/** Shopify CDN: Minification failed

Line 1189:35 Expected identifier but found "!"
Line 1685:0 Unexpected "}"
Line 2106:15 Comments in CSS use "/* ... */" instead of "//"

**/
body {
    font-family: "proxima-nova", sans-serif !important;
}
input, select, textarea {
    padding: 8px 10px !important;
    line-height: 1.42 !important;
}
.jdgm-widget.jdgm-widget{text-align:center;}
.rating__wrapper__title{display: none !important;}
.header__drawer .drawer__content{
  background: white;
}
header{
  transition: all .3s ease;
}
.header__inner .wrapper{
  max-width: 95vw;
}
.header__wrapper{
  z-index: 11;
}
.info-bar .wrapper{max-width: 90vw;}
.product__badge{background: #F8EC2A; color: black;border: 0;}
/* .header__wrapper .info-bar{visibility: visible; opacity: 1;transform: translateY(0px);transition: all .5s ease;} */
/* .js__header__stuck.header__wrapper .info-bar{visibility: hidden; opacity: 0;transform: translateY(-10px);} */
.js__header__stuck.header__wrapper header{background: white !important;}
.search__page__heading .input-group-field{border: 0 !important;}
.sidebar__filter__group .filter__button label{text-transform: capitalize;}
.product__grid__price--nowrap .price, .product__grid__price--nowrap .compare-at{font-size: 14px;
    color: #656565;font-weight: 700;}
[data-header-cart-full=true] .icon-cart-full{fill: black;}

.cart_total{text-align:center;font-size: 18px;font-weight: 400;color: #000;    font-family: "proxima-nova", sans-serif !important;margin-bottom: 0px;}
.cart_total span:first-child{
  font-size: 16px;
  font-weight:600;
}
.collection__products .js-grid{
  gap: 20px !important;
}
.right a, .left a{
  background:  transparent;
  border: 1px solid black;
}
.right a:hover, .left a:hover{
  background: #0000004d;
  color: black;
}
.homepage-image.use_image{
  display: none;
}
.hover_text.text-left .text-right.mochiPlayButton{
  margin-right: 30px;
}
.hover_text .text-center.mobile-right .mochiPlayButton{
  padding: .5em .644em .5em 0.9em;
}
.hover_text .text-right.mobile-right .mochiPlayButton{
  padding: .5em .644em .5em 0.9em;
}
.mochiPlayButton {
    letter-spacing: 0.256em;
}
.search {
  max-width: 100%;
  margin-bottom: 0;
  display: block;
}
.drawer--right .drawer__content{
  padding: 20px;
}
.wrapper.grid.text-center{
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: "empty text icon"
}
.header-message{
  grid-area: text;
}
.header-search__wrapper{
  grid-area: icon;
  display: flex;
    justify-content: flex-end;
    align-items: center;
}
.header__parent {
  min-height: 86px;
}
.quickview__modal__top{

}
.quickview button{
  max-height: 20px;
  max-width: 20px;
  svg{
    color: white;
  }
}
@media (min-width: 768px){
  .header-search__wrapper{
    position: relative;
}
.quickview button{
  max-height: unset;
  max-width: unset;
}
.quickview__modal__top .product__title a {
  font-size: 16px;
  letter-spacing:2px;
}
.quickview .text-button-contrast {
  color: white !important;
}
.header__parent {
  min-height: 173px;
}
.header__parent:has(.js__show__mobile){
  min-height: 100px;
}
}
@media (max-width: 768px) {
  .search-popdown{
    position: fixed;
    background: white;
    padding: 20px 0;
  }
  .grid__item .product__main__content .product__block__description,.metafield-rich_text_field{
    font-size: 13px !important;
  }
  .wrapper.grid.text-center{
    grid-template-columns: .1fr 1fr .1fr;
  }
  footer .wrapper{padding-left: 0;padding-right: 0;}
}

.search-popdown .header__search__results{
  background: white;
  padding: 10px;
}
.search__results__products__title {

 }
.header-search .navlink{padding: 0;}
.header-search img{
  width: 16px;
    height: 16px;
  object-fit: contain;
}

.lt-ie9 .header-search__wrapper .header-search .search .search-bar,
.lt-ie9 .header-search__wrapper .header-search .search{
  width: 250px !important;
}
@media (min-width: 768px) {
  .collection__products{padding-left: 20px;}
}
.cart_total.shipping{font-size: 16px; font-weight: 400;}
.navtext {font-size: 1.040vw;font-family: "proxima-nova", sans-serif !important;}
.header-message{font-weight: 100 !important;}
.info-bar {
    background-color: #f8ec2a;
    color: #000;
    padding: 5px 0;
    min-height: 30px;
}
/* .header-search__wrapper {
    position: absolute;
    top: -3px;
    right: 15px;
} */
/* @media screen and (min-width: 480px) {
    .header-search__wrapper {
        right: 30px;
    }
} */
.header-search {
    text-align: right;
    background-color: transparent;
}
.search {
    max-width: 100%;
    margin-bottom: 0;
    display: block;
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}
.header-search .search-bar {
    position: relative;
    z-index: 100;
    height: 26px;
    color: #f8ec2a;
    font-size: 16px;
    padding: 0 25px 0 0;
    text-align: right;
    border: none;
    margin-bottom: 0;
    border-bottom: 1px solid transparent;
    border-radius: 0;
    width: 5px;
    -webkit-transition: all .3s 
ease-in-out;
    transition: all .3s 
ease-in-out;
    cursor: pointer;
}
input[type=text], input[type=search], input[type=password], input[type=email], input[type=file], input[type=number], input[type=tel], input[type=url], textarea, select {
    border: 1px solid #000;
    width: 100%;
    max-width: 100%;
    display: block;
    margin: 0 0 1em;
    background-color: transparent;
    outline: none;
}
.header-search .search-btn {
        position: absolute;
    top: 0;
    right: 0;
    height: 49px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    width: 23px;
    background: url(//www.mochikids.com/cdn/shop/t/33/assets/search.svg?v=1629186…);
    background-repeat: no-repeat;
    background-position: right 16px center;
}
.footer__quicklinks li a{
  letter-spacing: 2.56px;
}
.darkback {
background-color: #bea08a!important;
}
.darkback img{
  margin: 5% 0;
}
.lightback {
    background-color: white;
}
.w-70 img {
    width: 70%;
    margin-left: -5%;
}
.lighterback{background-color: rgb(246, 234, 222);}
.blueback{background-color: #3953A4;}
.darkback img{max-width: 90%;}
.customImageback{background-image: url('/cdn/shop/files/splatterVector.svg?v=1616165633');}
.customImageback img{margin: 10% auto;
    height: auto;}
    .second-row .mochiPlayButton{
      margin-top: 70px;
    }
.overimgrel{position:relative;}

@media (max-width: 478px) {
.overimgrel[data-grid-flex]{
  flex-flow: row wrap;
}
.second-row .mochiPlayButton{
      margin-top: 0px;
    }
.third-row .overimgrel{
  flex-flow: column wrap !important;
}
.js__header__stuck.header__wrapper .header__inner .wrapper{
  margin-top: 0;
}
}
.overimg{
  position: absolute;
    left: 50%;
    top: 15%;
    width: 25%;
    min-height: 80px;
    z-index: 10;
    transform: translate(-25%, 0px);
  
  }

.grid__item{position:relative;}
.hover_text .home__subtitle{margin-left: 0%;margin-bottom: 15px;
    font-family: "brandon-grotesque", sans-serif;
    font-size: 4.337vw;
    letter-spacing: 0.434vw;
    text-align: center;
    opacity: 1;
    text-transform: inherit;
    color: #D74A27;}
    .mb-icon{margin: 0 0 .75em;}
    .icon-main-title{font-size: 1.82vw !important;
        letter-spacing: 0.363vw !important;color: black;font-weight: 600; }
        .icon__column__heading{
                    font-size: 1.09vw !important;
        letter-spacing: 0.393vw !important;
    margin-bottom: 15px;
        }
        .icon-para{
              font-family: montserrat, sans-serif;
    font-weight: 500;
    font-size: 1.2vw !important;
        letter-spacing: 0.25vw !important;
        color: #D74A27 !important;
        margin-bottom:15px;
        }
        .icon-sec{width:100%;justify-content:space-between;}
        .grid__item.icon-block{ flex: 0 1 20%;margin: 10px;text-align: center;}
        .icon__column__icon{margin-bottom: 5px;}
        .object-cover img{object-fit: cover;}
        .proximanova{font-family: "proxima-nova", sans-serif;font-weight: 400;}

    .collection-grid-item__title {background-color: #F8EC2A;padding: .5em .644em .5em 0.9em;font-size: 1.332vw;
    letter-spacing: 0.256em;font-family: "proxima-nova", sans-serif;
    font-weight: 600;width:fit-content;color: #000;}
    .footer{margin-top: 100px;}
    .footer__title{
      margin-bottom: 2rem;
    font-weight: 600;
    letter-spacing: .15em;
    color: white !important;
    }
    .footer-secondary, .footer-quicklinks,.footer__quicklinks {
    font-family: Abel, Helvetica Neue, Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 11.6px;
}
.footer p {
    letter-spacing: 2.4px;
    font-size:  16px;
    color: white;
    margin: 0 0 15px;
    font-family: "proxima-nova", sans-serif;
}
.footer__quicklinks li {
    margin: 0 0 15px;
}
.footer__quicklinks li a{
   color: white;
}
.subfooter__item--social{margin-top: 30px;}
.subfooter__copyright{width: 100%;text-align:center;font-family: "proxima-nova", sans-serif;font-size: 10.24px;letter-spacing:2.56px;display:block;text-transform:uppercase;font-weight:600;}
    /*product page */
    .product-page *{font-family: "proxima-nova", sans-serif;}
    .product__title{
              font-size: 1.741vw !important;
        line-height: 2.089vw !important;
        letter-spacing: 0.279vw !important;
    }
    .product__block__description{line-height: 1.5;
    letter-spacing: .2em;}
    .radio__legend{color: black;padding: 0 0 2px;opacity:1;}
    .add-to-cart__wrapper{margin-top: 2.7rem;}
    .product__block__text {
      font-size: 1.069vw !important;
          text-align: left;
    line-height: 1.5;
    letter-spacing: .2em;

    }
    .gift-wrap-option{border: 1px solid #000;}
        .gift-wrap-option p{letter-spacing: 1px;}
        .btn-wrap{background: transparent !important;border: 1px solid black;}
        .btn-wrap:hover{background: #0000004d !important;color: black;}
    .select-popout__toggle{border: 1px solid #000;letter-spacing: 2px;}
    #Gift_Inscription{color: white; font-size: 1em; letter-spacing: normal;}
    @media (min-width: 768px) {
    .product-single .grid__item.product__main__content{
      padding-left: 15px;
    }
  }
  .icon svg{width: 100%;height:100%;}
  .share__link{    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: .8em;
    margin-left: 15px;
    margin-right: 15px;
}
.flickity-grid .product-grid-slide{
  padding-left: 30px !important;
}
.product__grid__title.uppercase{
  font-size: 14.5px;
      margin: 20px 0 .75em;
    line-height: 1.4;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.rte--homepage {
    text-align: right;
    margin-left: 0%;
  font-size: 2.135vw;
      letter-spacing: .07em;
  line-height: 1.2em;
  margin-bottom: 20px;
}
.hover_text .rte--homepage{margin-bottom: 10px;}
.product__badge{left: 10px;}
/* .hover_text .text-right{
  margin-right: 20px;
} */
@media (min-width:469px) and (max-width: 990px) {
.icon-sec{
  flex-wrap: wrap;
  justify-content: center;
}


.icon__column__heading{font-size: 2.09vw !important;
        letter-spacing: 0.393vw !important;
    }
    .rte.icon__column__paragraph{
      font-size: 1.72vw !important;
        letter-spacing: 0.546vw !important;
        margin-bottom: 10px;
    }
.grid__item.icon-block {
        flex: 0 1 45%;
        margin: 2px;
        padding: 0;
    }
  
.icon__column__heading{
  margin-bottom: 15px;
}
}

@media(max-width: 468px) {
  .product__block__title{
    padding-top: 15px;
  }
  .first-row .rte--homepage{
    max-width: 91% !important;
  }
  .jdgm-rev-widg__summary-text{
    font-size: 16px;
    
  }
  .jdgm-rev-widg__summary-inner{
    text-align: left;
  }
 [data-custom-scrollbar-items] {
    flex-flow: column-reverse wrap !important;
  }
  .hover_text.hover_text-template--17606275367011__section_columns_KLFpBf {
    top: 40% !important;
}
.product__grid__title.uppercase{
  font-size: 12.8px;
  letter-spacing: 1px;
  margin: 0 0 .75em;
}

.custom-aspect{
  height: unset !important;
}
  .overimgrel[data-grid][data-grid-large] [data-item]{
    width: 100% !important;
  }
    .footer__quicklinks li {
    margin: 0 0 6px;
}
  .header__inner .wrapper{margin-top: 10px;}
  .darkback img {
            margin: 9% 0;
        max-width: 80%;
        object-fit: contain;
}
.hover_text.hover_text-template--17606275367011__section_columns_rjx9Eg {
    top: 17% !important;
}

.hover_text .home__subtitle{font-size: 8.700vw !important;
        letter-spacing: 0.834vw;
        margin-bottom: 0;}
        .grid__item .mochiPlayButton{font-size: 2.676vw !important;    margin-right: 10%;}
        .list__collections .grid__item{
  width: 50% !important;
  margin-bottom: 0 !important;
}
.collection-grid-item__title{padding:.5em .644em .35em 0.9em !important;font-size: 2.332vw !important;}
.icon-sec{flex-wrap: wrap;justify-content:center;gap: 10px;}
.grid__item.icon-block{flex: 0 1 45%;margin: 2px;padding: 0;}
.icon__column__heading{        font-size: 3vw !important;
        letter-spacing: 0.393vw !important;}
        .icon-para{font-size: 2.2vw !important;
        letter-spacing: 0.546vw !important;}
        .icon-main-title{font-size: 3.42vw !important;
        letter-spacing: 0.663vw !important;}
        .overimg {
    position: absolute;
    left: 36%;
    top: 5%;
    width: 55%;
}
.rte--homepage{
  max-width: 100%;
}
.sliderow__title{font-family: "proxima-nova",sans-serif !important;}
.text-center.mobile-right{text-align:right !important;}
.mobile-right .mochiPlayButton{margin-right: 0;}
.lighterback{height:450px;}
img.hover__image{max-width: 93%;}
.hover_text.hover_text-template--17606275367011__section_columns_YEMtyx{top: 7% !important;}

  #wrapper-fix.wrapper{
    padding: 0 15px !important;
  }
.product__title{
font-size: 3.741vw !important;
        line-height: 4.089vw !important;
        letter-spacing: 0.879vw !important;
}
.product__price span{
font-size: 3.741vw !important;
        letter-spacing: 0.879vw !important;
        line-height: 4.089vw !important;
}
.product__block__text{
        font-size: 3.069vw !important;
}
.tabs__recommendation [data-custom-scrollbar-items] {
  flex-flow: row wrap !important;
}
[data-grid][data-grid-small] [data-item]{
  width: 50%;
}
[data-grid][data-grid-small] [data-item].grid__item{
  width: 100%;
}
.related__products .tab-content{
  margin-left: 0;
}
.flickity-grid .product-grid-slide{
  padding: 0 !important;
}
.tabs__recommendation [data-custom-scrollbar-items]{
  gap: 30px;
  justify-content: space-between;
}
.custom-scrollbar{display: none !important;}
}

    /* collection page */
      .collection__heading__text{
        color: #D74A27;
    font-family: "brandon-grotesque", sans-serif;
    font-weight: 600;
    text-transform: lowercase;
    font-size: 3rem;
      }
       .collection__nav{border:none;}.collection__filters__toggle{border: 1px solid #eee; }.collection__filters__outer{background:white !important;}
       .collection__sort{border: 1px solid #eee;} .collection-sort.popout--navbar .popout__toggle{border-right: 0;}
       .collection__nav__buttons{justify-content: space-between;width:100%;}
       .popout--navbar .popout-list{inset-inline-start: -50px;} .collection__nav{margin-bottom: 0px;}
   @media(min-width: 767px){ .collection__filters__toggle{display:none;}  .collection__nav{margin-bottom: 20px;} 
   .collection__nav__buttons{justify-content: flex-end;width:100%;}
  .popout--navbar .popout-list{inset-inline-start: -1px;}
  }
  
.popout--navbar .popout-list{background: white;}
/*standard page*/

.page__template .wrapper {
  width: 66.666%;
}
.page__template .standard__heading{
  color: #D74A27;
    font-family: "brandon-grotesque", sans-serif;
    font-weight: 600;
    text-transform: lowercase;
    font-size: 3rem;
    text-align:center;
}

/*search page*/

.page-search  .collection__products.query-search{
      display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
}
.page-search .query-search  .search__item__generic{
  flex-direction: column !important;
}
.page-search .query-search .search__item__generic__image img{
  max-width: 100%;
}


/*product price*/
.product__price__main{
  flex-direction:column;
}
@media (max-width: 476px) {
.product__block__price{padding-bottom: 0;}
.product__price__main{min-height: 0;}
.product__block__text{margin-top: 10px;}
.jdgm-rev-widg__title{font-size: 22px;}
}
/*blog page*/
.grid-blog{
grid-template-columns: repeat(3,1fr);
column-gap: 30px;
}
.article__item-content {
    position: absolute;
    bottom: 0;
    background: linear-gradient(to bottom, #0000, #000000a6);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    color: white;
    padding: 30px 20px;
    
}
.article_url{
  position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index:1;
    background: transparent;
    pointer-events: auto;
}
.article__item-title{transition: all .3s ease;}
.article__item:hover .article__item-title{
  transform: translateY(-15px);
}
.article__item img{
  transition: all 1.1s ease-out;
}
.article__item:hover img{
  transform: scale(1.05);
}
.article_template .grid__item{
  background:white;
}
@media (max-width: 748px) {
  .grid-blog {
    grid-template-columns: 1fr;
  }
}
.blog__sidebar h2{
  font-size: 20px;
  font-family: "brandon-grotesque", sans-serif !important;
}
/* Ghost CSS */ 
/* *{
  background: #000 !important;
  color: #0f0 !important;
  outline: solid #f00 1px !important;
} */

/* MAIN COLUMNS */
body {
  touch-action: manipulation;
}
.header--large .index-header-rightImage {
    background-size: 50% auto;
}

.site-header .index-header-rightImage {
max-width: 90%;
}

.grid--full.homepage-double {

    display: grid;
    width: 100%;
  grid-auto-flow: column; 
    overflow: hidden;
    grid-template-columns: repeat(2, 1fr);
}

.image-overlay.bg-brown.image-overlay-0 {
    z-index: 0;
}
.margin-fix {
margin: 0!important;
}



.ml-10{margin-left: 5%;margin-bottom: 60px !important;}

.rte--homepage.proximaBold {

  	font-size: 2.253vw;
  
}

img.aboutMochiHomePage {
max-width:75%;
margin-bottom: 10%;
}



.homepage-columns.homepage--white {

padding-bottom: 0;
}

/*  */

.homepage-double .double__block {
  display:flex;
  width: 50vw;
      align-items: center;
}
.new-content--centered .rte {

	display: flex;
    flex-direction: column;
    max-width: 80%;
    margin: 10% auto;
}


body {
  max-width:100vw;
  overflow-x: hidden;
}
p, input {
	font-family: "proxima-nova",sans-serif;
}

.mochiItem p, .asSeenInHeader {
color: #D74A27;
}

/* HOMEPAGE IMAGE WITH TEXT */
@media only screen and (max-width:300px){

  .mochiColumnImage .content--centered h4 {
  margin-left: 10% !important;
  
  }

}

.header__wrapper .content--centered {
	top:40%;
  	max-width: 90%;
}

.content--centered , .new-content--centered {
    margin: 32% 0px;
}

.site-header .mochiColumnImage {
	    justify-content: center;

}

.mochiColumnImage .content--centered h4{
  margin-left:20%;
  font-family: "brandon-grotesque",sans-serif;
  font-size: 4.337vw;
  letter-spacing: 0.434vw;
  opacity: 1;
  text-transform: inherit;
  color: #D74A27;

}
.mochiColumnImage .content--centered h4::after{
	display: none;
}
.proximaBold {
	font-family: "proxima-nova", sans-serif;
  	font-weight: 900;
}
.header-message {
font-weight:100!important;
}
	.mochiColumnImage {
	background-size: 114%;
    background-position: -15px 64%;
    background-color: rgb(246, 234, 222);
	background-repeat: no-repeat;}

	.mochiPlay	{
    position: absolute;
    left: -12%;
    top: 15%;
    width: 50%;
    min-height: 80px;
    z-index: 10;
    }
.double__block {
	overflow:initial!important;

}
.nav--mobile .main-menu li a {
font-family: "proxima-nova",sans-serif;
}

.buttonCenter {
position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translate(-50%);
}
.site-header .mochiColumnImage .mochiPlayButton{
	padding: .5em 2.644em .5em 2.9em;
}


.grid__item .mochiPlayButton {
    background-color:#FBEC2A;
  	color: black;
  	text-transform:uppercase;
  	font-family:'proxima-nova';
  	font-weight: 600;
  	font-size: 1.334vw;
    text-decoration: none;
  padding: .5em 2.644em .5em 2.9em;
}
.mochiPlayButton {
letter-spacing: 0.256em;
}
/* HOMEPAGE COLLECTION LIST */

.index-column a {
    height: 100%;
}

p.index-column-image {
    height: 100%;
}

.index-column-image img {
    height: 100%;
} 

.homepage-columns.homepage--white {
	padding-top: 0;
}
.homepage-columns.homepage--white .home__subtitle {
	
	display: none;
}

.index-collection-wrapper .grid {
display: grid;
    grid-columns: repeat(2, 1fr);
    grid-template-columns: repeat(2, 1fr);
}
.index-column.grid__item {
position:relative;
}
.index-column-image {
    margin-bottom: -1px;
}


.grid .index-column.grid__item {
	padding-left: 0;
}

.homepage-columns.homepage--white .grid {
    line-height: 0;
}
.index-column-image {
	margin: 0;
}
.index-collection-wrapper img {
width:100%;
}

h5.uppercase.home--uppercase.index-collection-item {
    font-size: 1.332vw;
    letter-spacing: 0.256em;
}

@media only screen and (max-width: 343px){

.header-message--crowded {
    padding: 0 25px 0 0px;
}
}


@media only screen and (min-width: 481px) {
  
  
.new-content--centered {
  margin-top: 43%;
    margin-bottom: 23%;
  }
  
  
}



@media only screen and (max-width: 481px){

  .ml-10{
    margin-bottom: 30px !important;
  }
  
  #shopify-section-1614171997be61f63b .grid--full.homepage-double.adjust--light {
  display: flex;
  flex-wrap: wrap;
  }
  
  #shopify-section-1614171997be61f63b .grid--full.homepage-double.adjust--light > div {
  width:100vw;
  }
  #shopify-section-1614171997be61f63b .grid__item.large--one-half.medium--one-whole.double__block.homepage-image.homepage--white {
  order: 2;
    height:50vh;
  }
  
  
  .site-header .mochiColumnImage .text-right .mochiPlayButton {
    padding:
}
  .index-column h5.uppercase.home--uppercase.index-collection-item, .rte a {
    padding: .5em .644em .35em 0.9em !important;
}
 
  
  .site-header .grid--full.homepage-double.adjust--white{
  display: flex !important;
  flex-wrap: wrap;
  }
  
  .site-header .grid--full.homepage-double.adjust--white > div {
    height: 50vh;
    width: 100vw;
	}
  
  .site-header .content--centered {
  margin: 0;
  }
  .site-header .grid--full.homepage-double.adjust--white div:nth-child(1) { /* first Child */
  order: 2;
   align-items: flex-start;
    align-items: center;
  }
  .mochiColumnImage.grid__item.large--one-half.double__block.homepage--white {
    margin-top: 11%;
}
  
  .site-header .image-overlay.bg-brown {
  margin-bottom: -11%;
  }
  
  .site-header .index-header-rightImage {
  margin-top: 11%;
  }
  
  .site-header .grid--full.homepage-double.adjust--white div:nth-child(2) {
    
  
  }
  
  .mochiColumnImage .content--centered h4 {
    font-size: 6.337vw !important;
}
  
  .site-header .rte--homepage {
  width: 80% !important;
  }
  
  .site-header .home__subtitle {
  margin-left: 20% !important;
  }
  
  .blueSmile {
  left: 15% !important;
  top: 33% !important;
  }
  #quoteSlideshow {
    margin: 5% auto !important;
}
  
  .madeForKids {
    line-height: 1em !important;
    font-size: 4.188vw !important;
  width: 89% !important;
    bottom: 13% !important;
  }
  
  .mochiItem img {
    max-height: 4vh !important;
   }
  .buttonCenter {
      position: inherit !important;
  }

  #wrapper-fix {
    margin: 30px auto !important;
}
#wrapper-fix.wrapper{
  padding: 0 30px;
}
  .index-column.grid__item.text-center {
      max-height: 87vw;
  }
  
  h5.uppercase.home--uppercase.index-collection-item {
    font-size: 2.332vw !important;
  }
  .rte--homepage.proximaBold {
  	font-size: 5.745vw !important;
  }
  
  .mochiColumnImage .content--centered h4 {
  	margin-left: 9%;
    font-size: 8.700vw !important;
    letter-spacing: 0.834vw;
    margin-bottom: 0;
        
  }
  
  .mochiColumnImage .mochiPlayButton {
  font-size: 2.676vw;
  
  }
  
  .grid--full.homepage-double {
    display: grid;
    grid-template-rows: repeat(2, 1fr);
  }
  .header-message.uppercase.header-message--crowded {
    font-size: 3.04vw !important;
		}
  
  #whyUseMochiSection .mochiItem p {
    font-size: 2.2vw !important;
    letter-spacing: 0.546vw!important;
  }
  
  #whyUseMochiSection .mochiItem h2.uppercase {
    font-size: 3vw!important;
    letter-spacing: 0.393vw!important;
  }
  
  #whyUseMochiSection h1.uppercase {
    font-size: 3.42vw!important;
    letter-spacing: 0.663vw!important;
  }
  .quote-container p {
  font-size: 3.135vw !important;
  }
  
  .rte--homepage {
  font-size: 21px !important;
  }
  .lighterback .rte--homepage{font-size: 17px !important;}
  .larger-fix .rte.rte--homepage {
  
  font-size: 5.135vw !important;
  }
  .text p {
   font-size: 3.535vw !important;
  }
  .mochiPlay {
      top: 11%;
    left: 50%;
    transform: translate(-50%);
  }
  .asSeenInHeader{
  font-size: 4.735vw !important;
    letter-spacing: 0.487vw !important;
    margin-top: 3%;
  }
  
  .homepage-double .double__block {
   width: 100vw; 
  }
  .content--centered, .new-content--centered {
    margin: 32% 0px 10%;
}
  .product-section #productInfo-product .text-center h1.h2 {
font-size: 3.741vw!important;
    line-height: 4.089vw!important;
    letter-spacing: 0.879vw!important;
}


.product-section .product__price span {
    font-size: 3.741vw!important;
    letter-spacing: 0.879vw!important;
    line-height: 4.089vw!important;
}

.product-section .product__block__description.rte, .product-section form#AddToCartForm--product {
    font-size: 13px !important;
}
  
  .product-section .breadcrumb {
font-size: 3.336vw!important;
}

  p.afterpay-paragraph {
    font-size: 60%;
}
  #whyUseMochiSection {
    padding-top: 1rem;
}
  
  
  
  
/*  INSTAFEED  */
  #insta-feed .instafeed-container, .instafeed-shopify .instafeed-container {
    min-width: 33.33vw!important;
    padding-top: 32.33vw!important;
}

  #insta-feed {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3,1fr);
}

}
@media only screen and (max-width: 768px){

  .about-col #oHi {
    top: 0%;
    left: -3%;
    width: 25%;
}
  .about-col #yellowSmile {
    left: 3%;
    width: 20%;
    bottom: 19%;
  }
  
  
  h5.uppercase.home--uppercase.index-collection-item {
    font-size: 2.332vw;
    
}
  
  .site-header .homepage--white {
    background-size: 66% !important;
    background-position-y: 72% !important;
}
  
  .site-header .rte p {
  margin-bottom: 0;
  }
  .mochiColumnImage .content--centered h4 {
    font-size: 5.337vw;
    
  }
  .rte--homepage.proximaBold {
      font-size: 3.253vw;
   
  }
  .mochiItem p {
    font-size: 1.72vw !important;
    letter-spacing: 0.546vw!important;
  }
  
  .mochiItem h2.uppercase {
    font-size: 2.09vw!important;
    letter-spacing: 0.393vw!important;
  }
  
  #whyUseMochiSection h1 {
    font-size: 2.42vw!important;
    letter-spacing: 0.663vw!important;
  }
  
  .mochiItem {
        width: 40%;
    flex: none !important;
    margin: 2px !important;
  }
  
  .mochiPlayButton, h5.uppercase.home--uppercase.index-collection-item{
  padding: .5em .644em .5em 0.9em; !important;
    
  }
    #productInfo-product .text-center h1.h2 {
	font-size: 2.741vw!important;
    line-height: 3.089vw!important;
    letter-spacing: 0.679vw!important;
}


