/** Shopify CDN: Minification failed

Line 88:13 Expected ":"
Line 88:15 Expected identifier but found "16px"

**/
.co-home-2 {
    padding: 80px 40px;
    background-color: #ffc600;
    overflow: hidden;
    z-index: 2;
}
.co-home-2-ani {
  opacity: 0;
}
.co-home-2-frame {
    max-width: 680px;
    margin: 0 auto;
}
.co-home-2 h2 {
    color: #000;
    font-size: 60px;
    letter-spacing: .06rem;
    line-height: 1.1em;
    font-family: var(--font-body-family);
    font-style: var(--font-body-style);
    font-weight: var(--font-body-weight);
    margin: 0 0 40px;
    text-align: center;
    text-transform: capitalize;
}
.co-home-2 h3 {
    text-align: center;
    font-size: 18px;
    line-height: 1.3em;
}
.co-home-2-content a {
  font-size: 18px;
  margin-bottom: 0.5em;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}
.co-home-2-content a .co--hover-line {
  position: absolute;
  bottom: -0.25em;
  right: 0;
  height: 0.25em;
  width: 100%;
  overflow: hidden;
}
.co-home-2-content a .co--hover-line--div {
  position: absolute;
  top: 0;
  right: 0;
  width: 300%;
  height: 100%;
  transition: 0.75s;
}
.co-home-2-content a .co--hover-line--span-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 33.33%;
  height: 100%;
  background-color: var(--co--black);
  
}
.co-home-2-content a .co--hover-line--span-2 {
  position: absolute;
  top: 0;
  right: 0;
  width: 33.33%;
  height: 100%;
  background-color: var(--co--black);
}
.co-home-2-content a:hover .co--hover-line--div {
  transform: translateX(66.66%);
}
@media screen and (max-width: 749px) {
  .co-home-2 {
    padding: 40px 20px;
  }
  .co-home-2 h2 {
    font-size: 40px;
  }
  .co-home-2 h3 {
    font-size; 16px;
  }
}