
/* general  */ 
.ProductMeta__Title { 
  margin-bottom: 10px;
  font-family: orpheuspro, serif;
  text-transform: none;
  font-size: 33px;
  line-height: 1.2;
  letter-spacing: 0;
}
.Price {
  font-weight: 700;
  color: #000000;
  font-size: 20px;
}

.ProductMeta__Price.Price--compareAt {
  margin-left: 0;
  margin-right: 8px;
}

.ProductMeta__Price.Price--compareAt .money {
  font-weight: 700;
}

.product__price-savings {
  display: inline-block;
  margin-left: 2px;
  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;
  }
}
.Price_List_Mobile {
  margin-top: 10px;
}
span.atc_love {
  display: block;
  font-size: 9px;
  line-height: 12px;
  font-weight: 100;
}

/* notification */
.product-notification-message p {
  margin-bottom: 0;
  line-height: 1.15;
  font-size: 17px;
  font-weight: 500;
}

/* gallery */
@media only screen and (min-width: 769px) {
  .Product__Gallery {
    display: flex;
    flex-direction: row-reverse;
    justify-content: start;
    align-items: start;
  }
  .Product__Slideshow {
    width: 100%;
  }
  .Product__SlideshowNav.Product__SlideshowNav--thumbnails {
    margin: 0px 5px 0px !important;
  }
  .Product__SlideshowNavScroller {
    display: flex;
    flex-direction: column;
  }
}
/* accordion */
 
.accordion_tabs input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.accordion_tabs {
   overflow: hidden;
   border-top: 1px solid #E3E3E3;
}
.accordion_tab {
   width: 100%;
   color: #000000;
   overflow: hidden;
   border-bottom: 1px solid #E3E3E3;
}
.accordion_tab-label {
  display: flex;
  justify-content: space-between;
  padding: 1em;
  cursor: pointer;
   font-family: orpheuspro, serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: 0.27px;
  font-style: normal;
  color: #000000;
  transition: color 0.35s ease;
  font-size: 18px;
  text-transform: capitalize;
}

.accordion_tab-content {
  height: 0;
  padding: 0 1em;
  transition: all 0.35s ease;
  font-size: 16px;
}

.accordion_tab-content ul {
  margin-bottom: 1em;
  margin-left: 1em;
}
.accordion_tab-content ul li {
  list-style-type: '• ';
}
.accordion_tab-close {
  display: flex;
  justify-content: flex-end;
  padding: 1em;
  font-size: 0.75em;
  background: white;
  cursor: pointer;
}

.accordion_tab-label::after {
  content: "+";
  font-weight: 300;
  text-align: center;
  transition: all 0.35s ease;
  font-size: 40px;
  font-family: "Archer Pro", sans-serif;
  line-height: 20px;
}

.accordion_tabs input:checked + .accordion_tab-label::after {
  content: "\2013";
  font-weight: 300;
  text-align: center;
  transition: all 0.35s ease;
  font-size: 40px;
  font-family: "Archer Pro", sans-serif;
  line-height: 20px;
}

.accordion_tabs input:checked ~ .accordion_tab-content {
   height: 100%;
   padding: 0 1em 1em;
}

/* shades category */

.shade_category_option_wrapper {
  width: 100%;
  display: inline-flex; 
  justify-content: space-between; 
  padding: 0px 0px 5px; 
  font-weight: 600;
  margin-top: 0px; 
}
.shade_category_option {
  cursor: pointer;
}
.shade_category_option.underline {
  text-decoration: underline;
}

/* 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: 2px solid black;
}

.swatch_img_section{
  align-self: center;
}

.Button {
  width: unset;
}
 .select-shade {
   color: #000000;
   padding: 20px 15px; 
   font-family: orpheuspro, serif;
   font-size: 16px;
   line-height: 1.25;
   position: relative;
   border-bottom: 2px solid black;
   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: #000000;
}

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

.shade-options {
  position: absolute;
  display: block;
  top: calc(100% - 2px);
  left: 0;
  right: 0;
  border: 2px solid black;
  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 {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.shade-option {
  position: relative;
  border-bottom: 2px solid black;
  padding: 10px 15px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  align-content: center;
}
.shade-option:last-child {
  border-bottom: none;
}

.shade-option:hover {
  cursor: pointer;
  background-color: #f2f2f2;
}

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

.shade-option:hover
.shade-option.selected {
  color: #000000;
  background-color: #E3E3E3;
}
.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: 9px;
}

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

.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-option-soldout .var_title_main {
  text-decoration: line-through;
}
.shade-option-soldout .var_desc {
  text-decoration: none;
}

@media only screen and (max-width: 768px) {
  .shade-select-wrapper {
    opacity: 1;
  }
  .var_title {
    max-width: 255px;
  }
}
@media only screen and (max-width: 375px) {
  .var_title {
    max-width: 220px;
  }
}
@media only screen and (max-width: 375px) {
  .var_title {
    max-width: 205px;
  }
}

@media only screen and (max-width: 350px) {
  .var_title {
    max-width: 150px;
  }
}


/* 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: 95px;
  border: 2px solid #000000;
  background: transparent;
  color: #000000;
  height: 100%;
  align-items: center;
  justify-content: center;
}

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

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

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

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

.add_to_bag_wrapper .add_to_bag_btn.custom-select .ProductForm__AddToCart {
  text-align: center;
  font-size: 24px;
  height: 50px;
}

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

.add_to_bag_wrapper .QuantitySelector--large .QuantitySelector__CurrentQuantity {
   font-family: mr-eaves-modern, sans-serif;
  width: 35px;
  font-size: 31px;
  font-weight: 400;
  margin-bottom: 3px;
}

.var_title, .default_shade, .shade_title, .swatch_info_section strong {
  text-align: left;
   font-family: mr-eaves-modern, sans-serif;
  font-size: 17px;
  text-transform: capitalize;
}

.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-family: orpheuspro, serif;
  font-size: 13px;
  color: #6d6d6d;
  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) {
  .add_to_bag_wrapper .QuantitySelector--large .QuantitySelector__CurrentQuantity {
    width: 28px;
    font-size: 28px;
    margin-bottom: 0px;
  }
  span.custom-select__trigger.btn-collection.ProductForm__AddToCart.Button--primary.Button {
    min-width: 100%;
  }
  .add_to_bag_qty_wrapper {
    min-width: 95px;
    text-align: center;
    width: unset;
  }
  .add_to_bag_btn.custom-select {
    width: 100%;
  }
}


/* product accordion */

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

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

