/** Shopify CDN: Minification failed

Line 87:19 Expected ":"

**/
@font-face {
  font-family: "NewEdge666";
  src: url(/cdn/shop/files/NewEdge666-UltraBold.woff?v=1776967867);
  font-weight:800;
}
@font-face {
  font-family: "Departura";
  src: url(/cdn/shop/files/Departura-Bold.woff?v=1776967868);
  font-weight:700;
}
@font-face {
  font-family: "Chivo";
  src: url(/cdn/shop/files/Chivo-VariableFont_wght.woff?v=1776967868);
}
@font-face {
  font-family: "PeponeBlack";
  src: url(/cdn/shop/files/PeponeBlack.woff?v=1781551259);
  font-weight:700;
}
@font-face {
  font-family: "Ghanachocolate";
  src: url(/cdn/shop/files/Ghanachocolate.woff?v=1781551264);
  font-weight:400;
}


/** HOME PAGE */

body {
  background: #F1EBD5;
}

.cc-button__primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  background: #580902;
  color: #F7D38A;
  text-decoration: none;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  transition: all .3s ease;
  box-shadow: 3px 3px 0 0 #F7D38A;
  font-family: "NewEdge666";
  padding: 16px 25px 12px;
  line-height: 1;
  margin-bottom: 20px;
  transform:translate(0px,0px);
  border: 0;
}
.cc-button__primary:hover{
  color: #F7D38A;
  box-shadow: 0px 0px 0 0 #F7D38A;
  transform:translate(3px,3px);
}
.cc-button__primary:focus{
  color: #F7D38A !important;
}


header.header--style7{
    .col-md-3,
    .col-md-2{
        width:auto !important;
    }
    .col-md-7{
        flex:1;
    }
    .header__logo{
        width:90px;
    }
    .header__cart-trigger-desktop{
        position:relative;
        svg{
            width:40px;
        }
        .cart-number{
            position:absolute;
            margin0;
            top:-2px;
            right:-2px;
        }
    }
    #shopify-section-navigation{
        justify-content: flex-start;
        padding-left:15%;
        padding-right:20px;
        .main-nav{
            flex:1;
        }
        .nav__item {
            padding: 32px 20px 28px;
            border:0;
            .nav__item__link{
                font-size:18px;
                font-family: "NewEdge666";
                &:hover{
                  color: #687751;
                }
                &:focus{
                  color:#f1ebd5;
                }
            }
            &:last-child{
                margin-left:auto;
                padding:0 !important;
                .nav__item__link{
                  padding:18px 15px 12px;
                  background-color: #687751;
                  border-radius:10px;
                  color:#F7D38A;
                  font-family: "NewEdge666";
                  transition:all .3s ease;
                  box-shadow: 3px 3px 0 0 #F7D38A;
                  transform: translate(0px, 0px);
                  &:hover{
                    transform: translate(3px, 3px);
                    box-shadow: 0px 0px 0 0 #F7D38A;
                    background-color: #687751;
                    color:#F7D38A;
                  }
                }
            }
        }
        
    }
}
.header--mobile{
  background-color:#F1EBD5;
  .header-mobile__logo__image{
    img{
      max-width:80px;
    }
  }
  .header__cart-trigger-mobile {
    margin-right:5px;
    svg{
      width:25px;
      height:auto;
    }
    .abs-number{
      top: -5px !important;
      right: 8px !important;
      width: 16px !important;
      height: 16px !important;
      line-height: 16px !important;
      font-size: 10px !important;
    }
  }
}

