/** Shopify CDN: Minification failed

Line 19:18 Unexpected "{"
Line 19:27 Expected ":"
Line 19:34 Unexpected "{"
Line 27:18 Unexpected "{"
Line 27:27 Expected ":"
Line 38:18 Unexpected "{"
Line 38:27 Expected ":"
Line 49:18 Unexpected "{"
Line 49:27 Expected ":"
Line 62:18 Unexpected "{"
... and 169 more hidden warnings

**/
  .instagram-section{
    padding: 0 !important;
  }
#shopify-section-{{ section.id }} {
  background-color: var(--section-bg-color, #f1efed);
  color: var(--section-text-color, #373a36);
  padding: var(--section-padding-top, 40px) var(--section-padding-right, 80px) var(--section-padding-bottom, 40px) var(--section-padding-left, 80px);
  box-sizing: border-box;
  width: 100%;
}

#shopify-section-{{ section.id }} .instagram-container {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

#shopify-section-{{ section.id }} .instagram-title {
  display: flex;
  flex-direction: column;
  gap: 12px;
  height: 87px;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  flex-shrink: 0;
}

#shopify-section-{{ section.id }} .instagram-heading {
      font-family: var(--heading-font-family);
  font-weight: 700;
  color: #373a36;
  margin: 0;
  text-align: center;
  text-transform: capitalize;
  line-height: 30px;
  width: min-content;
  min-width: 100%;
  flex-shrink: 0;
}

#shopify-section-{{ section.id }} .instagram-heading-light {
      font-family: var(--heading-font-family);
  font-weight: 300;
  /* font-size: 40px; */
}

#shopify-section-{{ section.id }} .instagram-heading-italic {
   font-family: var(--heading-font-family);
  font-style: italic;
  font-weight: 400;
  font-size: 47px;
  letter-spacing: -0.94px;
}

#shopify-section-{{ section.id }} .instagram-button {
  background-color: #ffffff;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  padding: 10px 30px;
  border-radius: 4px;
  text-decoration: none;
  color: #373a36;
      font-family: var(--heading-font-family);
  font-weight: 600;
  font-size: 19px;
  text-transform: lowercase;
  white-space: nowrap;
  flex-shrink: 0;
  width: 138px;
  box-sizing: border-box;
  transition: opacity 0.2s ease;
  max-height: 37px;
  margin-left: 15px;
}

#shopify-section-{{ section.id }} .instagram-button:hover {
  opacity: 0.9;
}

/* Desktop Layout */
#shopify-section-{{ section.id }} .instagram-images {
  display: flex;
  flex-direction: row;
  gap: 20px;
  height: 500px;
  align-items: center;
  justify-content: left;
  width: 100%;
  max-width: 1280px;
  flex-shrink: 0;
}

#shopify-section-{{ section.id }} .instagram-main-image {
  height: 100%;
  border-radius: 10px;
  flex-shrink: 0;
  width: 522px;
  overflow: hidden;
}

#shopify-section-{{ section.id }} .instagram-main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

#shopify-section-{{ section.id }} .instagram-main-image a {
  display: block;
  width: 100%;
  height: 100%;
}

#shopify-section-{{ section.id }} .instagram-grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
  height: 100%;
  width: 738px;
  flex-shrink: 0;
}

#shopify-section-{{ section.id }} .instagram-grid-row {
  display: flex;
  flex-direction: row;
  gap: 20px;
  flex: 1;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  min-height: 0;
}

#shopify-section-{{ section.id }} .instagram-grid-item {
  height: 100%;
  border-radius: 10px;
  flex-shrink: 0;
  overflow: hidden;
}

#shopify-section-{{ section.id }} .instagram-grid-row:first-child .instagram-grid-item:nth-child(1) {
  width: 233px;
}

#shopify-section-{{ section.id }} .instagram-grid-row:first-child .instagram-grid-item:nth-child(2) {
  width: 232px;
}

#shopify-section-{{ section.id }} .instagram-grid-row:first-child .instagram-grid-item:nth-child(3) {
  width: 233px;
}

