#aug2-hero {
  --aug2-red: #ec1c23;
  font-size: 16px;
  background-color: #ffffff;
}
#aug2-hero .aug2-inner {
  width: 1920px;
  height: 546px;
  position: relative;
  left: 50%;
  transform: translateX(-50%) scale(var(--aug2-scale, 1));
  transform-origin: top center;
  background-image: url(../images/hero/back.webp);
  background-image: -webkit-image-set(url("../images/hero/back.webp") 1x, url("../images/hero/back@2x.webp") 2x);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 568px) and (max-width: 1239px) {
  #aug2-hero {
    height: calc(100vw * 0.440323);
  }
  #aug2-hero .aug2-inner {
    transform: translateX(-50%) scale(var(--aug2-scale, calc(100vw / 1240px)));
  }
}
#aug2-hero .aug2-truck {
  left: 316.5px;
  top: 8px;
}
#aug2-hero .aug2-apotek {
  font-family: 'apotek-cond', 'Arial Narrow', Arial, sans-serif;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
  paint-order: stroke fill;
  text-align: center;
  white-space: nowrap;
  transform: translateX(-50%);
}
#aug2-hero .aug2-date {
  left: 1231.5px;
  top: 93px;
  font-size: 60.31px;
  line-height: 60.31px;
  -webkit-text-stroke: 4px var(--aug2-red);
}
#aug2-hero .aug2-offer {
  left: 961.5px;
  top: 172.5px;
}
#aug2-hero .aug2-plus {
  left: 1230.5px;
  top: 329.5px;
  font-size: 32.31px;
  line-height: 35.5px;
}
#aug2-hero .aug2-cta {
  width: 190.5px;
  height: 42px;
  border-radius: 21px;
  background-color: var(--aug2-red);
  font-size: 21px;
  top: 418.5px;
  padding-top: 2px;
  box-shadow: -3.5px 4.9px 0 0 rgba(0, 0, 0, 0.22);
  text-box: trim-both cap alphabetic;
}
#aug2-hero .aug2-cta,
#aug2-hero .aug2-cta span {
  color: #ffffff;
  font-family: 'Avenir Black', Avenir, sans-serif;
}
#aug2-hero .aug2-cta-shop {
  left: 1021px;
}
#aug2-hero .aug2-cta-win {
  left: 1246.5px;
}
@media screen and (min-width: 568px) {
  #aug2-hero .sm-hide.md-hide.lg-hide {
    display: none !important;
  }
}
@media screen and (max-width: 567px) {
  #aug2-hero .xs-hide {
    display: none !important;
  }
  #aug2-hero {
    height: calc(100vw * 1.517333);
  }
  #aug2-hero .aug2-inner {
    width: 375px;
    height: 569px;
    transform: translateX(-50%) scale(var(--aug2-scale, calc(100vw / 375px)));
    background-image: url(../images/hero/back-m.webp);
    background-image: -webkit-image-set(url("../images/hero/back-m.webp") 1x, url("../images/hero/back-m@2x.webp") 2x);
  }
  #aug2-hero .aug2-truck-m {
    left: 50px;
    top: 5px;
  }
  #aug2-hero .aug2-date {
    left: 183.75px;
    top: 244px;
    font-size: 40.1px;
    line-height: 40.1px;
    -webkit-text-stroke: 3px var(--aug2-red);
  }
  #aug2-hero .aug2-offer-m {
    left: 33px;
    top: 291.5px;
  }
  #aug2-hero .aug2-plus {
    left: 183.5px;
    top: 378px;
    font-size: 22.28px;
    line-height: 24.48px;
    -webkit-text-stroke: 0;
  }
  #aug2-hero .aug2-cta {
    width: 170px;
    height: 40.5px;
    border-radius: 20.2px;
    font-size: 17.65px;
    left: 103px;
  }
  #aug2-hero .aug2-cta-shop {
    top: 438px;
  }
  #aug2-hero .aug2-cta-win {
    top: 491.5px;
  }
}
