#category .body .shop-talk-category,
#product .body .shop-talk-category {
  position: relative; }
  #category .body .shop-talk-category .shop-talk-container,
  #product .body .shop-talk-category .shop-talk-container {
    max-width: 1366px;
    margin: 0 auto;
    padding: 0;
    position: relative; }

.body.shop-talk-open {
  position: relative; }
  .body.shop-talk-open::after {
    position: absolute;
    content: '';
    top: 114px;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6); }

.shop-talk-header {
  background-color: #EDE4CA;
  position: absolute;
  top: 0;
  right: 0; }
  @media (max-width: 1023px) {
    .shop-talk-header {
      position: static;
      text-align: center; } }
  .shop-talk-header::before {
    position: absolute;
    content: '';
    width: 18px;
    height: 100%;
    left: -18px;
    border-top: 48px solid #EDE4CA;
    border-left: 18px solid transparent; }
    @media (max-width: 1023px) {
      .shop-talk-header::before {
        display: none; } }
  .shop-talk-header .menu-toggle {
    display: none; }
    @media (max-width: 767px) {
      .shop-talk-header .menu-toggle {
        display: block;
        width: 100%;
        padding: 14px 0;
        text-align: center; } }
    .shop-talk-header .menu-toggle .hide-menu svg {
      transform: rotate(180deg);
      margin-top: -2px; }
    .shop-talk-header .menu-toggle svg {
      width: 12px;
      height: 6px;
      vertical-align: middle;
      margin-right: 10px; }
      .shop-talk-header .menu-toggle svg use {
        stroke-width: 2px;
        stroke: #000000;
        fill: #000000; }
    .shop-talk-header .menu-toggle span {
      color: #000000;
      font-weight: 700;
      font-size: 16px;
      line-height: 19px; }
  .shop-talk-header .header-list {
    margin: 0;
    padding: 15px 15px 15px 0;
    list-style-type: none;
    font-size: 0; }
    @media (max-width: 1023px) {
      .shop-talk-header .header-list {
        padding: 15px 0; } }
    @media (max-width: 767px) {
      .shop-talk-header .header-list {
        display: none;
        border-top: 3px solid #000000;
        position: absolute;
        top: 48px;
        left: 0;
        right: 0;
        width: 100%;
        background-color: #EDE4CA;
        padding: 18px 17px 18px 40px;
        text-align: left;
        z-index: 11; } }
    .shop-talk-header .header-list .header-list-item {
      display: inline-block;
      position: relative; }
      @media (max-width: 767px) {
        .shop-talk-header .header-list .header-list-item {
          display: block; } }
      .shop-talk-header .header-list .header-list-item:not(:last-child)::after {
        position: absolute;
        content: '';
        height: 15px;
        width: 1px;
        background-color: #000000;
        right: 0;
        top: 50%;
        transform: translateY(-50%); }
        @media (max-width: 767px) {
          .shop-talk-header .header-list .header-list-item:not(:last-child)::after {
            display: none; } }
      .shop-talk-header .header-list .header-list-item.item-all::after {
        display: none; }
      .shop-talk-header .header-list .header-list-item.item-image {
        text-align: right;
        display: none; }
        @media (max-width: 767px) {
          .shop-talk-header .header-list .header-list-item.item-image {
            display: block; } }
      .shop-talk-header .header-list .header-list-item .shop-talk-header-link {
        display: inline-block;
        padding: 0 13px;
        font-size: 14px;
        line-height: 18px;
        font-weight: 500;
        text-decoration: none;
        color: #000000; }
        @media (max-width: 767px) {
          .shop-talk-header .header-list .header-list-item .shop-talk-header-link {
            font-size: 18px;
            line-height: 48px; } }
        .shop-talk-header .header-list .header-list-item .shop-talk-header-link.is-active {
          font-weight: 700; }
        .shop-talk-header .header-list .header-list-item .shop-talk-header-link:hover {
          color: #707070; }

.top-banner-wrapper {
  background-image: url(https://cdn11.bigcommerce.com/s-96ngla2oa8/images/stencil/original/image-manager/shop-talk-top-bg-2x.png);
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 50px; }
  @media (max-width: 1023px) {
    .top-banner-wrapper {
      background-image: url(https://cdn11.bigcommerce.com/s-96ngla2oa8/images/stencil/original/image-manager/shop-talk-top-bg-768-2x.png);
      margin-bottom: 40px; } }
  @media (max-width: 767px) {
    .top-banner-wrapper {
      background-image: url(https://cdn11.bigcommerce.com/s-96ngla2oa8/images/stencil/original/image-manager/shop-talk-top-bg-375-2x.png);
      margin-bottom: 40px; } }
  .top-banner-wrapper .top-container {
    max-width: 1350px;
    padding: 0 20px;
    margin: 0 auto; }
    @media (max-width: 1260px) {
      .top-banner-wrapper .top-container {
        padding: 0 30px; } }
    @media (max-width: 1023px) {
      .top-banner-wrapper .top-container {
        padding: 0 20px; } }
    .top-banner-wrapper .top-container .shop-talk-head-wrapper {
      padding: 20px 0;
      display: flex;
      align-items: center;
      gap: 36px; }
      @media (max-width: 1260px) {
        .top-banner-wrapper .top-container .shop-talk-head-wrapper {
          padding: 20px 0 40px; } }
      @media (max-width: 1023px) {
        .top-banner-wrapper .top-container .shop-talk-head-wrapper {
          gap: 26px; } }
      @media (max-width: 767px) {
        .top-banner-wrapper .top-container .shop-talk-head-wrapper {
          gap: 19px;
          flex-direction: column;
          align-items: center;
          padding: 30px 0 80px; } }
      @media (max-width: 1260px) {
        .top-banner-wrapper .top-container .shop-talk-head-wrapper .image-left {
          width: 164px;
          height: auto; } }
      @media (max-width: 1023px) {
        .top-banner-wrapper .top-container .shop-talk-head-wrapper .image-left {
          width: 124px; } }
      @media (max-width: 767px) {
        .top-banner-wrapper .top-container .shop-talk-head-wrapper .head-right {
          text-align: center; } }
      .top-banner-wrapper .top-container .shop-talk-head-wrapper .page-heading {
        font-size: 36px;
        line-height: 44px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 800;
        color: #FFFFFF;
        text-align: left;
        margin: 0 0 5px; }
        @media (max-width: 1260px) {
          .top-banner-wrapper .top-container .shop-talk-head-wrapper .page-heading {
            font-size: 30px;
            line-height: 37px;
            margin: 0 0 8px; } }
        @media (max-width: 1023px) {
          .top-banner-wrapper .top-container .shop-talk-head-wrapper .page-heading {
            font-size: 26px;
            line-height: 32px;
            margin: 0 0 5px; } }
        @media (max-width: 767px) {
          .top-banner-wrapper .top-container .shop-talk-head-wrapper .page-heading {
            text-align: center;
            font-size: 24px;
            line-height: 29px;
            margin: 0 0 8px; } }
      .top-banner-wrapper .top-container .shop-talk-head-wrapper .description p {
        font-size: 26px;
        line-height: 41px;
        font-weight: 700;
        color: #F2EE90;
        font-family: 'Oxygen', sans-serif; }
        @media (max-width: 1260px) {
          .top-banner-wrapper .top-container .shop-talk-head-wrapper .description p {
            font-size: 20px;
            line-height: 26px; } }
        @media (max-width: 1023px) {
          .top-banner-wrapper .top-container .shop-talk-head-wrapper .description p {
            font-size: 16px;
            line-height: 20px; } }
        @media (max-width: 767px) {
          .top-banner-wrapper .top-container .shop-talk-head-wrapper .description p {
            font-size: 16px;
            line-height: 21px;
            margin: 0; } }
    .top-banner-wrapper .top-container .shop-talk-latest-episode {
      padding-bottom: 33px; }
      @media (max-width: 1023px) {
        .top-banner-wrapper .top-container .shop-talk-latest-episode {
          padding-bottom: 40px; } }
      @media (max-width: 767px) {
        .top-banner-wrapper .top-container .shop-talk-latest-episode {
          padding-bottom: 43px; } }
      .top-banner-wrapper .top-container .shop-talk-latest-episode .latest-episode-link {
        display: flex;
        align-items: center;
        gap: 80px;
        text-decoration: none; }
        @media (max-width: 1260px) {
          .top-banner-wrapper .top-container .shop-talk-latest-episode .latest-episode-link {
            gap: 40px;
            align-items: flex-start; } }
        @media (max-width: 1023px) {
          .top-banner-wrapper .top-container .shop-talk-latest-episode .latest-episode-link {
            flex-direction: column;
            gap: 30px;
            align-items: center; } }
        .top-banner-wrapper .top-container .shop-talk-latest-episode .latest-episode-link .latest-ep-image {
          position: relative;
          width: 100%;
          max-width: 655px; }
          @media (max-width: 1260px) {
            .top-banner-wrapper .top-container .shop-talk-latest-episode .latest-episode-link .latest-ep-image {
              max-width: 460px; } }
          @media (max-width: 767px) {
            .top-banner-wrapper .top-container .shop-talk-latest-episode .latest-episode-link .latest-ep-image {
              max-width: 334px;
              margin: 0 aut0; } }
          .top-banner-wrapper .top-container .shop-talk-latest-episode .latest-episode-link .latest-ep-image svg {
            position: absolute;
            width: 78px;
            height: 78px;
            bottom: 23px;
            right: 23px; }
            @media (max-width: 1260px) {
              .top-banner-wrapper .top-container .shop-talk-latest-episode .latest-episode-link .latest-ep-image svg {
                width: 55px;
                height: 55px;
                bottom: 15px;
                right: 15px; } }
            @media (max-width: 767px) {
              .top-banner-wrapper .top-container .shop-talk-latest-episode .latest-episode-link .latest-ep-image svg {
                width: 40px;
                height: 40px;
                bottom: 10px;
                right: 10px; } }
        @media (max-width: 1260px) {
          .top-banner-wrapper .top-container .shop-talk-latest-episode .latest-episode-link .episode-thumbnail {
            max-width: 460px;
            height: auto; } }
        @media (max-width: 767px) {
          .top-banner-wrapper .top-container .shop-talk-latest-episode .latest-episode-link .episode-thumbnail {
            max-width: 334px; } }
        .top-banner-wrapper .top-container .shop-talk-latest-episode .latest-episode-link .episode-info {
          padding-right: 45px; }
          @media (max-width: 1260px) {
            .top-banner-wrapper .top-container .shop-talk-latest-episode .latest-episode-link .episode-info {
              padding-right: 5px; } }
          @media (max-width: 1023px) {
            .top-banner-wrapper .top-container .shop-talk-latest-episode .latest-episode-link .episode-info {
              padding-right: 0;
              text-align: center; } }
        .top-banner-wrapper .top-container .shop-talk-latest-episode .latest-episode-link .episode-number {
          font-size: 18px;
          line-height: normal;
          font-family: 'Montserrat', sans-serif;
          font-weight: 600;
          color: #F2EE90;
          margin: 0 0 5px;
          letter-spacing: 0.9px; }
          @media (max-width: 1260px) {
            .top-banner-wrapper .top-container .shop-talk-latest-episode .latest-episode-link .episode-number {
              font-size: 15px;
              letter-spacing: 0.75px; } }
        .top-banner-wrapper .top-container .shop-talk-latest-episode .latest-episode-link .episode-title {
          font-size: 30px;
          line-height: 40px;
          font-family: 'Montserrat', sans-serif;
          font-weight: 700;
          color: #FFFFFF;
          margin: 0 0 14px; }
          @media (max-width: 1260px) {
            .top-banner-wrapper .top-container .shop-talk-latest-episode .latest-episode-link .episode-title {
              font-size: 24px;
              line-height: normal;
              margin: 0 0 16px; } }
        .top-banner-wrapper .top-container .shop-talk-latest-episode .latest-episode-link .episode-description {
          font-size: 18px;
          line-height: 28px;
          font-family: 'Oxygen', sans-serif;
          font-weight: 600;
          color: #FFFFFF;
          margin: 0 0 34px; }
          @media (max-width: 1260px) {
            .top-banner-wrapper .top-container .shop-talk-latest-episode .latest-episode-link .episode-description {
              font-size: 18px;
              line-height: 26px;
              margin: 0 0 40px; } }
          @media (max-width: 1023px) {
            .top-banner-wrapper .top-container .shop-talk-latest-episode .latest-episode-link .episode-description {
              max-width: 540px; } }
          @media (max-width: 767px) {
            .top-banner-wrapper .top-container .shop-talk-latest-episode .latest-episode-link .episode-description {
              font-size: 16px;
              line-height: 23px;
              margin: 0 0 30px; } }
        .top-banner-wrapper .top-container .shop-talk-latest-episode .latest-episode-link .watch-latest-episode {
          display: inline-flex;
          align-items: center;
          justify-content: center;
          gap: 10px;
          font-size: 16px;
          line-height: 19px;
          font-weight: 800;
          color: #FFFFFF;
          background-color: #E04E00;
          transition: all 0.2s ease;
          padding: 12px 24px; }
          .top-banner-wrapper .top-container .shop-talk-latest-episode .latest-episode-link .watch-latest-episode:hover, .top-banner-wrapper .top-container .shop-talk-latest-episode .latest-episode-link .watch-latest-episode:focus, .top-banner-wrapper .top-container .shop-talk-latest-episode .latest-episode-link .watch-latest-episode:active {
            background-color: #FA5700; }
          @media (max-width: 1260px) {
            .top-banner-wrapper .top-container .shop-talk-latest-episode .latest-episode-link .watch-latest-episode {
              font-size: 14px;
              line-height: 18px;
              padding: 10px 23px; }
              .top-banner-wrapper .top-container .shop-talk-latest-episode .latest-episode-link .watch-latest-episode svg {
                width: 25px;
                height: auto; } }

.shop-talk-category .loader-wrapper, .page.shop-talk-plp .loader-wrapper {
  text-align: center;
  margin: 50px; }

.shop-talk-category .card, .page.shop-talk-plp .card {
  border: 0;
  padding: 0 10px; }
  @media (max-width: 1260px) {
    .shop-talk-category .card, .page.shop-talk-plp .card {
      padding: 0 7px; } }
  @media (max-width: 767px) {
    .shop-talk-category .card, .page.shop-talk-plp .card {
      padding: 0 6px; } }
  .shop-talk-category .card .card-figure, .page.shop-talk-plp .card .card-figure {
    padding: 0; }
    @media (max-width: 1023px) {
      .shop-talk-category .card .card-figure, .page.shop-talk-plp .card .card-figure {
        float: none;
        width: 100%;
        margin: 0; } }
  .shop-talk-category .card .card-body, .page.shop-talk-plp .card .card-body {
    padding: 0; }
    @media (max-width: 1023px) {
      .shop-talk-category .card .card-body, .page.shop-talk-plp .card .card-body {
        width: 100%; } }
    .shop-talk-category .card .card-body .card-title, .page.shop-talk-plp .card .card-body .card-title {
      min-height: 92px;
      margin-top: 20px; }
      @media (max-width: 1260px) {
        .shop-talk-category .card .card-body .card-title, .page.shop-talk-plp .card .card-body .card-title {
          min-height: 65px;
          margin-top: 14px; } }
      .shop-talk-category .card .card-body .card-title a, .page.shop-talk-plp .card .card-body .card-title a {
        font-size: 18px;
        line-height: 21px;
        font-weight: 700;
        font-family: 'Montserrat', sans-serif;
        text-decoration: none;
        color: #000000; }
        @media (max-width: 1260px) {
          .shop-talk-category .card .card-body .card-title a, .page.shop-talk-plp .card .card-body .card-title a {
            font-size: 15px;
            line-height: 18px; } }
        .shop-talk-category .card .card-body .card-title a:hover, .page.shop-talk-plp .card .card-body .card-title a:hover {
          color: #707070; }
        .shop-talk-category .card .card-body .card-title a span, .page.shop-talk-plp .card .card-body .card-title a span {
          display: block;
          font-size: 16px;
          line-height: 19px;
          color: #D58459;
          margin: 0 0 10px; }
          @media (max-width: 1260px) {
            .shop-talk-category .card .card-body .card-title a span, .page.shop-talk-plp .card .card-body .card-title a span {
              font-size: 14px;
              line-height: 18px;
              margin: 0 0 8px; } }

.sub-category-section {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 0 0 55px; }
  @media (max-width: 1260px) {
    .sub-category-section {
      padding: 0 0 0 23px; } }
  @media (max-width: 1023px) {
    .sub-category-section {
      padding: 0 0 0 28px; } }
  @media (max-width: 767px) {
    .sub-category-section {
      padding: 0 0 0 14px; } }
  .sub-category-section .sub-category-item {
    margin-bottom: 46px; }
    @media (max-width: 1260px) {
      .sub-category-section .sub-category-item {
        margin-bottom: 31px; } }
    @media (max-width: 767px) {
      .sub-category-section .sub-category-item {
        margin-bottom: 42px; } }
    .sub-category-section .sub-category-item.top-slider {
      margin-bottom: 35px; }
      @media (max-width: 767px) {
        .sub-category-section .sub-category-item.top-slider {
          margin-bottom: 33px; } }
      .sub-category-section .sub-category-item.top-slider .play-icon-wrapper {
        position: absolute;
        bottom: 17px;
        right: 16px;
        width: 50px;
        height: 50px;
        pointer-events: none; }
        @media (max-width: 1260px) {
          .sub-category-section .sub-category-item.top-slider .play-icon-wrapper {
            width: 36px;
            height: 36px;
            bottom: 10px;
            right: 10px; } }
        .sub-category-section .sub-category-item.top-slider .play-icon-wrapper svg {
          width: 50px;
          height: 50px; }
          @media (max-width: 1260px) {
            .sub-category-section .sub-category-item.top-slider .play-icon-wrapper svg {
              width: 36px;
              height: 36px; } }
    .sub-category-section .sub-category-item .head-section {
      display: flex;
      justify-content: space-between;
      text-transform: uppercase;
      margin: 0 0 24px;
      padding: 0 40px 0 0; }
      @media (max-width: 1260px) {
        .sub-category-section .sub-category-item .head-section {
          margin: 0 0 12px; } }
      @media (max-width: 1023px) {
        .sub-category-section .sub-category-item .head-section {
          padding: 0 35px 0 0; } }
      @media (max-width: 767px) {
        .sub-category-section .sub-category-item .head-section {
          padding: 0 20px 0 0; } }
      .sub-category-section .sub-category-item .head-section h2 {
        font-size: 20px;
        line-height: 24px;
        font-weight: 700;
        font-family: 'Montserrat', sans-serif;
        color: #A38400;
        margin: 0;
        letter-spacing: 1px;
        padding: 0 0 0 10px; }
        @media (max-width: 1260px) {
          .sub-category-section .sub-category-item .head-section h2 {
            font-size: 18px;
            line-height: 22px;
            letter-spacing: 0.9px;
            padding: 0 0 0 7px; } }
        @media (max-width: 767px) {
          .sub-category-section .sub-category-item .head-section h2 {
            font-size: 16px;
            line-height: 19px;
            letter-spacing: 0.8px;
            padding: 0 0 0 6px; } }
      .sub-category-section .sub-category-item .head-section a {
        font-size: 16px;
        line-height: 19px;
        font-weight: 700;
        font-family: 'Montserrat', sans-serif;
        text-decoration: none;
        color: #000000;
        margin: 9px 0 0;
        padding-right: 12px;
        position: relative; }
        @media (max-width: 1260px) {
          .sub-category-section .sub-category-item .head-section a {
            margin: 0; } }
        @media (max-width: 767px) {
          .sub-category-section .sub-category-item .head-section a {
            font-size: 13px;
            line-height: 16px; } }
        .sub-category-section .sub-category-item .head-section a::after {
          position: absolute;
          content: '';
          background-color: transparent;
          border-left: 7px solid #000000;
          border-top: 7px solid transparent;
          border-bottom: 7px solid transparent;
          top: 50%;
          transform: translateY(-50%);
          right: 0; }
    .sub-category-section .sub-category-item .slick-track {
      margin: 0; }
    .sub-category-section .sub-category-item .play-icon-wrapper {
      position: absolute;
      bottom: 10px;
      right: 10px;
      width: 36px;
      height: 36px;
      pointer-events: none; }
      @media (max-width: 1260px) {
        .sub-category-section .sub-category-item .play-icon-wrapper {
          width: 23px;
          height: 23px;
          bottom: 8.5px;
          right: 8.5px; } }
      .sub-category-section .sub-category-item .play-icon-wrapper svg {
        width: 36px;
        height: 36px; }
        @media (max-width: 1260px) {
          .sub-category-section .sub-category-item .play-icon-wrapper svg {
            width: 23px;
            height: 23px; } }

.page.shop-talk-plp .page-content#product-listing-container {
  max-width: 1370px;
  padding: 0 30px;
  margin: 0 auto 67px !important;
  position: relative;
  scroll-margin-top: 50px; }
  @media (max-width: 1260px) {
    .page.shop-talk-plp .page-content#product-listing-container {
      margin: 0 auto 45px !important; } }
  @media (max-width: 1023px) {
    .page.shop-talk-plp .page-content#product-listing-container {
      padding: 0 35px;
      margin: 0 auto 55px !important; } }
  @media (max-width: 767px) {
    .page.shop-talk-plp .page-content#product-listing-container {
      padding: 0 21px; } }
  .page.shop-talk-plp .page-content#product-listing-container .page-heading {
    margin: 0;
    text-align: left;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    color: #A38400;
    margin: 0 0 24px;
    letter-spacing: 1px;
    text-transform: uppercase; }
    @media (max-width: 1260px) {
      .page.shop-talk-plp .page-content#product-listing-container .page-heading {
        font-size: 18px;
        line-height: 22px;
        letter-spacing: 0.9px;
        margin: 0 0 17px; } }
    @media (max-width: 767px) {
      .page.shop-talk-plp .page-content#product-listing-container .page-heading {
        font-size: 16px;
        line-height: 19px;
        letter-spacing: 0.8px;
        margin: 0 0 20px;
        text-align: center; } }
  .page.shop-talk-plp .page-content#product-listing-container .actionBar-container {
    background-color: transparent;
    padding: 0;
    position: absolute;
    right: 30px;
    top: -14px; }
    @media (max-width: 1260px) {
      .page.shop-talk-plp .page-content#product-listing-container .actionBar-container {
        top: -20px; } }
    @media (max-width: 1023px) {
      .page.shop-talk-plp .page-content#product-listing-container .actionBar-container {
        right: 35px; } }
    @media (max-width: 767px) {
      .page.shop-talk-plp .page-content#product-listing-container .actionBar-container {
        position: static;
        margin-bottom: 30px; }
        .page.shop-talk-plp .page-content#product-listing-container .actionBar-container ul {
          text-align: center; } }
    .page.shop-talk-plp .page-content#product-listing-container .actionBar-container.bottom {
      position: static;
      border-top: 3px solid #000000;
      padding-top: 15px; }
      @media (max-width: 1260px) {
        .page.shop-talk-plp .page-content#product-listing-container .actionBar-container.bottom {
          padding-top: 20px; } }
    .page.shop-talk-plp .page-content#product-listing-container .actionBar-container .pagination-item.pagination-item--next .pagination-link {
      padding: 0 6px 0 0; }
    .page.shop-talk-plp .page-content#product-listing-container .actionBar-container .pagination-item .pagination-link {
      padding: 4px 10px;
      color: #747474; }
      .page.shop-talk-plp .page-content#product-listing-container .actionBar-container .pagination-item .pagination-link[data-pagination-current-page-link] {
        color: #FFFFFF; }
      .page.shop-talk-plp .page-content#product-listing-container .actionBar-container .pagination-item .pagination-link .icon svg {
        fill: #747474; }
    .page.shop-talk-plp .page-content#product-listing-container .actionBar-container form[data-sort-by="product"] {
      display: none; }
  .page.shop-talk-plp .page-content#product-listing-container .category-icon-index {
    display: none; }
  .page.shop-talk-plp .page-content#product-listing-container .productGrid {
    margin: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 37px; }
    @media (max-width: 1260px) {
      .page.shop-talk-plp .page-content#product-listing-container .productGrid {
        column-gap: 28px; } }
    @media (max-width: 1023px) {
      .page.shop-talk-plp .page-content#product-listing-container .productGrid {
        grid-template-columns: repeat(3, 1fr);
        column-gap: 25px; } }
    @media (max-width: 767px) {
      .page.shop-talk-plp .page-content#product-listing-container .productGrid {
        grid-template-columns: repeat(2, 1fr);
        column-gap: 21px; } }
    .page.shop-talk-plp .page-content#product-listing-container .productGrid::before, .page.shop-talk-plp .page-content#product-listing-container .productGrid:after {
      display: none; }
    .page.shop-talk-plp .page-content#product-listing-container .productGrid .product {
      width: auto !important;
      margin: 0 0 36px;
      border: none; }
      @media (max-width: 1260px) {
        .page.shop-talk-plp .page-content#product-listing-container .productGrid .product {
          margin: 0 0 47px; } }
      @media (max-width: 1023px) {
        .page.shop-talk-plp .page-content#product-listing-container .productGrid .product {
          border: none; } }
      @media (max-width: 767px) {
        .page.shop-talk-plp .page-content#product-listing-container .productGrid .product {
          margin: 0 0 40px; } }
      .page.shop-talk-plp .page-content#product-listing-container .productGrid .product .card {
        border: none;
        margin: 0;
        padding: 0; }
        .page.shop-talk-plp .page-content#product-listing-container .productGrid .product .card .card-image {
          margin: 0; }
        .page.shop-talk-plp .page-content#product-listing-container .productGrid .product .card .card-img-container::after {
          padding-bottom: 56.5%; }
        .page.shop-talk-plp .page-content#product-listing-container .productGrid .product .card .card-figcaption-body {
          display: none; }
        .page.shop-talk-plp .page-content#product-listing-container .productGrid .product .card .play-icon-wrapper {
          position: absolute;
          bottom: 10px;
          right: 10px;
          width: 36px;
          height: 36px;
          pointer-events: none; }
          @media (max-width: 1260px) {
            .page.shop-talk-plp .page-content#product-listing-container .productGrid .product .card .play-icon-wrapper {
              width: 23px;
              height: 23px;
              bottom: 8.5px;
              right: 8.5px; } }
          @media (max-width: 767px) {
            .page.shop-talk-plp .page-content#product-listing-container .productGrid .product .card .play-icon-wrapper {
              width: 18px;
              height: 18px;
              bottom: 6px;
              right: 6px; } }
          .page.shop-talk-plp .page-content#product-listing-container .productGrid .product .card .play-icon-wrapper svg {
            width: 36px;
            height: 36px; }
            @media (max-width: 1260px) {
              .page.shop-talk-plp .page-content#product-listing-container .productGrid .product .card .play-icon-wrapper svg {
                width: 23px;
                height: 23px; } }
            @media (max-width: 767px) {
              .page.shop-talk-plp .page-content#product-listing-container .productGrid .product .card .play-icon-wrapper svg {
                width: 18px;
                height: 18px; } }
        .page.shop-talk-plp .page-content#product-listing-container .productGrid .product .card .card-body {
          padding: 0; }
          .page.shop-talk-plp .page-content#product-listing-container .productGrid .product .card .card-body div[data-test-info-type="price"] {
            display: none; }
        .page.shop-talk-plp .page-content#product-listing-container .productGrid .product .card .card-icons {
          display: none; }

