/** Shopify CDN: Minification failed

Line 252:15 Unexpected "{"
Line 252:24 Expected ":"
Line 255:15 Unexpected "{"
Line 255:24 Expected ":"
Line 258:15 Unexpected "{"
Line 258:24 Expected ":"
Line 261:15 Unexpected "{"
Line 261:24 Expected ":"
Line 264:15 Unexpected "{"
Line 264:24 Expected ":"
... and 2 more hidden warnings

**/
.o-main-collection-grid--empty {
  padding: 10rem 0;
}
.o-main-collection-grid--has-filters .o-main-collection-grid__products-container {
  padding-bottom: 8rem;
}
@media screen and (min-width: 1100px) {
  .o-main-collection-grid--has-filters .o-main-collection-grid__products-container {
    padding-bottom: 0;
  }
}
.o-main-collection-grid--has-filters .o-main-collection-grid__inner {
  margin-top: -5.4rem;
}
@media screen and (min-width: 1100px) {
  .o-main-collection-grid--has-filters .o-main-collection-grid__inner {
    margin-top: 0;
  }
}
.o-main-collection-grid__wrapper {
  display: flex;
  flex-wrap: wrap;
  min-width: 100%;
}

/* 모바일 필터 버튼 크기 축소 - 정확한 클래스명 */
@media screen and (max-width: 1099px) {
  /* 필터 버튼 - 실제 클래스명 사용 */
  .m-filter__trigger,
  .js-filter-drawer-trigger {
    padding: 8px 16px !important;  /* 15.4px 26.4px → 8px 16px */
    font-size: 13px !important;    /* 17.6px → 13px */
    line-height: 1.3 !important;
  }
  
  /* 더 작게 하려면 */
  .m-filter__trigger {
    padding: 7px 14px !important;
    font-size: 12px !important;
  }
  
  /* 아이콘도 축소 */
  .m-filter__trigger svg,
  .m-filter__trigger .icon {
    width: 14px !important;
    height: 14px !important;
  }
}


/* 데스크톱에서는 원래대로 */
@media screen and (min-width: 1100px) {
  .o-main-collection-grid__filter {
    position: initial;
    margin: 0;
  }
}
.o-main-collection-grid__products-container {
  width: 100%;
}
.o-main-collection-grid__products {
  display: flex;
  flex-wrap: wrap;
  gap: var(--layout-row-grid-gap) var(--layout-column-grid-gap);
  opacity: 1;
  transition: opacity var(--default-transition-easing) var(--default-transition-timing);
}
.o-main-collection-grid__products.loading {
  opacity: 0.3;
}
.o-main-collection-grid__products .m-product-card {
  --flex-items: 3;
  width: calc(100% / var(--flex-items) - (var(--flex-items) - 1) / var(--flex-items) * var(--layout-column-grid-gap));
}
@media screen and (min-width: 600px) {
  .o-main-collection-grid__columns--1 .m-product-card {
    --flex-items: 2;
  }
}
@media screen and (min-width: 768px) {
  .o-main-collection-grid__columns--1 .m-product-card {
    --flex-items: 1;
  }
}
@media screen and (min-width: 600px) {
  .o-main-collection-grid__columns--1.o-main-collection-grid__products--vertical .m-product-card {
    --flex-items: 2;
  }
}
@media screen and (min-width: 1100px) {
  .o-main-collection-grid__columns--1.o-main-collection-grid__products--vertical .m-product-card {
    --flex-items: 1;
  }
}
@media screen and (min-width: 600px) {
  .o-main-collection-grid__columns--2 .m-product-card {
    --flex-items: 2;
  }
}
@media screen and (min-width: 768px) {
  .o-main-collection-grid__columns--2 .m-product-card {
    --flex-items: 2;
  }
}
@media screen and (min-width: 600px) {
  .o-main-collection-grid__columns--2.o-main-collection-grid__products--vertical .m-product-card {
    --flex-items: 2;
  }
}
@media screen and (min-width: 1100px) {
  .o-main-collection-grid__columns--2.o-main-collection-grid__products--vertical .m-product-card {
    --flex-items: 2;
  }
}
@media screen and (min-width: 600px) {
  .o-main-collection-grid__columns--3 .m-product-card {
    --flex-items: 2;
  }
}
@media screen and (min-width: 768px) {
  .o-main-collection-grid__columns--3 .m-product-card {
    --flex-items: 3;
  }
}
@media screen and (min-width: 600px) {
  .o-main-collection-grid__columns--3.o-main-collection-grid__products--vertical .m-product-card {
    --flex-items: 2;
  }
}
@media screen and (min-width: 1100px) {
  .o-main-collection-grid__columns--3.o-main-collection-grid__products--vertical .m-product-card {
    --flex-items: 3;
  }
}
@media screen and (min-width: 600px) {
  .o-main-collection-grid__columns--4 .m-product-card {
    --flex-items: 2;
  }
}
@media screen and (min-width: 768px) {
  .o-main-collection-grid__columns--4 .m-product-card {
    --flex-items: 4;
  }
}
@media screen and (min-width: 600px) {
  .o-main-collection-grid__columns--4.o-main-collection-grid__products--vertical .m-product-card {
    --flex-items: 2;
  }
}
@media screen and (min-width: 1100px) {
  .o-main-collection-grid__columns--4.o-main-collection-grid__products--vertical .m-product-card {
    --flex-items: 4;
  }
}
/* 👇 여기부터 추가 */

