/* octane */

* {
  font-variant-ligatures: none;
}

.jquery-modal.blocker.current {
  z-index: 999999 !important;
}

li.oct-quiz-multiple-choice-options__option:hover,
li.oct-quiz-picture-choice-options__option:hover {
  color: white !important;
}

.headerOctaneButton {
  background: white; 
  color: black; 
  border: none; 
  position: absolute; 
  right: 50px; 
  top: 23px;
  font-size: 14px;
  padding: 12px 24px
}

.headerOctaneButtonMobileWrapper {
  background: white;
  padding: 0px 15px 2px;
}

.headerOctaneButtonMobile {
  background: black; 
  color: white; 
  border: none; 
  font-size: 14px;
  padding: 8px 25px;
}

@media only screen and (max-width: 1400px) {
  .headerOctaneButton {
    top: 23.75px;
    font-size: 13px;
    padding: 12px 15px;
  }
}

@media only screen and (max-width: 1300px) {
  .headerOctaneButton {
    top: 27.75px;
    padding: 8px 15px;
    font-size: 13px;
  }
}

@media only screen and (max-width: 1200px) {
  .headerOctaneButton {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
li.oct-quiz-multiple-choice-options__option:hover,
li.oct-quiz-picture-choice-options__option:hover {
  color: #000000 !important;
  font-weight: 600 !important;
}
}

/* cart page */

.template-cart .Header__Bottom__Wrapper {
  display: none;
}

/* cart page - empty section */
.EmptySectionWrapper .PageHeader { margin: 60px 0 80px; }
.EmptyMainTitle { font-size: 30px; letter-spacing: 0; font-weight: 600; margin-bottom: 10px; }
.EmptySubtitle { text-transform: uppercase; font-weight: 600; font-size: 18px; margin-bottom: 20px; }
.EmptyBlockContainer { display: flex; flex-wrap: wrap; width: 100%; max-width: 850px; margin: 0 auto 20px; }
.EmptyBlock { width: 50%; padding: 10px; display: flex; flex-direction: column; }
.EmptyBlockImage { margin-bottom: 10px; }
a.EmptyState__Action.Button.Button--primary { border-color: #851A20; max-width: 350px; width: 100%; }
a.EmptyState__Action.Button.Button--primary::before { background-color: #851A20; }
.EmptySectionText { margin-top: 30px; font-weight: 500; font-size: 18px; }
@media only screen and (max-width: 768px) {
  .EmptySectionWrapper .PageHeader { margin: 50px 0px; }
  .EmptyMainTitle, .EmptySubtitle { padding: 0 10px; }
  .EmptyMainTitle { font-size: 25px; }
  .EmptySubtitle { font-size: 17px; }
  .EmptySectionWrapper { padding: 0px; }
  .EmptyBlockContainer { margin: 0 auto 10px; }
  .EmptyBlockButton { width: 100%;font-size: 16px; padding: 3px 10px; min-height: 54px; display: flex; align-items: center; justify-content: center; }
  a.EmptyState__Action.Button.Button--primary { max-width: calc(100% - 20px); }
  .EmptySectionText { margin-top: 25px; }
}

/* cookies */

@media only screen and (max-width: 425px) {
  #chat-widget-container {
    bottom: 0 !important;
  }
  div.cc-highlight {
    margin-top: 0px !important;
  }
  .cc-window.cc-bottom {
    bottom: 85px !important;
    padding: 1.5em !important;
  }
}

#shopify-section-announcement {
  margin-bottom: 0 !important;
}

/* mfp */
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/* general */
.font-500 {
  font-weight: 500;
}
.text-center {
  text-align: center;
}
/* Header */
.Header__Top__Wrapper {
  background: #FFF;
  padding: 12px 50px;
  max-height: 50px;
}
.Header__Shipping_Text {
  color: #484848;
  float: left;
  font-weight: 500;
}
.Header__Top__Wrapper .Text--subdued, 
.Header__Top__Wrapper .Link--primary, .Header__Top__Wrapper .Link--secondary:hover {
  color: #000;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 1px;
}

.Header__Top__Wrapper .Heading, .Header__Top__Wrapper .Link--secondary, .Header__Top__Wrapper .Link--primary:hover {
  color: #000;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 1px;
}
body {
  margin-top: 0 !important;
  overflow-x: hidden !important;
}

.Header__FlexItem.Header__FlexItem--fill.Desktop_Nav {
  margin-left: -120px;
  justify-content: center;
}

@media only screen and (max-width: 1441px) {
  .Header__FlexItem.Header__FlexItem--fill.Desktop_Nav {
    margin-left: 0px;
  }
}
#shopify-section-1600210224885 {
  padding-top: 80px;
}

