/** Shopify CDN: Minification failed

Line 518:0 Unexpected "}"

**/

.fb {
  background: #003b2d;
  color: #eef5d0;
  font-family:'DM Sans'
}
.fb__text-20{
    font-size:20px;
}


.fb__grid {
  display: grid;
  grid-template-columns: 45% 55%;
  min-height: 100vh; /* important */
}

.fb__left {
  border-right: 1px solid #E7FB52;
  position: sticky;
  top: 0;
  height: auto;
}

.fb__right {
  padding: 48px;
  overflow-y: auto; /* enables scrolling */
}

.fb__product__left{
  width:75%;
}

.fb__product__right{
  display:flex;
  gap:20px
}

.fb__mrp{
  text-decoration:line-through;
}

.fb__select{
  width: 100%;
  border: none;
  border-bottom: 1px solid #F5F8E4;
  color:#F5F8E4;
  padding: 10px 0;
  background: transparent;
  outline: none;
  font-size: 16px;
  margin-bottom:24px;

  /* Remove default styles (important for consistency) */
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}



.fb__copy {
  padding: 48px;
}

.fb__copy h1 {
  font-size: 66px;
  line-height: 72px;
  margin: 0 0 24px;
  color: #d8f14a;
}

.fb__copy p {
  font-size: 20px;
  max-width: 600px;
}

.fb__image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.fb__right {
  padding: 48px;
}

.fb__panel {
  display: none;
  max-width: 640px;
}

.fb__panel h2{
    color:white;
    font-size:32px;
}

.fb__panel.is-active {
  display: block;
}

.fb__providers,
.fb__products {
  display: grid;
  margin-top: 24px;
}
/* 
.fb__provider,
.fb__cta {
  background: #d8f14a;
  color: #0a281f;
  border: 0;
  padding: 16px 22px;
  font-size: 18px;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
} */

/* .fb__provider {
  text-align: left;
} */


.fb__provider {
  display: flex;
  align-items: center;
  width: 100%;
  background: transparent;
  border: none;
  border-top: 1px solid #E7FB52;
  padding: 20px 10px;
  color: #E7FB52;
  cursor: pointer;
  gap: 16px;
  transition: all 0.25s ease;
  text-align:left;
}

.provider__content{
    display: flex;
    justify-content:space-between;
    width: 100%;
}

.provider__left-section{
  width:65%;
  display:flex;
  align-items:center;
  gap:20px;
}

.provider__right-section{
    display:flex;
    gap:40px;
    align-items:center;
    justify-content:start;
    text-align:left;

}

.provider__badge{
    background: #e7fb52;
    padding: 5px 10px;
    width: 150px;
    height: 32px;
    color: #00271c;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}



.provider__subtitle{
    color: #809390;
    font-size: 16px;
    padding-top:4px;

}




.fb__clinic{
    margin-bottom:3rem;
    display: flex;
    align-items: center;
  width: 80%;
  background: transparent;
  border: none;
  border-top: 1px solid #E7FB52;
  border-bottom: 1px solid #E7FB52;
  padding: 20px 10px;
  color: #E7FB52;
  gap: 16px;
  transition: all 0.25s ease;
  text-align:left;
  
}

.fb__method{
    font-size:14px;
    font-weight:400;
    color:#809390;
    margin-bottom:2rem;
}

.provider__subtitle.fb__method{
  margin-bottom:0rem;
}



.fb__provider:last-child {
  border-bottom: 1px solid #E7FB52;
}

/* Hover = FULL inversion */
.fb__provider:hover {
  background: #E7FB52; /* border color */
  color: #00271C; /* dark green */
}

/* Make ALL inner text inherit properly */
.fb__provider:hover .provider__title,
.fb__provider:hover .provider__subtitle,
.fb__provider:hover .provider__arrow {
  color: #00271C;
  text-align:left;
}

/* Badge also flips */
.fb__provider:hover .provider__badge {
  background: #00271C;
  color: #E7FB52;
}

/* Icon adjusts too */
.fb__provider:hover .provider__icon {
  background:transparent;
}

.fb__provider:hover .provider__icon  svg {
  fill:#00271C;
}

.provider__title{
    font-size:24px;
    font-weight:500;
}
.fb__back {
  background: none;
  border: 0;
  color: #E7FB52;
  padding: 0;
  margin-bottom: 20px;
  cursor: pointer;
}

.fb__fields {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin: 24px 0;
}

.fb__fields input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #F5F8E4;
  padding: 12px 0;
  color: #fff;
}