.home-banner{
  .banner-item__image{
    .img-container.hidden-xs{
      /* padding-top:50% !important; */
    }
  }
  .banner-item__bkg{
    padding:30px 40px !important;
    border-radius:20px;
    max-width: 500px;
    margin-left: auto;
  }
  .banner-item__text1 {
    h1 {
      font-family: "Departura";
      font-size: 35px;
      line-height: 1.2;
      @media (max-width:767px){
        color:#F1EBD5;
      }
    }
  }
  .banner-item__text2 {
    p{
      font-family: "Chivo";
      font-weight:400;
      font-size: 16px;
      line-height: 1.2;
      @media (max-width:767px){
        color:#F1EBD5;
      }
    }
  }
  .banner-item__text3 {
    @media (min-width:768px){
      text-align:center;
    }
    a{
      background: #580902;
      color: #F7D38A;
      text-decoration: none;
      border-radius: 12px;
      font-size: 15px;
      font-weight: 400;
      text-transform: uppercase;
      transition: all .3s ease;
      box-shadow: 3px 3px 0 0 #F7D38A;
      font-family: "NewEdge666";
      padding: 16px 25px 12px;
      line-height: 1;
      transform: translate(0px, 0px);
      margin-top:10px !important;
      &:hover{
        transform: translate(3px, 3px);
        box-shadow: 0px 0px 0 0 #F7D38A;
      }
    }
  }
  .banner-item__text{
    @media (max-width:767px){
      width:100% !important;
      justify-content: flex-end !important;
      .banner-item__bkg{
        margin-left:0;
        background-color:transparent !important;
        padding: 30px 15px !important;
        max-width:365px;
      }
    }
  }
}

.footer{
  padding:80px 0 120px;
  border-radius:0 0 100px 100px;
  @media (max-width:767px){
    border-radius:0 0 50px 50px;
  }
  .footer__column__content{
    img{
      width: 80%;
      @media (max-width:767px){
        width: 95%;
      }
    }
    div{
      font-family: "Chivo";
      @media (max-width:767px){
        font-size:13px !important;
      }
    }
  }
  .footer__column--link-list{
    padding-left:10%;
    &:not(:last-child){
      margin-bottom:30px;
    }
    .footer__linklist no-gutter--left{
      margin-bottom:30px;
    }
    @media (max-width:767px){
      padding-left:5%;
    }
    .footer__column__title{
      font-size:30px;
      font-family: "Departura";
      color:#F1EBD5;
      text-transform:uppercase;
      margin-bottom:5px;
      &:not(:first-child){
        margin-top:40px;
      }
      @media (max-width:767px){
        font-size:20px;
      }
    }
    .footer__linklist-item{
      a{
        font-size:18px;
        font-family: "Chivo";
        color:#F1EBD5;
        text-transform:capitalize;
        text-decoration: underline;
        text-underline-offset: 0.2em;
        line-height: 1;
        &:hover{
          color:#687751;
        }
        @media (max-width:767px){
          font-size:16px;
          padding-bottom: 1px;
        }
      }
    }
  }
}

.product-page-banner{
  .banner-item__text{
    margin-top:-2px;
    background-color:#580902;
  }
  .banner-item__text1 {
    h2{
      font-family: "Departura";
      @media (max-width:767px){
        color:#F1EBD5;
      }
    }
  }
}


.cc-product-icons-title {
  margin: 0 0 24px;
  font-family: "Chivo";
  color: #000;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  text-align: left;
  display: inline-block;
  margin-bottom: 20px;
  text-decoration: underline;
}

.cc-product-icons-title:hover {
  color: #687751;
}

.cc-product-icons {
  display: flex;
  gap: 20px;
  margin: 0;
}

.cc-product-icon-item {
  display: flex;
  text-align: left;
  gap: 20px;
  align-items: center;
  /* max-width: 370px; */
}

.cc-product-icon-image {
  max-width: 80px;
}

.cc-product-icon-image img {
  display: block;
  width: 100%;
  height: auto;
}

.cc-product-icon-text {
  font-family: "Chivo";
  color: #000;
  font-size: 20px;
  line-height: 1.2;
  text-align: left;
}

@media screen and (max-width: 991px) {
  .cc-product-icon-item {
    /* max-width: 290px; */
    /* margin:auto; */
  }
}
/* Mobile */
@media screen and (max-width: 767px) {
  .cc-product-icons-title {
    font-size: 16px;
    line-height: 1.1;
  }

  .cc-product-icons {
    gap: 16px;
    /* max-width: 370px;
    margin: auto; */
  }

  .cc-product-icon-item {
    /* margin: auto; */
    /* max-width:250px; */
  }

  .cc-product-icon-image {
    max-width: 60px;
  }

  .cc-product-icon-text {
    font-size: 16px;
    line-height: 1.2;
  }
}

