.actions {
  position: relative;
  margin-bottom: 2.5%;
}
.actions .tabs {
  position: absolute;
  top: -61px;
  right: 0;
  display: inline-flex;
  border-bottom: 1px solid #e7e7e7;
}
.actions .tabs .tab {
  position: relative;
  padding: 0 20px 16px;
  font-size: 0.8125em;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.actions .tabs .tab:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -1px;
  width: 0;
  height: 2px;
  background-color: var(--main-color);
  transition: all 0.3s ease;
}
.actions .tabs .tab:not(.active):hover:after {
  left: 0;
  width: 100%;
}
.actions .tabs .tab.active {
  color: #424242;
}
.actions .tabs .tab.active:after {
  left: 0;
  width: 100%;
}
.actions .date {
  display: inline-block;
  padding: 5px 9px;
  font-size: 0.6875em;
  color: #fff;
  line-height: 1em;
  background-color: #27ae60;
  border-radius: 3px;
}
.actions .date.disable {
  background-color: #aaa;
}
.actions .offers {
  margin-top: 2.45%;
}
.actions .offer {
  display: flex;
  align-items: flex-start;
  margin-top: 2.5%;
}
.actions .offer .content {
  width: 100%;
  padding: 40px 40px;
  background-color: #fff;
  box-sizing: border-box;
}
.actions .offer .content .main-content {
  display: flex;
  padding-bottom: 3.55%;
  border-bottom: 1px solid #e7e7e7;
}
.actions .offer .content .main-content .img {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-shrink: 0;
  width: 43%;
  margin-right: 3.35%;
}
.actions .offer .content .main-content .text-container {
  margin-top: -3px;
}
.actions .offer .content .main-content .date {
  margin-bottom: 8px;
}
.actions .offer .content .main-content .text p + h2 {
  margin-top: 30px;
}
.actions .offer .content .main-content .text h3 {
  margin-top: 30px;
}
.actions .offer .content .main-content .text h4 {
  margin-top: 30px;
}
.actions .offer .content .buttons {
  display: flex;
  align-items: flex-start;
  margin-top: 2.55%;
}
.actions .offer .content .buttons .right {
  margin-left: auto;
}
.actions .products-carousel {
  margin-top: 3%;
  margin-bottom: 0;
}
@media (max-width: 1550px) {
  .actions .offer .content .main-content {
    flex-wrap: wrap;
  }
  .actions .offer .content .main-content .img {
    width: 100%;
    margin: 0 0 2.5%;
  }
}
@media (max-width: 1270px) {
  .actions .offer {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .actions {
    margin-top: 24px;
  }
  .actions .tabs {
    display: none;
  }
  .actions .offer .content {
    padding: 20px;
  }
  .actions .offer .content .main-content {
    border-bottom: none;
  }
  .actions .offer .content .main-content .img {
    margin-bottom: 10px;
  }
}
@media screen and (-ms-high-contrast: active) {
  .actions .offer .content .main-content .img img {
    min-width: 1px;
    min-height: 1px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .actions .offer .content .main-content .img img {
    min-width: 1px;
    min-height: 1px;
  }
}
/*# sourceMappingURL=style.css.map */