/**
 * Styles for single podcasts.
 * 
 * @package     whads
 * @subpackage  lcn
 * @author      Eduard Nadal <eduard.nadal@whads.com>
 * @copyright   2025 Whads Media Studios SL
 * @license     Proprietary - All Rights Reserved
 * @version     1.2.0
 * @since       July 2025
 * @created     2025-07-25
 * @modified    2025-07-30
 */
/*WOOCOMMERCE PAGES*/
/*CHECKOUT*/
.woocommerce-checkout th.product-total {
  display: none;
}
.woocommerce-checkout button[name="woocommerce_checkout_place_order"] {
  font-family: "Roboto Condensed", sans-serif;
  text-decoration: none;
  cursor: pointer;
  border-width: 2px !important;
  border-style: solid !important;
  font-weight: 400;
  text-transform: uppercase;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-transition: color 0.5s ease-in-out, background-color 0.5s ease-in-out, border-color 0.5s ease-in-out;
  -moz-transition: color 0.5s ease-in-out, background-color 0.5s ease-in-out, border-color 0.5s ease-in-out;
  -ms-transition: color 0.5s ease-in-out, background-color 0.5s ease-in-out, border-color 0.5s ease-in-out;
  -o-transition: color 0.5s ease-in-out, background-color 0.5s ease-in-out, border-color 0.5s ease-in-out;
  transition: color 0.5s ease-in-out, background-color 0.5s ease-in-out, border-color 0.5s ease-in-out;
  color: #fff;
  background-color: #a32035 !important;
  border-color: #a32035 !important;
  font-size: 16px;
}
.woocommerce-checkout button[name="woocommerce_checkout_place_order"]:hover {
  color: #a32035 !important;
  background-color: transparent !important;
  border-color: #a32035 !important;
}
.woocommerce-checkout .woocommerce-validated input {
  border-color: #666666 !important;
}
.woocommerce-checkout .col-1 {
  position: relative;
}
.woocommerce-checkout .col-1 #account_username_field {
  display: none;
}
.woocommerce-checkout .col-1 .login-link-container {
  position: absolute;
  right: 0;
  top: .35em;
}
.woocommerce-checkout .col-1 .login-link-container a {
  color: #a00;
  font-weight: 700;
  text-decoration: none;
  border: none;
}
.woocommerce-checkout .col-1 .checkout__user-tabs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
  margin-bottom: 15px;
  font-weight: bold;
}
@media screen and (max-width: 568px) {
  .woocommerce-checkout .col-1 .checkout__user-tabs {
    grid-template-columns: repeat(1, 1fr);
  }
}
.woocommerce-checkout .col-1 .checkout__user-tab {
  padding: 12px 20px;
  text-align: center;
  border-bottom: 1px solid #666;
  font-size: 18px;
}
.woocommerce-checkout .col-1 .checkout__user-tab a {
  border-bottom: 0;
}
.woocommerce-checkout .col-1 .checkout__user-tab span {
  border-bottom: 1px solid #a32035;
}
.woocommerce-checkout .col-1 .checkout__user-tab--current {
  border-bottom: 6px solid #a32035;
}
.woocommerce-checkout .col-2 {
  padding-top: 60px;
}
.woocommerce-checkout .wc_payment_method:not(:last-child) {
  margin-bottom: 10px !important;
}
.woocommerce-checkout .wc_payment_method label img {
  margin-left: 0 !important;
  margin-top: 5px !important;
}
.woocommerce-checkout .wc_payment_method label a {
  display: none;
}
.woocommerce-checkout .woocommerce-invalid-required-field input {
  border-width: 2px;
}
.woocommerce-checkout .woocommerce-invalid-required-field label {
  font-weight: bold;
}
.woocommerce-checkout .woocommerce-invalid-required-field .select2-selection {
  border-color: #a00;
  border-width: 2px;
}
.woocommerce-checkout .woocommerce-privacy-policy-text {
  display: none;
}