.Header__Search {
  cursor: pointer;
}

/* .HorizontalItem_Search {
  border-bottom: 1px solid black;
  padding-right: 150px;
} */

@media only screen and (max-width: 1360px) {
  .HorizontalList__Item a.Heading.u-h6 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1200px) {
  .HorizontalList--spacingExtraLoose .HorizontalList__Item {
    margin-right: 14px;
    margin-left: 14px;
  }
}

@media only screen and (max-width: 1140px) {
  .Header__FlexItem.Header__FlexItem--logo {
    width: 100%;
    justify-content: center;
/*     z-index: 1; */
  }
  .Header__FlexItem.Header__FlexItem--fill.Desktop_Nav {
    margin-left: unset;
    justify-content: flex-start;
/*     width: 100%; */
    position: absolute;
  }
  .Header__Shipping_Text {
    text-align: center;
    line-height: 1.2;
    float: unset;
  }
  .Header__Top__Wrapper .Header__FlexItem--fill {
    display: none;
  }
  .SidebarMenu .Drawer__Content::before,
  header.Drawer__Header,
  aside.Drawer__Footer
  {
    background: white;
  }
  nav.SidebarMenu__Nav.SidebarMenu__Nav--primary {
    background: white;
    margin: 0 -30px;
    padding: 0 30px;
  }
  section#sidebar-menu ,
  .SidebarMenu .Drawer__Footer::before {
    background: black;
  }
  .SidebarMenu__Nav--secondary .Text--subdued{
    color: white;
  }
  .Drawer__Close {
    left: auto;
    right: 30px;
  }
}
@media only screen and (max-width: 768px) {
  #shopify-section-1600181676968 {
    display: none;
  }
  .Header__Top__Wrapper {
    padding: 7px 15px;
  }


}

/* input checkbox */

.input-checkbox { 
  width: 18px;
  height: 18px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
  cursor: pointer;
  vertical-align: -4px;
  border: 1px solid;
  border-radius: 4px;
  appearance: none;
}
.input-checkbox:checked {
  border-width: 9px;
}
.input-checkbox:checked, .input-radio:checked {
  border-color: #f4c8e3;
}
.input-checkbox:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: scale(0.2);
  transform: scale(0.2);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  width: 10px;
  height: 8px;
  margin-left: -5px;
  margin-top: -4px;
  background-image: url(/cdn/shopifycloud/shopify/assets/checkout_2021-01-25/checkbox-tick-66a9a39f70a44a226223ef4c61a701d2d10afaa73ba8846a509fbe58a82f3f36.svg),none;
}
.input-checkbox:checked:after {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  opacity: 1;
}

/* footer */

.Footer__Inner {
  max-width: 1280px;
  margin: 0 auto;
}

#footer-newsletter {
  margin-top: 0;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  align-self: center;
}

.Footer__Block--newsletter {
  flex-basis: 100%;
  max-width: 100%;
}

.Footer__Block--newsletter h2.Footer__Title.Heading.u-h6 {
  font-family: Baskerville, serif;
  font-size: 28px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.18;
  letter-spacing: 1.22px;
  color: #000000;
}

.Footer__Block--newsletter p {
  font-family: 'Brandon Grotesque', sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.65;
  letter-spacing: normal;
  color: #000000;
  text-transform: uppercase;
}

.Footer__Block--newsletter button {
  color: #fff;
  display: inline-flex;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 16px;
  padding: 10.5px 28px;
  height: 46px;
  border: 1px solid black;
  align-items: center;
}

