/* ===== Homestyle UI align + catalog-like checkout ===== */
:root {
  --hs-blue: #5D7CA6;
  --hs-blue-hover: #4a668c;
  --hs-ph: #e8e8e8;
  --hs-ph-2: #d4d4d4;
  --hs-line: #eee;
  --hs-text: #333;
  --hs-muted: #8a8a8a;
  --hs-card-ratio: 400 / 599.5;
}

/* --- Section tiles (katalog) --- */
.hs-section-grid { margin-top: 24px; }
.hs-section-tile { display: flex; }
.hs-section-tile-link {
  display: flex;
  flex-direction: column;
  width: 100%;
  text-decoration: none !important;
  color: var(--hs-text) !important;
}
.hs-section-tile-img,
.hs-section-tile-ph {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  background: linear-gradient(145deg, var(--hs-ph) 0%, var(--hs-ph-2) 100%);
  border-radius: 2px;
}
.hs-section-tile-title {
  display: block;
  margin-top: 12px;
  min-height: 2.6em;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.35;
  color: var(--hs-text);
}



/* header: only light align below */
