/** Shopify CDN: Minification failed

Line 152:16 Expected ":"

**/
.ps-sbb {
  color: rgb(var(--color-foreground));
}

.ps-sbb__inner {
  padding-top: 48px;
  padding-bottom: 48px;
  border-bottom: 1px solid rgb(var(--color-border), 0.5);
}

/* Header */
.ps-sbb__header {
  margin-bottom: 28px;
}

.ps-sbb__header-row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  margin-bottom: 6px;
}

.ps-sbb__title {
  font-size: clamp(24px, 2.2vw, 30px);
  font-weight: 600;
  margin: 0;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.ps-sbb__subtitle {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  opacity: 0.75;
}

.ps-sbb__all-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  color: rgb(var(--color-foreground));
  opacity: 0.85;
}

.ps-sbb__all-link:hover {
  opacity: 1;
}

.ps-sbb__chev {
  font-size: 18px;
  line-height: 1;
}

/* Layout */
.ps-sbb__layout {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 14px;
  align-items: start;
}

/* Left nav */
.ps-sbb__nav {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
  align-items: flex-start; /* ✅ stretch 방지 */
}

.ps-sbb__nav-item {
  appearance: none;
  border: 1px solid rgb(var(--color-border));
  background: rgb(var(--color-background));
  color: rgb(var(--color-foreground));
  border-radius: 999px;
  padding: 0.2rem 1.8rem;
  font-size: 14px;
  cursor: pointer;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease, opacity 0.15s ease;
  width: fit-content;
  height: fit-content;
  font-weight: 600;
}

.ps-sbb__nav-item:hover {
  border-color: rgb(var(--color-foreground));
}

.ps-sbb__nav-item.is-active {
  background: rgb(var(--color-foreground));
  border-color: rgb(var(--color-foreground));
  color: rgb(var(--color-background));
}

/* Content panels */
.ps-sbb__content {
  min-width: 0;
}

.ps-sbb__panel {
  display: none;
}

.ps-sbb__panel.is-active {
  display: block;
}

/* 👉 이미지 높이 기준으로 전체 행 높이가 늘어나지 않도록 */
.ps-sbb__panel-grid {
  display: grid;
  grid-template-columns: 460px 1fr;
  gap: 28px;
  align-items: start;
}

/* Hero */
.ps-sbb__hero {
  border-radius: 1rem;
  overflow: hidden;
  background: rgb(var(--color-secondary-background));
}

.ps-sbb__hero-img {
  width: 100%;
  aspect-ratio: 1 / 1;   /* ✅ 1:1 */
  object-fit: cover;
  display: block;
}

.ps-sbb__hero-ph {
  width: 100%;
  aspect-ratio: 1 / 1;
  background: rgb(var(--color-secondary-background));
}

/* Details */
.ps-sbb__details {
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: 100%;s
}

/* Brand header */
.ps-sbb__brand-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 28px;
}

/* 🔒 로고 영역 높이 고정 */
.ps-sbb__brand-mark {
  height: 40px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.ps-sbb__brand-logo {
  display: block;
  max-height: 100%;
  max-width: 260px;
  width: auto;
  object-fit: contain;
}

.ps-sbb__brand-fallback {
  font-size: 30px;
  line-height: 1.2;
  font-weight: 600;
}

.ps-sbb__brand-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  text-decoration: none;
  color: rgb(var(--color-foreground));
  opacity: 0.85;
  font-weight: 600;
  white-space: nowrap;
}

.ps-sbb__brand-link:hover {
  opacity: 1;
}

/* 🔒 Description: 줄 수 제한 */
.ps-sbb__desc {
  font-size: 14px;
  line-height: 1.4;
  opacity: 0.85;
  margin-bottom: 14px;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4; /* ✅ 4줄 제한 */
  overflow: hidden;
}

/* 🔒 Features: 최대 높이 제한 */
.ps-sbb__features {
  list-style: none;
  margin: 0 0 18px 0;
  padding: 0;
  display: grid;
  gap: 8px;
  max-height: 96px;      /* 약 3~4줄 */
  overflow: hidden;
}

.ps-sbb__feature {
  position: relative;
  padding-left: 16px;
  font-size: 14px;
  line-height: 1.4;
  opacity: 0.85;
}

.ps-sbb__feature::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 6px;
  height: 6px;
  border-radius: 99px;
  background: rgb(var(--color-border));
}

/* Products */
.ps-sbb__products {
  margin-top: auto;
}

.ps-sbb__products-title {
  margin: 0 0 12px 0;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 600;
  margin-top: auto;
}

.ps-sbb__products-row {
  display: flex;
  align-items: center;
  gap: 16px;
}

.ps-sbb__thumbs {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  min-width: 0;
}

.ps-sbb__thumb {
  border-radius: 1rem;
  overflow: hidden;
  background: rgb(var(--color-secondary-background));
  display: block;
  border: 1px solid rgb(var(--color-border));
  text-decoration: none;
}

.ps-sbb__thumb:hover {
  border-color: rgb(var(--color-border));
}

.ps-sbb__thumb-img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
}

.ps-sbb__thumb-ph {
  width: 100%;
  aspect-ratio: 1 / 1;
  background: rgb(var(--color-secondary-background));
}

.ps-sbb__go {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  border: 1px solid rgb(var(--color-border));
  background: rgb(var(--color-background));
  color: rgb(var(--color-foreground));
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: border-color 0.15s ease;
}
.ps-sbb__go .ps-sbb__icon { padding: 0; }

.ps-sbb__go:hover {
  border-color: rgb(var(--color-foreground));
}

.ps-sbb__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  padding: 0;
}

.ps-sbb__icon svg {
  display: block;
  width: 12px;
  height: 12px;
}

/* Mobile */
@media (max-width: 989px) {


  .ps-sbb__layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .ps-sbb__nav {
    flex-direction: row;
    overflow-x: auto;
    gap: 10px;
    flex-wrap: wrap;
  }

  .ps-sbb__nav-item {
    white-space: nowrap;
  }

  .ps-sbb__panel-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .ps-sbb__brand-mark {
    height: 30px;
  }

  .ps-sbb__brand-logo {
    max-width: 200px;
  }
}
