/** Shopify CDN: Minification failed

Line 296:0 Unexpected "}"

**/
.study-widget-container {
        max-width: 860px;
        margin: 0 auto;
        padding-left: 20px;
        padding-right: 20px;
    }

    .study-hero-wrap {
        max-width: 860px;
        margin: 0 auto 40px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .study-hero-section {
        background: #FAF8F3;
        padding-top: 50px;
        padding-bottom: 170px;
    }

    .study-hero-content {
        margin-bottom: 28px;
    }

    .study-hero-content h1 {
        font-family: 'Poppins', sans-serif;
        font-size: 46px;
        line-height: 1.2;
        font-weight: 600;
        color: #2B2627;
        margin: 0 0 18px;
    }

    .study-content p,
    .study-content li {
        font-family: 'Poppins', sans-serif;
        font-size: 20px;
        line-height: 1.5;
        margin: 0px;
        margin-bottom: 20px;
        font-weight: 400;
        color: #010101;
    }

    .study-content li {
        margin-bottom: 16px !important;
    }

    .custom-color {
        color: #4C366E;
    }

    .study-hero-image img {
        width: 100%;
        margin-top: -140px;
        border-radius: 0;
        padding-bottom: 50px;
        object-fit: cover;
        max-width:860px;
    }

    .case-report-btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #EA8C3D;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 15px 60px;
    border-radius: 50px;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    margin: 10px 0 20px;
}

.case-report-btn span{
    font-size: 28px;
    line-height: 1;
    margin-top: -2px;
    font-weight: 400;
}

.case-report-btn:hover{
    background: #df7e2d;
    color:#fff;
    transform: translateY(-2px);
}

    @media (max-width:1024px) {
        .study-hero-content h1 {
            font-size: 36px;
        }

        .study-hero-section {
            padding-top: 40px;
            padding-bottom: 140px;
        }
    }

    @media (max-width:767px) {
    .case-report-btn{
      font-size:16px;
        padding: 12px 30px;
    }


        .study-hero-content h1 {
            font-size: 28px;
        }

        .study-hero-section {
            padding-top: 40px;
            padding-bottom: 130px;
        }

        .study-hero-image img {
            margin-top: -140px;
            padding-bottom: 30px;
        }

        .study-content p,
        .study-content li {
            font-size: 18px;
        }
    }



/* wpb-variants-dropdown.css — upload to Shopify assets/ folder */

.wpb-variants-swatch {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.wpb-variants-swatch .swatch-content {
  position: relative;
}

/* Trigger button */
.wpb-drop-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  width: 100%;
  padding: 10px 14px;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
  user-select: none;
  font-size: 14px;
  color: #111;
  line-height: 1.3;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.wpb-drop-trigger:hover {
  border-color: #aaa;
}

.swatch-content.wpb-drop-open .wpb-drop-trigger {
  border-color: #aaa;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.06);
}

/* Selected value text */
.wpb-drop-val {
  flex: 1;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* Chevron arrow */
.wpb-drop-arrow {
  flex-shrink: 0;
  width: 14px;
  height: 14px;
  color: #555;
  transition: transform 0.22s ease;
}

.swatch-content.wpb-drop-open .wpb-drop-arrow {
  transform: rotate(180deg);
}

/* Options panel — dark popup style */
.wpb-drop-panel {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 200;
  background: #4a4844;
  border: none;
  border-radius: 10px;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.35);
  overflow: hidden;
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.22s ease;
}

.swatch-content.wpb-drop-open .wpb-drop-panel {
  grid-template-rows: 1fr;
}

/* Inner container */
.wpb-drop-inner {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding: 0;
}

.swatch-content.wpb-drop-open .wpb-drop-inner {
  padding: 6px 0;
}

/* Option rows */
.wpb-drop-inner .swatch-items {
  width: 100%;
  margin: 0;
}

.wpb-drop-inner .swatch-items label {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  padding: 9px 16px;
  cursor: pointer;
  font-size: 13px;
  color: #fff;
  background: transparent !important;
  background-image: none !important;
  border: none !important;
  font-weight: 400 !important;
  border-radius: 0;
  transition: background 0.12s;
}

.wpb-drop-inner .swatch-items label:hover {
  background: rgba(255, 255, 255, 0.12) !important;
}

/* Checkmark column — reserved space for alignment */
.wpb-drop-inner .swatch-items label::before {
  content: '';
  display: inline-block;
  width: 14px;
  flex-shrink: 0;
}

/* Active item gets the checkmark */
.wpb-drop-inner .swatch-items.active label::before {
  content: '✓';
}

.wpb-drop-inner .swatch-items.disabled label {
  opacity: 0.38;
  pointer-events: none;
}

/* Hide single-option swatch rows */
.wpb-variants-swatch .swatch-content[hidden] {
  display: none !important;
}

/* Hide the duplicate <span> inside each label */
.wpb-drop-inner .swatch-items label span {
  display: none !important;
}

@media all and (max-width: 1200px){
    .template-collection section.wpbingo-breadcrumbs--image .wpbingo-breadcrumbs__image, #contact-align-get-in-touch-for-pemf-therapy-amp-wellness-support .wpbingo-breadcrumbs__image {
        padding: 100px 0;
                background-size: cover !important;
    }
}

}
@media (max-width: 767px) {
    #breadcrumb-collection-breadcrumb .wpbingo-breadcrumbs__image {
        background-size: cover !important;
    }
}