.Form__Submit.Button.Button--primary::before {
  background-color: #000;
  color: #fff;
}

.Footer__Block--newsletter input.Form__Input {
  color: #000000;
  border: 1px solid #000000;
  width: 300px;
  display: inline-flex;
  height: 46px;
  margin-right: 5px;
}

.Footer__Block--newsletter input.Form__Input::placeholder {
  color: #000000;
}
.Footer__Block--newsletter .Social_Text {
  margin-top: 20px;
  margin-bottom: -5px;
}

.Footer__Block .Link.Link--primary {
  font-family: 'Brandon Grotesque', sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.50;
  letter-spacing: normal;
  color: #000000;
}
.Footer_Content {
  margin-bottom: 25px;
}
@media only screen and (max-width: 1140px) {
  .Form__Submit.Button.Button--primary {
    padding: 10px 28px 11px;
  }
}

@media only screen and (max-width: 768px) {
  .Footer__Block .Linklist__Item {
    text-align: center;
  }
  .Footer__Block--newsletter,
  .Footer_Content {
    text-align: center;
  }
  .Footer__Aside {
    display: none;
  }
  #footer-newsletter {
    justify-content: center;
  }
}

@media only screen and (max-width: 500px) {
  .Footer__Block--newsletter input.Form__Input {
    width: unset;
    min-width: 200px;
  }
}

/* featured image blocks */
.featured_image_wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 100%;
    justify-content: space-evenly;
    margin: 0px 90px;
    
  }
  .featured_image_block {
    width: 45%;
    padding: 15px 0px 30px 0px;
  }
  .feature_image_info {
    margin-top: 25px;
    text-align: center;
  }
  .feature_image_info h3 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 5px;
  }
  
  .feature_image_info a {
    text-transform: uppercase;
  }
  .feature_image_info p {
    font-family: 'Brandon Grotesque', sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 16px;
  }
  @media only screen and (max-width: 768px) {
    .featured_image_info {
      padding-left: 24px;
      padding-right: 24px;
    }
    .featured_image_block {
      width: 100%;
      margin: 35px auto;
      padding: 0;
    }
    .featured_image_wrapper {
      margin: 0 auto;
    }
  }

/* footer navigation */

.footer_nav_wrapper {
  padding-top: 35px;
}
.footer_top_wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  flex-direction: row;
  background: #000000;
  text-align: center;
  height: 60px;
  align-items: center;
}
.footer_bottom_wrapper {
  background: #F1F1F1;
  padding: 50px 0px;
  position: relative;
}
.slider_navigation_wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: calc(0px - 39px);
  left: 0;
  padding: 0 45px;
  z-index: 0;
}
img.chevron-left,
img.chevron-right {
  top: 50%;
  position: relative;
  max-width: 25px;
  cursor: pointer;
}
img.chevron-right {
  float: right;
}
.footer_bottom_inner_wrapper {
  margin: 0 90px;
  z-index: 1;
}
.footer_bottom_slide_wrapper {
  position: relative;
}
.footer_title_block {
  width: 33.333%;
  color: #FFFFFF;
  text-transform: uppercase;
}
.footer_slider_block {
  padding: 15px;
}
.footer_title_block h3 {
  font-size: 16px;
  letter-spacing: 1px;
}
.slider_title {
  line-height: 2;
  padding-top: 10px;
  font-family: 'Brandon Grotesque', sans-serif;
  font-size: 13px;

}
.footer_slider_text {
  display: inline-flex;
  text-transform: uppercase;
  flex-direction: row;
  align-items: baseline;
  padding-left: 90px;
}
.footer_slider_text h3,
.footer_slider_text p,
.footer_slider_text a {
  margin-bottom: 0;
}
.footer_slider_text p,
.footer_slider_text a {
  margin-left: 10px;
}
.footer_slider_text h3 {
  font-family: Baskerville, serif;
  font-size: 23px;
  font-weight: bold;
}
.footer_slider_text p {
  font-family: 'Brandon Grotesque', sans-serif;
  font-size: 13px;
}
.footer_slider_text a {
  font-family: 'Brandon Grotesque', sans-serif;
  font-size: 13px;
  font-weight: bold;
  text-decoration: underline;
  z-index: 1;
}
@media only screen and (max-width: 1100px) {
  .slider_navigation_wrapper {
    top: calc(0px - 30.5px);
  }
  img.chevron-left,
  img.chevron-right {
    max-width: 15px;
  }
}

