.acs {
  margin: 50px auto 0;
}
@media (max-width: 767px) {
  .acs {
    margin: 30px auto 0;
  }
}

.acs .bspotRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.acs .bspotRow:not(:first-of-type) {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .acs .bspotRow {
    padding: 0 16px;
    gap: 16px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.acs .bspotRow.cols-4 > a {
  width: calc(25% - 15px);
}
@media (max-width: 767px) {
  .acs .bspotRow.cols-4 > a {
    width: calc(50% - 8px);
  }
}
.acs .bspotRow.cols-3 > a {
  width: calc(33.3333333333% - 13.3333333333px);
}
@media (max-width: 767px) {
  .acs .bspotRow.cols-3 > a {
    width: calc(50% - 8px);
  }
}
.acs .bspotRow.cols-2 > a {
  width: calc(50% - 10px);
}
@media (max-width: 767px) {
  .acs .bspotRow.cols-2 > a {
    width: calc(50% - 8px);
  }
}
.acs .bspotRow a {
  position: relative;
  text-align: center;
  text-decoration: none;
}
@media (hover: hover) {
  .acs .bspotRow a:hover {
    text-decoration: underline;
    color: inherit;
  }
}
.acs .bspotRow a .details {
  padding: 15px 10px 0 10px;
  text-align: center;
  text-wrap: balance; /* for chrome & edge only unfortunately */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media (max-width: 767px) {
  .acs .bspotRow a .details {
    padding: 10px 0 0;
  }
}
.acs .bspotRow a .details .title {
  font-weight: bold;
  font-size: 24px;
  line-height: 1.16;
  color: #000;
  text-align: center;
}
@media (max-width: 767px) {
  .acs .bspotRow a .details .title {
    font-size: 20px;
    line-height: 1.15;
  }
}
.acs .bspotRow a .details .description {
  font-size: 16px;
  line-height: 1.425;
  color: #333;
}
@media (max-width: 767px) {
  .acs .bspotRow a .details .description {
    line-height: 1.3125;
  }
}
.acs .newAtAce:before {
  top: 10px;
  left: 10px;
  position: absolute;
  content: "";
  background: url("https://cdn-tp3.mozu.com/24645-m1/cms/files/NewAtAce-Logo-Red.svg");
  width: 20%;
  height: auto;
  aspect-ratio: 334/429;
  background-repeat: no-repeat;
  background-size: 100%;
}
@media (max-width: 767px) {
  .acs .newAtAce:before {
    top: 2.7vw;
    left: 2.7vw;
  }
}
@media (max-width: 767px) {
  .acs .newAtAce:before {
    width: 13vw;
  }
}
.acs .aceExclusive:before {
  top: 10px;
  left: 10px;
  position: absolute;
  content: "";
  background: url("https://cdn-tp3.mozu.com/24645-m1/cms/files/030123-aceExclusive.svg");
  width: 22%;
  height: auto;
  aspect-ratio: 1;
  background-repeat: no-repeat;
  background-size: 100%;
}
@media (max-width: 767px) {
  .acs .aceExclusive:before {
    top: 2.7vw;
    left: 2.7vw;
  }
}
@media (max-width: 767px) {
  .acs .aceExclusive:before {
    width: 13.3vw;
  }
}
.acs .onlineOnly:before {
  top: 10px;
  left: 10px;
  position: absolute;
  content: "";
  background: url("https://cdn-tp3.mozu.com/24645-m1/cms/files/hp-bspot-online-only-deal.svg");
  width: 22%;
  height: auto;
  aspect-ratio: 1;
  background-repeat: no-repeat;
  background-size: 100%;
}
@media (max-width: 767px) {
  .acs .onlineOnly:before {
    top: 2.7vw;
    left: 2.7vw;
  }
}
.acs .circle {
  top: 10px;
  left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  color: #fff;
  background-color: #d40029;
  font-weight: 800;
  width: 26.8%;
  aspect-ratio: 1;
  border-radius: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: clamp(16px, 1.7vw, 33px);
}
@media (max-width: 767px) {
  .acs .circle {
    top: 2.7vw;
    left: 2.7vw;
  }
}
@media (max-width: 767px) {
  .acs .circle {
    font-size: 4.25vw;
    border-radius: 0;
    width: auto;
    aspect-ratio: unset;
    -webkit-clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
            clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
    padding: 0 6%;
  }
}
.acs .circle-text {
  top: 10px;
  left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  color: #fff;
  background-color: #d40029;
  font-weight: 800;
  width: 26.8%;
  aspect-ratio: 1;
  border-radius: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: clamp(14px, 1.8vw, 32px);
  line-height: 1;
}
@media (max-width: 767px) {
  .acs .circle-text {
    top: 2.7vw;
    left: 2.7vw;
  }
}
.acs .circle-text.small {
  font-size: clamp(10px, 1.1vw, 20px);
  padding: 1%;
}
@media (max-width: 767px) {
  .acs .circle-text.small {
    font-size: 4vw;
  }
}
.acs .circle-text span {
  font-size: 70%;
  display: block;
}
@media (max-width: 767px) {
  .acs .circle-text {
    font-size: 6.5vw;
    width: 19vw;
  }
}
.acs .callout {
  top: 10px;
  left: 10px;
  position: absolute;
  text-align: left;
}
@media (max-width: 767px) {
  .acs .callout {
    top: 2.7vw;
    left: 2.7vw;
  }
}
.acs .callout .badgePrice {
  background: #d40029;
  color: #fff;
  font-weight: 800;
  font-size: clamp(16px, 1.5vw, 28px);
  -webkit-clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
          clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
  padding: 0 15%;
  text-align: center;
  display: inline-block;
  white-space: nowrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 767px) {
  .acs .callout .badgePrice {
    font-size: 4.26vw;
    padding: 0.5vw 4vw;
  }
}
.acs .callout sup {
  font-size: 60%;
}
.acs .callout .badgeDetail {
  margin: 2% 0% 0 20%;
  font-size: 10px;
  width: 100%;
}
@media (max-width: 1024px) {
  .acs .callout .badgeDetail {
    margin: 2% 0;
  }
}
@media (max-width: 767px) {
  .acs .callout .badgeDetail {
    font-size: 12px;
    width: 45%;
  }
}
.acs .arExclusive .details:after {
  content: "Ace Rewards Exclusive";
  margin: 0 auto;
  display: block;
  text-indent: -99999px;
  font-size: 0;
  width: 90%;
  height: auto;
  aspect-ratio: 181/21;
  max-width: 166px;
  background-image: url("https://cdn-tp3.mozu.com/24645-m1/cms/files/hp-AceRewardsExclusive.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
}
.acs .arExclusive-dagger .details:after {
  content: "Ace Rewards Exclusive";
  margin: 0 auto;
  display: block;
  text-indent: -99999px;
  font-size: 0;
  width: 90%;
  height: auto;
  aspect-ratio: 181/21;
  max-width: 166px;
  background-image: url("https://cdn-tp3.mozu.com/24645-m1/cms/files/050123-arExclusive-dagger.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
}
.acs .arExclusive-dagger .disclaimer {
  margin-top: 10px;
  font-size: 13px;
  color: #000;
}