@charset "utf-8";

.close-button-container--flex-end { display: flex; justify-content: flex-end; }

.close-button { padding: 0.5rem; align-items: center; appearance: none; background: transparent; border-width: 0px; display: flex; justify-content: center; }

.interstitialBullets { margin: 0px; padding: 0px; }

.interstitialBullets li { font-size: 16px; line-height: 2; }

@media screen and (max-height: 700px) {
  .interstitialBullets li { font-size: 14px; }
}

.skeleton-placeholder { background-color: rgb(246, 247, 248); border-radius: 6px; position: relative; overflow: hidden; }

.skeleton { width: 100%; height: 100%; background: linear-gradient(90deg, rgb(246, 247, 248) 0px, rgb(237, 238, 241) 20%, rgb(246, 247, 248) 40%, rgb(246, 247, 248)) 0% 0% / 200% 100%; animation: 1.5s ease 0s infinite normal none running skeleton; }

@keyframes skeleton { 
  0% { background-position: -200% 0px; }
  100% { background-position: 200% 0px; }
}

.smart-banner-order-details { height: 100dvh; display: flex; flex-direction: column; justify-content: space-between; background-color: rgb(255, 255, 255); position: fixed; width: 100%; z-index: 102; top: 0px; overflow: hidden; padding-inline: 16px; padding-bottom: 16px; }

.smart-banner-order-details.hpi-order-details { padding: 16px; }

.smart-banner-order-details .odb-image-container { display: flex; justify-content: center; }

.smart-banner-order-details .odb-image-container img { max-height: 30dvh; width: auto; }

.smart-banner-order-details .odb-image-container.hpi-image-container img { max-height: 30dvh; max-width: 30dvh; }

.smart-banner-order-details .odb-contents-container .odb-thankyou-text { font-size: 15px; font-weight: 400; margin: 24px 0px; }

.smart-banner-order-details .odb-contents-container .odb-heading { font-size: 32px; font-weight: 500; line-height: 34px; }

.smart-banner-order-details .odb-contents-container .odb-list-container { margin: 24px 0px; }

.smart-banner-order-details .odb-contents-container .odb-list-container ul { padding-left: 24px; }

.smart-banner-order-details .odb-contents-container .odb-list-container li { margin: 8px 0px; }

.smart-banner-order-details .odb-footer-buttons-container { display: flex; flex-direction: column; justify-content: flex-end; height: 100%; gap: 16px; }

.smart-banner-order-details .odb-footer-buttons-container .c-button-secondary { border-radius: 8px; height: 48px; }

.smart-banner-order-details .odb-footer-buttons-container .odb-continue-in-browser-text { font-size: 15px; font-weight: 500; color: rgb(29, 37, 44); text-align: center; border: 1px solid rgb(196, 200, 207); background-color: rgb(255, 255, 255); border-radius: 8px; padding: 14px; }

@media screen and (max-height: 568px) {
  .smart-banner-order-details .odb-image-container img { max-width: 30dvh; }
  .smart-banner-order-details .odb-contents-container .odb-thankyou-text { margin: 12px 0px; }
  .smart-banner-order-details .odb-contents-container .odb-list-container { margin: 8px 0px; }
}

@media screen and (max-height: 480px) {
  .smart-banner-order-details .odb-image-container img, .smart-banner-order-details .odb-image-container.hpi-image-container img { max-height: 35dvh; max-width: 45dvh; }
  .smart-banner-order-details .odb-contents-container .odb-heading { font-size: 24px; line-height: 28px; }
  .smart-banner-order-details .odb-contents-container .odb-list-container { display: none; }
}

.smart-banner-order-history { height: 100dvh; display: flex; flex-direction: column; background-color: rgb(255, 255, 255); position: fixed; z-index: 102; top: 0px; bottom: 0px; overflow: hidden; width: 100dvw; padding-inline: 16px; padding-bottom: 16px; }

.smart-banner-order-history--c { padding: 16px; }

.order-history-thankyou-text { font-size: 15px; font-weight: 400; margin: 24px 0px; }

.order-history-title { font-size: 32px; font-weight: 500; line-height: 34px; }

