.pd-a-spot-regular {
  position: relative;

  @media screen and (min-width: 1024px) {
    aspect-ratio: 1440 / 400;
    height: auto;
  }

  .media-block {
    @media screen and (min-width: 1024px) {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 1;
      max-width: 100%;
      max-height: 100%;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    @media screen and (max-width: 1023px) {
      aspect-ratio: 1 / 1;
    }

    img, video {
      width: 100%;
      object-fit: cover;
    }
  }

  .media-block__container, .media-block__wrapper {
    height: 100%;

    img {
      @media screen and (min-width: 1024px) {
        height: 100%;
      }
    }
  }

  .pd-a-spot-regular__content-wrapper {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: max-content;
    width: 100%;
    padding: 16px 20px 50px 20px;

    @media screen and (min-width: 1024px) {
      padding: 40px 70px;

      &.is-middle {
        justify-content: center;
      }

      &.is-bottom {
        justify-content: flex-end;
      }

      &.is-right {
        align-items: flex-end;

        .pd-a-spot-regular__content {
          align-items: flex-end;
        }

        * {
          text-align: right !important;
        }

        .pd-a-spot-regular__shop-now, .pd-a-spot-regular__sold-out, .pd-a-spot-regular__landing-prod-drop-date {
          text-align: center !important;
        }
      }

      &.is-center {
        justify-content: center;
        align-items: center;

        .pd-a-spot-regular__content {
          align-items: center;
        }

        * {
          text-align: center !important;
        }
      }
    }
  }

  .pd-a-spot-regular__content {
    display: flex;
    flex-direction: column;
    height: fit-content;
    align-items: center;
    * {
      color: var(--content-color-mb);
    }

    @media screen and (min-width: 1024px) {
      align-items: flex-start;

      * {
        color: var(--content-color);
      }
    }
  }

  .pd-a-spot-regular__heading {
    color: var(--heading-color-mb);
    font-family: var(--heading-tungsten-semibold-family) !important;
    font-size: 32px !important;
    line-height: 36px;
    letter-spacing: 0.41px;
    text-transform: uppercase;
    margin: 0;
    text-align: center;

    @media screen and (min-width: 1024px) {
      color: var(--heading-color);
      font-size: 48px !important;
      line-height: 52px !important;
      letter-spacing: 0.59px !important;
      text-align: left;
    }
  }

  .pd-a-spot-regular__heading--small {
    font-size: 32px !important;
    line-height: 36px !important;
    letter-spacing: 0.41px !important;

    @media screen and (min-width: 1024px) {
      font-size: 48px !important;
      line-height: 52px !important;
      letter-spacing: 0.59px !important;
    }
  }

  .pd-a-spot-regular__heading--medium {
    font-size: 48px !important;
    line-height: 1 !important;
    letter-spacing: 0.41px !important;

    @media screen and (min-width: 1024px) {
      font-size: 68px !important;
    }
  }

  .pd-a-spot-regular__heading--large {
    font-size: 60px !important;
    line-height: 64px !important;
    letter-spacing: 0.52px !important;

    @media screen and (min-width: 1024px) {
      font-size: 92px !important;
      line-height: 94px !important;
      letter-spacing: 0.83px !important;
    }
  }
  
  .pd-a-spot-regular__body {
    margin-top: 12px;
    color: var(--description-color-mb);

    * {
      color: var(--description-color-mb);
    }

    @media screen and (min-width: 1024px) {
      color: var(--description-color);

      * {
        color: var(--description-color);
      }
    }

    p {
      font-size: 16px !important;
      line-height: 16px !important;
      letter-spacing: 0.14px !important;
      font-family: var(--heading-helvetica-pro-medium) !important;
      text-align: center;

      @media screen and (min-width: 1024px) {
        text-align: left;
      }
    }
  }

  .pd-a-spot-regular__cta-container {
    display: flex;
    flex-direction: row;
    gap: 5px;
    align-items: center;
    position: relative;
    z-index: 2;

    @media screen and (max-width: 450px) {
      flex-direction: column;
      gap: 0;
    }

    @media screen and (min-width: 1024px) {
      gap: 16px;
    }
  }

  .pd-a-spot-regular__direct-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }

  .pd-a-spot-regular__shop-now, .pd-a-spot-regular__secondary-cta, .pd-a-spot-regular__sold-out {
    margin-top: 16px;
    color: var(--color);
    border: 1px solid var(--border-color);
    padding: 14px 20px 10px;
    font-size: 16px !important;
    line-height: 14px !important;
    letter-spacing: 0.17px !important;
    font-family: var(--heading-helvetica-bold-family) !important;
    text-decoration: none !important;
    text-align: center !important;
    display: inline-block;
    width: fit-content;
    min-width: 203px;
    background-color: var(--bg-color);
    z-index: 2;

    &:hover {
      background-color: #c5c5c5;
      border-color: #c5c5c5;
    }
  }

  .pd-a-spot-regular__landing-prod-drop-date {
    border: 1px solid var(--content-color-mb);
    padding: 5px 7px;
    font-size: 37.012px;
    line-height: 1;
    letter-spacing: 0.32px;
    margin-bottom: 17px;
    font-family: var(--heading-tungsten-semibold-family);
    text-align: center;
    display: inline-block;
    width: fit-content;
    word-spacing: 0;
    line-height: 30px;
    letter-spacing: -0.5px;
    min-width: 161px;
    text-align: center !important;
    border: 1px solid var(--timer-border-mb);
    color: var(--timer-text-color-mb);

    @media screen and (min-width: 1024px) {
      margin-bottom: 30px;
      border-color: var(--timer-border);
      color: var(--timer-text-color);
    }
    
    &.expired {
      display: none;
    }
  }

  .pd-a-spot-regular__sale-date-label, .pd-a-spot-regular__sale-is-live-label {
    * {
      font-size: 20px;
      letter-spacing: 0.17px;
      line-height: 22px;
      color: var(--timer-text-color-mb);
      font-family: var(--heading-helvetica-bold-family) !important;
  
      @media screen and (min-width: 1024px) {
        font-size: 18.831px;
        letter-spacing: 0.16802px;
        line-height: 20.6773px;
        color: var(--timer-text-color);
      }  
    }
  }
}