/* BREAKPOINTS --------------------------------------------------------------- */
/* COLOR VARIABLES ------------------------------------------------------------ */
/* ELEMENTS COLORS ------------------------------------------------------------ */
/* FONT VARIABLES ------------------------------------------------------------ */
/* MIXINS ------ --------------------------------------------------------------- */
.lp {
  /* CONTENT ----------------------------------------------------------------- */
  /* HEADERS ------------------------------------------------------------------ */
  /* PRODUCTS LIST ------------------------------------------------------------- */
  /* PRODUCT ITEM --------------------------------------------------------------- */
  /* AUDIO TRACK ------------------------------------------------------------- */
}
.lp #content {
  background-color: #d4d9df;
  color: #43484b;
  font-family: canada-type-gibson;
  font-weight: 100;
  font-size: 20px;
}
.lp__products-header h1 {
  font-weight: 600;
  margin: 0.5em 0;
  font-size: 1em;
}
.lp__products-header h2 {
  font-weight: 500;
  margin: 0.1em 0;
  font-size: 0.6em;
}
.lp__products__title {
  font-size: 0.8em;
  font-weight: 600;
  margin: 2em 0 0.6em;
}
.lp__products__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}
.lp__products__item {
  background-color: #ffffff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 30px 60px;
}
.lp .item__wrapper {
  line-height: 1;
  padding: 0;
}
.lp .item__left-container {
  object-fit: contain;
  align-self: center;
  max-width: 190px;
}
.lp .item__right-container {
  flex: 1 1 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-self: center;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 10px;
  padding-top: 10px;
  max-width: 190px;
}
.lp .item__title-wrapper {
  display: inline-block;
  margin: 0;
  font-weight: 500;
}
.lp .item__title {
  color: #43484b;
  font-size: 1em;
  text-transform: uppercase;
  display: block;
}
.lp .item__tagline {
  display: block;
  color: #43484b;
  font-size: 0.5em;
}
.lp .item__img-wrapper {
  padding: 0;
  display: inline-block;
}
.lp .item__img-wrapper img {
  height: 100%;
  width: 100%;
  vertical-align: middle;
  width: 190px;
  height: 190px;
}
.lp .item__old-price {
  flex: 0 0 12%;
  color: #8e979f;
  text-decoration: line-through;
  font-size: 0.7em;
  padding: 0;
  font-weight: 500;
  text-align: left;
}
.lp .item__price-wrapper {
  font-weight: 500;
  padding: 0;
}
.lp .item__price {
  font-size: 0.8em;
  display: inline-block;
  min-width: 75px;
  margin: 0 0 10px 0;
}
.lp .item__button {
  display: inline-block;
  background: #0D774D;
  color: #DFE1E3;
  margin: 0;
  width: auto;
  font-size: 0.7em;
  padding: 14px 12px;
}
.lp .smaller-audioplayer {
  align-self: flex-end;
  width: 100%;
}
.lp .smaller-audioplayer .audioplayer-wrapper {
  top: -1px;
  line-height: 0;
  text-align: left;
}
.lp .smaller-audioplayer .audioplayer-external-container {
  display: inline-block !important;
  line-height: 0;
}
.lp .smaller-audioplayer .audioplayer-info-container {
  display: none;
  background-color: transparent;
  margin: 0;
  padding: 0;
}
.lp .smaller-audioplayer .simple-player-container {
  font-size: 0;
  padding: 5px;
}
.lp .smaller-audioplayer .simple-player-container li {
  margin: 0;
}
.lp .smaller-audioplayer .simple-player-container .progressbar-wrapper {
  position: relative;
  top: 5px;
  margin: 0 15px;
  width: 95px;
}
.lp .smaller-audioplayer .audioplayer-track-title {
  margin: 0;
  font-weight: 600;
  letter-spacing: 1px;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
/*-------------------------------------------------*
 * BREAK POINT: SMALL                              *
 *-------------------------------------------------*/
@media all and (min-width: 550px) {
  .lp {
    /* PRODUCTS LIST ------------------------------------------------------------- */
    /* PRODUCT ITEM --------------------------------------------------------------- */
  }
  .lp .item__img-wrapper {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .lp .item__img-wrapper img {
    object-fit: cover;
  }
  .lp .item__title {
    font-size: 0.7em;
  }
  .lp .item__tagline {
    margin: 10px 0 0;
    line-height: 1;
  }
  .lp .item__price {
    display: block;
  }
  .lp .item__button {
    display: block;
    font-weight: 500;
    font-size: 0.5em;
    margin: 10px 0 0;
    padding: 5px;
  }
  .lp .item__button:hover {
    background: #1EA16D;
    color: #ffffff;
  }
}
/*-------------------------------------------------*
 * BREAK POINT: MEDIUM                             *
 *-------------------------------------------------*/
@media all and (min-width: 760px) {
  .lp {
    /* CONTENT ----------------------------------------------------------------- */
    /* PRODUCTS LIST ------------------------------------------------------------- */
    /* PRODUCT ITEM --------------------------------------------------------------- */
  }
  .lp #content {
    font-size: 25px;
  }
  .lp__products__item {
    flex-direction: row;
    gap: 0;
    padding: 0;
  }
  .lp .item__right-container {
    flex-direction: row;
    flex-wrap: wrap;
    padding-top: 20px;
    max-width: none;
    align-self: auto;
  }
  .lp .item__left-container {
    align-self: flex-start;
    max-width: none;
  }
  .lp .item__title-wrapper {
    padding: 0 0 0 15px;
    flex: 0 0 45%;
  }
  .lp .item__price {
    margin-bottom: 15px;
    font-size: 0.7em;
  }
  .lp .item__old-price {
    text-align: center;
    font-size: 0.6em;
  }
  .lp .item__price-wrapper {
    padding: 0 15px 0;
  }
  .lp .item__img-wrapper {
    padding: 0;
  }
  .lp .item__title {
    font-size: 0.8em;
  }
  .lp .item__tagline {
    line-height: 1.6;
  }
  .lp .item__button {
    padding: 13px 19px;
  }
}
/*-------------------------------------------------*
 * BREAK POINT: LARGE                              *
 *-------------------------------------------------*/
@media all and (min-width: 980px) {
  .lp {
    /* CONTENT ----------------------------------------------------------------- */
    /* HEADERS ------------------------------------------------------------------ */
    /* PRODUCTS LIST ------------------------------------------------------------- */
    /* PRODUCT ITEM --------------------------------------------------------------- */
  }
  .lp #content {
    font-size: 35px;
  }
  .lp__products-header h1 {
    margin: 0.5em 0;
    font-size: 1em;
  }
  .lp__products-header h2 {
    margin: 0.1em 0;
    font-size: 0.6em;
  }
  .lp__products__title {
    margin: 2em 0 0.6em;
  }
  .lp__products__item {
    flex-direction: row;
  }
  .lp .item__title-wrapper {
    flex: 0 0 50%;
  }
  .lp .item__title {
    font-size: 0.8em;
  }
  .lp .item__tagline {
    font-size: 0.4em;
    margin: 0;
  }
  .lp .item__img-wrapper {
    padding: 0;
  }
  .lp .item__img-wrapper img {
    width: auto;
  }
  .lp .item__old-price {
    font-size: 0.7em;
  }
  .lp .item__button {
    padding: 14px 24px;
    margin: 0;
  }
}
/*-------------------------------------------------*
 * BREAK POINT: XLARGE                             *
 *-------------------------------------------------*/
@media all and (min-width: 1465px) {
  .lp {
    /* CONTENT ----------------------------------------------------------------- */
    /* PRODUCT ITEM --------------------------------------------------------------- */
  }
  .lp #content {
    font-size: 50px;
  }
  .lp .item__img-wrapper {
    padding: 0;
  }
}