.order-history-list-container { margin: 24px 0px; }

.order-history-list-container ul { padding-left: 24px; }

.order-history-list-container li { margin: 16px 0px; line-height: 70%; }

.order-history-image-container { display: flex; justify-content: center; }

.order-history-image-container img { max-height: 30dvh; width: auto; }

.order-history-image-container--c img { max-height: 290px; max-width: 290px; }

.order-history-image-container--d { margin-top: 16px; }

.order-history-footer-buttons-container { flex-direction: column; justify-content: flex-end; height: 100%; display: flex; }

.order-history-footer-buttons-container .c-button-secondary { border-radius: 8px; height: 48px; }

.order-history-footer-buttons-container .order-history-continue-in-browser-text { font-size: 15px; font-weight: 500; margin-top: 1em; color: rgb(29, 37, 44); text-align: center; min-width: 96px; min-height: 48px; border: 1px solid rgb(196, 200, 207); background-color: rgb(255, 255, 255); border-radius: 8px; padding: 10px; }

@media screen and (max-height: 568px) {
  .order-history-image-container img { max-width: 30dvh; }
  .order-history-list-container { margin: 8px 0px; }
}

@media screen and (max-height: 480px) {
  .order-history-image-container img { max-height: 35dvh; max-width: 45dvh; }
  .order-history-title { font-size: 30px; line-height: 28px; }
  .order-history-list-container { display: none; }
}

.large-banner-container { background: linear-gradient(rgb(0, 70, 190), rgb(43, 93, 245) 50%, rgb(0, 70, 190)); color: rgb(255, 255, 255); display: flex; flex-direction: column; height: 100dvh; justify-content: space-between; padding: 16px; position: fixed; top: 0px; bottom: 0px; overflow: hidden; width: 100dvw; z-index: 102; }

.large-banner-container .close-button-container { display: flex; justify-content: flex-end; }

.large-banner-top-container { display: flex; flex-direction: column; }

.large-banner-order-numbers-container { display: flex; flex-direction: column; font-size: 14px; font-weight: 400; gap: 24px; }

.large-banner-order-numbers-container .font-weight-500 { font-weight: 500; }

.large-banner-middle-container { display: flex; flex-direction: column; gap: 48px; }

.large-banner-heading { font-size: 40px; font-weight: 700; line-height: 1.3; }

.large-banner-subheading { font-size: 20px; font-weight: 400; margin-bottom: 32px; }

.large-banner-buttons-container { display: flex; flex-direction: column; gap: 16px; }

.large-banner-buttons-container .continue-button { border-radius: 8px; }

.large-banner-buttons-container .continue-in-browser-button { font-size: 15px; font-weight: 500; display: flex; width: 100%; justify-content: center; align-items: center; padding: 16px; }

@media screen and (max-height: 568px) {
  .large-banner-container .large-banner-heading { font-size: 28px; }
}

@media screen and (max-height: 480px) {
  .large-banner-container .large-banner-order-numbers-container { gap: 16px; }
  .large-banner-container .large-banner-middle-container { gap: 24px; }
  .large-banner-container .large-banner-heading { font-size: 28px; }
  .large-banner-container .large-banner-heading span { display: inline; }
  .large-banner-container .large-banner-subheading { font-size: 14px; margin-bottom: 16px; }
}

.interstitialTitle { text-align: left; font-size: 40px; font-weight: 700; }

@media screen and (max-height: 700px) {
  .interstitialTitle { font-size: 32px; }
}

.appSourceInterstitial { background: rgb(255, 255, 255); display: flex; flex-direction: column; height: 100dvh; justify-content: space-between; padding: 16px; position: fixed; top: 0px; width: 100vw; z-index: 102; }

.appSourceInterstitial__closeIcon { display: flex; justify-content: flex-end; width: 100%; }

.appSourceInterstitial__bbyLogo { height: 45px; width: 80px; margin-bottom: 8px; }

.appSourceInterstitial__itemImgContainer { align-items: center; display: flex; height: 28dvh; justify-content: center; margin-bottom: 8px; max-height: 220px; min-height: 136px; width: 100%; }

