hr {
  box-sizing: content-box;
  height: 0;
  height: 2px;
  background-color: rgba(0, 0, 0, .1);
  outline: none;
  border: none;
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.fp-warning, .fp-watermark {
  display: none !important;
}
.checkbox-label a {
  text-decoration: underline;
}
.checkbox-label a:hover {
  text-decoration: none;
}
.ui-group-text a {
  text-decoration: underline;
  color: inherit;
}

.product-card-img {
  position: absolute;
  height: auto !important;
  width: auto !important;
  object-fit: contain !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  max-width: 100% !important;
  max-height: 100% !important;
}
b, strong {
  font-weight: 700;
  font-family: "HKgrotesk Bold", sans-serif;
}
body.body-overflow {
  overflow: hidden;
}

.nav-bar-open_bottom_translate-wrapper {
  width: 3rem;
  height: 3rem;
}
.monster {
  width: 30px;
  height: 30px;
  background: url('../images/sphere2.png') left center;
  animation: play 1s steps(30) infinite;
  background-size: 900px;
}
.region-dropdown {
  z-index: 5 !important;
}
.nav-bar-open_top-right-details_logo-wrapper {
  width: 100%;
  text-align: center;
}
.nav-bar-open_top-right-details_logo-wrapper img {
  width: 19rem;
  margin: 0 auto;
}
.news-detail-intro {
  text-overflow: ellipsis;
  -webkit-line-clamp: 6;
  overflow: hidden;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}

@keyframes play {
	100% { background-position: -900px; }
}

@media (max-width: 991px) {
  .ui-text-group {
    grid-template-columns: 1fr 4fr !important;
    grid-gap: 3rem !important;
  }
  .nav-bar-open_top-right-details_logo-wrapper img {
    width: 12rem;
  }
  .news-detail-hero {
    height: calc(100vh + 6rem);
  }
}
@media (max-width: 767px) {
  .ui-text-group {
    grid-template-columns: 1fr !important;
    grid-gap: 3rem !important;
  }
  .jobs-inner-header-content-wrapper {
    display: flex !important;
    flex-direction: column !important;
  }
  .jobs-inner-header-image-wrapper {
    width: 100% !important;;
    margin-top: 3rem !important;;
  }
  .jobs-inner-header-image-ratio, .jobs-inner-header-image-ratio img {
    width: 100% !important;
  }
  .ui-list-item-title {
    font-size: 1.5rem;
    letter-spacing: -0.5px;
  }
  .ui-list-item-extra {
    font-size: 1.2rem;
    letter-spacing: -0.4px;
    text-align: right;
    margin-left: 3rem;
  }
  .ui-list-item-mask {
    height: 6rem;
    top: -6rem;
  }
  .ui-list-item-block-hover,
  .ui-list-item-block-static {
    height: 6rem;
    min-height: 6rem;
  }

  .jobs-inner-region-title-wrapper {
    padding-top: 4rem;
    padding-bottom: 3rem;
  }
  .jobs-inner-region-title-wrapper h2 {
    font-size: 3rem;
  }


}

.locations-page-controls,
.jobs-category-links {
  overflow-x: scroll;
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
.locations-page-controls::-webkit-scrollbar,
.jobs-category-links::-webkit-scrollbar {
  display: none;
}
.jcl-link, .mcl-link {
  white-space: nowrap;
}

@media (max-width: 1200px) {
	.news-items-wrapper {
		grid-template-columns: repeat(3, 1fr) !important;
	}
}
@media (max-width: 991px) {
	.news-items-wrapper {
		grid-template-columns: repeat(2, 1fr) !important;
	}
}
@media (max-width: 767px) {
	.news-items-wrapper {
		grid-template-columns: repeat(1, 1fr) !important;
	}
	.uicard .wrapper .inner {
		padding-left: 0;
		padding-right: 0;
	}
}
@media (max-width: 480px) {
  #orderButton {
    display: none;
  }
}

p a {
  color: inherit;
  text-decoration: underline;
}

.section-inner.section-inner-1 {
  justify-content: flex-end;
  display: flex;
  position: relative;
  flex-direction: column;
}

.section-inner.center-aligned {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-top: 7rem;
  display: flex;
  position: relative;
}
.section-inner.center-aligned .on-action_heading .line,
.section-inner.center-aligned .on-action_details .line {
  width: 100% !important;
}
.our-food-page .menu-page-bg {
  display: none;
}
.nav-bar-open_bottom_translate-wrapper {
  cursor: default;
}

.text-default ul {
  padding-left: 17px;
}
.text-default p {
  margin-bottom: 1.33em;
}
.section {
  background-image: none;
}

.nav-bar_hamburger-icon_wrapper.nav-trigger {
  padding: 2px 0 0 0;
}


.pac-container {
  background: #000 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  border-top: 1px solid #000 !important;
}
.pac-item {
  font-size: 1.5rem !important;
  color: #ff7a00 !important;
  border: 1px solid #ff7a00 !important;
  border-top: none !important;
  line-height: 3rem !important;
  padding: 0.5rem !important;
  transition: all 300ms ease;
  cursor: pointer;
}
.pac-item:first-child {
  border-top: 1px solid #ff7a00 !important;
}
.pac-item:hover {
  background-color: #ff7a00 !important;
  color: #000;
}

.pac-item-query {
  font-size: 1.5rem !important;
  color: #fff !important;
  padding-right: 0.5rem !important;
}

.pac-icon {
  -webkit-background-size: 14px 14px !important;
  -moz-background-size: 14px !important;
  background-size: 14px !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1em' viewBox='0 0 384 512'%3E%3Cpath fill='%23ffffff' d='M336 192c0-79.5-64.5-144-144-144S48 112.5 48 192c0 12.4 4.5 31.6 15.3 57.2c10.5 24.8 25.4 52.2 42.5 79.9c28.5 46.2 61.5 90.8 86.2 122.6c24.8-31.8 57.8-76.4 86.2-122.6c17.1-27.7 32-55.1 42.5-79.9C331.5 223.6 336 204.4 336 192zm48 0c0 87.4-117 243-168.3 307.2c-12.3 15.3-35.1 15.3-47.4 0C117 435 0 279.4 0 192C0 86 86 0 192 0S384 86 384 192zm-160 0a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm-112 0a80 80 0 1 1 160 0 80 80 0 1 1 -160 0z'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: center top !important;
}
.pac-logo:after {
  display: none !important;
}

a[x-apple-data-detectors] {
 color: inherit !important;
 text-decoration: none !important;
 font-size: inherit !important;
 font-family: inherit !important;
 font-weight: inherit !important;
 line-height: inherit !important;
}
a[href^=tel]{ color:#fff; text-decoration:none;}

.table-10-col-row {
  display: flex;
}
.table-col {
  min-height: 5rem;
}



@media screen and (max-height: 650px) {
  .country-select-link {
    height: 2rem;
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .country-select-wrapper {
    align-items: flex-end;
  }
}

@media (max-width: 767px) {
  .loc-times {
    margin-top: 2rem;
  }
}
.copyrights,
.copyrights.text-black {
  font-family: "HKgrotesk Bold", sans-serif;
  font-size: 10px !important;
  line-height: 18px !important;
  font-weight: 700;
}
.copyrights a {
  color: inherit;
  transition: all 300ms ease;
  text-decoration: none;
}
.copyrights a:hover {
  color: #fff !important;
}

.homepage-wrapper {
  margin-top: 0;
}

.w-form-done {
  text-align: center;
  background-color: #fff;
  margin-top: 10px;
  padding: 10px;
  font-size: 1.2rem;
  color: #ff7a00;
}


.app-page-content {
  padding-bottom: 7rem;
}

.app-page-sub-text {
  max-width: 730px;
  font-family: HKgrotesk Bold, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
}

.app-page-sub-text.show-mobile {
  display: none;
}

.app-page-text-muted {
  max-width: 870px;
  font-size: 1.2rem;
}

.app-page-container {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 7rem;
  padding-right: 7rem;
}

.app-page-img-banner {
  width: 100%;
  height: auto;
  display: none;
}

.app-page-img-banner.show-desktop {
  display: block;
}

.app-page-img-banner.show-mobile {
  display: none;
}

.app-download-buttons {
  align-items: center;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
}

.download-button-icon {
  margin-right: 10px;
}

.app-page {
  background-color: #000;
}

.app-page-banner-container {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  position: relative;
}

.tc-apply {
  font-size: 1.2rem;
  position: absolute;
  top: auto;
  bottom: 6rem;
  left: auto;
  right: 2rem;
}
.button-default-orange.custom.download-button {
  width: 27rem;
  margin-right: 3rem;
  display: flex;
}
@media (max-width: 991px) {
  .app-page-container {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (max-width: 767px) {
  .app-page-sub-text, .app-page-text-muted {
    max-width: 100%;
    text-align: center;
  }

  .app-download-buttons {
    flex-direction: column;
    padding-top: 4rem;
    padding-bottom: 1rem;
  }
  .button-default-orange.custom.download-button {
    margin-bottom: 3rem;
    margin-left: auto;
    margin-right: auto;
  }

}
@media (max-width: 479px) {
  .app-page-sub-text {
    padding-left: 3rem;
    padding-right: 3rem;
    display: none;
  }

  .app-page-sub-text.show-mobile {
    margin-bottom: 3rem;
    display: block;
  }

  .app-page-text-muted {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .app-page-container {
    padding-left: 0;
    padding-right: 0;
  }

  .app-page-img-banner {
    display: block;
  }

  .app-page-img-banner.show-desktop {
    display: none;
  }

  .app-page-img-banner.show-mobile {
    display: block;
  }

  .app-download-buttons {
    padding-top: 3rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .app-page-banner-container {
    padding-top: 3rem;
    padding-bottom: 0;
  }

  .tc-apply {
    font-size: .8rem;
    bottom: 1rem;
    right: 1rem;
  }
  .button-default-orange.custom.download-button {
    width: 100%;
  }
}


.page-top {
  position: sticky;
  top: 0;
}

.button-default-black.bg-white.text-black {
  background-color: #fff !important;
  color: #000 !important;
}
.button-default-black.bg-black.text-white {
  background-color: #000 !important;
  color: #fff !important;
}
.button-default-black.bg-black.text-white:hover {
  background-color: #000 !important;
  color: #fff !important;
}
.two-button-grid {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.modal-heading {
  color: #fff;
  font-family: "HKGroteskWide Bold", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 25.6px;
  letter-spacing: -0.12px;
  text-transform: uppercase;
}
.modal-heading span {
  color: #000;
}
#modal-canada {
  width: 660px;
}

/* center-aligned responsive — mirrors right/left-aligned breakpoints from webflow CSS */
@media screen and (max-width: 991px) {
  .section-inner.center-aligned {
    padding-bottom: 7rem;
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .section-inner.center-aligned {
    padding-bottom: 7rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media screen and (max-width: 479px) {
  .section-inner.center-aligned {
    padding-bottom: 7rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}


.allergens-table-wrapper .table-col {
  border: none;
  border-right: 1px solid #000;
}
.table-col.header.left-col:has(>.table-header-details-text) {
  background-color: #ff7a00;
}