.cc-product-icons-3column{
  max-width: 370px;
  @media (max-width: 991px) {
    margin: auto;
  }
  @media (max-width: 767px) {
    max-width: 300px;
  }
  .cc-product-icon-item{
    flex:1;
    display:block;
    /* @media (max-width: 991px) {
      margin:0 auto;
    } */
    .cc-product-icon-image{
      margin: 0 0 10px;
      width:100px;
    }
    .cc-product-icon-text{
      text-align:center;
    }
  }
}

.section-product-main{
  padding:60px 20px;
  @media (max-width: 991px) {
    padding:30px 20px;
  }
  .container{
    max-width:1200px;
  }
  .shopify-product-form{
    @media (min-width: 992px) {
    padding-left:30px;
    }
  }
  .product-single__title{
    font-family: "Departura";
    font-size:55px;
    color:#8C191B;
    line-height:1;
    @media (max-width: 991px) {
      display:none;
    }
  }
  .product-price-wrap {
    @media (max-width: 991px) {
      justify-content:center;
      .product-price--single{
        flex-direction:column;
      }
    }
    .product-price__price{
      text-decoration: none;
      .money{
        font-size:30px;
        font-family: "Departura"; 
        color:#000;
        @media (max-width: 991px) {
          font-size:40px;
        }
      }
    }
    .price-discount-wrap{
      display: flex;
      flex-direction: row;
      /* padding-left:15px; */
      align-items:center;

      @media (max-width: 991px) {
        flex-direction: row ;
        padding-left:0px;
        align-items:center;
        margin-bottom: 10px;
        margin-top: 25px;
      }
      .money{
        font-size:30px;
        font-family: "Departura"; 
        color:#580902;
        line-height: .8;
        position:relative;
        @media (max-width: 991px) {
          font-size:26px;
        }
        &:after{
          content:'';
          width:120%;
          height:2px;
          background-color:#000;
          position:absolute;
          left:50%;
          top:50%;
          transform: translate(-50%,-50%) rotate(-10deg);
        }
      }
      .pg__discount-text{
        font-family: "Chivo";
        font-size:15px;
        color: #000 !important;
        border: 0;
        margin: 2px 0 0 0 !important;
        @media (max-width: 991px) {
          font-size:14px;
        }
      }
    }
  }
  .product-form__item--quantity {
    @media (max-width: 991px) {
      justify-content:center;
    }
    .qty-box{
      border:0;
      gap: 5px;
      a.qty-box__ctrl {
        background-color: #580902;
        color: #F7D38A;
        font-weight: bolder;
        font-size: 20px;
        width: 35px;
        height: 35px;
        border-radius: 6px;
      }
      input.qty-box__input {
        border: 2px solid #580902;
        border-radius: 5px;
        width: 35px;
        height: 35px;
        font-family: "Departura";
        color:#580902;
      }
    } 
  }
  .button--single-cart{
    flex-grow: inherit !important;
    background: #580902;
    color: #F7D38A;
    text-decoration: none;
    border-radius: 12px;
    font-size: 15px;
    text-transform: uppercase;
    transition: all .3s ease;
    box-shadow: 3px 3px 0 0 #F7D38A;
    font-family: "NewEdge666";
    padding: 15px;
    line-height: 1;
    transform: translate(0px, 0px);
    &:hover{
      transform: translate(3px, 3px);
      box-shadow: 0px 0px 0 0 #F7D38A;
      background: #580902;
      color: #F7D38A;
    }
    &:focus{
      background: #580902 !important;
      color: #F7D38A !important;
    }
    span{
      max-width: max-content;
      transform: translate(0) !important;
    }
  }
  .pg__collapse-tab{
    margin-top:10px !important;
    margin-bottom:10px !important;
  }
  .product-single__description p{
    font-family: "Chivo";
    color: #000;
    font-size: 20px;
    line-height: 1.2;
    /* @media (max-width: 991px) {
      text-align:center;
      max-width:350px;
      margin-left:auto;
      margin-right:auto;
    } */
    @media (max-width: 767px) {
      font-size: 16px;
    }
  }
  .product__policies{
    text-align:center;
    color:#000;
    display:none !important;
  }
  @media (max-width: 991px) {
    .product-single-mobile_title{
      display:block !important;
      .product-single__title{
        display:block !important;
        font-size: 40px;
        text-align: center;
        margin-bottom: 30px !important;
      }
    }
  }
  .product-single__photos{
    .pg__lbs{
      display:none;
    }
    .img-container{
      border-radius: 15px;
      background: rgb(247 211 138 / 50%);
    }
    .slick-arrow{
      color: #F1EBD5;
      background-color: #580902;
      font-size: 15px;
      height:30px;
      width:30px;
      &::before{
        display:none;
      }
      span::before{
        font-size: 15px !important;
      }
      &:hover{
        border:0 !important;
        background:#580902 !important;
      }
      &.slick-next{
        right:10px;
      }
      &.slick-prev{
        left:10px;
      }
    }
  }
}


