/* Docs:
To add a special, bundle or promo type, add a new class to .promo-item.

.promo-soon uses data-date to display the date when it will launch.
*/

.sub::before {
  background: linear-gradient(183deg, rgb(136, 176, 136) 7.36%, rgb(235, 76, 136), rgb(36, 136, 176) 86%);
  opacity: .736;
}

.sub::after {
  background: none;
  opacity: .736;
}

.promo-disclaimer {
  background: var(--deep-grey);
  border-radius: 8px;
  padding: 5px 7.36%;
  display: none;
  text-align: center;
}

.promo-disclaimer strong {
  background: white;
  border-radius: 8px;
  color: var(--deep-grey);
  font-weight: 600;
  padding: 5px 25px 5px 30px;
  letter-spacing: 3px;
  text-align: center;
  text-transform: uppercase;
}

.rx-footer {
  margin: 0;
}

.rx-footer .special-label {
  display: none;
}

.rx-footer .special-selector {
  background: linear-gradient(180deg, rgb(15, 15, 15), #4C8FFF);
  box-shadow: 0 4.5px 9px #4C8FFFA0;
  border: none;
  border-radius: 8px;
  color: white;
}

.rx-footer .query-button {
  align-items: center;
  background-image: linear-gradient(rgba(35, 145, 185, .36), rgba(85, 135, 135, .136));
  border-radius: 5px;
  border: none;
  outline: none;
  color: rgb(185, 185, 185);
  display: none;
  filter: hue-rotate(-136deg) grayscale(.96);
  font-size: 23px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: .435ch;
  justify-content: center;
  margin: 5px 0;
  min-height: 50px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transform: scale(.8);
  transition: .736s;
  width: 100%;
}

.query-button:hover {
  filter: hue-rotate(76deg) grayscale(.5) saturate(2) brightness(2);
}

.sub .content .promo-intro-box {
  margin: 0 auto 0 auto;
  padding: 10px 5% 5vh 5%;
  max-width: 1500px;
}

.promo-intro-box br {
  display: none;
}

.promo-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin-top: 0;
  transition: 1s;
}

.promo-list.promo-list-hidden {
  display: none;
}

.promo-item {
  align-items: center;
  aspect-ratio: 1920/2150;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  margin: 2.365% auto;
  position: relative;
  overflow: hidden;
  width: 27.6%;
}

.promo-item.promo-slot {
  background: none;
}

.promo-item.promo-slot img {
  display: none;
}

.promo-item.promo-soon {
  border: none;
  background: transparent;
}

.promo-item::before {
  background: linear-gradient(180deg, rgb(136, 176, 136) 7.36%, rgb(235, 76, 136), rgb(36, 136, 176) 86%);
  border-radius: 20px;
  content: '';
  inset: 4px 3px 4px 3px;
  pointer-events: none;
  position: absolute;
  z-index: -1;
}

.promo-item.promo-slot::before {
  background: rgba(135, 135, 135, .236);
}

.promo-item.promo-soon::before {
  border: none;
  background: linear-gradient(rgba(236, 236, 236, .936), rgba(235, 235, 235, .176));
  z-index: -1;
}

.promo-item::after {
  background-image: linear-gradient(rgba(5, 5, 5, .736), rgba(35, 35, 35, .976));
  border-radius: 16px;
  box-shadow: inset 0 0 18px rgba(36, 36, 36, .736);
  background-size: cover;
  content: '';
  font-size: 150%;
  inset: 8px;
  opacity: .376;
  position: absolute;
  transition: .736s;
  z-index: 1;
}

.promo-item:hover:after {
  opacity: .936;
}

.promo-item.promo-slot:hover:after {
  opacity: unset;
}

.promo-item.promo-slot::after {
  align-items: center;
  background: rgb(35, 35, 35);
  border: none;
  content: 'New offers coming soon.';
  font-size: 125%;
  display: flex;
  justify-content: center;
  letter-spacing: initial;
  opacity: 1;
  text-align: center;
}

