.price-wrapper {
  bottom: -15px !important;
  display: flex;
  justify-content: flex-end;
}

.save-up-to-banner:empty {
  display: none;
}

@media (width <=1200px) and (width > 768px) {
  .price-wrapper {
    bottom: 0 !important;
  }
}

@media (width < 768px) {
  .price-wrapper {
    position: absolute;
    width: auto;
    bottom: 5px !important;
    right: 10px;
  }
}

.blog-specials_wrapper.swiper {
  overflow: hidden;
}

.blog-specials_wrapper .swiper-scrollbar {
  background: rgba(129, 129, 129, 0.22);
  border-radius: 999px;
  opacity: 1 !important;
}

.blog-specials_wrapper .swiper-scrollbar-drag {
  background: #ef4030;
  border-radius: 999px;
}

.blog-specials_wrapper.swiper-horizontal {
  padding-bottom: 1rem;
}

.blog-specials_wrapper.swiper-horizontal > .swiper-scrollbar {
  left: 0.625rem;
  right: 0.625rem;
  bottom: 0;
  width: auto;
  height: 6px;
}

.blog-specials_wrapper.swiper-vertical > .swiper-scrollbar {
  top: 0.625rem;
  bottom: 0.625rem;
  right: 2px;
  width: 6px;
  height: auto;
}

.blog-specials_wrapper .swiper-slide {
  flex-shrink: 0;
  box-sizing: border-box;
}

.special-offers .blog-specials_wrapper .swiper-slide {
  width: calc(50% - 0.625rem);
}

aside .blog-specials_wrapper .swiper-slide {
  height: auto !important;
}

aside .blog-specials_wrapper.swiper {
  height: 27rem;
  padding: 0 0.625rem 0.625rem;
}

main.blog-article aside .blog-specials_wrapper.swiper {
  height: auto;
}

main.blog-article aside .blog-specials_wrapper .swiper-wrapper > .swiper-slide:first-of-type {
  margin-top: 10px;
}

aside .blog-specials {
  width: 100%;
  box-sizing: border-box;
}

aside .blog-specials_wrapper .blog-specials_item {
  width: 100%;
  min-height: 18rem;
  height: auto;
  padding: 0.875rem 0.875rem 3.5rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  border-radius: 0.875rem;
}

aside .blog-specials_wrapper .blog-specials_item .blog-specials_item-title {
  min-height: 2rem;
  margin-bottom: 0.375rem;
}

aside .blog-specials_wrapper .blog-specials_item .blog-specials_item-subtitle {
  min-height: 2rem;
  margin-bottom: 0.75rem;
}

aside .blog-specials_wrapper .blog-specials_item > div:not(.price-wrapper) {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

aside .blog-specials_wrapper .blog-specials_item > div:not(.price-wrapper) img {
  max-width: 11rem;
  max-height: 8.5rem;
  object-fit: contain;
}

aside .blog-specials_wrapper .price-wrapper {
  left: 0.875rem;
  right: 0.875rem;
  bottom: 0.875rem !important;
  justify-content: center;
}

aside .blog-specials_wrapper .discount__page {
  min-width: 7.5rem;
}

.blog-header .blog-specials_wrapper.swiper {
  height: auto;
}

.blog-header .blog-specials_wrapper .swiper-slide {
  height: auto !important;
}

.blog-header .swiper-slide .specials-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.625rem;
  height: 100%;
  padding: 0 10px;
}

.blog-header .specials-grid .blog-specials_item {
  width: auto;
}

.blog-header .img-bh-xd {
  width: 89% !important;
}

.special-offers .blog-specials_wrapper .blog-specials_item img {
  width: 90% !important;
}

main.blog-article .save-up-to-banner {
  background-image: url(/images/atn_blog_banner_230x165.png) !important;
}

.item-price {
  font-size: 1.075rem !important;
}

.blog-specials_item {
  z-index: 2;
  width: 100%;
  height: 100%;
}

.discount__page {
  box-sizing: border-box;
  background: #ef4030;
  border: 1px solid #DDD;
  cursor: pointer;
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  padding: 5px 25px;
  border-radius: 28px;
  transition: all .3s ease 0s;
  font-size: 15px;
  z-index: 10;
}

.discount__page:hover {
  background-color: #c03427;
  color: #fff;
  transition: all .3s ease 0s;
}

@media (width < 1200px) {
  .discount__page {
    font-size: 12px;
  }
}