.floating-cart-thumbnail {
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.floating-cart-thumbnail.reduced-image {
  opacity: 0;
}

.woocommerce-form-register .woocommerce-privacy-policy-text {
  display: none;
}

.podcast-header {
  background-color: #eee;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .podcast-header {
    margin-bottom: 40px;
  }
}
@media (min-width: 1257px) {
  .podcast-header.podcast-listing-header .podcast-header__wrapper {
    align-items: center;
  }
}
@media (min-width: 1035px) and (max-width: 1256px) {
  .podcast-header.podcast-listing-header .podcast-header__wrapper {
    align-items: center;
  }
}
@media (min-width: 768px) and (max-width: 1034px) {
  .podcast-header.podcast-listing-header .podcast-header__wrapper {
    align-items: center;
  }
}
@media (max-width: 767px) {
  .podcast-header.podcast-listing-header .podcast-header__left {
    display: flex;
    flex-direction: column;
    align-items: center;
    justfy-content: center;
  }
}
@media (min-width: 768px) and (max-width: 1034px) {
  .podcast-header.podcast-listing-header .podcast-header__left {
    margin-bottom: 40px;
    width: 414.81818px;
    flex: 414.81818px 0 0;
  }
}
@media (min-width: 1035px) and (max-width: 1256px) {
  .podcast-header.podcast-listing-header .podcast-header__left {
    margin-bottom: 50px;
  }
}
@media (min-width: 1257px) {
  .podcast-header.podcast-listing-header .podcast-header__left {
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1034px) {
  .podcast-header.podcast-listing-header .podcast-header__right {
    margin-bottom: 50px;
    width: 293.54545px;
    flex: 293.54545px 0 0;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 1034px) {
  .podcast-header.podcast-listing-header .podcast-header__right__caption {
    font-size: 16px;
  }
}
.podcast-header.podcast-listing-header .podcast-header__heading {
  font-family: "Roboto", sans-serif;
  font-size: 50px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .podcast-header.podcast-listing-header .podcast-header__heading {
    font-size: 40px;
    text-align: center;
    margin-bottom: 4px;
  }
}
@media (min-width: 768px) and (max-width: 1034px) {
  .podcast-header.podcast-listing-header .podcast-header__heading {
    font-size: 36px;
    margin-bottom: 4px;
  }
}
@media (min-width: 1035px) and (max-width: 1256px) {
  .podcast-header.podcast-listing-header .podcast-header__heading {
    font-size: 47px;
    margin-bottom: 6px;
  }
}
@media (min-width: 1257px) {
  .podcast-header.podcast-listing-header .podcast-header__heading {
    font-size: 50px;
    margin-bottom: 6px;
  }
}
.podcast-header.podcast-listing-header .podcast-header__heading__highlighted {
  font-weight: 700;
}
.podcast-header.podcast-listing-header .podcast-header__heading__spacer {
  display: none;
}
.podcast-header.podcast-listing-header .podcast-header__heading__podcast {
  font-weight: 300;
}
.podcast-header.podcast-listing-header .podcast-header__heading__description {
  font-size: 17px;
  line-height: 1.3;
  font-weight: 300;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .podcast-header.podcast-listing-header .podcast-header__heading__description {
    font-size: 18px;
    line-height: 1.4;
    text-align: center;
    max-width: 335px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) and (max-width: 1034px) {
  .podcast-header.podcast-listing-header .podcast-header__heading__description {
    font-size: 14px;
    width: 285px;
  }
}
@media (min-width: 1035px) and (max-width: 1256px) {
  .podcast-header.podcast-listing-header .podcast-header__heading__description {
    font-size: 16px;
    width: 320px;
  }
}
@media (min-width: 1257px) {
  .podcast-header.podcast-listing-header .podcast-header__heading__description {
    width: 350px;
  }
}
.podcast-header.podcast-listing-header .podcast-header__heading__wrapper {
  position: relative;
}
.podcast-header.podcast-listing-header .podcast-header__heading__content {
  position: relative;
  z-index: 3;
}
@media (max-width: 767px) {
  .podcast-header.podcast-listing-header .podcast-header__heading__content {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 194px;
    padding-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 1034px) {
  .podcast-header.podcast-listing-header .podcast-header__heading__content {
    padding-left: 110px;
    padding-top: 31px;
    padding-bottom: 31px;
  }
}
@media (min-width: 1035px) and (max-width: 1256px) {
  .podcast-header.podcast-listing-header .podcast-header__heading__content {
    padding-left: 159px;
    padding-top: 54px;
    padding-bottom: 55px;
  }
}
@media (min-width: 1257px) {
  .podcast-header.podcast-listing-header .podcast-header__heading__content {
    padding-left: 200px;
    padding-top: 80px;
    padding-bottom: 100px;
  }
}
.podcast-header.podcast-listing-header .podcast-header__heading__image {
  display: block;
  width: 100%;
  height: auto;
  opacity: .2;
}
@media (max-width: 767px) {
  .podcast-header.podcast-listing-header .podcast-header__heading__image {
    width: 265px;
    margin-left: auto;
    margin-right: auto;
  }
}
.podcast-header.podcast-listing-header .podcast-header__heading__image__wrapper {
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .podcast-header.podcast-listing-header .podcast-header__heading__image__wrapper {
    right: 0;
  }
}
@media (min-width: 768px) and (max-width: 1034px) {
  .podcast-header.podcast-listing-header .podcast-header__heading__image__wrapper {
    width: 164px;
  }
}
@media (min-width: 1035px) and (max-width: 1256px) {
  .podcast-header.podcast-listing-header .podcast-header__heading__image__wrapper {
    width: 239px;
  }
}
@media (min-width: 1257px) {
  .podcast-header.podcast-listing-header .podcast-header__heading__image__wrapper {
    width: 300px;
  }
}
.podcast-header.podcast-listing-header .podcast-header__right__caption {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .podcast-header__inner {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (min-width: 1257px) {
  .podcast-header__inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 1207px;
  }
}
@media (min-width: 1035px) and (max-width: 1256px) {
  .podcast-header__inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 985px;
  }
}
@media (min-width: 768px) and (max-width: 1034px) {
  .podcast-header__inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 718px;
  }
}
@media (min-width: 1257px) {
  .podcast-header__wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
}
@media (min-width: 1035px) and (max-width: 1256px) {
  .podcast-header__wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
}
@media (min-width: 768px) and (max-width: 1034px) {
  .podcast-header__wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
}
@media (min-width: 1257px) {
  .podcast-header__left, .podcast-header__right {
    width: 583px;
    flex: 583px 0 0;
  }
}
@media (min-width: 1035px) and (max-width: 1256px) {
  .podcast-header__left, .podcast-header__right {
    width: 481px;
    flex: 481px 0 0;
  }
}
@media (min-width: 768px) and (max-width: 1034px) {
  .podcast-header__left, .podcast-header__right {
    width: 354.18182px;
    flex: 354.18182px 0 0;
  }
}
@media (max-width: 767px) {
  .podcast-header__right {
    margin-top: 40px;
  }
}
.podcast-header__right__caption {
  text-align: center;
  margin-top: 10px;
}
.podcast-header__preheading {
  color: #a32035;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .podcast-header__preheading {
    margin-top: 0;
  }
}
.podcast-header__preheading a {
  color: inherit;
  font-weight: inherit;
  font-size: inherit;
  margin: 0;
}
.podcast-header__heading {
  color: #a32035;
  margin: 0;
}
.podcast-header__date {
  margin-top: 20px;
}

.podcast-content-wrapper {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .podcast-content-wrapper {
    width: calc(100% - 40px);
  }
}
@media (min-width: 1257px) {
  .podcast-content-wrapper {
    width: 100%;
    max-width: 1207px;
  }
}
@media (min-width: 1035px) and (max-width: 1256px) {
  .podcast-content-wrapper {
    width: 100%;
    max-width: 985px;
  }
}
@media (min-width: 768px) and (max-width: 1034px) {
  .podcast-content-wrapper {
    width: 100%;
    max-width: 718px;
  }
}
@media (min-width: 1257px) {
  .podcast-content-wrapper .podcast-content-inner {
    margin-top: 20px;
  }
}
@media (min-width: 1035px) and (max-width: 1256px) {
  .podcast-content-wrapper .podcast-content-inner {
    margin-top: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1034px) {
  .podcast-content-wrapper .podcast-content-inner {
    margin-top: 20px;
  }
}
.podcast-content-wrapper .podcast-content-inner .podcast-content {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .podcast-content-wrapper .podcast-content-inner .podcast-content {
    max-width: calc(100% - 40px);
  }
}
@media (min-width: 768px) and (max-width: 1034px) {
  .podcast-content-wrapper .podcast-content-inner .podcast-content {
    max-width: 596.72727px;
  }
}
@media (min-width: 1257px) {
  .podcast-content-wrapper .podcast-content-inner .podcast-content {
    max-width: 791px;
  }
}
@media (min-width: 1035px) and (max-width: 1256px) {
  .podcast-content-wrapper .podcast-content-inner .podcast-content {
    max-width: 649px;
  }
}
@media (max-width: 767px) {
  .podcast-content-wrapper .podcast-content-inner .podcast-content {
    max-width: 100%;
  }
}
.podcast-content-wrapper .wp-block-heading {
  color: #a32035;
}

.podcast-archive-description {
  margin-bottom: 60px;
}

.whads-podcast__footer {
  margin-top: 100px;
}
.whads-podcast__footer .podcast-products {
  background-color: #eee;
  margin-top: 0;
  padding-top: 80px;
  padding-bottom: 80px;
}
.whads-podcast__footer .podcast-products .products-listing-block {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .whads-podcast__footer .podcast-products .products-listing-block {
    width: calc(100% - 40px);
  }
}
@media (min-width: 1257px) {
  .whads-podcast__footer .podcast-products .products-listing-block {
    width: 100%;
    max-width: 1207px;
  }
}
@media (min-width: 1035px) and (max-width: 1256px) {
  .whads-podcast__footer .podcast-products .products-listing-block {
    width: 100%;
    max-width: 985px;
  }
}
@media (min-width: 768px) and (max-width: 1034px) {
  .whads-podcast__footer .podcast-products .products-listing-block {
    width: 100%;
    max-width: 718px;
  }
}
.whads-podcast__footer .podcast-products .products-listing-block.with-transition {
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
@media (max-width: 767px) {
  .whads-podcast__footer .podcast-products .products-listing-block > .heading-wrapper {
    width: 100%;
  }
}
.whads-podcast__footer .podcast-products .products-listing-block > .heading-wrapper > .heading {
  margin-top: 0;
}
.whads-podcast__footer .podcast-products .products-listing-block > .heading-wrapper > .heading.default, .whads-podcast__footer .podcast-products .products-listing-block > .heading-wrapper > .heading:not(.small):not(.medium):not(.large):not(.xl):not(.xxl) {
  font-family: "Abhaya Libre", serif;
  font-size: 40px;
}
@media (max-width: 767px) {
  .whads-podcast__footer .podcast-products .products-listing-block > .heading-wrapper > .heading.default, .whads-podcast__footer .podcast-products .products-listing-block > .heading-wrapper > .heading:not(.small):not(.medium):not(.large):not(.xl):not(.xxl) {
    font-size: 24px;
  }
}
@media (min-width: 1257px) {
  .whads-podcast__footer .podcast-products .products-listing-block > .heading-wrapper > .heading.default, .whads-podcast__footer .podcast-products .products-listing-block > .heading-wrapper > .heading:not(.small):not(.medium):not(.large):not(.xl):not(.xxl) {
    font-size: 40px;
  }
}
@media (min-width: 1035px) and (max-width: 1256px) {
  .whads-podcast__footer .podcast-products .products-listing-block > .heading-wrapper > .heading.default, .whads-podcast__footer .podcast-products .products-listing-block > .heading-wrapper > .heading:not(.small):not(.medium):not(.large):not(.xl):not(.xxl) {
    font-size: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1034px) {
  .whads-podcast__footer .podcast-products .products-listing-block > .heading-wrapper > .heading.default, .whads-podcast__footer .podcast-products .products-listing-block > .heading-wrapper > .heading:not(.small):not(.medium):not(.large):not(.xl):not(.xxl) {
    font-size: 40px;
  }
}
.whads-podcast__footer .podcast-products .products-listing-block > .heading-wrapper > .heading.small {
  font-family: "Abhaya Libre", serif;
  font-size: 18px;
}
@media (max-width: 767px) {
  .whads-podcast__footer .podcast-products .products-listing-block > .heading-wrapper > .heading.small {
    font-size: 16px;
  }
}
@media (min-width: 1257px) {
  .whads-podcast__footer .podcast-products .products-listing-block > .heading-wrapper > .heading.small {
    font-size: 18px;
  }
}
@media (min-width: 1035px) and (max-width: 1256px) {
  .whads-podcast__footer .podcast-products .products-listing-block > .heading-wrapper > .heading.small {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 1034px) {
  .whads-podcast__footer .podcast-products .products-listing-block > .heading-wrapper > .heading.small {
    font-size: 18px;
  }
}
.whads-podcast__footer .podcast-products .products-listing-block > .heading-wrapper > .heading.medium {
  font-family: "Abhaya Libre", serif;
  font-size: 30px;
}
@media (max-width: 767px) {
  .whads-podcast__footer .podcast-products .products-listing-block > .heading-wrapper > .heading.medium {
    font-size: 22px;
  }
}
@media (min-width: 1257px) {
  .whads-podcast__footer .podcast-products .products-listing-block > .heading-wrapper > .heading.medium {
    font-size: 30px;
  }
}
@media (min-width: 1035px) and (max-width: 1256px) {
  .whads-podcast__footer .podcast-products .products-listing-block > .heading-wrapper > .heading.medium {
    font-size: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1034px) {
  .whads-podcast__footer .podcast-products .products-listing-block > .heading-wrapper > .heading.medium {
    font-size: 30px;
  }
}
.whads-podcast__footer .podcast-products .products-listing-block > .heading-wrapper > .heading.large {
  font-family: "Abhaya Libre", serif;
  font-size: 40px;
}
@media (max-width: 767px) {
  .whads-podcast__footer .podcast-products .products-listing-block > .heading-wrapper > .heading.large {
    font-size: 24px;
  }
}
@media (min-width: 1257px) {
  .whads-podcast__footer .podcast-products .products-listing-block > .heading-wrapper > .heading.large {
    font-size: 40px;
  }
}
@media (min-width: 1035px) and (max-width: 1256px) {
  .whads-podcast__footer .podcast-products .products-listing-block > .heading-wrapper > .heading.large {
    font-size: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1034px) {
  .whads-podcast__footer .podcast-products .products-listing-block > .heading-wrapper > .heading.large {
    font-size: 40px;
  }
}
.whads-podcast__footer .podcast-products .products-listing-block > .heading-wrapper > .heading.xl {
  font-family: "Abhaya Libre", serif;
  font-size: 50px;
}
@media (max-width: 767px) {
  .whads-podcast__footer .podcast-products .products-listing-block > .heading-wrapper > .heading.xl {
    font-size: 28px;
  }
}
@media (min-width: 1257px) {
  .whads-podcast__footer .podcast-products .products-listing-block > .heading-wrapper > .heading.xl {
    font-size: 50px;
  }
}
@media (min-width: 1035px) and (max-width: 1256px) {
  .whads-podcast__footer .podcast-products .products-listing-block > .heading-wrapper > .heading.xl {
    font-size: 50px;
  }
}
@media (min-width: 768px) and (max-width: 1034px) {
  .whads-podcast__footer .podcast-products .products-listing-block > .heading-wrapper > .heading.xl {
    font-size: 50px;
  }
}
.whads-podcast__footer .podcast-products .products-listing-block > .heading-wrapper > .heading.xxl {
  font-family: "Abhaya Libre", serif;
  font-size: 70px;
}
@media (max-width: 767px) {
  .whads-podcast__footer .podcast-products .products-listing-block > .heading-wrapper > .heading.xxl {
    font-size: 36px;
  }
}
@media (min-width: 1257px) {
  .whads-podcast__footer .podcast-products .products-listing-block > .heading-wrapper > .heading.xxl {
    font-size: 70px;
  }
}
@media (min-width: 1035px) and (max-width: 1256px) {
  .whads-podcast__footer .podcast-products .products-listing-block > .heading-wrapper > .heading.xxl {
    font-size: 70px;
  }
}
@media (min-width: 768px) and (max-width: 1034px) {
  .whads-podcast__footer .podcast-products .products-listing-block > .heading-wrapper > .heading.xxl {
    font-size: 70px;
  }
}
@media (max-width: 767px) {
  .whads-podcast__footer .podcast-products .products-listing-block .widget-introduction {
    margin-bottom: 20px;
  }
}
@media (min-width: 1257px) {
  .whads-podcast__footer .podcast-products .products-listing-block .widget-introduction {
    margin-bottom: 40px;
  }
}
@media (min-width: 1035px) and (max-width: 1256px) {
  .whads-podcast__footer .podcast-products .products-listing-block .widget-introduction {
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1034px) {
  .whads-podcast__footer .podcast-products .products-listing-block .widget-introduction {
    margin-bottom: 40px;
  }
}
.whads-podcast__footer .podcast-products .products-listing-block:not([data-title-width]) > .heading-wrapper, .whads-podcast__footer .podcast-products .products-listing-block[data-title-width="normal"] > .heading-wrapper {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .whads-podcast__footer .podcast-products .products-listing-block:not([data-title-width]) > .heading-wrapper, .whads-podcast__footer .podcast-products .products-listing-block[data-title-width="normal"] > .heading-wrapper {
    width: calc(100% - 40px);
  }
}
@media (min-width: 1257px) {
  .whads-podcast__footer .podcast-products .products-listing-block:not([data-title-width]) > .heading-wrapper, .whads-podcast__footer .podcast-products .products-listing-block[data-title-width="normal"] > .heading-wrapper {
    width: 100%;
    max-width: 1207px;
  }
}
@media (min-width: 1035px) and (max-width: 1256px) {
  .whads-podcast__footer .podcast-products .products-listing-block:not([data-title-width]) > .heading-wrapper, .whads-podcast__footer .podcast-products .products-listing-block[data-title-width="normal"] > .heading-wrapper {
    width: 100%;
    max-width: 985px;
  }
}
@media (min-width: 768px) and (max-width: 1034px) {
  .whads-podcast__footer .podcast-products .products-listing-block:not([data-title-width]) > .heading-wrapper, .whads-podcast__footer .podcast-products .products-listing-block[data-title-width="normal"] > .heading-wrapper {
    width: 100%;
    max-width: 718px;
  }
}
@media (max-width: 767px) {
  .whads-podcast__footer .podcast-products .products-listing-block:not([data-title-width]) > .heading-wrapper, .whads-podcast__footer .podcast-products .products-listing-block[data-title-width="normal"] > .heading-wrapper {
    width: 100%;
  }
}
.whads-podcast__footer .podcast-products .products-listing-block[data-title-width="narrow"] > .heading-wrapper {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .whads-podcast__footer .podcast-products .products-listing-block[data-title-width="narrow"] > .heading-wrapper {
    width: calc(100% - 40px);
  }
}
@media (min-width: 768px) and (max-width: 1034px) {
  .whads-podcast__footer .podcast-products .products-listing-block[data-title-width="narrow"] > .heading-wrapper {
    width: 100%;
    max-width: 596.72727px;
  }
}
@media (min-width: 1257px) {
  .whads-podcast__footer .podcast-products .products-listing-block[data-title-width="narrow"] > .heading-wrapper {
    width: 100%;
    max-width: 791px;
  }
}
@media (min-width: 1035px) and (max-width: 1256px) {
  .whads-podcast__footer .podcast-products .products-listing-block[data-title-width="narrow"] > .heading-wrapper {
    width: 100%;
    max-width: 649px;
  }
}
@media (max-width: 767px) {
  .whads-podcast__footer .podcast-products .products-listing-block[data-title-width="narrow"] > .heading-wrapper {
    width: 100%;
  }
}
.whads-podcast__footer .podcast-products .products-listing-block:not([data-title-color]) > .heading-wrapper > .heading, .whads-podcast__footer .podcast-products .products-listing-block[data-title-color="red"] > .heading-wrapper > .heading {
  color: #a32035;
}
.whads-podcast__footer .podcast-products .products-listing-block[data-title-color="black"] > .heading-wrapper > .heading {
  color: #000;
}
@media (min-width: 1257px) {
  .whads-podcast__footer .podcast-products .products-listing-block:not([data-listing-layout]) .products-list, .whads-podcast__footer .podcast-products .products-listing-block[data-listing-layout="two-columns"] .products-list {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
  }
  .whads-podcast__footer .podcast-products .products-listing-block:not([data-listing-layout]) .products-list > *, .whads-podcast__footer .podcast-products .products-listing-block[data-listing-layout="two-columns"] .products-list > * {
    flex: 0 0 auto;
    width: calc((100% - 41px) / 2);
    margin-left: 41px;
  }
  .whads-podcast__footer .podcast-products .products-listing-block:not([data-listing-layout]) .products-list > *:nth-child(2n + 1), .whads-podcast__footer .podcast-products .products-listing-block[data-listing-layout="two-columns"] .products-list > *:nth-child(2n + 1) {
    margin-left: 0;
  }
  .whads-podcast__footer .podcast-products .products-listing-block:not([data-listing-layout]) .products-list > *:nth-child(2) ~ *, .whads-podcast__footer .podcast-products .products-listing-block[data-listing-layout="two-columns"] .products-list > *:nth-child(2) ~ * {
    margin-top: 41px;
  }
}
@media (min-width: 1035px) and (max-width: 1256px) {
  .whads-podcast__footer .podcast-products .products-listing-block:not([data-listing-layout]) .products-list, .whads-podcast__footer .podcast-products .products-listing-block[data-listing-layout="two-columns"] .products-list {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
  }
  .whads-podcast__footer .podcast-products .products-listing-block:not([data-listing-layout]) .products-list > *, .whads-podcast__footer .podcast-products .products-listing-block[data-listing-layout="two-columns"] .products-list > * {
    flex: 0 0 auto;
    width: calc((100% - 23px) / 2);
    margin-left: 23px;
  }
  .whads-podcast__footer .podcast-products .products-listing-block:not([data-listing-layout]) .products-list > *:nth-child(2n + 1), .whads-podcast__footer .podcast-products .products-listing-block[data-listing-layout="two-columns"] .products-list > *:nth-child(2n + 1) {
    margin-left: 0;
  }
  .whads-podcast__footer .podcast-products .products-listing-block:not([data-listing-layout]) .products-list > *:nth-child(2) ~ *, .whads-podcast__footer .podcast-products .products-listing-block[data-listing-layout="two-columns"] .products-list > *:nth-child(2) ~ * {
    margin-top: 23px;
  }
}
@media (min-width: 768px) and (max-width: 1034px) {
  .whads-podcast__footer .podcast-products .products-listing-block:not([data-listing-layout]) .products-list, .whads-podcast__footer .podcast-products .products-listing-block[data-listing-layout="two-columns"] .products-list {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
  }
  .whads-podcast__footer .podcast-products .products-listing-block:not([data-listing-layout]) .products-list > *, .whads-podcast__footer .podcast-products .products-listing-block[data-listing-layout="two-columns"] .products-list > * {
    flex: 0 0 auto;
    width: calc((100% - 9.63636px) / 2);
    margin-left: 9.63636px;
  }
  .whads-podcast__footer .podcast-products .products-listing-block:not([data-listing-layout]) .products-list > *:nth-child(2n + 1), .whads-podcast__footer .podcast-products .products-listing-block[data-listing-layout="two-columns"] .products-list > *:nth-child(2n + 1) {
    margin-left: 0;
  }
  .whads-podcast__footer .podcast-products .products-listing-block:not([data-listing-layout]) .products-list > *:nth-child(2) ~ *, .whads-podcast__footer .podcast-products .products-listing-block[data-listing-layout="two-columns"] .products-list > *:nth-child(2) ~ * {
    margin-top: 9.63636px;
  }
}
.whads-podcast__footer .podcast-products .products-listing-block:not([data-listing-layout]) .products-list .product-listing-item, .whads-podcast__footer .podcast-products .products-listing-block[data-listing-layout="two-columns"] .products-list .product-listing-item {
  position: relative;
}
@media (max-width: 767px) {
  .whads-podcast__footer .podcast-products .products-listing-block:not([data-listing-layout]) .products-list .product-listing-item + .product-listing-item, .whads-podcast__footer .podcast-products .products-listing-block[data-listing-layout="two-columns"] .products-list .product-listing-item + .product-listing-item {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .whads-podcast__footer .podcast-products .products-listing-block:not([data-listing-layout]) .products-list .product-listing-item .product-listing-item__title__wrapper, .whads-podcast__footer .podcast-products .products-listing-block[data-listing-layout="two-columns"] .products-list .product-listing-item .product-listing-item__title__wrapper {
    margin-top: 10px;
    margin-bottom: 10px;
    min-height: 0 !important;
  }
}
@media (max-width: 767px) {
  .whads-podcast__footer .podcast-products .products-listing-block[data-listing-layout="three-columns"] .products-list {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
  }
  .whads-podcast__footer .podcast-products .products-listing-block[data-listing-layout="three-columns"] .products-list > * {
    flex: 0 0 auto;
    width: calc((100% - 18px) / 2);
    margin-left: 18px;
  }
  .whads-podcast__footer .podcast-products .products-listing-block[data-listing-layout="three-columns"] .products-list > *:nth-child(2n + 1) {
    margin-left: 0;
  }
  .whads-podcast__footer .podcast-products .products-listing-block[data-listing-layout="three-columns"] .products-list > *:nth-child(2) ~ * {
    margin-top: 18px;
  }
}
@media (min-width: 768px) and (max-width: 1034px) {
  .whads-podcast__footer .podcast-products .products-listing-block[data-listing-layout="three-columns"] .products-list {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
  }
  .whads-podcast__footer .podcast-products .products-listing-block[data-listing-layout="three-columns"] .products-list > * {
    flex: 0 0 auto;
    width: calc((100% - 24px) / 2);
    margin-left: 24px;
  }
  .whads-podcast__footer .podcast-products .products-listing-block[data-listing-layout="three-columns"] .products-list > *:nth-child(2n + 1) {
    margin-left: 0;
  }
  .whads-podcast__footer .podcast-products .products-listing-block[data-listing-layout="three-columns"] .products-list > *:nth-child(2) ~ * {
    margin-top: 24px;
  }
}
@media (min-width: 1257px) {
  .whads-podcast__footer .podcast-products .products-listing-block[data-listing-layout="three-columns"] .products-list {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
  }
  .whads-podcast__footer .podcast-products .products-listing-block[data-listing-layout="three-columns"] .products-list > * {
    flex: 0 0 auto;
    width: calc((100% - 82px) / 3);
    margin-left: 41px;
  }
  .whads-podcast__footer .podcast-products .products-listing-block[data-listing-layout="three-columns"] .products-list > *:nth-child(3n + 1) {
    margin-left: 0;
  }
  .whads-podcast__footer .podcast-products .products-listing-block[data-listing-layout="three-columns"] .products-list > *:nth-child(3) ~ * {
    margin-top: 41px;
  }
}
@media (min-width: 1035px) and (max-width: 1256px) {
  .whads-podcast__footer .podcast-products .products-listing-block[data-listing-layout="three-columns"] .products-list {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
  }
  .whads-podcast__footer .podcast-products .products-listing-block[data-listing-layout="three-columns"] .products-list > * {
    flex: 0 0 auto;
    width: calc((100% - 46px) / 3);
    margin-left: 23px;
  }
  .whads-podcast__footer .podcast-products .products-listing-block[data-listing-layout="three-columns"] .products-list > *:nth-child(3n + 1) {
    margin-left: 0;
  }
  .whads-podcast__footer .podcast-products .products-listing-block[data-listing-layout="three-columns"] .products-list > *:nth-child(3) ~ * {
    margin-top: 23px;
  }
}
.whads-podcast__footer .podcast-products .products-listing-block[data-listing-layout="three-columns"] .products-list .product-listing-item {
  position: relative;
}
@media (max-width: 767px) {
  .whads-podcast__footer .podcast-products .products-listing-block[data-listing-layout="three-columns"] .products-list .product-listing-item__title {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .whads-podcast__footer .podcast-products .products-listing-block[data-listing-layout="three-columns"] .products-list .product-listing-item__variation-name {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .whads-podcast__footer .podcast-products .products-listing-block[data-listing-layout="three-columns"] .products-list .product-listing-item__content {
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .whads-podcast__footer .podcast-products .products-listing-block[data-listing-layout="three-columns"] .products-list .product-listing-item__description, .whads-podcast__footer .podcast-products .products-listing-block[data-listing-layout="three-columns"] .products-list .product-listing-item__description * {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .whads-podcast__footer .podcast-products .products-listing-block[data-listing-layout="three-columns"] .products-list .product-listing-item__price {
    font-size: 24px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .whads-podcast__footer .podcast-products .products-listing-block[data-listing-layout="three-columns"] .products-list .product-listing-item .product-listing-item__title__wrapper {
    margin-top: 10px;
    margin-bottom: 10px;
    min-height: 0 !important;
  }
}
.whads-podcast__footer .podcast-products .products-listing-block[data-listing-layout="carousel"] .products-list.owl-carousel.off {
  display: block;
}
.whads-podcast__footer .podcast-products .products-listing-block[data-listing-layout="carousel"] .products-list.owl-carousel.off .product-listing-item + .product-listing-item {
  margin-top: 40px;
}
.whads-podcast__footer .podcast-products .products-listing-block[data-listing-layout="carousel"] .owl-stage-outer {
  margin-top: 40px;
  margin-left: -20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  width: calc(100% + 40px);
}
@media (min-width: 768px) and (max-width: 1034px) {
  .whads-podcast__footer .podcast-products .products-listing-block[data-listing-layout="carousel"] .owl-stage-outer {
    margin-left: -10px;
    padding-left: 10px;
    padding-right: 10px;
    width: calc(100% + 20px);
  }
}
@media (max-width: 767px) {
  .whads-podcast__footer .podcast-products .products-listing-block[data-listing-layout="carousel"] .owl-stage-outer {
    margin-left: -10px;
    padding-left: 10px;
    padding-right: 10px;
    width: calc(100% + 20px);
  }
}
@media (min-width: 1035px) and (max-width: 1256px) {
  .whads-podcast__footer .podcast-products .products-listing-block[data-listing-layout="carousel"] .owl-stage-outer {
    margin-left: -15px;
    padding-left: 15px;
    padding-right: 15px;
    width: calc(100% + 30px);
  }
}
.whads-podcast__footer .podcast-products .products-listing-block[data-listing-layout="carousel"] .owl-stage-outer .owl-stage {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: row;
}
.whads-podcast__footer .podcast-products .products-listing-block[data-listing-layout="carousel"] .owl-stage-outer .owl-stage .owl-item {
  float: none;
}
.whads-podcast__footer .podcast-products .products-listing-block[data-listing-layout="carousel"] .owl-stage-outer .owl-stage .owl-item .product-listing-item {
  height: 100%;
}
.whads-podcast__footer .podcast-products .products-listing-block[data-listing-layout="carousel"] .owl-nav .owl-prev,
.whads-podcast__footer .podcast-products .products-listing-block[data-listing-layout="carousel"] .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  font-weight: 100;
  line-height: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
@media (max-width: 767px) {
  .whads-podcast__footer .podcast-products .products-listing-block[data-listing-layout="carousel"] .owl-nav .owl-prev,
  .whads-podcast__footer .podcast-products .products-listing-block[data-listing-layout="carousel"] .owl-nav .owl-next {
    opacity: .8;
    top: calc(50% - 50px);
    font-size: 100px;
  }
}
@media (min-width: 1257px) {
  .whads-podcast__footer .podcast-products .products-listing-block[data-listing-layout="carousel"] .owl-nav .owl-prev,
  .whads-podcast__footer .podcast-products .products-listing-block[data-listing-layout="carousel"] .owl-nav .owl-next {
    opacity: .8;
    top: calc(50% - 100px);
    font-size: 160px;
  }
}
@media (min-width: 1035px) and (max-width: 1256px) {
  .whads-podcast__footer .podcast-products .products-listing-block[data-listing-layout="carousel"] .owl-nav .owl-prev,
  .whads-podcast__footer .podcast-products .products-listing-block[data-listing-layout="carousel"] .owl-nav .owl-next {
    opacity: .8;
    top: calc(50% - 100px);
    font-size: 160px;
  }
}
@media (min-width: 768px) and (max-width: 1034px) {
  .whads-podcast__footer .podcast-products .products-listing-block[data-listing-layout="carousel"] .owl-nav .owl-prev,
  .whads-podcast__footer .podcast-products .products-listing-block[data-listing-layout="carousel"] .owl-nav .owl-next {
    opacity: .8;
    top: calc(50% - 100px);
    font-size: 160px;
  }
}
@media (min-width: 768px) and (max-width: 872px) {
  .whads-podcast__footer .podcast-products .products-listing-block[data-listing-layout="carousel"] .owl-nav .owl-prev,
  .whads-podcast__footer .podcast-products .products-listing-block[data-listing-layout="carousel"] .owl-nav .owl-next {
    font-size: 100px;
    top: calc(100% - 40px);
  }
}
@media (min-width: 1034px) and (max-width: 1140px) {
  .whads-podcast__footer .podcast-products .products-listing-block[data-listing-layout="carousel"] .owl-nav .owl-prev,
  .whads-podcast__footer .podcast-products .products-listing-block[data-listing-layout="carousel"] .owl-nav .owl-next {
    font-size: 100px;
    top: calc(100% - 40px);
  }
}
@media (min-width: 1257px) and (max-width: 1368px) {
  .whads-podcast__footer .podcast-products .products-listing-block[data-listing-layout="carousel"] .owl-nav .owl-prev,
  .whads-podcast__footer .podcast-products .products-listing-block[data-listing-layout="carousel"] .owl-nav .owl-next {
    font-size: 100px;
    top: calc(100% - 40px);
  }
}
@media (max-width: 767px) {
  .whads-podcast__footer .podcast-products .products-listing-block[data-listing-layout="carousel"] .owl-nav .owl-prev:hover,
  .whads-podcast__footer .podcast-products .products-listing-block[data-listing-layout="carousel"] .owl-nav .owl-next:hover {
    opacity: 1;
  }
}
@media (min-width: 1257px) {
  .whads-podcast__footer .podcast-products .products-listing-block[data-listing-layout="carousel"] .owl-nav .owl-prev:hover,
  .whads-podcast__footer .podcast-products .products-listing-block[data-listing-layout="carousel"] .owl-nav .owl-next:hover {
    opacity: 1;
  }
}
@media (min-width: 1035px) and (max-width: 1256px) {
  .whads-podcast__footer .podcast-products .products-listing-block[data-listing-layout="carousel"] .owl-nav .owl-prev:hover,
  .whads-podcast__footer .podcast-products .products-listing-block[data-listing-layout="carousel"] .owl-nav .owl-next:hover {
    opacity: 1;
  }
}
@media (min-width: 768px) and (max-width: 1034px) {
  .whads-podcast__footer .podcast-products .products-listing-block[data-listing-layout="carousel"] .owl-nav .owl-prev:hover,
  .whads-podcast__footer .podcast-products .products-listing-block[data-listing-layout="carousel"] .owl-nav .owl-next:hover {
    opacity: 1;
  }
}
.whads-podcast__footer .podcast-products .products-listing-block[data-listing-layout="carousel"] .owl-nav .owl-prev.disabled,
.whads-podcast__footer .podcast-products .products-listing-block[data-listing-layout="carousel"] .owl-nav .owl-next.disabled {
  opacity: 0;
  visibility: hidden;
}
.whads-podcast__footer .podcast-products .products-listing-block[data-listing-layout="carousel"] .owl-nav .owl-prev {
  left: -80px;
  outline: 0;
}
@media (max-width: 767px) {
  .whads-podcast__footer .podcast-products .products-listing-block[data-listing-layout="carousel"] .owl-nav .owl-prev {
    left: -30px;
  }
}
@media (min-width: 768px) and (max-width: 872px) {
  .whads-podcast__footer .podcast-products .products-listing-block[data-listing-layout="carousel"] .owl-nav .owl-prev {
    left: 0;
  }
}
@media (min-width: 1034px) and (max-width: 1140px) {
  .whads-podcast__footer .podcast-products .products-listing-block[data-listing-layout="carousel"] .owl-nav .owl-prev {
    left: 0;
  }
}
@media (min-width: 1257px) and (max-width: 1368px) {
  .whads-podcast__footer .podcast-products .products-listing-block[data-listing-layout="carousel"] .owl-nav .owl-prev {
    left: 0;
  }
}
.whads-podcast__footer .podcast-products .products-listing-block[data-listing-layout="carousel"] .owl-nav .owl-next {
  right: -80px;
  outline: 0;
}
@media (max-width: 767px) {
  .whads-podcast__footer .podcast-products .products-listing-block[data-listing-layout="carousel"] .owl-nav .owl-next {
    right: -30px;
  }
}
@media (min-width: 768px) and (max-width: 872px) {
  .whads-podcast__footer .podcast-products .products-listing-block[data-listing-layout="carousel"] .owl-nav .owl-next {
    right: 0;
  }
}
@media (min-width: 1034px) and (max-width: 1140px) {
  .whads-podcast__footer .podcast-products .products-listing-block[data-listing-layout="carousel"] .owl-nav .owl-next {
    right: 0;
  }
}
@media (min-width: 1257px) and (max-width: 1368px) {
  .whads-podcast__footer .podcast-products .products-listing-block[data-listing-layout="carousel"] .owl-nav .owl-next {
    right: 0;
  }
}
.whads-podcast__footer .podcast-products .products-listing-block[data-listing-layout="carousel"] .owl-dots {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.whads-podcast__footer .podcast-products .products-listing-block[data-listing-layout="carousel"] .owl-dots .owl-dot {
  width: 60px;
  height: 6px;
  background-color: #000;
  margin-left: 10px;
  margin-right: 10px;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
@media (max-width: 767px) {
  .whads-podcast__footer .podcast-products .products-listing-block[data-listing-layout="carousel"] .owl-dots .owl-dot {
    width: 10px;
    margin-left: 6px;
    margin-right: 6px;
  }
}
.whads-podcast__footer .podcast-products .products-listing-block[data-listing-layout="carousel"] .owl-dots .owl-dot.active {
  opacity: 1;
}
.whads-podcast__footer .podcast-products .products-listing-block[data-listing-layout="carousel"] .owl-dots .owl-dot:not(.active) {
  opacity: .5;
}
.whads-podcast__footer .podcast-products .products-listing-block .products-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.whads-podcast__footer .podcast-products .products-listing-block .products-list .product-listing-item {
  position: relative;
}
.whads-podcast__footer .podcast-products .products-listing-block .products-list .product-listing-item__layout {
  box-shadow: 1.236px 3.708px 15.141px 0px rgba(0, 0, 0, 0.12);
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.whads-podcast__footer .podcast-products .products-listing-block .products-list .product-listing-item__image__wrapper {
  flex-grow: 0;
  flex-shrink: 0;
}
.whads-podcast__footer .podcast-products .products-listing-block .products-list .product-listing-item__image__wrapper img {
  display: block;
  width: 100%;
  height: auto;
}
.whads-podcast__footer .podcast-products .products-listing-block .products-list .product-listing-item__image__link {
  display: block;
  position: relative;
}
.whads-podcast__footer .podcast-products .products-listing-block .products-list .product-listing-item__image__link:hover .product-listing-item__image--back {
  opacity: 1;
  visibility: visible;
}
.whads-podcast__footer .podcast-products .products-listing-block .products-list .product-listing-item__image--back {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.whads-podcast__footer .podcast-products .products-listing-block .products-list .product-listing-item__content {
  padding: 24px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.whads-podcast__footer .podcast-products .products-listing-block .products-list .product-listing-item__title {
  font-weight: 800;
  font-size: 32px;
  line-height: 32px;
  margin: 0;
}
@media (min-width: 1035px) and (max-width: 1256px) {
  .whads-podcast__footer .podcast-products .products-listing-block .products-list .product-listing-item__title {
    font-size: 30px;
    line-height: 32px;
  }
}
@media (min-width: 768px) and (max-width: 1034px) {
  .whads-podcast__footer .podcast-products .products-listing-block .products-list .product-listing-item__title {
    font-size: 30px;
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  .whads-podcast__footer .podcast-products .products-listing-block .products-list .product-listing-item__title {
    font-size: 30px;
    line-height: 32px;
  }
}
.whads-podcast__footer .podcast-products .products-listing-block .products-list .product-listing-item__title__wrapper {
  text-align: center;
  margin-bottom: 16px;
}
.whads-podcast__footer .podcast-products .products-listing-block .products-list .product-listing-item__title__link {
  text-decoration: none;
  color: #000;
}
.whads-podcast__footer .podcast-products .products-listing-block .products-list .product-listing-item__variation-name {
  font-family: "Abhaya Libre", serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  margin: 0;
}
.whads-podcast__footer .podcast-products .products-listing-block .products-list .product-listing-item__description {
  text-align: center;
}
.whads-podcast__footer .podcast-products .products-listing-block .products-list .product-listing-item__description p {
  font-size: 20px;
  line-height: 28px;
}
@media (min-width: 1035px) and (max-width: 1256px) {
  .whads-podcast__footer .podcast-products .products-listing-block .products-list .product-listing-item__description p {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1034px) {
  .whads-podcast__footer .podcast-products .products-listing-block .products-list .product-listing-item__description p {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .whads-podcast__footer .podcast-products .products-listing-block .products-list .product-listing-item__description p {
    font-size: 18px;
    line-height: 24px;
  }
}
.whads-podcast__footer .podcast-products .products-listing-block .products-list .product-listing-item__description p:first-child {
  margin-top: 0;
}
.whads-podcast__footer .podcast-products .products-listing-block .products-list .product-listing-item__description p:last-child {
  margin-bottom: 0;
}
.whads-podcast__footer .podcast-products .products-listing-block .products-list .product-listing-item__bottom {
  margin-top: auto;
  justify-self: flex-end;
}
.whads-podcast__footer .podcast-products .products-listing-block .products-list .product-listing-item__price {
  text-align: center;
  color: #a32035;
  font-size: 32px;
  line-height: 32px;
  font-weight: 500;
  margin-top: 24px;
}
.whads-podcast__footer .podcast-products .products-listing-block .products-list .product-listing-item__buttons {
  margin-top: 24px;
  display: flex;
}
@media (max-width: 767px) {
  .whads-podcast__footer .podcast-products .products-listing-block .products-list .product-listing-item__buttons {
    flex-direction: column;
  }
}
@media (min-width: 1257px) {
  .whads-podcast__footer .podcast-products .products-listing-block .products-list .product-listing-item__buttons {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 1035px) and (max-width: 1256px) {
  .whads-podcast__footer .podcast-products .products-listing-block .products-list .product-listing-item__buttons {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 768px) and (max-width: 1034px) {
  .whads-podcast__footer .podcast-products .products-listing-block .products-list .product-listing-item__buttons {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
}
.whads-podcast__footer .podcast-products .products-listing-block .products-list .product-listing-item__buttons__buy-link {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #a32035;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  padding: 8px;
  border: 1px solid #a32035;
  height: 42px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
@media (max-width: 767px) {
  .whads-podcast__footer .podcast-products .products-listing-block .products-list .product-listing-item__buttons__buy-link {
    width: 100%;
    margin-bottom: 6px;
    font-size: 13px;
  }
}
@media (min-width: 1035px) and (max-width: 1256px) {
  .whads-podcast__footer .podcast-products .products-listing-block .products-list .product-listing-item__buttons__buy-link {
    font-size: 14px;
  }
}
@media (min-width: 1257px) {
  .whads-podcast__footer .podcast-products .products-listing-block .products-list .product-listing-item__buttons__buy-link {
    flex-grow: 1;
    margin-right: 6px;
  }
}
@media (min-width: 1035px) and (max-width: 1256px) {
  .whads-podcast__footer .podcast-products .products-listing-block .products-list .product-listing-item__buttons__buy-link {
    flex-grow: 1;
    margin-right: 6px;
  }
}
@media (min-width: 768px) and (max-width: 1034px) {
  .whads-podcast__footer .podcast-products .products-listing-block .products-list .product-listing-item__buttons__buy-link {
    flex-grow: 1;
    margin-right: 6px;
  }
}
.whads-podcast__footer .podcast-products .products-listing-block .products-list .product-listing-item__buttons__buy-link:hover .product-listing-item__buttons__buy-link__text {
  font-weight: 500;
}
.whads-podcast__footer .podcast-products .products-listing-block .products-list .product-listing-item__buttons__buy-link:hover svg path#Vector_4 {
  transform: translateY(50%);
  opacity: 0;
}
.whads-podcast__footer .podcast-products .products-listing-block .products-list .product-listing-item__buttons__buy-link.disabled {
  cursor: default;
}
.whads-podcast__footer .podcast-products .products-listing-block .products-list .product-listing-item__buttons__buy-link__icon {
  width: 24px;
  height: 24px;
  margin-right: 6px;
  flex-shrink: 0;
  flex-grow: 0;
}
@media (min-width: 1035px) and (max-width: 1256px) {
  .whads-podcast__footer .podcast-products .products-listing-block .products-list .product-listing-item__buttons__buy-link__icon {
    width: 18px;
    height: 18px;
  }
}
.whads-podcast__footer .podcast-products .products-listing-block .products-list .product-listing-item__buttons__buy-link__icon svg {
  display: block;
  width: 100%;
  height: auto;
  fill: #fff;
}
.whads-podcast__footer .podcast-products .products-listing-block .products-list .product-listing-item__buttons__buy-link__icon svg path#Vector_4 {
  transition: transform .5s ease-in-out, opacity .5s ease-in-out;
}
.whads-podcast__footer .podcast-products .products-listing-block .products-list .product-listing-item__buttons__details-link {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  color: #a32035;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  padding: 12px 16px;
  border: 1px solid #a32035;
  height: 42px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
@media (max-width: 767px) {
  .whads-podcast__footer .podcast-products .products-listing-block .products-list .product-listing-item__buttons__details-link {
    width: 100%;
    font-size: 13px;
  }
}
@media (min-width: 1035px) and (max-width: 1256px) {
  .whads-podcast__footer .podcast-products .products-listing-block .products-list .product-listing-item__buttons__details-link {
    font-size: 14px;
  }
}
.whads-podcast__footer .podcast-products .products-listing-block .products-list .product-listing-item__buttons__details-link:hover {
  background-color: #a32035;
  color: #fff;
}
.whads-podcast__footer .podcast-products .products-listing-block .products-list .product-listing-item__buttons__details-link:hover .product-listing-item__buttons__details-link__icon {
  width: 16px;
  transform: translateX(0);
  opacity: 1;
}
.whads-podcast__footer .podcast-products .products-listing-block .products-list .product-listing-item__buttons__details-link__icon {
  width: 0px;
  height: 16px;
  flex-grow: 0;
  flex-shrink: 0;
  margin-left: 6px;
  flex-shrink: 0;
  flex-grow: 0;
  transition: width .5s ease-in-out, transform .5s ease-in-out;
  transform: translateX(-10px);
  opacity: 0;
}
@media (min-width: 1035px) and (max-width: 1256px) {
  .whads-podcast__footer .podcast-products .products-listing-block .products-list .product-listing-item__buttons__details-link__icon {
    width: 18px;
    height: 18px;
  }
}
.whads-podcast__footer .podcast-products .products-listing-block .products-list .product-listing-item__buttons__details-link__icon svg {
  display: block;
  width: 16px;
  height: auto;
}
.whads-podcast__footer .podcast-products .products-listing-block .products-list .product-listing-item__buttons__details-link__icon svg path {
  fill: #fff;
}

.podcasts-listing-wrapper .podcasts-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 1257px) {
  .podcasts-listing-wrapper .podcasts-list {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
  }
}
@media (min-width: 1035px) and (max-width: 1256px) {
  .podcasts-listing-wrapper .podcasts-list {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
  }
}
@media (min-width: 768px) and (max-width: 1034px) {
  .podcasts-listing-wrapper .podcasts-list {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
  }
}
@media (min-width: 1257px) {
  .podcasts-listing-wrapper .podcasts-list .podcast-item:nth-child(-n+2) {
    width: calc((100% - 40px) / 2);
  }
}
@media (min-width: 1035px) and (max-width: 1256px) {
  .podcasts-listing-wrapper .podcasts-list .podcast-item:nth-child(-n+2) {
    width: calc((100% - 40px) / 2);
  }
}
@media (min-width: 768px) and (max-width: 1034px) {
  .podcasts-listing-wrapper .podcasts-list .podcast-item:nth-child(-n+2) {
    width: calc((100% - 40px) / 2);
  }
}
@media (min-width: 1257px) {
  .podcasts-listing-wrapper .podcasts-list .podcast-item:nth-child(-n+2):nth-child(2n+1) {
    margin-left: 0;
  }
}
@media (min-width: 1035px) and (max-width: 1256px) {
  .podcasts-listing-wrapper .podcasts-list .podcast-item:nth-child(-n+2):nth-child(2n+1) {
    margin-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 1034px) {
  .podcasts-listing-wrapper .podcasts-list .podcast-item:nth-child(-n+2):nth-child(2n+1) {
    margin-left: 0;
  }
}
@media (min-width: 1257px) {
  .podcasts-listing-wrapper .podcasts-list .podcast-item:nth-child(-n+2):nth-child(2) ~ .podcast-item {
    margin-top: 80px;
  }
}
@media (min-width: 1035px) and (max-width: 1256px) {
  .podcasts-listing-wrapper .podcasts-list .podcast-item:nth-child(-n+2):nth-child(2) ~ .podcast-item {
    margin-top: 80px;
  }
}
@media (min-width: 768px) and (max-width: 1034px) {
  .podcasts-listing-wrapper .podcasts-list .podcast-item:nth-child(-n+2):nth-child(2) ~ .podcast-item {
    margin-top: 80px;
  }
}
@media (min-width: 1257px) {
  .podcasts-listing-wrapper .podcasts-list .podcast-item:nth-child(n+3) {
    width: calc((100% - 80px) / 3);
  }
}
@media (min-width: 1035px) and (max-width: 1256px) {
  .podcasts-listing-wrapper .podcasts-list .podcast-item:nth-child(n+3) {
    width: calc((100% - 80px) / 3);
  }
}
@media (min-width: 768px) and (max-width: 1034px) {
  .podcasts-listing-wrapper .podcasts-list .podcast-item:nth-child(n+3) {
    width: calc((100% - 80px) / 3);
  }
}
@media (min-width: 1257px) {
  .podcasts-listing-wrapper .podcasts-list .podcast-item:nth-child(3n+3) {
    margin-left: 0;
  }
}
@media (min-width: 1035px) and (max-width: 1256px) {
  .podcasts-listing-wrapper .podcasts-list .podcast-item:nth-child(3n+3) {
    margin-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 1034px) {
  .podcasts-listing-wrapper .podcasts-list .podcast-item:nth-child(3n+3) {
    margin-left: 0;
  }
}
@media (min-width: 1257px) {
  .podcasts-listing-wrapper .podcasts-list .podcast-item {
    flex: 0 0 auto;
    margin-left: 40px;
  }
}
@media (min-width: 1035px) and (max-width: 1256px) {
  .podcasts-listing-wrapper .podcasts-list .podcast-item {
    flex: 0 0 auto;
    margin-left: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1034px) {
  .podcasts-listing-wrapper .podcasts-list .podcast-item {
    flex: 0 0 auto;
    margin-left: 40px;
  }
}
.podcasts-listing-wrapper .podcasts-list .podcast-item .podcast-listing-link {
  display: block;
}
.podcasts-listing-wrapper .podcasts-list .podcast-item .podcast-listing-link:hover .podcast-listing-layout .image-wrapper:after {
  opacity: 0;
}
.podcasts-listing-wrapper .podcasts-list .podcast-item .podcast-listing-link:hover .podcast-listing-layout .image-wrapper img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.podcasts-listing-wrapper .podcasts-list .podcast-item .podcast-listing-link:hover .podcast-listing-layout .content-wrapper .title-wrapper .title-inner {
  background-position: 0 1em;
}
.podcasts-listing-wrapper .podcasts-list .podcast-item .podcast-listing-link:hover .podcast-listing-layout .button-wrapper .readmore-button:after {
  right: -20px;
}
.podcasts-listing-wrapper .podcasts-list .podcast-item .podcast-listing-link .podcast-listing-layout .image-wrapper {
  border: 1px solid #ddd;
  margin-bottom: 40px;
  overflow: hidden;
  position: relative;
}
.podcasts-listing-wrapper .podcasts-list .podcast-item .podcast-listing-link .podcast-listing-layout .image-wrapper:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #333;
  opacity: .2;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.podcasts-listing-wrapper .podcasts-list .podcast-item .podcast-listing-link .podcast-listing-layout .image-wrapper img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  -moz-transition: -moz-transform 0.5s ease-in-out;
  -ms-transition: -ms-transform 0.5s ease-in-out;
  -o-transition: -o-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
}
.podcasts-listing-wrapper .podcasts-list .podcast-item .podcast-listing-link .podcast-listing-layout .content-wrapper .title-wrapper {
  font-family: "Roboto", sans-serif;
  color: #000;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
  margin: 0;
}
.podcasts-listing-wrapper .podcasts-list .podcast-item .podcast-listing-link .podcast-listing-layout .content-wrapper .title-wrapper .title-inner {
  background-image: linear-gradient(to right, #a32035 0%, #a32035 100%);
  background-position: 0 1.3em;
  background-repeat: repeat-x;
  background-size: 1px 15px;
  -webkit-transition: background-position 0.5s ease-in-out;
  -moz-transition: background-position 0.5s ease-in-out;
  -ms-transition: background-position 0.5s ease-in-out;
  -o-transition: background-position 0.5s ease-in-out;
  transition: background-position 0.5s ease-in-out;
}
.podcasts-listing-wrapper .podcasts-list .podcast-item .podcast-listing-link .podcast-listing-layout .podcast-description {
  color: #000;
  font-size: 16px;
  margin-top: 10px;
}
.podcasts-listing-wrapper .podcasts-list .podcast-item .podcast-listing-link .podcast-listing-layout .podcast-description p {
  margin-bottom: 10px;
}
.podcasts-listing-wrapper .podcasts-list .podcast-item .podcast-listing-link .podcast-listing-layout .button-wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}
.podcasts-listing-wrapper .podcasts-list .podcast-item .podcast-listing-link .podcast-listing-layout .button-wrapper .readmore-button {
  color: #a32035;
  font-weight: 700;
  position: relative;
}
.podcasts-listing-wrapper .podcasts-list .podcast-item .podcast-listing-link .podcast-listing-layout .button-wrapper .readmore-button:after {
  position: absolute;
  top: 13px;
  right: -12px;
  width: 9px;
  height: 9px;
  content: "";
  background-image: url(/wp-content/themes/lcn/assets/images/svg/readmore-arrow.svg);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.podcasts-listing-wrapper .buttons-wrapper {
  margin-top: 80px;
}
.podcasts-listing-wrapper .buttons-wrapper .loadmore-button {
  display: inline-block;
  font-family: "Roboto Condensed", sans-serif;
  text-decoration: none;
  cursor: pointer;
  border-width: 2px;
  border-style: solid;
  font-weight: 400;
  text-transform: uppercase;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-transition: color 0.5s ease-in-out, background-color 0.5s ease-in-out, border-color 0.5s ease-in-out;
  -moz-transition: color 0.5s ease-in-out, background-color 0.5s ease-in-out, border-color 0.5s ease-in-out;
  -ms-transition: color 0.5s ease-in-out, background-color 0.5s ease-in-out, border-color 0.5s ease-in-out;
  -o-transition: color 0.5s ease-in-out, background-color 0.5s ease-in-out, border-color 0.5s ease-in-out;
  transition: color 0.5s ease-in-out, background-color 0.5s ease-in-out, border-color 0.5s ease-in-out;
  color: #000;
  border-color: #000;
  background-color: transparent;
}
@media (max-width: 767px) {
  .podcasts-listing-wrapper .buttons-wrapper .loadmore-button {
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1257px) {
  .podcasts-listing-wrapper .buttons-wrapper .loadmore-button {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 1035px) and (max-width: 1256px) {
  .podcasts-listing-wrapper .buttons-wrapper .loadmore-button {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 768px) and (max-width: 1034px) {
  .podcasts-listing-wrapper .buttons-wrapper .loadmore-button {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 25px;
    padding-right: 25px;
  }
}
.podcasts-listing-wrapper .buttons-wrapper .loadmore-button:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