.recipes-hub{
  .banner-item__text{
    @media (max-width:767px){
      right:0 !important;
    }
  }
  .banner-item__text1 {
    text-align: right !important;
    margin-bottom:50px;
    @media (max-width:767px){
      text-align: center !important;
      margin-bottom:40px;
    }
    p{
      font-family: "Departura";
      font-size: 50px;
      display: inline;
      padding: 5px 50px;
      color: #8C191B;
      line-height: 1;
      border-radius: 10px;
      background-color: #F1EBD5;
      @media (max-width:767px){
        font-size: 40px;
      }
    }
  }
}


.shopify-policy__container{
  .shopify-policy__title{
    display:flex;
    justify-content:flex-start;
    align-items:center;
    padding:60px 0 60px;
    h1{
      position:relative;
      margin:0;
      color:#8C191B;
      font-family: "Departura";
      text-transform:uppercase;
      font-size:60px;
      @media (max-width:767px){
        font-size: 36px;
      }
      &:after{
        content:'';
        width:100vw;
        position:absolute;
        top:50%;
        left:calc(100% + 30px);
        height: 40px;
        transform:translateY(-50%);
        background-image:url(/cdn/shop/files/sessy-pattern-pastel-red-large-d.svg?v=1781800490);
        background-repeat: repeat-x;
        background-position: left;
        background-size: auto 100%;
        opacity:.3;
        @media (max-width:767px){
          height: 30px;
        }
      }
    }
  }
  .shopify-policy__body{
    padding-bottom:80px;
    *{
      font-family: "Chivo";
    }
  }
}

#collection-template{
  padding-bottom:80px;
  .collection-title{
    font-family: "Departura";
    font-size: 60px;
    display: inline;
    padding: 60px 20px 40px;
    color: #8C191B;
    text-transform:uppercase;
    text-align:center;
    display:block;
    line-height: 1;
    @media (max-width:767px){
      font-size: 34px;
    }
  }
  .ct__total{
    opacity:0;
  }
  .ct__sort *{
    font-family: "Chivo";
  }
  .item__name{
    color: #8C191B;
    font-family: "Departura";
    font-size: 24px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    margin-bottom: 10px;
    padding: 0;
    height: 33px;
  }
  .money{
    font-family: "Departura";
    color:#000;
    font-size:20px;
  }
  .pg__main-alt-image{
    opacity:0 !important;
    display:none !important;
  }
  .pg__main-image{
    opacity:1 !important;
  }
  .product-price__sale{
    text-decoration:none;
    .money{
      position: relative;
      &:after {
        content: '';
        width: 120%;
        height: 2px;
        background-color: #000;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%) rotate(-10deg);
      }
    }
  }
}


