/** Shopify CDN: Minification failed

Line 532:0 Unexpected "}"
Line 692:0 Comments in CSS use "/* ... */" instead of "//"
Line 1249:0 Unexpected "{"
Line 1249:1 Expected identifier but found "%"
Line 1253:2 Unexpected "{"
Line 1253:3 Expected identifier but found "%"
Line 1259:0 Unexpected "{"
Line 1259:1 Expected identifier but found "%"
Line 1374:2 Unexpected "{"
Line 1374:3 Expected identifier but found "%"
... and 8 more hidden warnings

**/
/* HOMEPAGE */

.Slideshow__Content {
	width: 50%;
}

.Slideshow__Content--middleRight, .Slideshow__Content--bottomRight {
	right: 0;
}

.Slideshow__Content--bottomRight {
	left: auto;
}
  
  
.Slideshow__Content--middleRight {
    transform: translate(0%, -30%);
}

#shopify-section-1612999301c3164738 {
	background-color: rgba(196,206,218,.25);
  margin-top: 80px;
}

@media only screen and (max-device-width: 1024px) {
  #section-slideshow .Button {
    font-size: 10px;
  }
  .ButtonGroup--sameSize .ButtonGroup__Item {
  	max-width: 400px;
  }
}

/* PRESS CONTAINER */

.press-container {
	display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 300px;
  justify-content: center;
  align-items: center;
}

.logo-bar-section {
  width: 12%;
  margin: 2%;
}

.logo-bar-section svg, .logo-bar-section img {
	width: 100%;
}

@media only screen and (max-device-width: 1024px) {

  .logo-bar-section {
  	width: 28%;
  }
}


/* NAVIGATION */

.HorizontalList__Item:first-child a {
	font-weight: 800;
}
.MegaMenu__Item a {
	font-weight: 600;
}


/* PRODUCT PAGES */

/* Description container */

.Product__Info {
	max-width: 500px;
}

@media screen and (min-width: 1008px) {


  .Product__Info {

    width: 450px;

  }
 
}

@media screen and (min-width: 1140px) {
  .Product__Info {
    width: 500px;
  }

}

.Product__Gallery {
	margin-left: 0;
}

.ProductMeta__Description {
	border-top: none;
  padding-top: 0px;
}


/* THUMBNAILS */

.Product__SlideshowNav--thumbnails {
	width: 80%;
}

/* TABS */
  
  ul.tabs {
  border-bottom: 1px solid #DDDDDD;
  display: block;
  margin: 0 0 20px;
  padding: 0;
}
ul.tabs li {
  display: block;
  float: left;
  height: 30px;
  margin-bottom: 0;
  padding: 0;
  width: auto;
}
ul.tabs li a {
  -moz-border-bottom-colors: none;
  -moz-border-image: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  display: block;
  font-size: 13px;
  height: 29px;
  line-height: 30px;
  margin: 0;
  padding: 0 20px;
  text-decoration: none !important;
  text-transform: uppercase;
  width: auto;
  color: #303030;
  border-bottom:none !important;
}
ul.tabs li a.active {
  background: #f5f3f0;
  font-weight: 600;
  color: #111111;
  height: 30px;
  margin: 0 0 0 -1px;
  position: relative;
}
ul.tabs li:first-child a.active {
  margin-left: 0;
}
ul.tabs li:first-child a {
  border-top-left-radius: 2px;
  border-width: 1px 1px 0;
}
ul.tabs li:last-child a {
  border-top-right-radius: 2px;
}
ul.tabs:before, ul.tabs:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  width: 0;
}
ul.tabs:after {
  clear: both;
}

@media only screen and (max-device-width: 1024px) {
  ul.tabs li a {
	font-size: 10px;
    padding: 0 10px;
  }
}

/* Enhanced Content */

.EC_Wrapper {
	width: 80%;
	margin: 60px auto;
}

.EC_Wrapper_FullWidth {
	background: #f5f3f0;
  padding: 5% 10%;
}

