/** Shopify CDN: Minification failed

Line 1700:0 Unexpected "}"
Line 1740:25 Expected identifier but found "0"
Line 2014:1 Expected "}" to go with "{"

**/
.product_desc_styles .VideoWrapper {
  max-width: 75%;
  margin: auto;
}

.origins-customers ol {
  font-size: 1.25em;
}

.origins-customers-img {
  margin: 1em auto 0;
  max-width: 500px;
}

.origins-customers-img p {
  font-size: .8em;
  margin: 0 !important;
  text-align: center;
}  

.origins-customers-img img {
  border: 2px solid darkblue;
  margin: 0 0 1em;
  filter: drop-shadow(3px 6px 6px #c1c1c1);
}


.QuantitySelector--large, .QuantitySelector__CurrentQuantity {
  margin-bottom: 0 !important;
}

/** BRAND AMBASSADOR SECTION **/

.brandAmbassador {
  color: black;
}

.baSegment {
  background-image: url("https://cdn.shopify.com/s/files/1/0079/1596/2441/files/ba_background.jpg?v=1688750887");
  background-size: cover;
  width: 100%;
  min-height: 500px;
  background-color: #ffbd59;
  padding: 50px 0 0 5%;
}

.baSegment h1, .baSegment h2, .baSegment h3, .baCallout  {
    font-family: "new-spirit", serif;
    font-weight: 500;
    font-style: normal;
    line-height: 1;
}

.baSegment h1  {
    font-size: 4.25vw;
    margin: 60px 0 15px;
}

.baSegment h2 {
   font-size: 2em;
  margin: 0 0 2em !important;
}

.baSegment h3 {
     font-size: 2em;
      margin: 1em 0 0.5em !important;
}

.baSegment p {
  font-size: 1.25em;
  margin-bottom: 10px !important;
}


.baSegment img {
  margin: 0 !important;
  border: 1px solid black;
  border-radius: 10%;
}

p.baCallout {
  color: black;
    text-align: center;
    padding: 0 15% 0 10%;
    font-size: 1.5em;
    line-height: 1.5;
    margin-bottom: 2em !important;
}

.baColHalf {
  float: left;
  width: 45%;
  margin-right: 5%;
}

.baColThird {
  float: left;
  width: 30%;
  margin: 0 3% 50px 0;
  min-height: 200px;
  font-size: .75em;
}

.baHeroImage {
  margin: 0 !important;
}

.baSegment a {
  display: block;
  background-color: black;
  color: orange;
  padding: 10px;  
  width: 150px;
  text-decoration: none !important;
  text-align: center;
}

.baColumn {
  float: left;
  width: 45%;
}

@media only screen and (max-width: 768px)  {
	.baSegment {
      text-align: center;
      padding: 50px 5%;
  }
  
  .baSegment h1 {
    font-size: 2.5em;
    margin: 18px 0 15px;
  }
  
  .baSegment h2 {
    margin: 0 0 0.5em !important;
  }
  
  .baSegment a {
    margin: auto;
  }
 
  .baColHalf {
	  width: 100%;
  }
  
  .baColThird {
   float: none;
   width: 70%;
   margin: auto;
   font-size: .75em;
  }
  .baColThird img {
    width: 75%;
    margin: auto !important;
  }
  
}

/* make promo code font smaller in text */

span.Cart__Taxes.Text--subdued {
  font-size: smaller;
}

/* Giveaway rules 2023 */

.giveawayRules2023 li {
  margin-top: 1em
}

.giveawayRules2023 ol > li::marker {
  font-weight: bold;
}

#onetrust-consent-sdk #onetrust-banner-sdk a[href], #onetrust-consent-sdk #onetrust-banner-sdk a[href] font, #onetrust-consent-sdk #onetrust-banner-sdk .ot-link-btn {
    color: orange !important;
    border: none !important;
}

#onetrust-consent-sdk #onetrust-accept-btn-handler, #onetrust-banner-sdk #onetrust-reject-all-handler  {
    background-color: orange !important;
    border-color: orange !important;
    color: #FFFFFF;
}

#onetrust-consent-sdk #onetrust-pc-btn-handler, #onetrust-consent-sdk #onetrust-pc-btn-handler.cookie-setting-link {
    color: orange !important;
    border-color: orange !important;
    background-color: #FFFFFF;
}

/* free shipping banner turn on/off. turn on after bfcm

.Cart__ShippingNotice {
    display: none;
}

.EmptyState .Text--subdued {
  display: none;
}

  
.SectionHeader--center .SectionHeader__Description {   display: none !important;
}
*/

/* BFCM 2022 FAQ Page */

.bfcm2022faq h1 {
  text-align: center;
  font-weight: bold;
  color: darkorange;
}

.bfcm2022faq h2 {
    margin: 1em 0 0 !important;
    font-weight: bold;
    font-size: 1.25em;
    color: darkorange;
}

.bfcm2022faq h3 {
  margin: 1em 0 0;
  font-weight: bold;
  font-size: 1em;
}

.bfcm2022faq p {
  margin: 0 0 1em  !important;
}