#shopify-section-{{ section.id }} .instagram-grid-row:last-child .instagram-grid-item:nth-child(1) {
  width: 232px;
}

#shopify-section-{{ section.id }} .instagram-grid-row:last-child .instagram-grid-item:nth-child(2) {
  width: 233px;
}

#shopify-section-{{ section.id }} .instagram-grid-row:last-child .instagram-grid-item:nth-child(3) {
  width: 233px;
}

#shopify-section-{{ section.id }} .instagram-grid-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

#shopify-section-{{ section.id }} .instagram-grid-item a {
  display: block;
  width: 100%;
  height: 100%;
}

/* Hide mobile elements on desktop */
#shopify-section-{{ section.id }} .instagram-mobile-second-row {
  display: none;
}
@media(min-width: 1320px) {
  #shopify-section-{{ section.id }} .instagram-grid{
    height: 500px;
  }
}
/* Проблемний діапазон 1200px - 1320px */
@media (min-width: 1025px) and (max-width: 1320px) {
  
  #shopify-section-{{ section.id }} {
    padding: var(--section-padding-top, 40px) var(--section-padding-right, 60px) var(--section-padding-bottom, 40px) var(--section-padding-left, 60px);
  }
  
  /* #shopify-section-{{ section.id }} .instagram-container {
    max-width: 1000px;
  } */
  
  /* #shopify-section-{{ section.id }} .instagram-images {
    height: 400px;
    max-width: 1000px;
    gap: 15px;
  }
   */
  #shopify-section-{{ section.id }} .instagram-main-image {
    width: 420px;
  }
  
  #shopify-section-{{ section.id }} .instagram-grid {
    width: 565px;
    gap: 15px;
  }
  
  #shopify-section-{{ section.id }} .instagram-grid-row {
    gap: 15px;
  }
  
  #shopify-section-{{ section.id }} .instagram-grid-row:first-child .instagram-grid-item:nth-child(1),
  #shopify-section-{{ section.id }} .instagram-grid-row:first-child .instagram-grid-item:nth-child(3) {
    width: 183px;
  }
  
  #shopify-section-{{ section.id }} .instagram-grid-row:first-child .instagram-grid-item:nth-child(2) {
    width: 184px;
  }
  
  #shopify-section-{{ section.id }} .instagram-grid-row:last-child .instagram-grid-item:nth-child(1) {
    width: 184px;
  }
  
  #shopify-section-{{ section.id }} .instagram-grid-row:last-child .instagram-grid-item:nth-child(2),
  #shopify-section-{{ section.id }} .instagram-grid-row:last-child .instagram-grid-item:nth-child(3) {
    width: 183px;
  }
}
@media (min-width: 1110px) and (max-width: 1320px) {
    /* #shopify-section-{{ section.id }} .instagram-images {
    height: 400px;
    max-width: 1000px;
    gap: 15px;
    justify-content: center;
  } */
}

/* @media (min-width: 768px) and (max-width: 1109px) {
  #shopify-section-{{ section.id }} .instagram-images {
    flex-direction: column;
    height: auto;
    gap: 15px;
  }
} */
  