.enhanced-section {
	margin: 50px 0;
  padding: 50px 0;
}

.enhanced-flex {
	display: flex;
    align-items: center;
}

.ec-item {
	flex: 1;
}

.ec-image img {
	width: 80%;
}

.image-right {
	margin-left: 10%;
}

.ec-text h2, .enhanced-full h2, .before-after-section h2 {
  font-family: adobe-caslon-pro, serif;
  font-weight: 400;
  font-size: 28px;
  font-style: normal;
  letter-spacing: 0.05em;
}

.enhanced-full {
	text-align: center;
}

.before-after-section {
	text-align: center;
}

.flex-reverse {
	flex-direction: row-reverse;
}

.content_data_extract {
	width: 100%;
    display: flex;
  align-items: center;
    padding: 15px 0 25px 0;
    border-bottom: 1px solid;
}

.block_img {
	flex: 1;
  display: inline-block;
}

.block_txt {
	flex: 4;
  	display: inline-block;
  margin-left: 10px;
}

.block_txt h3 {
	color: #000000;
    font-size: 20px;
    font-weight: 700;
  text-transform: uppercase;
}

.ingredients-list {
  background-color: #1c1f2a;
  display: flex;
  padding: 25px;
}

.ingredients-flex {
	flex: 1;
}

.ingredients-list .list-item {
    margin: 20px 0;
  padding: 0 25px;
}

.ingredients-list .list-item img {
    max-width: 34px;
    max-height: 34px;
    display: inline-block;
    width: 10%;
}

.ingredients-list .list-item .list-item-info {
    display: inline-block;
    width: 88%;
    vertical-align: top;
    padding-left: 20px;
  color: #ffffff;
  text-align: left;
}

.ingredients-list .list-item p {
       margin: 0 0 25px 0;
}

.ingredients-list .list-item h3 {
	text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 600;
}

.ingredients-list .list-item a {
    color: #c4ceda;
  font-weight: 600;
  text-decoration: underline;
}


.free-from {
	border-top: 2px solid #ffffff;
  padding-top: 40px;
}

.flex-full-ingredients p {
	font-size: 10px;
}

.howtovid {
	margin-left: 5%;
}

.howtovid iframe {
  background-color: #1c1f2a ;
  padding: 5%;
}

@media only screen and (max-device-width: 1024px) {
  .enhanced-flex, .ingredients-list {
  display: block;
  }
  .ingredients-list {
  	padding: 5px;
    font-size: 12px;
  }
  .enhanced-full h3, .enhanced-full h2 {
  	text-align: center;
  }
  .EC_Wrapper {
  	margin: 30px auto;
  }
  .ec-image {
  	margin: 20px auto;
  }
  .ec-image img {
  	width: 100%;
  }
  .enhanced-section {
  	margin: 20px auto;
    padding: 10px 0;
  }
  .howtovid {
	position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
    margin-left: 0%;
}

.howtovid iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
	}
}

/* SWATCHES */

.product-swatches {
	display: flex;
  margin-top: 45px;
}

@media only screen and (max-device-width: 1366px) {
  .product-swatches {
  	
  }
}

.swatch-item {
	flex: 1;
	margin-right: 10px;
  position: relative;
  flex-basis: 16.6%
}

.swatch-item img {
	width: 80%;
  display: block;
  margin-top: 10px;
}

.swatch-text {
    position: absolute;
    font-size: 12px;
    border: 1px solid #DDDDDD;
    padding: 5px;
    width: 100px;
    background-color: white;
    z-index: 1;
    opacity: 0;
    left: 20px;
    top: 35%;
    margin: 0 auto;
}
.swatch-item:hover .swatch-text {
    opacity: 1;
}
/* SUBSCRIPTION TERMS */

.subscription-terms {
	font-size: 12px;
}

/* FAQ */

.faq-custom-footer {
	margin-top: 50px;
}