.product__price span {
    font-size: 2.741vw !important;
    letter-spacing: 0.679vw!important;
    line-height: 3.089vw!important;
}

.product__block__description.rte, form#AddToCartForm--product {
    font-size: 2.069vw!important;
}
  
  .breadcrumb {
font-size: 2.336vw!important;
}

    p.h6.name_wrapper {
    letter-spacing: 0.304vw !important;
    font-size: 0.947vw!important;
    line-height: 0.979vw!important;
}
  
  
  
}


@media only screen and (min-width: 769px){
 
  
  
  .mochiItem img {
    max-height: 8vh;
	}
  .index-collection-wrapper .grid {
     grid-template-columns: repeat(3, 1fr);
  }  
  
      #productInfo-product .text-center h1.h2 {
	font-size: 1.741vw!important;
    line-height: 2.089vw!important;
    letter-spacing: 0.479vw!important;
}


.product__price span{
    font-size: 1.741vw !important;
    letter-spacing: 0.479vw!important;
    line-height: 2.089vw!important;
}

.product__block__description.rte, form#AddToCartForm--product {
    font-size: 1.569vw!important;
}
  
  .breadcrumb {
font-size: 1.336vw!important;
}
    p.h6.name_wrapper {
      letter-spacing: 1.204vw!important;
    font-size: 1.47vw!important;
    line-height: 1.79vw!important;
}
 
}

