/* Yukifu catalog redesign: All Products / Mold Design / Digital Files */
html[data-store-view="catalog"]{
  background:#fff;
}
html[data-store-view="catalog"] body:not(.detail-page){
  --store-ink:#102c38;
  --store-copy:#354c5b;
  --store-muted:#7b8996;
  --store-blue:#5f9dd1;
  --store-blue-strong:#4f8fd8;
  --store-blue-soft:#eaf5ff;
  --store-line:#dfe8f1;
  --store-line-soft:#edf2f7;
  --store-card:#fff;
  --store-shell:min(1320px,calc(100% - 84px));
  --store-serif:"Playfair Display","Fraunces","Georgia","Times New Roman",serif;
  --store-sans:"Pretendard Variable","SF Pro KR","SF Pro Text",-apple-system,BlinkMacSystemFont,"Segoe UI",system-ui,sans-serif;
  background:#fff !important;
  color:var(--store-ink) !important;
  font-family:var(--store-sans) !important;
}
html[data-store-view="catalog"] body:not(.detail-page) main{
  padding-top:0 !important;
  background:#fff !important;
}
html[data-store-view="catalog"] body:not(.detail-page) .store-page{
  padding:0 0 72px !important;
  background:#fff !important;
}
html[data-store-view="catalog"] body:not(.detail-page) .store-body{
  display:block !important;
}
html[data-store-view="catalog"] body:not(.detail-page) .store-sidebar{
  display:none !important;
}
html[data-store-view="catalog"] body:not(.detail-page) .store-main{
  display:grid !important;
  gap:0 !important;
}

