button {
  font-family: var(--body-font-family);
}

/* buttons */
a.button:any-link,
button,
button.primary {
  border-radius: 28px;
  border: 2px solid transparent;
  font-size: 1.6rem;
  font-weight: var(--font-weight-bold);
  line-height: 2rem;
  padding: 1.5rem 2.5rem;
  color: #fff;
  background-color: #15884C;
  cursor: pointer;
  outline-color: #fff;
  outline-style: solid;
  outline-width: 1px;
  outline-offset: 0;
  display: inline-block;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}
a.button:any-link:hover,
button:hover,
button.primary:hover {
  text-decoration: none;
}
a.button:any-link:focus,
button:focus,
button.primary:focus {
  -webkit-box-shadow: 0 0 0 2px #8BB1FF;
  -moz-box-shadow: 0 0 0 2px #8BB1FF;
  box-shadow: 0 0 0 2px #8BB1FF;
}
a.button:any-link:active,
button:active,
button.primary:active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
a.button:any-link.small,
button.small,
button.primary.small {
  padding: 1rem 1.5rem;
}

button:disabled,
button:disabled:hover {
  background-color: var(--overlay-background-color);
  cursor: unset;
}

button:disabled:has(.loadingDots) {
  background: #15884C;
}

a.button.secondary,
button.secondary {
  border-radius: 28px;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: var(--font-weight-bold);
  padding: 1.5rem 2.5rem;
  background-color: #fff;
  color: #15884C;
  border: 2px solid #15884C;
  font-style: normal;
  cursor: pointer;
  outline-style: solid;
  outline-width: 1px;
  outline-offset: 0;
  outline-color: transparent;
  display: inline-block;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}
a.button.secondary:focus,
button.secondary:focus {
  -webkit-box-shadow: 0 0 0 2px #8BB1FF;
  -moz-box-shadow: 0 0 0 2px #8BB1FF;
  box-shadow: 0 0 0 2px #8BB1FF;
  /*outline-offset: 0px ;
  outline-color: #fff ;*/
}
a.button.secondary:active,
button.secondary:active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
a.button.secondary.small,
button.secondary.small {
  padding: 1rem 1.5rem;
}

a.button.tertiary,
button.tertiary {
  border-radius: 28px;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 400;
  padding: 1.5rem 2.5rem;
  background-color: var(--clr-white);
  color: var(--clr-black);
  border: 1px solid var(--clr-border);
  font-style: normal;
  cursor: pointer;
  outline-style: solid;
  outline-width: 1px;
  outline-offset: 0;
  outline-color: transparent;
  display: inline-block;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}
a.button.tertiary:hover,
button.tertiary:hover {
  text-decoration: none;
  background-color: var(--clr-white);
  color: var(--clr-black);
  border: 1px solid var(--clr-action);
}
a.button.tertiary:focus,
button.tertiary:focus {
  -webkit-box-shadow: 0 0 0 2px var(--clr-action);
  -moz-box-shadow: 0 0 0 2px var(--clr-action);
  box-shadow: 0 0 0 2px var(--clr-action);
  /*outline-offset: 0px;
  outline-color: #fff;*/
}
a.button.tertiary:active,
button.tertiary:active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
a.button.tertiary.small,
button.tertiary.small {
  padding: 0.6rem 1.5rem;
  line-height: 1.9rem;
}

a.icon-button,
button.icon-button {
  border-radius: 50%;
  border: 1px solid #15884C;
  font-size: 1.6rem;
  line-height: 2rem;
  padding: 1.5rem 2.5rem;
  color: #fff;
  background-color: #fff;
  cursor: pointer;
  outline-color: #fff;
  outline-style: solid;
  outline-width: 0px;
  outline-offset: 0;
  display: inline-block;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}