/*  KEEP THE COLLECTIONS PAGES FROM FILLING A WHOLE PAGE */
.CollectionInner {
  max-width: 1200px;
  margin: auto;
} 

/* Shut down orders - make active to prevent orders in store, annual Warehouse shutdown delete '~' here --> *~/

.ProductForm__AddToCart, .ProductForm__Label, .ProductForm__QuantitySelector {display: none;}

.Cart__Checkout {display: none;}

#productBoughtTogether {display: none;}

/*** ALSO UNCOMMENT CODE UNDERNEATH LINE 313 in header.liquid IN EDIT CODE ***/ 

/*** HOW TO PAGE STYLES ***/

.how-to-scroller {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 30%;
  gap: var(--size-3);
  overflow-x: auto;
  overflow-behavior-inline: contain;
}

.howtoContent {
  text-align: center;
  display: none;
}

.hts-element {
  margin-right: 5px;
    font-weight: bold;
}


.hts-element > img {  
  margin: 0;
}

.snapz-inline {
  scroll-snap-type: inline mandatory;
}

.snapz-inline > * {
 scroll-snap-align: center;
}

.vertical-scroll::-webkit-scrollbar {
  height: 2em;
}

.vertical-scroll::-webkit-scrollbar-track {
  background: #ffbb40;
  border-radius: 100vw;
  margin-block: 0.5em;
}

.vertical-scroll::-webkit-scrollbar-thumb {
  background: #bb7c0a;
  border: 0.25em solid #ffbb40;
  border-radius: 100vw;
}

.vertical-scroll::-webkit-scrollbar-thumb:hover {
  background: #5e4518;
}


@media only screen and (max-width: 719px)  {
  .how-to-scroller {
	  grid-auto-columns: 75%;
  }
}

.pro-only {
  margin-top: 2em;
  max-width: 1200px;
  margin: auto;
  text-align: center;
}

.pro-only h2 {
  text-align: center;
  font-weight: bold;
  margin-top: 1em;
  font-size: 1.25em;
  line-height: 1.2em;
}

.pro-only a {
  text-decoration: underline;
  color:  #FF7CAC;  
}

.pro-only-second-info {
  max-width: 600px;
  text-align: center;
  margin: auto;
}

.pro-only-button {
  float: left;
  width: 45%;
  margin: 1em 0 0 5%;
}

.pro-only-button a {
  display: block;
  text-transform: uppercase;
  background-color: #ff9e1b;
  color: white;
  text-decoration: none;
  font-weight: bold;
  margin: 0 10% 1em;
  padding: .25em 0;
}

.pro-only-button a:hover {
  background-color: #d0992e;
}

/* Fix header getting buried under top scrolling banner when scrolled */

.shopify-section--header {
  top: 30px;
}

@media only screen and (max-width: 719px)  {
  .shopify-section--header {
  top: 30px;
  }
}


/****2022 NEW CONTACT US PAGES STYLE ****/

.contactus2022 {
  text-align: center;
}

/**** BEZW LANDING PAGE 6/22 ****/
.bezw-promo {
 background-color: lightyellow;
  border-left: 3px solid white;
  border-right: 3px solid white;
  padding: 10px;
}

.bezw-promo h2 {
  margin: 0 !important;
}

.bezw-promo h2.instruct {
	font-size: 1.5em;
}

.bezw-button {
    text-align: center;
    display: block;
    background-color: #FF7CAC;
    border: 1px solid #FF7CAC;
    text-decoration: none !important;
    color: white !important;
    width: 200px;
    margin: 25px auto;
    font-size: 1.25em;
}
.bezw-button:hover {
  color:  #FF7CAC !important;
  background-color: white;
  text-decoration: none !important;
}


.bezw2022-wrap {
  border: solid 1px LightGray;
  background: white;
  text-align: center;
  color: black;
}

.bezw2022-wrap h2 {
  line-height: 1.3;
  margin-bottom: 5px;
}

.bezw2022-wrap h3 {
  color: black !important;
}

a.bezw2022-buynow {
  display: block;
  background: #FF7BAC;
  color: black !important;
  text-transform: uppercase;
  font-family: 'Rubik', sans-serif; 
  font-weight: 700;
  font-size: 2em;
  width: 25%;
  margin: 10px auto;
  text-decoration: none !important;
  line-height: 1.1;
  padding: 3px;
}

a.bezw2022-buynow:hover {
  background: black;
  color: white !important;
}

.bezw2022-comingSoon {
  background: #FF7BAC;
  color: white;
  text-transform: uppercase;
  font-family: 'Rubik', sans-serif; 
  font-weight: 700;
  font-size: 2em;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: black;
}

.bezw2022-main-logo {
  float: left;
  width: 50%;
}

.bezw2022-main-logo img {
  margin: 3em 0 1em;
}  

.bezw2022-main-model {
  float: right;
  width: 50%;
}

h2.bezw-caption {
  color: #7f3f97;
  font-style: italic;
  font-weight: bold;
  font-size: 2em;
  margin: 0 !important;
}

ul.bezw-mainfeatures {
  text-align: left;
  font-weight: bold;
  margin: 1em 0 1em 25%;
  
}

