/** Shopify CDN: Minification failed

Line 55:0 Unexpected "}"

**/

/* Product Lists 섹션: "섹션 자체" 상하 패딩 줄이기 (모바일) */
@media (max-width: 767px) {
  [id*="__product_lists_"] .section {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  [id*="__product_lists_"] .ctnr {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  [id*="__product_lists_"] .s-content {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}@media (max-width: 749px) {
    /* 아이콘 묶음(서치/장바구니/드로어) 전체를 오른쪽 끝으로 */
  .header__icons--mobile-right {
    margin-left: auto !important;
    display: flex;
    align-items: center;
    gap: 12px;
  }

  /* 아이콘 순서: 서치 → 장바구니 → 드로어 */
  .header__icons--mobile-right a[aria-label*="Search"],
  .header__icons--mobile-right button[aria-label*="Search"] { order: 10; }

  .header__icons--mobile-right a[aria-label*="Cart"],
  .header__icons--mobile-right button[aria-label*="Cart"] { order: 20; }

  .header__icons--mobile-right button[aria-controls*="drawer"] { order: 30; }

  /* 모바일 전용 로고 */
  .header__logo-link {
    display: block;
width: 180px;
height: 52px;

background-image: url("/cdn/shop/files/LOGO_WH.png?v=1765802935");
    background-repeat: no-repeat;
background-position: center center;
    background-size: contain;
  }
}


}