.shop-talk-sub-category .top-banner-wrapper, .shop-talk-product .top-banner-wrapper {
  background-image: url(https://cdn11.bigcommerce.com/s-96ngla2oa8/images/stencil/original/image-manager/shop-talk-top-sub-bg-2x.png);
  background-size: cover;
  background-position-y: 125%;
  margin-bottom: 20px; }
  @media (max-width: 1500px) {
    .shop-talk-sub-category .top-banner-wrapper, .shop-talk-product .top-banner-wrapper {
      background-position-y: -45px; } }
  @media (max-width: 767px) {
    .shop-talk-sub-category .top-banner-wrapper, .shop-talk-product .top-banner-wrapper {
      background-position-y: 0; } }
  .shop-talk-sub-category .top-banner-wrapper .shop-talk-head-wrapper, .shop-talk-product .top-banner-wrapper .shop-talk-head-wrapper {
    align-items: flex-start; }
    @media (max-width: 1023px) {
      .shop-talk-sub-category .top-banner-wrapper .shop-talk-head-wrapper, .shop-talk-product .top-banner-wrapper .shop-talk-head-wrapper {
        align-items: center; } }
    @media (max-width: 767px) {
      .shop-talk-sub-category .top-banner-wrapper .shop-talk-head-wrapper, .shop-talk-product .top-banner-wrapper .shop-talk-head-wrapper {
        padding: 20px 0 45px; } }
    .shop-talk-sub-category .top-banner-wrapper .shop-talk-head-wrapper .page-heading, .shop-talk-product .top-banner-wrapper .shop-talk-head-wrapper .page-heading {
      margin-top: 33px; }
      @media (max-width: 1023px) {
        .shop-talk-sub-category .top-banner-wrapper .shop-talk-head-wrapper .page-heading, .shop-talk-product .top-banner-wrapper .shop-talk-head-wrapper .page-heading {
          margin: 0; } }

.shop-talk-product .breadcrumbs {
  height: 16px; }
  @media (max-width: 1260px) {
    .shop-talk-product .breadcrumbs {
      display: none; } }

.shop-talk-product .breadcrumb .breadcrumb-label, .shop-talk-product .breadcrumb.is-active .breadcrumb-label {
  color: #FFFFFF; }

.shop-talk-product .breadcrumb.is-active .breadcrumb-label {
  font-size: 0; }
  .shop-talk-product .breadcrumb.is-active .breadcrumb-label .episode-number {
    font-size: 13px; }

.shop-talk-product .top-banner-wrapper {
  margin-bottom: 15px;
  background-position-y: 125%;
  margin-bottom: 20px; }
  @media (max-width: 1500px) {
    .shop-talk-product .top-banner-wrapper {
      background-position-y: -25px; } }
  @media (max-width: 1260px) {
    .shop-talk-product .top-banner-wrapper {
      background-size: 138%;
      background-position-y: -15px; } }
  @media (max-width: 1023px) {
    .shop-talk-product .top-banner-wrapper {
      background-position-y: 0; } }
  @media (max-width: 767px) {
    .shop-talk-product .top-banner-wrapper {
      background-image: url(https://cdn11.bigcommerce.com/s-96ngla2oa8/images/stencil/original/image-manager/shop-talk-top-sub-bg-375-2x.png);
      background-size: auto;
      background-position: bottom; } }
  @media (max-width: 1260px) {
    .shop-talk-product .top-banner-wrapper .shop-talk-head-wrapper {
      gap: 20px;
      align-items: center; } }
  @media (max-width: 1260px) {
    .shop-talk-product .top-banner-wrapper .shop-talk-head-wrapper {
      padding-bottom: 20px; } }
  .shop-talk-product .top-banner-wrapper .shop-talk-head-wrapper .page-heading {
    font-size: 36px;
    line-height: normal;
    font-weight: 700;
    margin-top: 47px; }
    @media (max-width: 1260px) {
      .shop-talk-product .top-banner-wrapper .shop-talk-head-wrapper .page-heading {
        margin-top: 0; } }
    @media (max-width: 1023px) {
      .shop-talk-product .top-banner-wrapper .shop-talk-head-wrapper .page-heading {
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 20px; } }
    .shop-talk-product .top-banner-wrapper .shop-talk-head-wrapper .page-heading .episode-number {
      display: block;
      font-size: 24px;
      line-height: normal;
      letter-spacing: 1.2px;
      color: #F2EE90; }

.shop-talk-product .productView {
  margin: 0;
  padding-top: 0; }

.shop-talk-product .product-details-wrapper {
  display: flex;
  max-width: 1440px;
  padding: 0 20px;
  margin: 0 auto; }
  @media (max-width: 1023px) {
    .shop-talk-product .product-details-wrapper {
      flex-direction: column;
      align-items: center;
      width: 100%; } }
  .shop-talk-product .product-details-wrapper .custom-image-section {
    width: 60%; }
    @media (max-width: 1260px) {
      .shop-talk-product .product-details-wrapper .custom-image-section {
        width: 55%; } }
    @media (max-width: 1023px) {
      .shop-talk-product .product-details-wrapper .custom-image-section {
        width: 100%;
        margin-bottom: 20px; } }
    .shop-talk-product .product-details-wrapper .custom-image-section .product-thumbnail-image {
      position: relative; }
      @media (max-width: 1023px) {
        .shop-talk-product .product-details-wrapper .custom-image-section .product-thumbnail-image {
          text-align: center; } }
      .shop-talk-product .product-details-wrapper .custom-image-section .product-thumbnail-image img {
        width: 100%;
        height: auto;
        max-width: 840px; }
      .shop-talk-product .product-details-wrapper .custom-image-section .product-thumbnail-image .play-button-overlay {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%); }
        .shop-talk-product .product-details-wrapper .custom-image-section .product-thumbnail-image .play-button-overlay svg {
          width: 87px;
          height: 87px; }
          @media (max-width: 1260px) {
            .shop-talk-product .product-details-wrapper .custom-image-section .product-thumbnail-image .play-button-overlay svg {
              width: 65px;
              height: 65px; } }
          @media (max-width: 1023px) {
            .shop-talk-product .product-details-wrapper .custom-image-section .product-thumbnail-image .play-button-overlay svg {
              width: 80px;
              height: 80px; } }
          @media (max-width: 767px) {
            .shop-talk-product .product-details-wrapper .custom-image-section .product-thumbnail-image .play-button-overlay svg {
              width: 50px;
              height: 50px; } }
    .shop-talk-product .product-details-wrapper .custom-image-section .videoGallery-main {
      padding-bottom: 53.3%;
      margin: 0;
      max-width: 840px;
      max-height: 472px; }
      @media (max-width: 1023px) {
        .shop-talk-product .product-details-wrapper .custom-image-section .videoGallery-main {
          padding-bottom: 47.8%;
          margin: 0 auto; } }
      .shop-talk-product .product-details-wrapper .custom-image-section .videoGallery-main iframe {
        width: 100%;
        height: 100%;
        max-width: 840px;
        max-height: 472px; }
  .shop-talk-product .product-details-wrapper .related-products-wrapper {
    width: 40%;
    padding-left: 37px;
    padding-bottom: 48px;
    position: relative; }
    @media (max-width: 1260px) {
      .shop-talk-product .product-details-wrapper .related-products-wrapper {
        padding-left: 15px;
        width: 45%;
        padding-bottom: 30px; } }
    @media (max-width: 1023px) {
      .shop-talk-product .product-details-wrapper .related-products-wrapper {
        padding-left: 0px;
        padding-bottom: 35px;
        width: 100%; } }
    .shop-talk-product .product-details-wrapper .related-products-wrapper::before {
      position: absolute;
      content: '';
      bottom: 0;
      right: -20px;
      width: 835px;
      height: 636px;
      background-image: url(https://cdn11.bigcommerce.com/s-96ngla2oa8/images/stencil/original/image-manager/related-products-bg.png);
      background-repeat: no-repeat;
      background-size: cover;
      z-index: -1; }
      @media (max-width: 1260px) {
        .shop-talk-product .product-details-wrapper .related-products-wrapper::before {
          width: 700px; } }
      @media (max-width: 1023px) {
        .shop-talk-product .product-details-wrapper .related-products-wrapper::before {
          width: 150%;
          height: 100%; } }
    .shop-talk-product .product-details-wrapper .related-products-wrapper .related-products-heading {
      margin: -10px 0 18px;
      font-size: 20px;
      line-height: 32px;
      letter-spacing: 4px;
      color: #000000;
      text-align: center; }
      @media (max-width: 1260px) {
        .shop-talk-product .product-details-wrapper .related-products-wrapper .related-products-heading {
          margin: -32px 0 18px; } }
      @media (max-width: 1023px) {
        .shop-talk-product .product-details-wrapper .related-products-wrapper .related-products-heading {
          padding-top: 25px;
          margin: 0 0 18px; } }
    .shop-talk-product .product-details-wrapper .related-products-wrapper ul {
      list-style-type: none;
      margin: 0;
      display: grid;
      grid-template-columns: repeat(1, 1fr);
      gap: 6px; }
      @media (max-width: 1023px) {
        .shop-talk-product .product-details-wrapper .related-products-wrapper ul {
          max-width: 500px;
          margin: 0 auto; } }
      .shop-talk-product .product-details-wrapper .related-products-wrapper ul .related-product-card .card {
        padding: 0;
        margin: 0; }
        .shop-talk-product .product-details-wrapper .related-products-wrapper ul .related-product-card .card .related-product-link {
          display: flex;
          justify-content: space-between;
          align-items: center;
          text-decoration: none; }
          .shop-talk-product .product-details-wrapper .related-products-wrapper ul .related-product-card .card .related-product-link .card-figure {
            width: auto;
            background-color: transparent;
            padding: 12px; }
            .shop-talk-product .product-details-wrapper .related-products-wrapper ul .related-product-card .card .related-product-link .card-figure img {
              width: 180px;
              box-shadow: 3px 3px 12px rgba(0, 0, 0, 0.16); }
              @media (max-width: 1260px) {
                .shop-talk-product .product-details-wrapper .related-products-wrapper ul .related-product-card .card .related-product-link .card-figure img {
                  width: 150px; } }
              @media (max-width: 1023px) {
                .shop-talk-product .product-details-wrapper .related-products-wrapper ul .related-product-card .card .related-product-link .card-figure img {
                  width: 180px; } }
              @media (max-width: 767px) {
                .shop-talk-product .product-details-wrapper .related-products-wrapper ul .related-product-card .card .related-product-link .card-figure img {
                  width: 140px; } }
          .shop-talk-product .product-details-wrapper .related-products-wrapper ul .related-product-card .card .related-product-link .card-body {
            width: calc(100% - 180px - 20px);
            padding: 12px 0; }
            @media (max-width: 1260px) {
              .shop-talk-product .product-details-wrapper .related-products-wrapper ul .related-product-card .card .related-product-link .card-body {
                width: calc(100% - 150px - 12px); } }
            @media (max-width: 1023px) {
              .shop-talk-product .product-details-wrapper .related-products-wrapper ul .related-product-card .card .related-product-link .card-body {
                width: calc(100% - 180px - 12px); } }
            @media (max-width: 767px) {
              .shop-talk-product .product-details-wrapper .related-products-wrapper ul .related-product-card .card .related-product-link .card-body {
                width: calc(100% - 140px - 12px); } }
            .shop-talk-product .product-details-wrapper .related-products-wrapper ul .related-product-card .card .related-product-link .card-body .product-title {
              color: #000000;
              font-size: 20px;
              line-height: 25px;
              margin: 0 0 10px; }
              @media (max-width: 767px) {
                .shop-talk-product .product-details-wrapper .related-products-wrapper ul .related-product-card .card .related-product-link .card-body .product-title {
                  font-size: 15px;
                  line-height: 19px; } }
            .shop-talk-product .product-details-wrapper .related-products-wrapper ul .related-product-card .card .related-product-link .card-body .price {
              font-size: 19px;
              color: #000000;
              font-family: 'Oxygen', sans-serif; }
              @media (max-width: 767px) {
                .shop-talk-product .product-details-wrapper .related-products-wrapper ul .related-product-card .card .related-product-link .card-body .price {
                  font-size: 15px;
                  line-height: 19px; } }
              .shop-talk-product .product-details-wrapper .related-products-wrapper ul .related-product-card .card .related-product-link .card-body .price span {
                display: inline-block;
                vertical-align: middle;
                margin-top: -3px;
                margin-left: 6px;
                font-size: 25px;
                line-height: 51px;
                color: #E04E00; }
                @media (max-width: 767px) {
                  .shop-talk-product .product-details-wrapper .related-products-wrapper ul .related-product-card .card .related-product-link .card-body .price span {
                    font-size: 18px;
                    line-height: 22px; } }

.shop-talk-product .productView-description {
  background-color: #FFFFFF;
  max-width: calc(1090px + 40px);
  padding: 0 20px;
  margin: 0 auto 49px; }
  .shop-talk-product .productView-description .product-description-heading {
    font-size: 26px;
    line-height: 32px;
    font-family: 'Montserrat', sans-serif;
    color: #000000;
    margin: 60px 0 14px; }
  .shop-talk-product .productView-description .product-description {
    font-size: 20px;
    line-height: 28px;
    color: #313131; }
    @media (max-width: 767px) {
      .shop-talk-product .productView-description .product-description {
        font-size: 18px;
        line-height: 24px; } }