#bt-sidebar-cart{
  background-color:#580902;
  border-radius:20px;
  .bt-sidebar__header{
    display:block; 
    text-align:center;
    border: 0;
    padding-top: 5px;
    .bt-sidebar__title{
      color:#F1EBD5;
      font-family: "Departura";
      font-size:30px;
    }
    .bt-sidebar__close{
      position:absolute;
      right: 15px;
      top: 10px;
      color: #F1EBD5;
      i{
        font-size: 20px;
      }
      span{
        display:none;
      }
    }
  }
  .bt-sidebar__content{
    .hc__items {
      max-height: calc(100vh - 320px);
    }
    tr.hc__item {
      border-radius: 10px;
      background-color:rgba(177,144,139,.19);
      margin-bottom:20px;
      display: flex;
      align-items: center;
      position:relative;
      .hc__item__image{
        padding:10px;
        background-color:#F7D38A;
        border-radius: 10px;
      }
      .hc__item__name {
        align-items:center;
        justify-content:center;
        padding:20px 25px 15px 15px;
        flex: 1;
        text-align: right;
        a{
          color:#F1EBD5;
          font-family: "Chivo";
          font-size: 16px;
        }
        .qty-box{
          border:0;
          gap: 5px;
          width: 85px;
          height:25px;
          .qty-box__ctrl {
            background-color: #F7D38A ;
            color: #580902;
            font-weight: bolder;
            font-size: 16px;
            width: 25px;
            height: 25px;
            border-radius: 5px;
            padding: 4.5px;
          }
          input.qty-box__input {
            border: 1px solid #F7D38A;
            border-radius: 5px;
            width: 25px;
            height: 25px;
            font-family: "Departura";
            color: #F7D38A;
          }
        } 
        .hc__item__price{
          display:flex;
          justify-content: space-between;
          padding-top: 10px;
          &>.flex{
            justify-content:end;
            width:auto;
            padding-top: 0;
            .hc__item__x{
              display:none;
            }
            .money{
              color:#F1EBD5;
              font-family: "Departura";
              font-size:26px;
            }
          }
        }
      }
      td.hc__item__remove-wrap {
        width:0;
        padding:0;
        .button{
          position: absolute;
          color: #F1EBD5;
          height: 16px;
          margin: 0;
          top: 8px;
          right: 8px;
          i{
            font-size:16px !important;
          }
        }
      }
    }
    .hc__total{
      border-top:1px solid #F1EBD5;
      padding:20px 0;
      align-items:center;
      label{
        color:#F1EBD5;
        font-family: "Departura";
        font-size:24px;
      }
      .hc__total__price{
        color:#F1EBD5;
        font-family: "Departura";
        font-size:55px;
        line-height:.9;
      }
    }
    .hc__actions{
      justify-content:center;
      [title="View cart"]{
        display:none !important;
      }
      .checkout-btn{
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-top: 30px;
        background: #F7D38A;
        color: #687751;
        text-decoration: none;
        border-radius: 12px;
        font-size: 15px;
        font-weight: 400;
        text-transform: uppercase;
        transition: all .3s ease;
        box-shadow: 3px 3px 0 0 #687751;
        font-family: "NewEdge666";
        padding: 16px 25px 12px;
        line-height: 1;
        margin-bottom: 20px;
        transform:translate(0px,0px);
        max-width: max-content;
        &:hover{
          box-shadow: 0px 0px 0 0 #687751;
          transform:translate(3px,3px);
        }
      }
    }
  }
}