button.reset,
a.button.reset {
  border-radius: 0px;
  border: none;
  font-size: 1.6rem;
  line-height: 1.2em;
  padding: 0;
  color: #3577FF;
  font-weight: 600;
  background-color: transparent;
  cursor: pointer;
  outline-color: transparent;
  outline-style: none;
  outline-width: 0;
  outline-offset: 0;
  display: inline-block;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
button.reset:focus, button.reset:hover,
a.button.reset:focus,
a.button.reset:hover {
  text-decoration: underline;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:link,
a:visited {
  font-size: 1.6rem;
  line-height: 1.2em;
  color: var(--clr-black);
  font-weight: 600;
  background-color: transparent;
  cursor: pointer;
  outline-color: transparent;
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: underline;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.promo-cards {
  display: flex;
  position: relative;
  margin-bottom: var(--spacing-15);
}
@media (min-width: 768px) {
  .promo-cards {
    margin-bottom: var(--spacing-20);
  }
}
.promo-cards img {
  position: absolute;
  height: 100%;
  min-height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 1025px) {
  .promo-cards img {
    max-width: fit-content;
    min-height: 100%;
    min-width: 100%;
  }
}
.promo-cards .badge-container {
  margin-bottom: 2rem;
}
.promo-cards > div {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1025px) {
  .promo-cards.promo-left > div {
    flex-direction: row;
    align-items: center;
  }
}
@media (max-width: 1024px) {
  .promo-cards.promo-left > div > div:nth-child(2) {
    margin-top: 30px;
  }
}
.promo-cards.linkable-no-button .button-container {
  opacity: 0;
}

.promo-cards.promo-right > div > div:nth-child(1) {
  order: 2;
}

.promo-cards[class*=hero-banner] {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: var(--border-radius-l);
  min-width: 230px;
}
@media (min-width: 768px) {
  .promo-cards[class*=hero-banner] {
    margin-bottom: var(--spacing-20);
  }
}
@media (max-width: 767px) {
  .promo-cards[class*=hero-banner] {
    margin-bottom: var(--spacing-15);
    border-radius: 0;
  }
}
.promo-cards[class*=hero-banner].sale {
  background-color: var(--clr-sale);
}
.promo-cards[class*=hero-banner] picture {
  line-height: 0;
  display: block;
  height: 100%;
}
.promo-cards[class*=hero-banner] .banner-picture {
  position: absolute;
  height: 100%;
  width: 100%;
}
.promo-cards[class*=hero-banner] div:nth-child(1) > div {
  color: var(--clr-white);
  width: 100%;
  background: var(--clr-sale);
  position: absolute;
  top: 0;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  gap: var(--spacing-5);
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--font-size-xs);
  text-transform: uppercase;
  font-weight: var(--font-weight-bold);
  z-index: 2;
}
.promo-cards[class*=hero-banner] div:nth-child(1) > div .countdown, .promo-cards[class*=hero-banner] div:nth-child(1) > div .countdown-end {
  color: #fff;
  text-transform: none;
}
.promo-cards[class*=hero-banner] div:nth-child(3) > div {
  text-align: left;
  position: relative;
  width: auto;
  padding: 0;
  color: var(--clr-white);
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: var(--spacing-30);
}
@media (max-width: 1024px) {
  .promo-cards[class*=hero-banner] div:nth-child(3) > div {
    gap: 5px;
  }
}
@media (min-width: 1025px) {
  .promo-cards[class*=hero-banner] div:nth-child(3) > div {
    position: relative;
    padding: var(--spacing-60);
    max-width: 60%;
  }
}
.promo-cards[class*=hero-banner] div:nth-child(3) > div .countdown-end {
  text-decoration: none;
  font-style: normal;
  font-size: 45px;
  line-height: 45px;
  font-weight: 700;
}
@media (min-width: 1025px) {
  .promo-cards[class*=hero-banner] div:nth-child(3) > div .countdown-end {
    font-size: 70px;
    line-height: 77px;
  }
}
@media (max-width: 1024px) {
  .promo-cards[class*=hero-banner] div:nth-child(3) > div:has(ol, ul) p strong em {
    font-size: 35px;
    line-height: 35px;
  }
}
.promo-cards[class*=hero-banner] div:nth-child(3) p {
  display: block;
  font-weight: 600;
  margin-bottom: 0;
  font-size: 2.278rem;
}
.promo-cards[class*=hero-banner] div:nth-child(3) p u {
  text-decoration: none;
  border-bottom: solid 2px;
}
.promo-cards[class*=hero-banner] div:nth-child(3) p em u {
  font-style: normal;
  text-decoration: none;
  border-bottom: 0;
  font-weight: 300;
  font-size: 20px;
}
.promo-cards[class*=hero-banner] div:nth-child(3) p strong u {
  text-decoration: none;
  font-weight: 700;
  font-size: 20px;
  border-bottom: 0;
}
.promo-cards[class*=hero-banner] div:nth-child(3) p strong em {
  font-style: normal;
  font-size: 24px;
}
.promo-cards[class*=hero-banner] div:nth-child(3) p strong em u {
  text-decoration: none;
  font-style: normal;
  font-size: 45px;
}
.promo-cards[class*=hero-banner] div:nth-child(3) p strong + br + strong {
  display: block;
  margin-top: 20px;
}
.promo-cards[class*=hero-banner] div:nth-child(3) p:first-child:nth-last-child(6) strong em, .promo-cards[class*=hero-banner] div:nth-child(3) p:first-child:nth-last-child(6) ~ p strong em {
  font-size: 55px;
}
@media (max-width: 1024px) {
  .promo-cards[class*=hero-banner] div:nth-child(3) p:first-child:nth-last-child(6) strong em, .promo-cards[class*=hero-banner] div:nth-child(3) p:first-child:nth-last-child(6) ~ p strong em {
    font-size: 24px;
  }
}
.promo-cards[class*=hero-banner] div:nth-child(3) ul {
  padding: 0px;
  margin: 0;
}
@media (max-width: 1024px) {
  .promo-cards[class*=hero-banner] div:nth-child(3) ul {
    margin-bottom: 0;
    margin-top: 5px;
  }
}
.promo-cards[class*=hero-banner] div:nth-child(3) ul li {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 5px;
  margin-bottom: 15px;
}
.promo-cards[class*=hero-banner] div:nth-child(3) ul li:before {
  content: "";
  display: block;
  width: 16.3px;
  height: 12.03px;
  background-image: url("../../icons/tick-white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 5px;
}
.promo-cards[class*=hero-banner] div:nth-child(3) ul li:last-of-type {
  margin-bottom: 0;
}
.promo-cards[class*=hero-banner] div:nth-child(3) ol {
  margin: 0;
  padding: 0px;
  display: grid;
  grid-template-columns: repeat(3, minmax(75px, 1fr));
  width: max-content;
  max-width: 100%;
  margin-top: 10px;
}
@media (max-width: 1024px) {
  .promo-cards[class*=hero-banner] div:nth-child(3) ol {
    margin-bottom: 0;
    margin-top: 5px;
  }
}
.promo-cards[class*=hero-banner] div:nth-child(3) ol li {
  display: inline-block;
  text-align: center;
  padding: 10px;
  min-width: 75px;
  height: max-content;
  font-size: 16px;
  border: solid 3px white;
  margin-right: 8px;
  line-height: 1;
}
.promo-cards[class*=hero-banner] div:nth-child(3) ol li strong {
  font-size: 32px;
  font-weight: 400;
  text-transform: uppercase;
  margin-right: -4px;
}
.promo-cards[class*=hero-banner] div:nth-child(3) ol li em {
  font-size: 12px;
  font-style: normal;
  text-transform: uppercase;
  font-weight: var(--font-weight-bold);
}
.promo-cards[class*=hero-banner] div:nth-child(3) .button-container {
  margin-top: 10px;
  margin-bottom: 0;
}
@media (min-width: 1025px) {
  .promo-cards[class*=hero-banner] div:nth-child(3) .button-container {
    margin-top: 20px;
  }
}
.promo-cards[class*=hero-banner] div:nth-child(3) .button-container a {
  color: #000;
  line-height: 2.4rem;
  border: 0px;
}
.promo-cards[class*=hero-banner] div:nth-child(4) > div {
  position: absolute;
  bottom: var(--spacing-60);
  right: var(--spacing-60);
  color: var(--clr-white);
  font-size: 12px;
  font-weight: var(--font-weight-regular);
}
.promo-cards[class*=hero-banner] div:nth-child(4) > div a {
  color: var(--clr-white);
  text-decoration: underline;
  font-size: 12px;
  font-weight: var(--font-weight-regular);
}
@media (max-width: 1024px) {
  .promo-cards[class*=hero-banner] div:nth-child(4) > div {
    position: relative;
    margin: 0 30px 30px 30px;
    left: 0;
    bottom: 0;
  }
  .promo-cards[class*=hero-banner] div:nth-child(4) > div:empty {
    margin: 0;
  }
}
.promo-cards[class*=hero-banner]:not([class*=trim]) div:nth-child(1) > div {
  display: none;
}

.promo-cards[class*=hero-banner][class*=img-top-left] img {
  object-position: left top;
}

.promo-cards[class*=hero-banner][class*=img-top-right] img {
  object-position: right top;
}

.promo-cards[class*=hero-banner][class*=img-bottom-right] img {
  object-position: right bottom;
}

.promo-cards[class*=hero-banner][class*=img-bottom-left] img {
  object-position: left bottom;
}

.promo-cards[class*=hero-banner][class*=img-center] img {
  object-position: center center;
}

.promo-cards[class*=hero-banner][class*=right][class*=dark] * {
  color: var(--clr-white);
}

.promo-cards[class*=hero-banner][class*=left][class*=dark] * {
  color: var(--clr-white);
}

.promo-cards[class*=hero-banner][class*=right][class*=light] * {
  color: #000;
}

.promo-cards[class*=hero-banner][class*=left][class*=light] * {
  color: #000;
}

.promo-cards[class*=hero-banner][class*=trim-black] div:nth-child(1) > div {
  background: var(--clr-black);
}
.promo-cards[class*=hero-banner][class*=trim-black] div:nth-child(3) > div {
  padding-top: 72px;
}
@media (min-width: 1025px) {
  .promo-cards[class*=hero-banner][class*=trim-black] div:nth-child(3) > div {
    padding-top: 102px;
  }
}

.promo-cards[class*=hero-banner][class*=trim-red] .banner-picture {
  top: 42px;
  border-radius: var(--border-radius-l);
}
.promo-cards[class*=hero-banner][class*=trim-red] div:nth-child(1) > div {
  color: var(--clr-white);
}
.promo-cards[class*=hero-banner][class*=trim-red] div:nth-child(3) > div {
  padding-top: 72px;
}
@media (min-width: 1025px) {
  .promo-cards[class*=hero-banner][class*=trim-red] div:nth-child(3) > div {
    padding-top: 102px;
  }
}

.promo-cards[class*=hero-banner][class*=light] div:nth-child(3) ol li {
  border: solid 3px black;
}
.promo-cards[class*=hero-banner][class*=light] div:nth-child(3) ul li:before {
  background-image: url("../../icons/tick.svg");
}
.promo-cards[class*=hero-banner][class*=light] div:nth-child(3) .button-container a {
  background-color: #000;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .promo-cards > div {
    display: flex;
  }
  .promo-cards a {
    width: auto;
  }
  .promo-cards.promo-left > div > div:nth-child(2) {
    width: 50%;
    display: flex;
    flex-flow: column;
    padding: 0 6rem;
  }
  .promo-cards.promo-right > div > div:nth-child(1) {
    width: 50%;
    display: flex;
    flex-flow: column;
    padding: 0 6rem;
    order: 0;
  }
  .promo-cards[class*=hero-banner] div:nth-child(3) > div p:last-of-type {
    margin-bottom: 0;
  }
  .promo-cards[class*=hero-banner] div:nth-child(3) p em u {
    font-size: 37.78px;
  }
  .promo-cards[class*=hero-banner] div:nth-child(3) p strong u {
    font-size: 37.78px;
  }
  .promo-cards[class*=hero-banner] div:nth-child(3) p strong em {
    font-size: 60px;
    line-height: 65px;
  }
  .promo-cards[class*=hero-banner] div:nth-child(3) p strong em u {
    font-size: 70px;
    line-height: 77px;
  }
  .promo-cards[class*=hero-banner] div:nth-child(3) ol li {
    font-size: 16px;
  }
  .promo-cards[class*=hero-banner] div:nth-child(3) ol li strong {
    font-size: 32px;
  }
  .promo-cards[class*=hero-banner] div:nth-child(3) ol li em {
    font-size: 12px;
  }
  .promo-cards[class*=hero-banner] .banner-picture {
    display: block;
  }
}
.promo-cards[class*=hero-banner].campaign-banner .mobile-picture,
.promo-cards[class*=hero-banner].campaign-banner .desktop-picture,
.promo-cards[class*=hero-banner].campaign-banner .banner-picture {
  position: relative;
  width: 100%;
  height: auto;
  top: 0;
}
.promo-cards[class*=hero-banner].campaign-banner .mobile-picture img,
.promo-cards[class*=hero-banner].campaign-banner .desktop-picture img,
.promo-cards[class*=hero-banner].campaign-banner .banner-picture img {
  position: static;
}
.promo-cards[class*=hero-banner].campaign-banner div:nth-child(1) > div {
  position: static;
}
.promo-cards[class*=hero-banner].campaign-banner > div:nth-child(3) {
  position: absolute;
  bottom: 7.3vw;
  left: 7.3vw;
  z-index: 2;
}
@media (min-width: 768px) {
  .promo-cards[class*=hero-banner].campaign-banner > div:nth-child(3) {
    bottom: 3vw;
    left: 3vw;
  }
}
@media only screen and (min-width: 1361px) {
  .promo-cards[class*=hero-banner].campaign-banner > div:nth-child(3) {
    bottom: 43px;
    left: 43px;
  }
}
.promo-cards[class*=hero-banner].campaign-banner > div:nth-child(3) > div {
  pointer-events: auto;
  padding: 0;
  text-align: left;
  display: block;
  margin: 0;
  max-width: unset;
}
.promo-cards[class*=hero-banner].campaign-banner > div:nth-child(3) > div a {
  padding: 1rem 1.6rem;
  font-size: 1.4rem;
  min-width: 80px;
  border-radius: 40px;
}
@media (min-width: 768px) {
  .promo-cards[class*=hero-banner].campaign-banner > div:nth-child(3) > div a {
    padding: 2.2vw 2.4vw;
  }
}
@media ((min-width: 769px) and (max-width: 1360px)) {
  .promo-cards[class*=hero-banner].campaign-banner > div:nth-child(3) > div a {
    padding: 1.3vw 1.8vw;
    font-size: 1.6rem;
  }
}
@media (min-width: 1360px) {
  .promo-cards[class*=hero-banner].campaign-banner > div:nth-child(3) > div a {
    padding: 1.8rem 2.4rem;
    font-size: 1.6rem;
  }
}
.promo-cards[class*=hero-banner].campaign-banner > div:nth-child(4) {
  position: absolute;
  bottom: 7.3vw;
  right: 7.3vw;
  z-index: 2;
}
@media (min-width: 768px) {
  .promo-cards[class*=hero-banner].campaign-banner > div:nth-child(4) {
    bottom: 3vw;
    right: 3vw;
  }
}
@media (min-width: 1361px) {
  .promo-cards[class*=hero-banner].campaign-banner > div:nth-child(4) {
    bottom: 43px;
    right: 43px;
  }
}
.promo-cards[class*=hero-banner].campaign-banner > div:nth-child(4) > div {
  padding: 0;
  text-align: right;
  position: static;
  margin: 0;
}
.promo-cards[class*=hero-banner].campaign-banner > div:nth-child(4) > div > div {
  position: static;
  width: 100%;
}
.promo-cards[class*=hero-banner].campaign-banner > div:nth-child(4) > div a {
  text-decoration: none !important;
  font-size: 2.5vw;
}
@media ((min-width: 769px) and (max-width: 1360px)) {
  .promo-cards[class*=hero-banner].campaign-banner > div:nth-child(4) > div a {
    font-size: 1vw;
  }
}
@media (min-width: 1360px) {
  .promo-cards[class*=hero-banner].campaign-banner > div:nth-child(4) > div a {
    font-size: 14px;
  }
}
.promo-cards[class*=hero-banner].campaign-banner > div:nth-child(1) > div {
  height: auto;
  font-size: 3.8vw;
  line-height: 8vw;
}
@media (min-width: 481px) and (max-width: 768px) {
  .promo-cards[class*=hero-banner].campaign-banner > div:nth-child(1) > div {
    font-size: 2.2vw;
    line-height: 5vw;
  }
}
@media (min-width: 769px) and (max-width: 1360px) {
  .promo-cards[class*=hero-banner].campaign-banner > div:nth-child(1) > div {
    font-size: 1.2vw;
    line-height: 2.6vw;
  }
}
@media (min-width: 1361px) {
  .promo-cards[class*=hero-banner].campaign-banner > div:nth-child(1) > div {
    font-size: 16px;
    line-height: 35px;
  }
}
.promo-cards[class*=hero-banner].light > div:nth-child(3) a {
  border-radius: 28px;
  border: 2px solid transparent;
  font-size: 1.6rem;
  font-weight: var(--font-weight-bold);
  line-height: 2rem;
  padding: 1.5rem 2.5rem;
  color: #fff;
  background-color: #15884C;
  cursor: pointer;
  outline-color: #fff;
  outline-style: solid;
  outline-width: 1px;
  outline-offset: 0;
  display: inline-block;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  background-color: #000;
  color: #fff;
  border: none !important;
  outline: none;
  cursor: pointer;
}
.promo-cards[class*=hero-banner].light > div:nth-child(3) a:hover {
  text-decoration: none;
}
.promo-cards[class*=hero-banner].light > div:nth-child(3) a:focus {
  -webkit-box-shadow: 0 0 0 2px #8BB1FF;
  -moz-box-shadow: 0 0 0 2px #8BB1FF;
  box-shadow: 0 0 0 2px #8BB1FF;
}
.promo-cards[class*=hero-banner].light > div:nth-child(3) a:active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.promo-cards[class*=hero-banner].light > div:nth-child(3) a.small {
  padding: 1rem 1.5rem;
}
.promo-cards[class*=hero-banner].light > div:nth-child(4) > div a {
  color: var(--clr-black);
}
.promo-cards[class*=hero-banner].dark > div:nth-child(3) a {
  border-radius: 28px;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: var(--font-weight-bold);
  padding: 1.5rem 2.5rem;
  background-color: #fff;
  color: #15884C;
  border: 2px solid #15884C;
  font-style: normal;
  cursor: pointer;
  outline-style: solid;
  outline-width: 1px;
  outline-offset: 0;
  outline-color: transparent;
  display: inline-block;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  background-color: var(--clr-white);
  border: none !important;
  color: var(--clr-black);
  cursor: pointer;
}
.promo-cards[class*=hero-banner].dark > div:nth-child(3) a:focus {
  -webkit-box-shadow: 0 0 0 2px #8BB1FF;
  -moz-box-shadow: 0 0 0 2px #8BB1FF;
  box-shadow: 0 0 0 2px #8BB1FF;
  /*outline-offset: 0px ;
  outline-color: #fff ;*/
}
.promo-cards[class*=hero-banner].dark > div:nth-child(3) a:active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.promo-cards[class*=hero-banner].dark > div:nth-child(3) a.small {
  padding: 1rem 1.5rem;
}
.promo-cards[class*=hero-banner].text-top > div:nth-child(3) {
  top: 7.3vw;
}
@media screen and (min-width: 768px) {
  .promo-cards[class*=hero-banner].text-top > div:nth-child(3) {
    top: 3vw;
  }
}
@media screen and (min-width: 1361px) {
  .promo-cards[class*=hero-banner].text-top > div:nth-child(3) {
    top: 43px;
  }
}

@media (max-width: 767px) {
  .promo-cards[class*=hero-banner] {
    border-radius: var(--border-radius-l);
  }
}
div.promo-cards-wrapper {
  padding-top: 20px;
}
div.promo-cards-wrapper:first-child {
  padding-top: 0;
}
@media (max-width: 767px) {
  div.promo-cards-wrapper {
    max-width: calc(100vw - var(--mobile-gutter) * 2);
    padding-top: 15px;
  }
}

@media (max-width: 767px) {
  .product-list-page-container div.promo-cards-wrapper {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .product-list-page-container .promo-cards[class*=hero-banner] {
    border-radius: 0;
  }
}