/* app/assets/fd-pkgs/@fd-assets/core-styles/stylesheets/modules/loadingBars.css */
.loading-bars__btn-wrap--processing {
  position: relative;
  display: inline-block;
}
.loading-bars__btn--processing,
.loading-bars__btn--processing:disabled {
  color: transparent;
}
.btn.loading-bars__btn--processing,
.btn.loading-bars__btn--processing:disabled {
  background-color: #FF9640;
}
@keyframes loadingBarsBounce {
  0% {
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    transform: scale(0.7);
    opacity: 0.1;
  }
}
@keyframes loadingBarsElementBounce {
  0% {
    transform: scaleY(1.6);
    opacity: 1;
  }
  100% {
    transform: scaleY(1);
    opacity: 0.2;
  }
}
.loading-bars__overlay {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.5);
  transition: opacity .25s ease-in;
}
.loading-bars__overlay--visible {
  opacity: 1;
}
.loading-bars {
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 991;
  width: calc(86em / 13);
  height: calc(80em / 13);
  background: rgba(0, 0, 0, 0.4);
  border-radius: calc(4em / 13);
  opacity: 0;
}
.loading-bars,
.loading-bars * {
  box-sizing: border-box;
}
.loading-bars--square {
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 4px;
  font-size: 9px;
  height: 50px;
  opacity: 1;
  position: absolute;
  width: 50px;
}
.loading-bars--element {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: none;
  width: auto;
  height: auto;
  background: transparent;
  border-radius: 0;
  opacity: 1;
  z-index: 0;
}
.loading-bars__bar {
  background-color: #ffffff;
  border: 0;
  float: left;
  width: calc(10em / 13);
  height: calc(40em / 13);
  margin-left: calc(5em / 13);
  animation-name: loadingBarsBounce;
  animation-duration: 1.3s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  opacity: 0.1;
  transform: scale(0.7);
}
.loading-bars__bar:nth-child(1) {
  animation-delay: 0.4s;
}
.loading-bars__bar:nth-child(2) {
  animation-delay: 0.5s;
}
.loading-bars__bar:nth-child(3) {
  animation-delay: 0.6s;
  margin-right: calc(5em / 13);
}
.loading-bars__bar--element {
  animation-name: loadingBarsElementBounce;
  transform: scale(1);
  opacity: 0.2;
  width: calc(3em / 13);
  height: calc(12em / 13);
  margin-left: calc(2em / 13);
}
.loading-bars__bar--element:nth-child(3) {
  margin-right: calc(2em / 13);
}
.loading-bars__element {
  position: relative !important;
  color: transparent !important;
}

/* app/assets/fd-pkgs/@fd-assets/overlays/stylesheets/Fandango.popup.css */
.popup {
  font-size: 14px;
  line-height: 1.4;
  color: #323232;
  background-color: #fff;
  padding: 60px 16px 40px;
  border-radius: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transition: bottom 0.3s ease-out;
  -webkit-transition: bottom 0.3s ease-out;
  z-index: 1;
  text-align: center;
}
.popup__lightbox {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-out;
  -moz-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
}
.popup--mobile .popup__lightbox {
  bottom: 50px;
}
.popup__lightbox--offscreen {
  top: -100%;
  right: unset;
  left: -100%;
  bottom: unset;
}
.popup__lightbox--hidden {
  display: none;
}
.popup__lightbox--open {
  opacity: 1;
}
.popup__lightbox--open .popup {
  visibility: visible;
}
.popup__clear-btn {
  background-color: transparent;
  padding: 0;
  font-weight: 700;
}
.popup__close-btn--contained {
  position: unset;
}
.popup__btn {
  width: 100%;
  margin: 24px 0 0;
  padding: 8px;
}
.popup__close-btn-x,
.no-touch .invert-hover .popup__close-btn-x:hover {
  position: absolute;
  top: 16px;
  right: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  background-image: url(data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%3E%3Cpath%20fill%3D%22%23a0a0a0%22%20d%3D%22M22.6%200L12.4%2010.2%202.2%200%200%202.2l10.2%2010.2L0%2022.6l2.2%202.2%2010.2-10.2%2010.2%2010.2%202.2-2.2-10.2-10.2L24.8%202.2z%22%2F%3E%3C%2Fsvg%3E);
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  direction: ltr;
  width: 16px;
  height: 16px;
  padding: 0;
}
@media (orientation: landscape) {
  .popup {
    margin: env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);
  }
}
@keyframes popupslidein {
  from {
    transform: translateY(35%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes popupslideout {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(20%);
  }
}
.popup__lightbox[aria-hidden=false] .popup {
  animation: popupslidein .35s cubic-bezier(0, 0, .2, 1);
}
.popup__lightbox[aria-hidden=true] .popup {
  animation: popupslideout .35s cubic-bezier(0, 0, .2, 1);
}

/* app/assets/stylesheets/theater/showtimes/theaterAmenitiesDropdown.css */
.theater-amenities-dropdown {
  padding: 16px 20px 24px 20px;
  background-color: var(--neutral-000);
  border-radius: 8px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  position: relative;
  top: 10px;
  min-width: 220px;
}
.theater-amenities-dropdown__container {
  background-color: transparent;
  padding-top: 0;
  padding-left: 0;
}
.theater-amenities-dropdown__close-btn {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' height='24px' width='24px' viewBox='0 0 24 24' style='enable-background:new 0 0 24 24;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%23ECEDEE;%7D .st1%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%23333E48;%7D%0A%3C/style%3E%3Cpath class='st0' d='M24,12c0,6.6-5.4,12-12,12S0,18.6,0,12S5.4,0,12,0S24,5.4,24,12'/%3E%3Cpath class='st1' d='M17.2,7.2c-0.3-0.3-0.8-0.3-1.1,0L12,11L7.8,7.2c-0.3-0.3-0.8-0.3-1.1,0S6.5,8,6.8,8.3l4.1,3.7l-4.1,3.7 c-0.3,0.3-0.3,0.8-0.1,1.1c0.3,0.3,0.8,0.3,1.1,0L12,13l4.2,3.8c0.3,0.3,0.8,0.3,1.1,0c0.3-0.3,0.3-0.8,0-1.1L13.1,12l4.1-3.7 C17.5,8,17.5,7.5,17.2,7.2'/%3E%3C/svg%3E");
  height: 24px;
  width: 24px;
  position: absolute;
  background-size: unset;
  z-index: 9;
}
.theater-amenities-dropdown__text-block {
  margin-top: 6px;
  margin-bottom: 6px;
  font-size: 14px;
}
.theater-amenities-dropdown__name {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 8px 0;
}
.theater-amenities-dropdown__amenities-list {
  padding-left: 16px;
}

/* app/assets/stylesheets/movie/mobile/trailers/videos.css */
.movie-videos {
  padding: 16px;
  background-color: var(--neutral-000);
}
.movie-detail__video,
.movie-detail__video-link,
.movie-detail__video--mweb {
  height: 210px;
}
.movie-detail__video--mweb {
  margin: -1rem -1rem 0;
}
.movie-detail__video-link,
.movie-detail__video {
  border-radius: 4px;
  border: 0;
  display: block;
  overflow: hidden;
  position: relative;
  background-color: var(--neutral-300);
}
.movie-detail-header__logo {
  height: 64px;
  object-fit: contain;
  position: absolute;
  z-index: 1;
  display: block;
  margin: auto;
  bottom: 8px;
  left: 0;
  right: 0;
}
.movie-detail__video-link::after {
  background-color: var(--dark-overlay-80);
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 56 56' style='enable-background:new 0 0 56 56;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill-rule:evenodd;clip-rule:evenodd;fill-opacity:0.4;%7D .st1%7Bfill:none;stroke:%23FFFFFF;stroke-width:3;%7D .st2%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%23FFFFFF;%7D%0A%3C/style%3E%3Cpath class='st0' d='M56,28c0,15.5-12.5,28-28,28C12.5,56,0,43.5,0,28S12.5,0,28,0C43.5,0,56,12.5,56,28z'/%3E%3Ccircle class='st1' cx='28' cy='28' r='26.5'/%3E%3Cpath class='st2' d='M21.6,11.9c-0.3-0.2-0.6-0.2-0.9-0.1c-0.3,0.1-0.5,0.5-0.5,0.8v30.9c0,0.3,0.2,0.6,0.5,0.8 c0.1,0.1,0.3,0.1,0.4,0.1c0.2,0,0.4-0.1,0.5-0.2l20.5-15.5c0.2-0.2,0.4-0.4,0.4-0.7c0-0.3-0.1-0.5-0.4-0.7L21.6,11.9L21.6,11.9z'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  height: 48px;
  width: 48px;
  top: 50%;
  left: 50%;
  content: "";
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
}
.movie-videos .movie-detail__video-image,
.movie-detail__video .movie-detail__video-image {
  width: 100%;
  min-height: 192px;
}
.movie-detail__video-description {
  font-size: 1rem;
  font-weight: 400;
  padding: 0.5rem 0 1.5rem;
  line-height: 1.2rem;
  color: var(--blue-600);
}

/* app/assets/node_client_modules/flickity/dist/flickity.css */
.flickity-enabled {
  position: relative;
}
.flickity-enabled:focus {
  outline: none;
}
.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
  touch-action: pan-y;
}
.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
}
.flickity-rtl .flickity-slider {
  left: unset;
  right: 0;
}
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: grab;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: grabbing;
}
.flickity-cell {
  position: absolute;
  left: 0;
}
.flickity-rtl .flickity-cell {
  left: unset;
  right: 0;
}
.flickity-button {
  position: absolute;
  background: hsl(0 0% 100% / 75%);
  border: none;
  color: #333;
}
.flickity-button:hover {
  background: white;
  cursor: pointer;
}
.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}
.flickity-button:active {
  opacity: 0.6;
}
.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  pointer-events: none;
}
.flickity-button-icon {
  fill: currentColor;
}
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  transform: translateY(-50%);
}
.flickity-prev-next-button.previous {
  left: 10px;
}
.flickity-prev-next-button.next {
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}
.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.flickity-rtl .flickity-page-dots {
  direction: rtl;
}
.flickity-page-dot {
  display: block;
  width: 10px;
  height: 10px;
  padding: 0;
  margin: 0 8px;
  background: hsl(0 0% 20% / 25%);
  border-radius: 50%;
  cursor: pointer;
  appearance: none;
  border: none;
  text-indent: -9999px;
  overflow: hidden;
}
.flickity-rtl .flickity-page-dot {
  text-indent: 9999px;
}
.flickity-page-dot:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}
.flickity-page-dot.is-selected {
  background: hsl(0 0% 20% / 100%);
}