@media only screen and (max-width: 768px) {
  .footer_title_block:first-child,
  .footer_title_block:second-child {
    border-bottom: 1px solid #FFFFFF;
    border-right: none !important;
  }
  .footer_top_wrapper {
    height: unset;
    padding: 0 30px;
  }
  .footer_title_block {
    width: 100%;
    padding: 25px 0;
  }
  .footer_title_block h3 {
    padding: 0px;
    letter-spacing: 0.5px;
  }
  
  .footer_slider_text p,
  .footer_slider_text a {
    margin-left: 0px;
  }

  .footer_slider_text {
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    margin-bottom: 25px;
    padding: 0 35px;
  }
  .footer_bottom_wrapper {
    text-align: center;
  }
  .footer_bottom_inner_wrapper {
    margin: 0 auto;
  }
  .slider_title {
    text-align: left;
  }
  .slider_navigation_wrapper {
    display: none;
  }
}

/* reviews */

[data-bv-show=rating_summary].collection_reviews {
  text-align-last: center !important;
}

.collection_reviews .bv_button_component_container {
  display: none !important;
}
[data-bv-show=rating_summary].collection_reviews .bv_main_container {
  display: flex !important;
  justify-content: center !important;
}

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

[data-bv-show=rating_summary].collection_reviews .bv_main_container .bv_main_container_row_flex {
  padding-right: 0 !important;
}
[data-bv-show=rating_summary].collection_reviews .bv_main_container .bv_numReviews_text {
  color: #000 !important;
  text-decoration: underline !important;
}

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

.free-gift-container {
    max-width: 350px;
    float: right;
}


p.free-gift-warning {
  padding-top: 15px;
  padding-bottom: 15px;
}

.text-bold {
  font-weight: bold;
}

.text-bold-500,
.text-bold-500 h3 {
  font-weight: 500 !important;
}

span.percent-off {
  display: none !important; 
}

.flex-wrap {
  flex-wrap: wrap;
}
.flex-row-wrapper {
  display: flex;
  flex-direction: row;
}
.flex-col-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.flex-50 {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .flex-50 {
    width: 100%;
  }
}

/* Fran Spackle Fonts */

.fran-spackle-h1 {
  font-family: 'Minion 3 Display';
  font-style: normal;
  font-weight: 500;
  font-size: 46px;
  line-height: 51px;
  text-align: center;
  letter-spacing: 0.388889px;
  margin-bottom: 25px;
}  

.Rte h2.fran-spackle-h2 {
  font-family: 'Minion 3 Display';
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 35px;
  letter-spacing: 0.277778px;
  margin: 34px 0;
}  

.fran-spackle-h3 {
  font-family: 'Minion 3 Display';
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 35px;
  letter-spacing: 0.277778px;
}

.fran-spackle-text {
  font-family: 'Brandon Grotesque';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
}

.fran-spackle-button {
  font-family: 'Brandon Grotesque';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 23px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 16px;
  background-color: transparent;
}  

.fran-spackle-number {
  font-family: 'Minion 3 Display'; 
  font-style: normal;
  font-weight: 600; 
  font-size: 122.824px; 
  font-style: italic; 
  line-height: 119px;
  letter-spacing: 0.852941px;
  margin-right: 14px;
}

.fran-spackle-quote {
  font-family: 'Minion 3 Display'; 
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: 0.0925px;
}

.fran-spackle-attribute {
  font-family: 'Brandon Grotesque';
  font-style: normal;
  font-weight: 420;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 1.45px;
  text-transform: uppercase;
  margin-top: 14px;
}

.fran-product-title {
  font-family: 'Brandon Grotesque';
  font-style: normal;
  font-weight: 420;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 1.305px;
  text-transform: uppercase; 
}