/*============================================================================
#PFA Sections
==============================================================================*/
.plume-heading-first{
  font-family: $fontPrimaryLight;
  font-size: 32px;
  line-height: 36px;
  font-weight: 100;

}

.plume-bg-color2 {
    background-color: #1c1f2a;
}

.plume-color1 {
    color: white;
}

.page-pfa .pfa-content {
    width: 100%;
    padding: 7%;
    text-align: center;
}

@media only screen and (min-width: 769px)
.plume-heading-first {
    font-size: 42px;
    line-height: 48px;
}

.plume-heading-first {
    font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
    font-size: 48px;
    margin-bottom: 3%;
    font-weight: 100;
  text-transform: uppercase;
}


@media screen and (min-width: 768px)
.page-pfa.pfa-center .pfa-content {
    text-align: center;
    margin: auto;
    padding: 7% 0;
}

@media only screen and (min-width: 481px)
.page-pfa.pfa-center .pfa-content {
    text-align: center;
    margin: auto;
}
@media screen and (min-width: 768px)
.page-pfa .pfa-content {
    width: 50%;
    padding: 7% 0 8% 5%;
    text-align: left;
}
@media only screen and (min-width: 481px)
.page-pfa .pfa-content {
    width: 50%;
    text-align: left;
    padding: 5%;
}

.plume-paragraph-reg {
    font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    line-height: 18px;
}

.page-pfa{
  margin: 0 25px;
  background-size: cover;
  background-repeat: no-repeat;
  }

  &.pfa-bg-center{
    background-position: center;
  }
  &.pfa-bg-left{
    background-position: left;
  }
  &.pfa-bg-left-bottom{
    background-position: left bottom;
  }
  &.pfa-bg-right{
    background-position: right;
  }
  .remove-margin-bottom{
    margin-bottom: 0;
  }
}

  .pfa-content{
    width: 100%;
    padding: 20%;
    text-align: center;
    .plume-paragraph-italic{
      margin-bottom: 0;
    }
  }

/* Medium */
@media only screen and (min-width: ($small + 1px) ){

  .page-pfa{
    .pfa-content{
      width: 50%;
      text-align: left;
      padding: 5%;
    }
    &.pfa-center{
      .pfa-content{
        text-align: center;
        margin: auto;
      }
    }
  }

}

@include at-query($min, $medium) {
  .page-pfa{
    &.pfa-center{
      .pfa-content{
        text-align: center;
        margin: auto;
        padding: 7% 0;
        p{
          width: 82%;
          margin: auto;
          &.add-margin-bottom{
            margin-bottom: 25px;
          }
        }
      }
    }
    .pfa-content{
      width: 50%;
      padding: 7% 0 8% 5%;
      text-align: left;
      p{
        width: 70%;
      }
    }
  }
}

/*============================================================================
#Retailers Map
==============================================================================*/
.map-container {
	margin: 0 25px;
}

.retailer-content.border-bottom {
    padding-bottom: 50px;
    margin-bottom: 50px;
    margin-top: 50px;
    border-bottom: 1px solid black;
}
  
.store-list .grid__item {
    padding-left: 0;
}
@media only screen and (min-width: 769px)
.large--one-third {
    width: 33.333%;
}
.grid__item {
    float: left;
    min-height: 1px;
    padding-left: 50px;
    vertical-align: top;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.grid {list-style: none;}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}
 
@media only screen and (min-width: 769px)

#bold_store_locator_container {
    height: 626px;
    font-family: "Montserrat","Helvetica Neue",Arial,sans-serif;
    -webkit-font-smoothing: antialiased !important;
    -moz-font-smoothing: antialiased !important;
    -o-font-smoothing: antialiased !important;
}
    
    .wrapper-no-max{
  max-width: none;
  padding: 0 25px;
}

.retailer-content{
  width: 90%;
  margin-left: 5%;
}

.retailer-content  a{
    display: inline-block;

  }
.retailer-content  li{
    padding: 0 4%;
  }