@media only screen and (min-width: 1000px){

.header-message.uppercase.header-message--crowded {
    font-size: 1.040vw !important;
    letter-spacing: 1px;
}
  .mochiItem p {
        font-size: 1.2vw !important;
    letter-spacing: 0.25vw!important;
  }
  
  .mochiItem h2.uppercase {
    font-size: 1.09vw!important;
    letter-spacing: 0.393vw!important;
  }
  
  #whyUseMochiSection h1 {
    font-size: 1.82vw!important;
    letter-spacing: 0.363vw!important;
  }
  
  #productInfo-product .text-center h1.h2 {
	font-size: 1.741vw !important;
    line-height: 2.089vw!important;
    letter-spacing: 0.279vw!important;
}


.product__price span {
    font-size: 1.741vw!important;
    letter-spacing: 0.279vw!important;
    line-height: 2.089vw!important;
}

.product__block__description.rte, form#AddToCartForm--product {
    font-size: 1.069vw!important;
}
  
  p.h6.name_wrapper {
    letter-spacing: 0.304vw!important;
    font-size: 0.947vw!important;
    line-height: 0.879vw!important;
}
  
  
}

.header-message.uppercase.header-message--crowded {
    font-size: 2.04vw;
	}


/* HEADER */

.showDesktop .header-menu span {
    font-size: 1.040vw;
}
.madeForKids {
    position: absolute;
    z-index: 11;
	line-height: 2.505vw;
    font-size: 2.088vw;
    color: #3953A4;
    bottom: 30%;
    width: 91%;
}
.site-header .homepage--white {
    background-size: 61%;
    background-position-y: 61%;
}

