/** Shopify CDN: Minification failed

Line 517:0 Expected "}" to go with "{"

**/
.section-blog-list{
  margin: 30px 0;
}

.section-blog-list h2{
  text-align: center;
  margin-bottom: var(--space-md);
}

.blog-list{
  display: flex;
  gap: 20px;
  flex-direction: column;
}

.blog-list-item{
  flex: 1 1 0;
  border: 1px solid #ccc;
  padding: 15px;
}

.blog-list-title{
  margin: var(--space-xs) var(--space-md) 0;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 600;
}

@media (min-width: 48rem){

  .section-blog-list h2{
    font-size: 1.5rem;
  }

  .blog-list{
    flex-direction: row;
    gap: 30px;
  }
}

@media (min-width: 64rem){

  .section-blog-list{
     margin: 60px 0;
  }
}

.klaviyo-form-RcHziF{
  text-align: left;
}

.template-page-wedding-band .breadcrumb-nav{
  display: none;
}

.wb-appt-form{
  position: relative;
  background: #d6d6d8;
  margin: 0 -20px 30px;
  padding: 45px 30px 30px;
  line-height: 1.6;
  color: var(--color-primary-lighter);
}

.wb-appt-form .mobile-img{
  margin: 0 -30px -30px;
  display: block;
  max-width: calc(100% + 60px);
}

.wb-appt-form h2{
  margin-bottom: 1.5rem;
  z-index: 2;
  position: relative;
}

.wb-appt-form h3{
  margin-top: 2rem;
  font-size: 1rem;
  z-index: 2;
  position: relative;
}

.wb-appt-form p{
  z-index: 2;
  position: relative;
}

@media (min-width: 48rem){
  .wb-appt-form{
    background: #d6d6d8 url('img_wb_noam-carver-01.jpg') left bottom no-repeat;
    background-size: cover;
    padding: 60px;
    font-size: 1.125rem;
  }

  .wb-appt-form::before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #d6d6d8;
    opacity: 0.8;
  }

  .wb-appt-form .mobile-img{
    display: none;
  }

  .wb-appt-form h2{
    font-size: 2rem;
  }

  .wb-appt-form h3{
    margin-top: 3rem;
    font-size: 1.25rem;
  }
}

@media (min-width: 64rem){
  .wb-appt-form{
    background-size: contain;
    margin: 60px auto 45px;
    padding: 60px 45px 60px 47%;
  }

  .wb-appt-form::before{
    display: none;
  }
}

@media (min-width: 80rem){
  .wb-appt-form{
    padding: 80px 60px 80px 45%;
    font-size: 1.375rem;
  }

  .wb-appt-form h3{
    margin-top: 5rem;
  }
}

.wb-financing{
  text-align: center;
  line-height: 1;
  text-transform: uppercase;
}

.wb-financing img{
  display: block;
  margin: 0 auto;
}

.wb-financing .ido{
  margin: 30px auto;
  max-width: 90%;
}

.wb-fin-1{
  display: block;
  font-size: 3rem;
}

.wb-fin-1 strong{
  font-weight: 900;
}

.wb-fin-2{
  display: block;
  font-size: 2.2rem;
}

.wb-fin-3{
  display: block;
  font-size: 2.7rem;
  font-weight: 900;
}

.wb-fin-4{
  display: block;
  font-size: 2.6rem;
  font-weight: bold;
}

.wb-fin-5{
  display: block;
  font-size: 2.5rem;
  font-weight: bold;
  text-transform: none;
}

.wb-financing a{
  display: block;
  margin: 1.5rem 0;
  text-decoration: underline;
  letter-spacing: 0.2em;
  font-size: 0.75rem;
  line-height: 1.2;
  text-transform: uppercase;
}

@media (min-width: 48rem){
  .wb-financing .ido{
    margin: 60px auto 45px;
  }
}

@media (min-width: 64rem){
  .wb-financing .ido{
    max-width: 100%;
  }

  .wb-fin-1{
    font-size: 4rem;
  }

  .wb-fin-2{
    font-size: 2.9rem;
  }

  .wb-fin-4{
    font-size: 2.8rem;
  }

  .wb-fin-5{
    font-size: 2.7rem;
  }

  .wb-financing a{
    margin: 3rem 0 0;
  }
}

.wb-designer{
  margin: 30px auto 20px;
}

.wb-designer .grid{
  display: grid;
  grid-gap: 15px;
}

.wb-designer .section-boxes-content{
  padding: 0;
  text-decoration: none;
  transition: opacity 0.2s;
}

.wb-designer .section-boxes-content:hover{
  opacity: 0.6;
  transition: opacity 0.2s;
}

.wb-designer .section-boxes-content img{
  display: block;
}

.wb-designer .box-1{
  background: #d6d6d8 url('img_wb_a-jaffe-mobile-02.jpg') bottom center no-repeat;
  background-size: 100%;
  padding: 30px 30px 75%;
  color: var(--color-primary-lighter);
  letter-spacing: 0.08em;
}

.wb-designer .box-1 h2{
  margin: 1rem 0;
  font-size: 1.25rem;
  text-transform: uppercase;
  color: var(--color-primary-lighter);
  letter-spacing: 0.08em;
}