/* [data-product-handle="gochujang"] .product-single__title { */
.title-with-chilli {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.title-with-chilli::after,
[data-product-handle="gochujang"] .product-single__title::after {
  content: "";
  display: inline-block;
  width: 60px;
  height: 20px;
  flex-shrink: 0;

  background-image:
    url("/cdn/shop/files/sessy-chilli-icon-red-wine.svg?v=1782311724"),
    url("/cdn/shop/files/sessy-chilli-icon-pastel-red.svg?v=1782311724"),
    url("/cdn/shop/files/sessy-chilli-icon-pastel-red.svg?v=1782311724"),
    url("/cdn/shop/files/sessy-chilli-icon-pastel-red.svg?v=1782311724");

  background-repeat: no-repeat;

  background-size:
    20px 20px,
    20px 20px,
    20px 20px,
    20px 20px;

  background-position:
    0 center,
    13px center,
    26px center,
    39px center;
}

.contact{
  .row{
    display:flex;
    justify-content:center;
    .h3{
      font-size: 60px;
      margin-bottom: 50px;
      color: #8C191B;
      font-family: "Departura";
      @media (max-width: 991px) {
        font-size: 40px;
      }
    }
    .contact__form-page{
      width:100%;
      input,textarea {
        flex: 1;
        background-color: #F7D38A !important;
        border: none;
        border-radius: 8px;
        padding: 15px 20px;
        font-size: 1rem;
        color: #8C191B;
        outline: none;
        box-shadow: none;
        font-family: Chivo;
        height:auto;
        line-height: 1;
      }
      input::placeholder,textarea::placeholder {
        color: #8C191B;
        opacity: 0.8;
      }
      label{
        display:none;
      }
      .field{
        padding-top:15px;
      }
      .center-button{
        .button{
          display: inline-flex;
          align-items: center;
          justify-content: center;
          background: #580902 !important;
          color: #F7D38A;
          text-decoration: none;
          border-radius: 12px;
          font-size: 15px;
          font-weight: 400;
          text-transform: uppercase;
          transition: all .3s ease;
          box-shadow: 3px 3px 0 0 #F7D38A;
          font-family: "NewEdge666";
          padding: 16px 25px 12px;
          line-height: 1;
          transform:translate(0px,0px);
          border: 0;
          &:hover{
            color: #F7D38A;
            box-shadow: 0px 0px 0 0 #F7D38A;
            transform:translate(3px,3px);
          }
        }
      }
    }
  }
}

.collection__products{
  .pd-korean-pantry-essentials-set{
    width:100% !important;
  }
  .product-price__sold-out{
      display:none !important;
  }
}

.collection__products .cc-button__primary {
  margin-top: 10px;
}
@media(max-width: 768px){
  .collection__products .cc-button__primary {
    padding: 15px;
  }
}
#shopify-section-template--27220841890088__ticker_yed4cV{
  .ticker-wrap_new {
    position: relative;
    top: -2px;
  }
}

#sidebar-mobile-nav {
  width: 100%;
  background-color: #580902;
  border-radius: 20px;
  .bt-sidebar__header{
    flex-direction:row-reverse;
    padding:0 20px !important;
    border:0;
    .bt-sidebar__title{
      color: #F1EBD5;
      font-family: "Departura";
      font-size: 24px;
    }
    .bt-sidebar__close{
      span{
        display:none;
      }
      i{
        color: #F1EBD5;
        font-size:20px;
      }
    }
  }
  .mobile-nav__item {
    border-bottom: 1px solid #F1EBD5;
    &:last-child{
      border-bottom: 0px;
    }
    .mobile-nav__top-link-wrap{
      height:auto;
      padding:12px 0;
      .mobile-nav__item__top-link{
        color: #F1EBD5;
        font-size: 18px;
        font-family: "NewEdge666";
        padding-top:5px;
        &:hover {
          color: #687751;
        }
        &:focus{
          color: #F1EBD5;
        }
      }
    }
  }
  a.mobile-nav-logo {
    display: inline-block;
    margin-left: 15px;
    margin-bottom: 20px;
  }
}

.promo{
  background-color:#3F0200 !important;
  position: sticky;
  top: 0;
  z-index: 9;
  padding: 5px 0;

  .promo__text{
    font-family: "Chivo";
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
  }
  .promo__close{
    display:none;
  }
}
.sc{
  bottom:0 !important;
  padding:20px 10px !important;
  background-color: #F1EBD5 !important;

  .sc__small-price {
    flex:1;
    text-align:left;
    line-height: 1.2;
    span{
      display:block;
    }
  }
  .product-form__item--quantity{
    justify-content:flex-end;
  }
  .product-price {
    padding-bottom:0!important;
    font-family: "Chivo";
    padding-top: 5px !important;
    color: #580902;
  }
  .product-title{
    font-family: "Chivo";
    font-weight:700;
    font-size: 20px;
    white-space: pre-wrap;
    color: #580902;
  }

  .sc__small-price {
    color: #580902;
    font-size: 18px;
  }

  .sc__mobile .sc__trigger--open {
    display: grid;
    grid-template-columns: 3fr 2fr;
    gap: 10px;
  }

  .sc__mobile {
    height: auto !important;
  }

  .sc__mobile .sc__trigger--open > div {
    display: block;
    width: 100%;  
  }

  .button--single-cart i {
    display: none;
  }
}

.button--single-cart i {
  visibility: hidden !important;
}