/* general  */ 
.ProductMeta__Title { 
  margin-bottom: 0;
  text-transform: none;
  font-size: 30px;
  letter-spacing: 1px;
  line-height: normal; 
}

.Price {
  font-family: 'Acumin Pro';
  font-weight: 400;
/*   letter-spacing: 1px; */
  font-size: 20px;
}

.ProductItem__PriceList.Heading {
  margin-top: 0;
}

.ProductItem__PriceList.Heading .Price {
  font-size: 16px;
}

.ProductMeta__Price.Price--compareAt {
  margin-left: 0;
  margin-right: 8px;
}
.ProductMeta__Price.Price--compareAt .money {
  font-weight: 400;
/*   letter-spacing: 1px; */
}

.product__price-savings {
  display: inline-block;
  margin-left: 2px;
  font-size: 14px;
  margin-top: 0px;
}

#hidden_on_sticky_btn {
  display: none;
}

#hidden_on_sticky_btn {
  margin-bottom: 5px;
}

@media only screen and (max-width: 768px) {
  #hidden_on_sticky_btn {
    display: block;
  }
  .Product__Info .Container {
    padding: 0;
  }
  span.custom-select__trigger.btn-collection.ProductForm__AddToCart.Button--primary.Button {
    min-width: 180px;
  }
}

.Price_List_Mobile {
  margin-top: 10px;
}
span.atc_love {
    display: block;
    font-size: 9px;
    line-height: 12px;
    font-weight: 100;
}

/* button */
.Button.Button--secondary.Button--pink {
  text-transform: uppercase; 
  border: 2px solid #df8c97; 
  background: #df8c97; 
  border-radius: 3px; 
  margin-top: 10px !important; 
  width: 100%; 
  color: #664b54;
  transition: all .45s cubic-bezier(.785,.135,.15,.86),border .45s cubic-bezier(.785,.135,.15,.86)
}
.Button.Button--secondary.Button--pink:hover {
  background: #664b54;
  border: 2px solid #664b54; 
  color: #df8c97; 
}
/* accordion */
 
.accordion_tabs input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.perfect_for_wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
}
.perfect_for_wrapper .perfect_for_block {
  width: calc(33% - 10px);
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  margin-right: 5px;
  margin-left: 5px;
  align-self: normal;
}
.perfect_for_block img {
  padding-right: 5px;
  max-width: 40px;
}
.perfect_for_block p {
  font-size: 13px;
  margin-top: 5px;
  text-align: center;
}
.accordion_tab-content.why_youll_love_it ul {
  list-style: none;
}

.accordion_tab-content.why_youll_love_it li {
/*   font-size: 16px;
  letter-spacing: 0.5px;
  font-style: italic; */
}

.accordion_tab-content.why_youll_love_it img {
  margin-right: 8px;
  vertical-align: baseline;
  max-width: 8px;
}

 .accordion_tabs {
   overflow: hidden;
   border-top: 1px solid #d8d8d8;
}
 .accordion_tab {
   width: 100%;
   overflow: hidden;
   border-bottom: 1px solid #d8d8d8;
}
 .accordion_tab-label {
   font-family: 'IvyPresto Display';
   display: flex;
   justify-content: space-between;
   padding: 9px;
   background: white;
   cursor: pointer;
   line-height: 1.25;
   letter-spacing: 0.27px;
   font-weight: 500;
   font-style: normal;
   transition: color 0.2s ease-in-out;
   font-size: 18px;
}

 .accordion_tab-label::after {
   content: "+";
   text-align: center;
   transition: all 0.35s;
   font-size: 20px;
   line-height: 20px;
   font-family: 'Acumin Pro';
  font-weight: 300;
 }

.accordion_tab.what_it_does .accordion_tab-label {
  justify-content: flex-start;
}

.accordion_tab.what_it_does .accordion_tab-label i {
  padding-left: 5px;
}