ul.bezw-mainfeatures li {
	padding: 0;
  text-transform: uppercase;
}

p.bezw-boximage_caption {
  color: #7f3f97;
  font-weight: bold;
  font-size: 1.25em;
}

.bezw-floatleft {
  float: left;
}

.bezw-floatright {
  float: right
}

.bezwFeatures-copy {
  width: 60%;
  padding-top: 3em;
}

.bezwFeatures-copy h3 {
  font-family: 'Rubik', sans-serif; 
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 1.5em;
  line-height: 1;
}

.bezwFeatures-copy p {
  font-family: 'Rubik', sans-serif; 
  font-weight: 300;
  font-size: 1.25em;
  line-height: 1.25;
  margin-bottom: 5px !important;
}

.bezwFeatures-image, .bezwFeatures-image .comb  {
  width: 40%;
}

.comb {
  margin-top: 40px;
}

.bezwFeatures-image img {
  margin: 0;
}

h3.bezwh2-topmargin {
  margin-top: 6em;
}

.bezw-rowBreak {
  clear: both;
  margin-bottom: 0;
}

.tubes {
  text-align: right;
}

.usage-wrap {
  margin: auto;
  max-width: 800px;
}

.usage-wrap h2 {
  line-height: 1.3;
  text-align: center;
  font-size: 1.25em;
  color: red !important;
}

.usage-step-3up {
  float: left;
  width: 33.33%;
  padding-right: 5%;
  margin: 1em 0;
  font-weight: bold;
}

.usage-step-3up img {
  margin: 0
}


@media only screen and (max-width: 1000px)  {
     h3.bezwh2-topmargin {
      margin-top: 2em;
      }
}

@media only screen and (max-width: 719px)  {
  .bezw2022-main-logo {
    width: 100%;
  }
  
  .bezwFeatures-image {
    width: 60%;
  }

  .bezwFeatures-copy  {
    width: 40%;
    padding: 15px 1em;
  }
  
  .bezwFeatures-copy br {
    display: none;
  }
  
  .bezwFeatures-copy h3 {
    margin-top: 0;
    font-size: 1.2em;
  }
  
    .bezwFeatures-copy p {
    font-size: 1em;  
  }
  
  .bezw-rowBreak {
    margin-bottom: 2em;
  }

  .comb  {
    width: 50%;
    margin-top: 20px;
  }
  
  .comb-copy {
    width: 50%;
  }
  
    h3.bezwh2-topmargin {
      margin-top: 2em;
      } 
  
  .tubes {
    width: 50%;
    text-align: center;
    padding-left: 20px;
  }
  
  a.bezw2022-buynow {
  	width: 75%;
  }
  
  .bezw-promo h2.instruct {
	font-size: 1.25em;
	}

  
}

@media only screen and (max-width: 700px)  {
  .usage-step-3up {
    width: 100%;
    padding-right: 0;
  }
}

/**** NEW LOYALTY PAGE 5/2022 ****/

#ll2022-container {
  text-align: center;
}

#ll2022-container h2 {
  display: block;
  background-color: black;
  color: white;
  width: 100%;
  margin: 2em auto 0;
}

.ll2022-step {
  float: left;
  width: 33.33%;
}

.twoup-container {
  width: 100%;
  margin: auto;
}

.twoup {
  width: 25%;
}

.ll2022-step img {
  margin-bottom: 0;
}

.ll2022-step h3 {
  margin: 0 0 0 0;
  font-weight: 800;
}

.ll2022-step p {
  font-size: 1.25em;
  line-height: 1.3em;
  padding: 0 1em;
}

#ll2022-container ol {
  text-align: left;
  display: block;
  font-size: 1.25em;
  width: 50%;
  counter-reset: item;
  margin:2em auto 1.5em;
  padding:0;
 }

#ll2022-container ol>li {
  margin:0;
  padding:0 0 2em 2em;
  text-indent:-2em;
  list-style-type:none;
  counter-increment:item;
}

#ll2022-container ol>li:before {
  display:inline-block;
  width:1.5em;
  padding-right:0.5em;
  font-weight:bold;
  text-align:right;
  color: #ffb135;
  content:counter(item) ".";
}

#ll2022-container ol li img {
  margin: 0;
}

.ll-click_icon {
  float: right;
  width: 20%;
}

@media only screen and (max-width: 720px)  {
  .ll2022-step {
    float: none;
    margin: auto;
    width: 60%;
  }
  
  .twoup {
    width: 50%;
    float: left;
  }
  
  .twoup-container {
    width: 79%;
  }
  
    #ll2022-container h2 {
      width: 75%;
  }
  
  #ll2022-container ol {
    width: 80%
  }
}

#_form_622B76E076960_._inline-form, #_form_622B76E076960_._inline-form ._form-content, #_form_622B76E076960_._inline-form input, #_form_622B76E076960_._inline-form ._submit
{
  font-family: 'Metro Nova' !important;
}

#_form_622B76E076960_._inline-form ._submit {
/* still trying to center the button in the newsletter signup form */
}