.wb-designer .desktop-img{
  display: none;
}

@media (min-width: 48rem){
  .wb-designer .box-1 h2{
    font-size: 1.5rem;
  }

  .wb-designer .box-1{
    font-size: 1.125rem;
  }
}

@media (min-width: 64rem){
  .wb-designer{
    margin: 45px auto 60px;
  }

  .wb-designer .grid{
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(3, auto-fill);
    grid-gap: 25px;
  }

  .wb-designer .box-1 { grid-area: 1 / 1 / 2 / 5; }
  .wb-designer .box-3 { grid-area: 2 / 1 / 3 / 2; }
  .wb-designer .box-4 { grid-area: 2 / 2 / 3 / 3; }
  .wb-designer .box-5 { grid-area: 2 / 3 / 3 / 4; }
  .wb-designer .box-6 { grid-area: 2 / 4 / 3 / 5; }
  .wb-designer .box-7 { grid-area: 4 / 1 / 5 / 5; }

  .wb-designer .box-1{
    background: #d6d6d8 url('img_wb_a-jaffe-02.jpg') center center no-repeat;
    background-size: cover;
    padding: 120px 100px 120px calc(50% + 100px);
  }

  .wb-designer .desktop-img{
    display: block;
  }

  .wb-designer .mobile-img{
    display: none;
  }
}

.wb-form .section-imagewtext-image{
  background: #d6d6d8 url('img_wb_lifestyle-01.jpg') top center no-repeat;
  background-size: cover;
}

.wb-form .section-imagewtext-text, .wb-form .section-imagewtext-title{
  color: var(--color-primary);
}

.section-imagewtext-title{
  font-size: 1.125rem;
  margin-bottom: 0;
}

.wb-form p{
  font-size: 2rem;
  margin-bottom: 0.25em;
}

.wb-form .section-imagewtext-text,
.wb-form .section-imagewtext-text:before{
  background-color: #d6d6d8;
}

@media (min-width: 64rem){
  .wb-form .section-imagewtext-text{
    width: 45%;
  }

  .wb-form .section-imagewtext-image{
    width: 55%;
    background: #d6d6d8 url('img_wb_lifestyle-01.jpg') top center no-repeat;
  }

  .wb-form p{
    margin-bottom: 1em;
  }
}

@media (min-width: 80rem){
  .section-imagewtext-title{
    font-size: 1.25rem;
  }

  .wb-form p{
    font-size: 3rem;
  }
}

.wb-prequalified{
  margin: 0 -20px;
  line-height: 1.6;
}

.wb-prequalified .img-text-box__image{
  background: #d6d6d8 url('img_wb_lifestyle-02.jpg') center center no-repeat;
  background-size: cover;
}

.wb-prequalified .img-text-box__content{
  padding: 30px;
  background-color: #d6d6d8;
}

.wb-prequalified .img-text-box__content h2{
  font-size: 2rem;
  margin: 0.25em 0 0.75em;
}

.wb-prequalified .btn{
  margin-top: 1rem;
  padding: 14px 45px;
  background-color: var(--color-purple);
  border-color: var(--color-purple);
  color: #fff;
  font-size: 1rem;
}

.wb-prequalified .btn:hover, .wb-prequalified .btn:focus{
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  color: #fff;
}

@media (min-width: 48rem){
  .wb-prequalified .img-text-box__content{
    padding: 60px;
  }
}

@media (min-width: 64rem){
  .wb-prequalified{
    margin: 80px auto 60px;
    font-size: 1.125rem;
  }

  .wb-prequalified .img-text-box__image{
    width: 55%;
  }

  .wb-prequalified .img-text-box__content{
    width: 45%;
  }
}

@media (min-width: 80rem){
  .wb-prequalified{
    margin: 80px auto;
  }
}

.wb-tagline::before{
  content: "";
  display: block;
  z-index: 1;
  position: relative;
  background: transparent url('img_wb_bands.png') center center no-repeat;
  background-size: contain;
  max-width: 100%;
  width: 315px;
  height: 128px;
  margin: 20px auto -32px;
}

.wb-tagline .footer-tagline{
  height: 70px;
  padding: 20px 0;
  position: relative;
  background-color: var(--color-primary);
  color: #fff;
}

.wb-tagline .footer-tagline::after{
  content: "";
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  padding: 20px 0;
  background-color: var(--color-primary);
}

@media (min-width: 48rem){
  .wb-tagline::before{
    width: 788px;
    height: 321px;
    margin: 0 auto -80px;
  }

  .wb-tagline .footer-tagline{
    height: 90px;
    font-size: 2.25rem;
  }
}

@media (min-width: 80rem){

  .wb-tagline::before{
    width: 1051px;
    height: 401px;
    margin: 0 auto -90px;
  }
}

.wb-banner{
  padding: 300px 0 30px;
  background: #000 url('img_wb_lifestyle-03.jpg') center top no-repeat;
  background-size: cover;
  font-size: 1.7rem;
  line-height: 1.2;
  color: #fff;
  text-align: center;
}

@media (min-width: 64rem){
  .wb-banner{
    padding: 450px 0 50px;
    font-size: 4rem;
  }

@media (min-width: 80rem){
  .wb-banner{
    padding: 550px 0 50px;
  }
}
