/** Shopify CDN: Minification failed

Line 300:2 Unexpected "}"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:custom-blog (INDEX:13) */
.customBlog {
    padding: 67px 0 65px;
  }
  .customBlog__container {
    max-width: 960px;
    margin: 23px auto 0;
  }

  .customBlog .sectionTitle h2 {
    font-size: 40px;
    font-weight: bold;
  }

  .customBlog__itemsWrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .customBlog__items {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .customBlog__item {
        padding-top: 30px;
        padding-bottom: 26px;
  
    width: 29.16666666666667%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: url(/cdn/shop/files/blog-bg.png?v=1720705374) center center / cover no-repeat;
  }
  .customBlog__item a {
    text-decoration: none;
    color: 29.16666666666667;
  }
  .customBlog__thumbnail img {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
  }
  .customBlog__date {
    font-size: 12px;
    color: #000;
    text-align: right;
    letter-spacing: 0.08em;
    font-weight: bold;
    margin-top: 10px;
    padding-right: 20px;
  }
  .customBlog__title p {
    font-size: 14px;
    color: #000;
    text-align: left;
    letter-spacing: .08em;
    font-weight: 700;
    padding-left: 20px;
    padding-right: 34px;
    margin-top: 22px;
    line-height: 1.4;
  }
  .customBlog__tags {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    padding-right: 20px;
    padding-left: 20px;
    margin-top: 19px;
  }
  .customBlog__tag {
    background: #E6E6E6;
    color: #000;
    padding: 3px 10px 0;
    font-size: 12px;
    border-radius: 56px;
  }
  @media screen and (max-width: 768px) {
    .customBlog__item {
      width: calc(50% - 20px);
    }
  }
  @media screen and (max-width: 480px) {
    .customBlog__item {
      width: 100%;
    }
  }

    .customBlog {
    position: relative;
    overflow-x: clip;
  }
  .customBlog::before {
    position: absolute;
    display: block;
    content: '';
    top: -15%;
    height: 628px;
    right: -30px;
    max-width: 435px;
    width: 488px;
    z-index: -1;
    background: url(/cdn/shop/files/blog-charm.png?v=1721387659) center center / contain no-repeat;
    z-index: -1;
  }

  .customBlog::after {
    position: absolute;
    display: block;
    content: '';
    bottom: 7%;
    left: -30px;
    /* max-width: 375px; */
    width: 110%;
    height: 70%;
    background: url(/cdn/shop/files/blog-bg_71385289-1b67-4938-b195-0d3ee7fdfd85.png?v=1721387659) center center / contain no-repeat;
    z-index: -1;
  }
/* END_SECTION:custom-blog */

/* START_SECTION:news-list (INDEX:47) */
.news__more {
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    color: #000;
    font-family: Outfit;
    font-weight: 500;
  }
  #section-news-list .news-list-heading {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
  }
  #section-news-list .container {
    max-width: 960px;
    margin: 0 auto;
    padding-top: 108px;
    padding-bottom: 60px;
  }
  #section-news-list .news-list {
    margin-top: 22px;
  }
  #section-news-list .news-list-item {
    list-style: none;
    position: relative;
    padding-left: 12px;
  }
  #section-news-list .news-list-item > a {
    display: flex;
    align-items: center;
    padding: 0;
  }
  #section-news-list .news-list-item:last-child {
    border-bottom: none;
  }

  #section-news-list .news-list-info {
    position: relative;
    top: -1px;
  }
  #section-news-list .news-list-title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    top: 3px;
  }
  .news__moreWrapper {
    text-align: right;
    padding-right: 7px;
  }

  .news-list {
    padding-left: 0;
    display:flex;
    flex-direction: column;
    gap: 23px;
    margin-bottom: 0px;
  }
  .news-list-item {
    list-style: none;
    position: relative;
    padding-bottom: 15px;
  }

  .news-list-item::before {
    display: block;
    content: '';
    position: absolute;
    width: 2px;
    height: 100%;
    top: 50%;
    transform: translateY(-50%);
    background: #FF4343;
    left: 0;
  }

  .news-list-item::after {
    display: block;
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    top: 50%;
    transform: translateY(-50%);
    background: #ff4343;
    right: -3px;
    background:url(/cdn/shop/files/news-arrow.png?v=1721384778) center center / contain no-repeat;
  }

  .news-list-item-link {
    text-decoration: none;
    color: #000;
    flex-direction: column;
    align-items: flex-start !important;
  }

  #section-news-list .news-list-date {
    font-size: 18px;
    font-weight: 500;
  }

  #section-news-list .news-list-tags {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    background: #E6E6E6;
    text-align: center;
    border-radius: 56px;
    padding: 4px 10px;
  }

  @media screen and (max-width: 768px) {
    #section-news-list .container {
      padding: 35px 20px;
    }
    #section-news-list .news-list-item > a {
      display: block;
      padding: 15px;
    }
    #section-news-list .news-list-info {
      margin-bottom: 5px;
    }
  }
#section-news-list {
    position: relative;
  overflow-x:clip;
  }
  #section-news-list::before {
position: absolute;
    display: block;
    content: "";
    top: -25%;
    right: -9%;
    transform: translateX(0%);
    max-width: 415px;
    width: 465px;
    height: 568px;
    background: url(/cdn/shop/files/news-charm.png?v=1721387659) center center / contain no-repeat;
    background: url(/cdn/shop/files/news-charm.png?v=1721387659) center center / contain no-repeat ;
    z-index:-1;
  }

  #section-news-list::after {
      position: absolute;
    display: block;
    content: "";
    top: 70%;
    left: 0;
    /* max-width: 385px; */
    width: 434px;
    height: 330px;
    background: url(/cdn/shop/files/category-charm-cherryblossom.png?v=1721387658) center center / contain no-repeat;
    z-index:-1;
}
  }

  .four-column-banner {
    position: relative;
    overflow-x: clip;
  }
  .four-column-banner::before {
    position: absolute;
    display: block;
    content: '';
    top: 54%;
    height: 308px;
    right: -30px;
    max-width: 385px;
    width: 268px;
    z-index: -1;
    background: url(/cdn/shop/files/category-charm01.png?v=1721387658) center center / contain no-repeat ;
    z-index: -1;
  }

  .four-column-banner::after {
    position: absolute;
    display: block;
    content: '';
    bottom: -98%;
    left: -30px;
    max-width: 385px;
    width: 420px;
    height: 400px;
    background: url(/cdn/shop/files/category-charm02.png?v=1721387659) center center / con
  }
/* END_SECTION:news-list */