/** Shopify CDN: Minification failed

Line 6:1 Unexpected "="

**/
*========== Jewelry info section CSS ==========*/
.jewelry-info-section .section-wrapper {padding: 23px 0 0 20px;}
.jewelry-info-section .section-header {margin-bottom: 0;}
.jewelry-info-section .section-header .title {
      color: var(--color_primary-black);
    font-size: 32px;
    font-weight: 500;
    line-height: 38px;
    margin-bottom: 3rem;
  /* font-size: 40px;
  line-height: 53px;
  margin-bottom: 0;
  position: relative;
  z-index: 0;
  text-transform: capitalize;
  letter-spacing: normal;
  color: #BC913F; */
}
.jewelry-info-section .content .text {margin-top: 10px;}
.jewelry-info-section .content .text p {
  color: #687686;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 20px;
}
.jewelry-info-section .content .btn-show-info {margin-top: 6px;}
.jewelry-info-section .content .btn-show-info.active svg {
  -webkit-transform: rotateX(-180deg);
  -moz-transform: rotateX(-180deg);
  -ms-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
}
.jewelry-info-section .jewelry-info {
  margin-top: 10px;
  display: none;
}
.jewelry-info-section .jewelry-info .info-wrapper:not(:last-child) {margin-bottom: 35px;}
/* .jewelry-info-section .jewelry-info h3 {
  color: #4F5B74;
  font-size: 14px;
  line-height: 19px;
  font-weight: 500;
  margin-bottom: 8px;
} */
.jewelry-info-section .jewelry-info h5, .jewelry-info-section .jewelry-info h3{
  font-family: var(--font-body-family);
  font-size: 20px;
  line-height: 1.4;
  margin-top: 35px;
  margin-bottom: 6px;
}
.jewelry-info-section .jewelry-info ol, .jewelry-info-section .jewelry-info ul{
  padding-left: 14px;
}
.jewelry-info-section p a {color: #687686;font-weight: 600;}
.jewelry-info-section .jewelry-info p {
  color: #687686;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 20px;
}
.jewelry-info-section .jewelry-info p b {color: #4f5b74;}
@media screen and (min-width: 750px) {
  .jewelry-info-section .section-header .title svg {
    position: absolute;
    left: -20px;
    top: -23px;
  }
  .jewelry-info-section .jewelry-info .info-wrapper {
    position: relative;
  }
  .jewelry-info-section .jewelry-info h3 svg {
    position: absolute;
    left: 0;
    top: 3px;
  }
}
@media screen and (max-width: 749px) {
  .jewelry-info-section .section-wrapper {
    padding: 0 10px;
  }
  .jewelry-info-section .section-header .title {
    font-size: 22px;
    line-height: 30px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .jewelry-info-section .section-header .title svg {margin-bottom: 0px;}
  .jewelry-info-section .content .text {margin-top: 16px;}
  .jewelry-info-section .content .text p, .jewelry-info-section .jewelry-info p {
    font-size: 14px;
    line-height: 18px;
    color: #687686;
  }
  .jewelry-info-section .content .btn-show-info {margin-top: 15px;}
  .jewelry-info-section .jewelry-info {margin-top: 10px;}
  .jewelry-info-section .jewelry-info h3 {margin-bottom: 4px;}
  .jewelry-info-section .jewelry-info h3 svg {
    position: relative;
    top: 2px;
  }
  .jewelry-info-section .jewelry-info h5, .jewelry-info-section .jewelry-info h3 {
    font-size: 16px;
  }
}
@media(min-width:768px) and (max-width:1199px){
  .jewelry-info-section .section-header .title{
    font-size: 30px;
    line-height: 43px;
  }
}
/***** Jewelry info section CSS end *****/ 
.jewelry-info-section .content .btn-show-info {
    margin-top: 6px;
}

.jewelry-info-section .btn-border {
    background: transparent;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: var(--nav-level-one-hover-color);
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    letter-spacing: 2.1px;
    text-transform: uppercase;
    padding: 9.2px 27px;
    border-width: 2px;
    border-style: solid;
    border-image: linear-gradient(to bottom, var(--nav-level-one-hover-color), rgba(0, 0, 0, 0), var(--nav-level-one-hover-color)) 1 1;
    cursor: pointer;
}
.jewelry-info-section .btn-border svg {
    display: block;
    width: 8px;
    height: 8px;
}
.jewelry-info-section .btn-border .btn-sparkle:first-child {
    left: -4.5px;
}
.jewelry-info-section .btn-border .btn-sparkle {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.jewelry-info-section .btn-border .btn-sparkle:last-child {
    right: -4.5px;
}
.jewelry-info-section .btn-border .btn-sparkle {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.jewelry-info-section .btn-border:focus,.jewelry-info-section  .btn-border:not([disabled]):hover {
    color: #bc913f;
    background: transparent !important;
    border-image: linear-gradient(to bottom, #bc913f, #0000, #bc913f) 1 1;
}
.jewelry-info-section .btn-border:focus svg .icon-sparkle-a,.jewelry-info-section  .btn-border:not([disabled]):hover svg .icon-sparkle-a {
    fill: #bc913f;
}
.jewelry-info-section .hide {
    display: none !important;
}