.retailer-content  a img{
    max-width: 120px;
  }

.retailer-content  h5{
    margin-top: 50px !important;
    margin-bottom: 50px;
  }

.push--one-tenth {
    left: 10%;
}

[class*="push--"] {
    position: relative;
}

.text-center {
    text-align: center !important;
}

.retailer-content {
    width: 90%;
    margin-left: 5%;
}

@media only screen and (min-width: 769px)
.large--eight-tenths {
    width: 80%;
}
.store-list {
    margin-bottom: 50px;
}

.featured-retailer{
  margin: 0 3%;
}
//mk-new

.retailers-map-wrap
{
  width: 100%; height: 500px;
  border: 1px solid #ddd;
  display: flex;
  margin: 0 0 20px 0;

  @include at-query($max, $small) {
    flex-direction: column-reverse;
    height: 80vh;
  }
}

#errorMessage{
  padding: 3%;
}
#map
{
  width: 70%; height: 100%;
}

#places-input
{
  width: 100%;
  height: 100%;
  border: none;
  margin:0;
  padding: 0 12px;
  font-size: 15px;
  -webkit-tap-highlight-color: rgba(0,0,0,0);

  &:focus
  {
    outline: 0;
    box-shadow:none;
  }
}

#side-bar {
  width: 30%;
  height: 100%;
  background: #F7F7F7;

  .input-wrap
  {
    display: flex;
    background-color: white;
    align-items: center;
    height: 40px;
    border-bottom: 1px solid #ddd;
  }
  .location-button
  {
    width:45px;
    height:40px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: flex-end;

    img
    {
    }
  }

  #close-locations
  {
    overflow-y:scroll;
    height: calc(100% - 40px);
    .store-wrap
    {
      border-bottom: 1px solid #eee;
      display: flex;
      flex-direction: row;
      padding: 20px 20px;
      cursor: pointer;

      &:hover
      {
        background-color: #eee;
      }

      &.section-selected
      {
        animation: flash-selected 1s 1;
        background-color: #e2edf6;
      }

      @keyframes flash-selected {
        from
        {
          background-color: rgba(28,31,42,0.5);
        }
        to
        {
          background-color: transparent;
        }

      }

      .marker
      {
        height: 20px;
        width: 20px;
        margin-top: 2px;
        border-radius: 50%;
        background-color: #1C1F2A;
        color: rgba(0, 0, 0, 0);
        text-align: center;
        line-height: 20px;
        font-size: 14px;
        font-family: 'Montserrat';
        flex:none;

      }
      img
      {
      }
      .store-info
      {
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin: 0 0 0 10px;
        .store-name
        {
          font-size: 1.14286em;
          font-family: 'Montserrat';

          text-transform: uppercase;
        }
        .store-address
        {

          font-family: $bodyFontStack;
          font-size: 15px;
          margin: 7px 0;

        }
        .store-url, .store-directions
        {
          font-family: $bodyFontStack;

          &:visited, &:link
          {
            color: inherit;
          }
        }
        .store-directions
        {
          margin:0 0 0 10px;
        }
      }

    }
  }

}

#map, #side-bar
{

  @include at-query($max, $small) {
    width: 100%;
    height:50%;
  }
}

::-webkit-input-placeholder {
  font-size: 15px;
}

    /*============================================================================
#Store Finder Override
==============================================================================*/



.search_bar {
  text-transform: uppercase;
  font-size: 14px;
    height: 136px;
  border:none !important;
}

.gm_popup {
  font-family: "Hoefler Text","Baskerville Old Face",Garamond,"Times New Roman",serif !important;
}

.gm_popup .name {
  font-weight: normal !important;
  text-transform: uppercase !important;
  font-family: "Montserrat","Helvetica Neue",Arial,sans-serif !important;
}

#bold_store_locator_container .distance {

  width: 34px;
}

