.article-hero {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 1408px) {
  .article-hero {
    padding-top: calc(50px + 50 * (100vw - 360px) / 1048);
  }
}
@media (max-width: 1408px) {
  .article-hero {
    padding-bottom: calc(50px + 50 * (100vw - 360px) / 1048);
  }
}
.article-hero__body {
  display: flex;
  gap: 50px;
}
@media (max-width: 992px) {
  .article-hero__col-01 {
    width: 100%;
  }
}
.article-hero__columns {
  display: flex;
  gap: 32px;
  background-color: #fff;
  border: 1px solid #1d62fe;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.03);
}
@media (max-width: 992px) {
  .article-hero__columns {
    flex-direction: column;
  }
}
.article-hero__col-02 {
  width: 371px;
  max-width: 371px;
  min-width: 371px;
  position: relative;
}
@media (max-width: 992px) {
  .article-hero__col-02 {
    display: none;
  }
}
.article-hero__col-03 {
  width: 50%;
}
@media (max-width: 767px) {
  .article-hero__col-03 {
    width: 100%;
  }
}
.article-hero__col-04 {
  width: 50%;
}
@media (max-width: 767px) {
  .article-hero__col-04 {
    width: 100%;
  }
}
.article-hero__wrapper {
  max-width: 397px;
}
.article-hero__image {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  height: 400px;
}
.article-hero__image img {
  width: 100%;
  height: 370px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 16px;
}
@media (max-width: 767px) {
  .article-hero__image img {
    height: 270px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 767px) {
  .article-hero__image {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.article-hero__label {
  display: flex;
  margin: 0 0 28px 0;
  font-size: 26px;
  font-weight: 500;
  color: #0c0c0c;
  transition: all 0.3s ease 0s;
}
.article-hero__price {
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.article-hero__price b {
  font-size: 18px;
}
.article-hero__price .wrapper {
  display: flex;
  align-items: center;
  -moz-column-gap: 12px;
       column-gap: 12px;
}
.article-hero__price .wrapper .price {
  font-size: 16px;
  text-decoration: line-through;
  font-size: 20px;
}
.article-hero__price .wrapper .sale-price {
  font-weight: 700;
  font-size: 24px;
}
.article-hero__price .sale {
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #1d62fe;
  border-radius: 100px;
  padding: 8px 16px;
  font-size: 16px;
  text-transform: uppercase;
  color: #1d62fe;
  margin-left: 24px;
}
.article-hero__aff-link {
  margin-top: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: -moz-fit-content;
  width: fit-content;
  -moz-column-gap: 40px;
       column-gap: 40px;
  padding: 9px 34px;
  color: #fff;
  border-radius: 100px;
  background-color: #1d62fe;
  transition: all 0.3s ease 0s;
}
.article-hero__aff-link:hover {
  background-color: #0038b8;
}
@media (max-width: 767px) {
  .article-hero__aff-link {
    width: 100%;
    padding: 9px 64px;
  }
}
.article-hero__content {
  margin-top: 50px;
  background-color: #fff;
  border-radius: 16px;
  padding: 32px 24px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.03);
}
.article-hero__content p {
  font-size: 16px;
  line-height: 150%;
  margin: 0 0 15px 0;
}
.article-hero__content p img {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  display: flex;
  margin: 20px 0;
}
.article-hero__content h1 {
  font-size: 28px;
  line-height: normal;
  margin: 32px 0 16px 0;
}
.article-hero__content h2 {
  font-size: 26px;
  line-height: normal;
  margin: 32px 0 16px 0;
}
.article-hero__content h3 {
  font-size: 24px;
  line-height: normal;
  margin: 32px 0 16px 0;
}
.article-hero__content h4 {
  font-size: 22px;
  line-height: normal;
  margin: 32px 0 16px 0;
}
.article-hero__content h5 {
  font-size: 20px;
  line-height: normal;
  margin: 32px 0 16px 0;
}
.article-hero__content h6 {
  font-size: 18px;
  line-height: normal;
  margin: 32px 0 16px 0;
}
.article-hero__content ul {
  margin: 15px 0;
}
.article-hero__content ul li {
  position: relative;
  padding-left: 16px;
}
.article-hero__content ul li:not(:last-child) {
  margin-bottom: 10px;
}
.article-hero__content ul li::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #1d62fe;
  border-radius: 100px;
}
.article-hero__content ol {
  margin: 15px 0;
  padding-left: 16px;
}
.article-hero__content ol li:not(:last-child) {
  margin-bottom: 10px;
}
.article-hero__content .btn-aff {
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: -moz-fit-content;
  width: fit-content;
  padding: 9px 34px;
  color: #fff;
  border-radius: 100px;
  background-color: #1d62fe;
  transition: all 0.3s ease 0s;
}
.article-hero__timer {
  margin: 32px 0 0 0;
  display: flex;
  align-items: center;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
.article-hero__timer-date {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
}
.article-hero__timer-counter {
  display: flex;
  align-items: center;
  font-size: 20px;
  line-height: 24px;
  color: #1d62fe;
  font-weight: 700;
}
.article-hero__timer-counter span {
  display: flex;
  font-size: 20px;
  line-height: 24px;
  color: #1d62fe;
  font-weight: 700;
}
.article-hero__timer-counter._products {
  color: #e76a6e;
}
.article-hero__timer-counter._products span {
  color: #e76a6e;
}
.article-hero__wrapper .widget-area {
  min-width: 371px;
  max-width: 371px !important;
  background-color: #fff;
  border-radius: 16px;
  padding: 16px 24px 36px 24px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.03);
  margin-left: auto;
}
.article-hero__wrapper .widget-area .widget_block h1,
.article-hero__wrapper .widget-area .widget_block h2,
.article-hero__wrapper .widget-area .widget_block h3,
.article-hero__wrapper .widget-area .widget_block h4,
.article-hero__wrapper .widget-area .widget_block h5,
.article-hero__wrapper .widget-area .widget_block h6 {
  color: #0c0c0c;
  font-size: 24px;
  font-weight: 400;
  margin: 20px 0;
}
.article-hero__wrapper .widget-area .widget_block ul {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  padding-left: 10px;
}
.article-hero__wrapper .widget-area .widget_block ul li {
  padding-left: 16px;
  position: relative;
  color: #1d62fe;
}
.article-hero__wrapper .widget-area .widget_block ul li:hover {
  text-decoration: underline;
}
.article-hero__wrapper .widget-area .widget_block ul li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 100px;
  background-color: #1d62fe;
}
.article-hero__wrapper .widget-area .widget_block ul li a {
  color: #1d62fe;
}
.article-hero__wrapper .widget-area .widget_block ul li a:hover {
  text-decoration: underline;
}
.article-hero__wrapper .widget-area .widget_block p {
  margin-bottom: 8px;
  margin: 16px 0 8px 0;
  font-size: 16px;
  line-height: normal;
}
.article-hero__wrapper .widget-area .widget_block p strong {
  color: #0c0c0c;
  font-size: 24px;
  font-weight: 400;
  margin: 20px 0;
  display: flex;
}
.article-hero__wrapper .widget-area .widget_block p a {
  position: relative;
  color: #1d62fe;
}
.article-hero__wrapper .widget-area .widget_block p a:hover {
  text-decoration: underline;
}
.article-hero__excerpt {
  margin: 24px 0 0 0;
}
.article-hero__excerpt .switcher-btn-aff {
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: -moz-fit-content;
  width: fit-content;
  -moz-column-gap: 40px;
       column-gap: 40px;
  padding: 9px 34px;
  color: #fff;
  border-radius: 100px;
  background-color: #1d62fe;
  transition: all 0.3s ease 0s;
}
.article-hero__excerpt .switcher-btn-aff:hover {
  background-color: #0038b8;
}

.recommend-articles {
  padding: 0 0 50px 0;
}
.recommend-articles__label {
  font-size: 26px;
  line-height: normal;
  font-weight: 600;
}
.recommend-articles__content {
  margin: 24px 0 0 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
@media (max-width: 992px) {
  .recommend-articles__content {
    display: flex;
    flex-direction: column;
  }
}
.recommend-articles__item {
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.03);
  position: relative;
}
.recommend-articles__more {
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 10px 20px;
  background-color: #1d62fe;
  border-radius: 6px;
  transition: all 0.3s ease 0s;
  text-align: center;
  color: #fff;
  font-size: 16px;
}
.recommend-articles__more:hover {
  background-color: #000000;
}
.recommend-articles__image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 300px;
  padding: 15px;
  overflow: hidden;
}
.recommend-articles__image img {
  width: 100%;
  height: 270px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 16px;
  transition: all 0.3s ease 0s;
}
.recommend-articles__image:hover img {
  transform: scale(1.1);
}
.recommend-articles__wrapper {
  padding: 15px;
  display: flex;
  flex-direction: column;
}
.recommend-articles__wrapper .wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 16px;
       column-gap: 16px;
  margin: 16px 0 22px 0;
}
.recommend-articles__title {
  font-size: 20px;
  text-align: center;
  color: #0c0c0c;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease 0s;
}
.recommend-articles__title:hover {
  color: #1d62fe;
}
.recommend-articles__price {
  font-size: 20px;
  font-weight: 700;
  text-decoration: line-through;
}
.recommend-articles__sale-price {
  font-size: 24px;
  font-weight: 600;
  color: #1d62fe;
}
.recommend-articles__sale {
  background-color: #1d62fe;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.03);
  border-radius: 4px;
  padding: 6px 12px;
  color: #fff;
  font-size: 16px;
  position: absolute;
  top: 20px;
  right: 20px;
}/*# sourceMappingURL=article-posts.css.map */