/* Tablet Layout (768px - 1199px) */
@media (min-width: 768px) and (max-width: 1024px) {
  #shopify-section-{{ section.id }} {
    padding: var(--section-padding-top, 40px) var(--section-padding-right, 40px) var(--section-padding-bottom, 40px) var(--section-padding-left, 40px);
  }
  
  #shopify-section-{{ section.id }} .instagram-container {
    max-width: 100%;
    gap: 30px;
  }
 
  #shopify-section-{{ section.id }} .instagram-images {
    flex-direction: column;
    height: auto;
    gap: 15px;
  } 
  
  #shopify-section-{{ section.id }} .instagram-main-image {
    width: 100%;
    /* height: 300px; */
    max-width: 450px;
  }
  
  #shopify-section-{{ section.id }} .instagram-grid {
    width: 100%;
    height: auto;
    max-width: 450px;
    gap: 15px;
  }
  
  #shopify-section-{{ section.id }} .instagram-grid-row {
    height: 140px;
    gap: 15px;
  }
  
  #shopify-section-{{ section.id }} .instagram-grid-row:first-child .instagram-grid-item:nth-child(1),
  #shopify-section-{{ section.id }} .instagram-grid-row:first-child .instagram-grid-item:nth-child(2),
  #shopify-section-{{ section.id }} .instagram-grid-row:first-child .instagram-grid-item:nth-child(3),
  #shopify-section-{{ section.id }} .instagram-grid-row:last-child .instagram-grid-item:nth-child(1),
  #shopify-section-{{ section.id }} .instagram-grid-row:last-child .instagram-grid-item:nth-child(2),
  #shopify-section-{{ section.id }} .instagram-grid-row:last-child .instagram-grid-item:nth-child(3) {
    flex: 1;
    width: auto;
  }
  
  #shopify-section-{{ section.id }} .instagram-heading-light {
    /* font-size: 36px; */
  }
  
  #shopify-section-{{ section.id }} .instagram-heading-italic {
    font-size: 42px;
    letter-spacing: -0.84px;
  }
}

/* Малі екрани менше 360px */
@media (max-width: 359px) {
  #shopify-section-{{ section.id }} {
    padding: var(--section-padding-top, 15px) var(--section-padding-right, 15px) var(--section-padding-bottom, 15px) var(--section-padding-left, 15px);
  }
  
  #shopify-section-{{ section.id }} .instagram-container {
    gap: 15px;
    max-width: 280px;
  }
  
  #shopify-section-{{ section.id }} .instagram-heading-light {
    /* font-size: 28px; */
  }
  
  #shopify-section-{{ section.id }} .instagram-heading-italic {
    font-size: 32px;
    letter-spacing: -0.6px;
  }
  
  #shopify-section-{{ section.id }} .instagram-button {
    width: auto;
    min-width: 110px;
    padding: 8px 20px;
    font-size: 12px;
  }
  
  /* Mobile: Компактна grid структура */
  #shopify-section-{{ section.id }} .instagram-images {
    margin-top: 30px;
    display: grid;
    grid-template-columns: 180px 90px;
    grid-template-rows: repeat(2, 95px) 8px repeat(2, 95px);
    gap: 8px 8px;
    width: 280px;
    height: auto;
    align-content: start;
    justify-content: center;
  }
  
  #shopify-section-{{ section.id }} .instagram-main-image {
    grid-row: 1 / 3;
    grid-column: 1;
    width: 180px;
    height: 198px;
  }
  
  #shopify-section-{{ section.id }} .instagram-grid {
    grid-row: 1 / 3;
    grid-column: 2;
    width: 90px;
    height: 198px;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  
  #shopify-section-{{ section.id }} .instagram-grid-row {
    height: 95px;
    width: 90px;
    gap: 0;
    flex: none;
  }
  
  #shopify-section-{{ section.id }} .instagram-grid-row:first-child .instagram-grid-item:nth-child(1) {
    width: 90px;
    height: 95px;
    display: block;
  }
  
  #shopify-section-{{ section.id }} .instagram-grid-row:last-child .instagram-grid-item:nth-child(1) {
    width: 90px;
    height: 95px;
    display: block;
  }
  
  /* Mobile second row */
  #shopify-section-{{ section.id }} .instagram-mobile-second-row {
    display: flex;
    flex-direction: row;
    gap: 8px;
    width: 280px;
    height: 198px;
    grid-row: 4 / 6;
    grid-column: 1 / 3;
    align-items: center;
  }
  
  #shopify-section-{{ section.id }} .instagram-mobile-small-images {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 90px;
    height: 198px;
  }
  
  #shopify-section-{{ section.id }} .instagram-mobile-small-item {
    width: 90px;
    height: 95px;
    border-radius: 8px;
    overflow: hidden;
  }
  
  #shopify-section-{{ section.id }} .instagram-mobile-large-item {
    width: 180px;
    height: 198px;
    border-radius: 8px;
    overflow: hidden;
  }
}