/* VIVID LANDING PAGE STYLES */
a.vivid-swatch {
  display: block;
  float: left;
  width: 25%;
  text-align: center;
  text-decoration: none !important;
  height: 180px;
  border-right: solid 1px white;
}

@media only screen and (max-width: 719px)  {
  a.vivid-swatch { width: 50%;}
}

a.vivid-swatch img {
  min-width: 100%;
  height: 80%;
  margin: 0;
}

.loyalty-button {
    text-align: center;
    display: block;
    background-color: orange;
    border: 1px solid orange;
    text-decoration: none !important;
    color: white !important;
    width: 150px;
    margin: 25px auto;
    font-size: 1.5em;
}
.loyalty-button:hover {
  color: orange !important;
  background-color: white;
  text-decoration: none !important;
}


/** This style is just to background-color the skin allergy test div **/
#section-1640181947bf24325d {
  background-color: #fef5e1;
}

.Cart__Checkout {
  margin-bottom: 55px;
}

/*.minmaxify-p {
  color: grey !important;
}*/

.freebie-friday p {
  margin-bottom: 1em;
}

/** Why is the the description section only 600 px max? **/
.SectionHeader__Description {
 max-width: 1200px !important; 
}

/*** Mobile First  ****/ 

.banner-wrap {
  text-align: center;
}
.banner-wrap h3 {
  margin: 1em 0 0 0;
}

.banner {
  margin: 1em 0 0; 
  background-color: beige; 
  border: solid 2px black;
  padding: 2em 0;
}

.banner a {
  color: purple !important;
}

.banner a:hover {
  color: black !important;
}

.banner h2 {
  margin: 0 !important;
  line-height: 1em;
}

.mfDiv {
  border-bottom: solid 3px darkgrey;
  max-width: 1200px;
  margin: auto;
}


.mfDiv h2 {
  text-transform: uppercase;
}


.mfCategory {
  width: 30%;
  font-size: .8em;
  float: left;
  margin-bottom: 1em;
}

.mfCategory a {
  text-decoration: none !important;
  color: darkgrey !important;
}


.mfCategory a:hover {
  color: orange !important;
}


.mfCategory img {
  margin: 0 0 10px;
}

.mfCategorySpacer {
  width: 5%;
  float: left;
}

a.mfBanner {
  border: solid 1px black;
  display: block;
  text-decoration: none !important;
  color: white !important;
  text-align: center;
  -webkit-transition: background 1s !important; /* For Safari 3.0 to 6.0 */
  transition: background 1s !important; /* For modern browsers */
}

.bsp-designer {
 background: #bc2a8d !important;
}

.bsp-regular {
  background: #a62517;
}

a.mfBanner:hover {
  
    color: yellow !important;
    background: black !important;
    -webkit-transition: color .2s ease-in-out,-webkit-text-decoration-color 1s ease-in-out !important;
    transition: color 1s ease-in-out,-webkit-text-decoration-color 1s ease-in-out !important;
    transition: color 1s ease-in-out,text-decoration-color 1s ease-in-out !important;
    transition: color 1s ease-in-out,text-decoration-color 1s ease-in-out,-webkit-text-decoration-color .2s ease-in-out !important;
  
}

a.mfBanner img {
  margin: 0;
  padding: 0;
}

/** Swap Homepage Banner **/
@media only screen and (min-width: 720px)  {
  .desktop-only {
    display: block !important;
  }
  .mobile-only {
    display: none !important;
  }
}

@media only screen and (max-width: 719px)  {
  .desktop-only {
    display: none !important;
  }
  .mobile-only {
    display: block !important;
  }
}


/**  DESKTOP **/
@media only screen and (min-width: 1024px)  {
.mfCategory {
/*  font-size: 1em;*/
  }
}

.mfRowDivider {
  width: 100%; 
  height: 1px; 
  clear: both;
}

/**  DESKTOP to make categories boxes one row **/
@media only screen and (min-width: 1024px)  {
.mfCategory {
  width: 15%;
  }
.mfRowDivider, .mfCategorySpacer {
  width: 2%;
  float: left;
  clear: none;
  }
}


/**  Mobile **/
/** UNCOMMENT if you want the category sqaures to be 3-up on MOBILE 
@media only screen and (max-width: 720px)  {
.mfCategory {
   width: 100%;
  font-size: 1em;
  }
   
.mfCategorySpacer {
  display: none;
  }
}
END UNCOMMNENT **/


/* REGGIE'S CLASS LANDING PAGE STYLES */

.collections-container {
  padding-bottom: 100px;
  max-width: 70%;
  margin: auto;
}

.collections {
  width: 25%;
  float: left;
  text-align: Center;
}


.collections a {
    display: block;
    background-color: #FFA500;
    color: white;
    margin: 10px 45px;
    text-decoration: none;
    text-transform: uppercase;
}

.collections-header {
  text-align: center;
  font-size: 1.5em; 
  color: darkgrey;
}

.collections-header br {
  display: none;
}

/* Let's style the wrapper in such away that, 
it should always be at the center of the browser */
.social-wrapper {
  width: 475PX;
  margin: auto;
}