.appSourceInterstitial__itemImg { height: 100%; object-fit: contain; width: 100%; }

.appSourceInterstitial__title { margin-bottom: 8px; }

.appSourceInterstitial__bullets { padding-left: 8px; }

.appSourceInterstitial__buttonsContainer { width: 100%; }

.appSourceInterstitial__continue { color: rgb(29, 37, 44); font-size: 15px; font-weight: 500; margin-top: 20px; text-align: center; }

@media screen and (max-height: 479px) {
  .appSourceInterstitial .appSourceInterstitial__continue { margin-top: 12px; }
  .appSourceInterstitial .appSourceInterstitial__itemImgContainer { height: 22dvh; margin-bottom: 0px; min-height: 100px; }
  .appSourceInterstitial .appSourceInterstitial__title { margin-bottom: 0px; }
}

@media screen and (min-height: 513px) {
  .appSourceInterstitial .appSourceInterstitial__bbyLogo, .appSourceInterstitial .appSourceInterstitial__itemImgContainer, .appSourceInterstitial .appSourceInterstitial__title { margin-bottom: 24px; }
}

.sb-overlay { inset: 0px; background-color: rgba(29, 37, 44, 0.65); position: fixed; z-index: 101; }

.storeSourceInterstitialWrapper { min-height: 549px; width: 100vw; bottom: 0px; position: fixed; left: 0px; z-index: 102; border-radius: 24px 24px 0px 0px; background-size: cover; }

.storeSourceInterstitial { position: relative; color: rgb(255, 255, 255); padding: 56px 16px 16px; z-index: 110; border-radius: 24px 24px 0px 0px; }

.storeSourceInterstitial.withBackgroundImage { margin: 16px; width: calc(100% - 32px); }

.storeSourceInterstitial.withoutBackgroundImage { border-radius: 24px 24px 0px 0px; bottom: 0px; display: flex; flex-direction: column; overflow: hidden; position: fixed; width: 100%; background: linear-gradient(315deg, rgb(0, 206, 191), rgb(0, 70, 190)); border: 1px solid rgb(255, 255, 255); }

.storeSourceInterstitial .burstImage { position: absolute; right: 0px; bottom: 0px; width: 390px; height: 340px; z-index: 103; background-size: cover; background-repeat: no-repeat; background-position: 50% 50%; }

.storeSourceInterstitial .closeButtonContainer { position: absolute; top: 16px; right: 16px; z-index: 110; }

.storeSourceInterstitial .endsSoonContainer { display: flex; flex-direction: row; align-items: center; padding-bottom: 32px; z-index: 110; background-color: transparent; }

.storeSourceInterstitial .endsSoon { font-size: 20px; font-weight: 500; letter-spacing: 2px; padding-left: 8px; z-index: 110; }

.storeSourceInterstitial .subtitle { font-size: 28px; font-weight: 400; margin-bottom: 88px; margin-top: 20px; z-index: 110; }

.storeSourceInterstitial .buttonsContainer { position: relative; z-index: 110; }

.storeSourceInterstitial .buttonsContainer a { color: rgb(29, 37, 44); }

.storeSourceInterstitial .buttonsContainer a:hover { background-color: rgb(255, 255, 255); color: rgb(29, 37, 44); }

.storeSourceInterstitial .continueInBrowserText { position: relative; font-size: 15px; font-weight: 500; margin-top: 20px; text-align: center; z-index: 110; border-width: 0px; background-color: transparent; }

.storeSourceInterstitial .continueInBrowserText:hover { background-color: transparent; color: rgb(255, 255, 255); }

.storeSourceInterstitialAnimation { animation: 0.3s ease-in-out 0s 1 normal forwards running slide-up; }

@keyframes slide-up { 
  0% { transform: translateY(100%); }
  100% { transform: translateY(0px); }
}

.accountHomeBanner { background: rgb(255, 255, 255); border: 1px solid rgb(255, 255, 255); height: 100vh; display: flex; flex-direction: column; justify-content: space-between; position: fixed; width: 100%; z-index: 102; top: 0px; overflow: hidden; padding: 16px; }