#bold_store_locator_container {

  height:690px;
  font-family: "Montserrat","Helvetica Neue",Arial,sans-serif;
  -webkit-font-smoothing: antialiased !important;
  -moz-font-smoothing: antialiased !important;
  -o-font-smoothing: antialiased !important;
}

.addresses li a  {
  color:#1c1f2a;
  font-size: 10px;
  text-transform: uppercase;
}

.addresses li a .name {
  color:#1c1f2a;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: normal;
  font-family: "Montserrat","Helvetica Neue",Arial,sans-serif;
}

#bold_store_list{
  font-family: "Hoefler Text","Baskerville Old Face",Garamond,"Times New Roman",serif;
}

.addresses li {

  padding-right: 0px; 
}

#bold_header h2 {
  font-size:21px;
  font-family: "Open Sans","Helvetica Neue",Arial,sans-serif;
  font-weight: 100;

}

.search_within_distance {
  text-align: left !important;
}

.search_bar button {
  background: initial !important;
  border: solid 3px #1c1f2b !important;
  background-color: #1c1f2b !important;
  color: #fff !important;
  font-family: "Montserrat","Helvetica Neue",Arial,sans-serif;
  text-transform: uppercase !important;
  padding: 12px 20px !important;
  font-size: 1em !important;
  border-radius: 0px !important;
  box-shadow: none !important;
  text-shadow: none !important;
  margin-top: 10px !important;
  text-transform: uppercase;

  height: 54px;
  width: 151px;

}

.search_bar .search_limit {
  text-align:left !important;
  margin-top: 2px;
}

.search_bar input[type="checkbox"] {
  margin-right: 5px;
  margin-top: -1px;
}

.search_bar .search_within_distance {
  margin-top: 2px;
  margin-left:5px;
  width:13%;

}

.search_bar #limit {
  width:85px;
}

.search_filters .search_filter {
  width:175px !important;
}

.search_bar select {
  height: 36px;
  font-family: "Montserrat","Helvetica Neue",Arial,sans-serif;
}


.search_bar input[type="text"] {
  font-family: "Montserrat","Helvetica Neue",Arial,sans-serif;
}

.search_bar .search_within_distance {
  margin-top: 2px;
  width:40%;

}

.search_bar #within_distance {
  width:92px;
}

@media only screen and (min-width: ($small + 1px) ) and (max-width: ($medium) ){

  .addresses li a .name {
    font-size: 16px;
  }

  .addresses li a  {
    color:#1c1f2a;
    font-size: 13px;
    text-transform: uppercase;
  }


  .search_bar {
    height:230px;
    font-size: 14px;
  }

  .search_bar .search_within_distance {
    width:20%;
  }

}


@media only screen and (min-width: ($medium + 1px) ) {

  .addresses li a  {
    color:#1c1f2a;
    font-size: 13px;
    text-transform: uppercase;
  }

  #bold_store_locator_container {

    height:626px;

  }

  .addresses li a .name {
    font-size: 16px;
  }

  .search_bar input[type="checkbox"] {
    margin-right: 5px;
    margin-top: 0px;
  }

  .search_bar {
    font-size: 14px;
    height: 136px;
  }

  #bold_header h2 {
    font-size:26px;
  }

  .search_bar .search_within_distance {
    margin-top: 2px;
    width:13%;
    margin-left:31px;

  }

}

/* PROMO LANDING PAGE */

.bfcm-landingpage {
	background-image: url('/cdn/shop/files/PL_New-Products-LP-Background.png?v=1639406738');
	background-color: #1C1F2A;
  background-position: center; 
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 850px;
}

.bfcm-landingpage .PageContent {
	margin-top: 0;
  margin-bottom: 0;
}

/* PREORDER */

.preorder-badge.circle.collection-badge, .preorder-badge.circle  {
	background: linear-gradient(rgb(28, 31, 42) 0%, rgb(41, 45, 61) 100%) !important;
  font-size: 0.75rem !important;
}

/* 20-04-22 */

section#section-1612997272e4a5431c .press-container {
	height: auto;
}