/* Style the Un-order list by setting its list-style to none */
.social-wrapper ul {
  list-style: none;
}

/* Style the list items inside the UL list, by setting its width, height and line-height 
  and float them to left and set its border and border-radius.
 */
.social-wrapper ul li {
  width: 75px;
  height: 75px;
  line-height: 75px;
  margin: 0 10px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
  border: 5px solid orange;
  float: left;
  transition: all 0.5s ease;
}

/* Style the icons by setting its color and margin-top value to 20px 
to align it properly */
.social-wrapper ul li .fa {
  color: orange;
  margin-top: 19px;
  transition: all 0.5s ease;
}

/* Now target the specific li classes for styling and use box-shadow effect to border and text-shadow effect
  to icons for glowing effect and use transition property for smooth transition effect. */
/*facebook*/
.social-wrapper ul li:hover.facebook {
  border: 5px solid #3b5998;
  /* box-shadow: 0 0 15px #3b5998;*/
  transition: all 0.5s ease;
}

.social-wrapper ul li:hover .fa-facebook {
  color: #3b5998;
  /* text-shadow: 0 0 15px #3b5998; */
  transition: all 0.5s ease;
}

/*twitter*/
.social-wrapper ul li:hover.twitter {
  border: 5px solid #00aced;
  /* box-shadow: 0 0 15px #00aced;*/
  transition: all 0.5s ease;
}

.social-wrapper ul li:hover .fa-twitter {
  color: #00aced;
  transition: all 0.5s ease;
}

/* instagram */
.social-wrapper ul li:hover.instagram {
  border: 5px solid #bc2a8d;
  /* box-shadow: 0 0 15px #bc2a8d;*/
  transition: all 0.5s ease;
}

.social-wrapper ul li:hover .fa-instagram {
  color: #bc2a8d;
  /* text-shadow: 0 0 15px #bc2a8d; */
  transition: all 0.5s ease;
}

/* google */
.social-wrapper ul li:hover.google {
  border: 5px solid #bb0000;
  /* box-shadow: 0 0 15px #dd4b39; */
  transition: all 0.5s ease;
}

.social-wrapper ul li:hover .fa-google {
  color: #bb0000;
  /* text-shadow: 0 0 15px #dd4b39; */
  transition: all 0.5s ease;
}

/* whatsapp */
.social-wrapper ul li:hover.pinterest {
  border: 5px solid #E60023;
  /* box-shadow: 0 0 15px #4dc247; */
  transition: all 0.5s ease;
}

.social-wrapper ul li:hover .fa-pinterest {
  color: #E60023;
  /* text-shadow: 0 0 15px #4dc247; */
  transition: all 0.5s ease;
}


.social-hashtag {
  font-size: 2em;
  text-align: center;
  color: white;
  margin: 20px 35px 50px !important;
  background-color: orange;
  display: block;
}


/* media queries */

@media screen and (max-width: 640px){
  .social-wrapper {
     /* width: 300px;*/
  }
  .social-wrapper ul li{
      margin-top: 10px;
  }
  .social-wrapper ul li.google{
     /* margin-left: 60px;*/
  }
  .social-hashtag {
  font-size: 1.5em;
  }
}


@media screen and (max-width: 340px){
  .social-wrapper {
      width: 150px;
  }
  .social-wrapper ul li{
      margin:15px;
  }
  .social-wrapper ul li.google{
      margin-left: 15px;
  }
}

/* youtube link */
.youtube{
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 160px;
  text-align: center;
  padding: 15px 10px;
  background: #bb0000;
  border-radius: 5px;
}

.youtube a{
  text-decoration: none;
  color: #fff;
  text-transform: capitalize;
  letter-spacing: 1px;
}

.social-wrapper ul li:hover .fa-youtube {
  color: #bb0000;
  /* text-shadow: 0 0 15px #3b5998; */
  transition: all 0.5s ease;
}

@media screen and (max-width: 1007px)  {
  .collections {
    width: 70%;
    float: none;
    margin: auto;
  }
  
  .collections a {
    margin: 10px 40px;
  }
  
  .collections-header {
    font-size: 1.25em;
  }
  
  .collections-header br {
  display:inline;
  }
  
  .social-wrapper {
    width: 350px;
  }
  
  .social-wrapper ul li {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }

  .social-wrapper ul li .fa {
    margin-top: 6px;
  }
}


/* END REGGIE STYLES */

#announcement-bar-with-slider {
  z-index: 20 !important;
}

.Drawer--fromLeft .Drawer__Container {
    margin-top: 50px;
}