.accountHomeBanner .accountHomeBannerCloseButtonContainer { display: flex; justify-content: flex-end; }

.accountHomeBanner .accountHomeBannerHeading { text-align: left; font-size: 40px; font-weight: 700; color: rgb(29, 37, 44); }

.accountHomeBanner .accountHomeBannerSubHeading { font-size: 16px; text-align: left; font-weight: 500; color: rgb(29, 37, 44); }

.accountHomeBanner .accountHomeBannerImageContainer { display: flex; justify-content: center; margin-bottom: 24px; }

.accountHomeBanner .accountHomeBannerImageContainer img { max-height: 260px; width: auto; }

.accountHomeBanner .accountHomeBannerTagLines { color: rgb(0, 0, 0); display: flex; flex-direction: row; font-size: 13px; font-weight: 500; justify-content: center; }

.accountHomeBanner .accountHomeBannerTagLines__pipe { margin: 0px 8px; color: rgb(0, 70, 190); }

.accountHomeBanner .accountHomeBannerButtonsContainer { position: fixed; bottom: 0px; left: 0px; width: 100%; padding: 16px; }

.accountHomeBanner .accountHomeBannerContinueInBrowserText { font-size: 15px; font-weight: 500; margin-top: 20px; color: rgb(29, 37, 44); text-align: center; }

.accountHomeBanner .accountHomeBannerContinueInBrowserText:hover { background-color: rgb(255, 255, 255); color: rgb(29, 37, 44); }

.order-pickup-banner__continue-button { height: 4rem; border-radius: 8px; padding: 8px; border: 1px solid rgb(196, 200, 207); font-size: 12px; color: rgb(3, 3, 3); }

.order-pickup-banner__continue-button:active { color: inherit; }

.full-screen-interstitial { background: rgb(255, 255, 255); display: flex; flex-direction: column; height: 100dvh; justify-content: space-between; padding: 16px 16px 24px; position: fixed; top: 0px; width: 100vw; z-index: 102; gap: 16px; }

.full-screen-interstitial__overline { font-size: 14px; margin-bottom: 24px; }

.full-screen-interstitial__overline--first-name { font-weight: 500; }

.full-screen-interstitial__header { font-size: 28px; font-weight: 500; margin-bottom: 12px; }

.full-screen-interstitial__subheading { font-size: 16px; font-weight: 500; }

.full-screen-interstitial__image-container { align-items: center; display: flex; flex-grow: 1; }

.full-screen-interstitial__image-container img { width: 100%; }

.full-screen-interstitial__buttons { display: flex; flex-direction: column; gap: 8px; }

.full-screen-interstitial__launch-button { border-radius: 8px; font-size: 12px; min-width: 64px; padding: 8px; height: 5rem; border: 1px solid rgb(0, 70, 190); background-color: rgb(1, 79, 211); }

.full-screen-interstitial__continue-in-browser { color: rgb(3, 3, 3); font-size: 12px; font-weight: 500; padding: 12px 16px; text-align: center; }

.member-picks-banner { background-color: rgb(224, 230, 239); }

.member-picks-banner__app-exclusive { height: 2rem; align-items: center; background-color: rgb(255, 242, 0); border-radius: 0px 0px 4px 4px; display: flex; font-size: 9px; gap: 4px; margin-bottom: 2px; padding: 0px 4px; }

.member-picks-banner__center-content { align-items: flex-start; display: flex; flex-direction: column; flex-grow: 1; height: 100%; }

.member-picks-banner__get-app { border-radius: 8px; font-size: 12px; min-width: 64px; padding: 8px; height: 4rem; border: 1px solid rgb(0, 70, 190); box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 3px 0px; }

.member-picks-banner__save-big { background-color: rgb(232, 30, 37); color: rgb(251, 251, 251); display: inline-block; font-weight: 500; margin-right: 4px; padding: 2px 4px; }

.member-picks-banner__title { font-size: 12px; font-weight: 500; }

@media screen and (max-width: 320px) {
  .member-picks-banner__title { font-size: 4vw; font-weight: 500; }
}