/* 데스크톱 5열 */
@media screen and (min-width: 600px) {
  .o-main-collection-grid__columns--5 .m-product-card {
    --flex-items: 2;
  }
}
@media screen and (min-width: 768px) {
  .o-main-collection-grid__columns--5 .m-product-card {
    --flex-items: 5;
  }
}
@media screen and (min-width: 600px) {
  .o-main-collection-grid__columns--5.o-main-collection-grid__products--vertical .m-product-card {
    --flex-items: 2;
  }
}
@media screen and (min-width: 1100px) {
  .o-main-collection-grid__columns--5.o-main-collection-grid__products--vertical .m-product-card {
    --flex-items: 5;
  }
}
.o-main-collection-grid .m-pagination__wrapper {
  flex-basis: 100%;
}

/* =================================
   반응형 크기
   ================================= */

/* 모바일 */
@media screen and (max-width: 767px) {
  .m-product-card__heading {
    font-size: 11px !important;
  }
  
  .m-product-card .m-price__sale,
  .m-product-card .m-price__regular {
    font-size: 12px !important;
  }
  
  .m-price--on-sale .m-price__regular {
    font-size: 10px !important;
  }
}

/* 데스크톱 */
@media screen and (min-width: 768px) {
  .m-product-card__heading {
    font-size: 12px !important;
  }
  
  .m-product-card .m-price__sale,
  .m-product-card .m-price__regular {
    font-size: 13px !important;
  }
  
  .m-price--on-sale .m-price__regular {
    font-size: 11px !important;
  }
}
/* =================================
   제품 이미지 크기 조절
   ================================= */

/* 이미지 컨테이너 크기 조절 */
.m-product-card__media,
.m-product-card__image-wrapper {
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

/* 이미지 자체 크기 조절 */
.m-product-card__image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  transform: scale(0.70); /* 80% 크기로 축소 */
  transition: transform 0.3s ease;
}
/* 비디오 모드 스타일 */
#product-grid-{{ section.id }} .m-product-card__video-wrapper {
  display: none;
}
#product-grid-{{ section.id }} .m-product-card__video-wrapper video {
  transform: scale(.7);
}
#product-grid-{{ section.id }}.video-mode .m-product-card__video-wrapper {
  display: block;
}
#product-grid-{{ section.id }}.video-mode .m-product-card__image img {
  display: none !important;
}
#product-grid-{{ section.id }}.video-mode .m-product-card.no-video .m-product-card__video-wrapper {
  display: none;
}
#product-grid-{{ section.id }}.video-mode .m-product-card.no-video .m-product-card__image img {
  display: block !important;
}
/* 👇 여기가 핵심! 콘텐츠를 위로 끌어올림 */
.m-product-card__content {
  margin-top: -10% !important; /* 80% 축소 = 10% 여백 발생 → -10%로 상쇄 */
}
/* =================================
   제품 텍스트 가운데 정렬
   ================================= */

/* 콘텐츠 영역 전체 가운데 정렬 */
.m-product-card__content {
  text-align: center !important;
}

/* 배지도 가운데 정렬 */
.m-product-card__badges--top {
  justify-content: center !important;
}

/* 제품명 가운데 정렬 */
.m-product-card__heading,
.m-product-card__title {
  text-align: center !important;
}

/* 가격 가운데 정렬 */
.m-product-card__price {
  display: flex !important;
  justify-content: center !important;
}

/* 가격 내부 요소들도 가운데 정렬 */
.m-price {
  justify-content: center !important;
}

/* 할인가가 있을 때도 가운데 정렬 유지 */
.m-price--on-sale {
  align-items: center !important;
}