@media only screen and (min-width: 769px) {
  .fran-spackle-h1 {
    font-size: 56px;
    line-height: 57px;
    text-align: left;
    letter-spacing: 0.388889px;
    margin-bottom: 27px;
  } 

  .Rte h2.fran-spackle-h2 {
    font-size: 50px;
    line-height: 53px;
    margin: 54px 0;
  }  

  .fran-spackle-quote {
    font-size: 27px;
    line-height: 33px;
    letter-spacing: 0.0925px;
    margin-bottom: 16px;
  }

  .fran-spackle-attribute {
    font-size: 17px;
    line-height: 22px;
    letter-spacing: 1.45px;
    margin-top: 0;
  }
}

/* Fran Spackle Banner */
.fran-spackle-banner,
.fran-spackle-banner-text {
  background-size: cover; 
  background-position: center;
}   

.fran-spackle-banner #banner-video,
.fran-spackle-banner .banner-image {
  cursor: pointer;
}

.fran-spackle-banner-image {
  position: relative;
}

.fran-spackle-banner-image .play-icon {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);      
}

.fran-spackle-banner .video-playing {
  display: none;
}

.fran-spackle-banner-second-text {
  margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
  .fran-spackle-banner {
    flex-wrap: wrap;
  }
  
  .fran-spackle-banner-text {
    width: 100%;
    padding: 30px 20px;
    text-align: center;
  }
  
  .fran-spackle-banner-first-text {
    text-align: left;
    gap: 19px;
  }

  .fran-spackle-product-image {
    margin: 0;
    max-width: 112px;
    max-height: 218px;
  }
}

@media only screen and (min-width: 769px) {  
  .fran-spackle-banner  {
    padding: 40px 0;
  }   

  .fran-spackle-banner-text {
    margin: 0 40px;
  }

  .fran-spackle-h1,
  .fran-spackle-banner-first-text,
  .fran-spackle-banner-second-text,
  .fran-spackle-button {
    max-width: 440px;
  }
  
  .fran-spackle-product-image {
    display: none;
  }
}

/* Fran Spackle Blocks */

.fran-spackle-blocks .video_with_bg {
  width: 100%;
}

.fran-spackle-blocks #shopify-section-announcement {
  margin-bottom: 0 !important;
}

.fran-spackle-blocks .PageContent {
  max-width: 100%; 
  padding: 0px; 
  margin-top: 0px;
  margin-bottom: 0px;
}

.flex-wrap {
  flex-wrap: wrap;
}

.fran-spackle-blocks img {
  margin: 0;
}

.fran-spackle-blocks .flex-col-wrapper {
  flex-direction: column;
  justify-content: flex-end;
}

.social-richtext {
  margin-bottom: 15px;
}

@media only screen and (max-width: 768px) {
  .fran-spackle-blocks .PageContent {
    padding: 0px 0px; 
    margin-top: 0px;
  }
  
  .fran-spackle-quote {
    width: 54%;
  }
}

/* fran spackle product slider */

.fran_product_slider {
  margin-top: 60px;
  margin-bottom: 60px;
  overflow: hidden;
}

