/* =========================================================
   KOOREEA PRODUCTS IN NEWSROOM
   - 기존 외부 제휴 영역 대체
   - Desktop: 4 columns per slide
   - Mobile: 2 columns × 3 rows per slide
   ========================================================= */
.kooreea-news-product-section{
  margin:3.5rem 0;
  padding:1.4rem 1.25rem 1.25rem;
  border:1px solid #d2d2d2;
  background:#fff;
  box-shadow:none;
  clear:both;
}
.kooreea-news-product-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:16px;
  padding-bottom:14px;
  margin-bottom:16px;
  border-bottom:2px solid #181818;
}
.kooreea-news-product-kicker{
  display:inline-flex;
  align-items:center;
  margin-bottom:8px;
  padding:5px 9px;
  border:1px solid #e5e7eb;
  color:#64748b;
  background:#fff;
  font-size:11px;
  font-weight:950;
  letter-spacing:.08em;
}
.kooreea-news-product-title{
  margin:0;
  font-size:22px;
  line-height:1.2;
  font-weight:950;
  letter-spacing:-.05em;
  color:#111827;
}
.kooreea-news-product-desc{
  margin:7px 0 0;
  color:#64748b;
  font-size:13px;
  line-height:1.55;
}
.kooreea-news-product-nav{
  display:flex;
  gap:8px;
  flex:0 0 auto;
}
.kooreea-news-product-nav button{
  width:40px;
  height:40px;
  border:1px solid #181818;
  background:#181818;
  color:#fff;
  border-radius:0;
  font-size:22px;
  font-weight:900;
  line-height:1;
  cursor:pointer;
}
.kooreea-news-product-nav button:hover:not(:disabled){
  background:#da291c;
  border-color:#da291c;
}
.kooreea-news-product-nav button:disabled{
  opacity:.35;
  cursor:not-allowed;
}
.kooreea-news-product-slider{
  display:flex;
  gap:0;
  width:100%;
  overflow-x:auto;
  overflow-y:hidden;
  scroll-snap-type:x mandatory;
  scroll-padding:0;
  -webkit-overflow-scrolling:touch;
  scrollbar-width:none;
}
.kooreea-news-product-slider::-webkit-scrollbar{display:none;}
.kooreea-news-product-page{
  flex:0 0 100%;
  width:100%;
  min-width:100%;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:24px 12px;
  scroll-snap-align:start;
}
.kooreea-news-product-card{
  display:block !important;
  min-width:0;
  color:#111827 !important;
  text-decoration:none !important;
  background:transparent !important;
  border:0 !important;
  padding:0 !important;
  margin:0 !important;
  box-shadow:none !important;
}
.kooreea-news-product-thumb{
  aspect-ratio:1 / 1;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  background:#fff;
  border:1px solid #f1f5f9;
}
.kooreea-news-product-thumb img{
  width:100%;
  height:100%;
  display:block;
  object-fit:contain;
  object-position:center;
  margin:0 !important;
  padding:0 !important;
  border:0 !important;
  background:#fff;
  transition:transform .22s ease;
}
.kooreea-news-product-card:hover .kooreea-news-product-thumb img{
  transform:scale(1.035);
}
.kooreea-news-product-noimg{
  width:100%;
  height:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#9ca3af;
  font-size:13px;
  font-weight:950;
}
.kooreea-news-product-body{padding:9px 0 0;}
.kooreea-news-product-name{
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
  min-height:38px;
  margin:0;
  font-size:13.5px;
  line-height:1.38;
  font-weight:850;
  letter-spacing:-.035em;
  word-break:keep-all;
  color:#111827;
}
.kooreea-news-product-review{
  display:flex;
  align-items:center;
  gap:5px;
  margin-top:5px;
  color:#64748b;
  font-size:11.5px;
  font-weight:850;
}
.kooreea-news-product-review .star,
.kooreea-news-product-review b{
  color:#111827;
  font-weight:950;
}
.kooreea-news-product-price-row{
  display:flex;
  align-items:center;
  gap:5px;
  margin-top:6px;
  flex-wrap:wrap;
}
.kooreea-news-product-price{
  font-size:14px;
  font-weight:950;
  letter-spacing:-.03em;
  color:#111827;
}
.kooreea-news-product-discount{
  font-size:14px;
  font-weight:950;
  color:#ef4444;
}
.kooreea-news-product-compare{
  width:100%;
  color:#aaa;
  font-size:11px;
  text-decoration:line-through;
  line-height:1.2;
}
.kooreea-news-product-meta{
  display:flex;
  align-items:center;
  gap:4px;
  flex-wrap:wrap;
  margin-top:7px;
}
.kooreea-news-product-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:19px;
  padding:3px 7px;
  border-radius:999px;
  font-size:10px;
  line-height:1;
  font-weight:900;
  border:1px solid transparent;
}
.kooreea-news-product-badge.best{background:#eef2ff;color:#3730a3;border-color:#e0e7ff;}
.kooreea-news-product-badge.new{background:#eff6ff;color:#1d4ed8;border-color:#dbeafe;}
.kooreea-news-product-badge.pick{background:#ecfdf5;color:#047857;border-color:#d1fae5;}
.kooreea-news-product-loading,
.kooreea-news-product-empty{
  display:block;
  width:100%;
  padding:28px 18px;
  border:1px dashed #cbd5e1;
  background:#fff;
  color:#64748b !important;
  text-align:center;
  font-size:13px;
  font-weight:850;
  text-decoration:none !important;
}
@media(max-width:768px){
  .kooreea-news-product-section{
    margin:2.5rem 0;
    padding:1rem;
  }
  .kooreea-news-product-head{
    align-items:flex-start;
    gap:12px;
  }
  .kooreea-news-product-title{font-size:20px;}
  .kooreea-news-product-desc{font-size:12.5px;}
  .kooreea-news-product-nav button{
    width:34px;
    height:34px;
    font-size:18px;
  }
  .kooreea-news-product-page{
    grid-template-columns:repeat(2,minmax(0,1fr));
    grid-template-rows:repeat(3,auto);
    gap:22px 10px;
  }
  .kooreea-news-product-name{font-size:13px;}
}
@media print{
  .kooreea-news-product-section{display:none !important;}
}
