/** Shopify CDN: Minification failed

Line 460:0 Expected "{" but found "."
Line 475:0 Expected "{" but found "."
Line 482:0 Expected "{" but found "."
Line 487:0 Expected "{" but found "."
Line 493:0 Expected "{" but found "."
Line 526:0 Unexpected "}"
Line 601:0 Expected "{" but found "."
Line 624:0 Expected "{" but found "#bold_store_locator_container"
Line 676:0 Expected "{" but found "."
Line 686:0 Comments in CSS use "/* ... */" instead of "//"

**/
/* 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 {
	display: none;
  position: absolute;
  font-size: 12px;
  border: 1px solid #DDDDDD;
  padding: 5px;
  width: 100px;
  background-color: white;
  z-index: 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%;
}

/* ═══════════════════════════════════════════════════════════════
   Plume Unified Desktop Nav System
   Clinical-prestige dropdown styling for all header dropdowns
   Covers: MegaMenu (Shop) + DropdownMenu (About, etc.)
   Added: Phase 5d
   ═══════════════════════════════════════════════════════════════ */

/* ────────────────────────────────────────────
   SHARED: Surface treatment for all dropdowns
   ──────────────────────────────────────────── */

.MegaMenu,
.DropdownMenu {
  background: #FFFFFF !important;
  border-top: 1px solid rgba(28, 27, 27, 0.06);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
}

/* ────────────────────────────────────────────
   MEGA MENU (Shop) — multi-column grid
   ──────────────────────────────────────────── */

.MegaMenu {
  padding: 28px 0 24px !important;
}

.MegaMenu__Inner {
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: 0 48px !important;
  display: grid !important;
  grid-template-columns: 1.2fr 1.2fr 1fr 1fr 1fr 0.6fr 0.6fr !important;
  grid-template-rows: auto !important;
  gap: 0 32px !important;
}

/* Hide all promo image tiles */
.MegaMenu__Push,
.MegaMenu__PushImageWrapper,
.MegaMenu__PushLink,
.MegaMenu__PushHeading,
.MegaMenu__PushSubHeading {
  display: none !important;
}

.MegaMenu__Item:not(.MegaMenu__Item--fit) {
  display: none !important;
}

/* Category headings */
.MegaMenu__Title {
  font-size: 10.5px !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
  font-weight: 600 !important;
  color: #1C1B1B !important;
  margin-bottom: 14px !important;
  padding-bottom: 10px !important;
  border-bottom: 1px solid rgba(28, 27, 27, 0.1) !important;
  display: block !important;
  white-space: nowrap !important;
}

/* Menu items */
.MegaMenu__Item--fit {
  padding: 0 !important;
  min-width: 0 !important;
}

/* Mega menu links */
.MegaMenu .Linklist {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.MegaMenu .Linklist__Item {
  margin-bottom: 5px !important;
}

.MegaMenu .Linklist__Item:last-child {
  margin-bottom: 0 !important;
}

.MegaMenu .Linklist__Item .Link,
.MegaMenu .Linklist__Item .Link--secondary {
  font-size: 12.5px !important;
  color: #666 !important;
  letter-spacing: 0.01em !important;
  text-transform: none !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  transition: color 0.2s ease;
}

.MegaMenu .Linklist__Item .Link:hover,
.MegaMenu .Linklist__Item .Link--secondary:hover {
  color: #1C1B1B !important;
}

/* ────────────────────────────────────────────
   DROPDOWN MENU (About, etc.) — single column
   ──────────────────────────────────────────── */

.DropdownMenu {
  padding: 16px 0 14px !important;
  min-width: 180px !important;
  border-radius: 0 !important;
}

/* Override the default ::before arrow if present */
.DropdownMenu::before {
  display: none !important;
}

/* Dropdown links — match mega menu link styling */
.DropdownMenu .Link,
.DropdownMenu .Link--secondary {
  font-size: 12.5px !important;
  color: #666 !important;
  letter-spacing: 0.01em !important;
  text-transform: none !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  padding: 6px 24px !important;
  display: block !important;
  transition: color 0.2s ease, background-color 0.2s ease;
}

.DropdownMenu .Link:hover,
.DropdownMenu .Link--secondary:hover,
.DropdownMenu .Linklist__Item:hover > .Link--secondary {
  color: #1C1B1B !important;
  background-color: rgba(28, 27, 27, 0.03) !important;
}

/* Tighten vertical rhythm */
.DropdownMenu .Linklist__Item {
  margin-bottom: 0 !important;
}

/* Nested sub-dropdowns — same treatment */
.DropdownMenu .DropdownMenu {
  background: #FFFFFF !important;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
  border-top: none;
  border-left: 1px solid rgba(28, 27, 27, 0.06);
}

/* ────────────────────────────────────────────
   APP WIDGET CLEANUP
   ──────────────────────────────────────────── */

/* Hide Loox referral floating tab */
#loox-visitor-level-referral-btn,
.loox-float-toggler {
  display: none !important;
}

/* ═══ End Plume Unified Desktop Nav System ═══ */