ul.main-menu.accessibleNav {
  margin-left: 32px;
}

.madeForKids > div {
float: right;

}

.info-bar .wrapper {
    margin: 0.2% auto;
}
.madeForKids p {
font-family: "brandon-grotesque",sans-serif;
  font-weight: 500;
  
}

.site-header > div.wrapper {

max-width: inherit;
  width: 100%; 
  position: absolute; 
  z-index:100
  

}

.site-header .home__subtitle {
  white-space: nowrap;
}


.bg-brown {

  background-color:#bea08a!important;
  opacity:1!important;

}

.use_screen_three_fourths {
	height:80vh;
}

.index-header-rightImage {
    z-index: 10;
    max-width: 70%;
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    max-height: 74%;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.blueSmile {

    z-index: 11;
    position: absolute;
    width: 15%;
    top: 20%;
    left: 10%;
}

.site-header {
	border-bottom: none!important;
}


/* MOBILE NAVIGATION */

.nav--desktop span {
    font-family: "proxima-nova",sans-serif !important;
}

.nav--mobile .header-menu {
background-color: rgb(0,0,0,60%);
  border-left: none!important;
  border-bottom: none!important;
}
.nav--mobile .main-menu li {
border-bottom: white 1px solid;
}

.nav--mobile .nav-link, .nav--mobile a.nav-carat {
	color: white;
}
/* DESKTOP NAV */
.site-header .nav--desktop .main-menu .parent .main-menu-dropdown{
  	border: none;
  	z-index:1000;
	background-color: rgb(0,0,0,60%);
  	
}
.nav--desktop .main-menu-dropdown ul > :first-child {
	padding-top:0px;
}
.nav--desktop .main-menu-dropdown .nav-link {
	color: white;
}

/* WHY USE MOCHI SECTION */
/* If index */
.index-sections #whyUseMochiSection {
    background-color: white;
}
#whyUseMochiSection h1 {
	color: black;
  font-family: "proxima-nova",sans-serif;
  font-size: 1.642vw;
  letter-spacing: 0.263vw;
  font-weight: 600;
}
/* If not index */
  #whyUseMochiSection {
  background-color: #f6eade;
  margin: 0 calc(50% - 50vw);
  }