html[data-store-view="catalog"] body:not(.detail-page) .hero{
  position:relative !important;
  display:block !important;
  min-height:278px !important;
  overflow:hidden !important;
  border-bottom:1px solid var(--store-line) !important;
  background:
    radial-gradient(circle at 48% 36%,rgba(255,255,255,.92),rgba(255,255,255,0) 30%),
    linear-gradient(104deg,#f4faff 0%,#edf7ff 44%,#c6e0f3 100%) !important;
}
html[data-store-mode="mold"] body:not(.detail-page) .hero{
  min-height:292px !important;
  background:
    radial-gradient(circle at 58% 42%,rgba(255,255,255,.96),rgba(255,255,255,0) 28%),
    linear-gradient(103deg,#f5fbff 0%,#edf7ff 46%,#cfe7f8 100%) !important;
}
html[data-store-mode="digital"] body:not(.detail-page) .hero{
  min-height:292px !important;
  background:
    linear-gradient(100deg,#f8fbff 0%,#eef6ff 44%,#d7eaff 100%) !important;
}
html[data-store-view="catalog"] body:not(.detail-page) .hero::after{
  content:"";
  position:absolute;
  right:max(-5vw,-72px);
  bottom:-24px;
  width:min(670px,54vw);
  height:330px;
  background:url("/img/auth-hero-mold.webp") center bottom / contain no-repeat;
  pointer-events:none;
}
html[data-store-mode="digital"] body:not(.detail-page) .hero::after{
  right:8vw;
  bottom:-18px;
  width:min(430px,42vw);
  height:320px;
  background:url("/img/home/product-bear.webp") center bottom / contain no-repeat;
  filter:saturate(.74) contrast(.96);
}
html[data-store-mode="digital"] body:not(.detail-page) .hero::before{
  content:"STL   OBJ   3MF";
  position:absolute;
  right:min(35vw,490px);
  top:90px;
  display:flex;
  align-items:center;
  justify-content:center;
  width:210px;
  height:58px;
  border:1px solid #d7e7f7;
  border-radius:8px;
  background:rgba(255,255,255,.78);
  color:#5f9dd1;
  font-size:15px;
  font-weight:900;
  letter-spacing:.16em;
  box-shadow:0 18px 44px rgba(62,119,162,.12);
}
html[data-store-view="catalog"] body:not(.detail-page) .hero-identity{
  position:relative !important;
  z-index:2 !important;
  width:var(--store-shell) !important;
  min-height:278px !important;
  margin:0 auto !important;
  padding:54px 0 42px !important;
  border:0 !important;
  border-radius:0 !important;
  background:transparent !important;
  box-shadow:none !important;
  overflow:visible !important;
}
html[data-store-mode="mold"] body:not(.detail-page) .hero-identity,
html[data-store-mode="digital"] body:not(.detail-page) .hero-identity{
  min-height:292px !important;
  padding-top:62px !important;
}
html[data-store-view="catalog"] body:not(.detail-page) .hero-identity::before,
html[data-store-view="catalog"] body:not(.detail-page) .hero-identity::after{
  display:none !important;
}
html[data-store-view="catalog"] body:not(.detail-page) .hero-eyebrow{
  margin:0 0 18px !important;
  color:#29404f !important;
  font-size:12px !important;
  font-weight:800 !important;
  letter-spacing:.02em !important;
  text-transform:uppercase !important;
}
html[data-store-view="catalog"] body:not(.detail-page) .hero-title-wrap{
  gap:12px !important;
}
html[data-store-view="catalog"] body:not(.detail-page) .hero-title-wrap h1{
  margin:0 !important;
  width:min(560px,48vw) !important;
  color:#102c38 !important;
  font-family:var(--store-serif) !important;
  font-size:clamp(52px,5.8vw,78px) !important;
  font-weight:700 !important;
  line-height:.98 !important;
  letter-spacing:-.05em !important;
}
html[data-store-mode="mold"] body:not(.detail-page) .hero-title-wrap h1::first-letter,
html[data-store-mode="digital"] body:not(.detail-page) .hero-title-wrap h1::first-letter{
  color:#102c38;
}
html[data-store-view="catalog"] body:not(.detail-page) .hero-tagline{
  margin:0 !important;
  width:min(470px,45vw) !important;
  color:#263f50 !important;
  font-size:17px !important;
  font-weight:600 !important;
  line-height:1.65 !important;
  letter-spacing:-.025em !important;
}
html[data-store-view="catalog"] body:not(.detail-page) .hero-search-area{
  margin-top:24px !important;
  width:min(450px,42vw) !important;
}
html[data-store-view="catalog"] body:not(.detail-page) .hero-search{
  min-height:46px !important;
  padding:0 18px !important;
  border:1px solid rgba(95,157,209,.18) !important;
  border-radius:999px !important;
  background:rgba(255,255,255,.76) !important;
  color:#6c7b88 !important;
  box-shadow:0 16px 38px rgba(62,119,162,.1) !important;
}
html[data-store-view="catalog"] body:not(.detail-page) .hero-search:focus-within{
  border-color:rgba(95,157,209,.48) !important;
  background:#fff !important;
  box-shadow:0 0 0 4px rgba(95,157,209,.12),0 18px 42px rgba(62,119,162,.14) !important;
}
html[data-store-view="catalog"] body:not(.detail-page) .hero-search-icon{
  color:#6a9cc6 !important;
}
html[data-store-view="catalog"] body:not(.detail-page) .hero-search input{
  color:#213846 !important;
  font-size:14px !important;
  font-weight:650 !important;
}
html[data-store-view="catalog"] body:not(.detail-page) .hero-search input::placeholder{
  color:#90a0ae !important;
}
html[data-store-view="catalog"] body:not(.detail-page) .hero-identity-bottom,
html[data-store-view="catalog"] body:not(.detail-page) .hero-feature{
  display:none !important;
}

.catalog-nav-panel{
  width:var(--store-shell);
  margin:0 auto;
  padding:18px 0 22px;
}
.catalog-tabs{
  display:flex;
  align-items:center;
  gap:34px;
  min-height:42px;
  border-bottom:1px solid var(--store-line);
  overflow:auto;
  scrollbar-width:none;
}
.catalog-tabs::-webkit-scrollbar{display:none}
.catalog-tab{
  position:relative;
  display:inline-flex;
  align-items:center;
  height:42px;
  flex:0 0 auto;
  color:#637381;
  font-size:13px;
  font-weight:850;
  letter-spacing:-.02em;
}
.catalog-tab:hover{color:#4f8fd8}
html[data-store-mode="all"] .catalog-tab[data-store-mode-link="all"],
html[data-store-mode="mold"] .catalog-tab[data-store-mode-link="mold"],
html[data-store-mode="digital"] .catalog-tab[data-store-mode-link="digital"]{
  color:#4f8fd8;
}
html[data-store-mode="all"] .catalog-tab[data-store-mode-link="all"]::after,
html[data-store-mode="mold"] .catalog-tab[data-store-mode-link="mold"]::after,
html[data-store-mode="digital"] .catalog-tab[data-store-mode-link="digital"]::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:-1px;
  height:2px;
  border-radius:999px;
  background:#4f8fd8;
}
.catalog-filter-strip{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:10px;
  padding-top:18px;
}
.catalog-filter-strip a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:34px;
  padding:0 16px;
  border:1px solid #dbe6f0;
  border-radius:7px;
  background:#fff;
  color:#526475;
  font-size:12px;
  font-weight:800;
  letter-spacing:-.015em;
}
.catalog-filter-strip a:hover{
  border-color:#9bc5e8;
  color:#4f8fd8;
  background:#f7fbff;
}

html[data-store-view="catalog"] body:not(.detail-page) .results{
  width:var(--store-shell) !important;
  margin:0 auto !important;
  gap:18px !important;
}
html[data-store-view="catalog"] body:not(.detail-page) .results-head{
  align-items:flex-end !important;
  padding-top:4px !important;
}
html[data-store-view="catalog"] body:not(.detail-page) .results-copy h2{
  color:#102c38 !important;
  font-family:var(--store-serif) !important;
  font-size:28px !important;
  font-weight:700 !important;
  line-height:1.2 !important;
  letter-spacing:-.035em !important;
}
html[data-store-view="catalog"] body:not(.detail-page) .results-status{
  color:#7b8996 !important;
  font-size:13px !important;
  font-weight:650 !important;
}
html[data-store-view="catalog"] body:not(.detail-page) .results-controls{
  gap:10px !important;
}
html[data-store-view="catalog"] body:not(.detail-page) .store-filter-toggle{
  display:none !important;
}
html[data-store-view="catalog"] body:not(.detail-page) .results-sort-select{
  min-height:36px !important;
  padding:0 14px !important;
  border:1px solid #dbe6f0 !important;
  border-radius:7px !important;
  background:#fff !important;
  color:#526475 !important;
  font-size:12px !important;
  font-weight:800 !important;
}
html[data-store-view="catalog"] body:not(.detail-page) .active-filters-wrap{
  min-height:0 !important;
}
html[data-store-view="catalog"] body:not(.detail-page) .active-filters-row{
  gap:8px !important;
}
html[data-store-view="catalog"] body:not(.detail-page) .active-filter-chip,
html[data-store-view="catalog"] body:not(.detail-page) .active-filter-pill{
  min-height:30px !important;
  border:1px solid #dbe6f0 !important;
  border-radius:999px !important;
  background:#f8fbff !important;
  color:#4f6a7d !important;
}
html[data-store-view="catalog"] body:not(.detail-page) .store-feedback{
  border:1px solid #f0d4d0 !important;
  border-radius:8px !important;
  background:#fff7f6 !important;
  color:#a9443c !important;
}
html[data-store-view="catalog"] body:not(.detail-page) .store-loading,
html[data-store-view="catalog"] body:not(.detail-page) .store-grid{
  grid-template-columns:repeat(5,minmax(0,1fr)) !important;
  gap:18px !important;
}
html[data-store-view="catalog"] body:not(.detail-page) .loading-card{
  aspect-ratio:1 / 1.28 !important;
  border-radius:8px !important;
  background:linear-gradient(135deg,#f5f8fb 0%,#eef4fa 100%) !important;
}
html[data-store-view="catalog"] body:not(.detail-page) .product-card{
  overflow:hidden !important;
  border:1px solid #e1e9f1 !important;
  border-radius:8px !important;
  background:#fff !important;
  box-shadow:none !important;
  backdrop-filter:none !important;
  transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease !important;
}
html[data-store-view="catalog"] body:not(.detail-page) .product-card::before{
  display:none !important;
}
html[data-store-view="catalog"] body:not(.detail-page) .product-card:hover{
  transform:translateY(-3px) !important;
  border-color:#c8dbea !important;
  box-shadow:0 18px 40px rgba(43,83,112,.1) !important;
}
html[data-store-view="catalog"] body:not(.detail-page) .product-media{
  aspect-ratio:1 / .82 !important;
  background:#f3f7fb !important;
}
html[data-store-view="catalog"] body:not(.detail-page) .product-media::after{
  display:none !important;
}
html[data-store-view="catalog"] body:not(.detail-page) .product-thumb{
  object-fit:cover !important;
  object-position:center 70% !important;
}
html[data-store-view="catalog"] body:not(.detail-page) .product-card:hover .product-thumb{
  transform:scale(1.025) !important;
}
html[data-store-view="catalog"] body:not(.detail-page) .product-topline{
  left:10px !important;
  right:10px !important;
  top:10px !important;
}
html[data-store-view="catalog"] body:not(.detail-page) .product-badges{
  left:10px !important;
  right:10px !important;
  bottom:auto !important;
  top:10px !important;
}
html[data-store-view="catalog"] body:not(.detail-page) .product-sequence,
html[data-store-view="catalog"] body:not(.detail-page) .product-status,
html[data-store-view="catalog"] body:not(.detail-page) .product-badge{
  min-height:22px !important;
  padding:0 8px !important;
  border:0 !important;
  border-radius:7px !important;
  background:#4f8fd8 !important;
  color:#fff !important;
  font-size:10px !important;
  font-weight:900 !important;
  letter-spacing:0 !important;
  text-transform:uppercase !important;
  backdrop-filter:none !important;
}
html[data-store-view="catalog"] body:not(.detail-page) .product-sequence{
  background:#eef6ff !important;
  color:#4f8fd8 !important;
}
html[data-store-view="catalog"] body:not(.detail-page) .product-status.pending{
  background:#eaf0f6 !important;
  color:#748493 !important;
}
html[data-store-view="catalog"] body:not(.detail-page) .product-body{
  gap:9px !important;
  padding:14px 15px 15px !important;
}
html[data-store-view="catalog"] body:not(.detail-page) .product-header-row{
  display:block !important;
}
html[data-store-view="catalog"] body:not(.detail-page) .product-name{
  color:#152d3a !important;
  font-family:var(--store-sans) !important;
  font-size:14px !important;
  font-weight:900 !important;
  line-height:1.38 !important;
  letter-spacing:-.035em !important;
}
html[data-store-view="catalog"] body:not(.detail-page) .product-artist{
  margin-top:2px !important;
  color:#6e7e8c !important;
  font-size:12px !important;
  font-weight:650 !important;
}
html[data-store-view="catalog"] body:not(.detail-page) .product-cart-button{
  position:absolute !important;
  right:10px !important;
  bottom:10px !important;
  width:34px !important;
  height:34px !important;
  min-height:34px !important;
  padding:0 !important;
  border:1px solid #dce7f2 !important;
  border-radius:999px !important;
  background:rgba(255,255,255,.92) !important;
  color:#5e7587 !important;
  box-shadow:0 8px 20px rgba(43,83,112,.08) !important;
}
html[data-store-view="catalog"] body:not(.detail-page) .product-cart-button span{
  display:none !important;
}
html[data-store-view="catalog"] body:not(.detail-page) .product-cart-button svg{
  width:17px !important;
  height:17px !important;
}
html[data-store-view="catalog"] body:not(.detail-page) .product-price-row{
  display:grid !important;
  gap:8px !important;
  align-items:start !important;
}
html[data-store-view="catalog"] body:not(.detail-page) .product-price{
  color:#102c38 !important;
  font-family:var(--store-sans) !important;
  font-size:14px !important;
  font-weight:900 !important;
  letter-spacing:-.03em !important;
}
html[data-store-view="catalog"] body:not(.detail-page) .product-facts{
  gap:5px !important;
}
html[data-store-view="catalog"] body:not(.detail-page) .product-fact{
  min-height:22px !important;
  padding:0 8px !important;
  border-radius:6px !important;
  background:#f0f6fc !important;
  color:#5b8fc2 !important;
  font-size:10px !important;
  font-weight:850 !important;
}
html[data-store-view="catalog"] body:not(.detail-page) .card-actions{
  display:none !important;
}
html[data-store-view="catalog"] body:not(.detail-page) .store-empty{
  border:1px dashed #d7e3ef !important;
  border-radius:8px !important;
  background:#f8fbff !important;
  color:#102c38 !important;
}
html[data-store-view="catalog"] body:not(.detail-page) .store-empty h3{
  font-family:var(--store-serif) !important;
  color:#102c38 !important;
}
html[data-store-view="catalog"] body:not(.detail-page) .store-empty p{
  color:#697b88 !important;
}

html[data-store-mode="digital"] body:not(.detail-page) .product-media{
  background:
    linear-gradient(rgba(95,157,209,.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(95,157,209,.08) 1px, transparent 1px),
    #f7fbff !important;
  background-size:28px 28px !important;
}
html[data-store-mode="digital"] body:not(.detail-page) .product-sequence,
html[data-store-mode="digital"] body:not(.detail-page) .product-badge{
  background:#eef6ff !important;
  color:#4f8fd8 !important;
}
html[data-store-mode="digital"] body:not(.detail-page) .product-status.available{
  background:#4f8fd8 !important;
  color:#fff !important;
}

@media(max-width:1180px){
  html[data-store-view="catalog"] body:not(.detail-page) .store-loading,
  html[data-store-view="catalog"] body:not(.detail-page) .store-grid{
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  }
  html[data-store-view="catalog"] body:not(.detail-page) .hero::after{
    width:min(560px,52vw);
  }
}
@media(max-width:820px){
  html[data-store-view="catalog"] body:not(.detail-page){
    --store-shell:min(100%,calc(100% - 32px));
  }
  html[data-store-view="catalog"] body:not(.detail-page) main{
    padding-top:0 !important;
  }
  html[data-store-view="catalog"] body:not(.detail-page) .hero,
  html[data-store-mode="mold"] body:not(.detail-page) .hero,
  html[data-store-mode="digital"] body:not(.detail-page) .hero{
    min-height:auto !important;
  }
  html[data-store-view="catalog"] body:not(.detail-page) .hero::after,
  html[data-store-mode="digital"] body:not(.detail-page) .hero::after,
  html[data-store-mode="digital"] body:not(.detail-page) .hero::before{
    display:none !important;
  }
  html[data-store-view="catalog"] body:not(.detail-page) .hero-identity,
  html[data-store-mode="mold"] body:not(.detail-page) .hero-identity,
  html[data-store-mode="digital"] body:not(.detail-page) .hero-identity{
    min-height:0 !important;
    padding:42px 0 34px !important;
  }
  html[data-store-view="catalog"] body:not(.detail-page) .hero-title-wrap h1{
    width:100% !important;
    font-size:48px !important;
  }
  html[data-store-view="catalog"] body:not(.detail-page) .hero-tagline,
  html[data-store-view="catalog"] body:not(.detail-page) .hero-search-area{
    width:100% !important;
  }
  .catalog-nav-panel{
    padding:14px 0 20px;
  }
  .catalog-tabs{
    gap:24px;
  }
  html[data-store-view="catalog"] body:not(.detail-page) .results-head{
    display:grid !important;
    align-items:start !important;
  }
  html[data-store-view="catalog"] body:not(.detail-page) .results-controls{
    justify-content:space-between !important;
  }
  html[data-store-view="catalog"] body:not(.detail-page) .store-loading,
  html[data-store-view="catalog"] body:not(.detail-page) .store-grid{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:12px !important;
  }
}
@media(max-width:480px){
  html[data-store-view="catalog"] body:not(.detail-page){
    --store-shell:min(100%,calc(100% - 24px));
  }
  html[data-store-view="catalog"] body:not(.detail-page) .hero-title-wrap h1{
    font-size:41px !important;
  }
  html[data-store-view="catalog"] body:not(.detail-page) .hero-tagline{
    font-size:15px !important;
  }
  .catalog-filter-strip{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  html[data-store-view="catalog"] body:not(.detail-page) .store-loading,
  html[data-store-view="catalog"] body:not(.detail-page) .store-grid{
    grid-template-columns:1fr !important;
  }
}

/* Yukifu production catalog implementation layer — data-driven, no preview products */
html[data-store-view="catalog"] body:not(.detail-page){
  --store-shell:min(1390px,calc(100% - 88px));
  --store-sidebar:258px;
  --store-ink:#102c38;
  --store-copy:#395260;
  --store-muted:#7d8d9a;
  --store-blue:#4f8fd8;
  --store-blue-2:#6aa6dc;
  --store-line:#dfe8f1;
  --store-line-soft:#eef3f8;
  --store-panel:#f8fbff;
  background:#fff !important;
}
html[data-store-view="catalog"] body:not(.detail-page) .store-page{
  padding:0 0 78px !important;
}
html[data-store-view="catalog"] body:not(.detail-page) .store-body{
  display:grid !important;
  grid-template-columns:var(--store-sidebar) minmax(0,1fr) !important;
  gap:26px !important;
  width:var(--store-shell) !important;
  margin:0 auto !important;
  align-items:start !important;
}
html[data-store-view="catalog"] body:not(.detail-page) .store-main{
  display:contents !important;
}
html[data-store-view="catalog"] body:not(.detail-page) .hero,
html[data-store-view="catalog"] body:not(.detail-page) .catalog-nav-panel{
  grid-column:1 / -1 !important;
  width:100% !important;
}
html[data-store-view="catalog"] body:not(.detail-page) .hero{
  display:grid !important;
  grid-template-columns:minmax(0,1fr) minmax(330px,410px) !important;
  gap:24px !important;
  min-height:300px !important;
  margin:34px 0 0 !important;
  overflow:hidden !important;
  border:1px solid #dbe8f3 !important;
  border-radius:10px !important;
  background:
    radial-gradient(circle at 48% 38%,rgba(255,255,255,.86),rgba(255,255,255,0) 31%),
    linear-gradient(106deg,#f8fcff 0%,#edf7ff 52%,#cfe7f8 100%) !important;
  box-shadow:0 24px 70px rgba(68,112,146,.12) !important;
}
html[data-store-view="catalog"] body:not(.detail-page) .hero::before,
html[data-store-view="catalog"] body:not(.detail-page) .hero::after,
html[data-store-mode="digital"] body:not(.detail-page) .hero::before,
html[data-store-mode="digital"] body:not(.detail-page) .hero::after{
  display:none !important;
}
html[data-store-view="catalog"] body:not(.detail-page) .hero-identity{
  width:auto !important;
  min-height:0 !important;
  padding:48px 0 42px 48px !important;
  align-content:center !important;
}
html[data-store-view="catalog"] body:not(.detail-page) .hero-title-wrap h1{
  width:min(620px,100%) !important;
  font-size:clamp(54px,5.8vw,82px) !important;
}
html[data-store-view="catalog"] body:not(.detail-page) .hero-tagline{
  width:min(520px,100%) !important;
}
html[data-store-view="catalog"] body:not(.detail-page) .hero-search-area{
  width:min(470px,100%) !important;
}
html[data-store-view="catalog"] body:not(.detail-page) .hero-feature{
  display:block !important;
  position:relative !important;
  height:auto !important;
  min-height:260px !important;
  margin:28px 28px 28px 0 !important;
  overflow:hidden !important;
  border:1px solid rgba(255,255,255,.75) !important;
  border-radius:10px !important;
  background:rgba(255,255,255,.58) !important;
  box-shadow:0 24px 54px rgba(62,119,162,.13) !important;
}
html[data-store-view="catalog"] body:not(.detail-page) .hero-feature[hidden]{
  display:none !important;
}
html[data-store-view="catalog"] body:not(.detail-page) .hero-visual{
  position:absolute !important;
  inset:0 !important;
  min-height:0 !important;
  background:#edf5fc !important;
}
html[data-store-view="catalog"] body:not(.detail-page) .hero-visual::after{
  content:"" !important;
  position:absolute !important;
  inset:0 !important;
  background:linear-gradient(180deg,rgba(255,255,255,0) 42%,rgba(255,255,255,.92) 100%) !important;
}
html[data-store-view="catalog"] body:not(.detail-page) .hero-visual img{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  object-position:center !important;
}
html[data-store-view="catalog"] body:not(.detail-page) .hero-feat-panel{
  position:absolute !important;
  left:0 !important;
  right:0 !important;
  bottom:0 !important;
  display:grid !important;
  gap:10px !important;
  padding:20px !important;
  background:linear-gradient(180deg,rgba(255,255,255,0) 0%,rgba(255,255,255,.98) 46%) !important;
}
html[data-store-view="catalog"] body:not(.detail-page) .hero-feat-top,
html[data-store-view="catalog"] body:not(.detail-page) .hero-feat-desc,
html[data-store-view="catalog"] body:not(.detail-page) .hero-feat-actions .btn-outline{
  display:none !important;
}
html[data-store-view="catalog"] body:not(.detail-page) .hero-feat-title{
  color:#102c38 !important;
  font-family:var(--store-sans) !important;
  font-size:20px !important;
  font-weight:900 !important;
  letter-spacing:-.035em !important;
}
html[data-store-view="catalog"] body:not(.detail-page) .hero-feat-artist{
  color:#687b89 !important;
}
html[data-store-view="catalog"] body:not(.detail-page) .hero-feat-price{
  color:var(--store-blue) !important;
  font-family:var(--store-sans) !important;
  font-size:18px !important;
  font-weight:900 !important;
}
html[data-store-view="catalog"] body:not(.detail-page) .hero-feat-actions{
  justify-content:flex-start !important;
}
html[data-store-view="catalog"] body:not(.detail-page) .hero-feat-actions .btn-fill{
  min-height:38px !important;
  padding:0 16px !important;
  border-radius:7px !important;
  background:var(--store-blue) !important;
}
html[data-store-view="catalog"] body:not(.detail-page) .catalog-nav-panel{
  padding:20px 0 10px !important;
}
.catalog-filter-chip{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  min-height:34px;
  padding:0 14px;
  border:1px solid #dbe6f0;
  border-radius:7px;
  background:#fff;
  color:#526475;
  font-size:12px;
  font-weight:800;
  letter-spacing:-.015em;
}
.catalog-filter-chip:hover,
.catalog-filter-chip.active{
  border-color:#9bc5e8;
  color:var(--store-blue);
  background:#f7fbff;
}
.catalog-filter-chip strong{
  color:#91a2b0;
  font-size:11px;
}
html[data-store-view="catalog"] body:not(.detail-page) .store-sidebar{
  position:sticky !important;
  top:98px !important;
  display:grid !important;
  grid-column:1 !important;
  gap:14px !important;
  max-height:calc(100vh - 118px) !important;
  padding:18px !important;
  overflow:auto !important;
  border:1px solid var(--store-line) !important;
  border-radius:10px !important;
  background:#fff !important;
  color:var(--store-ink) !important;
  box-shadow:0 18px 44px rgba(43,83,112,.06) !important;
  scrollbar-width:none !important;
}
html[data-store-view="catalog"] body:not(.detail-page) .store-sidebar::-webkit-scrollbar{
  display:none !important;
}
html[data-store-view="catalog"] body:not(.detail-page) .sidebar-section{
  display:grid !important;
  gap:10px !important;
  padding:0 0 14px !important;
  border:0 !important;
  border-bottom:1px solid var(--store-line-soft) !important;
  background:transparent !important;
}
html[data-store-view="catalog"] body:not(.detail-page) .sidebar-section:last-child{
  border-bottom:0 !important;
  padding-bottom:0 !important;
}
html[data-store-view="catalog"] body:not(.detail-page) .sidebar-filter-label{
  margin:0 !important;
  color:#102c38 !important;
  font-size:13px !important;
  font-weight:900 !important;
  letter-spacing:-.02em !important;
}
html[data-store-view="catalog"] body:not(.detail-page) .category-rail,
html[data-store-view="catalog"] body:not(.detail-page) .filter-chip-row{
  display:grid !important;
  gap:8px !important;
}
html[data-store-view="catalog"] body:not(.detail-page) .store-category,
html[data-store-view="catalog"] body:not(.detail-page) .smart-filter-chip{
  width:100% !important;
  min-height:34px !important;
  justify-content:space-between !important;
  padding:0 10px !important;
  border:1px solid #dfe8f1 !important;
  border-radius:7px !important;
  background:#fff !important;
  color:#5b6d7b !important;
  font-size:12px !important;
  font-weight:800 !important;
  box-shadow:none !important;
}
html[data-store-view="catalog"] body:not(.detail-page) .store-category.active,
html[data-store-view="catalog"] body:not(.detail-page) .smart-filter-chip.active{
  border-color:#9bc5e8 !important;
  background:#f2f8ff !important;
  color:var(--store-blue) !important;
}
html[data-store-view="catalog"] body:not(.detail-page) .store-category-count,
html[data-store-view="catalog"] body:not(.detail-page) .smart-filter-chip strong{
  color:#91a2b0 !important;
  font-size:11px !important;
}
html[data-store-view="catalog"] body:not(.detail-page) .results{
  grid-column:2 !important;
  width:100% !important;
  margin:0 !important;
}
html[data-store-view="catalog"] body:not(.detail-page) .results-head{
  display:flex !important;
  align-items:flex-end !important;
  justify-content:space-between !important;
}
html[data-store-view="catalog"] body:not(.detail-page) .store-filter-toggle{
  display:none !important;
}
html[data-store-view="catalog"] body:not(.detail-page) .store-loading,
html[data-store-view="catalog"] body:not(.detail-page) .store-grid{
  grid-template-columns:repeat(auto-fill,minmax(190px,1fr)) !important;
  gap:18px !important;
}
html[data-store-view="catalog"] body:not(.detail-page) .product-media{
  aspect-ratio:1 / .9 !important;
}
html[data-store-view="catalog"] body:not(.detail-page) .product-name{
  min-height:38px !important;
}
html[data-store-view="catalog"] body:not(.detail-page) .product-facts{
  min-height:22px !important;
}
html[data-store-view="catalog"] body:not(.detail-page) .store-empty{
  min-height:240px !important;
}

@media(min-width:1480px){
  html[data-store-view="catalog"] body:not(.detail-page) .store-loading,
  html[data-store-view="catalog"] body:not(.detail-page) .store-grid{
    grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  }
}
@media(max-width:1100px){
  html[data-store-view="catalog"] body:not(.detail-page){
    --store-shell:min(100%,calc(100% - 36px));
  }
  html[data-store-view="catalog"] body:not(.detail-page) .store-body{
    grid-template-columns:1fr !important;
  }
  html[data-store-view="catalog"] body:not(.detail-page) .store-sidebar,
  html[data-store-view="catalog"] body:not(.detail-page) .results{
    grid-column:1 !important;
  }
  html[data-store-view="catalog"] body:not(.detail-page) .store-sidebar{
    position:static !important;
    max-height:none !important;
  }
  html[data-store-view="catalog"] body:not(.detail-page) .hero{
    grid-template-columns:1fr !important;
  }
  html[data-store-view="catalog"] body:not(.detail-page) .hero-feature{
    margin:0 24px 24px !important;
    min-height:240px !important;
  }
}
@media(max-width:760px){
  html[data-store-view="catalog"] body:not(.detail-page){
    --store-shell:min(100%,calc(100% - 24px));
  }
  html[data-store-view="catalog"] body:not(.detail-page) .hero{
    margin-top:18px !important;
  }
  html[data-store-view="catalog"] body:not(.detail-page) .hero-identity{
    padding:34px 22px 26px !important;
  }
  html[data-store-view="catalog"] body:not(.detail-page) .hero-title-wrap h1{
    font-size:44px !important;
  }
  html[data-store-view="catalog"] body:not(.detail-page) .catalog-tabs{
    gap:22px !important;
  }
  html[data-store-view="catalog"] body:not(.detail-page) .catalog-filter-strip{
    display:flex !important;
    overflow:auto !important;
    padding-bottom:2px !important;
  }
  html[data-store-view="catalog"] body:not(.detail-page) .catalog-filter-chip{
    flex:0 0 auto !important;
  }
  html[data-store-view="catalog"] body:not(.detail-page) .results-head{
    display:grid !important;
    gap:12px !important;
  }
}
