#aug2-plp {
  font-size: 16px;
  background-color: #ffffff;
  padding-bottom: 80px;
}
#aug2-plp .aug2-apotek {
  font-family: 'apotek-cond', 'Arial Narrow', Arial, sans-serif;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;
  paint-order: stroke fill;
  transform: translateX(-50%);
}
#aug2-plp .plp-banner-box {
  max-width: min(1315.5px, calc(100vw - 30px));
  aspect-ratio: 1315.5 / 198.5;
  margin: 56px auto 0;
}
#aug2-plp .plp-banner {
  width: 1315.5px;
  height: 198.5px;
  left: 0;
  top: 0;
  transform: scale(var(--plp-scale, 1));
  transform-origin: top left;
}
#aug2-plp .plp-bbg {
  left: 0;
  top: 0;
}
#aug2-plp .plp-bbg img {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}
#aug2-plp .plp-banner-d .plp-truck {
  left: -30px;
  top: -55.5px;
}
#aug2-plp .plp-banner-d .plp-date {
  left: 134px;
  top: 134px;
  font-size: 29.8px;
  line-height: 29.8px;
}
#aug2-plp .plp-banner-d .plp-instore {
  left: 134px;
  top: 162px;
  font-size: 12.92px;
  line-height: 12.92px;
}
#aug2-plp .plp-banner-d .plp-offer {
  left: 325px;
  top: 24px;
}
#aug2-plp .plp-free {
  color: #ffffff;
  font-family: 'Avenir Medium', 'AvenirNext-Medium', Avenir, sans-serif;
  white-space: nowrap;
  paint-order: stroke fill;
  -webkit-text-stroke: 4px #323134;
  transform: translateX(-50%);
}
#aug2-plp .plp-banner-d .plp-free {
  left: 1087.5px;
  top: 26.5px;
  font-size: 24.5px;
  line-height: 29px;
}
#aug2-plp .plp-cta {
  background-color: #ec1c23;
  color: #ffffff;
  font-family: 'Avenir Black', Avenir, sans-serif;
  box-shadow: -3.5px 4.9px 0 0 rgba(0, 0, 0, 0.22);
  text-box: trim-both cap alphabetic;
  padding-top: 2px;
}
#aug2-plp .plp-banner-d .plp-cta {
  left: 985px;
  top: 125px;
  width: 200px;
  height: 36.5px;
  border-radius: 18.25px;
  font-size: 19px;
}
#aug2-plp .plp-grid {
  max-width: min(1315.5px, calc(100vw - 30px));
  margin: 54.5px auto 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 36px;
  row-gap: 36px;
}
#aug2-plp .plp-tile {
  aspect-ratio: 1 / 1;
  border: 1px solid #d8d8d8;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6%;
  box-sizing: border-box;
}
#aug2-plp .plp-tile img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}
#aug2-plp .plp-bubble {
  top: -17px;
  right: -29.5px;
  width: 119.5px;
  height: 119.5px;
  border-radius: 50%;
  background-color: #284265;
  border: 6.5px solid #ec1c23;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff200;
  z-index: 2;
  transform: none;
}
#aug2-plp .plp-bubble .pb-a {
  font-size: 57.37px;
  line-height: 46px;
  margin-top: -7.5px;
}
#aug2-plp .plp-bubble .pb-l {
  font-size: 24.39px;
  line-height: 27.6px;
}
#aug2-plp .plp-bubble .pb-d {
  font-size: 34.4px;
  vertical-align: 16.5px;
}
#aug2-plp .plp-name {
  margin-top: 23px;
  height: 55px;
  overflow: hidden;
  font-family: 'Avenir Next Medium', 'AvenirNext-Medium', Avenir, sans-serif;
  font-size: 22.9px;
  line-height: 27.5px;
  color: #000000;
}
#aug2-plp .plp-price {
  margin-top: 4px;
  font-family: 'AvenirNextLTW01BoldRegular', 'Avenir Next Medium', Avenir, sans-serif;
  font-size: 22.9px;
  line-height: 24px;
  color: #ec182a;
}
#aug2-plp .plp-atc {
  margin-top: 25px;
  width: 147.5px;
  height: 38px;
  border-radius: 19px;
  background-color: #ec182a;
  color: #ffffff;
  font-family: 'AvenirNextLTW01BoldRegular', 'Avenir Next Medium', Avenir, sans-serif;
  font-size: 17.36px;
  text-box: trim-both cap alphabetic;
}
@media screen and (min-width: 768px) {
  #aug2-plp .md-hide.lg-hide {
    display: none !important;
  }
}
@media screen and (max-width: 991px) {
  #aug2-plp .plp-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  #aug2-plp .xs-hide.sm-hide {
    display: none !important;
  }
  #aug2-plp .plp-banner-box {
    max-width: min(349px, calc(100vw - 30px));
    aspect-ratio: 349 / 330.5;
    margin-top: 6.5px;
  }
  #aug2-plp .plp-banner {
    width: 349px;
    height: 330.5px;
  }
  #aug2-plp .plp-banner-m .plp-offer {
    left: 24px;
    top: 20.5px;
    width: 299.5px;
  }
  #aug2-plp .plp-banner-m .plp-offer img {
    width: 100%;
    height: auto;
  }
  #aug2-plp .plp-banner-m .plp-free {
    left: 174.5px;
    top: 108.5px;
    font-size: 14.28px;
    line-height: 16.9px;
  }
  #aug2-plp .plp-banner-m .plp-cta {
    left: 99.5px;
    top: 152.5px;
    width: 150px;
    height: 31.5px;
    border-radius: 15.75px;
    font-size: 14.29px;
    box-shadow: -2.1px 2.8px 0 0 rgba(0, 0, 0, 0.22);
  }
  #aug2-plp .plp-banner-m .plp-truck {
    left: 71px;
    top: 173.5px;
  }
  #aug2-plp .plp-banner-m .plp-date {
    left: 177px;
    top: 296px;
    font-size: 19.22px;
    line-height: 19.22px;
  }
  #aug2-plp .plp-banner-m .plp-instore {
    left: 177px;
    top: 312.5px;
    font-size: 8.34px;
    line-height: 8.34px;
  }
  #aug2-plp .plp-grid {
    margin-top: 22.5px;
  }
}
@media screen and (max-width: 567px) {
  #aug2-plp .plp-grid {
    max-width: 340px;
    column-gap: 22px;
    row-gap: 9.5px;
  }
  #aug2-plp .plp-name {
    margin-top: 9px;
    height: 43.5px;
    font-size: 12.7px;
    line-height: 14.5px;
  }
  #aug2-plp .plp-price {
    margin-top: 13px;
    font-size: 12.7px;
    line-height: 13.5px;
  }
  #aug2-plp .plp-bubble {
    top: -3.5px;
    right: -19.5px;
    width: 68px;
    height: 68px;
    border-width: 3.75px;
  }
  #aug2-plp .plp-bubble .pb-a {
    font-size: 32.19px;
    line-height: 26px;
    margin-top: -6px;
  }
  #aug2-plp .plp-bubble .pb-l {
    font-size: 13.88px;
    line-height: 15.95px;
  }
  #aug2-plp .plp-bubble .pb-d {
    font-size: 19.3px;
    vertical-align: 9.3px;
  }
  #aug2-plp .plp-atc {
    margin-top: 15px;
    width: 82.5px;
    height: 21.5px;
    border-radius: 10.75px;
    font-size: 9px;
    padding-top: 2px;
  }
  #aug2-plp {
    padding-bottom: 50px;
  }
}
@supports (background: -webkit-named-image(i)) {
  @media screen and (max-width: 567px) {
    #aug2-plp .plp-atc {
      padding-top: 3.5px;
    }
  }
}
