/*Reviews Brackets*/
.page-vocabulary-product-type .stamped-badge-caption::before,
.page-vocabulary-brochures-by-type .stamped-badge-caption::before,
.page-vocabulary-brochures-by-season .stamped-badge-caption::before {
  content: "(";
}

.page-vocabulary-product-type .stamped-badge-caption[data-reviews][data-label][data-version="2"]:after,
.page-vocabulary-brochures-by-type .stamped-badge-caption[data-reviews][data-label][data-version="2"]:after,
.page-vocabulary-brochures-by-season .stamped-badge-caption[data-reviews][data-label][data-version="2"]:after {
  content: ")" !important;
}

/*No Upfront Costs*/
.no-upfront-cost .views-row {
    width: 49% !important;
    padding: 0 !important;
    margin-bottom: 10px !important;
    margin: 0 !important;
}
.no-upfront-cost .block.block__our__products .view-content .views-row {border:none}

/*Catelog Fundraisers*/
.specialty-fundraiser-category .top__fundraisers__view.our__products .views-row {
    width: 49% !important;
    padding: 0 !important;
    margin-bottom: 10px !important;
    margin: 0 !important;
}
.specialty-fundraiser-category .block.block__our__products .view-content .views-row{border:none}

/*Hide Breadcrump, Fix Collection Badge & Image*/
.page-vocabulary-product-type nav .breadcrumb, .page-vocabulary-brochures-by-type nav .breadcrumb, .page-vocabulary-brochures-by-season nav .breadcrumb {visibility: hidden;}
.fundraiser-card__badge {top: 65px;}

@media only screen and (max-width: 767px) {
  body {
    border: 5px solid red !important;
  }

  .fundraiser-card__image img {
    object-fit: contain !important;
  }

  .fundraiser-card__badge {
    top: 0 !important;
    right: 0 !important;
  }

  .node--type-product-display iframe.kommunicate-custom-iframe {
    right: 10px !important;
    bottom: 150px !important;
    top: auto !important;
  }

  .node--type-product-display .block__sticky .form-actions button {
    margin: 0 14px 0 -8px !important;
    padding: 11px 0 !important;
    width: 100% !important;
  }
}