#whyUseMochiSection p {
  font-family: montserrat, sans-serif;
  font-weight: 500;
  }
.uppercase {
  font-family: "proxima-nova",sans-serif;
  font-weight: 600;
  font-size: 1;
  color: black;
  }
  .mochiItem img {
    max-height: 5vh;
  }

.mochiItem {
    flex: 0 1 calc(20% - 8px);
  margin: 10px;
}
  #whyMochiGrid {
        display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
#whyUseMochiSection:first-child {
    font-size: 2rem;
}
  .mochiItem h2.uppercase {
   font-family: "proxima-nova",sans-serif
   font-weight: 600;    
   font-size: 1.209vw;
    letter-spacing: 0.193vw;
    white-space: nowrap;
  }
  .mochiItem p {
  font-size: 0.972vw;
    letter-spacing: 0.146vw;
  }
  #whyUseMochiSection {
  padding: 2rem;
  
  }
.index-collection-wrapper {
    width: 100vw;
    margin: 0px;
    padding: 0;
    max-width: 100vw;
}

.index-collection-wrapper > .grid {

	margin: 0;
}

h5.uppercase.home--uppercase.index-collection-item {
    position: absolute;
    left: 50%;
    bottom: 0%;
    transform: translate(-50%, -50%);
    background-color: #F8EC2A;
    opacity: 1;
    padding: .5em .644em .5em 0.9em;
}

