.section-film-reel-collection {
  .section-header {
    text-align: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    align-items: center;
  }
  .section-header--title {
    font-family: "adlery-pro-blockletter";
    color: #E3B14D;
    font-weight: 500;
    font-size: max(36px, min(4vw, 80px));
    margin-bottom: 15px;
  }
  .section-header--description {
    font-weight: 500;
  }
  .tape {
    position: relative;
    text-align: center;
    z-index: 1;
    width: max(125px, 10vw);
    margin: 0 auto min(-25px, -2vw);
    transform: rotate(-15deg);
  }
  .columns {
    padding: 0 !important;
  }
  .product-featured-image {
    border-top: min(30px, 3vw) solid;
    border-bottom: min(30px, 3vw) solid;
    border-image: url('/cdn/shop/t/95/assets/film-reel-border_500x.png') 37;
  }
  .product-featured-image-link {
    border-radius: 0 !important;
  }
  .product-card-info {
    padding: 0 20px;
  }
  .carousel__slide .product-featured-image {
    padding: 0 10px;
    background: #382101;
  }


  @media screen and (max-width: 767px) {
    .section-header {
      padding-bottom: 12px;
    }
    .section-header--content {
      margin-top: 20px;
    }
    .section-header--title {
      font-family: "adlery-pro-blockletter";
      color: #E3B14D;
      font-weight: 500;
      font-size: max(36px, min(4vw, 80px));
      margin-bottom: 5px;
    }
    .featured-collection > .row {
      padding: 0;
    }
    .carousel__slide .product-featured-image {
      padding: 0 5px;
    }
  }
}