/* BEZM LANDING PAGE 


.bezm-wrap {
  background-color: #003459;
  max-width: 1200px;
  margin: auto;
  min-height: 300px;
}

.bezm-masthead-wrap {
  background-color: white;
}

.bezm-masthead-cols {
  float: left;
  width: 50%;
  text-align: center;
}

.bezm-masthead-cols h2 {
  color: #003459 !important;
  margin: 2em 0 1em !important;
  letter-spacing: normal !important;
  font-style: italic !important;
}

h2.left-side {
  color: #007ea7 !important;
  font-size: 2.75em;
  letter-spacing: normal;
  line-height: 1.25em;
  margin: 0 !important;
  font-style: normal !important;
}

p.left-side {
  font-size: 1.25em;
  margin-top: .5em;
  font-weight: bold;
  line-height: 1.25em;
  font-style: italic;

}

@media only screen and (max-width: 869px) {
.bezm-masthead-cols {
  width: 100%;
}
  .bezm-masthead-cols h2 {
  margin: .5em 0 !important;
}
}

/* BEZM LANDING PAGE EMBED YOUTUBE 

.bezm-wrap .video-container {
    overflow: hidden;
    position: relative;
    width:100%;
}

.bezm-wrap .video-container::after {
    padding-top: 56.25%;
    display: block;
    content: '';
}

.bezm-wrap .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* END YOUTUBE 

.bezm-wrap h2 {
  text-align: center;
  margin: 0;
  color: white;
  text-transform: uppercase;
  font-size: 2em;
  font-weight: bold;
  letter-spacing: 3px;
}

.bezm-head {
  position: relative;
}

.bezm-wrap a {
  display: block;
  background-color: #007ea7;
  color: white;
  text-transform: uppercase;
  text-align: center;
  width: 149px;
  padding: 10px 0;
  letter-spacing: 2px;
    font-weight: bold;
}

.top-btn {
    position: absolute;
    top: 71%;
    left: 25%;
    font-size: 1.25em;
}

.bezm-head a:hover {
	background-color: #003459;
}

.bezm_row-b {
  float: left;
  width: 50%;
}

.bezm_row-video {
  background-color: #dff0f4;
  color: #003459;
  padding-bottom: 30px;
}

.bezm_row-video h2 {
  color: #003459;
}

.bezm_row-shades {
	background-color: white;
  padding: 10px;

}

.bezm-shade {
  float: left;
  width: 20%;
  text-align: center;
  color: #003459;
  text-transform: uppercase;
  margin: auto;
  font-weight: bold;
}

.bezm-shade h3 {
  font-size: 1.25em;
  margin: 0 0 10px;
  line-height: 1.25;
}

.bezm-shade a {
  margin: auto;
}

.bezm-shade a:hover {
	background-color: #003459;
}

.bezm-features {
  color: white;
  column-count: 3;
  margin: 1em 1em;
  column-gap: 2em;
}

.bezm-features h3 {
  font-size: 1.3em;
    margin-bottom: 0;
      text-transform: uppercase;
}


.large-btn {
    margin: 0 auto 30px;
    width: 300px !important;
    font-size: 2em;
}

.large-btn:hover {
  background-color: white;
  color: #003459;
}

.bezm-shade-nav-wrap {
  border: solid #ff9e1b 1px;
}

.bezm-shade-nav-wrap br {
	display: none;
}  
  
a.bezm-shade-nav {
    display: block;
    float: left;
    color: #ff9e1b;
    width: 20%;
    padding: 20px 0;
    text-align: center;
    border-right: solid #ff9e1b 1px;
  text-decoration: none !important;
}

a.bezm-shade-nav:hover, .active {
  color: white !important;
  background-color: #ff9e1b
}  

.bezm_row-video iframe {
    width: 700px;
    height: 401px;
}

@media only screen and (max-width: 869px) {
 .bezm-shade {
   width: 50%;
  margin-bottom: 1em;} 

.bezm-features {
  column-count: 2;
  margin: 1em 2em;  
}
  
 .bezm-wrap h2 {
    font-size: 1.75em;
    letter-spacing: 1px;
      line-height: 1.2;
    margin: 3px;
  }
  
  .bezm_row-video iframe {
    width: 100%;
    height: 354px;
  }
 
  .bezm-shade-nav-wrap br {
	display: block;
} 
}
@media only screen and (max-width: 556px) {

.bezm_row-b {
  width: 100%;
  }
  
.bezm-features {
  column-count: 1;
}  
}


*/




/*center copyright info in footer */

.Footer__Copyright {
  margin: auto;
}

/* faq-product */
.product-faq h2 {
	font-size: 1.25em;
}


/* BFCM 2020 BANNER  */

.bfcm2020 {
  width: 50%;
  float: left;
  min-height: 200px;
  text-align: center;
  color: black;
}

.bfcm2020 h2 {
  margin: 1.5em 0 0;
  font-weight: bold;
  font-size: 3em;
  line-height: 1;
}

.bfcm2020 h3 {
  font-size: 2em;
  line-height: 1.25;
}

/** SMALL DESKTOP  to LARGE PHONE **/
@media screen and (max-width: 1007px)  {
  .bfcm2020 { width: 100%;}
  .bfcm2020 h2 { margin: .75em 0 0;}
}
 
/* BFCM 2020 BANNER  */






/* This is to hide the BPP video 

#shopify-section-permanent-powder {
  display: none;
} */

.loyaltylion h1 {
  margin: 0;
}

.loyaltylion h2 {
  margin-top: 1em !important;
  font-weight: bold;
  color: #ff9400;
  font-size: 1.25em;
  text-align: center;
  text-transform: uppercase;
  text-decoration: underline;
}

