#jewelry {}
#jewelry .block-header {
  text-align: left;
  margin-bottom: 90px;
}
#jewelry .image {
  display: block;
  width: 480px;
  max-width: 100%;
  height: 480px;
  border-radius: 10px;
  overflow: hidden;
}
#jewelry .image.left {}
#jewelry .image.right {
  margin-top: 170px;
}
#jewelry .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  pointer-events: none;
  user-select: none;
}
#jewelry .image-label {
  display: block;
  margin-top: 24px;
  font-family: var(--font-dark-main);
  font-size: 20px;
  font-weight: 700;
  line-height: 25.6px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #FFD3A2;
  text-transform: uppercase;
}
#jewelry .mod-menu {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
#jewelry .nav-item {
  display: block;
}
#jewelry .nav-item a {
  font-family: var(--font-dark-main);
  font-size: 20px;
  font-weight: 500;
  line-height: 36.41px;
  text-align: left;
  text-transform: uppercase;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-underline-position: from-font;
  text-decoration-skip-ink: auto;
  color: #FFD3A2;
}

@media screen and ( max-width: 991px ) {
  #jewelry * {
    text-align: center;
  }
  #jewelry .block-header {
    margin: 0 auto 2rem;
    text-align: center;
    width: 100%;
    max-width: 400px;
  }
  #jewelry .image {
    margin: 0 auto;
  }
  #jewelry .image.right {
    margin-top: 0;
  }
	#jewelry .image.left,
	#jewelry .image.right {
	  display: none;
	}
	#jewelry .mobile-pictures {
	  display: block !important;
	  margin-top: 30px;
	}
	#jewelry .left-col {
	  display: none;
	}
	#jewelry .row > .col-lg-4 {
	  margin: 0;
	}
	#jewelry .image {
		height: 285px;
	}
}