@media screen and (min-width: 412px) {
  .member-picks-banner__title { font-size: 4.5vw; font-weight: 500; }
}

.shareCartMessageContainer { display: flex; flex-direction: column; background: rgba(255, 255, 255, 0.1); padding: 12px; width: 100%; box-shadow: rgba(0, 0, 0, 0.1) 0px 6px 10px 0px; border-radius: 8px; }

.shareCartMessageMessages { display: flex; align-items: center; padding: 6px 0px; }

.shareCartInitialsCircle { width: 58px; height: 58px; border-radius: 50%; border: 1px solid rgba(255, 255, 255, 0.4); color: rgb(255, 255, 255); font-size: 28px; font-weight: 500; display: flex; align-items: center; justify-content: center; margin-right: 12px; flex-shrink: 0; background-color: rgb(0, 114, 222); }

.shareCartMessage { color: rgb(251, 251, 251); font-size: 14px; text-align: left; line-height: 1.4; }

.shareCartMessageOrderNumber { color: rgb(251, 251, 251); margin: 8px 4px 16px; font-size: 14px; font-weight: 500; }

.shareCartPersonalized { background: linear-gradient(168.88deg, rgb(0, 55, 180), rgb(37, 144, 252) 50%, rgb(0, 55, 180)); display: flex; flex-direction: column; height: 100dvh; justify-content: space-between; padding: 18px 24px; position: fixed; top: 0px; width: 100%; z-index: 102; }

.shareCartPersonalized__closeIcon { display: flex; justify-content: flex-end; width: 100%; }

.shareCartPersonalized__messageContainer { margin: 8px 0px 4px; }

.shareCartPersonalized__midContainer { margin-top: 8px; }

.shareCartPersonalized__midContainer__imgContainer { align-items: center; background-color: rgb(255, 255, 255); border-radius: 50%; display: flex; height: 120px; justify-content: center; overflow: hidden; width: 120px; margin-bottom: 12px; }

.shareCartPersonalized__midContainer img { height: 100%; object-fit: contain; width: 100%; }

.shareCartPersonalized__midContainer__message { color: rgb(255, 255, 255); font-size: 18px; margin-bottom: 8px; }

.shareCartPersonalized__midContainer__message__firstName { font-weight: 700; }

.shareCartPersonalized__midContainer__title { margin-bottom: 8px; }

.shareCartPersonalized__midContainer__bullets { margin-bottom: 16px; padding-left: 16px; }

.shareCartPersonalized .shareCartButtonsContainer { margin-bottom: 16px; }

.shareCartPersonalized .shareCartButtonsContainer__continueInText { color: rgb(255, 255, 255); font-size: 14px; font-weight: 500; margin-top: 20px; text-align: center; }

@media screen and (max-height: 533px) {
  .shareCartPersonalized .shareCartPersonalized__midContainer__bullets { margin-bottom: 8px; }
  .shareCartPersonalized .shareCartPersonalized__midContainer__imgContainer, .shareCartPersonalized .shareCartPersonalized__midContainer__message, .shareCartPersonalized .shareCartPersonalized__midContainer__title { margin-bottom: 4px; }
}

@media screen and (max-height: 556px) {
  .shareCartPersonalized .shareCartPersonalized__midContainer__imgContainer { height: 80px; width: 80px; }
}

@media screen and (min-height: 580px) {
  .shareCartPersonalized .shareCartPersonalized__midContainer { margin-top: 24px; }
}

.thankYou-banner-container { display: flex; flex-direction: column; background: rgb(255, 255, 255); height: 100dvh; justify-content: space-between; padding: 16px; position: fixed; top: 0px; bottom: 0px; overflow: hidden; width: 100dvw; z-index: 102; }

.thankYou-banner-container .close-button-container { display: flex; justify-content: flex-end; position: relative; right: -12px; }

.thankYou-banner-container .thankYou-banner-top-container { display: flex; flex-direction: column; padding: 0px 16px; gap: 16px; }

.thankYou-banner-container .thankYou-banner-top-container p { font-size: 14px; }

