/* ─── Reset & Base ─── */
*,*::before,*::after{box-sizing:border-box;}
html{-webkit-text-size-adjust:100%;}
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css');

:root{
  --red:#e8140a;
  --red-dark:#c20d08;
  --red-mid:#ff4040;
  --red-soft:#ff6b35;
  --red-tint:#fff5f5;
  --red-tint2:#ffe4e4;
  --border:#eef0f3;
  --text:#1a1a1a;
  --text-sub:#666;
  --bg:#fff;
  --bg-muted:#fafafa;
}

body.etland-body{margin:0;padding:0;font-family:'Pretendard Variable','Pretendard',-apple-system,BlinkMacSystemFont,'Malgun Gothic',sans-serif;
  color:var(--text);background:var(--bg);font-size:14px;line-height:1.5;}
a.etland-link{text-decoration:none;color:inherit;}

/* ─── Layout ─── */
.etland-container{max-width:1240px;margin:0 auto;padding:0 20px;}

/* ─── 상단 미니바 ─── */
.top-bar{border-bottom:none;font-size:12px;color:#777;background:#fff;}
.top-bar .etland-container{display:flex;justify-content:flex-end;align-items:center;height:32px;}
.top-bar-right{display:flex;gap:0;}
.top-bar-right a{
  color:#777;transition:color .15s;
  padding:0 12px;position:relative;
  font-size:11px;
}
.top-bar-right a + a::before{
  content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);
  width:1px;height:10px;background:#e5e7eb;
}
.top-bar-right a:hover{color:#111;}

/* ─── 헤더 ─── */
header.etland-header{
  background:#fff;position:sticky;top:0;z-index:100;
  border-bottom:1px solid #eef0f3;
}

/* 3열 그리드: 로고 | 검색 | 액션 */
.header-main{
  display:grid;
  grid-template-columns:200px 1fr auto;
  align-items:center;
  padding:20px 0;
  gap:40px;
}
.logo{
  font-size:26px;font-weight:900;color:#111;letter-spacing:-1.6px;
  white-space:nowrap;
}
.logo a{
  font-size: 26px;
  color: #111;
  font-weight: 800;
  letter-spacing: -0.5px;
}
.logo em{color:#e8140a;font-style:normal;}

/* 검색 (중앙 열 전체) */
.search-wrap{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
}
.search-inner{
  position: relative;
  width: 100%;
}
.search-input{
  width:100%;height:44px;
  padding:0 48px 0 20px;
  background:#fff;
  border:2.5px solid #222;
  border-radius:22px;
  font-size:14px;outline:none;color:#222;
  transition:all .2s;
  font-weight: 500;
}
.search-input:focus{
  border-color:#e8140a;
}
.search-input::placeholder{color:#e8140a; font-weight: 600;}

/* 검색 버튼 */
.search-btn{
  position:absolute;right:16px;top:50%;
  transform: translateY(-50%);
  background:none;color:#222;
  border:none;
  cursor:pointer;
  display:flex;align-items:center;justify-content:center;
  transition:color .15s;
}
.search-btn:hover{color:#e8140a;}
.search-btn svg{width:20px;height:20px;stroke-width:2.5;}

/* 우측 액션 영역 */
.header-right{
  display:flex;align-items:center;gap:24px;
  justify-content:flex-end;
  margin-left:0;
}
.header-icon{
  display:flex;flex-direction:column;align-items:center;gap:6px;font-size:11px;
  color:#333;background:none;border:none;position:relative;
  transition:color .15s;text-decoration:none;
  font-weight: 500;
}
.header-icon:hover{color:#e8140a;}
.header-icon svg{
  width:24px;height:24px;stroke:currentColor;fill:none;stroke-width:1.5;
  stroke-linecap:round;stroke-linejoin:round;
}
.h-badge{
  position:absolute;top:-5px;right:-8px;
  background:#e8140a;color:#fff;font-size:10px;
  font-weight:700;min-width:18px;height:18px;padding:0 5px;border-radius:9px;
  display:flex;align-items:center;justify-content:center;
  line-height:1;
}

/* ─── GNB (필 칩 스타일) ─── */
.gnb{
  background:#fff;
  border-bottom:1px solid #eef0f3;
  border-top:1px solid #eef0f3;
}
.gnb-inner{
  display:flex;align-items:center;
  height:52px;
  gap:24px;
  padding:0;
  justify-content: space-between;
}

/* 전체 카테고리 버튼 */
.all-menu-btn{
  display:flex;align-items:center;justify-content:center;
  width:40px;
  height:40px;
  background:#111;
  border:none;
  border-radius:0;
  white-space:nowrap;flex-shrink:0;
  cursor:pointer;
  transition:background .15s;
}
.all-menu-btn:hover{
  background:#222;
}
.all-menu-btn .hamb{display:flex;flex-direction:column;gap:4px;}
.all-menu-btn .hamb span{display:block;width:18px;height:2px;background:#fff;}

.cat-nav{flex:1;min-width:0;}
.cat-nav-inner{display:flex;align-items:center;height:100%;}

/* 카테고리 링크 */
.cat-link{
  display:inline-flex;align-items:center;
  font-size:15px;font-weight:700;
  color:#222;
  background:transparent;
  border:none;
  white-space:nowrap;
  transition:color .15s;
  text-decoration:none;
  position:relative;
}
.cat-link:hover{
  color:#e8140a;
}
.cat-link.active{
  color:#e8140a !important;
  background:transparent !important;
  font-weight:800;
}

.gnb-right-keyword {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 600;
  color: #222;
  cursor: pointer;
}
.keyword-num {
  font-weight: 700;
  color: #111;
}
.keyword-text {
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.keyword-badge {
  background: #e8140a;
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  width: 14px;
  height: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  line-height: 1;
}
.keyword-arrow {
  color: #999;
}

/* ─── 메인 ─── */
main.etland-main{padding:28px 0 48px;background:#fff;}
.section{margin-bottom:60px;}
.sec-title{
  text-align:left;
  font-size:22px;font-weight:900;color:#111;margin:0 0 24px;
  letter-spacing:-0.8px;
  display:flex;align-items:center;gap:12px;
}
.sec-title::before{
  content:'';display:inline-block;width:4px;height:22px;
  background:var(--red);border-radius:2px;flex-shrink:0;
}
.sec-title-row{display:flex;align-items:baseline;gap:12px;margin-bottom:20px;}
.sec-title-row h2{font-size:20px;font-weight:900;color:#111;margin:0;letter-spacing:-0.6px;}
.sec-sub{font-size:13px;color:#999;font-weight:400;}
.sec-more{margin-left:auto;font-size:12.5px;color:var(--red);cursor:pointer;background:none;border:1px solid var(--red);padding:5px 14px;border-radius:20px;transition:all .15s;font-weight:600;}
.sec-more:hover{background:var(--red);color:#fff;}

.himart-style-hero {
  position: relative;
  margin: -28px calc(-50vw + 50%) 36px;
  width: 100vw;
  background: rgb(255, 56, 68);
  padding: 40px calc(50vw - 50% + 20px) 0;
  display: flex;
  justify-content: center;
}
.himart-brand-card {
  width: 100%;
  max-width: 1240px;
  background: #fff;
  border-radius: 24px 24px 0 0;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.himart-card-top {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.himart-logo {
  display: flex;
  align-items: center;
  gap: 8px;
      visibility: hidden;
}
.himart-logo img {
  filter: brightness(0) saturate(100%) invert(43%) sepia(91%) saturate(3015%) hue-rotate(336deg) brightness(101%) contrast(101%);
}
.hl-icon {
  background: #ff4d4f;
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-style: italic;
  font-family: 'Pretendard', sans-serif;
}
.hl-text {
  font-size: 22px;
  font-weight: 800;
  color: #ff4d4f;
  letter-spacing: -0.8px;
}
.himart-share-btn {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: none;
  background: #f3f4f6;
  color: #555;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .2s;
}
.himart-share-btn:hover {
  background: #e5e7eb;
  color: #111;
}

/* 카테고리 원형 리스트 (슬라이더) */
.himart-circles-swiper-container {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
}
.himart-circles-track-wrap {
  flex: 1;
  overflow-x: auto;
  scrollbar-width: none;
  margin: 0 10px;
}
.himart-circles-track-wrap::-webkit-scrollbar {
  display: none;
}
.himart-circles-track {
  display: flex;
  gap: 24px;
  width: max-content;
  padding: 4px 0;
}
.h-circle-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  text-align: center;
  width: 78px;
  transition: transform .2s;
}
.h-circle-item:hover {
  transform: translateY(-4px);
}
.hc-img-wrap {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: #f7f8fa;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1.5px solid #eee;
  transition: border .2s, background .2s;
}
.h-circle-item:hover .hc-img-wrap {
  background: #fff;
  border-color: #e8140a;
  box-shadow: 0 4px 12px rgba(232,20,10,0.1);
}
.hc-fallback-emoji {
  font-size: 30px;
}
.hc-label {
  font-size: 13px;
  font-weight: 600;
  color: #444;
  white-space: nowrap;
}
.h-circle-item:hover .hc-label {
  color: #e8140a;
}
.hcs-btn {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #fff;
  border: 1.5px solid #eee;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #888;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  transition: all .2s;
  z-index: 2;
}
.hcs-btn:hover {
  border-color: #e8140a;
  color: #e8140a;
}

/* ─── 히어로 배너 (Swiper 적용) ─── */
.hero-centerstage-wrap{position:relative;margin:0 -20px 36px;overflow:hidden;}
.hero-centerstage{position:relative;width:100%;height:460px;background:#f5f6f8;}
.hero-swiper {width:100%;height:100%;}
.hero-slide-item{cursor:pointer;position:relative;border-radius:14px;overflow:hidden;background:#f5f6f8;height:90%;top:5%;
  transition:transform .6s cubic-bezier(0.22,1,0.36,1),opacity .5s;width:68%;max-width:960px;opacity:0.5;scale:0.88;}
.hero-swiper .swiper-slide-active {opacity:1;scale:1;z-index:3;box-shadow:0 10px 40px rgba(0,0,0,0.15);}
.hero-slide-item img{width:100%;height:100%;object-fit:cover;display:block;}

/* 텍스트 오버레이 */
.banner-text-overlay{position:absolute;left:36px;bottom:34px;color:#fff !important;
  max-width:62%;z-index:2;text-shadow:0 2px 14px rgba(0,0,0,0.55),0 1px 3px rgba(0,0,0,0.4);}
.hero-slide-item::after{content:'';position:absolute;left:0;right:0;bottom:0;height:55%;
  background:linear-gradient(to top,rgba(0,0,0,0.5),transparent);pointer-events:none;z-index:1;}
.banner-text-overlay > *{position:relative;z-index:2;color:#fff !important;}
.banner-title{font-size:26px;font-weight:800;margin-bottom:6px;letter-spacing:-0.6px;line-height:1.25;color:#fff !important;}
.banner-subtitle{font-size:14px;opacity:0.92;letter-spacing:-0.3px;font-weight:400;color:#fff !important;}

/* 컨트롤 바 */
.hero-control-bar{position:absolute;right:50%;bottom:22px;transform:translateX(50%);
  display:flex;align-items:center;gap:4px;background:rgba(255,255,255,0.92);backdrop-filter:blur(8px);
  border-radius:24px;padding:5px 10px;box-shadow:0 4px 16px rgba(0,0,0,0.08);z-index:10;}
@media (min-width:1280px){
  .hero-control-bar{right:calc(50% - 440px);transform:none;}
}
.hc-btn{width:32px;height:32px;border-radius:50%;background:transparent;border:none;display:flex;
  align-items:center;justify-content:center;cursor:pointer;color:#333;transition:background .15s;}
.hc-btn:hover{background:rgba(0,0,0,0.06);}
.hc-btn.hc-pause.paused svg rect:last-child{display:none;}
.hc-btn.hc-pause.paused svg rect:first-child{x:4;width:4;transform-origin:6px 6px;}
.hc-count{font-size:13px;color:#333;font-weight:600;padding:0 10px;min-width:50px;text-align:center;letter-spacing:0.3px;}
.hc-count .hc-slash{color:#bbb;margin:0 3px;font-weight:400;}
.hc-divider{width:1px;height:14px;background:#ddd;margin:0 3px;}

/* 배너 플레이스홀더 */
.hero-placeholder {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, var(--red) 0%, var(--red-dark) 60%, #6b0000 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  z-index: 10;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
.hero-placeholder::before{
  content:'';position:absolute;inset:0;
  background:repeating-linear-gradient(45deg,transparent 0 30px,rgba(255,255,255,0.03) 30px 60px);
  pointer-events:none;
}
.hero-placeholder.hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.hp-content {
  max-width: 600px;
  padding: 20px;
  position:relative;z-index:1;
}
.hp-badge {
  display: inline-block;
  background: rgba(255,255,255,0.15);
  backdrop-filter: blur(4px);
  border: 1px solid rgba(255,255,255,0.3);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 5px 14px;
  border-radius: 20px;
  margin-bottom: 18px;
  letter-spacing: 1px;
}
.hp-title {
  font-size: 34px;
  font-weight: 900;
  line-height: 1.25;
  margin: 0 0 14px;
  letter-spacing: -1.2px;
}
.hp-sub {
  font-size: 15px;
  opacity: 0.8;
  margin: 0;
  font-weight: 400;
  letter-spacing: -0.2px;
}

/* ─── 오늘만 특가 카드 ─── */
.todayspec{
  background:linear-gradient(135deg,#fff 0%,var(--red-tint) 100%);
  padding:28px 32px;border-radius:16px;border:1px solid var(--red-tint2);
  position:relative;overflow:hidden;
}
.todayspec::before{
  content:'';position:absolute;right:-40px;top:-40px;width:200px;height:200px;
  background:radial-gradient(circle,rgba(232,20,10,0.06) 0%,transparent 70%);
  pointer-events:none;
}
.todayspec-top{text-align:left;margin-bottom:20px;display:flex;align-items:center;gap:16px;flex-wrap:wrap;}
.todayspec-title{
  display:inline-flex;align-items:center;gap:6px;
  padding:6px 16px;
  background:var(--red);
  color:#fff;
  border-radius:20px;font-weight:700;font-size:13px;
  letter-spacing:-0.2px;
}
.todayspec-timer{
  background:#fff;
  border:1.5px solid var(--red-tint2);
  padding:6px 14px;border-radius:8px;font-family:'Pretendard Variable','Pretendard',monospace;
  display:inline-flex;align-items:center;gap:4px;
  box-shadow:0 2px 8px rgba(232,20,10,0.08);
}
.todayspec-timer .tdigit{
  font-size:20px;font-weight:900;color:var(--red);letter-spacing:0.5px;
  min-width:26px;display:inline-block;text-align:center;
}
.todayspec-timer .sep{font-size:17px;color:var(--red);font-weight:900;margin:0 1px;animation:blink 1s infinite;opacity:0.6;}
@keyframes blink{50%{opacity:0.15;}}
.todayspec-body{display:grid;grid-template-columns:380px 1fr;gap:32px;align-items:center;}
.todayspec-prod{display:flex;align-items:center;gap:20px;min-height:160px;cursor:pointer;}
.todayspec-prod-image{
  width:148px;height:148px;background:#fff;border-radius:14px;
  display:flex;align-items:center;justify-content:center;overflow:hidden;
  border:2px solid var(--red-tint2);position:relative;flex-shrink:0;
  box-shadow:0 4px 16px rgba(232,20,10,0.1);
}
.todayspec-prod-image img{width:82%;height:82%;object-fit:contain;}
.todayspec-prod-info{flex:1;min-width:0;}
.todayspec-prod-info .prod-brand-tag{font-size:12px;color:#888;margin-bottom:3px;}
.todayspec-prod-info .prod-name{font-size:14px;color:#111;line-height:1.4;margin-bottom:10px;
  display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.todayspec-prod-info .price-orig{font-size:12px;color:#bbb;text-decoration:line-through;margin-bottom:3px;}
.todayspec-prod-info .price-row{display:flex;align-items:baseline;gap:5px;margin-bottom:10px;}
.todayspec-prod-info .discount{font-size:22px;font-weight:900;color:#e8140a;}
.todayspec-prod-info .final-price{font-size:22px;font-weight:800;color:#111;}
.todayspec-prod-info .won{font-size:14px;font-weight:700;color:#111;}
.todayspec-stock{display:inline-block;background:#111;color:#fff;padding:4px 11px;
  border-radius:4px;font-size:11px;font-weight:500;letter-spacing:-0.3px;}

/* ─── 원형 카테고리 아이콘 그리드 ─── */
.cat-circles{display:grid;grid-template-columns:repeat(7,1fr);gap:14px 8px;}
.cat-circle{display:flex;flex-direction:column;align-items:center;gap:8px;
  cursor:pointer;text-align:center;padding:8px 4px;transition:transform .2s;}
.cat-circle:hover{transform:translateY(-3px);}
.cat-circle-icon{
  width:60px;height:60px;border-radius:14px;background:#fff;
  display:flex;align-items:center;justify-content:center;
  font-size:26px;transition:all .18s;
  border:1.5px solid var(--border);
  box-shadow:0 2px 8px rgba(0,0,0,0.04);
}
.cat-circle:hover .cat-circle-icon{background:var(--red-tint);border-color:var(--red-tint2);box-shadow:0 4px 14px rgba(232,20,10,0.1);}
.cat-circle-icon img{width:30px;height:30px;display:block;}
.cat-circle-label{font-size:11.5px;color:#444;font-weight:600;line-height:1.2;}

/* ─── 컬렉션 섹션 (다크 상품 콜라주 캐러셀) ─── */
.coll-section{background:linear-gradient(180deg,#1a1b24 0%,#0f1018 100%);padding:64px 0;margin:56px calc(-50vw + 50%);position:relative;overflow:hidden;width:100vw;padding-left:calc(50vw - 50% + 20px);padding-right:calc(50vw - 50% + 20px);}
.coll-section::before{content:'';position:absolute;inset:0;opacity:0.04;pointer-events:none;
  background-image:linear-gradient(rgba(255,255,255,0.5) 1px, transparent 1px),linear-gradient(90deg, rgba(255,255,255,0.5) 1px, transparent 1px);
  background-size:40px 40px;}
.coll-layout{display:grid;grid-template-columns:240px 1fr;gap:32px;align-items:flex-start;position:relative;z-index:1;}
.coll-head h2{font-size:26px;font-weight:900;color:#fff;letter-spacing:-0.8px;line-height:1.2;margin:0 0 10px;
  background:linear-gradient(135deg,#fff 0%,#d4c5ff 60%,#ff9e9e 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;}
.coll-head .coll-sub{font-size:13px;color:rgba(255,255,255,0.55);margin:0 0 24px;}
.coll-more{padding:9px 20px;background:rgba(255,255,255,0.06);border:1px solid rgba(255,255,255,0.25);
  color:#fff;border-radius:22px;font-size:12.5px;font-weight:600;cursor:pointer;transition:all .2s;background:none;}
.coll-more:hover{background:linear-gradient(135deg,#e8140a,#ff6b35);border-color:transparent;transform:translateY(-2px);box-shadow:0 6px 20px rgba(232,20,10,0.4);}
.coll-track-wrap{min-width:0;position:relative;}
.coll-track{display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - 24px) / 3);gap:12px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;padding-bottom:12px;scrollbar-width:none;-ms-overflow-style:none;}
.coll-track::-webkit-scrollbar{display:none;}
.coll-card{position:relative;border-radius:14px;min-height:300px;cursor:default;overflow:hidden;
  scroll-snap-align:start;transition:transform .3s,box-shadow .3s;display:flex;flex-direction:column;justify-content:flex-end;
  background:#1f2937;box-shadow:0 4px 16px rgba(0,0,0,0.3);}
.coll-card:hover{transform:translateY(-6px);box-shadow:0 12px 32px rgba(0,0,0,0.45);}
.coll-card .coll-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;
  transition:transform .5s ease;z-index:0;}
.coll-card:hover .coll-bg{transform:scale(1.06);}
.coll-card .coll-overlay{position:absolute;inset:0;z-index:1;pointer-events:none;
  background:linear-gradient(180deg,rgba(0,0,0,0) 35%,rgba(0,0,0,0.35) 60%,rgba(0,0,0,0.85) 100%);}
.coll-card .coll-content{position:relative;z-index:2;padding:24px 22px 22px;color:#fff;}
.coll-card h3{font-size:22px;font-weight:800;letter-spacing:-0.6px;line-height:1.2;margin:0 0 6px;
  color:#fff;text-shadow:0 2px 12px rgba(0,0,0,0.5);}
.coll-card p{font-size:13px;margin:0;line-height:1.45;color:rgba(255,255,255,0.92);
  text-shadow:0 1px 6px rgba(0,0,0,0.5);letter-spacing:-0.3px;}
.coll-nav{display:flex;align-items:center;gap:14px;margin-top:18px;}
.coll-progress{flex:1;height:3px;background:rgba(255,255,255,0.08);border-radius:2px;overflow:hidden;}
.coll-progress-fill{height:100%;background:#fff;border-radius:2px;width:33%;transition:width .3s;}
.coll-btn{width:34px;height:34px;border-radius:50%;background:rgba(255,255,255,0.08);border:1px solid rgba(255,255,255,0.2);color:#fff;font-size:16px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s;}
.coll-btn:hover{background:rgba(255,255,255,0.16);}

/* ─── 상품 툴바 + 그리드 ─── */
#prodToolbar{display:flex;align-items:center;gap:12px;margin-bottom:20px;flex-wrap:wrap;}
#sortSelect{padding:9px 14px;border:1.5px solid var(--border);border-radius:8px;font-size:13px;
  cursor:pointer;background:#fff;min-width:130px;color:#333;outline:none;transition:border .15s;}
#sortSelect:hover{border-color:var(--red);}
#totalCount{display:inline-block;font-size:13px;color:var(--text-sub);}

#prodContainer{display:grid;grid-template-columns:repeat(4,1fr);gap:32px 20px;}
.prod-card{
  background:#fff;
  cursor:pointer;
  position:relative;
  transition:transform .25s cubic-bezier(0.22,1,0.36,1), box-shadow .25s ease;
  display:flex;
  flex-direction:column;
  height:100%;
  border-radius:14px;
  border:1px solid #f0f2f5;
  padding:12px;
  box-shadow:0 2px 12px rgba(0,0,0,0.03);
}
.prod-card:hover{
  transform:translateY(-6px);
  box-shadow:0 12px 30px rgba(0,0,0,0.08);
}
.prod-thumb{
  position:relative;
  aspect-ratio:1/1;
  background:#f7f8fa;
  border-radius:10px;
  overflow:hidden;
  margin-bottom:12px;
  display:flex;
  align-items:center;
  justify-content:center;
  flex-shrink:0;
}
.prod-thumb img{width:100%;height:100%;object-fit:cover;transition:transform .4s;}
.prod-card:hover .prod-thumb img{transform:scale(1.05);}
.tag-wrap{position:absolute;top:10px;left:10px;display:flex;gap:4px;z-index:2;flex-wrap:wrap;max-width:70%;}
.tag{display:inline-block;padding:3px 8px;border-radius:4px;font-size:11px;font-weight:700;
  letter-spacing:-0.2px;color:#fff;}
.tag-sale{background:#111;}
.tag-new{background:var(--red-soft);}
.tag-best{background:var(--red);}
.tag-hot{background:var(--red-mid);}

.wish-btn{position:absolute;top:10px;right:10px;width:34px;height:34px;border-radius:50%;
  background:rgba(255,255,255,0.96);border:none;font-size:15px;display:flex;align-items:center;
  justify-content:center;cursor:pointer;box-shadow:0 2px 8px rgba(0,0,0,0.1);z-index:2;
  transition:all .15s;}
.wish-btn:hover{background:#fff;transform:scale(1.1);}
.prod-hover-btns{position:absolute;left:8px;right:8px;bottom:8px;opacity:0;
  transition:opacity .2s;z-index:2;}
.prod-card:hover .prod-hover-btns{opacity:1;}
.phb{width:100%;padding:10px;background:var(--red);color:#fff;border:none;
  border-radius:7px;font-size:13px;font-weight:700;cursor:pointer;transition:background .15s;}
.phb:hover{background:var(--red-dark);}

.prod-info{padding:0 2px;display:flex;flex-direction:column;flex:1;}
.prod-brand-tag{font-size:11px;color:#999;margin-bottom:3px;font-weight:500;min-height:16px;}
.prod-name{font-size:13.5px;color:#222;line-height:1.45;margin-bottom:8px;min-height:38px;
  display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-weight:500;}
.prod-stars{font-size:12px;color:#ffb400;margin-bottom:4px;font-weight:600;min-height:18px;}
.prod-stars span{color:#bbb;margin-left:3px;font-weight:400;font-size:11px;}
.prod-price-row{display:flex;align-items:baseline;gap:5px;margin-bottom:6px;flex-wrap:wrap;min-height:24px;}
.discount{font-size:16px;font-weight:900;color:var(--red);}
.final-price{font-size:16px;font-weight:800;color:#111;}
.free-ship{display:inline-flex;align-items:center;gap:3px;font-size:10.5px;color:#555;
  background:#f3f4f6;padding:2px 7px;border-radius:3px;font-weight:500;align-self:flex-start;}

.prod-benefits{display:flex;flex-direction:column;gap:3px;margin-top:auto;padding-top:8px;min-height:60px;}
.pb-item{display:flex;align-items:center;gap:6px;font-size:11px;color:#555;line-height:1.3;}
.pb-dot{display:inline-block;width:8px;height:8px;border-radius:2px;flex-shrink:0;}
.pb-coupon .pb-dot{background:var(--red);}
.pb-card .pb-dot{background:var(--red-mid);}
.pb-point .pb-dot{background:var(--red-soft);}
.pb-gift .pb-dot{background:var(--red-dark);}
.pb-ship .pb-dot{background:#999;}

#loadMoreWrap{text-align:center;margin-top:40px;}
#loadMoreWrap button{
  padding:13px 60px;border:1.5px solid var(--red);border-radius:24px;background:#fff;
  font-size:14px;cursor:pointer;color:var(--red);font-weight:700;transition:all .2s;
  letter-spacing:-0.2px;
}
#loadMoreWrap button:hover{background:var(--red);color:#fff;box-shadow:0 6px 20px rgba(232,20,10,0.2);}

/* ─── 브랜드 스토어 ─── */
/* ─── 브랜드 스토어 ─── */
.brand-store-section{margin-top:50px;}
.brand-store-section .brand-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;}
.brand-store-card{position:relative;border-radius:24px;overflow:hidden;height:220px;cursor:pointer;
  background:#0f1115;border:1px solid rgba(255,255,255,0.06);transition:all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow:0 8px 30px rgba(0,0,0,0.12);}
.card-bg-gradient{position:absolute;top:0;left:0;right:0;bottom:0;
  background:radial-gradient(circle at 80% 20%, var(--bc, #ff4800) 0%, rgba(15,17,21,0) 65%);
  transition:transform 0.8s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.4s;opacity:0.75;}
.card-glass-content{position:absolute;top:0;left:0;right:0;bottom:0;padding:28px;display:flex;
  flex-direction:column;justify-content:space-between;box-sizing:border-box;z-index:2;}
.brand-store-header{display:flex;justify-content:space-between;align-items:center;}
.brand-store-tag{font-size:10px;font-weight:800;color:rgba(255,255,255,0.6);text-transform:uppercase;letter-spacing:1px;
  background:rgba(255,255,255,0.08);padding:3px 8px;border-radius:20px;}
.brand-store-arrow{width:32px;height:32px;border-radius:50%;border:1px solid rgba(255,255,255,0.15);
  display:flex;align-items:center;justify-content:center;color:#fff;font-size:12px;
  transition:all 0.3s cubic-bezier(0.16, 1, 0.3, 1);background:rgba(255,255,255,0.03);}
.brand-store-logo{font-size:30px;font-weight:950;color:#fff;letter-spacing:-1px;margin:20px 0;
  text-transform:uppercase;text-shadow:0 4px 12px rgba(0,0,0,0.2);transition:transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);}
.brand-store-meta{display:flex;align-items:center;justify-content:space-between;width:100%;}
.brand-store-cnt{font-size:12px;font-weight:700;color:rgba(255,255,255,0.9);
  background:rgba(255,255,255,0.08);padding:5px 12px;border-radius:20px;}
.brand-store-card:hover{transform:translateY(-8px);box-shadow:0 24px 48px rgba(0,0,0,0.3);border-color:rgba(255,255,255,0.15);}
.brand-store-card:hover .card-bg-gradient{transform:scale(1.2) rotate(10deg);opacity:1;}
.brand-store-card:hover .brand-store-logo{transform:scale(1.05);}
.brand-store-card:hover .brand-store-arrow{background:#fff;color:#0f1115;border-color:#fff;transform:rotate(45deg);}

/* ─── MD 추천 캐러셀 (Swiper 적용 가능) ─── */
.md-carousel-wrap{position:relative;padding:0 44px;}
.md-carousel-track-wrap{overflow:hidden;}
.md-carousel-track{display:flex;gap:14px;transition:transform .45s cubic-bezier(.4,0,.2,1);}
.wide-card{flex:0 0 calc(25% - 10.5px);cursor:pointer;background:#fff;}
.wide-thumb{aspect-ratio:1/1;background:#f7f8fa;border-radius:10px;overflow:hidden;
  position:relative;margin-bottom:10px;display:flex;align-items:center;justify-content:center;font-size:40px;}
.wide-thumb img{width:100%;height:100%;object-fit:cover;}
.wide-info{padding:0 2px;}
.wide-info .prod-name{font-size:13px;margin-bottom:6px;min-height:36px;}
.md-carousel-btn{position:absolute;top:calc(50% - 24px);transform:translateY(-50%);
  width:40px;height:40px;border-radius:50%;background:#fff;border:1.5px solid var(--border);
  font-size:15px;color:#555;cursor:pointer;box-shadow:0 4px 12px rgba(0,0,0,0.08);z-index:2;
  display:flex;align-items:center;justify-content:center;transition:all .18s;}
.md-carousel-btn:hover{border-color:var(--red);color:var(--red);box-shadow:0 4px 16px rgba(232,20,10,0.15);}
.md-carousel-prev{left:0;}.md-carousel-next{right:0;}
.md-carousel-dots{display:flex;justify-content:center;gap:6px;margin-top:20px;}
.md-carousel-dot{width:7px;height:7px;border-radius:50%;background:#e0e0e0;cursor:pointer;
  border:none;padding:0;transition:all .18s;}
.md-carousel-dot.active{background:var(--red);width:22px;border-radius:4px;}
.cart-add-btn{margin-top:8px;width:100%;padding:9px;background:#fff;border:1.5px solid var(--border);
  border-radius:7px;font-size:12px;color:#444;cursor:pointer;font-weight:600;transition:all .18s;}
.cart-add-btn:hover{background:var(--red);border-color:var(--red);color:#fff;}

/* ─── 메가 메뉴 (좌측 슬라이드) ─── */
.mega-menu-overlay{position:fixed;inset:0;background:rgba(0,0,0,0.45);z-index:9998;
  opacity:0;visibility:hidden;transition:all .22s;backdrop-filter:blur(2px);}
.mega-menu-overlay.show{opacity:1;visibility:visible;}
.mega-menu{position:fixed;left:0;top:0;bottom:0;width:340px;max-width:92vw;background:#fff;
  z-index:9999;transform:translateX(-100%);transition:transform .28s cubic-bezier(.4,0,.2,1);overflow-y:auto;
  padding-bottom:40px;box-shadow:6px 0 30px rgba(0,0,0,0.12);}
.mega-menu.show{transform:translateX(0);}
.mega-menu-header{display:flex;justify-content:space-between;align-items:center;
  padding:18px 20px;border-bottom:1px solid var(--border);position:sticky;top:0;background:#fff;z-index:2;}
.mega-menu-header span{font-size:15px;font-weight:800;letter-spacing:-0.4px;}
.mega-menu-close{background:none;border:none;font-size:20px;cursor:pointer;color:#888;
  width:34px;height:34px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .15s;}
.mega-menu-close:hover{background:var(--red-tint);color:var(--red);}
.mega-cat-item{border-bottom:1px solid #f5f5f5;}
.mega-cat-name{font-weight:600;}
.mega-sub-list{padding:8px 22px 16px 22px;display:none;background:var(--bg-muted);}
.mega-cat-title.open + .mega-sub-list{display:block;}
.mega-sub-group{margin:8px 0 12px;}
.mega-sub-head{font-size:13px;font-weight:700;color:#111;padding:10px 0 6px;cursor:pointer;letter-spacing:-0.3px;}
.mega-sub-head:hover{color:var(--red);}
.mega-sub-items{display:flex;flex-wrap:wrap;gap:6px;}
.mega-cat-title{padding:15px 22px;font-size:14px;font-weight:600;display:flex;letter-spacing:-0.3px;color:#222;
  justify-content:space-between;align-items:center;cursor:pointer;transition:all .15s;}
.mega-cat-title:hover{background:var(--bg-muted);}
.mega-cat-title.open{color:var(--red);background:var(--red-tint);}
.mega-cat-title .arrow{font-size:14px;color:#bbb;transition:transform .2s;}
.mega-cat-title.open .arrow{transform:rotate(90deg);color:var(--red);}
.mega-sub-list{display:none;padding:8px 20px 16px;flex-wrap:wrap;gap:6px;}
.mega-sub-list.show{display:flex;}
.mega-sub-item{display:inline-block;padding:5px 12px;background:#f5f5f5;border-radius:16px;margin:3px 4px 3px 0;
  font-size:12px;color:#555;cursor:pointer;transition:all .15s;border:1px solid transparent;}
.mega-sub-item:hover{background:var(--red-tint);color:var(--red);border-color:var(--red-tint2);}

/* ─── 푸터 ─── */
footer.etland-footer{background:#fafafa;border-top:1px solid var(--border);padding:40px 0 24px;margin-top:64px;}
.footer-nav{padding:0 20px 20px;max-width:1240px;margin:0 auto;display:flex;gap:20px;flex-wrap:wrap;
  font-size:12px;color:#888;border-bottom:1px solid #e5e7eb;}
.footer-nav a{transition:color .15s;}
.footer-nav a:hover{color:var(--red);}
.footer-nav .bold{font-weight:700;color:#333;}
.footer-body{padding:32px 20px;max-width:1240px;margin:0 auto;display:grid;
  grid-template-columns:repeat(4,1fr);gap:40px;}
.footer-col-title{font-size:13px;font-weight:800;color:#111;margin-bottom:14px;letter-spacing:-0.3px;}
.footer-links{display:flex;flex-direction:column;gap:8px;font-size:12px;color:#888;}
.footer-links a{transition:color .15s;}
.footer-links a:hover{color:var(--red);}
.footer-bottom{padding:24px 20px 0;max-width:1240px;margin:0 auto;border-top:1px solid #e5e7eb;
  font-size:11px;color:#aaa;line-height:1.9;}

/* ─── 플로팅 버튼 ─── */
.floating{position:fixed;right:24px;bottom:24px;display:flex !important;flex-direction:column !important;gap:10px !important;z-index:90;}
.float-btn{width:52px !important;height:52px !important;border-radius:50% !important;background:#fff !important;border:1.5px solid var(--border) !important;
  box-shadow:0 4px 16px rgba(0,0,0,0.1) !important;font-size:10px !important;color:#555 !important;cursor:pointer !important;
  display:flex !important;flex-direction:column !important;align-items:center !important;justify-content:center !important;gap:2px !important;
  transition:all .18s !important;font-weight:600 !important;position:relative !important;float:none !important;box-sizing:border-box !important;}
.float-btn:hover{border-color:var(--red) !important;color:var(--red) !important;transform:translateY(-3px) !important;box-shadow:0 6px 20px rgba(232,20,10,0.15) !important;}
.float-btn.top,#top_btn{position:relative !important;inset:auto !important;width:52px !important;height:52px !important;border-radius:50% !important;background:var(--red) !important;color:#fff !important;font-size:12px !important;border:none !important;text-align:center !important;line-height:normal !important;display:flex !important;align-items:center !important;justify-content:center !important;margin:0 !important;box-shadow:0 4px 16px rgba(232,20,10,0.3) !important;}
.float-btn.top:hover,#top_btn:hover{background:var(--red-dark) !important;transform:translateY(-3px) !important;box-shadow:0 8px 24px rgba(232,20,10,0.35) !important;}
.float-btn-icon{font-size:19px;line-height:1;}

/* ─── 토스트 ─── */
.toast{position:fixed;bottom:30px;left:50%;transform:translateX(-50%) translateY(80px);
  background:rgba(20,20,20,0.95);color:#fff;padding:12px 22px;border-radius:24px;
  font-size:13px;font-weight:500;z-index:200;transition:all .28s cubic-bezier(.4,0,.2,1);
  opacity:0;pointer-events:none;backdrop-filter:blur(8px);
  box-shadow:0 8px 24px rgba(0,0,0,0.2);}
.toast.show{transform:translateX(-50%) translateY(0);opacity:1;}

/* ─── 모바일 검색바 ─── */
.mobile-search-bar{display:none;padding:10px 12px 14px;background:#fff;}
.mobile-search-bar .msb-inner{position:relative;}
.mobile-search-bar input{width:100%;height:40px;padding:0 44px 0 16px;background:#f5f6f8;
  border:none;border-radius:20px;font-size:13px;outline:none;color:#222;}
.mobile-search-bar button{position:absolute;right:4px;top:4px;height:32px;width:32px;
  background:transparent;border-radius:50%;color:#333;font-size:15px;border:none;cursor:pointer;}

/* ─── 모바일 하단 탭바 ─── */
.mobile-tabbar{display:none;position:fixed;left:0;right:0;bottom:0;background:#fff;
  border-top:1.5px solid var(--border);z-index:80;padding:6px 0 calc(6px + env(safe-area-inset-bottom));
  box-shadow:0 -4px 16px rgba(0,0,0,0.06);}
.mobile-tabbar-inner{display:grid;grid-template-columns:repeat(5,1fr);}
.tab-btn-m{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;
  background:none;border:none;font-size:10.5px;color:#888;cursor:pointer;text-decoration:none;
  position:relative;padding:6px 0;transition:color .15s;}
.tab-btn-m.active{color:var(--red);}
.tab-btn-m:hover{color:var(--red);}
.tab-btn-m svg{width:22px;height:22px;stroke:currentColor;stroke-width:1.6;fill:none;
  stroke-linecap:round;stroke-linejoin:round;}
.tab-btn-m .h-badge{position:absolute;top:2px;right:calc(50% - 18px);}

/* ─── 프로모션 알림 배너 ─── */
.promo-notice{background:linear-gradient(90deg,var(--red) 0%,var(--red-soft) 100%);color:#fff;position:relative;overflow:hidden;}
.promo-notice::before{content:'';position:absolute;inset:0;background:
  repeating-linear-gradient(45deg,transparent 0 24px,rgba(255,255,255,0.04) 24px 48px);pointer-events:none;}
.promo-notice .etland-container{display:flex;align-items:center;justify-content:space-between;height:42px;position:relative;z-index:1;}
.promo-content{display:flex;align-items:center;gap:10px;flex-wrap:wrap;font-size:13px;}
.promo-badge{background:#fff;color:var(--red);padding:3px 10px;border-radius:4px;font-size:10.5px;font-weight:900;letter-spacing:0.5px;}
.promo-text{color:#fff;font-weight:500;}
.promo-text strong{font-weight:800;}
.promo-cta{color:#fff;font-weight:700;border:1.5px solid rgba(255,255,255,0.55);padding:4px 14px;border-radius:16px;font-size:12px;transition:all .15s;}
.promo-cta:hover{background:#fff;color:var(--red);border-color:#fff;}
.promo-close{background:transparent;border:none;color:#fff;font-size:14px;cursor:pointer;padding:4px 8px;opacity:0.7;transition:opacity .15s;}
.promo-close:hover{opacity:1;}
.promo-notice.hidden{display:none;}

/* ─── 퀵 메뉴 띠 (히어로 밑) ─── */
.quick-menu-bar {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 16px;
  margin: 0 auto 48px;
  padding: 16px 0;
  max-width: 1060px;
}
.quick-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: #374151;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}
.quick-item:hover {
  transform: translateY(-3px);
}
.qi-icon {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: none;
  background: #fff1f0; /* Unified Coupon box soft coral red background */
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.qi-icon img {
  display: none !important;
}
.icon-mask {
  display: block;
  width: 26px;
  height: 26px;
  background-color: #ff4d4f; /* Unified Coupon box coral red color */
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.quick-item:hover .qi-icon {
  transform: scale(1.08);
  box-shadow: 0 8px 20px rgba(255, 77, 79, 0.08);
  background: #ffccc7; /* Unified Coupon box deeper hover background */
}

.qi-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
}
.qi-label {
  font-size: 13.5px;
  font-weight: 600;
  color: #374151;
  line-height: 1.2;
  margin-bottom: 0;
  letter-spacing: -0.3px;
  transition: color 0.25s;
}
.quick-item:hover .qi-label {
  color: #ff4d4f; /* Turns coupon brand color on hover */
}
.qi-desc {
  display: none !important;
}

/* ─── 브랜드 스트립 ─── */
.brand-strip-section{margin:0 0 60px;padding:36px 30px;background:#f8f9fc;border-radius:20px;}
.brand-strip-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px;flex-wrap:wrap;gap:6px;}
.bss-title{font-size:22px;font-weight:900;color:#111;letter-spacing:1px;}
.bss-sub{font-size:13px;color:#888;font-weight:500;}
.brand-ticker-wrap{overflow:hidden;white-space:nowrap;position:relative;padding:12px 0;background:#fff;
  border-radius:16px;border:1px solid #eaeef4;box-shadow:inset 0 2px 8px rgba(0,0,0,0.01);}
.brand-ticker-wrap::before, .brand-ticker-wrap::after{content:'';position:absolute;top:0;width:80px;height:100%;z-index:2;pointer-events:none;}
.brand-ticker-wrap::before{left:0;background:linear-gradient(to right,#fff 0%,rgba(255,255,255,0) 100%);}
.brand-ticker-wrap::after{right:0;background:linear-gradient(to left,#fff 0%,rgba(255,255,255,0) 100%);}
.brand-ticker-track{display:inline-flex;align-items:center;gap:20px;animation:marquee 30s linear infinite;}
.brand-ticker-track:hover{animation-play-state:paused;}
@keyframes marquee{
  0%{transform:translateX(0);}
  100%{transform:translateX(-33.333%);}
}
.brand-ticker-item{display:inline-flex;align-items:center;justify-content:center;height:60px;padding:0 24px;
  border-radius:12px;background:#fafbfc;border:1px solid #edf0f4;cursor:pointer;transition:all 0.3s ease;min-width:130px;}
.ticker-logo-wrap{display:flex;align-items:center;justify-content:center;height:100%;}
.ticker-logo-wrap img{height:100%;width:auto;max-width:120px;object-fit:contain;filter:grayscale(100%);opacity:0.6;transition:all 0.3s;}
.ticker-logo-wrap img[src*="apple"], .ticker-logo-wrap img[src*="lg"], .ticker-logo-wrap img[src*="balmuda"]{height:18px;width:auto;}
.ticker-text-logo{font-size:14px;font-weight:900;letter-spacing:-0.3px;transition:all 0.3s;}
.brand-ticker-item:hover{background:#fff;border-color:var(--bc,#ff4800);box-shadow:0 8px 20px rgba(0,0,0,0.04);}
.brand-ticker-item:hover img{filter:grayscale(0%);opacity:1;}
.brand-ticker-item:hover .ticker-text-logo{color:var(--bc,#ff4800) !important;}

/* ─── 반응형 ─── */
@media (max-width:1024px){
  #prodContainer{grid-template-columns:repeat(3,1fr);}
  .brand-store-section .brand-grid{grid-template-columns:repeat(2,1fr);gap:16px;}
  .cat-circles{grid-template-columns:repeat(5,1fr);}
  .todayspec-body{grid-template-columns:1fr;gap:24px;}
  .wide-card{flex:0 0 calc(33.333% - 9.333px);}
  .footer-body{grid-template-columns:repeat(2,1fr);gap:30px;}
  .quick-menu-bar{grid-template-columns:repeat(4,1fr);gap:12px;}
}
@media (max-width:768px){
  body.etland-body{padding-bottom:68px;}
  .etland-container{padding:0 14px;}
  .top-bar .etland-container{height:28px;font-size:11px;}
  .top-bar-left{display:none;}
  .top-bar-right{gap:0;margin-left:auto;}
  .top-bar-right a{font-size:11px;white-space:nowrap;padding:0 10px;}
  /* 3열 그리드 → 모바일: auto 1fr auto */
  .header-main{
    grid-template-columns:auto 1fr auto;
    padding:8px 0;gap:8px;
    min-height:52px;
  }
  .logo{font-size:20px;letter-spacing:-1.2px;}
  .logo img{max-height:26px !important;width:auto;display:block;object-fit:contain;}
  .search-wrap{display:none;}
  .mobile-search-bar{display:block;border-top:1px solid #222;border-bottom:1px solid #222;}
  .mobile-search-bar input{color:#eee;}
  .mobile-search-bar input::placeholder{color:#666;}
  .header-right{gap:14px;flex-shrink:0;}
  .header-icon{font-size:9px;gap:2px;}
  .header-icon svg{width:20px;height:20px;}
  .header-icon .hlabel{display:none;}
  .h-badge{top:-3px;right:-6px;min-width:15px;height:15px;font-size:9px;}
  /* GNB 모바일: 필 칩 compact */
  .gnb{background:#fff;border-top:none;}
  .gnb-inner{height:44px;gap:12px;padding:5px 0;}
  .all-menu-btn{width:32px;height:32px;border-radius:0;}
  .all-menu-btn .hamb span{width:14px;}
  .cat-link{font-size:13px;padding:0;}
  .gnb-right-keyword{display:none;}
  main.etland-main{padding:16px 0 30px;}
  .section{margin-bottom:44px;}
  .sec-title{font-size:17px;margin-bottom:16px;}
  .sec-title::before{height:18px;}
  
  .hero-slide-item{width:86%;height:85%;}
  .banner-title{font-size:18px;}
  .banner-subtitle{font-size:12px;}
  .banner-text-overlay{left:20px;}
  
  .todayspec{padding:20px 14px;}
  .todayspec-timer{font-size:28px;letter-spacing:-1px;}
  .todayspec-timer span.tdigit{min-width:44px;}
  .todayspec-prod{gap:14px;}
  .todayspec-prod-image{width:110px;height:110px;border-width:2px;}
  .todayspec-prod-info .discount,.todayspec-prod-info .final-price{font-size:18px;}
  .cat-circles{grid-template-columns:repeat(4,1fr);gap:14px 6px;}
  .cat-circle-icon{width:54px;height:54px;}
  .cat-circle-icon img{width:28px;height:28px;}
  .cat-circle-label{font-size:11px;}
  
  #prodContainer{grid-template-columns:repeat(2,1fr);gap:22px 10px;}
  .prod-hover-btns{opacity:1;}
  .prod-name{font-size:13px;}
  .discount,.final-price{font-size:14.5px;}
  .brand-store-section .brand-grid{grid-template-columns:repeat(2,1fr);gap:12px;}
  .brand-store-card{height:120px;}
  .card-glass-content{padding:16px 20px;}
  .brand-store-logo{font-size:18px;}
  .md-carousel-wrap{padding:0 0;}
  .md-carousel-btn{display:none;}
  .wide-card{flex:0 0 calc(50% - 7px);}
  .footer-body{grid-template-columns:1fr 1fr;gap:20px;padding:24px 14px;}
  .footer-nav{font-size:11px;gap:10px;padding:0 14px 16px;}
  .footer-col-title{font-size:12px;}
  .footer-links{font-size:11px;}
  .floating{right:10px;bottom:78px;display:flex !important;flex-direction:column !important;gap:10px !important;}
  .float-btn, #top_btn{width:46px !important;height:46px !important;font-size:9px !important;display:flex !important;flex-direction:column !important;align-items:center !important;justify-content:center !important;position:relative !important;float:none !important;inset:auto !important;margin:0 !important;line-height:normal !important;border-radius:50% !important;}
  .float-btn-icon{font-size:17px;line-height:1;}
  
  .promo-notice .etland-container{height:auto;padding:8px 14px;gap:6px;}
  .promo-content{font-size:11.5px;gap:6px;}
  .promo-badge{font-size:9.5px;padding:2px 6px;}
  .promo-cta{padding:3px 9px;font-size:11px;}
  .promo-close{font-size:12px;padding:2px 4px;}
  .quick-menu-bar{grid-template-columns:repeat(2,1fr);gap:12px;padding:0;margin-bottom:28px;}
  .quick-item{padding:14px 16px;flex-direction:row;align-items:center;text-align:left;gap:12px; min-height:60px; border-radius:12px;}
  .qi-icon{width:38px;height:38px; margin: 0; flex-shrink:0; border-radius:10px;}
  .qi-icon .icon-mask{width:20px;height:20px;}
  .qi-label{font-size:13px;margin:0;font-weight:700;}
  .qi-desc{display:none;}
  .brand-strip-section{padding:20px 14px;margin-bottom:40px;}
  .bss-title{font-size:18px;}
  .bss-sub{font-size:12px;}
  .brand-ticker-item{height:46px;min-width:100px;padding:0 14px;}
  .ticker-logo-wrap{height:18px;}
  .ticker-logo-wrap img{height:18px;width:auto;max-width:90px;}
  .ticker-logo-wrap img[src*="apple"], .ticker-logo-wrap img[src*="lg"], .ticker-logo-wrap img[src*="balmuda"]{height:13px;width:auto;}
  .ticker-text-logo{font-size:12px;}
  .todayspec-timer .tdigit{font-size:18px;min-width:22px;}
  .todayspec-timer .sep{font-size:14px;}
  
  /* 모바일 메인 히어로 스위퍼 컨트롤 바 조정 */
  .hero-control-bar{left:50%; right:auto; transform:translateX(-50%); bottom:14px; padding:2px 8px; gap:1px; display:inline-flex; width:max-content; align-items:center; height:28px;}
  .hc-btn{width:22px; height:22px;}
  .hc-btn svg{width:10px; height:10px;}
  .hc-count{font-size:10px; padding:0 2px; min-width:34px; letter-spacing:0;}
  .hc-divider{height:8px; margin:0 1px;}

  /* 모바일 다크 컬렉션 섹션 반응형 처리 */
  .coll-section {
    padding: 36px 0;
    margin: 40px calc(-50vw + 50%);
    width: 100vw;
  }
  .coll-layout {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 0 14px;
  }
  .coll-head {
    text-align: center;
  }
  .coll-head h2 {
    font-size: 22px;
    margin-bottom: 6px;
  }
  .coll-head .coll-sub {
    margin-bottom: 12px;
  }
  .coll-more {
    display: inline-block;
    padding: 6px 16px;
    font-size: 11.5px;
  }
  .coll-track {
    grid-auto-columns: calc(100% - 40px);
    gap: 12px;
    padding: 0 4px 8px;
  }
  .coll-card {
    min-height: 240px;
  }
  .coll-card h3 {
    font-size: 18px;
  }

  /* 하이마트 스타일 히어로 모바일 대응 */
  .himart-style-hero {
    margin: -16px calc(-50vw + 50%) 24px;
    padding: 20px calc(50vw - 50% + 14px) 0;
  }
  .himart-brand-card {
    padding: 20px 14px;
    border-radius: 16px 16px 0 0;
    gap: 16px;
  }
  .himart-logo img {
    max-height: 24px !important;
  }
  .hl-text {
    font-size: 18px;
  }
  .himart-share-btn {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }
  .h-circle-item {
    width: 58px;
    gap: 6px;
  }
  .hc-img-wrap {
    width: 50px;
    height: 50px;
  }
  .hc-fallback-emoji {
    font-size: 22px;
  }
  .hc-label {
    font-size: 11px;
  }
  .himart-circles-track {
    gap: 14px;
  }
  .himart-circles-swiper-container .hcs-btn {
    display: none;
  }
  .himart-circles-track-wrap {
    margin: 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width:480px){
  .quick-menu-bar{grid-template-columns:repeat(2,1fr); gap:8px;}
  .quick-item{padding:10px 12px;flex-direction:row;align-items:center;text-align:left;gap:8px; min-height:50px; border-radius:10px;}
  .qi-icon{width:32px;height:32px; border-radius:8px;}
  .qi-icon .icon-mask{width:16px;height:16px;}
  .qi-label{font-size:11.5px;}
  .brand-strip{grid-template-columns:repeat(3,1fr);}
}

/* ═══════════════════════════════════════════════════════
   애니메이션 & 인터랙션
═══════════════════════════════════════════════════════ */

/* ─── Keyframes ─── */
@keyframes etFadeDown{
  from{opacity:0;transform:translateY(-12px);}
  to{opacity:1;transform:translateY(0);}
}
@keyframes etFadeUp{
  from{opacity:0;transform:translateY(18px);}
  to{opacity:1;transform:translateY(0);}
}
@keyframes etScaleIn{
  from{opacity:0;transform:scale(0.96);}
  to{opacity:1;transform:scale(1);}
}
@keyframes badgePop{
  0%{transform:scale(1);}
  40%{transform:scale(1.5);}
  70%{transform:scale(0.85);}
  100%{transform:scale(1);}
}
@keyframes kenBurns{
  from{transform:scale(1.08);}
  to{transform:scale(1.0);}
}
@keyframes bannerTitleIn{
  from{opacity:0;transform:translateY(24px);}
  to{opacity:1;transform:translateY(0);}
}
@keyframes bannerSubIn{
  from{opacity:0;transform:translateY(16px);}
  to{opacity:1;transform:translateY(0);}
}
@keyframes shimmerLoad{
  0%{background-position:-200% 0;}
  100%{background-position:200% 0;}
}
@keyframes logoLine{
  from{transform:scaleX(0);}
  to{transform:scaleX(1);}
}

/* ─── 페이지 진입 ─── */
.promo-notice{animation:etFadeDown .36s ease both;}
.top-bar{animation:etFadeDown .4s .05s ease both;}
header.etland-header{animation:etFadeDown .44s .1s ease both;}

/* ─── 헤더 스크롤 compact ─── */
header.etland-header{
  will-change:box-shadow,padding;
  transition:box-shadow .3s ease, padding .3s ease;
}
header.etland-header.scrolled{
  box-shadow:0 4px 28px rgba(0,0,0,0.1);
}
header.etland-header.scrolled .header-main{padding:10px 0;transition:padding .3s ease;}
header.etland-header.scrolled .logo{font-size:22px;transition:font-size .3s ease;}
header.etland-header.scrolled .search-input{height:42px;}
header.etland-header.scrolled .search-btn{top:50%;width:30px;height:30px;}
header.etland-header.scrolled .gnb{background:#f0f0f1;}

/* ─── 로고 hover ─── */
.logo a{display:inline-block;transition:transform .22s;}
.logo a:hover{transform:scale(1.03);}
.logo em{position:relative;}
.logo em::after{
  content:'';position:absolute;left:0;right:0;bottom:-2px;height:2.5px;
  background:var(--red);border-radius:2px;
  transform:scaleX(0);transform-origin:left;
  transition:transform .28s cubic-bezier(.4,0,.2,1);
}
.logo a:hover em::after{transform:scaleX(1);}

/* ─── 헤더 아이콘 hover bounce ─── */
.header-icon{transition:color .15s,transform .2s;}
.header-icon:hover{transform:translateY(-2px);}
.h-badge.pop{animation:badgePop .36s ease;}

/* ─── GNB: 필 칩 방식이므로 언더라인 비활성 ─── */
.cat-link::after{display:none !important;}
.cat-link.active::after{display:none !important;}

/* ─── 햄버거 → X 전환 ─── */
.all-menu-btn .hamb span{transition:transform .28s cubic-bezier(.4,0,.2,1),opacity .2s;}
.all-menu-btn.open .hamb span:nth-child(1){transform:translateY(5.5px) rotate(45deg);}
.all-menu-btn.open .hamb span:nth-child(2){opacity:0;transform:scaleX(0);}
.all-menu-btn.open .hamb span:nth-child(3){transform:translateY(-5.5px) rotate(-45deg);}

/* ─── 히어로 이미지 Ken Burns ─── */
.hero-slide-item.swiper-slide-active img{
  animation:kenBurns 8s cubic-bezier(.2,0,.8,1) both;
}

/* ─── 히어로 배너 텍스트 (슬라이드 전환마다 JS로 재실행) ─── */
.banner-title{
  animation:bannerTitleIn .6s cubic-bezier(.22,1,.36,1) both;
}
.banner-subtitle{
  animation:bannerSubIn .6s .16s cubic-bezier(.22,1,.36,1) both;
}
/* 비활성 슬라이드 텍스트 숨김 */
.hero-slide-item:not(.swiper-slide-active) .banner-text-overlay{
  opacity:0;pointer-events:none;
}
.hero-slide-item.swiper-slide-active .banner-text-overlay{
  opacity:1;transition:opacity .25s .15s;
}

/* ─── 스크롤 Reveal (IntersectionObserver) ─── */
.reveal{
  opacity:0;
  transform:translateY(24px);
  transition:
    opacity .58s cubic-bezier(.22,1,.36,1),
    transform .58s cubic-bezier(.22,1,.36,1);
}
.reveal.in{opacity:1;transform:translateY(0);}
/* stagger (자식 순서 기반) */
.reveal-group > *{
  opacity:0;
  transform:translateY(20px);
  transition:
    opacity .5s cubic-bezier(.22,1,.36,1),
    transform .5s cubic-bezier(.22,1,.36,1);
}
.reveal-group.in > *:nth-child(1){transition-delay:.0s;}
.reveal-group.in > *:nth-child(2){transition-delay:.07s;}
.reveal-group.in > *:nth-child(3){transition-delay:.14s;}
.reveal-group.in > *:nth-child(4){transition-delay:.21s;}
.reveal-group.in > *:nth-child(5){transition-delay:.28s;}
.reveal-group.in > *:nth-child(6){transition-delay:.35s;}
.reveal-group.in > *:nth-child(7){transition-delay:.42s;}
.reveal-group.in > *:nth-child(8){transition-delay:.49s;}
.reveal-group.in > *{opacity:1;transform:translateY(0);}

/* ─── 퀵 아이콘 hover ─── */
/* Hover animations defined within main stylesheet declarations */

/* ─── Skeleton shimmer ─── */
.skel{
  background:linear-gradient(90deg,#f0f0f0 25%,#e8e8e8 50%,#f0f0f0 75%);
  background-size:200% 100%;
  animation:shimmerLoad 1.4s ease infinite;
  border-radius:6px;color:transparent !important;
}
