.eb-recos {
  margin-top: 50px; }
  @media screen and (max-width: 639px) {
    .eb-recos {
      margin-bottom: 40px; } }
  @media screen and (min-width: 640px) {
    .eb-recos {
      height: 600px; } }

.eb-recos-content .swiper-products-buttons {
  position: relative; }

.swiper-products-btn-prev, .swiper-products-btn-next {
  position: absolute;
  bottom: 150px;
  width: 100%;
  z-index: 25;
  outline: 0; }

.swiper-products-btn-prev {
  left: 0px; }

.swiper-products-btn-next {
  right: 0px; }

.eb-recos-tabs {
  position: relative; }

.eb-recos-tabs {
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 20px; }

.eb-recos-tabs .eb-recos-tabs-swiper {
  width: 100%;
  text-align: center; }

.eb-recos-tabs .eb-recos-tabs-wrapper {
  text-align: center;
  font-size: 0; }

.eb-recos-tabs button {
  height: 100px;
  border: 0px;
  background: transparent;
  display: block;
  color: #292929;
  opacity: 0.5;
  transition: opacity 0.2s linear;
  position: relative;
  font-family: "LacosteSansCondensedBold";
  font-size: 1.5rem;
  outline: none;
  margin-left: 0;
  margin-right: 0; }
  @media screen and (min-width: 640px) {
    .eb-recos-tabs button {
      margin-left: 20px;
      margin-right: 20px; } }

.eb-recos-tabs button:after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 0px;
  transition: height 0.2s ease-out;
  background-color: #292929;
  width: 100%; }

.eb-recos-tabs-slide {
  display: inline-block; }

.eb-recos-tabs .eb-recos-tabs-slide:first-child:last-child button {
  opacity: 0.5 !important;
  cursor: default; }

.eb-recos-tabs .eb-recos-tabs-slide:first-child:last-child button:after {
  height: 0px !important; }

.eb-recos-tabs .active {
  opacity: 1; }

.eb-recos-tabs .active:after {
  height: 3px; }

/*# sourceMappingURL=../css/earlybirds-recos.css.map */