section#section-1612997272e4a5431c .logo-bar-section {
    margin: 0 2%;
}
.ire, .ca {
    display: none;
}
 
.canada-country afterpay-placement {
    display: none;
}
 .ireland-country .ire {
    display: block;
  }
  .canada-country .ca {
    display: block;
  }
.ireland-country .usa, .canada-country .usa {
    display: none !important;
  }
  .usa-country .usa{
    display: block;
  }
/* .template-product.canada-country div#inventory-info-app {
    display: none;
} */

/* 
.gf_button-soldout {
    display: none !important;
} */
.klaviyo-notify-btn {
    background: #384571;
    color: white;
    padding: 16px 22px;
    font-size: 18px;
    display: block;
    text-align: center;
}
div#m-1679909894853 * {
    text-align: center;
}
.rc-template__button-group .rc-radio-group__options {
    display: flex;
    justify-content: center;
}
div#m-1677866360073, #m-1677866360081, #r-1680812218069,#r-1680813592416{
    z-index: 0;
    position: relative;
}



.ColorSwatch.is-active:after, .ColorSwatch__Radio:checked+.ColorSwatch:after {
    border: 1px solid currentColor!important;
    border-radius: 50%;
}

.ColorSwatch--large {
    width: 25px;
    height: 25px;
    border-radius: 50%;
}

  @media screen and (min-width: 1140px){
.Product__Gallery--withThumbnails .Product__SlideshowNav--thumbnails {
    display: table-caption!important;
    top: -435px !important;
    left: 27px;
    position: relative;
    bottom: 38px !important;
}
  }


@media screen and (min-width:768px) { 
.imag-vid.Container {
    flex-wrap: nowrap !important;
} }
 
.two-row-img-text-block__media-item.pp{    height: 100%!important;}
.two-row-img-text-block__media{    height: 100%!important;}.two-row-img-text-block__media-item.pp img{object-fit:cover;    height: 100%!important;}
.two-row-img-text-block__media-item img { 
    height: 100%!important;}

 
.section-img-txt img {
    height: 100% !important;
}
@media only screen and (min-width: 1441px){
 
.two-row-img-text-block__media-item.pp{height:100%}
.two-row-img-text-block__media{height:100%}.two-row-img-text-block__media-item.pp img{object-fit:cover;}
.two-row-img-text-block__media-item img { 
    height: 100%!important;}
  }

@media screen and (min-width: 1641px) {
 
.two-row-img-text-block__media-item.pp{height:100%}
.two-row-img-text-block__media{height:100%}.two-row-img-text-block__media-item.pp img{object-fit:cover;}
.two-row-img-text-block__media-item img { 
    height: 100%!important;}
  }  div#shopify-section-template--20519150223662__08f3077f-cf6f-4907-a50e-a9d8b1719920 .two-row-img-text-block__media-item img {
    height: 100%!important;
}.customer-results__mediao.neh {
    height: 100%;
}


@media screen and (min-width: 1600px) { .imag-vid.Container{padding:0!important;} }


.customer-results__tile.customer-results__fullwidth_images {
    border-radius: 20px;
    padding-bottom: 20px;
}

@media screen and (max-width: 600px) { 
h2.img-txt0heading-why {
    padding-left: 20px;
    margin: 0;
    padding-top: 10px;
}

}
.img-sec img { 
    object-fit: contain;
}
.hidden.shg-lightbox {
    display: none;
}
.customer-results__images.customer-results__full_images img{height:auto!important;}



/* Background color for all sections */
div#shopify-section-template--20728141316398__b205349c-57e1-489a-854c-4858c5524581 {
    background: #d3dbe2;
}


    .img-sec img { 
   height:120px!important;height:120px!important;
    padding: 14px 20px!important;object-fit:fill;
}
    

.ProductForm__BuyButtons
.iia-container {
    margin-bottom: 0!important;
}

{% if product.url contains 'amplify' %} 
 .customer-results__images.customer-results__full_images img {
    height:auto!important;
}
  {% endif %}