.thankYou-banner-container .thankYou-banner-top-container .font-weight-500 { font-weight: 500; }

.thankYou-banner-container .thankYou-banner-confirm-msg-container { display: flex; align-items: center; gap: 8px; }

.thankYou-banner-container .thankYou-banner-text { font-size: 20px; }

.thankYou-banner-container .thankYou-banner-order-numbers-container { display: flex; flex-direction: column; gap: 8px; }

.thankYou-banner-container .thankYou-banner-order-number { display: flex; font-size: 14px; }

.thankYou-banner-container .thankYou-banner-highlight-text { font-size: 24px; font-weight: 500; color: rgb(1, 79, 211); padding: 0px 16px; }

.thankYou-banner-container .thankYou-banner-bottom-container { display: flex; flex-direction: column; gap: 16px; }

.thankYou-banner-container .thankYou-banner-image-container { display: flex; justify-content: center; }

.thankYou-banner-container .thankYou-banner-image-container img { max-height: 25dvh; width: auto; }

.thankYou-banner-container .thankYou-banner-buttons-container { display: flex; flex-direction: column; gap: 16px; }

.thankYou-banner-container .thankYou-banner-buttons-container .c-button-secondary { border-radius: 8px; height: 48px; }

.thankYou-banner-container .thankYou-banner-buttons-container .continue-in-browser-text { font-size: 15px; font-weight: 500; color: rgb(29, 37, 44); text-align: center; border: 1px solid rgb(196, 200, 207); background-color: rgb(255, 255, 255); border-radius: 8px; padding: 14px; }

@media screen and (max-height: 568px) {
  .thankYou-banner-container .thankYou-banner-bottom-container, .thankYou-banner-container .thankYou-banner-top-container { gap: 8px; }
  .thankYou-banner-container .thankYou-banner-image-container img { max-width: 30dvh; }
}

@media screen and (max-height: 480px) {
  .thankYou-banner-container .thankYou-banner-highlight-text.single-order { font-size: 32px; }
  .thankYou-banner-container .thankYou-banner-highlight-text.multiple-orders { font-size: 18px; }
  .thankYou-banner-container .thankYou-banner-image-container img { display: none !important; }
}

.sb-floating-pill-banner { position: fixed; z-index: 99; bottom: calc(var(--bottom-tabs-visible-height, 0px) + 16px); background-color: rgb(1, 79, 211); padding: 12px 16px; border: 1px solid rgb(0, 70, 190); border-radius: 20px; display: flex; gap: 8px; color: rgb(255, 255, 255); font-size: 12px; left: 50%; transform: translateX(-50%); }

.sb-floating-pill-banner:hover { background: rgb(1, 79, 211); }

.sb-floating-pill-banner-text { font-weight: 500; }

.sb-floating-pill-banner .close-button { padding: 0px; }

.slide-in-banner-enter { opacity: 0; transform: translateX(-100px); }

.slide-in-banner-enter-active { transition: transform 0.35s ease-in, opacity 0.35s ease-in; }

.slide-in-banner-enter-active, .slide-in-banner-exit { opacity: 1; transform: translateX(0px); }

.slide-in-banner-exit-active { opacity: 0; transform: translateX(-100px); transition: transform 0.35s ease-out, opacity 0.35s ease-out; }

.slide-in-banner-container { display: flex; flex-direction: column; padding: 8px; position: fixed; bottom: 0px; left: 0px; background-color: rgb(255, 255, 255); border: 1px solid rgb(228, 229, 232); border-radius: 4px; box-shadow: rgba(0, 0, 0, 0.3) 0px 8px 24px 0px; z-index: 999; }

.slide-in-banner-container .slide-in-banner-header-container { display: flex; justify-content: space-between; align-items: center; margin: 12px; }

.slide-in-banner-container .slide-in-banner-header-container .slide-in-banner-header { font-weight: 500; font-size: 16px; max-width: 250px; }

.slide-in-banner-container .slide-in-banner-content-container { background: linear-gradient(45deg, rgb(0, 30, 115), rgb(0, 154, 135)); padding: 12px; border-radius: 16px; }