.fb__check {
  display: block;
  margin: 20px 0;
}

.fb__success {
  font-size: 64px;
  color: #E7FB52;
  margin-bottom: 16px;
}

.fb__done {
  margin-top: 24px;
}

body {
  margin: 0;
  font-family: Arial, sans-serif;
  background: #032f25;
  color: #e8f5ee;
}

.fb__panel {
  max-width: 720px;
  margin: auto;
  padding: 32px 24px 60px;
}

.fb__back {
  background: none;
  border: none;
  color: #cde8db;
  margin-bottom: 20px;
  cursor: pointer;
}

.fb__header h2 {
  font-size: 32px;
  margin-bottom: 12px;
}

.fb__header p {
  color: #a9cfc0;
  line-height: 1.5;
  max-width: 520px;
}

.fb__step {
  display: flex;
  gap: 1rem;
  margin-bottom: 32px;
}

.fb__step span {
  width: 32px;
  height: 32px;
  border: 1px solid #3a6f5f;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fb__step .active {
  background: #d7ff4f;
  color: #032f25;
  border: none;
}

/* Fields */
.fb__fields {
  margin-top: 30px;
}

.fb__row {
  display: flex;
  width:100%;
  gap: 24px;
  margin-bottom: 24px;
}

.fb__row input {
  flex: 1;
  background: transparent;
  border: none;
  border-bottom: 1px solid #3a6f5f;
  padding: 10px 4px;
  color: white;
}

.fb__row input::placeholder {
  color: #7fb3a2;
}

/* Products */
.fb__products {
  margin-top: 30px;
}

.fb__label {
  margin-bottom: 10px;
  color: #7fb3a2;
}

.fb__product {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #3a6f5f;
  padding: 14px 0;
  cursor: pointer;
}

.fb__product input {
  margin-right: 10px;
}

.fb__product span {
  flex: 1;
}

.fb__product em {
  background: #d7ff4f;
  color: #032f25;
  font-style: normal;
  font-size: 12px;
  padding: 2px 6px;
  margin-left: 8px;
}

.fb__price {
  color: #d7ff4f;
}

/* Checkbox */
.fb__check {
  display: flex;
  gap: 10px;
  margin-top: 30px;
  font-size: 14px;
}

.fb__check input {
  margin-top: 4px;
}

/* CTA */
.fb__cta {
  margin-top: 30px;
  background: #d7ff4f;
  color: #032f25;
  border: none;
  padding: 14px 28px;
  font-weight: bold;
  cursor: pointer;
}

.fb__order__section{
    display:flex;
    flex-direction:column;
    gap:3rem;
}



@media (max-width:767px) {

  .provider__content{
    display:flex;
    flex-direction:column;
    gap:2rem;
  }

  .provider__left-section{
    width:100%
  }

  .fb__clinic{
    width:100%;
  }


  .fb__grid {
    min-height: auto;
    display:flex;
    flex-direction:column
  }

  .fb__right {
    overflow-y: visible;
  }

  .fb__left {
    position: relative;
  }

  .fb__row {
  flex-direction: column;
  gap: 16px;
}

.fb__row input,
.fb__select.fb__row {
  width: 100%;
} 
}
  /* .fb__grid {
    grid-template-columns: 1fr;
  }

  .fb__left {
    border-right: 0;
    border-bottom: 1px solid #E7FB52;
  }
  .fb_right{
   overflow-y:hidden;
  } */




  .fb__copy h1 {
    font-size: 48px;
  }

  .fb__copy p {
    font-size: 22px;
  }

  .fb__right {
    padding: 24px;
  }

  .fb__fields {
    grid-template-columns: 1fr;
  }
}