{% if product.url contains 'eyelash-and-eyebrow-enhancing-serum' %} 
  .bundle-it {
    display: flex;
    justify-content: center;
    border-radius: 6px;
    margin: 24px 0;
    border: 1px solid #c7c1c1;
    align-content: initial;
}
.bundle-img img {
    width: 92%;
    margin: 9px;
}
.bundle-img {
    width: 22%;
}

.bundle-detail {
    display: flex;
    width: 78%;
    justify-content: space-between;
    padding: 20px;
    border-left: 1px solid #c7c1c1;
}

.bundle-detail h3 {
    width: 50%;
}

.bundle-detail div {
    width: 50%;
}

.starts {
    direction: rtl;
}.showmobilvar{display:none;}
  @media screen and (max-width: 767px){

    .bundle-productus2{display:flex;    flex-direction: column-reverse;}
.usprodescmobile{display:flex;    flex-direction: column-reverse;}
button.ProductForm__AddToCart.Button.Button--secondary.Button--full.iia-disabled-button {
    position: relative !important;
    top: 25px !important;
    right: -10px !important;
}.showmobilvar1{display:none;}.showmobilvar{display:block;}
 
  .product-buy-qnt { 
    margin-top: -70px;
} } @media screen and (max-width: 1007px){.Product__Gallery.Product__Gallery--withThumbnails {
    position: relative; 
}.imag-vid.Container {
    flex-wrap: wrap!important
} .one-row-img-text-block, .two-row-img-text-block {
    width: 100%; 
} .two-col-text-block__column {
    width: 100%;
    padding: 20px !important;
} .two-col-text-block__columns.hide-mobile-flex { 
    flex-direction: column;
}}@media screen and (max-width: 768px){.Product__Gallery.Product__Gallery--withThumbnails {
    position: relative; 
}.imag-vid.Container {
    flex-wrap: wrap!important
}  .one-row-img-text-block, .two-row-img-text-block {
    width: 100%; 
} .two-col-text-block__column {
    width: 100%;
    padding: 20px !important;
}  .imag-vid.Container h4 {
  
    margin-bottom: 0px!important;
}}@media screen and (max-width: 1024px){.Product__Gallery.Product__Gallery--withThumbnails {
 .imag-vid.Container h4 {
  
    margin-bottom: 0px!important;
}
}.imag-vid.Container {
    flex-wrap: wrap!important
}  .one-row-img-text-block, .two-row-img-text-block {
    width: 100%; 
} .two-col-text-block__column {
    width: 100%;
    padding: 20px !important;
}.two-col-text-block__columns.hide-mobile-flex { 
    flex-direction: column;
} h2.img-txt0heading-why {
    margin-bottom: -20px;}
      .imag-vid.Container {
    flex-wrap: nowrap !important;
    flex-direction: column;
}                                 
                                     
                                       }
  .two-col-text-block__column:first-child {
    padding-bottom: 0!important;
}
  
  .ProductForm__BuyButtons{    justify-content: center;
    align-items: center; 
    margin-left: 10px;}button.ProductForm__AddToCart.Button.Button--secondary.Button--full {
    margin-top: 25px;
}.two-col-text-block__column h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
}.Product__Info { 
    background: #fff;
    padding-left: 10px;
} .Product__SlideshowNavScroller {
    display: grid;
    bottom: 0px!important;
    position: relative;
}


  {% endif %}

#us-addtocart-sticky {
display:none;
}


  @media screen and (max-width:480px){  .two-col-text-block__columns.hide-mobile-flex 
.two-col-text-block__column:first-child {
    padding: 0!important;
}.Container {
    margin: 0 auto;
    padding: 0 14px;
} .Button, .shopify-payment-button__button--unbranded, input.spr-button-primary, .spr-summary-actions-newreview, .spr-button-primary:not(input), .spr-pagination-prev>a, .spr-pagination-next>a {
   
    padding: 14px 18px}  }