.promo-item.promo-slot:first-of-type:after {
  content: 'Keep your eyes open!';
}

.promo-item.promo-slot:last-of-type:after {
  content: 'Stay tuned for more!';
}

.promo-item.promo-soon::after {
  align-items: center;
  background: linear-gradient(rgba(35, 35, 35, .736), rgb(35, 35, 35));
  border: none;
  content: "Coming \A" attr(data-date);
  display: flex;
  justify-content: center;
  line-height: 2;
  opacity: 1;
  white-space: pre-wrap;
  text-align: center;
}

.promo-item img {
  border-radius: 16px;
  width: calc(100% - 16px);
}

.promo-item span {
  align-items: center;
  background: #252525;
  border-radius: 0 0 12px 12px;
  color: rgb(235, 235, 235);
  display: flex;
  flex-flow: row;
  font-size: 1.476em;
  font-weight: 600;
  inset: calc(100% - 70px) 8px 8px 8px;
  justify-content: center;
  padding: 6px 0 7px 0;
  position: absolute;
  transform: translatey(1px);
  z-index: 2;
}

.promo-item.promo-slot span,
.promo-item.promo-slot .promo-actions {
  display: none;
}

.promo-label::after {
  align-items: center;
  backdrop-filter: blur(3px);
  background: rgba(135, 135, 135, .076);
  border-radius: 0 18px 0 8px;
  clip-path: inset(0 0 0 0);
  content: "valid until: " attr(data-date);
  display: flex;
  flex-flow: column;
  font-weight: 800;
  padding: 8px 0 8px 0;
  inset: 8px 8px auto 59%;
  justify-content: center;
  visibility: visible;
  position: absolute;
  transition: .936s;
  z-index: 3;
  white-space: nowrap;
}

.promo-slot .promo-label::after {
  display: none;
}

.promo-item:hover .promo-label:after {
  opacity: 0;
  inset: 8px 8px auto 75%;
  padding: 8px 0 8px 96px;
}

.promo-item.promo-slot:hover .promo-label:after {
  opacity: 1;
  transform: none;
}

.promo-actions {
  align-items: center;
  display: flex;
  flex-flow: column;
  inset: 0;
  justify-content: center;
  opacity: 1;
  position: absolute;
  transition: .936s;
  z-index: 3;
}

.promo-item:hover .promo-actions {
  opacity: 1;
  visibility: visible;
}

.promo-actions button {
  align-items: center;
  background: var(--promo-action-btn-bg-color);
  color: var(--promo-action-btn-color);
  border: none;
  border-radius: 10px;
  display: flex;
  font-weight: var(--promo-action-font-weight);
  height: 50px;
  justify-content: center;
  margin: 10px 0;
  opacity: 0;
  transition: .936s;
  visibility: hidden;
  width: 80%;
}