.accordion_tab.what_it_does .accordion_tab-label::after,
.accordion_tabs.what_it_does input:checked + .accordion_tab-label::after {
  content: '' !important;
}

 .accordion_tab-content {
   max-height: 0;
   padding: 0 9px;
   background: white;
   transition: all 0.35s;
   font-size: 15px;
}
 .accordion_tab-close {
   display: flex;
   justify-content: flex-end;
   padding: 1em;
   font-size: 0.75em;
   background: white;
   cursor: pointer;
}
.accordion_tabs input:checked + .accordion_tab-label::after {
  content: "-";
  text-align: center;
  transition: all 0.35s;
  font-size: 20px;
  line-height: 20px;
  font-family: 'Acumin Pro';
  font-weight: 300;
}
.accordion_tabs input:checked ~ .accordion_tab-content {
   max-height: 100%;
   padding: 0.5em 9px 1em;
}

@media only screen and (max-width: 768px) {
  .perfect_for_wrapper .perfect_for_block {
/*     max-width: 100%; */
  }
}
/* shades button */

.shade-select-wrapper {
  opacity: 1;
  position: relative;
  user-select: none;
  width: 100%;
  margin-top: 20px;
  cursor: pointer;
}
.shade-select {
   position: relative;
   display: flex;
   flex-direction: column;
}
.shade-select .custom-select__trigger.btn-collection.ProductForm__AddToCart.Button--primary.Button--full.Button {
  min-height: 55px;
  padding: 12px 16px;
  border-radius: 3px;
}
.swatch_img_section{
  align-self: center;
}

.Button {
  width: unset;
}
 .select-shade {
   padding: 20px 15px; 
   font-size: 16px;
   font-size: 16px;
   font-weight: normal;
   font-stretch: normal;
   font-style: normal;
   line-height: 1.25;
   letter-spacing: 0.27px;
   position: relative;
   border-bottom: 1px solid #f2f2f2;
   padding: 10px 15px;
   flex-wrap: wrap;
   flex-direction: row;
   align-items: center;
   align-content: center;
   display: none;
}

.custom-select__trigger.btn-collection.ProductForm__AddToCart.Button--primary.Button--full.Button {
  border-color: #E3E3E3;
}

span.custom-select__trigger.btn-collection.ProductForm__AddToCart.Button--primary.Button {
  padding: 14px 10px;
}

