/** Shopify CDN: Minification failed

Line 12:0 Unexpected "<"
Line 110:0 Unexpected "{"
Line 110:1 Expected identifier but found "%"
Line 115:0 Unexpected "{"
Line 115:1 Expected identifier but found "%"
Line 169:0 Unexpected "<"

**/
/* START_SECTION:two-collections (INDEX:64) */
<style>
.cc-section {
  background: #faf7f0;
  padding: 60px 20px;
}

.cc-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  padding-top: 5rem;
}

/* Columns */
.cc-col {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* LEFT COLUMN */
.cc-left {
  text-align: left;
  padding-bottom: 40rem;
  align-items: flex-end;
}
.cc-left-image img {
  width: 100%;
  box-shadow: 0 6px 24px rgba(0,0,0,0.08);
  object-fit: cover;
  margin-left: 10rem;
}
.cc-left-text {
  font-size: 14px;
  line-height: 1.7;
  color: #444;
  padding: 0 10rem;
  text-align: end;
}
.cc-left-btn {
  display: inline-block;
  margin-right: 10rem;
  padding: 10px 24px;
  text-decoration: none;
  background: #CB9E5D;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.8px;
  transition: all 0.3s ease;
  width: auto;
  max-width: fit-content;
}
.cc-left-btn:hover {
  background: transparent;
  color: #CB9E5D;
  border: 1px solid #CB9E5D;
}

/* RIGHT COLUMN */
.cc-right {
  text-align: left;
}
.cc-right-image img {
  width: 100%;
  box-shadow: 0 6px 24px rgba(0,0,0,0.08);
  object-fit: cover;
  margin-left: -10rem;
}
.cc-right-text {
  font-size: 14px;
  line-height: 1.7;
  color: #444;
  padding: 0 10rem;
  text-align: start;
}
.cc-right-btn {
  display: inline-block;
  margin-left: 10rem;
  padding: 10px 24px;
  text-decoration: none;
  background: #CB9E5D;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.8px;
  transition: all 0.3s ease;
  width: auto;
  max-width: fit-content;
}
.cc-right-btn:hover {
  background: transparent;
  color: #CB9E5D;
  border: 1px solid #CB9E5D;
}

/* SERIF OPTION */
{% if section.settings.use_serif_heading %}
.cc-left-text strong,
.cc-right-text strong {
  font-weight: 500;
}
{% endif %}

/* RESPONSIVE */
@media (max-width: 899px) {
  .cc-col {
    gap: 0;
  }

  .cc-inner {
    display: grid; /* keep same grid layout */
    grid-template-columns: 1fr 1fr; /* maintain two columns */
    gap: 20px;
    padding: 2rem;
  }

  .cc-left, .cc-right {
    padding: 0;
  }

  .cc-left-image img,
  .cc-right-image img {
    margin: 0;
  }

  .cc-left-text {
      padding: 0;
    text-align: right;
  }

  .cc-right-text {
    padding: 0;
    text-align: left;
  }

  .cc-left-btn,
  .cc-right-btn {
    margin: 0;
  }
}
.cc-section {
  background: #faf7f0;
}
@media (max-width: 767px) {
  .cc-right-btn,
  .cc-left-btn {
    padding: 7px 15px !important;
    font-size: 12px !important;
  }
    h3 {
    margin: 10px 0 !important;
  }

}

</style>
/* END_SECTION:two-collections */