.grid__item.large--one-third.medium--one-half.text-center {
    position: relative;
}

li.parent, li.child, li.cart-text-link {
    flex-grow: 1;
}

.nav--desktop .main-menu {
    display: flex!important;
    width: 100%;
}

.index-logo {

  margin-bottom:0;

}
@media (max-width: 828px){

  .index-logo {
  margin: 0 0 0.75em;
  text-align: center;
    
  }
  
}

@media (max-width: 1000px) and (min-width: 768px){

p.afterpay-paragraph {
    font-size: 70% !important;
}
 .large--one-sixth {
    width: 33.333%;
}

}


#checker {
	background-color: transparent;
  	border: 2px #F8EC2A solid;
  	color: black;
  	margin-bottom: 1rem!important;
}
#AddToCart-product {
	border: none;
  	background-color: #F8EC2A;
  	color: black;
    width: 100%;
    margin-bottom: 10px;
}

.single-option-selector.single-option-selector-product, .js-qty {
    border: 1px solid black;
}
select:before{
  position: absolute;
  content:" ";
  top:0;
  left:0;
  width:100%;
  height:100%;
  display: block;
  z-index:0;
  background-color: rgba(255,0,0,0.5);
}



/* Quote SlideShow */

#quoteSlideshow {
    margin: 1% auto 2% auto;
}

  .quote-container p {
  	font-size: 2.135vw;
      letter-spacing: 0.07em;
  }
.text p {
    font-size: 2.668vw;
    letter-spacing: 0.133vw;
  line-height: 1.2em;
}

/*  FOOTER */
#footer {
	margin-top:100px;
}
#footer h5 {
	margin-bottom: 2rem;
  	font-weight:600;
}
#footer .uppercase {
	color: white;
}
#footer {
color: white;
}

#footer a {
letter-spacing: .2em;
}

#footer h5.uppercase, #footer p {
letter-spacing: .15em;
}

input#mail {
background-color: white;
  letter-spacing: .13em;
}

input#subscribe {
letter-spacing: .2em;
}
.site-footer-wrapper a {

color: white;
}
/* FOOTER HR */
@media only screen and (min-width: 769px){
  #footer .hr--underline {
    display:none;
  }

}