.accordion-header {
  padding: 1.5em 1.5em;
  cursor: pointer;
  transition: all .35s ease;
  font-family: orpheuspro, serif;
  font-weight: 500;
  font-style: normal;
  color: #000000;
  letter-spacing: 0.27px;
  font-size: 16px;
  line-height: 20px;
  height: 65px;
  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 {
  color: #353535;
  display: none;
}

.accordion-body__contents {
  padding: 1.5em 1.5em;
 font-family: mr-eaves-modern, sans-serif;
}

.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: .35s all ease;
  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;
  color: #353535;
}

@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;
}
.works_flawlessly_wrapper h2 {
  margin-bottom: 15px;
  text-align: left;
  font-family: orpheuspro, serif;
  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: orpheuspro, serif;
  font-size: 20px;
}
.works_flawlessly_price {
  font-weight: bold;
  font-family: orpheuspro, serif;
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: 0.27px;
  color: #000000;
}
.works_flawlessly_btn {
  width: 220px;
} 
.works_flawlessly_btn span {
  cursor: pointer;
}
.pairs-well-with-header {
  font-size: 23px;
}

@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; */
}
.product_reviews[data-bv-show="rating_summary"] .bv_main_container .bv_button_buttonMinimalist,
.product_reviews[data-bv-show="rating_summary"] .bv_main_container .bv_numReviews_text {
   font-family: mr-eaves-modern, sans-serif;
}
[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;
}
[data-bv-show=rating_summary].product_reviews .bv_main_container .bv_numReviews_text {
    font-size: 14px !important;
    letter-spacing: normal !important;
    font-weight: 500 !important;
    color: #000000 !important;
}
[data-bv-show=rating_summary].product_reviews .bv_button_component_container button.bv_button_buttonMinimalist {
    /* display: none !important; */
    font-size: 14px !important;
    letter-spacing: normal !important;
    font-weight: 500 !important;
    margin-left: 5px !important;
    color: #000000 !important;
}

.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].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 {
  color: #000000 !important;
  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: 3px !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 {
  color: #000000 !important;
}

@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: 824px;
  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;
  font-family: orpheuspro, serif;
}
.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 {
  text-transform: uppercase;
  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;
  font-family: orpheuspro, serif;
}
.cart_popup_shade_info {
  color: #6d6d6d;
  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;
}
.your_bag_buttons .mfp-close {
  font-family: orpheuspro, serif;
  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: 14px;
  border: 1px solid #000000 !important;
}

.mfp-close-btn-in .mfp-close {
  color: #000000 !important;
  text-align: center;
  font-size: 14px;
}

@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%;
  }
  .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;
  font-family: orpheuspro, serif;
}

span.lauras_tips_text {
  font-size: 16px;
  font-family: orpheuspro, serif;
  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;
}

/* 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 {
  color: #6d6d6d;
}

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

/* 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-family: orpheuspro, serif;
  font-size: 33px;
  letter-spacing: 1px;
  text-align: center;
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 0;
}
  
.how_its_made_wrapper h3 {
  font-family: orpheuspro, serif;
  font-size: 38px;
  letter-spacing: 1px;
  text-align: center;
  color: #000000;
}

.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: mr-eaves-modern, sans-serif;
  text-transform: uppercase;
  color: #000000;
  border: none;
  font-weight: 700;
  width: 100%;
  line-height: 1;
  letter-spacing: .6px;
}

/* product sections */
.product-sections_details ul {
  margin-left: 13px;
}
.product-sections_details ul li {
  list-style-position: outside;
  line-height: 1.5;
}

/* savings promo */

.julep_promo {
  display: block;
  padding: 16px 0 8px;
  border: 1px solid #e3e3e3;
  border-radius: 5px;
  margin-top: 20px;
}
.julep_promo h3 {
  text-align: center;
  font-size: 28px;
  margin-bottom: 3px;
  color: #576494;
}
.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;
}

/* Klaviyo BIS */

.add_to_bag_wrapper.custom-select-wrapper.add_to_bag_hidden { 
  display: none !important; 
}

a.klaviyo-bis-trigger.Button--primary.Button {
  height: 60px !important;
  font-size: 24px !important;
  padding: 14px 38px !important;
  font-weight: 500 !important;
}

/* Okendo */
div.okeReviews[data-oke-container] .oke-reviewContent-title, div.okeReviews .oke-reviewContent-title {
  font-family: orpheuspro, serif !important;
  font-weight: 400 !important;
}

.okeReviews[data-oke-container] p, div.okeReviews p {
  line-height: 1.2 !important;
}

.oke-button-text, .oke-w-reviews-writeReview a {
  font-family: mr-eaves-modern, sans-serif;
  letter-spacing: .6px;
  font-weight: 700;
}