/* app/assets/stylesheets/shared/showtimes/formatFilter.css */
.format-filter__wrap {
  position: relative;
  padding: 0;
  width: auto;
  background-color: var(--neutral-000);
  margin: 0;
  overflow: auto hidden;
  display: block;
}
.format-filter__list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-color: var(--neutral-000);
  padding: 0 var(--ph-left) 20px;
}
.format-filter__list-item {
  width: auto;
  height: 32px;
  border-radius: 3px;
  margin: 0 4px;
  text-align: center;
  cursor: pointer;
}
.format-filter__list-item:first-of-type {
  margin-left: 0;
}
.format-filter__list-item--active {
  background-color: #4691e3;
  pointer-events: none;
}
.format-filter__button {
  background-color: transparent;
  color: #4691e3;
  text-transform: uppercase;
  border: none;
  font-family:
    proxima-nova,
    Helvetica,
    Arial,
    sans-serif;
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.14;
  letter-spacing: normal;
  padding: 9px 19px 10px 19px;
  width: max-content;
}
.format-filter__list-item--active .format-filter__button {
  color: var(--neutral-000);
}
@media screen and (min-width: 768px) {
  .format-filter__list,
  .format-filter__wrap {
    padding: 0 10px 16px 10px;
    background-color: unset;
  }
}
.is-desktop .format-filter__wrap {
  padding: 0;
}

/* app/assets/stylesheets/mweb/shared/rottenTomatoes.css */
.rottentomatoes-rating__wrap {
  display: flex;
  min-width: 48px;
  vertical-align: middle;
  align-items: center;
  white-space: nowrap;
  gap: 4px;
}
.rottentomatoes-rating {
  font-style: normal;
  font-size: 14px;
  color: var(--neutral-000);
  vertical-align: middle;
  align-items: center;
  font-weight: 400;
}
.rottentomatoes-icon {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  direction: ltr;
  background-size: contain;
  background-position: center;
  width: 28px;
  height: 28px;
}
.rottentomatoes-rating--dark {
  color: #333e48;
}

/* app/assets/stylesheets/mweb/shared/nowPlaying.css */
.now-playing {
  position: relative;
  padding: 0 16px;
  overflow: hidden;
  font-size: 0;
}
.now-playing__heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  height: 36px;
  padding: 0 16px;
  margin-bottom: 20px;
}
.now-playing__see-all,
.now-playing__title {
  font-weight: bold;
  text-transform: uppercase;
  line-height: 16px;
}
.now-playing__title {
  font-size: 16px;
  color: var(--blue-600);
}
.now-playing__see-all,
.now-playing__see-all--carousel-item {
  font-size: 15px;
}
.now-playing__see-all--carousel-item {
  white-space: normal;
  text-align: center;
  line-height: 20px;
}
.now-playing__list-item-link {
  display: block;
  height: inherit;
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: center;
  border-radius: 4px;
}
.now-playing__list-item-link--see-all {
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1px #ebebeb;
  height: 132px;
}