.fran_product_slider_inner {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.fran_product_slider_arrows {
  position: absolute;
  width: 100%;
  top: 0;
  height: calc(100% - 101.25px);
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.fran_product_slider_arrows img {
  max-width: 15px;
  cursor: pointer;
}

.fran_product_header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  text-align: center;
}

.fran_product_slider h3 {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 17px;
}

.fran_product_slider h3::before {
  content: "";
  position: absolute;
  width: 34px;
  border-top: 1px solid #000;
  top: 50%;
  left: -52px;
}    

.fran_product_slider h3::after {
  content: "";
  position: absolute;
  width: 34px;
  border-top: 1px solid #000;
  top: 50%;
  right: -52px;
}  

.fran_product_slider .fran-product-title {
  margin-bottom: 14px;
}

.fran_product_block {
  display: flex !important;
  flex-direction: column;
  padding: 0px 30px;
  line-height: 1.25;
  font-weight: 500;
  text-align: center;
  font-size: 20px;
}

.fran_product_block img {
  margin-bottom: 15px;
}


.fran_product_slider .custom-select-wrapper {
  margin-top: 31px;
}

.fran-spackle-reviews {
  margin-bottom: 5px;
}

@media only screen and (max-width: 768px) {
  .fran_product_header {
    padding: 0 30px;
  }
  
  .fran_product_block {
    padding: 0px 15px;
  }

  .fran_product_slider_slide {
    position: relative;
    z-index: 1;
  }
  
  .fran_product_slider_arrows {
    height: calc(100% - 100px);
    padding: 0 15px;
  }

  .fran_product_slider_arrows img {
    z-index: 2;
  }

  .fran-product .template_form_columns.desktop-only {
    display: block!important;
  }

  .fran-product .template_form_columns.mobile-only {
    display: none!important;
  }
}

@media only screen and (min-width: 769px) {
  .fran_product_slider .slick-slider {
    z-index: 1;
  }
  
  .fran_product_slider h3 {
    margin-bottom: 12px;
  }
  
  .fran_product_slider h3::before {
    width: 50px;
    left: -74px;
  }    
  
  .fran_product_slider h3::after {
    width: 50px;
    right: -74px;
  }  
  
  .fran_product_slider .fran-product-title {
    margin-bottom: 9px;
  }

  .fran_product_slider .custom-select-wrapper {
    margin-top: 23px;
  }
}

/* Hero Banner */

.hero-banner strong {
  font-weight: 500;
}

.hero-banner h1 {
  font-family: 'Minion 3 Display';
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 37px;
  letter-spacing: 0.25px;
  margin-bottom: 20px;
}  

.hero-banner p {
  font-family: 'Brandon Grotesque', sans-serif;
  font-style: normal;
  font-size: 25px;
  line-height: 28px;
  letter-spacing: 0.0625px;
}

.hero-banner .label {
  font-family: 'Brandon Grotesque', sans-serif;
  font-style: normal;
  font-weight: 450;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0.45px;
  margin: 0;
}

.hero-banner .label-subtitle {
  font-family: 'Brandon Grotesque', sans-serif;
  font-style: normal;
  font-weight: 450;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.45px;
  margin-left: 4px;
}

.hero-banner .button {
  font-family: 'Brandon Grotesque', sans-serif;
  font-style: normal;
  font-weight: 450;
  font-size: 16px;
  line-height: 23px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: inline-block;
  padding: 16px 60px;
}

.hero-banner-mobile-title {
  text-align: center;
  margin-top: 24px;
  margin-bottom: 24px;
}

#hero-banner-video,
.banner-image {
  cursor: pointer;
}

.hero-banner-video {
  position: relative;
}
    
.hero-banner-video .play-icon {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);      
}

.hero-banner-video .video-playing {
  display: none;
}

.hero-banner-text {
  padding: 30px; 
  text-align: center;
}

.hero-banner-label {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 20px; 
  padding: 10px 60px;
}

.hero-banner.flex-row-wrapper {
  flex-wrap: wrap;
}  

@media only screen and (max-width: 768px) {
  .hero-banner-mobile-desktop {
    display: none;
  }
  
  .hero-banner-label,
  .hero-banner .button {
    width: 100%;
  }
}

@media only screen and (min-width: 769px) {
  .hero-banner h1 {
    font-size: 56px;
    line-height: 58px;
    letter-spacing: 0.388889px; 
    margin-bottom: 25px;
  }  

  .hero-banner h1,
  .hero-banner p {
    max-width: 520px;
  }

  .hero-banner-mobile-title {
    display: none;
  }

  .hero-banner-text {
    padding: 60px; 
    min-height: 450px;
    min-height: 600px;
    text-align: left;
  }
  
  .hero-banner-label {
    margin-top: 25px;
    margin-bottom: 25px;
    margin-right: auto;
  }
}

/* image-and-text-blocks */

.image-and-text-blocks strong {
  font-weight: 500;
}

.itb-title {
  font-family: 'Minion 3 Display';
  font-weight: 500;
  font-size: 36px;
  line-height: 37px;
  letter-spacing: 0.25px;
}

