/* Live Shoptet Instagram feed moved from the footer to the homepage. */
body.in-index .ch-instagram-section {
  max-width: 1380px;
  margin: 58px auto 72px;
  padding: 58px clamp(24px,4vw,56px) 50px;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 12px 38px rgba(53,29,13,.07);
  color: #35271e;
}
body.in-index .ch-instagram-section .pageElement__heading { margin: 0 auto 10px; color: #351d0d; font: inherit; font-size: clamp(30px,3.3vw,46px); font-weight: 800; line-height: 1.1; text-align: center; }
body.in-index .ch-instagram-section .pageElement__heading::after { content: "."; color: #d39a24; }
body.in-index .ch-instagram-subtitle { margin: 0 auto 30px; color: #76695f; font-size: 15px; line-height: 1.5; text-align: center; }
body.in-index .ch-instagram-section .instagram-widget { display: grid !important; grid-template-columns: repeat(6,minmax(0,1fr)); gap: 12px; margin: 0; }
body.in-index .ch-instagram-section .instagram-widget > *:not(.instagram-follow-btn) { min-width: 0 !important; width: auto !important; max-width: none !important; aspect-ratio: 1 / 1; display: block !important; overflow: hidden; border-radius: 10px; background: #eee4d8; }
body.in-index .ch-instagram-section .instagram-widget > *:not(.instagram-follow-btn) > a { width: 100% !important; height: 100% !important; display: block !important; }
body.in-index .ch-instagram-section .instagram-widget > *:not(.instagram-follow-btn) img { width: 100% !important; min-width: 100% !important; max-width: none !important; height: 100% !important; min-height: 100% !important; max-height: none !important; display: block !important; border-radius: 0 !important; object-fit: cover !important; transition: transform .3s ease; }
body.in-index .ch-instagram-section .instagram-widget > *:not(.instagram-follow-btn):hover img { transform: scale(1.045); }
body.in-index .ch-instagram-actions { display: flex; align-items: center; justify-content: center; gap: 20px; margin-top: 27px; }
body.in-index .ch-instagram-handle { color: #603914; font-size: 15px; font-weight: 800; }
body.in-index .ch-instagram-actions .instagram-follow-btn { width: auto !important; min-width: 220px; min-height: 46px; display: inline-flex !important; align-items: center; justify-content: center; padding: 11px 22px; border: 1px solid #c97921; border-radius: 8px; background: #fff; color: #603914 !important; font-weight: 800; text-decoration: none; }
body.in-index .ch-instagram-actions .instagram-follow-btn:hover { background: #c97921; color: #fff !important; }

@media (max-width: 991px) {
  body.in-index .ch-instagram-section .instagram-widget { grid-template-columns: repeat(3,1fr); }
}
@media (max-width: 560px) {
  body.in-index .ch-instagram-section { margin: 42px 12px 52px; padding: 40px 18px 36px; border-radius: 10px; }
  body.in-index .ch-instagram-section .instagram-widget { grid-template-columns: repeat(2,1fr); gap: 9px; }
  body.in-index .ch-instagram-actions { flex-direction: column; gap: 13px; }
  body.in-index .ch-instagram-actions .instagram-follow-btn { width: 100% !important; min-width: 0; }
}
