/** Shopify CDN: Minification failed

Line 82:5 Expected identifier but found "."
Line 83:5 Expected identifier but found "."
Line 183:0 Unexpected "<"

**/
/* Heading Font grotesk wide */

:root {

  --heading-font-family: roc-grotesk-wide, sans-serif;
  --heading-font-weight: 600;

}


/* SubHeading Font Pretendard Medium */
/*
:root {

  --subheading-font-family: "Pretendard-Medium", sans-serif;
  --subheading-font-weight: normal;

}*/

/* BodyText Font Pretendard Regular */
/*
:root {

  --text-font-family: "Pretendard-Regular", sans-serif;
  --text-font-weight: normal;

}*/

/*text scale 0.85x*/
:is(
  .heading, .display-xl, .display-l, .display-m, 
  .h1, .h2, .h3, .h4, .h5, .h6, .h7, 
  .prose :where(h1,h2,h3,h4,h5,h6)
) {
  display: inline-block;
  transform: scaleX(0.85);
}

/* text origin settings */


:is(
  .heading, .display-xl, .display-l, .display-m, 
  .h1, .h2, .h3, .h4, .h5, .h6, .h7, 
  .prose :where(h1,h2,h3,h4,h5,h6)
) {
  transform-origin: left center;
}


:is(
  .heading, .display-xl, .display-l, .display-m, 
  .h1, .h2, .h3, .h4, .h5, .h6, .h7, 
  .prose :where(h1,h2,h3,h4,h5,h6)
)[style*="text-align:center"],
:is(
  .heading, .display-xl, .display-l, .display-m, 
  .h1, .h2, .h3, .h4, .h5, .h6, .h7, 
  .prose :where(h1,h2,h3,h4,h5,h6)
).text-center,
:is(
  .heading, .display-xl, .display-l, .display-m, 
  .h1, .h2, .h3, .h4, .h5, .h6, .h7, 
  .prose :where(h1,h2,h3,h4,h5,h6)
)[class*="center"] {
  transform-origin: center !important;
}


:is(
  .heading, .display-xl, .display-l, .display-m, 
  .h1, .h2, .h3, .h4, .h5, .h6, .h7, 
  .prose :where(h1,h2,h3,h4,h5,h6)
)[style*="text-align:right"],
:is(...).text-right,
:is(...)[class*="right"] {
  transform-origin: right center !important;
}



@font-face {
  font-family: "Pretendard-ExtraBold";
  src: url("/cdn/shop/files/Pretendard-ExtraBold.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Pretendard-Medium";
  src: url("/cdn/shop/files/Pretendard-Medium.otf?v=1772703065") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Pretendard-Regular";
  src: url("/cdn/shop/files/Pretendard-Regular.otf?v=1772703065") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Pretendard-Bold_2";
  src: url("/cdn/shop/files/Pretendard-Bold_2.otf?v=1774936936") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}



/*Badge Style*/
.badge {
  font-family: "Pretendard-Regular";
  src: url("/cdn/shop/files/Pretendard-Regular.otf?v=1772703065") format("opentype") !important;
  font-size: .625rem !important;
  box-sizing: border-box !important;
}
@media screen and (min-width: 768px) {
  .badge {
    font-size: .725rem !important;
  }
}
badge-list{
  flex-direction: row !important;
}

.badge.badge--on-sale {
  background:rgb(255, 255, 255) !important;
  border-color: #d12b2b !important;
  border-width: 1px !important;
  color: #d12b2b !important;
}

.badge.badge--custom.badge--best {
  background: #000000 !important;
  color: #e1c3f5 !important;
}
.badge.badge--custom.badge--now-trend {
  background:rgb(209, 169, 235) !important;
  color:rgb(255, 255, 255) !important;
}
.badge.badge--custom.badge--new {
  border-color: #e1c3f5 !important;
  border-width: 1px !important;
  color: #000000 !important;
}


.badge.badge--custom.badge--free-shipping {
  background: #F2F1F7 !important;
  color: #000000 !important;
}


.badge.badge--custom.badge--multi-save {
  background: #FCDEDC !important;
  color: #321E1E !important;
}


.product-card {
  border-width: 1px !important;
  border-color: #E2E1E7 !important;
}


.rating-badge__stars {
  border-radius: 20px !important;
}

<script>
document.addEventListener('DOMContentLoaded', function () {
  const slideSelectors = [
    '.slideshow__slide',
    '.slide',
    '.slider__slide',
    '.carousel__slide',
    '.swiper-slide'
  ];

  slideSelectors.forEach(selector => {
    document.querySelectorAll(selector).forEach(slide => {
      const hasImg = slide.querySelector('img[src]:not([src=""])');
      const hasDataImg = slide.querySelector('img[data-src]:not([data-src=""])');
      const hasPicture = slide.querySelector('picture source[srcset], picture img');
      const hasBgImage = Array.from(slide.querySelectorAll('*')).some(el => {
        const bg = window.getComputedStyle(el).backgroundImage;
        return bg && bg !== 'none';
      });

      const text = slide.textContent.replace(/\s+/g, '').trim();

      if (!hasImg && !hasDataImg && !hasPicture && !hasBgImage && !text) {
        slide.remove();
      }
    });
  });
});
</script>




.member-price-block {
  letter-spacing: var(--heading-letter-spacing);
}

compare-at-price.h7.line-through {
  color: rgb(var(--text-color) / .6);
}

span.sale-price.h6 {
  color: #d12b2b !important;
  font-size: var(--text-h6);
}

span.compare-at-price.h6 {
  font-size: var(--text-h7);
}

span.discount-percent.h6 {
  color: #d12b2b !important;
  font-size: calc(var(--text-h6) * 0.9);
}



/* Button Animation Custom Hover Color change */

.button:has([color-fade]) {
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease !important;
}

/* Hover Color */
.button:has([color-fade]):hover {
  background-color: #333333 !important; 
  color: #F2F1F7 !important;           
  border-color: #333333 !important;
}


/* Collection Banner Size Adjustment */


.product-list__promo{
  align-self: stretch !important;
  height: 100% !important;
  display: block !important;
}


.product-list__promo .content-box{
  height: 100% !important;
  min-height: 100% !important;
  position: relative !important;
}

.product-list__promo .content-box__background-media{
  height: 100% !important;
  min-height: 100% !important;
}



.product-list__promo .content-box__background-media > img{
  height: 100% !important;
  width: 100% !important;
  object-fit: contain !important;
  object-position: CENTER !important;
  display: block !important;
}