@media only screen and (max-width:768px){

  #footer h5 {
  margin-bottom: 0 !important;
  }
  
  .site-footer-wrapper hr {
    border-top: 3px solid rgba(255,255,255, 1) !important;
  }
  .footer-quicklinks li {
    margin: 0 !important;
	}
  
  #footer p {
      font-size: .9em;
  }
  
}

@media only screen and (max-width: 481px){

  .footer-logo img {
    max-width: 100px !important;
}
  
  #footerLogo {
  opacity: 1;
    top: 0;
    margin: 0;
    position: relative;
    width: 100vw;
}
  }
  
  #footer .footer-logo img {
    z-index: 100;
    position: absolute;
    width: 100vw;
    left: 50%;
}
}


/*  NEWSLETTER IN FOOTER*/
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: black;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: black;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: black;
}



.input-group.newsletter-form {
    padding: 0;
    border-radius: 0px;
    border: 0px;
    background-color: #F6EADE;
}

#subscribe {
	float: right;
  font-weight: 900;
  	color: black!important;
  	background-color: #F8EC2A;
}
/* LOGO IN FOOTER*/
#footer .footer-logo img {
    z-index: 100;
    position: absolute;
/*     top: -40px; */
    width: 100vw;
}
/* END FOOTER */

/* JUDGEME REVIEW WIDGET PRODUCT PAGE*/

/* #judgeme_product_reviews .jdgm-rev__icon::after, #judgeme_product_reviews .jdgm-rev__buyer-badge {
    display: inline-block;
    color: #ffffff;
    background-color: #000;
} */

#judeme_product_reviews .jdgm-all-reviews-widget, #judeme_product_reviews > .jdgm-rev-widg {
    border: 1px solid #000;
}

#judgeme_product_reviews .jdgm-quest, #judgeme_product_reviews .jdgm-rev {
    border-top: 1px solid #000;

}
#judgeme_product_reviews .jdgm-histogram {
    border-left: 1px solid #000;
    border-right: 1px solid #000;
}

.jdgm-paginate__first-page, .jdgm-paginate__last-page, .jdgm-paginate__prev-page, .jdgm-paginate__next-page {
    font-family: 'JudgemeIcons' !important;}
/* MISC */

.content--centered {

z-index: 11;
}

h5.uppercase.home--uppercase.index-collection-item, .mochiPlayButton {

white-space: nowrap;
}



/* AS SEEN IN SECTION  */


#asSeenIn {
 	display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  	justify-content: space-around;
  	max-width:90%;
	margin: 0 auto;


}
#asSeenIn img:first-of-type {
  margin-left: 0;
}
#asSeenIn img {
  margin-left: 5%;
  width: 200px;
  max-width: max(7em, 17vw);
  flex-basis: auto; /* default value */
  flex-grow: 1;
  
  
}
.asSeenInHeader {
	font-family: "brandon-grotesque",sans-serif;
  	font-weight: 600;
  text-transform: lowercase;
  font-size: 3.735vw;
    letter-spacing: 0.187vw;
  margin-bottom: 3%;
}

.homepage--blue {

background-color: #3953A4;
}



/* PRODUCT PAGE */
#wrapper-fix {
  max-width: 90vw;
  margin: 3rem auto;
  
}
#wrapper-fix.wrapper{padding: 0 30px;}
#wrapper-fix *{
    font-family: "proxima-nova",sans-serif;
}
#wrapper-fix .jdgm-star {
  font-family: 'JudgemeStar';}

.product-page {
padding-top:0;
}

.name_wrapper {
font-family: "proxima-nova",sans-serif;
}

/* Header Fix / Nav Fix */
.header--large .nav--desktop .header-menu > ul > li > a {
    width:fit-content;
      font-family: "proxima-nova",sans-serif !important;
    text-align: left;
  padding-bottom:0;
  margin-bottom:40px;
} 




#shopify-section-header-index .site-header.showDesktop > div.wrapper {
position:absolute;
  left:50%;
	top: 2%;
  transform: translate(-50%);

}
.site-header.showDesktop > div.wrapper{
position:relative;
}

#shopify-section-header-index .site-header.showMobile > div.wrapper{
position:absolute;
}

.site-header.showMobile > div.wrapper {
	position:relative;
}

.site-header.showDesktop .wrapper {
max-width:90vw;
}

.wrapper .nav--desktop .main-menu > .parent > .main-menu-dropdown {
padding-top:22.5px;
 margin-top:-20px;
}

.wrapper .nav--desktop .main-menu > li:first-child a {
margin-left: 0;
}

.nav-focus span.plus, .nav-focus span.minus{
color:white;
font-weight:bold;
}

.nav--mobile .main-menu--expanded > a {
	color:white; 
   font-weight: bold;
}

/* select  */

select {

background-image: url("/cdn/shop/files/select_black.svg?v=1615464425");
  background-size: 8px 13px;
}

a {
	font-family: "proxima-nova",sans-serif;
}




/* Collection Page */

.page-margin h1 {
color: #D74A27;
    font-family: "brandon-grotesque",sans-serif;
    font-weight: 600;
    text-transform: lowercase;
    font-size: 3rem;

}
.custom-aspect{
  display:block;
  height: 250px;
}
.custom-aspect img{object-fit: contain;}
.custom-aspect .product__grid__title{
  font-size: 12.8px;
  font-weight: 700;
  margin: 20px 0;
}
.custom-aspect .product-grid-item__container{
  height: 100%;
}
.wrapper.page-margin .bc-sf-filter-product-item-label {
left:0;
}

.wrapper.page-margin .bc-sf-filter-product-item-label .sale {
    background: #f8ec2a;
    color: black;
  font-family: "proxima-nova",sans-serif;
  font-weight:600;
    border-color: #f8ec2a;
      padding: 0 8%;
}

.bc-sf-filter-block-title span, #bc-sf-filter-tree-mobile-button {

font-family: "proxima-nova",sans-serif;

}

 .wrapper.page-margin .slideshow-container {
	max-width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    padding: 0 5%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.wrapper.product__related .asSeenInHeader {
	font-weight:500;
  	text-align: center;
  margin-top:0;
}

.product-section #whyUseMochiSection {
margin-bottom: 0;
}