.loyaltylion p {
  font-size: 1.25em;
}

.loyaltylion table h3 {
  margin: 2em 0 0;
  font-weight: bold;
}

.ll-text{
  vertical-align: top !important;
}

.ll-icon {
  width: 30%;
}
.Slideshow__Content {
    /* top: 87%*/
    top: 20% !important;
}

/* h2.SectionHeader__Heading.SectionHeader__Heading--emphasize.Heading.u-h1, #section-1550188305366 .Heading, #section-1550188305366 .flickity-page-dots {
 color: white; 
}*/

.prod-banner-wrap {
  text-align: center;
  color: black;
  margin-bottom: 2em;
}

.prod-banner-wrap p {
  font-size: 1.3em;
  margin: 3px 0 0
}

.prod-banner-wrap h3 {
  font-size: 23px;
  margin: 0;
}

.prod-banner {
  font-size: 4.5em; 
  margin: 0; 
  background-color: beige; 
  border-top: solid 2px black;
    border-bottom: solid 2px black;
}

.prod-banner h2 {
 font-size: 1em;
  margin: 0 !important;
  line-height: 1em;
}



/*** TEMPORARY TURN OFF FREE SHIPPPING MESSAGE **/

/*.AnnouncementBar {display: none;}*/

/*** DELETE ONCE STORE GOES BACK UP ****/


#launcher {
  z-index: 1000 !important;
}

.Icon svg {
    display: none !important;
}

#section-1571170354271 {
padding: 0 0 50px !important;  
}

#section-1571170354271 .Rte h2 {
    margin: 1.2em 0 0;
}


/*** NEW SIGN UP LINK ***/

/* .custom__ftr.Rte a:not(.Button) {
  display: block;
   padding: 10px 0;
    text-align: center;
  background-color: none;
    color: #ff9e1b;
  border: 2px solid #ff9e1b;
  text-decoration: none;
}

.Rte a:not(.Button):hover {
  background-color: #ff9e1b;
  color: white;
} */
  
/** FLASH SALE HOMEPAGE BANNER **/

/* #section-1571170354271 {
  padding: 0;
  background-image: url('https://cdn.shopify.com/s/files/1/0079/1596/2441/files/bezm-flash-bogo.jpg?4618');
  background-repeat: repeat-x;
}

#section-1571170354271 div {
  padding: 0 !important;
}

.flashbanner-img {
  margin: 0 !important;
}

.flashbanner-link {
  background-size: 100%;
      background: url(https://cdn.shopify.com/s/files/1/0079/1596/2441/files/bezm-flash-bogo.jpg?4618);
    display: block;
    margin: auto;
    height: 200px;
    text-indent: -10000px;
  background-position: 50%;
  background-repeat: no-repeat;
} */

/** SHIPPING AND RETURNS **/
.return-page p {
    margin-bottom: .75em !important;
} 

p.order-question {
  font-weight: bold;
  margin-bottom: 0 !important;
}
}

/*** BOGO BANNER ***/
.bogo-promo {
  text-align: center;
  border-bottom: solid 2px #FF9E1B; 
  margin: 51px 0 20px;
}

.bogo-promo h2 {
  display: block;
  background-color: #FF9E1B;
  text-transform: uppercase;
   color: white;
  margin: 0 !important;
}

.bogo-promo p.line-one {
 color: #CC6847;
  margin: 10px;
  font-size: 1.25em;
}

.bogo-promo p.line-two {
 color: #FF9E1B;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.bogo-promo p.line-two span {
    font-weight: bold;
    color: white;
    display: inline-block;
    background-color: #CC6847;
    padding: 0 5px;
}
/********** PRODUCT DESCRIPTION STYLES **********/

.product_desc_styles h2 {
    color: #937193;
    margin: .75em 0 5px; 0 !important;
    line-height: 1.25;
}

.product_desc_styles h3 {
    color: gray;
  margin: 0 0 0 0 !important;
}

.product_desc_styles ul ul {
	margin-bottom: 0 !important;
}

img.main_product_desc_img {
 float: left; 
  margin: 0 1em 1em 0;
}

img.main_product_desc_img_right {
 float: right; 
  margin: 0 0 1em 1em;
}

/***** NEW PRODUCT SQUARE STYLES ON HOMEPAGE ****/

.CollectionItem__Content--bottomLeft, .CollectionItem__Content--bottomRight, .CollectionItem__Content--bottomCenter {
  top: 50px;
}


.SectionHeader--center h1 { 
  text-transform: uppercase;
}

.CollectionItem__Content {
  text-align: center;
}




#section-1550257340254 h2.SectionHeader__Heading.SectionHeader__Heading--emphasize.Heading.u-h1 {
    width: 100% !important;
}

h2.SectionHeader__Heading.SectionHeader__Heading--emphasize.Heading.u-h1, #section-1550188305366 .Heading, #section-1550188305366 .flickity-page-dots {
    font-size: 19px;
    letter-spacing: 1px;
    font-weight: 400;
}



h3.SectionHeader__SubHeading.Heading.u-h6 {
    font-size: 36px;
    font-weight: 900;
   margin-bottom: 0;
}