.promo-actions button:first-of-type {
  --promo-action-btn-bg-color: linear-gradient(#BB248A, #9D2994);
  --promo-action-btn-color: white;
  --promo-action-font-weight: 800;
  order: 1;
  transform: translateY(100%);
}

.promo-actions button:last-of-type {
  --promo-action-btn-bg-color: linear-gradient(rgb(85, 85, 85), rgb(65, 65, 65));
  --promo-action-btn-color: rgb(235, 235, 235);
  --promo-action-font-weight: 600;
  box-shadow: inset 0 0 150px #48CFFF00;
  filter: contrast(1);
  transform: translateY(-100%);
}

.promo-actions button:first-of-type:hover {
  --promo-action-btn-color: white;
  filter: hue-rotate(26deg) brightness(1.176);
}

.promo-actions button:last-of-type:hover {
  box-shadow: inset 0 0 150px #48CFFF80;
}

.promo-actions button:active {
  transition: .236s;
}

.promo-actions button:first-of-type:active {
  filter: hue-rotate(36deg) grayscale(.376) brightness(1.376);
}

.promo-actions button:last-of-type:active {
  filter: hue-rotate(-76deg);
}

.promo-item:hover .promo-actions button {
  opacity: 1;
  visibility: visible;
}

.promo-item:hover .promo-actions button:first-of-type,
.promo-item:hover .promo-actions button:last-of-type {
  transform: translateX(0);
}

.sub .content .promo-item-description {
  background: rgb(15, 15, 15);
  display: none;
  opacity: .5;
  transform: scaleX(.5);
  padding: 2.5% 0 5% 0;
  transition: 2s;

}

.sub .content .promo-item-description.open {
  display: flex;
  opacity: 1;
  transform: scaleX(1);
}

.promo-detail-container {
  display: flex;
  flex-flow: column;
  opacity: 1;
  transform: scaleX(1);
  padding: 0 5%;
  width: 100%;
}

.sub .promo-detail-container .featured-service {
  background: white;
  margin: unset;
  max-width: 800px;
}

.sub .promo-detail-container .featured-service::after {
  display: none;
}

.sub .promo-detail-container .featured-service img {
  border-radius: 8px;
}

.promo-detail-button-box {
  align-items: center;
  display: flex;
  flex-flow: column;
  width: 100%;
}

.promo-book-btn {
  align-items: center;
  background-image: linear-gradient(rgb(35, 145, 185), rgb(85, 135, 135));
  border-radius: 5px;
  border: none;
  outline: none;
  color: white;
  display: flex;
  filter: hue-rotate(-38deg);
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: .435ch;
  justify-content: center;
  margin: 15px 5%;
  max-height: 50px;
  max-width: 400px;
  min-height: 40px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: .736s;
  width: calc(100% - 15vw);
}

.promo-book-btn:hover {
  filter: hue-rotate(36deg);
}

.promo-book-btn:focus,
.promo-book-btn:active,
.promo-book-btn:hover {
  border: none;
  outline: none;
  color: White;
}

.promo-book-btn:active {
  filter: hue-rotate(76deg);
}

.promo-detail-container {
  align-items: center;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  padding: 0 3.76% 0 3.76%;
}

.sub .promo-detail-container .featured-service::before,
.sub .promo-detail-container .featured-service a {
  display: none;
}

.sub .promo-detail-container .promo-detail-box {
  flex: 1;
  padding: 0 5% 10% 5%;
  margin: 0;
}

.promo-detail-title {
  display: flex;
  flex-flow: row;
  margin: 0 0 5% 0;
  width: 100%;
}

.sub .content .promo-detail-title h2 {
  align-items: center;
  font-size: 1em;
  font-weight: 400p;
  margin: auto auto auto 0;
  padding: 0;
  text-align: left;
}

.promo-detail-title button {
  aspect-ratio: 1/1;
  background: white;
  border: none;
  border-radius: 50%;
  display: flex;
  flex-flow: row;
  height: 40px;
  margin: auto 0;
  padding: 0;
  position: relative;
  width: 40px;
}

.promo-detail-title button::after,
.promo-detail-title button::before {
  background: rgb(35, 35, 35);
  border: none;
  border-radius: 8px;
  content: '';
  display: flex;
  flex-flow: row;
  inset: calc(50% - 2.5px) 5px calc(50% - 2.5px) 5px;
  margin: 0 5%;
  position: absolute;
  transition: .736s;
}

.promo-detail-title button::after {
  transform: rotate(45deg);
}

.promo-detail-title button::before {
  transform: rotate(-45deg);
}

.promo-detail-title button:hover:after {
  transform: rotate(-45deg) scale(.5);
}

.promo-detail-title button:hover:before {
  transform: rotate(45deg) scale(.5);
}

.promo-validity {
  align-items: center;
  background: var(--deep-grey);
  border-radius: 8px;
  display: flex;
  flex-flow: row;
  font-size: 75%;
  justify-content: center;
  padding: 5px 5%;
}

.promo-validity span {
  display: inline-block;
  background: white;
  border-radius: 8px;
  color: var(--deep-grey);
  padding: 0 10px;
  margin: 5px 5px 5px 15px;
  white-space: nowrap;
}

@media only screen and (max-width: 1300px) {
  .promo-detail-container {
    flex-flow: column;
  }

  .promo-detail-box {
    max-width: 720px;
  }
}

@media only screen and (max-width: 960px) {
  .promo-item {
    width: 80%;
  }

  .promo-item.promo-slot {
    aspect-ratio: unset;
    border: 4px solid rgba(135, 135, 135, .236);
    background: rgb(35, 35, 35);
    height: 180px;
  }

  .promo-item.promo-slot::after {
    background: none;
  }

  .promo-item.promo-slot .promo-label::after {
    inset: calc(50% - 40px) 0 calc(50% - 40px) calc(100% - 36px);
  }

  .sub .promo-detail-container article .promo-detail-box {
    align-items: center;
    flex: 1;
    justify-content: center;
    min-width: 100%;
    padding: 5% 2.5% 10% 2.5%;
  }
}

@media only screen and (max-width: 800px) {
  .promo-intro-box br {
    display: initial;
  }
}

@media only screen and (max-width: 600px) {
  .promo-item:hover .promo-label:after {
    opacity: 1;
    inset: 8px 8px auto 59%;
    padding: 8px 0 8px 0;
  }


  .promo-item:hover:after {
    opacity: .376;
  }

  .promo-item img {
    border-radius: 16px 16px 8px 8px;
    margin-top: 8px;
    width: calc(100% - 16px);
  }

  .promo-actions {
    flex-flow: row-reverse;
    inset: auto 8px 4px 8px;
    opacity: 1;
    visibility: visible;
  }

  .promo-actions button {
    align-items: center;
    background: var(--promo-action-btn-bg-color);
    color: var(--promo-action-btn-color);
    border: none;
    border-radius: 0;
    display: flex;
    font-weight: var(--promo-action-font-weight);
    height: 50px;
    opacity: 1;
    justify-content: center;
    margin: 5px 0;
    visibility: visible;
    width: 80%;
  }

  .promo-actions button:first-of-type {
    border-radius: 0 0 16px 0;
    order: unset;
  }

  .promo-actions button:last-of-type {
    border-radius: 0 0 0 16px;
  }

  .promo-actions button:first-of-type,
  .promo-actions button:last-of-type {
    transform: none;
  }

  .promo-item {
    align-items: flex-start;
    aspect-ratio: 1920/2200;
    width: 90%;
  }

  .promo-item span {
    border-radius: 0;
    inset: calc(100% - 120px) 8px 59px 8px;
  }
}

@media only screen and (max-width: 400px) {
    .promo-book-btn {
      font-size: 14px;
      letter-spacing: .376ch;
    }
}

@media only screen and (max-width: 300px) {
  .promo-item {
    align-items: flex-start;
    aspect-ratio: 1920/2600;
    width: 90%;
  }

  .promo-item span {
    background-color: #252525;
    color: white;
    inset: calc(100% - 159px) 8px 109px 8px;
  }

  .promo-actions {
    flex-flow: column;
    inset: auto 8px 8px 8px;
  }

  .promo-actions button {
    margin: 0;
    width: 100%;
  }

  .promo-actions button:first-of-type {
    border-radius: 0;
  }

  .promo-actions button:last-of-type {
    border-radius: 0 0 12px 12px;
  }
}

@media only screen and (max-width: 250px) {
  .promo-item {
    aspect-ratio: 1920/2900;
  }
}

@media only screen and (max-width: 200px) {
  .promo-item {
    aspect-ratio: 1920/3200;
  }
}

@media only screen and (max-width: 170px) {
  .promo-item {
    aspect-ratio: 1920/3300;
  }

  .promo-item span {
    font-size: 12px;
  }
}