.slide-in-banner-container .slide-in-banner-content-container .slide-in-banner-content { background-color: rgb(255, 255, 255); border-radius: 12px; padding: 12px 8px; display: flex; gap: 12px; }

.slide-in-banner-container .slide-in-banner-content-container .slide-in-banner-qrcode-container { margin: 8px; }

.slide-in-banner-container .slide-in-banner-content-container .slide-in-banner-image-container { display: flex; flex-direction: column; justify-content: space-evenly; align-items: center; }

.sb-expandable-animated-container { background-color: rgb(43, 93, 245); border-radius: 12px; padding: 16px; margin: 24px; position: fixed; bottom: 0px; left: 0px; z-index: 999; }

.sb-expandable-animated-container.sb-expandable-animated-banner-container { display: flex; justify-content: center; align-items: center; gap: 12px; }

.sb-expandable-animated-container.sb-expandable-animated-banner-container .sb-expandable-animated-qrcode-container { background-color: rgb(255, 255, 255); border-radius: 4px; }

.sb-expandable-animated-container.sb-expandable-animated-banner-container .sb-expandable-animated-expanded-content { display: flex; align-items: center; gap: 24px; }

.sb-expandable-animated-container.sb-expandable-animated-banner-container .sb-expandable-animated-expanded-content .sb-expandable-animated-text { min-width: 112px; max-width: 112px; color: rgb(255, 255, 255); font-size: 16px; font-weight: 500; }

.sb-expandable-animated-container.sb-expandable-animated-banner-container .sb-expandable-animated-expanded-content .lazy-lottie-container { min-width: 250px; }

.sb-expandable-animated-container.sb-expandable-animated-banner-container .caret-icon { display: flex; justify-content: center; align-items: center; background-color: transparent; border: none; }

.sb-expandable-animated-container .sb-expandable-animated-enter { overflow: hidden; }

.sb-expandable-animated-container .sb-expandable-animated-enter-active { transition: width 0.35s; }

.sb-expandable-animated-container .sb-expandable-animated-exit { overflow: hidden; }

.sb-expandable-animated-container .sb-expandable-animated-exit-active { transition: width 0.35s; }

.sbPartialScreenAnimation { animation: 0.3s ease-in-out 0s 1 normal forwards running slide-up; }

.sbTabBarNonSafariCorrection { padding-bottom: var(--tab-bar-visible-height); }

.sbInterstialButtonsContainer { position: fixed; bottom: 0px; left: 0px; width: 100%; padding: 16px; }

.sbBorderButton { border-radius: 8px; border-style: solid; border-width: 1px; font-size: 12px; min-width: 64px; padding: 8px; }

.smart-banner-qrcode-container { border-radius: 4px; overflow: hidden; }

:root { --upper-smart-banner-visible-height: 0px; --upper-smart-banner-hidden-height: 102px; --lower-smart-banner-visible-height: 0px; --lower-smart-banner-hidden-height: 98px; --bottom-tabs-visible-height: 0px; --bottom-tabs-hidden-height: 7rem; }

body.has-tab-bar { --bottom-tabs-visible-height: 7rem; --bottom-tabs-hidden-height: 0px; }

body.upper-smart-banner-sticky { --upper-smart-banner-visible-height: 102px; --upper-smart-banner-hidden-height: 0px; }

body.lower-smart-banner-sticky { --lower-smart-banner-visible-height: 98px; --lower-smart-banner-hidden-height: 0px; }

body.upper-slim-smart-banner-sticky { --upper-smart-banner-visible-height: 49px; --upper-smart-banner-hidden-height: 0px; }

body.lower-medium-smart-banner-sticky { --lower-smart-banner-visible-height: 72px; --lower-smart-banner-hidden-height: 0px; }

body.upper-medium-smart-banner-sticky { --upper-smart-banner-visible-height: 56px; --upper-smart-banner-hidden-height: 0px; }

.banner-top { height: var(--upper-smart-banner-visible-height); }

.banner-bottom { height: var(--lower-smart-banner-visible-height); }

.banner-top-slim { height: var(--upper-smart-banner-visible-height); }