/** Shopify CDN: Minification failed

Line 173:2 "amrgin-bottom" is not a known CSS property
Line 210:1 Expected "}" to go with "{"

**/
/* Use this file to add custom css to the theme. */
body{
  font-family: "Nanum Myeongjo", serif;
  scroll-behavior: smooth;
  
}
html {
  scroll-behavior: smooth;
}
p{
   font-family: "Nanum Myeongjo", serif;
}
.fs-body-large,
.fs-body-small {
  font-size: 18px !important
}
.product__policies {
  display: none;
}
.rich-text__button svg {
  height: 12px;
  color: #fff;
  fill: #fff;
  margin-right: 5px;
}
.section-header {
  margin-bottom: 40px;
}
.social-proof__image-wrapper .image__reveal-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.slideshow__content-inner h1,
.video-hero__content-inner h1 {
  font-size:2.5em;
  color: #fff; 
  margin-bottom: 0px;
  font-family: "Frutiger Serif", serif
}
.image-with-features__item-content a {
  text-decoration: underline;
}
.brands-slider {
  padding: 80px 0px;
  background-color: #efeae0;
  overflow: hidden;
}
.brands-slider .section__inner {
    padding-right: var(--space-outer);
    padding-left: var(--space-outer);
}
.brands-slider .section-header {
  text-align: center
}
.brands-slider .social-proof__image-wrapper {

  display: flex;
  align-items: center;
  justify-content: center;
}
.brands-slider .swiper-item-wrapper {
  display: flex;
  align-content: center;
  justify-content: center;
  
}
.brands-slider .swiper-item-wrapper img {
  height: 125px;
  opacity: 1;
  max-width: 225px;
  object-fit: contain;
  position: relative;
  padding: 10px;
}
.shopify-section--contrast+.shopify-section--contrast:not(.hidden):not(.shopify-section--logo-list) .section--contrast-spacer,
.shoping-section--contrast-before-footer .section.section--contrast.section--contrast-spacer {
  margin-top: 0px;
  margin-bottom: 0px
}
.video-wrapper-mobile,
.video-wrapper-tablet {
  display:none;
}
.product__color-swatch {  
  background-size:100%;
  border: 0px;
}
.btn.btn--term {
  background-color: #191919 !important
}
/* Language-switcher */
.lang_form {
  position: relative;
  display: inline-block;
}
.lang_form_content {
  display: none;
  position: absolute;
  left: 0;
  list-style: none;
  background: #fff;
  padding: 5px 10px;
  margin-top: 0px;
}
.lang_form:hover .lang_form_content,
.lang_form_content:hover {
  display: block
}
.local_btn {
  margin-left: 10px;
}
.local_btn svg,
.lang_form_content svg {
  position: relative;
  top: 7px;
  width: 20px; 
  height:22px;
}
.lang_form_content svg {
  top: 4px;
}

.divTable {
    display: table;
   
    border-spacing: 0px 2px;
}
.divTableRow {
    display: table-row;
}
.divTableHeading {
    display: table-header-group;
    font-weight: bold;
}
.divTableCell, .divTableHead {
    display: table-cell;
    padding-right: 5px;
}
.divTableBody {
    display: table-row-group;
}

#sticky-cta {
  position: fixed;
  right: -215px;
  z-index: 100;
  bottom: 88px;
  width: 255px;
  background: #000;
  transition: 0.3s;
}
#sticky-cta .sticky-button {
  padding: 12px;
  display: flex;
  height: 40px;
  background-color: #191919;
  color: #fff;
  cursor: pointer;
  right: 0px; 
  transition: 0.3s all;
  position: relative;
  border: 1px solid #191919;
}
#sticky-cta .sticky-button p {
  padding-left: 15px;
  amrgin-bottom: 0px;
  line-height:1;
}
#sticky-cta .sticky-button:hover {
  right: 109px;
  background-color: #756e65;
  border: 1px solid #fff;
}

#sticky-cta a:nth-child(2) .sticky-button:hover {
   right: 167px;
}
#sticky-cta .sticky-button svg {
  height: 15px; 
  fill: #fff;
}
@media only screen and (max-width: 900px) {
.video-wrapper-desktop {
    display:none;
}
.video-wrapper-tablet {
    display:block;
}
@media only screen and (max-width: 550px) {
  .lang_form {
    display: none
  }
  #video-header {
    background: #6e665c;
  }
  .video-wrapper-desktop,
  .video-wrapper-tablet {
    display:none;
  }
  .video-wrapper-mobile {
    display:block;
  }
}