/** Shopify CDN: Minification failed

Line 101:10 Expected ":"
Line 213:10 Expected ":"

**/

.cc .cc__inner {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 105px 60px 105px;
  display: flex;
  align-items: center; 
  gap: 150px;
  background: #F5F2EB;
}

.cc .cc__media,
.cc .cc__content {
  flex: 1 1 50%; 
  min-width: 280px; 
}

.cc .cc__media {
  border-radius: 2px;
  overflow: hidden;
}
.cc .cc__img {
  display: block;
  width: 100%;
  height: auto; 
  max-width: 850px; 
}
.cc .cc__img.placeholder {
  aspect-ratio: 3 / 4; 
}

.cc .cc__content {
  max-width: 60ch; 
}
.cc .cc__title {
  margin: 0 0 35px;
  color: #222324;
font-family: Manrope;
font-size: 18.684px;
font-style: normal;
font-weight: 600;
line-height: normal;
  text-transform: uppercase;
  white-space: nowrap;
 
  
}
.cc .cc__copy {
  margin: 0 0 clamp(18px, 2vw, 28px);
  color: #222324;
font-family: Manrope;
font-size: 18.684px;
font-style: normal;
font-weight: 400;
line-height: normal;

}

  
.cc .cc__btn {
  display: inline-block;
  background: #5A0006;
  color: #FFFFFF;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(14px, 2vw, 26px);
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  padding: clamp(12px, 1.5vw, 24px) clamp(24px, 4vw, 60px);
  border: 1px solid var(--btn-border);
  border-radius: 2px;
  transition: transform .15s ease, box-shadow .15s ease, opacity .15s ease;
  will-change: transform;
}
.cc .cc__btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(0,0,0,.12);
  opacity: .98;
}


@media (max-width: 860px) {
  .cc .cc__inner {
    flex-direction: column; 
  }
  .cc .cc__content {
    max-width: 70ch;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .cc .cc__inner {
    padding:40px 0 0 0;
    margin 0 auto;
  }
  
}

@media (max-width: 480px) {
  .cc .cc__btn {
    display: block;
    width: 100%;
    text-align: center;
  }
}



.cc .cc__inner {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 105px 60px 105px;
  display: flex;
  align-items: center; 
  gap: 150px;
  background: #F5F2EB;
}

.cc.cc--reversed .cc__inner {
  flex-direction: row-reverse; 
}

.cc .cc__media,
.cc .cc__content {
  flex: 1 1 50%; 
  min-width: 280px; 
}

.cc .cc__media {
  border-radius: 2px;
  overflow: hidden;
}
.cc .cc__img {
  display: block;
  width: 100%;
  height: auto; 
  max-width: 850px; 
}
.cc .cc__img.placeholder {
  aspect-ratio: 3 / 4; 
}

.cc .cc__content {
  max-width: 60ch; 
}
.cc .cc__title {
  margin: 0 0 35px;
  color: #222324;
  font-family: Manrope;
  font-size: 18.684px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  white-space: nowrap;
}
.cc .cc__copy {
  margin: 0 0 clamp(18px, 2vw, 28px);
  color: #222324;
  font-family: Manrope;
  font-size: 18.684px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
  
.cc .cc__btn {
  display: inline-block;
  background: #5A0006;
  color: #FFFFFF;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(14px, 2vw, 26px);
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  padding: clamp(12px, 1.5vw, 24px) clamp(24px, 4vw, 60px);
  border: 1px solid var(--btn-border);
  border-radius: 2px;
  transition: transform .15s ease, box-shadow .15s ease, opacity .15s ease;
  will-change: transform;
}
.cc .cc__btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(0,0,0,.12);
  opacity: .98;
}

@media (max-width: 860px) {
  .cc .cc__inner {
    flex-direction: column; 
  }
  
  .cc.cc--reversed .cc__inner {
    flex-direction: column; 
  }

  .cc .cc__content {
    max-width: 70ch;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .cc .cc__inner {
    padding:40px 0 0 0;
    margin 0 auto;
  }
}

@media (max-width: 480px) {
  .cc .cc__btn {
    display: block;
    width: 100%;
    text-align: center;
  }
}