/* app/assets/stylesheets/mweb/global/movie-card.css */
.movie-card {
  background-position: center center;
  background-size: cover;
  color: var(--neutral-000);
  position: relative;
  width: 100%;
  height: 210px;
  z-index: 0;
}
.movie-card:before {
  content: "";
  background-color: var(--neutral-600);
  opacity: 0.9;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.movie-card__poster {
  background-color: #333;
  border: 1px solid var(--neutral-000);
  width: 100px;
  height: 150px;
  overflow: hidden;
}
.movie-card__poster--playable:after {
  content: "";
  background-color: var(--dark-overlay-80);
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2228.2%22%20height%3D%2228.2%22%20viewBox%3D%220%200%2028.2%2028.2%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%3C!%5BCDATA%5B%20.st0%7Bfill%3A%23FFFFFF%3B%7D%5D%5D%3E%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M14.1%2028.1c-7.7%200-14-6.3-14-14s6.3-14%2014-14%2014%206.3%2014%2014-6.3%2014-14%2014zm0-26.1c-6.7%200-12.1%205.4-12.1%2012.1%200%206.7%205.4%2012.1%2012.1%2012.1%206.7%200%2012.1-5.4%2012.1-12.1%200-6.7-5.4-12.1-12.1-12.1zm-3.6%206.1v11.9l9.6-5.9z%22%2F%3E%3C%2Fsvg%3E);
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  opacity: 1;
  height: 60px;
  width: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* app/assets/stylesheets/shared/datePicker.css */
.date-picker,
.date-picker__placeholder,
.date-picker__list {
  height: var(--ph-height);
  box-sizing: content-box;
}
.date-picker {
  position: relative;
  overflow: auto hidden;
  background-color: var(--neutral-000);
}
.date-picker--desktop {
  padding-top: 0;
}
.date-picker__placeholder {
  margin: 0 auto;
  background-size: 100%;
}
.date-picker__list {
  padding: 0 var(--ph-left);
  display: inline-flex;
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow: hidden;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
}
.date-picker__list:hover {
  overflow-x: auto;
}
.date-picker__list::-webkit-scrollbar {
  visibility: hidden;
}
.date-picker__list::-webkit-scrollbar-track,
.date-picker__list::-webkit-scrollbar-track-piece,
.date-picker__list::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.date-picker__list::-webkit-scrollbar-thumb {
  background-color: #777;
}
.date-picker__list::-webkit-scrollbar:hover {
  visibility: visible;
}
.date-picker__list-item {
  display: inline-block;
  margin-right: 8px;
  vertical-align: top;
  width: 62px;
  height: 70px;
}
.date-picker__list-item--spacer {
  position: relative;
  width: 24px;
}
.date-picker__list-item--spacer:after {
  content: "";
  height: 54px;
  border-right: solid 1px #ecedee;
  top: 10px;
  left: 50%;
  position: absolute;
}
.date-picker__button {
  position: relative;
  display: inline-block;
  width: 62px;
  height: 70px;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(229, 231, 232);
  border-radius: 3px;
  line-height: 1;
  color: var(--blue-600);
  text-align: center;
  text-transform: uppercase;
  padding: 0;
  cursor: pointer;
}
.date-picker__button--dark {
  background-color: #ecedee;
  cursor: initial;
}
.date-picker__date-weekday,
.date-picker__date-month,
.date-picker__date-day {
  display: block;
  overflow: hidden;
}
.date-picker__date-weekday {
  font-family:
    proxima-nova,
    Helvetica,
    Arial,
    sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #4691e3;
  margin-top: 7px;
  height: 12px;
}
.date-picker__date-weekday--dark {
  color: var(--blue-600);
}
.date-picker__date-month,
.date-picker__date-day {
  font-family:
    "alternate-gothic-no-1-d",
    "Futura Condensed",
    "Arial Narrow",
    Arial,
    sans-serif;
  color: var(--blue-600);
  font-weight: normal;
}
.date-picker__date-month {
  font-size: 14px;
  letter-spacing: 0.3px;
  margin-top: 5px;
}
.date-picker__date-day {
  font-size: 30px;
}
.date-picker__list--desktop {
  padding-left: 0;
}
.date-picker__future-date-notice {
  border-bottom: 8px solid #ecedee;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.date-picker__future-date-notice-cta {
  text-align: center;
}
.date-picker__future-date-btn {
  font-size: 14px;
  min-height: 36px;
  padding: 0.8em 1em;
}
.is-desktop .date-picker__list {
  padding: 0;
}
.fd-carousel--last-selected {
  border-color: #4691e3;
}
.fd-carousel--last-selected,
.fd-carousel--last-selected .date-picker__date-weekday,
.fd-carousel--last-selected .date-picker__button {
  color: #f2f3f3;
  background-color: #4691e3;
}

/* app/assets/stylesheets/shared/movie/viewing-type-toggle.css */
.viewing-type-toggle__wrapper--mweb {
  background-color: var(--neutral-600);
  padding-bottom: 16px;
}
.viewing-type-toggle__wrapper--mweb.is-stuck {
  padding: 16px 0;
}
.viewing-type-toggle__wrapper--mweb.mobile-tabs {
  padding-top: 16px;
}
.viewing-type-toggle__sticky {
  position: sticky;
  z-index: 10;
}
.viewing-type-toggle__placeholder {
  background-color: var(--neutral-600);
  border-radius: 4px;
  height: 40px;
}
.viewing-type-toggle {
  display: flex;
  height: 40px;
}
.viewing-type-toggle__item {
  display: flex;
  align-items: center;
  flex: 1;
  flex-direction: column;
  justify-content: flex-end;
}
.viewing-type-toggle__btn {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  height: 24px;
  width: 100%;
}
.viewing-type-toggle__btn-text {
  font-weight: bold;
  text-transform: none;
}
.viewing-type-toggle__info {
  border: 1px solid var(--neutral-400);
  border-radius: 4px;
  display: flex;
  align-items: center;
  gap: 8px;
  height: 40px;
  justify-content: center;
}
.viewing-type-toggle__hide {
  display: none;
}

/* app/assets/stylesheets/mweb/movie/viewing-type-toggle.css */
.viewing-type-toggle__wrapper {
  padding: 0 16px;
}
.viewing-type-toggle__sticky {
  top: 50px;
}
.viewing-type-toggle {
  background-color: var(--neutral-600);
  border: 1px solid var(--neutral-400);
  border-radius: 500px;
  padding: 3px;
}
.viewing-type-toggle__item {
  border-radius: 500px;
  padding: 5px 11px;
}
.viewing-type-toggle__item--active {
  background-color: #f2f3f3;
}
.viewing-type-toggle__btn-text {
  color: var(--neutral-300);
  font-size: 14px;
}
.viewing-type-toggle__item--active .viewing-type-toggle__btn-text {
  color: var(--blue-600);
}

/* app/assets/stylesheets/shared/seatMap.css */
.smp__page {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
}
.smp__seat-map-placeholder {
  width: 100%;
  height: 100%;
  animation: placeholderLoading 1.2s ease-out infinite;
}
.smp__map {
  margin: 20px;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
}
.smp__map-preview-wrapper {
  height: 100%;
}
.smp__showtime-info-internal {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.smp__showtime-header-background {
  background-size: 120%;
  background-position: center;
  -webkit-filter: blur(50px);
  -moz-filter: blur(50px);
  -o-filter: blur(50px);
  -ms-filter: blur(50px);
  filter: blur(50px);
  height: 120%;
  width: 105vw;
  position: absolute;
}
.smp__showtime-data {
  position: relative;
  z-index: 1;
  display: flex;
  gap: var(--gap-2);
  padding-top: var(--padding-2);
  padding-bottom: var(--padding-2);
  align-items: flex-start;
  justify-content: center;
  max-width: 588px;
}
.smp__showtime-poster {
  height: 90px;
  border-radius: var(--corner-radius-sm);
}
.smp-modal__content-internal {
  display: flex;
  flex-direction: column;
  max-height: 95vh;
  overflow: hidden;
}
.smp-modal__wrap,
.smp-modal__wrap-internal {
  background-color: var(--neutral-600);
  border-radius: var(--corner-radius-lg);
  border: 1px solid var(--neutral-400);
  box-shadow: 0 0 18px 8px rgba(0, 0, 0, 0.18);
  max-width: 398px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.smp__modal-header {
  border-bottom: 1px solid var(--border-primary);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: var(--padding-1) var(--padding-1) var(--padding-1) 20px;
  height: 60px;
}
.smp__modal-header-title {
  color: var(--neutral-100);
  font: var(--font-heading-sm);
  align-content: center;
}
.smp__modal-showtime-header {
  display: flex;
  flex-direction: column;
  gap: var(--gap-2);
}
.smp__modal-text {
  color: var(--text-secondary);
  font: var(--font-body-md);
}
.smp__modal-body {
  padding: 20px;
  overflow-y: auto;
  max-height: calc(95vh - 57px);
}
.smp__modal-section {
  border-bottom: 1px solid var(--border-primary);
  margin-bottom: var(--spacing-2);
  padding-bottom: var(--padding-2);
}
.smp__modal-section:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.smp__modal-showtime-info-wrapper {
  display: flex;
  flex-direction: column;
}
.smp__modal-showtime-info {
  display: flex;
  gap: var(--gap-2);
}
.smp__modal-seat-guide-internal {
  display: flex;
  gap: var(--gap-2);
}
.smp__modal-seat-guide-column {
  width: 50%;
}
.smp__modal-seat-guide-item {
  align-items: center;
  display: flex;
  margin-top: var(--spacing-1);
  color: var(--text-primary);
  font: var(--font-body-md);
  font-size: 14px;
  position: relative;
}
.smp__modal-seat-guide-item span {
  margin-left: var(--spacing-3);
}
.smp__modal-block-seating__image {
  padding-top: var(--padding-2);
}
.smp__modal-block-seating__image-title {
  display: flex;
  align-items: center;
}
.smp__modal-block-seating__icon {
  height: 16px;
  width: auto;
  margin-right: var(--spacing-1);
}
.smp__title,
.smp__modal-title {
  color: var(--text-primary);
}
.smp__title {
  font: var(--font-heading-sm);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.smp__modal-title {
  font: var(--font-label-md);
}
.smp__modal-accordion {
  padding: 14px var(--padding-2);
}
.smp__showtime-detail {
  color: var(--text-secondary);
  font: var(--font-body-md);
}
.smp__more-info-btn-internal {
  margin-top: var(--spacing-1);
}
.smp__render {
  display: none;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: 100%;
  container-type: inline-size;
}
.smp__label {
  position: absolute;
  pointer-events: none;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-family:
    "Proxima Nova",
    proxima-nova,
    Arial,
    sans-serif;
}
.smp__label--screen {
  color: var(--neutral-000);
  font-size: clamp(8px, 1.9cqw, 18px);
  font-weight: 700;
  left: 49.55%;
  top: 7.3%;
  transform: translate(-50%, -50%) scaleY(1.15) scaleX(1.05);
}
.smp__label--theater {
  color: var(--neutral-300);
  font-size: clamp(7px, 1.6cqw, 15px);
  font-weight: 400;
  transform: translate(-50%, -50%) scaleY(1.15) scaleX(1.04);
}
.smp__label--front {
  left: 50%;
  top: 14.5%;
}
.smp__label--back {
  left: 50%;
}
.smp__preview-badge {
  top: 0;
  left: 0;
  position: absolute;
  border-radius: var(--corner-radius-xs);
  background: var(--neutral-400);
  padding: var(--padding-0) var(--padding-1);
  color: var(--neutral-000);
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  z-index: 1;
}
.smp__failed-msg {
  display: none;
  color: var(--neutral-200);
  line-height: 20px;
}
.smp--success .smp__seat-map-placeholder {
  display: none;
}
.smp--success .smp__render,
.smp--fail .smp__failed-msg {
  display: block;
}
.smp--fail .smp__preview-badge,
.smp--fail .smp__seat-map-placeholder,
.smp--fail .smp__more-info-btn {
  display: none;
}
.smp__seats-container {
  position: relative;
  width: 100%;
  height: 100%;
}
.smp__seat {
  position: absolute;
  background-color: var(--blue-700);
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 25%;
}
.smp__seat--wheelchair {
  background-color: var(--blue-900);
  background-image: url("//images.fandango.com/fandango-www/screenplay/assets/v2/images/shared/icons/global/icon-seat-wheelchair.t0rmlbsk.svg");
  background-size: 50%;
}
.smp__seat--companion {
  background-color: var(--blue-900);
  background-image: url("//images.fandango.com/fandango-www/screenplay/assets/v2/images/shared/icons/global/icon-seat-companion.54cd5tpe.svg");
  background-size: 75%;
}
.smp__seat--O.smp__seat--wheelchair,
.smp__seat--R.smp__seat--wheelchair,
.smp__seat--X.smp__seat--wheelchair,
.smp__seat--O.smp__seat--companion,
.smp__seat--R.smp__seat--companion,
.smp__seat--X.smp__seat--companion {
  background-color: var(--neutral-400);
}
.smp__seat--O.smp__seat--wheelchair,
.smp__seat--R.smp__seat--wheelchair,
.smp__seat--X.smp__seat--wheelchair {
  background-image: url("//images.fandango.com/fandango-www/screenplay/assets/v2/images/shared/icons/global/icon-seat-wheelchair-unavailable.dasp4b03.svg");
  background-size: 50%;
}
.smp__seat--O.smp__seat--companion,
.smp__seat--R.smp__seat--companion,
.smp__seat--X.smp__seat--companion {
  background-image: url("//images.fandango.com/fandango-www/screenplay/assets/v2/images/shared/icons/global/icon-seat-companion-unavailable.6bv6v8dp.svg");
  background-size: 75%;
}
.smp__seat--O,
.smp__seat--R,
.smp__seat--X {
  background-color: transparent;
  background-image: url("//images.fandango.com/fandango-www/screenplay/assets/v2/images/shared/icons/global/icon-seat-unavailable.e8qrm67i.svg");
  background-size: 50%;
}
.smp__seat--linked {
  position: absolute;
  background-image: url("//images.fandango.com/fandango-www/screenplay/assets/v2/images/shared/icons/global/icon-seats-linked-bg.aeo0vm3b.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  gap: 1px;
  padding: 1px var(--padding-0) var(--padding-0);
}
.smp__seat--linked .smp__seat {
  position: relative;
  padding: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 1280px) {
  .smp__seat--linked {
    padding: 1px 2px 2px;
  }
}
.smp__seat--active {
  cursor: pointer;
  border: none;
}
.smp__seat--selected,
.smp__seat--selected-modal,
.smp__seat--selected:hover {
  background-color: var(--orange-400);
  border: 1px solid var(--orange-200);
}
.smp__zoom-buttons-container {
  display: flex;
  flex-direction: column;
  background-color: var(--misc-divider);
  gap: 1px;
  position: absolute;
  right: var(--spacing-2);
  bottom: var(--spacing-2);
  border-radius: var(--corner-radius-sm);
  border: 1px solid var(--neutral-000);
  overflow: hidden;
}
.zoom-increase-btn,
.zoom-decrease-btn {
  background-color: var(--neutral-400);
  height: 32px;
  width: 32px;
  padding: 8px;
}
.zoom-increase-btn:hover,
.zoom-decrease-btn:hover {
  background-color: var(--neutral-500);
}
.zoom-decrease-btn:focus,
.zoom-increase-btn:focus {
  outline: 2px solid #005fcc;
  outline-offset: -2px;
}
.zoom-increase-btn:focus {
  border-radius: var(--corner-radius-sm) var(--corner-radius-sm) 0 0;
}
.zoom-decrease-btn:focus {
  border-radius: 0 0 var(--corner-radius-sm) var(--corner-radius-sm);
}
.zoom-btn-disabled:hover {
  background-color: var(--neutral-400);
}
.icon-plus-enabled {
  background-image: url("//images.fandango.com/fandango-www/screenplay/assets/v2/images/desktop/icons/global/icon-plus-enabled.d8sae9j2.svg");
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
}
.icon-plus-disabled {
  background-image: url("//images.fandango.com/fandango-www/screenplay/assets/v2/images/desktop/icons/global/icon-plus-disabled.uciubop5.svg");
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
}
.icon-minus-enabled {
  background-image: url("//images.fandango.com/fandango-www/screenplay/assets/v2/images/desktop/icons/global/icon-minus-enabled.6m0t1rts.svg");
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
}
.icon-minus-disabled {
  background-image: url("//images.fandango.com/fandango-www/screenplay/assets/v2/images/desktop/icons/global/icon-minus-disabled.belj12i3.svg");
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
}
.smp__tooltip {
  background-color: #333e48;
  color: var(--neutral-000);
  text-align: center;
  padding: 5px var(--padding-1);
  border-radius: var(--corner-radius-xs);
  white-space: nowrap;
  font-weight: bold;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  transform: translateX(-50%);
  transition: opacity 0.3s;
  opacity: 0;
  visibility: hidden;
  pointer-events: auto;
}
.smp__tooltip--visible {
  visibility: visible;
  opacity: 1;
}
.smp__seat--active:hover .smp__tooltip,
.smp__seat--active:focus .smp__tooltip {
  visibility: visible;
  opacity: 1;
}
.smp__tooltip--dismissed {
  visibility: hidden !important;
  opacity: 0 !important;
}
@keyframes placeholderLoading {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@media only screen and (max-width: 767px) {
  .smp__showtime-data {
    width: 100%;
    padding: var(--padding-2);
    max-width: none;
  }
  .smp__showtime-data .smp__showtime-poster {
    height: 67px;
  }
  .smp__showtime-detail-wrapper {
    flex-grow: 1;
  }
  .smp-modal__wrap-internal {
    border-radius: var(--corner-radius-lg) var(--corner-radius-lg) 0 0;
    border: none;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: none;
    margin: 0;
    overflow-y: auto;
    position: fixed;
    transform: translateY(0);
    width: 100%;
  }
  .smp__modal-body .smp__showtime-poster {
    border-radius: var(--corner-radius-sm);
  }
  .smp__showtime-poster {
    border-radius: var(--corner-radius-xs);
  }
}
.smp-btn {
  background: var(--blue-800, #4691e3);
  color: var(--neutral-000, #fff);
  height: 32px;
  border-radius: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 6px 16px;
  font-weight: bold;
}
.smp-btn:hover {
  background: rgba(52, 120, 193, 0.8);
}
.smp-btn__icon {
  width: 20px;
  height: 20px;
  display: block;
}
.smp-modal {
  display: flex;
  justify-content: center;
  align-items: center;
}
.smp-modal__wrap-preview {
  background-color: var(--neutral-600);
  border-radius: 16px;
  border: 1px solid var(--neutral-400);
  box-shadow: 0 0 18px 8px rgba(0, 0, 0, 0.18);
  max-width: 790px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.smp-modal__wrap-preview .icon-close--small-gray,
.smp-modal__wrap .icon-close--small-gray {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 34px;
  height: 34px;
  background-size: 24px;
}
.smp-modal__wrap-preview .icon-close--small-gray:hover {
  background-color: var(--light-overlay-8);
  border-radius: 8px;
}
.smp-modal__content {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  max-height: 95vh;
}
.smp__theater-name {
  padding: 16px 50px 16px 20px;
  border-bottom: 1px solid var(--neutral-400);
  color: var(--neutral-100);
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}
.smp__content {
  overflow-y: auto;
  flex: 1;
}
.smp__wrap {
  margin: 20px;
  display: grid;
  grid-template-columns: 300px 2fr;
  height: 400px;
  border-radius: 16px;
  border: 1px solid var(--neutral-400);
  overflow: hidden;
}
.smp__showtime-info {
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.smp__movie-title {
  color: var(--neutral-100);
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  text-align: center;
}
.smp__buy-tickets-btn {
  background-color: var(--orange-400);
  text-transform: none;
  font-weight: bold;
}
.btn.smp__buy-tickets-btn:hover {
  text-decoration: none;
  background: rgba(227, 102, 0, 0.8);
}
.smp__showtime {
  color: var(--neutral-100);
  font-size: 29px;
  font-weight: 700;
  padding: 5px 0;
  line-height: 34px;
}
.smp__film-format {
  color: var(--neutral-200);
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 16px;
  line-height: 20px;
}
@media (max-width: 768px) {
  .smp-modal {
    align-items: flex-end;
    display: flex;
    justify-content: center;
  }
  .smp__wrap {
    grid-template-columns: 1fr;
    height: auto;
  }
  .smp__showtime-info {
    align-items: start;
    justify-content: center;
  }
  .smp__map {
    height: 400px;
  }
  .smp--fail {
    height: auto;
  }
}
.smp__failed-msg {
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.2;
  padding: 1rem;
  margin: 0;
}
.smp__map .icon.icon-seat-map-placeholder {
  width: 90%;
  height: 90%;
  background-size: contain;
}
.smp__selected-seats {
  color: var(--text-primary, var(--neutral-000));
}
.smp__selected-seats-container {
  border-top: 1px solid #444;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-top: 16px;
}
.smp__footer {
  text-align: center;
  padding-bottom: 16px;
}
.smp__areas {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 16px 0 16px;
  gap: 16px;
}
.smp__area-buttons-wrapper {
  position: relative;
  overflow: hidden;
  max-width: 588px;
}
.smp__area-buttons-wrapper::before,
.smp__area-buttons-wrapper::after {
  content: "";
  position: absolute;
  top: 12px;
  bottom: 0;
  width: 40px;
  height: 40px;
  opacity: 0;
  pointer-events: none;
}
.smp__area-buttons-wrapper::before {
  left: 0;
  background:
    linear-gradient(
      to right,
      var(--background-primary),
      transparent);
  transition: ease-in-out opacity 0.1s;
}
.smp__area-buttons-wrapper::after {
  right: 0;
  background:
    linear-gradient(
      to left,
      var(--background-primary),
      transparent);
  transition: ease-in-out opacity 0.1s;
}
.smp__area-buttons-wrapper.smp__areas-wrapper--scroll-left::before,
.smp__area-buttons-wrapper.smp__areas-wrapper--scroll-right::after {
  opacity: 1;
}
.smp__area-buttons {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 8px;
  overflow-x: hidden;
}
.smp__area-btn {
  padding: 10px 16px;
  height: 40px;
  align-items: center;
  border-radius: 8px;
  border: 1px solid var(--border-primary);
  background-color: var(--background-primary);
  color: var(--text-primary);
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  width: fit-content;
  white-space: nowrap;
  cursor: pointer;
  box-sizing: border-box;
}
.smp__area-btn--selected {
  border: 2px solid var(--button-border-secondary-selected);
  color: var(--button-text-secondary-selected);
  background-color: var(--button-background-secondary-selected);
  padding: 9px 15px;
}
.smp__area-arrow[disabled] {
  display: none;
}
.smp__area-arrow {
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  background-color: var(--icon-button-background-primary, #000);
  background-image: url("//images.fandango.com/fandango-www/screenplay/assets/v2/images/desktop/icons/global/chevron-right--dark-mode.7kk421fe.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 8.5px;
  border: 2px solid var(--icon-button-border-primary);
  border-radius: 100%;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.30);
  height: 32px;
  width: 32px;
  flex-shrink: 0;
}
.smp__area-arrow.hidden {
  visibility: hidden;
}
.smp__area-arrow--left {
  transform: rotate(180deg);
}
.smp__area-arrow--right {
  left: auto;
  right: 3px;
}
.smp__area-arrow:hover,
.smp__area-arrow:focus-visible {
  background-color: var(--icon-button-background-selected, #4691e3);
}
.smp__seat--out-of-area {
  border: 1px solid var(--blue-800, #4691e3);
  background-color: var(--background-primary);
}
.smp__seat--out-of-area.smp__seat--selected,
.smp__seat--out-of-area.smp__seat--selected-modal,
.smp__seat--out-of-area.smp__seat--selected:hover {
  background-color: var(--orange-400);
  border: 1px solid var(--orange-200);
}
.smp__map .smp__preview-badge {
  border-radius: 0 0 4px 0;
}
.smp__message-modal--body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.smp__message-modal--text {
  color: var(--foreground-text-secondary, #b8b8b8);
  text-align: center;
  font-size: 14px;
  line-height: 20px;
}
.smp__message-modal--language-icon {
  height: 40px;
  width: 40px;
  background-image: url("//images.fandango.com/fandango-www/screenplay/assets/v2/images/shared/icons/global/icon-language-globe.ffpn8noc.svg");
  background-repeat: no-repeat;
}

/* app/assets/stylesheets/shared/showtimes/movieShowtimes.css */
.movie-showtimes {
  position: relative;
  display: flex;
  flex-direction: column;
}
.movie-showtimes__theater {
  padding-bottom: 6px;
  margin-bottom: 0;
}
.movie-showtimes__theater:last-of-type {
  margin-bottom: 40px;
}
.shared-theater-header .fd-theater__follow-icon {
  height: 24px;
  width: 24px;
}
.movie-showtimes__ad-panel {
  margin-bottom: 0;
}
.movie-showtimes__detail-ticketing {
  color: var(--neutral-300);
  margin-top: 5px;
}
.movie-showtimes__detail-ticketing-icon {
  background-position: left center;
  background-size: 20px auto;
  font-size: 0.8125rem;
  padding-left: 24px;
}
.movie-showtimes__detail-non-ticketing-icon {
  background-size: 17px auto;
  padding-left: 22px;
}
.movie-showtimes__more-btn-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 0;
}
.movie-showtimes__more-btn {
  width: 141px;
  height: 20px;
  margin: 20px 0;
  font-size: 14px;
  line-height: 1.43;
  text-align: center;
  color: #4691e3;
  text-transform: uppercase;
}
.movie-showtimes__more-btn--mobile {
  margin: 0;
}
.is-desktop .movie-showtimes .showtime-btn {
  width: 78px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
}
.movie-detail__merch-card--desktop {
  align-items: start;
}
.movie-detail__merch-card--mobile {
  text-align: center;
  padding: 1rem 0;
}
.movie-showtimes .fd-panel.movie-detail__merch-card--desktop-top {
  align-self: flex-start;
  padding-left: 0;
}

/* app/assets/stylesheets/shared/theaters/sharedTheaterHeader/sharedTheaterHeader.css */
.shared-theater-header {
  background: var(--neutral-500);
  --standard-gray: var(--neutral-100);
}
.shared-theater-header:last-child {
  border-radius: inherit;
}
.shared-theater-header:not(:last-child) {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.shared-theater-header__content {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  display: flex;
}
.shared-theater-header__details {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 4px;
}
.shared-theater-header__name {
  font-size: 16px;
  font-weight: 700;
}
.shared-theater-header__name-link {
  color: var(--standard-gray);
}
.shared-theater-header__address-wrap {
  display: flex;
}
.shared-theater-header__address,
.shared-theater-header__distance {
  font-size: 14px;
  line-height: 20px;
}
.shared-theater-header__address {
  color: var(--standard-gray);
}
.shared-theater-header__distance {
  color: var(--neutral-200);
}
.shared-theater-header__links {
  display: flex;
  gap: 8px;
}
.shared-theater-header__link {
  color: #4691e3;
  line-height: 20px;
}
.shared-theater-header__concession-btn {
  background-color: var(--neutral-400);
  border-radius: 4px;
  display: flex;
  align-self: flex-start;
  gap: 8px;
  margin-top: 4px;
  padding: 4px 8px;
}
.shared-theater-header__concession-details {
  display: flex;
  align-items: center;
  gap: 4px;
}
.icon.icon-amenity--snack.shared-theater-header__concession-icon,
.icon.icon-info-gray.shared-theater-header__concession-info-icon {
  height: 16px;
  width: 16px;
}
.shared-theater-header__concession-text {
  color: var(--standard-gray);
  font-size: 12px;
  font-weight: 700;
}

/* app/assets/stylesheets/shared/theaters/sharedTheaterHeader/mobile.css */
a.shared-theater-header__container-link {
  color: unset;
  font-weight: unset;
  text-decoration: unset;
}
.shared-theater-header__container {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.shared-theater-header__content {
  gap: 8px;
  padding: 16px;
}
.shared-theater-header__address-wrap {
  flex-direction: column;
  gap: 4px;
}

/* app/assets/stylesheets/shared/theaters/theaterConcessionAmenity.css */
.theater-concession-options__overlay {
  background-color: var(--neutral-600);
  border-radius: 8px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  color: var(--orange-100);
  padding: 16px 20px 24px 20px;
  top: 70px;
}
.theater-concessions-options__overlay--desktop {
  top: 10px;
}
.theater-concessions-options__container {
  background-color: unset;
}
html .theater-concessions-options__container--desktop {
  max-width: 343px;
  background-color: transparent;
  padding: 0;
}
html .theater-concessions-options__close-btn {
  height: 24px;
  width: 24px;
  position: absolute;
  background-size: 50%;
  z-index: 9;
  border-radius: 50%;
  background-color: #efefef;
}
.theater-concessions-options__section-header {
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 8px 0;
}
.theater-concessions-options__section {
  padding: 16px 0;
  border-bottom: 1px solid #ecedee;
  font-size: 14px;
}
.theater-concessions-options__section--desktop {
  font-weight: normal;
}
.theater-concessions-options__section:first-of-type {
  margin-top: 0;
  padding-top: 0;
}
.theater-concessions-options__section:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.snack-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
}
.snack-preorder {
  vertical-align: super;
}
.snack-preorder--tsp {
  color: #f2f3f3;
}

/* app/assets/stylesheets/shared/showtimes/sharedShowtimes/sharedShowtimes.css */
.shared-showtimes__wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.shared-showtimes__container,
.thtr-mv-list .shared-movie-showtimes {
  align-self: stretch;
  border: 1px solid var(--neutral-400);
  border-radius: 12px;
}
.shared-showtimes__bullet {
  color: var(--neutral-200);
  font-weight: 600;
  line-height: 20px;
  width: 6px;
}
.shared-showtimes__data-text {
  --standard-gray: var(--neutral-100);
  color: var(--standard-gray);
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  text-wrap: balance;
}
.shared-showtimes__movie-data {
  display: flex;
  gap: 8px;
}
.shared-showtimes__movie-rating {
  border: 1px solid var(--standard-gray);
  border-radius: 4px;
  display: flex;
  align-items: center;
  font-weight: 700;
  height: 16px;
  white-space: nowrap;
  padding: 0 4px;
}
.shared-showtimes__amenity-group {
  background: var(--neutral-600);
  display: flex;
  align-items: flex-start;
  align-self: stretch;
  flex-direction: column;
  gap: 16px;
  position: relative;
  --color-3d: #4691e3;
  --color-premium-experience: var(--yellow-400);
  --color-standard: var(--neutral-100);
}
.shared-showtimes__amenity-group.thick-divider:not(:last-of-type) {
  border-bottom: 8px solid var(--light-overlay-8);
}
.shared-showtimes__amenity-group.thin-divider:not(:last-of-type)::after,
.fd-theater__list > li:not(:last-of-type)::after {
  content: "";
  border-bottom: 1px solid var(--light-overlay-8);
  position: absolute;
  bottom: 0;
}
.shared-movie-showtimes__showtimes,
.shared-showtimes__amenity-group {
  border-top-right-radius: inherit;
}
.shared-movie-showtimes__showtimes,
.shared-showtimes__amenity-group:last-child {
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}
.shared-showtimes__title {
  font-weight: bold;
}
.shared-showtimes__title-header--3d {
  color: var(--color-3d);
}
.shared-showtimes__title-header--premium-experience {
  color: var(--color-premium-experience);
}
.shared-showtimes__title-header--standard {
  color: var(--color-standard);
}
.shared-showtimes__amenity-group-card {
  background: var(--neutral-500);
  border-left: 4px solid;
  border-radius: 4px;
  display: flex;
  align-items: center;
  align-self: stretch;
  gap: 16px;
  padding: 16px;
  text-align: start;
}
.shared-showtimes__amenity-group-card:hover {
  background:
    linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.10) 0%,
      rgba(0, 0, 0, 0.10) 100%),
    var(--neutral-500);
}
.shared-showtimes__amenity-group-card--3d {
  border-color: var(--color-3d);
}
.shared-showtimes__amenity-group-card--premium-experience {
  border-color: var(--color-premium-experience);
}
.shared-showtimes__amenity-group-card--standard {
  border-color: var(--color-standard);
}
.shared-showtimes__amenity-group-card-text {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 8px;
}
.shared-showtimes__amenity-group-card-image-wrap {
  display: flex;
  height: 16px;
  width: 96px;
}
.shared-showtimes__amenity-group-card-image {
  max-height: 100%;
  max-width: 100%;
}
.shared-showtimes__amenities {
  color: var(--neutral-200);
  font-size: 12px;
}
.shared-showtimes__late-night-msg {
  padding: 0.2em 0;
}
.shared-showtimes__late-night-icon {
  margin-right: 5px;
}
.shared-showtimes__container .movie-carousel--mobile {
  border-radius: inherit;
  padding-top: 16px;
}

/* app/assets/stylesheets/shared/showtimes/sharedShowtimes/mobile.css */
.showtimes__container {
  background: var(--neutral-600);
  padding: 0 16px 16px 16px;
}
.shared-showtimes__amenity-group {
  padding: 16px;
}
.shared-showtimes__amenity-group.thin-divider:not(:last-of-type)::after,
.fd-theater__list > li:not(:last-of-type)::after {
  left: 16px;
  right: 16px;
}

/* app/assets/stylesheets/shared/showtimes/sharedAmenityList/sharedAmenityList.css */
.shared-amenity-list__modal {
  display: flex;
}
.shared-amenity-list__modal-content {
  background-color: var(--neutral-600);
  overflow: auto;
}
.shared-amenity-list__modal-header {
  background-color: inherit;
  border-bottom: 1px solid var(--light-overlay-8);
  display: flex;
  align-items: center;
  position: sticky;
  top: 0;
}
.shared-amenity-list__title {
  flex: 1;
  font-size: 16px;
}
.shared-amenity-list__title,
.shared-amenity-list__amenity-name {
  color: var(--neutral-100);
  font-weight: 700;
  line-height: 20px;
}
.shared-amenity-list__modal-header .icon-close--small-new-dark {
  height: 24px;
  width: 24px;
  margin: 10px;
}
.shared-amenity-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.shared-amenity-list__amenity {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.shared-amenity-list__amenity:not(:last-child) {
  border-bottom: 1px solid var(--light-overlay-8);
  padding-bottom: 16px;
}
.shared-amenity-list__amenity-image-wrap {
  display: flex;
  height: 16px;
  width: 96px;
}
.shared-amenity-list__amenity-image {
  max-height: 100%;
  max-width: 100%;
}
.shared-amenity-list__amenity-description {
  color: var(--neutral-200);
  line-height: 20px;
}
.shared-amenity-list__amenity-description,
.shared-amenity-list__amenity-name {
  font-size: 14px;
}

/* app/assets/stylesheets/shared/showtimes/sharedAmenityList/mobile.css */
.shared-amenity-list__modal {
  align-items: flex-end;
}
.shared-amenity-list__modal-content {
  border-radius: 16px 16px 0 0;
  max-height: calc(100vh - 33px);
}
.shared-amenity-list__modal-header {
  padding: 8px 8px 8px 16px;
}
.shared-amenity-list {
  padding: 16px;
}

/* app/assets/stylesheets/shared/showtimes/showtimesPlaceholder/showtimesPlaceholder.css */
.showtimes-placeholder__container {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.showtimes-placeholder {
  border: 1px solid var(--light-overlay-8);
  border-radius: 12px;
}
.showtimes-placeholder__header {
  align-self: stretch;
  height: 78px;
}
.showtimes-placeholder__header:last-child {
  border-radius: inherit;
}
.showtimes-placeholder__header:not(:last-child) {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.showtimes-placeholder__movie {
  display: flex;
  gap: 16px;
}
.showtimes-placeholder__movie-poster {
  border-radius: 8px;
}
.showtimes-placeholder__group {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 16px;
}
.showtimes-placeholder__title {
  border-radius: 4px;
  height: 8px;
  width: 160px;
}
.showtimes-placeholder__details {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 8px;
}
.showtimes-placeholder__card {
  border-radius: 8px;
}
.showtimes-placeholder__data {
  border-radius: 4px;
  height: 8px;
  width: 80px;
}
.showtimes-placeholder__btn-list {
  display: flex;
  gap: 8px;
}
.showtimes-placeholder__btn {
  border-radius: 4px;
  height: 32px;
  width: 72px;
}
.showtimes-placeholder__smp-btn {
  border-radius: 100px;
  height: 32px;
  width: 139px;
}
@keyframes showtimes-placeholder {
  0%, 100% {
    background-color: rgba(255, 255, 255, 0.05);
  }
  50% {
    background-color: rgba(255, 255, 255, 0.1);
  }
}
.showtimes-placeholder__loading {
  animation: showtimes-placeholder 1600ms infinite ease-out;
}

/* app/assets/stylesheets/shared/showtimes/showtimesPlaceholder/mobile.css */
.showtimes-placeholder__header--tall {
  height: 108px;
}
.showtimes-placeholder__movie {
  padding: 16px 16px 0 16px;
}
.showtimes-placeholder__movie-poster {
  height: 164px;
  width: 109px;
}
.showtimes-placeholder__card {
  height: 64px;
}
.showtimes-placeholder__carousel {
  display: flex;
  gap: 8px;
  overflow: hidden;
  padding: 16px;
}
.showtimes-placeholder__carousel .showtimes-placeholder__movie-poster {
  height: 141px;
  width: 94px;
}
.showtimes-placeholder__carousel .showtimes-placeholder__title {
  width: 94px;
}
.showtimes-placeholder__carousel .showtimes-placeholder__data {
  width: 50px;
}
.showtimes-placeholder__theater {
  height: 120px;
}
.showtimes-placeholder__theater-header {
  display: flex;
  padding: 16px;
}
.showtimes-placeholder__heart {
  height: 24px;
  width: 24px;
  -webkit-mask-image: url("//images.fandango.com/fandango-www/screenplay/assets/v2/images/shared/icons/global/icon-fave-heart--filled.81efei8n.svg");
  mask-image: url("//images.fandango.com/fandango-www/screenplay/assets/v2/images/shared/icons/global/icon-fave-heart--filled.81efei8n.svg");
}

/* app/assets/stylesheets/shared/movie/movieOfferBtn.css */
.movie-offer-btn__wrap {
  position: relative;
}
.movie-offer-btn {
  left: 16px;
  top: 16px;
  padding: 12px;
  position: absolute;
  z-index: 1;
  animation: slide-in 1.5s;
  -webkit-animation: slide-in 1.5s;
}
.movie-offer-btn--desktop {
  left: 8px;
  top: 8px;
}
.movie-offer-btn,
.movie-offer-btn:focus,
.movie-offer-btn:hover {
  color: var(--neutral-000);
}
.movie-offer-btn__flag {
  background-color: #285B93;
  background-position: 7px 3px;
  border-radius: 2px;
  background-size: 9px 12px;
  cursor: pointer;
  font-size: 12px;
  font-weight: bold;
  height: 20px;
  line-height: 20px;
  max-width: 300px;
  overflow-wrap: break-word;
  overflow: hidden;
  padding: 0 10px 0 23px;
  text-align: left;
}
.movie-offer-btn__wrap--has-offer .movie-offer-btn__img-wrap:before {
  content: "";
  background-image:
    linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.91),
      rgba(0, 0, 0, 0));
  height: 87px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.movie-offer-btn__wrap .movie-detail__video-link::after {
  z-index: 2;
}
@keyframes slide-in {
  0% {
    opacity: 0;
    transform: translateX(-20%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}

/* app/assets/stylesheets/mweb/shared/movieOffer.css */
.movie-offer {
  color: var(--neutral-000);
  position: absolute;
  bottom: 15px;
  right: 15px;
  left: 148px;
  overflow: hidden;
  height: 4.2rem;
  z-index: 1;
  font-size: 14px;
  line-height: 20px;
}
.movie-offer__flag-title,
.movie-offer__label,
.movie-offer__title {
  display: block;
}
.movie-offer__flag-title {
  background-color: #285B93;
  padding: 5px 5px 2px;
  display: inline-block;
  line-height: 1.6rem;
  font-weight: bold;
  margin-right: 0.3rem;
}
.movie-offer__label {
  font-weight: bold;
  display: inline-block;
}
.icon.icon-vip-plus-points-white {
  height: 18px;
  width: 30px;
}
.icon.icon-gift-box-white,
.icon.icon-gift-box-purple,
.icon.icon-gift-box-white-transparent {
  width: 18px;
  height: 18px;
  vertical-align: top;
}
.movie-offer__banner {
  width: 100%;
  border-radius: 4px;
  background-color: var(--neutral-000);
  padding-left: 16px;
  padding-top: 11px;
  padding-bottom: 7px;
}
.movie-offer__icon {
  margin-top: -2px;
}
@media (max-width: 320px) {
  .movie-offer {
    font-size: 12px;
  }
}

/* app/assets/stylesheets/shared/movie/movieDetail.css */
.movie-detail-header .movie-detail-header__heart-placeholder,
.movie-detail-header .icon.fav-heart {
  margin: 0;
  position: absolute;
  top: 16px;
  right: 16px;
  width: 24px;
  height: 24px;
}
.movie-detail-header__ratings {
  display: flex;
  gap: 8px;
}
.movie-detail-header__ratings-empty {
  margin-left: 4px;
  display: inline-block;
  vertical-align: middle;
}
.movie-detail-header__additional-info-rating {
  border: 1px solid var(--neutral-100);
  border-radius: 4px;
  padding: 0 4px;
  font-size: 0.75rem;
  font-weight: bold;
  line-height: 16px;
}
.movie-detail-header__info-item {
  color: var(--neutral-100);
  line-height: 16px;
}
.movie-detail .rottentomatoes-rating,
.movie-detail-header .rottentomatoes-rating {
  font-size: 0.75rem;
  padding: 0;
  color: var(--neutral-100);
}
.movie-detail .rottentomatoes-icon,
.movie-detail-header .rottentomatoes-icon {
  width: 20px;
  height: 20px;
}
.movie-detail-header__ratings-item {
  display: inline-block;
}
.movie-detail-header__reviews-links {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
}
.movie-detail-header__reviews-links *:not(:last-child)::after {
  content: "\2022";
  margin-left: 8px;
  color: var(--neutral-200);
  display: inline-block;
}
.movie-detail-header__additional-info {
  gap: 8px;
  align-items: center;
}
.movie-detail .movie-offer {
  position: relative;
  margin-top: 1rem;
  left: auto;
  bottom: auto;
  right: auto;
  height: auto;
}
body .icon.fav-heart {
  width: 20px;
  background-position: left center;
  flex: 0 0 auto;
}
.movie-detail__filter--no-showtimes {
  border: 1px solid var(--light-overlay-8);
  background-color: var(--neutral-000);
  padding: 18px 16px 20px;
}
.movie-detail__filter-title--no-showtimes {
  font-size: 14px;
  font-weight: bold;
}
.movie-detail__container {
  display: flex;
  align-items: center;
  font-size: 14px;
  position: relative;
  margin-top: 15px;
  overflow: hidden;
}
.movie-detail__synopsis-wrap {
  display: flex;
  align-items: start;
  width: 100%;
}
.movie-detail__synopsis {
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.movie-detail__title {
  color: var(--neutral-600);
  display: inline-block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-transform: none;
  line-height: 1.25;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
}
.movie-detail__row {
  align-items: center;
  display: flex;
  margin-bottom: 16px;
}
.movie-detail__row--mobile {
  justify-content: space-between;
}
.movie-detail__link {
  margin-bottom: 4px;
  margin-left: 10px;
}
.movie-detail__grv-wrap {
  width: 100%;
  position: absolute;
  top: -1000px;
}
.movie-detail__grv-list {
  margin-bottom: 30px;
  border-bottom: 1px solid var(--light-overlay-8);
}
.movie-detail__grv-item {
  padding-bottom: 10px;
}
.movie-details__photos-container {
  margin-bottom: 16px;
}
.movie-detail__container--open {
  flex-direction: column;
  margin-bottom: 20px;
  overflow: visible;
}
.movie-detail__container--open .movie-detail__synopsis {
  color: var(--neutral-200);
  margin-bottom: 16px;
  white-space: normal;
  width: 100%;
}
.movie-detail__container--open .movie-detail__grv-wrap {
  position: inherit;
  top: 0;
}
.movie-detail__grv-wrap > .img-gallery {
  background: inherit;
  padding-top: 0;
}
.movie-detail__section-title {
  align-self: flex-start;
  font-size: 18px;
  font-weight: bold;
  margin: 16px 16px 16px 0;
  color: var(--neutral-100);
}
.movie-detail__container--mobile {
  margin: 6px 16px 6px 16px;
}
#movie-detail-dropdown {
  background-color: var(--neutral-600);
}
.movie-detail-header__release-date {
  font-size: 12px;
}
.movie-detail-header__release-date::before {
  content: "\2022";
  color: var(--neutral-200);
  margin-right: 4px;
}

/* app/assets/stylesheets/movie/overview/mobile/movieDetailHeader.css */
.movie-detail {
  min-height: 203px;
  height: auto;
  width: 100%;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-image:
    linear-gradient(
      to top,
      rgba(242, 242, 242, 0.99),
      var(--neutral-000));
}
.movie-detail .rottentomatoes-icon--flat {
  margin-right: unset;
}
.movie-detail-header {
  scroll-margin-top: 50px;
}
.movie-detail-header__info-bloc {
  display: flex;
  align-items: flex-start;
  margin-top: 16px;
}
.movie-detail-header__movie-info {
  flex: 1;
  margin-right: 16px;
}
.movie-detail-header__additional-info {
  display: inline-flex;
}
.movie-detail-header__info-item {
  font-size: 12px;
}
.movie-detail-header__heart-placeholder {
  margin-right: 8px;
}
.movie-detail-header__heart {
  position: absolute;
}
.movie-detail .movie-offer .icon {
  height: 11px;
}
.movie-detail .movie-offer__flag-title {
  padding: 2px 8px 2px 4px;
  line-height: 18px;
}
.movie-detail-header__reviews {
  display: flex;
  align-items: end;
  flex-direction: column;
  gap: 16px;
}
.movie-detail-header__reviews-ratings {
  display: flex;
  white-space: nowrap;
  flex: 0 0 auto;
  justify-content: end;
  width: 113px;
  gap: 8px;
}
.movie-detail-header__cover-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.movie-detail-header__cover-image::before {
  content: "";
  background-color: var(--neutral-600);
  opacity: 0.2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  position: absolute;
}
.movie-detail-header__card-default-grey {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1029 498'%3E%3Cstyle type='text/css'%3E .st2{fill:url(%23SVGID_1_);} .st3{opacity:0.06;fill:%23ADD6EE;} .st4{opacity:0.13;fill:%23B6DBF4;} %3C/style%3E%3ClinearGradient id='SVGID_1_' gradientUnits='userSpaceOnUse' x1='58.1735' y1='61.4672' x2='1009.936' y2='452.6053'%3E%3Cstop offset='0' style='stop-color:%23404D57'/%3E%3Cstop offset='1' style='stop-color:%232A333B'/%3E%3C/linearGradient%3E%3Crect class='st2' width='1029' height='498'/%3E%3Cpath class='st3' d='M868.7,282.7c-36.4-8.4-68.6-33.8-77.2-71.7c-10.7-38,2.1-76,30-99.2L790.9,0H564.2l32.4,118.1l-180,46.4 L453,297.5L633,251L669.4,384l-180,46.4l18.5,67.6h410.4l8.3-2.2L868.7,282.7z'/%3E%3Cpath class='st3' d='M302.9,449.4c25.7-31.7,38.6-73.9,25.7-118.2c-12.9-42.2-42.9-73.9-83.6-88.6l-45-162.5L503.8,0H384.6 L159.3,59l57.9,211c36.4,8.4,68.6,33.8,77.2,71.7c10.7,38-2.1,76-30,101.3l15.1,54.9h36.5L302.9,449.4z'/%3E%3Cpath class='st4' d='M200.1,80.1l45,162.5c40.7,14.8,70.7,46.4,83.6,88.6c12.9,44.3,0,86.5-25.7,118.2l13,48.6h192l-18.5-67.6 l180-46.4L633,251l-180,46.4l-36.4-132.9l180-46.4L564.2,0h-60.4L200.1,80.1z'/%3E%3C/svg%3E");
  background-size: cover;
  background-position: center;
}
.movie-detail__icon-ticket-title {
  color: var(--neutral-000);
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 2px;
}
.movie-detail__icon-ticket-outline-wrap {
  align-items: center;
  border: 1px solid #4691e3;
  border-radius: 4px;
  display: flex;
  gap: 8px;
  height: 40px;
  justify-content: center;
  margin-top: 16px;
}
.movie-detail__icon-ticket-outline {
  height: 24px;
  width: 24px;
}

/* app/assets/stylesheets/mweb/shared/detailsImgCarousel.css */
.details-img-carousel__wrap {
  margin: 0 -16px;
  transition: opacity 2s ease 0s;
  overflow: auto hidden;
}
.details-img-carousel {
  padding: 0 16px;
  display: inline-flex;
  flex-wrap: nowrap;
}
.details-img-carousel__item {
  width: 118px;
  height: 112px;
  margin-right: 12px;
  margin-bottom: 12px;
}
.details-img-carousel__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: rgb(214, 215, 216);
  display: inline-block;
  border-radius: 4px;
}
.details-img-carousel__btn {
  background-color: rgb(214, 215, 216);
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  border-radius: 4px;
}

/* app/assets/stylesheets/mweb/shared/cast-carousel.css */
.cast-carousel {
  margin-bottom: 30px;
  padding: 0 16px;
  display: inline-flex;
  flex-wrap: nowrap;
}
.cast-carousel__wrap {
  margin: 0 -16px;
  transition: opacity 2s ease 0s;
  overflow: auto hidden;
}
.cast-carousel__item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  padding-right: 16px;
  padding-bottom: 10px;
  width: 95px;
}
.cast-carousel__img {
  display: inline-block;
  object-position: 50% 50%;
  object-fit: cover;
  background-color: rgb(214, 215, 216);
  border-radius: 50%;
  margin-bottom: 5px;
  height: 84px;
  width: 84px;
  max-width: 84px;
}
.cast-carousel__name,
.cast-carousel__role {
  display: inline-block;
  font-weight: normal;
  line-height: 1.3;
  color: var(--blue-600);
}
.cast-carousel__role {
  color: var(--neutral-300);
}

/* app/assets/stylesheets/movie/mobile/watchType.css */
.watch-type {
  padding: 0 1rem;
  margin-bottom: 10px;
}

/* app/assets/stylesheets/shared/location.css */
.location {
  display: flex;
  align-items: center;
}
.location__text {
  color: var(--neutral-300);
  font-size: 14px;
  line-height: 16px;
  margin-right: 8px;
  font-weight: bold;
  text-transform: uppercase;
}
.location__btn {
  display: flex;
  align-items: center;
  color: #4691e3;
  font-weight: bold;
}
.location__icon {
  width: 11px;
  height: 16px;
  background-size: 100%;
  margin-right: 4px;
}
.location__value {
  text-transform: capitalize;
  line-height: 1;
}
.location__permission {
  background-color: var(--neutral-600);
  height: 30px;
  margin-left: 10px;
  outline: #4691e3 solid 2px;
}

/* app/assets/stylesheets/movie/mobile/showtimes/fanalert.css */
.fan-alerts__opening-date {
  padding: 31px 16px 4px 16px;
  text-transform: uppercase;
  font-size: 16px;
  display: flex;
  align-items: center;
}
.fan-alerts__release-date {
  margin-left: 2px;
}
.fan-alerts--fail {
  text-align: center;
  background-color: inherit;
  height: 70px;
}
.fan-alerts--fail b {
  line-height: 70px;
}
.fan-alerts--success {
  background-color: inherit;
  padding: 10px 10px 40px;
}
.fan-alerts--success p {
  font-size: 14px;
  line-height: 18px;
  background-size: 16px 12px;
  background-position: top 5px left;
  padding-left: 25px;
}
.fan-alerts__form-input:not([type=radio], [type=checkbox], [type=submit]) {
  border: 1px solid #dadada;
  border-radius: 5px;
  background-color: transparent;
}
.fan-alerts__fanmail {
  margin-top: 20px;
}
.fan-alerts__privacy-text {
  text-align: center;
  width: 253px;
  margin: 0 auto 16px auto;
  font-size: 12px;
}
.fan-alerts__privacy-link {
  font-weight: normal;
  text-decoration: underline;
}

/* app/assets/stylesheets/movie/mobile/showtimes/filteredChain.css */
.filtered-chain {
  padding: 0 1rem;
  margin: 1rem 0;
  display: flex;
  flex-flow: row wrap;
  align-content: space-between;
  justify-content: space-between;
  text-transform: uppercase;
}
.filtered-chain__alert-icon {
  margin-right: 5px;
}
.filtered-chain__no-theaters {
  width: calc(100% - 30px);
  text-transform: initial;
}
.filtered-chain__near-theaters {
  margin-top: 1rem;
}
.filtered-chain__btn {
  margin-top: 1rem;
  padding-top: 0.594rem;
  padding-bottom: 0.594rem;
  font-size: 0.8125rem;
}

/* app/assets/stylesheets/shared/movie/on-demand-details.css */
.on-demand-details {
  padding: 0 16px 20px;
  border-bottom: 8px solid #ecedee;
  margin-bottom: 0;
}
.is-desktop .on-demand-details {
  padding: 20px;
  border-bottom: 0;
}
.is-desktop .on-demand-details__panel {
  border: 1px solid var(--light-overlay-8);
  background-color: var(--neutral-600);
}
.on-demand-details__row {
  display: flex;
  max-width: 600px;
}
.on-demand-details__movie-poster {
  height: 141px;
  width: 94px;
  margin-right: 16px;
  border-radius: 4px;
}
.is-desktop .on-demand-details__movie-poster {
  height: 119px;
  width: 79px;
}
.on-demand-details__content {
  width: 100%;
}
.is-desktop .on-demand-details__content {
  text-align: center;
}
.on-demand-details__streaming-btn {
  background-color: #1a76d3;
  margin-top: 16px;
  width: 100%;
  font-size: 14px;
  line-height: 18px;
}
.is-desktop .on-demand-details__streaming-btn {
  width: auto;
  line-height: inherit;
}
html .btn.on-demand-details__streaming-btn:hover {
  background-color: #1a76d3;
}
.on-demand-details__copy {
  font-size: 14px;
  line-height: 20px;
}
.on-demand-details__copy--bold {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 12px;
}
.is-desktop .on-demand-details__copy--bold {
  font-size: 14px;
}

/* app/assets/stylesheets/shared/modules/watchAtHome.css */
.watch-at-home {
  display: block;
  width: 100%;
  height: auto;
}
.watch-at-home--hidden {
  display: none;
}
.watch-at-home__section-title {
  margin-top: 0;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
}
.watch-at-home__content {
  overflow: hidden;
  background-color: var(--neutral-000);
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  padding: 1rem;
}
.watch-at-home__content > .section-left {
  width: 55%;
  float: left;
}
.watch-at-home__content > .section-right {
  width: 45%;
  float: right;
}
.watch-at-home__content .watch-at-home__image {
  width: 170px;
  height: 79px;
  object-fit: contain;
  padding: 0;
}
.watch-at-home__learn-more {
  color: #4691e3;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
}
.watch-at-home__watch-now-btn {
  margin-top: 1.2rem;
}
.is-desktop .watch-at-home {
  padding: 30px 16px;
}
.is-desktop .watch-at-home__section-title {
  font-size: 16px;
}
.is-desktop .watch-at-home__learn-more {
  font-size: 12px;
  margin-top: 12px;
}
.is-mobile .watch-at-home {
  margin: 1rem 0;
}
.is-mobile .watch-at-home__section-title {
  font-size: 0.8125rem;
  padding: 0 1rem;
}
.is-mobile .watch-at-home__learn-more {
  font-size: 0.7rem;
  margin-top: 0.5rem;
}
.how-to-watch {
  overflow: hidden;
  background-color: var(--neutral-000);
  padding: 1rem;
}
.is-desktop .how-to-watch {
  display: flex;
  flex-direction: row;
}
.is-desktop .how-to-watch > .section-left {
  width: 25%;
  margin-right: 40px;
}
.is-desktop .how-to-watch > .section-right {
  width: 55%;
}
.is-mobile .how-to-watch {
  border-bottom: 1px solid #dbdbdb;
}
.is-mobile .how-to-watch > .section-left {
  width: 55%;
  float: left;
}
.is-mobile .how-to-watch > .section-right {
  width: 45%;
  float: right;
}

/* app/assets/stylesheets/mweb/shared/watchAtHome.css */
.watch-at-home__image {
  object-fit: contain;
  display: block;
  margin: 0 auto;
  padding-right: 20px;
}
.is-desktop .watch-at-home__image {
  padding-left: 80px;
  padding-right: 0;
}

/* app/assets/stylesheets/movie/overview/merchCardPopup.css */
.merch-card-popup__content {
  overflow-y: scroll;
  overflow-x: hidden;
  height: 75%;
  width: 311px;
  margin-left: auto;
  margin-right: auto;
  bottom: 12%;
  padding: 0;
}
.merch-card-popup__header {
  position: sticky;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: var(--neutral-600);
  padding: 0 16px;
  height: 52px;
  font-size: 16px;
  font-weight: 700;
}
.merch-card-popup__body {
  padding: 16px 16px 0;
}
.merch-card-popup__action-btn {
  position: sticky;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px;
  background-color: var(--neutral-600);
  bottom: -1px;
  margin: 0 -16px;
}

/* app/assets/stylesheets/movie/overview/newFanalert.css */
.new-fanalert__wrap {
  background-color: var(--neutral-000);
  border-radius: 8px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  flex-grow: 0;
  position: relative;
}
.fd-overlay__container .new-fanalert__wrap {
  max-width: 343px;
}
.new-fanalert__wrap .fcsbl-input__field {
  border-radius: 4px;
  border-color: #4691e3;
}
.new-fanalert__wrap input:not([type=submit], [type=button]):focus {
  background-color: var(--neutral-000);
}
.new-fanalert__error {
  color: var(--orange-400);
}
.new-fanalert__wrap .icon-fanalert-ticket,
.new-fanalert__wrap .icon-fanalert-success {
  width: 48px;
  height: 48px;
}
.new-fanalert__title {
  align-items: center;
  justify-content: center;
  display: flex;
  flex-grow: 0;
  padding: 20px 20px 0;
  width: 100%;
}
.icon-fanalert-logo {
  height: 33px;
}
.new-fanalert__info-btn {
  margin-left: 10px;
}
.new-fanalert__body {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 20px;
}
.new-fanalert__copy-title {
  color: var(--blue-600);
  font-weight: bold;
  line-height: 1.4;
  font-size: 14px;
}
.new-fanalert__form-body .new-fanalert__copy-title {
  margin-bottom: 12px;
}
.new-fanalert__copy-wrap {
  display: flex;
}
.new-fanalert__sign-up {
  flex-shrink: 0;
}
.new-fanalert__notify {
  align-items: center;
  display: flex;
  font-size: 14px;
  font-weight: bold;
  justify-content: center;
  margin-left: 8px;
}
.new-fanalert__bell {
  margin-right: 6px;
}
.new-fanalert__form-body {
  padding: 20px;
}
.new-fanalert__form-input-label {
  color: #333e48;
}
.new-fanalert__form-all-emails-check {
  align-items: flex-start;
  display: flex;
  margin-top: 16px;
}
.new-fanalert__form-check {
  margin-top: 1px;
}
.new-fanalert__form-check-label {
  margin-bottom: 16px;
  padding: 0 10px 0 8px;
}
.new-fanalert__form-legal-copy {
  color: var(--neutral-300);
  font-size: 12px;
  line-height: 1.33;
  margin-bottom: 16px;
}
.new-fanalert__form-success,
.new-fanalert__form-notify {
  font-size: 14px;
  height: 32px;
  width: 100%;
}
.new-fanalert__form-success {
  margin-top: 16px;
}
.new-fanalert__ticket-icon {
  flex-shrink: 0;
}
.icon-fanalert-ticket,
.icon-fanalert-success,
.new-fanalert__custom-icon {
  max-height: 48px;
  flex-shrink: 0;
  margin-right: 12px;
}
.new-fanalert__wrap .loading-bars__btn-wrap--processing {
  display: block;
}
.new-fanalert__modal-container {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--dark-overlay-60);
}
.new-fanalert__modal-container .new-fanalert__info-btn {
  display: none;
}
.new-fanalert__modal-container .new-fanalert__modal-close-btn {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' height='24px' width='24px' viewBox='0 0 24 24' style='enable-background:new 0 0 24 24;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%23ECEDEE;%7D .st1%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%23333E48;%7D%0A%3C/style%3E%3Cpath class='st0' d='M24,12c0,6.6-5.4,12-12,12S0,18.6,0,12S5.4,0,12,0S24,5.4,24,12'/%3E%3Cpath class='st1' d='M17.2,7.2c-0.3-0.3-0.8-0.3-1.1,0L12,11L7.8,7.2c-0.3-0.3-0.8-0.3-1.1,0S6.5,8,6.8,8.3l4.1,3.7l-4.1,3.7 c-0.3,0.3-0.3,0.8-0.1,1.1c0.3,0.3,0.8,0.3,1.1,0L12,13l4.2,3.8c0.3,0.3,0.8,0.3,1.1,0c0.3-0.3,0.3-0.8,0-1.1L13.1,12l4.1-3.7 C17.5,8,17.5,7.5,17.2,7.2'/%3E%3C/svg%3E");
  background-size: contain;
  height: 24px;
  position: absolute;
  right: 12px;
  top: 12px;
  width: 24px;
}
.new-fanalert__modal-container .new-fanalert__title {
  justify-content: unset;
}
.new-fanalert__modal-container .new-fanalert__logo {
  height: 48px;
}
.new-fanalert__modal-container .new-fanalert__copy-title {
  margin-bottom: 12px;
}
.new-fanalert__copy-body,
.new-fanalert__ticket-icon,
.new-fanalert__form-success {
  display: none;
}
.new-fanalert__modal-container .new-fanalert__form-success {
  margin-top: 12px;
  display: block;
}
.new-fanalert__modal-container .icon-fanalert-ticket,
.new-fanalert__modal-container .icon-fanalert-success {
  order: 1;
  margin-left: 12px;
  margin-right: 0;
}
@media (min-width: 768px) {
  .new-fanalert__copy-body,
  .new-fanalert__ticket-icon {
    display: block;
  }
  .new-fanalert__ticket-icon {
    margin-right: 16px;
  }
  .new-fanalert__copy-title {
    font-size: 16px;
  }
  .new-fanalert__notify {
    width: 184px;
    height: 32px;
  }
  .new-fanalert__wrap {
    margin: 20px 0;
  }
  .new-fanalert__form-body {
    max-width: 678px;
    margin: auto;
  }
  .new-fanalert__form-input-wrap {
    display: flex;
    justify-content: space-between;
  }
  .new-fanalert__form-input {
    width: calc(50% - 8px);
    margin-bottom: 0;
  }
  .new-fanalert__form-notify {
    max-width: 343px;
    display: block;
    margin: auto;
  }
  .new-fanalert__form-success {
    display: none;
  }
  .icon-fanalert-success {
    order: -1;
    margin: 0 20px 0 0;
  }
  .new-fanalert__modal-container .new-fanalert__form-input-wrap {
    display: block;
  }
  .new-fanalert__modal-container .new-fanalert__form-input {
    width: auto;
  }
  .new-fanalert__modal-container .icon-fanalert-ticket,
  .new-fanalert__modal-container .icon-fanalert-success {
    order: 1;
    margin-left: 12px;
    margin-right: 0;
  }
}

/* app/assets/stylesheets/movie/overview/mobile/imgGallery.css */
.img-gallery {
  width: 100%;
  text-align: left;
  padding: 10px 0;
}
.img-gallery__placeholder {
  background: var(--neutral-300);
}
.img-gallery__inital-image {
  background-color: var(--neutral-300);
  width: 100px;
  height: 100px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
}
.img-gallery__inital-image:first-child {
  margin-left: 5px;
}
.img-gallery__open-carousel-wrap {
  text-align: right;
  padding-right: 10px;
}
.img-gallery__open-carousel {
  color: #4aa7f6;
}

/* app/assets/stylesheets/movie/overview/mobile/carousel.css */
.carousel {
  position: fixed;
  height: 100%;
  width: 100%;
  top: -2000px;
  left: -2000px;
  z-index: 100;
  background-color: #333;
}
.carousel--open {
  top: 0;
  left: 0;
}
.carousel__header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  line-height: 40px;
  height: 40px;
  background-color: #333;
  background-color: rgba(0, 0, 0, 0.4);
  text-align: center;
}
.carousel__close {
  position: absolute;
  top: 12px;
  left: 12px;
}
.carousel__index {
  color: #cecece;
  font-size: 13px;
  font-style: italic;
}
.carousel__body {
  height: 100%;
  width: 100%;
}
.carousel__img-wrap {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: stretch;
}
.carousel__img {
  width: 100%;
  height: auto;
  display: block;
  -ms-flex-item-align: center;
  align-self: center;
}
.carousel__img--landscape {
  width: auto;
  height: 100%;
}
.carousel__img-text {
  color: var(--neutral-000);
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 13px;
  background-color: #333;
  background-color: rgba(0, 0, 0, 0.4);
  text-align: left;
  padding: 10px 15px;
}
.carousel__img-text-title {
  font-weight: bold;
}
.carousel__img-text-sub {
  font-size: 11px;
  padding: 3px 0;
}
.carousel .flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 100px;
  height: 100px;
  border: none;
  border-radius: 50%;
  background: var(--neutral-700);
  background: hsla(0deg, 0%, 0%, 0.2);
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.carousel .previous {
  left: -50px;
}
.carousel .next {
  right: -50px;
}
.carousel .flickity-prev-next-button svg {
  position: absolute;
  left: 15%;
  top: 35%;
  width: 30%;
  height: 30%;
}
.carousel .previous svg {
  left: auto;
  right: 15%;
}
.carousel .arrow {
  fill: var(--neutral-000);
  opacity: 0.8;
}

/* app/assets/stylesheets/movie/overview/mobile/datePicker.css */
.date-picker__wrapper--mobile {
  padding-top: 20px;
  padding-bottom: 6px;
}

/* app/assets/stylesheets/movie/overview/desktop/faq.css */
.faq_answers {
  padding: 10px;
  margin-inline-start: 0;
}
.faq_border {
  border: 1px solid var(--light-overlay-8);
  border-radius: 4px;
}
.faq_cast_name {
  display: inline-block;
  font-weight: normal;
  line-height: 1.3;
  color: var(--blue-600);
}
.faq_containers {
  border-bottom: solid 1px rgba(255, 255, 255, 0.05);
}
.faq_containers:last-child {
  border-bottom: none;
}
.faq_section {
  padding-top: 15px;
  padding-bottom: 15px;
}
.faq_title {
  color: var(--blue-600);
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  padding: 0 0 20px;
  text-transform: uppercase;
}
.faq_question {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  padding: 10px;
}
@media (max-width: 1024px) {
  .faq_border {
    margin: 10px;
  }
  .faq_title {
    margin-left: 10px;
  }
}

/* app/assets/fd-pkgs/@fd-assets/carousel/stylesheets/shared/movieCarousel.css */
.movie-carousel {
  padding: 0;
}
.movie-carousel .fd-carousel-placeholder {
  padding-bottom: 65px;
}
.movie-carousel .fd-carousel-placeholder__item {
  background:
    linear-gradient(
      110deg,
      #eff1f3 0%,
      #eff1f3 34%,
      #fff 55%,
      #f9fbfd 59%,
      #eff1f3 66%);
  border-radius: 4px;
  flex-shrink: 0;
  height: 210px;
  width: 140px;
}
.movie-carousel .fd-carousel__slide {
  width: 140px;
}
.movie-carousel .fd-carousel__img-wrap {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0);
}
.movie-carousel .splide__spinner {
  display: none;
}
.movie-carousel .fd-carousel__img {
  border-radius: 8px;
  height: 210px;
  width: 100%;
}
.movie-carousel .fd-carousel__arrow--left {
  left: -16px;
}
.movie-carousel .fd-carousel__title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.movie-carousel .fd-carousel__arrow--right {
  right: -16px;
}
.icon.icon-gift-box-white.movie-carousel__offer-icon {
  position: absolute;
  height: 1.6rem;
  width: 1.6rem;
  top: 0;
  right: 0;
  background-color: #9c4eb0;
  background-position: 50% 40%;
  background-size: 60%;
  border-bottom-left-radius: 4px;
}
.fd-carousel__link:hover .icon.icon-gift-box-white.movie-carousel__offer-icon,
.fd-carousel__link:focus .icon.icon-gift-box-white.movie-carousel__offer-icon {
  opacity: 0.65;
}
.movie-carousel--mobile {
  padding-bottom: 16px;
}
.movie-carousel--mobile .fd-carousel__arrow {
  display: none;
}
.movie-carousel--mobile .fd-carousel__img,
.movie-carousel--mobile .fd-carousel-placeholder__item {
  height: 141px;
}
.movie-carousel--mobile .fd-carousel__img-wrap {
  min-height: 132px;
}
.movie-carousel--mobile .fd-carousel__title {
  font-size: 14px;
  font-weight: normal;
}
.movie-carousel--mobile .fd-carousel-placeholder {
  padding-bottom: 49px;
}
.movie-carousel--mobile .fd-carousel__img,
.movie-carousel--mobile .fd-carousel__img-wrap,
.movie-carousel--mobile .fd-carousel-placeholder__item,
.movie-carousel--mobile .fd-carousel__slide {
  width: 94px;
}
.fd-gradient {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 60px;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 150ms ease, visibility 150ms ease;
  background:
    linear-gradient(
      270deg,
      #121212 0%,
      rgba(18, 18, 18, 0) 100%);
  z-index: 1;
}
.fd-carousel__arow {
  z-index: 2;
}
.is-visible {
  opacity: 1;
  visibility: visible;
}
.movie-carousel--mobile .fd-gradient {
  display: none;
}
.fd-gradient--right {
  right: 0;
  background:
    linear-gradient(
      90deg,
      rgba(23, 28, 32, 0) 0%,
      rgba(23, 28, 32, .7) 60%,
      rgba(23, 28, 32, .95) 100%);
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
.fd-gradient--left {
  left: 0;
  background:
    linear-gradient(
      270deg,
      rgba(23, 28, 32, 0) 0%,
      rgba(23, 28, 32, .7) 60%,
      rgba(23, 28, 32, .95) 100%);
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
}
.splide {
  position: relative;
}
.fd-carousel__buy-tickets {
  display: none;
  text-align: center;
}
.ab-test-6254.fd-carousel__link {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.ab-test-6254 .fd-carousel__buy-tickets {
  display: block;
  margin: 8px auto 0 0;
}
.is-mobile .ab-test-6254 .fd-carousel__buy-tickets {
  margin: 8px 0 0;
  padding: 6px 0;
}
.fd-carousel .fd-carousel__label {
  display: inline-block;
  margin-top: 4px;
  padding: 2px 6px;
  font-size: 12px;
  line-height: 1;
  border: 1px solid transparent;
  border-radius: 4px;
  white-space: nowrap;
}

/* app/assets/stylesheets/movie/overview/merchCarousel.css */
.merch-carousel {
  padding: 16px 0;
  background-color: transparent;
}
.merch-carousel .fd-carousel-placeholder__item {
  background: var(--neutral-400);
  height: 118px;
  width: 307px;
}
.merch-carousel .fd-carousel__fig {
  margin: 15px 0 0 0;
}
.merch-carousel .fd-carousel__img-wrap {
  background-color: var(--neutral-400);
  border-radius: 8px;
  display: flex;
  flex-direction: row;
  height: 118px;
  width: 397px;
}
.merch-carousel .fd-carousel__img {
  height: 118px;
  object-fit: cover;
  width: 118px;
}
.merch-carousel .fd-carousel__icon {
  height: 16px;
  width: 16px;
}
.merch-carousel .fd-carousel__title {
  display: block;
  font-size: 14px;
  line-height: 20px;
}
.merch-carousel .fd-carousel__description {
  display: block;
  font-size: 14px;
  line-height: 16px;
}
.merch-carousel .fd-carousel__tagTitle {
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  white-space: nowrap;
}
.merch-carousel .fd-carousel__tag-wrap {
  align-items: center;
  border-radius: 4px;
  display: flex;
  gap: 4px;
  height: 20px;
  min-width: 90px;
  padding: 2px 4px;
  position: absolute;
  right: 20px;
  top: -10px;
  z-index: 1;
}
.merch-carousel .fd-carousel__text-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 5px 0 16px;
}
.merch-carousel .fd-carousel__img-wrap:hover {
  opacity: 0.65;
}
.merch-carousel .merch-carousel__arrow-left {
  transform: rotate(180deg);
  top: 60px;
}
.merch-carousel .merch-carousel__arrow-right {
  right: -16px;
  transform: none;
  top: 60px;
}
@media (max-width: 768px) {
  .merch-carousel .fd-carousel__img-wrap {
    width: 335px;
  }
  .merch-carousel {
    padding-bottom: 16px;
  }
  .merch-carousel .fd-carousel__arrow--right,
  .merch-carousel .fd-carousel__arrow--left {
    display: none;
  }
  .merch-carousel--single-item .fd-carousel__img-wrap {
    width: 92vw;
  }
  .merch-carousel .fd-carousel__description {
    font-size: 12px;
  }
}

/* app/assets/stylesheets/movie/overview/mobile/translate.css */
.translate-button {
  width: 100%;
  padding: 12px;
  border-radius: 0;
}

/* swug-virtual-bundle-specifier://images.fandango.com/fandango-www/screenplay/assets/v2/stylesheets/bundles/movies/overview/mobile.498dmhl7.css */
/*! Flickity v3.0.0
https://flickity.metafizzy.co
---------------------------------------------- */
/*# sourceMappingURL=mobile.css.map */