/* Cart */
.drawer__content{
  background: white;
}
.drawer__bottom{border-top: 1px solid #eee;}
.cart__items__remove{bottom: 17px;}
.cart__items__price{display:flex;justify-content:flex-end;width:100%;}

input.btn--secondary.update-cart.btn--large.uppercase:hover, input.btn--secondary.update-cart.btn--large.uppercase:focus {
background-color:#FBEC2A;
}
.cart__items__title{padding-inline-end: 0;}





/* Product Page */


.breadcrumb {
font-size: 1.336vw;
}

.single-option-selector.single-option-selector-product {
    letter-spacing: inherit;
}
.product-section .product__block__description.rte{
text-align: left;
  line-height: 1.5;
    letter-spacing: .2em;
}


.product-section form#AddToCartForm--product {
    line-height: 1.5;
    letter-spacing: .2em;
}
.wrapper {
max-width: 90vw;
}


select#SingleOptionSelector-0 {
    font-size: inherit;
}

  p.h6.name_wrapper {
    font-weight: 600;
    letter-spacing: 0.104vw;
    font-size: 0.647vw;
    line-height: 0.779vw;
}

.product__related .page-margin {
    padding-top: 30px;
}

.product__related {
    margin-bottom: 0px !important;
}
/* ACCOUNT */


.section-header__right a.btn.uppercase {
    background-color: #f8ec2a;
    color: black;
}

.h1--body, .h2--body, .h3--body, .h4--body, .h5--body, .h6--body {
    font-family: "proxima-nova", sans-serif !important;
}

body {

font-family: "proxima-nova", sans-serif !important;
}


.product__related .grid-uniform {
    display: flex;
    flex-wrap: wrap;
}
#shopify-section-header-index .showDesktop .nav--desktop {
margin-top: 0;

}
.showDesktop .nav--desktop {
    margin-top: 2%;
}


/* 2024 changes */


.rapsc-popup-title h2, .cart h3{
  font-family: "brandon-grotesque",sans-serif;
}

/* Checkout */
:root {
--x-typography-primary-fonts: proxima-nova !important;
  
}

#insta-feed {
margin-top: 2rem;
}

.title, h1, .h1, .h1--body, h2, .h2, .h2--body, h3, .h3, .h3--body, .sky-pilot-access-denied h5, .sky-pilot-access-denied .h5, .sky-pilot-access-denied .h5--body, h4, .h4, .h4--body, h5, .h5, .h5--body, h6, .h6, .h6--body, .btn--large, .header-logo, .home__title, .title--flex, .product-form label {
    font-family: "brandon-grotesque",sans-serif;
}
.icon-fallback-text .icon {
  display: none;
  .supports-fontface & {
    display: inline-block;
  }
}

/*============================================================================
  A generic way to visually hide content while
  remaining accessible to screen readers (h5bp.com)
==============================================================================*/
@font-face {
  font-family: 'icons';
  src: url('{{ "icons.eot" | asset_url }}');
  src: url('{{ "icons.eot" | asset_url }}#iefix') format("embedded-opentype"),
       url('{{ "icons.woff" | asset_url }}') format("woff"),
       url('{{ "icons.ttf" | asset_url }}') format("truetype"),
       url('{{ "icons.svg" | asset_url }}#timber-icons') format("svg");
  font-weight: normal;
  font-style: normal;
}

.supports-fontface .icon-fallback-text .fallback-text {
  clip: rect(0 0 0 0);
  overflow: hidden;
  position: absolute;
  height: 1px;
  width: 1px;
}
.icon:before {
  display: none;
}
.supports-fontface .icon:before {
  display: inline;
  font-family: 'icons';
  text-decoration: none;
  speak: none; // future fallback, limited in effect currently
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*================ Icon mapping ================*/
.icon-amazon_payments:before{ content: "\e800"; }
.icon-american_express:before{ content: "\41"; }
.icon-apple_pay:before{ content: "\e90c"; }
.icon-arrow-down:before{ content: "\e607"; }
.icon-arrow-left:before{ content: "\e901"; }
.icon-arrow-right:before{ content: "\e902"; }
.icon-bitcoin:before{ content: "\42"; }
.icon-cart:before{ content: "\e600"; }
.icon-cirrus:before{ content: "\e904"; }
.icon-customer:before{ content: "\e605"; }
.icon-dankort:before{ content: "\64"; }
.icon-diners_club:before{ content: "\63"; }
.icon-discover:before{ content: "\44"; }
.icon-dogecoin:before{ content: "\e908"; }
.icon-dwolla:before{ content: "\e903"; }
.icon-facebook:before{ content: "\e609"; }
.icon-fancy:before{ content: "\46"; }
.icon-forbrugsforeningen:before{ content: "\e905"; }
.icon-google_plus:before{ content: "\e90a"; }
.icon-hamburger:before{ content: "\e601"; }
.icon-instagram:before{ content: "\e907"; }
.icon-interac:before{ content: "\49"; }
.icon-jcb:before{ content: "\4a"; }
.icon-litecoin:before{ content: "\e909"; }
.icon-maestro:before{ content: "\e906"; }
.icon-master:before{ content: "\e90b"; }
.icon-minus:before{ content: "\e602"; }
.icon-paypal:before{ content: "\50"; }
.icon-pinterest:before{ content: "\e608"; }
.icon-plus:before{ content: "\e603"; }
.icon-rss:before{ content: "\72"; }
.icon-search:before{ content: "\73"; }
.icon-shopify_pay:before{ content: "\e900"; }
.icon-snapchat:before{ content: "\e90d"; }
.icon-tumblr:before{ content: "\74"; }
.icon-twitter:before{ content: "\54"; }
.icon-vimeo:before{ content: "\76"; }
.icon-visa:before{ content: "\56"; }
.icon-x:before{ content: "\e604"; }
.icon-youtube:before{ content: "\79"; }

.payment-icons {
  @include prefix('user-select', 'none');
  cursor: default;
  li {
    
    color: #ffffff;
    cursor: default;
  }
  .icon {
    font-size: 30px;
    line-height: 20px;
  }
  .fallback-text {
    text-transform: capitalize;
  }
}
.payment-icons{
display: flex;
flex-wrap: wrap;
row-gap: 20px !important;
    justify-content: center;
    width: 100%;
    gap: 0;
    align-items: center;
}
.payment-icons li{
  margin: 0 10px 0 10px;
}
.payment-icons li .icon{
  width: unset;
  height: unset;
}
.social-icons li {
  
  vertical-align: middle;

  @include at-query ($min, $postSmall) {
    margin-left: 0;
  }
  .icon {
    font-size: 26px;
    line-height: 20px;
  }
  a {
    color: #ffffff;
    &:hover {
      color: darken(#ffffff, 10%);
    }
  }
}