.Header .Heading, /*.Header .Link--secondary, */.Header .Link--primary:hover {
    font-size: 19px;
}

.Link--secondary {font-size: 16px;}


.free_shipping_message {
     text-align: center;
    margin-top: 10px !important;
    color: darkslategray !important;
    font-style: italic !important;
  display: none;
}

.product-info-tab-links {
  margin-top: 40px;
}

.Carousel--insideDots .flickity-prev-next-button {
  top: 75%;
}

.MegaMenu {
  	background: #fcfcfc;  
}

.MegaMenu__Title {
    margin-bottom: 10px !important;
}

p.AnnouncementBar__Content.Heading {
    font-size: 19px;
}

.MegaMenu__PushSubHeading {
  	font-size: 15px !important;
}

.ly-languages-switcher {
  margin-right: 20px;
}

.Rte h2 {
    margin: 2.2em 0 0;
}

.product_bogo_offer_list {display: none;}


/** these next two classes are modified to hide the blog author and center the social media buttons at the bottom of a blog article **/

.Article__Author {display: none;}

.Article__ShareButtons {margin: auto;}

.breadcrumb {
      color: slategray;
    font-style: italic;
}

.AnnouncementBar__Wrapper {
    padding: 0px 15px 3px;
}

p.AnnouncementBar__Content.Heading {
    font-size: 15px;
}

.template-index .SectionHeader__Description.Rte p {
	margin-bottom: 15px !important;
}

#shopify-section-1562713068433 {
 	background-color: #fff5e4; 
  border-top: 1px solid #ececec;
}

.Cart__ShippingNotice {
    color: white;
    background: black;
 	text-align: center;
}

#section-1546650262970 h3 {
  font-size: 30px;
  font-weight: normal;
}

#section-1546650262970 h2 {
	font-weight: normal;
} 
/**  DESKTOP **/
@media only screen and (max-width: 1024px)  {
.flashbanner-link {
  background-size: 141%;
  }
}

@media screen and (min-width: 1008px) {
.Slideshow__Content--bottomLeft, .Slideshow__Content--bottomCenter, .Slideshow__Content--bottomRight {
bottom: 143px
  }

  #section-1550188305366 .Heading, #section-1550188305366 .flickity-page-dots {
   color: #000000 !important;
}

}
  
  
/** SMALL DESKTOP  to LARGE PHONE **/
@media screen and (max-width: 1007px)  {
  #section-1550188305366 .Heading, #section-1550188305366 .flickity-page-dots {
    text-align: center;
}
  .Slideshow__Content {
    /* top: 87%*/
    top: 20% !important;
}
  
  .Slideshow__Content .Slideshow__Content--bottomLeft {
   top: 20% !important; 
  }
  
  .breadcrumb {
    display: none; }
  
     .Product__Gallery.Product__Gallery--stack.Product__Gallery--withThumbnails {
     width: 100%
   }
}

@media only screen and (max-width: 768px) {
  
  .flashbanner-link {
    height: 167px;
    background-size: 153%;
  }
  
    #section-1550188305366 .Heading, #section-1550188305366 .flickity-page-dots, #section-1550188305366 .Button {
   display: none;
}

}

 
/** BREAKPOINT FOR ABOUT US TIMELINE **/
 @media only screen and (max-width: 640px) { 
   .Timeline__ImageWrapper { display: none;}
   .Timeline__ListItem {height: 360px;}
   
   .CollectionItem__Content--bottomLeft, .CollectionItem__Content--bottomRight, .CollectionItem__Content--bottomCenter {
  top: 100px;}
   
   .flashbanner-link {
  height: 135px;
}

.product-info-tab-links {
  margin-top: 0;
}

/**  PHONE  **/
 @media only screen and (max-width: 600px) { 
  .Slideshow__Content.Slideshow__Content--bottomLeft h2 {
    font-size: 28px !important; }
   
  /* #loyaltylion-beacon-frame {display:none !important; } /* to hide the loyalty program popup icon at moblie view */

.ButtonGroup--spacingSmall {
    margin: -25px;
}
  
   #section-1550188305366 .Heading, #section-1550188305366 .flickity-page-dots {
    text-align: center;
}
   .js .Slideshow--fullscreen {
    height: 600px;
}
   
   .Timeline__Inner {
     background-image: url('https://cdn.shopify.com/s/files/1/0079/1596/2441/files/bckgrnd-phone-timeline.png?3503')
   }
   
   flashbanner-link {
    height: 112px;
    background-size: 147%;
   }   
 
   img.main_product_desc_img,  img.main_product_desc_img_right {
     float: none;
     margin: .75em auto;
   }
   

}

/** SMALLEST PHONE **/
@media only screen and (max-width: 400px) { 
   .Slideshow__Content.Slideshow__Content--bottomLeft h2 {
    font-size: 25px !important; 
  color: red !important;}
  
 .flashbanner-link {
  height: 80px;
     }
   }

@media screen and (min-width: 1008px) {
  /*
.shopify-section--bordered>.Section--spacingNormal {
    padding: 0 !important;
}  WHY DID I ADD THIS? MW */
  
}