{% if product.url contains 'eyes-that-mesmerize-holiday-kit' %} 
  @media screen and (max-width:480px){ .product-buy-qnt {
    margin-top: 0px;
}.product-buy-qnt {
    margin-top: -30px!important;margin-bottom:-15px;
}
.ProductMeta__Description {
    border-top: none;
    padding-top: 0px;
    /* display: none; */
}
                                     }
  {% endif %}

@media screen and (max-width: 1024px){
.Product__Gallery.Product__Gallery--withThumbnails {
    width: 70%;
    height: 70%;
    margin: 0 auto;
}

}

@media screen and (max-width:767px){
.Product__Gallery.Product__Gallery--withThumbnails {
    width: 80%;
    height: 80%;
    margin: 0 auto;
}

}
.usunderline{text-decoration:underline!important;font-size:20px!important;}

@media screen and (max-width: 767px){
.two-col-text-block__column h4.usunderline {
 text-decoration:underline!important;font-size:20px!important;
}}



 .ProductForm__BuyButtons{    justify-content: center;
    align-items: center; 
    margin-left: 10px;}button.ProductForm__AddToCart.Button.Button--secondary.Button--full {
    margin-top: 25px;
}.two-col-text-block__column h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
}.Product__Info { 
    background: #fff;
    padding-left: 10px;
} .Product__SlideshowNavScroller {
    display: grid;
    bottom: 0px!important;
    position: relative;
}
.usnew-blockbuttons .ProductForm__BuyButtons {
    justify-content: center;
    align-items: center;
    margin-left: 10px!important;
    width: 50%!important;
}div#shopify-block-29280415-e022-478b-87d9-efc42522083a {
    width: 100%;
    max-width: 400px;
}.usnew-blockbuttons {
    display: flex;
    flex-wrap: wrap;
}.usnew-blockbuttons .ProductForm__BuyButtons {
    justify-content: center;
    align-items: center;
    margin-left: 10px!important;
    width: 50%;
}div#shopify-block-29280415-e022-478b-87d9-efc42522083a {
    width: 100%;
    max-width: 400px;
}.usnew-blockbuttons {
    display: flex;
    flex-wrap: wrap;
}
.HorizontalList__Item {
    display: inline-block;
    margin: 2px;
}.afterpay-main-text {
     font-size: var(--messaging-font-size, 12px)!important;
}.Footer__PaymentList svg {
    opacity: .8;
    width: 32px;
    height: 20px;
}

{% if product.url contains 'instant-hairline' %} 
 
@media screen and (max-width: 767px) {
.imag-vid.Container {
    padding-right: 20px!important;
}}
  {% endif %}


@media screen and (max-width: 1023px) {

.Product__Info {
    background: #fff;
    padding-left: 10px;
    margin-top: 80px;
}
}
@media screen and (max-width: 767px) {

.Product__Info {
    background: #fff;
    padding-left: 10px;
    margin-top: 20px;
}
}


@media screen and (max-width: 1024px){
#us-addtocart-sticky {
display:block;
} }

.ac-recommender-box-button { 
    border: 1px solid #1b1e28!important;
    background: #1b1e28!important;}

.ac-recommender-box-button:hover { 
    border: 1px solid #000!important;
    background: #000!important;}


@media screen and (min-width: 1008px)
 {
 
.Product__Gallery.Product__Gallery--withThumbnails {
  position: sticky!important;
  top: 40px;
}
}

@media screen and (max-width: 1008px)
  {
  
.Product__Gallery.Product__Gallery--withThumbnails {
  position: relative!important;
  top: 40px;
}

 
.Product__Gallery {  position: relative!important;
    padding-bottom: 50px!important;
 
}
    
}
/* Vishal CSS */
.ingradient-elite h3 {
    font-size: 30px;
    margin-bottom: 20px;
}
.ingradient-elite {
    text-align: center;
    max-width: 1000px;
    margin: 0 auto;
}