/* Mobile Layout (360px - 767px) - оригінальна верстка */
@media (min-width: 360px) and (max-width: 767px) {
  #shopify-section-{{ section.id }} {
    padding: var(--section-padding-top, 20px) var(--section-padding-right, 20px) var(--section-padding-bottom, 20px) var(--section-padding-left, 20px);
  }
  
  #shopify-section-{{ section.id }} .instagram-container {
    gap: 20px;
    align-items: center;
  }
  
  #shopify-section-{{ section.id }} .instagram-heading-light {
    /* font-size: 34px; */
  }
  
  #shopify-section-{{ section.id }} .instagram-heading-italic {
    font-size: 40px;
    letter-spacing: -0.8px;
  }
  
  #shopify-section-{{ section.id }} .instagram-button {
    text-transform: lowercase;
    margin-left: 0;
    font-size: 16px;
  }
  
  .instagram-heading {
    white-space: nowrap;
  }
  
  /* Mobile: Restructure layout completely */
  #shopify-section-{{ section.id }} .instagram-images {
    margin-top: -5px;
    display: grid;
    grid-template-columns: 228px 112px;
    grid-template-rows: repeat(2, 120px) 10px repeat(2, 120px);
    gap: 10px 10px;
    width: 350px;
    height: auto;
    align-content: start;
    justify-content: center;
  }
  
  #shopify-section-{{ section.id }} .instagram-main-image {
    grid-row: 1 / 3;
    grid-column: 1;
    width: 228px;
    height: 250px;
  }
  
  #shopify-section-{{ section.id }} .instagram-grid {
    grid-row: 1 / 3;
    grid-column: 2;
    width: 112px;
    height: 250px;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  
  #shopify-section-{{ section.id }} .instagram-grid-row {
    height: 120px;
    width: 112px;
    gap: 0;
    flex: none;
  }
  
  #shopify-section-{{ section.id }} .instagram-grid-row:first-child .instagram-grid-item:nth-child(1) {
    width: 112px;
    height: 120px;
    display: block;
  }
  
  #shopify-section-{{ section.id }} .instagram-grid-row:first-child .instagram-grid-item:nth-child(2) {
    display: none;
  }
  
  #shopify-section-{{ section.id }} .instagram-grid-row:first-child .instagram-grid-item:nth-child(3) {
    display: none;
  }
  
  #shopify-section-{{ section.id }} .instagram-grid-row:last-child .instagram-grid-item:nth-child(1) {
    width: 112px;
    height: 120px;
    display: block;
  }
  
  #shopify-section-{{ section.id }} .instagram-grid-row:last-child .instagram-grid-item:nth-child(2) {
    display: none;
  }
  
  #shopify-section-{{ section.id }} .instagram-grid-row:last-child .instagram-grid-item:nth-child(3) {
    display: none;
  }
  
  /* Mobile second row */
  #shopify-section-{{ section.id }} .instagram-mobile-second-row {
    display: flex;
    flex-direction: row;
    gap: 10px;
    width: 350px;
    height: 250px;
    grid-row: 4 / 6;
    grid-column: 1 / 3;
    align-items: center;
    margin-top: -20px;
  }
  
  #shopify-section-{{ section.id }} .instagram-mobile-small-images {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 112px;
    height: 250px;
  }
  
  #shopify-section-{{ section.id }} .instagram-mobile-small-item {
    width: 112px;
    height: 120px;
    border-radius: 10px;
    overflow: hidden;
  }
  
  #shopify-section-{{ section.id }} .instagram-mobile-small-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  
  #shopify-section-{{ section.id }} .instagram-mobile-small-item a {
    display: block;
    width: 100%;
    height: 100%;
  }
  
  #shopify-section-{{ section.id }} .instagram-mobile-large-item {
    width: 228px;
    height: 250px;
    border-radius: 10px;
    overflow: hidden;
  }
  
  #shopify-section-{{ section.id }} .instagram-mobile-large-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  
  #shopify-section-{{ section.id }} .instagram-mobile-large-item a {
    display: block;
    width: 100%;
    height: 100%;
  }
}