/** Shopify CDN: Minification failed

Line 20:37 Expected ":"

**/

/**************************************************************************************
***************************************************************************************
********************* About, Contact and Account Page Styles **************************
***************************************************************************************
***************************************************************************************/



/**************************************************************************************
********************* OUR PEOPLE PAGE ****************************************************
**************************************************************************************/

#our-people .shopify-section .title-bar {
  color: var(--bb-yellow-color);  pls give me optimaze csss 
}


/** Boombay CUlture **/
/**************************************************************************************/

#our-people .accordion__row .description-wrapper {


  border-top: 2px solid var(--bb-yellow-color);
}

#our-people .accordion__row_container  {
  margin-top: 2rem;
}



#our-people .accordion__row .description-wrapper .description-block__header {
  color: var(--bb-yellow-color);
}
#our-people .accordion__row .description-wrapper .description-block__header h3 {
  margin-bottom: 0;
}

#our-people .accordion__row .description-block__header .feather {
  stroke: var(--bb-yellow-color);
}

#our-people .accordion__row .description-block__content {
position: relative;
}

#our-people .accordion__row .description-block__content .description-block__content-inner-bg {
  background-image: url('mesh-mobile.svg');
  background-size: contain;
background-repeat: repeat-x;
background-position: bottom;
opacity: 0.4;
width: calc(100% + -0px);
height: 45%;
position: absolute;
z-index: 0;
bottom: 0px;
left: 0px;
}


/** Boombay TEAM **/
/**************************************************************************************/

#our-people  .team-values-container {
  background-image: url(stamp-made-to-share-green.svg);
  background-repeat: no-repeat;
  background-size: 100px 100px;
  background-position: 10% 50%;
  

}

#our-people  .team-values-container {
  margin-top: 2rem;
}

@media screen and (max-width: 767px) {
  #our-people  .team-values-container {

    background-size: 70px 70px;
    background-position: 1% 20%;


  }
}

#our-people  .team-values-container h3.type-subheading {
  margin-bottom: 2rem;
}

#our-people  .team-values-container .bb-label p{
  display: inline-block;

  font-size: 1rem;
  font-display: swap;
  margin-bottom: 3rem;
  position: relative;
}

#our-people  .team-values-container .bb-label p:before {

  content: ' ';
  background-image: url('astrix-yellow.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  vertical-align: middle;
  height: 1.5rem;
  width: 1.5rem;
  margin-right: 5px;
}

/** Boombay FOUNDER **/
/**************************************************************************************/

#founder-animation a {
  color: var(--bb-yellow-color);
}


/**************************************************************************************
********************* OUR APPROACH PAGE ****************************************************
**************************************************************************************/

#our-approach .shopify-section .title-bar {
  color: var(--bb-yellow-color);
}



#our-approach  #approach-sourcing-story-1,
#our-approach  #approach-sourcing-story-2,
#our-approach  #approach-sourcing-story-3,
#our-approach  #approach-sourcing-story-4 {
 padding-bottom: 0;
 padding-top: 0;
}
#our-approach  #approach-sourcing-story-5 {
  padding-top: 10px;
}
#our-approach  #approach-sourcing-story {
  padding-bottom: 0;
}

#our-approach  #approach-sourcing-story-3 .textarea em strong{
color: var(--bb-yellow-color);
}


#our-approach #approach-mindfully-made {
  padding-bottom: 0;
}


/** Approach Animation **/
/**************************************************************************************/

#our-approach #approach-animation {
  
 padding-top: 0;
}

@media screen and (max-width: 767px) {
#our-approach #approach-animation .feature-row {
  display: flex;
  flex-direction: column;
}


#our-approach #approach-animation .feature-row .feature-row--image-right .feature-row__image {
  order: 2;
  margin-bottom: 0;
}
#our-approach  .approach-points-container .pointer-arrow {
    background-image: url('pointer-arrow-yellow.svg');
  background-repeat: no-repeat;
 background-size: 112px 132px;
background-position: 1% 50%;

height: 132px;
}
}


#our-approach  .approach-points-container {
  background-image: url('stamp-nothing-artificial-green.png');
  background-repeat: no-repeat;
  background-size: 224px 149px;
  background-position: 1% 50%;
  position: relative;
  

}



#our-approach  .approach-points-container {
  margin-top: 0;
}

@media screen and (max-width: 991px) {
  #our-approach  .approach-points-container {

    background-size: 150px auto;
    background-position: 1% 35%;


  }
}

@media screen and (max-width: 767px) {
  #our-approach  .approach-points-container {

    background-size: 112px auto;
    background-position: 1% 35%;


  }
}

#our-approach  .approach-points-container h3.type-subheading {
  margin-bottom: 2rem;
  color: var(--bb-yellow-color);
}

#our-approach  .approach-points-container .bb-label p{
  display: inline-block;

  font-size: 1rem;
   font-display: swap;
  margin-bottom: 3rem;
  position: relative;
}

#our-approach  .approach-points-container .bb-label p:before {

  content: ' ';
  background-image: url('astrix-yellow.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  vertical-align: middle;
  height: 1.5rem;
  width: 1.5rem;
  margin-right: 5px;
}




/**************************************************************************************
********************* CONTACT PAGE ****************************************************
**************************************************************************************/


  .contact-form label {
    color: var(--bb-yellow-color);
  }

  .contact-page__entry-content {
    font-size: 18px;
     font-display: swap;
  }

  .contact-list-section {
    position: relative;
  }

  .contact-list-section-inner {
    background-color: var(--bb-yellow-color);
    height: 100%;
    margin-bottom: 2rem;
    padding: 30px 15px;

    position: relative;
    z-index: 9;
    /*width: calc(100% - 10px);*/
    width: 100%;
    top: -10px;
    right: 10px;
    text-align: center;
    color: #000000;


  }

  .contact-list-section-inner-bg {
    background-image: url('mesh-mobile.svg');
    background-size: contain;
    background-repeat: repeat-x;
    background-position: 100% 100%;

    width: calc(100% - 26px);
    height: 100%;
    position: absolute;
    z-index: 0;
    top: 0px;
    left: 26px; /* add 16px to 10px for col-md-4 */

  }
  .contact-list-section-inner .contact-list-item {
    margin-bottom: 10px;
  }
  .contact-list-section-inner .contact-list-item a {
    color: #000000;
    text-decoration: none;
  }
  .contact-list-section-inner .contact-list-item a:hover {
    color: #000000;
    text-decoration: underline;
  }


/**************************************************************************************
********************* ACCOUNT PAGE ****************************************************
**************************************************************************************/

  .form-control {
    background: 0 0;
    border-color: var(--border-color);
    border-radius: 0;
    color: var(--color-primary);
  }
  form label {
    color: var(--bb-yellow-color);
  }

  #account-lottie {
    width: 427px;
    margin: 0 auto;
  }