.shade-options {
  position: absolute;
  display: block;
  top: calc(100% + 1px);
  left: 0;
  right: 0;
  border: 1px solid #E3E3E3;
  background: #fff;
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 1000;
  max-height: 378px;
  overflow: scroll;
}
.shade-select.open .shade-options {
  border-radius: 3px;
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.shade-option {
  position: relative;
  border-bottom: 1px solid #f2f2f2;
  padding: 10px 15px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  align-content: center;
}
.shade-option:hover {
  cursor: pointer;
  background-color: #f2f2f2;
}

.shade-option:hover .ColorSwatch--large {
  border: 1px solid #E3E3E3;
}

.shade-option:hover
.shade-option.selected {
  background-color: #D8D8D8;
}
.shade-option.btn-collection.Button.selected {
  padding: 20px 15px; 
}

.shade-option .ColorSwatch--large,
.btn-collection .ColorSwatch--large {
  margin-right: 15px;
  border-radius: 50%;
  width: 42px;
  height: 42px;
}

.btn-collection .ColorSwatch--large {
  border: 1px solid white;
}
.shade-option .ColorSwatch--large:hover::after,
.btn-collection .ColorSwatch--large:hover::after {
    border: none;
}

.shade-select-wrapper .btn-collection {
  justify-content: normal;
  height: 58px;
}

.shade_value {
  display: none;
}

.custom-select__trigger.btn-collection.ProductForm__AddToCart.Button--primary.Button--full.Button::before {
    background: white !important;
  border-radius: 3px;
}

.custom-select__trigger.btn-collection.ProductForm__AddToCart.Button--primary.Button--full.Button {
}

.swatch_info_section {
  text-align: left;
  display: flex;
  flex-direction: column;
  align-self: center;
}
.shade_desc {
  font-size: 10px;
  width: 100%;
  text-transform: none;
  margin-top: 5px;
  letter-spacing: 1px;
}
.var_desc {
  font-size: 10px;
  width: 100%;
  text-transform: none;
  margin-top: 5px;
  display: block;
  letter-spacing: 1px;
}
.var_title {
  text-align: left;
}
.shade_desc,
.swatch_info_section .Icon {
  color: #675558;
}

span.custom-select__trigger.btn-collection.ProductForm__AddToCart.Button--primary.Button {
/*     padding: 7.5px 28px 15px; */
}
@media only screen and (max-width: 768px) {
  .shade-select-wrapper {
    opacity: 1;
  }
  .var_title {
    max-width: calc(100% - 60px);
  }
}

/* add to bag */

.add_to_bag_wrapper.custom-select-wrapper {
  opacity: 1;
  position: relative;
  user-select: none;
  width: 100%;
  margin-top: 20px;
  display: inline-flex;
  
}

.add_to_bag_wrapper .custom-select {
  position: relative;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.add_to_bag_wrapper .add_to_bag_btn.custom-select {
}
.add_to_bag_wrapper .custom-options,
.add_to_bag_wrapper .qty-options {
  position: absolute;
  display: block;
  top: 45px;
  left: 0;
  right: 0;
  border: 1px solid #f2f2f2;
  background: #1c1b1b;
  border-left: none;
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 1000;
  max-height: 378px;
  overflow: scroll;
  width: 100px;
  text-align: center;
}
.add_to_bag_wrapper .custom-select.open .custom-options,
.add_to_bag_wrapper .custom-select.open .qty-options {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.add_to_bag_wrapper .custom-option,
.add_to_bag_wrapper .qty-option {
  position: relative;
  border-bottom: 1px solid #f2f2f2;
  padding: 10px 15px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  color: #fff;
  justify-content: center;
}

.add_to_bag_wrapper .custom-option:hover,
.add_to_bag_wrapper .qty-option:hover {
  cursor: pointer;
  background-color: #1c1b1b;
}

.add_to_bag_wrapper .custom-option.selected, 
.add_to_bag_wrapper .qty-option.selected {
  background-color: #D8D8D8;
}

.add_to_bag_wrapper .custom-option.btn-collection.Button.selected,
.add_to_bag_wrapper .qty-option.btn-collection.Button.selected, {
  padding: 20px 15px; 
}

.add_to_bag_wrapper .custom-option .ColorSwatch--large,
.add_to_bag_wrapper .qty-option .ColorSwatch--large {
  margin-right: 15px;
  border-radius: 50%;
  width: 42px;
  height: 42px;
}

.add_to_bag_qty.custom-select {
  min-width: 100px;
  border: 2px solid #664b54;
  background: transparent;
  color: #664b54;
  height: 100%;
  align-items: center;
  justify-content: center;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  
}

.QuantitySelector--large .QuantitySelector__Button {
    padding: 5px;
}

.selected_shade .ColorSwatch--large {
  border: 1px solid #e3e3e3;
}

.add_to_bag_qty.custom-select .QuantitySelector {
  border: none;
}

.add_to_bag_btn.custom-select {
  width: 70%;
}
.qty_value {
  display: none;
}

.add_to_bag_wrapper .add_to_bag_btn.custom-select .ProductForm__AddToCart {
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  font-size: 18px;
  height: 45px;
}

.QuantitySelector--large.QuantitySelector svg {
  stroke-width: 2.5px;
  vertical-align: -2px;
}

.add_to_bag_wrapper .QuantitySelector--large .QuantitySelector__CurrentQuantity {
  width: 35px;
  font-size: 18px;
  font-weight: 600;
}

.var_title, .default_shade, .shade_title, .swatch_info_section strong {
  color: #664b54;
  text-align: left;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 0.27px;
  text-transform: lowercase;
}

.shade_title {
}

.swatch_info_section strong, .shade_title  {
  font-weight: 500;
}
.var_desc, .shade_desc {
  font-size: 10px;
  width: 100%;
  text-transform: none;
  margin-top: 0px;
  display: block;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
}

.add_to_bag_qty_wrapper {
  width: 30%;
  margin-right: 5px;
}
@media only screen and (max-width: 768px) {
  .add_to_bag_wrapper.custom-select-wrapper {
    margin-top: 0;
  }
  .ProductItem__Title.Heading a {
    font-size: 26px;
  }
}
@media only screen and (max-width: 425px) {
  .QuantitySelector--large .QuantitySelector__Button {
    padding: 10px 10px;
  }
  .add_to_bag_qty_wrapper {
    min-width: 150px;
    
  }
}

@media only screen and (max-width: 400px) {
  .add_to_bag_qty_wrapper {
    min-width: 140px;
    width: unset;
  }
  .add_to_bag_btn.custom-select {
    width: 100%;
  }
}

@media only screen and (max-width: 375px) {
  .add_to_bag_qty_wrapper {
    min-width: 135px;
  }
  .add_to_bag_qty_wrapper {
    text-align: center;
  }
}

@media only screen and (max-width: 370px) {
  .add_to_bag_qty_wrapper {
    min-width: 130px;
  }
}
/* product accordion */

.product_accordion_section {
  padding: 80px 25px;
  margin: 0 auto;
  max-width: 1230px;
}
.accordion {
  max-width: 830px;
/*   margin: 0 auto; */
  border-radius: 3px;
}

.accordion-header,
.accordion-body {
  background: white;
}

.accordion-header {
  font-family: 'IvyPresto Display';
  font-size: 18px;
  padding: 1.5em 1.5em;
  cursor: pointer;
  transition: all .3s;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.27px;
  border-bottom: 1px solid #e3e3e3;
}

.accordion__item {
}

.accordion__item .accordion__item {
  border-bottom: 1px solid #E3E3E3;
}

.accordion-header:hover {
/*   background: #E3E3E3; */
  position: relative;
  z-index: 5;
}

.accordion-body {
  display: none;
}

.accordion-body__contents {
  padding: 1.5em 1.5em;
  font-weight: 500;
}

.accordion__item.active:last-child .accordion-header {
  border-radius: none;
}

.accordion .accordion__item:first-child {
  border-top: 1px solid #E3E3E3;
}

.accordion__item > .accordion-header:after {
  content: "\f105";
  font-family:'FontAwesome';
  font-size: 1.2em;
  float: right;
  position: relative;
  top: -2px;
  transition: .3s all;
  transform: rotate(0deg);
}

.accordion__item.active > .accordion-header:after {
  transform: rotate(-180deg);
}

.accordion__item.active .accordion-header {
  
}
.accordion__item.active {
  border-bottom: 1px solid #E3E3E3;
}
.accordion__item .accordion__item .accordion-header {
  background: #f1f1f1;
}

@media screen and (max-width: 768px) {
  .accordion {
    width: 100%;
    margin: 0 auto;
  }
  .product_accordion_section {
    padding: 210px 25px 80px;
    margin: -130px auto 0;
  }
}

.works_flawlessly_wrapper {
  max-width: 830px;
  margin: 55px 0 35px;
  padding: 0em 1.5em;
}
.works_flawlessly_wrapper h2 {
  margin-bottom: 15px;
  text-align: left;
  font-size: 23px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.87;
  letter-spacing: 0.38px;
  text-transform: none;
}
.works_flawlessly_inner_wrapper {
  
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.works_flawlessly_img {
  width: 205px;
  
}
.works_flawlessly_info {
  margin-left: 35px;
  margin-right: 35px;
}
.works_flawlessly_title {
  font-family: 'IvyPresto Display';
  letter-spacing: 0.5px;
  font-size: 16px;
}
.works_flawlessly_price {
  font-size: 16px;
  font-stretch: normal;
  font-style: italic;
  line-height: 1.25;
  letter-spacing: 0.27px;
}
.works_flawlessly_btn {
  width: 220px;
} 
.works_flawlessly_btn span {
  cursor: pointer;
}
.pairs-well-with-header {
  font-family: 'IvyPresto Display';
  font-size: 18px;
}
.works_flawlessly_inner_wrapper  span.custom-select__trigger.btn-collection.ProductForm__AddToCart.Button--primary.Button {
  font-weight: 600;
  text-transform: uppercase;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  font-size: 16px;
  height: 45px;
  cursor: pointer;
  border: none;
  border-radius: 3px;
  z-index: 10;
}

span.custom-select__trigger.btn-collection.ProductForm__AddToCart.Button--primary.Button.add_to_bag_btn_works::before {
  border-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

@media only screen and (max-width:  1007px) {
  .works_flawlessly_inner_wrapper  {
    text-align: center;
    flex-wrap: wrap;
  }
  .works_flawlessly_wrapper h2 {
    text-align: center;
    margin-bottom: 25px;
  }
  .works_flawlessly_img,
  .works_flawlessly_info {
    width: 100%;
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 0;
  }
  .works_flawlessly_btn {
    width: 250px;
    margin: 25px auto 15px;
  }
  
}
/* reviews */

div#BVRRContainer {
    max-width: calc(100% - 25px);
    margin: 0 auto;
}

.product_reviews_wrapper svg path{
/*   fill: #d3d7e5; */
}
[data-bv-show=rating_summary].product_reviews {
/*   margin-bottom: 10px; */
  
}
[data-bv-show=rating_summary].cart_popup_reviews {
  text-align-last: center !important;
  margin-top: 15px;
  margin-bottom: 10px;
}
.product_reviews .bv_button_component_container,
.cart_popup_reviews .bv_button_component_container {
  display: none !important;
}
[data-bv-show=rating_summary].product_reviews .bv_main_container {
  display: flex !important;
}
[data-bv-show=rating_summary].cart_popup_reviews .bv_main_container {
  display: flex !important;
  justify-content: center !important;
  text-align: center;
}

[data-bv-show=rating_summary].product_reviews .bv_avgRating_component_container.notranslate,
[data-bv-show=rating_summary].cart_popup_reviews .bv_avgRating_component_container.notranslate {
    display: none !important;
}

[data-bv-show="rating_summary"] div.bv_main_container .bv_avgRating_component_container.notranslate {
  display: none !important;
}

[data-bv-show="rating_summary"] div.bv_main_container button.bv_main_container_row_flex .bv_stars_component_container {
  padding-right: 3px !important;
}

[data-bv-show="rating_summary"] div.bv_main_container button.bv_main_container_row_flex {
  padding-right: 7.5px !important;
}
[data-bv-show=rating_summary].product_reviews .bv_main_container .bv_main_container_row_flex,
[data-bv-show=rating_summary].cart_popup_reviews.bv_main_container .bv_main_container_row_flex {
  padding-right: 0 !important;
}

[data-bv-show=rating_summary].product_reviews .bv_main_container .bv_numReviews_text,
[data-bv-show=rating_summary].cart_popup_reviews .bv_main_container .bv_numReviews_text {
  text-decoration: underline !important;
}

[data-bv-show=rating_summary].product_reviews .bv_main_container .bv_stars_component_container,
[data-bv-show=rating_summary].cart_popup_reviews .bv_main_container .bv_stars_component_container {
  padding-right: 5px !important;
}

[data-bv-show=rating_summary].product_reviews .bv_main_container .bv_stars_component_container svg,
[data-bv-show=rating_summary].cart_popup_reviews .bv_main_container .bv_stars_component_container svg {
/*   height: 20px !important;
  width: 20px !important; */
}

[data-bv-show=rating_summary].cart_popup_reviews .bv_main_container .bv_main_container_row_flex {
  padding-right: 0 !important;
}

.product_reviews_wrapper {
/*   max-width: 1230px; */
  margin: 35px 90px;
  
}

.product_reviews_wrapper a.bv-rating-label.bv-text-link.bv-focusable,
.product_reviews_wrapper .bv-author.bv-fullprofile-popup-target.bv-focusable h3 {
}

@media only screen and (max-width: 1007px) {
  .ProductMeta {
    text-align: left;
  }
  .product_reviews_wrapper {
    margin: 35px 0px;
  }
}

@media screen and (max-width: 768px) {
  .product_reviews_wrapper {
    padding: 210px 0px 80px;
    margin: -130px auto 0;
  }
}

/* product cart modal */

.mfp-hide,
.cart-finder-wrapper {
  display: none !important; 
}
  
.cart-open-popup {
  font-weight: bold;
}
  
#cart-popup,
#cart-popup-works {
  border: 2px #555 solid;
  background-color: #ffffff;
  padding: 35px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
#cart-popup li,
#cart-popup-works li {
  list-style: disc;
  margin-left: 30px;
}
.cart_popup_top_outer h3 {
  font-weight: bold;
}
.cart_popup_btm_outer {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  border-top: 1px solid #ddd;
}  
.cart_popup_btm_outer h3 {
  width: 100%;
  text-align: center;
  padding-top: 25px;
  font-weight: bold;
}
.cart_popup_btm_inner {
  width: 33%;
  padding-left: 15px;
  padding-right: 15px;
}
.cart_popup_info {
  text-align: center;
}
.cart_popup_title {
  font-size: 18px;
}
.cart_popup_price {
  font-size: 16px;
  font-style: italic;
}
.your_bag {
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  margin-bottom: 25px;
}
.your_bag h3 {
  margin-bottom: 5px;
  font-weight: bold;
}
.your_bag_left {
  width: 150px;
}
.your_bag_right {
  display: flex;
  flex-direction: column;
  margin-left: 25px;
}
.cart_popup_shade_title {
  font-size: 20px;
}
.cart_popup_shade_info {
  font-size: 16px;
}
.your_bag_buttons {
  width: 100%;
  margin-bottom: 25px;
}
.your_bag_buttons .Button {
  width: 250px;
  margin-right: 15px;
  font-size: 14px;
  padding: 14px 28px;
  font-weight: 400;
  border-radius: 3px;
}
.your_bag_buttons .mfp-close {
  width: 250px;
  height: unset;
  line-height: normal;
  position: relative;
  right: unset;
  top: unset;
  text-decoration: unset;
  text-align: unset;
  opacity:unset;
  padding: 14px 28px;
  font-style: normal;
  font-size: 12px;
  color: #6a6a6a;
  border: 1px solid #56585A !important;
}

.mfp-close-btn-in .mfp-close {
    font-weight: 300;
    text-align: center;
    font-size: 22px;
}

@media only screen and (max-width: 768px) {
  .your_bag_left {
    display: none;
  }
  .your_bag_right {
    margin-left: 0px;
  }
  .your_bag_buttons {
    text-align: center;
  }
  span.custom-select__trigger.btn-collection.Button--secondary.Button.mfp-close {
    margin-bottom: 15px;
    width: 100%;
  }
  .your_bag_buttons .Button {
    margin-right: 0;
    width: 100%;
    margin-bottom: 15px;
  }
  .cart_popup_btm_inner {
    width: 50%;
    padding-bottom: 15px;
  }
  .cart_popup_btm_inner:nth-child(4) {
    display: none;
  }
  .cart_popup_title {
    font-size: 18px;
  }
  .cart_popup_price {
    font-size: 13px;
  }
}

/* laura's tips */
.lauras_tips_section {
  border-top: 1px solid #ddd;
  padding: 80px 0;
}
.lauras_tips_wrapper {
  display: flex;
  flex-direction: row;
  margin-left: 90px;
  margin-right: 90px;
  flex-wrap: wrap;
}

.lauras_tips_block { 
  width: 33.333%;
  padding: 0 30px;
}

span.lauras_tips_num {
  font-size: 50px;
}

span.lauras_tips_text {
  font-size: 16px;
  font-weight: 400;
}

@media only screen and (max-width: 768px) {
  .lauras_tips_block {
    width: 100%;
    padding: 30px;
  }
  .lauras_tips_wrapper {
    margin-left: 0;
    margin-right: 0;
  }
}

/* select */

.mfp-hide {
  display: none !important; 
}
.shade-finder-open-popup {
  font-weight: bold;
}
  
#shade-finder {
  border: 2px #555 solid;
  background-color: #ffffff;
  padding: 35px;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
#shade-finder li {
  list-style: disc;
  margin-left: 30px;
}
.shade-finder-wrapper {  
  font-weight: bold;
  display: inline-flex;
}
.shade-finder-wrapper span {
  margin-left: 5px;
}
.shade-finder-wrapper::before {
  content: '';
  background-image: url({{ 'Shade_Finder_Swatches2x.png' | asset_img_url: 'master' }});
  background-size: 35px 20px;
  width: 35px;
  height: 20px;
  display: inline-block;
}

.mobile-only .shade-finder-wrapper {
    margin-top: 15px;
}
/* you may also like */

#shopify-section-product-recommendations {
  border-top: 1px solid #ddd;
}

/* form links */
.form_links {
  margin-top: 25px;
}

.form_links ul {
  display: inline-flex;
  list-style: none;
}

.form_links ul li {
  margin-right: 35px;
}

.form_links ul li a {
}

@media only screen and (max-width: 768px) {
  .form_links {
    text-align: left;
  }
}

/* how it's made */

.how_its_made_section {
  padding: 80px 0;
  border-top: 1px solid #ddd;
}

.how_its_made_wrapper {
  max-width: 1230px;
  margin: 0 auto;
}
.how_its_made_title {
  font-size: 33px;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
}
  
.how_its_made_wrapper h3 {
  font-size: 38px;
  letter-spacing: 1px;
  text-align: center;
}

.how_its_made_wrapper video {  
  max-width: 100%;
}
.how_its_made_wrapper video[poster] {  
  object-fit: cover;
}
  
@media only screen and (max-width: 768px) {
  .how_its_made_wrapper h3 {
    font-size: 26px;
  }
}
  

/* product gallery */

.mobile-image-block.Product__SlideItem.Carousel__Cell {
    margin-bottom: 20px;
}

.tablet-show {
  display: none;
}

@media only screen and (max-width: 1007px) {
  .Product__Gallery.Product__Gallery--stack.Product__Gallery--withThumbnails {
    display: none;
  }
  .tablet-show {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .mobile-image-wrapper {
    width: 100%;
    margin: 35px auto;
  }
  
  .mobile-featured-image-wrapper {
    margin-bottom: 35px;
  }
  
}
span.custom-select__trigger.btn-collection.ProductForm__AddToCart.Button--primary.Button {
  font-family: 'Acumin Pro', Lato, sans-serif;
  text-transform: uppercase;
  color: #ffe9eb;
  border: none;
  font-weight: 600;
  width: 100%;
}
span.custom-select__trigger.btn-collection.ProductForm__AddToCart.Button--primary.Button:before {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
/*  */

/* @media only screen and (min-width: 768px) {
  .product_btns_wrapper {
    position: static; 
    bottom: unset;
    left: unset;
    width: unset;
  }
  .add_to_bag_wrapper.custom-select-wrapper {
    position: relative; 
    width: 100%;
    z-index: 999;
    bottom: unset;
    height: unset;
  }
  span.custom-select__trigger.btn-collection.ProductForm__AddToCart.Button--primary.Button.add_to_bag_btn_true {
    padding: 18px 28px;
  }
  .ProductForm__Variants {
    margin-bottom: 25;
  }

  .accordion_tabs {
    margin-top: unset;
  }
  .shade-options {
    height: unset;
    top: 100%;
    border-bottom: 1px solid #000;
    border-top: none;
  }
} */

/* savings promo */

.julep_promo {
  display: block;
  padding: 16px 0 8px;
  border: 1px solid #e3e3e3;
  border-radius: 3px;
  margin-top: 20px;
}
.julep_promo h3 {
  text-align: center;
  font-size: 22px;
  margin-bottom: 6px;
}
.julep_promo .text,
.julep_promo .code {
  text-align: center;
}
.julep_promo .text p:first-child {
  border: none;
}
.julep_promo .text p {
  display: inline-block;
  border-left: 1px solid #8a8a8a;
  color: block;
  padding: 0 8px;
  letter-spacing: 1.5;
  font-size: 15px;
}