.itb-text-block {
  position: relative;
}

.itb-text {
  position: relative;
  padding-left: 35px; 
  padding-right: 35px; 
}

.itb-logo {
  position: absolute;
  max-width: 82px;
  max-height: 82px;
  right: 24px;
  bottom: 27px;
}

.itb-text p {
  font-family: 'Brandon Grotesque';
  font-style: normal;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.05px;
}

.review_area p {
  font-family: 'Minion 3 Display';
  font-style: italic;
  font-weight: 400;
  font-size: 21px;
  line-height: 25px;
  letter-spacing: 0.0525px;
}

.quote-and-review-block {
  padding: 35px;
  text-align: left;
}

.itb-quote-block {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
}

.itb-image-attribute {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;  
}

.itb-quote {
  font-family: 'Minion 3 Display';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: 0.0925px;
}

.itb-attribute {
  font-family: 'Brandon Grotesque';
  font-style: normal;
  font-weight: 420;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 1.45px;
  text-transform: uppercase;
  margin-top: 10px;
}

@media only screen and (min-width: 769px) {    
  .itb-text-block {
    align-items: center;
    height: 100%; 
    padding: 35px 35px 0;
  }

  .itb-logo {
    top: 45px;
    right: 45px;
    bottom: auto;
  }
  
  .itb-text {
    max-width: 510px;
    margin: auto;
  }

  .itb-title {
    font-size: 40px;
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 32px;
  }

  .itb-text {
    padding: 0;
  }
  
  .itb-text p {
    font-family: 'Brandon Grotesque';
    font-style: normal;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.05px;
  }

  .quote-and-review-block {
    padding: 0 35px 35px;    
  }
  
  .itb-quote-block {
    gap: 32px;
    margin: 0 auto;
    max-width: 510px;
  }
  
  .itb-quote-attribute {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
  }
  
  .itb-quote {
    font-size: 27px;
    line-height: 33px;
    text-align: left;
    margin-bottom: 16px;
  }

  .itb-attribute {
    font-size: 17px;
    line-height: 22px;
    margin-top: 0px;
  }

  .review-text {
    max-width: 510px;
    margin: auto;
    padding-top: 30px;
  }
}

.subtitle strong {
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .product-with-reviews .product_reviews_wrapper {
    padding: 0;
  }
}

#shopify-section-product-recommendations .Carousel__Cell .ProductItem__Info,
#shopify-section-recently-viewed-products .Carousel__Cell .ProductItem__Info {
  min-height: 118px;
}

.keep_shopping {
  cursor: pointer;
}

/* product cart modal */

.cart-finder-wrapper {
  display: none; 
}
  
.cart-open-popup {
  font-weight: bold;
}
  
#cart-popup,
#cart-popup-2,
#cart-popup-product {
  border: 2px #555 solid;
  background-color: #ffffff;
  padding: 35px;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
#cart-popup li,
#cart-popup-2 li,
#cart-popup-product 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: 20px;
  font-family: Baskerville, serif;
}
.cart_popup_price {
  font-weight: bold;
}
.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: Baskerville, serif;
}
.cart_popup_shade_info {
  color: #6d6d6d;
  font-size: 16px;
}
.your_bag_buttons {
  width: 100%;
  margin-bottom: 25px;
}
.your_bag_buttons .custom-select {
  display: block;
}

.your_bag_buttons .Button {
  width: 250px;
  margin-right: 15px;
  font-size: 14px;
  padding: 14px 28px;
  font-family: "Brandon Grotesque", sans-serif;
  font-weight: 400;
}
.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 #333;
}

.mfp-close-btn-in .mfp-close {
    color: #333;
    font-family: 'Brandon Grotesque', sans-serif;
    font-weight: 500;
    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;
  }
}

/* swiper */

.swiper-pagination-bullet {
  background: transparent !important;
  border: 1px solid black !important;
  opacity: 1 !important;
  height: 10px;
  width: 10px;
}

.swiper-pagination-bullet-active {
  opacity: 1 !important;
  background: black !important;
  border: 1px solid black !important;
}