/** Shopify CDN: Minification failed

Line 282:0 Unexpected "}"

**/
/* link styling */
.index-sections p a {
  text-decoration: underline;
}

.index-sections p a:hover {
  color: #dcbe7d;
}

div#content p a {
  text-decoration: underline;
}

div#content p a:hover {
  color: #dcbe7d;
}

div#content ol a {
  text-decoration: underline;
}

div#content ol a:hover {
  color: #dcbe7d;
}

div#page .rte a {
  text-decoration: underline;
}

div#page .rte a:hover {
  color: #dcbe7d;
}

/* link styling ends */

div#collection-page .collection-description h1 {
  text-align: left;
}

.large-screen--only {
  display: block;
}

.small-screen--only {
  display: none;
}

/* CLS */

@media (max-width: 700px) {
  .large-screen--only {
    display: none;
  }

  .small-screen--only {
    display: block;
  }

  div#product-photos {
    min-height: 370px;
  }

  .payment-terms {
    min-height: 40px;
  }
}

img {
  height: auto;
}

/* Overflow issues */
.header__block-top-wrapper.js-block-header {
  width: 50% !important;
}

ul#main-nav {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

div#big-footer {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

@media (max-width: 500px) {
  div#footer-signup {
    max-width: 300px;
    margin: auto;
  }
}

#shopify-section-header div#mobile-header {
  padding: 10px 0px !important;
  justify-content: space-evenly;
}

/* Overflow issues ends */

/* New Predictive Search */

#hidden-search-input {
  display: none;
}

.show-search {
  display: block !important;
}

.search-overlay {
  cursor: pointer;
}

div#hidden-search-input {
  position: absolute;
  right: 0;
  z-index: 101;
  width: 100%;
}

predictive-search input#Search {
  padding: 6px;
  width: 100%;
}

div#predictive-search-results {
  background-color: white;
  border: 1px solid;
  border-radius: 2px;
  padding: 5px;
  max-height: 400px;
  overflow-y: auto;
}

div#predictive-search-results {
  text-align: left;
}

div#predictive-search-results ul {
  list-style: none;
}

div#predictive-search-results ul li {
  margin: 2px 0;
  padding: 10px 0;
  background: #ebebeb;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}

div#predictive-search-results ul li:hover {
  background: #faecb1;
}

h3#predictive-search-products {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

div#predictive-search-results ul a {
  display: flex;
  gap: 20px;
  align-items: center;
}

div#predictive-search-results ul a span {
  text-align: left;
  color: black;
  font-size: 14px;
  line-height: 20px;
}

@media only screen and (max-width: 980px) {
  div#shopify-section-header .header__topbar-links,
  .header__topbar__shopping-cart-links {
    display: block !important;
  }
}

div#top-bar {
  padding: 5px !important;
}

div#hidden-search-input {
  margin-top: 10px;
}

@media (max-width: 700px) {
  div#hidden-search-input {
    margin-top: 20px;
    margin-right: 10px;
  }
}

div#hidden-search-input {
  width: 300px;
}

div#mobile-header li.pred-search-wrapper {
  display: none;
}

li.pred-search-wrapper {
  margin-right: 5px;
  display: none;
}

@media (max-width: 980px) {
  .top-bar-shop-links li#cart-link {
    display: none;
  }
}

div#predictive-search-results img {
  max-width: 100px;
}

.custom-form-inputfields input {
  width: 90%;
}

.custom-form-inputfields textarea {
  width: 90%;
}

.custom-form-textarea textarea#contactFormMessage {
  width: 90%;
  min-width: 90% !important;
}

@media (min-width: 980px) {
  .custom-form-textarea textarea#contactFormMessage {
    width: 95%;
    min-width: 95% !important;
  }
}

/* Article styling */
.article .rte p {
  padding: 0;
}

/* Collection */
.collection-custom-top-banner h2 {
  font-size: 24px;
}

.collection-description .rte {
  margin-bottom: 0 !important;
}

/* About page styling */

.about-saracino-jewelry--template a.button {
  align-items: center;
  margin: 20px auto;
  display: block;
  max-width: 350px;
  text-decoration: none !important;
}

.about-saracino-jewelry--template a.button:hover {
  color: white !important;
}

.about-saracino-jewelry--template #page img {
  margin-bottom: 10px;
  margin-left: 10px;
  text-align: c center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
}

.about-saracino-jewelry--template #page h2 {
  margin-top: 30px;
}

.article-image img {
  max-height: 500px;
  width: 100%;
  object-fit: cover;
}

/* Navy page edit */

.page-navy-jewelry-collection h1 {
  max-width: 400px;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 20px;
}

.page-navy-jewelry-collection h1:after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100px;
  border-bottom: 1px solid #eeeeee;
}

.page-navy-jewelry-collection .imageCarousel__withText--caption-content h2 {
  max-width: 400px;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 20px;
}

.page-navy-jewelry-collection
  .imageCarousel__withText--caption-content
  h2:after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100px;
  border-bottom: 1px solid #eeeeee;
}

.page-navy-jewelry-collection .imageCarousel__withText--caption-content h3 {
  max-width: 400px;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 20px;
}

.page-navy-jewelry-collection
  .imageCarousel__withText--caption-content
  h3:after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100px;
  border-bottom: 1px solid #eeeeee;
}

@media (max-width: 768px) {
  .page-navy-jewelry-collection .imageCarousel__withText--caption-content h1 {
    margin-top: 20px;
  }
  .page-navy-jewelry-collection .imageCarousel__withText--caption-content h2 {
    margin-top: 20px;
  }
  .page-navy-jewelry-collection .imageCarousel__withText--caption-content h3 {
    margin-top: 20px;
  }
}

/* Affiliate page */
.page-affiliate-page {
  overflow-x: hidden;
}
.affiliate-page--template #breadcrumb {
  display: none;
}
.affiliate-page--template .row#content {
  width: 100%;
  margin: 0;
}
.image-with-text-wrapper {
  display: flex;
  align-items: stretch;
  height: 100%;
}
.image-with-text-wrapper.image-with-text--no-text .image-with-text__image {
  width: 100%;
}
.image-height .image-with-text-wrapper {
  height: auto;
  align-items: center;
}
.image-with-text-wrapper--reverse {
  flex-direction: row-reverse;
}
.image-with-text__inner {
  max-width: 650px;
  margin: 0 auto;
  padding: 48px;
}
.image-with-text__inner p,
.image-with-text__inner ul li {
  font-size: 1.05rem;
  line-height: 1.5rem;
}
.image-with-text__inner ul {
  text-align: left;
}
.image-with-text__inner h1 {
  font-size: 52px;
  line-height: 1.2em;
}
.image-with-text__text,
.image-with-text__image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  height: 100%;
  text-align: center;
}
@media screen and (max-width: 749px) {
  .image-with-text-section {
    height: auto;
  }
  .image-with-text-wrapper {
    flex-direction: column;
    height: auto;
  }
  .image-with-text-wrapper--reverse {
    flex-direction: column;
  }
  .image-with-text__inner h1 {
    font-size: 32px;
  }
  .image-with-text__text,
  .image-with-text__image {
    height: auto;
    width: 100%;
  }
  .screen-height-full .image-with-text__text,
  .screen-height-full .image-with-text__image {
    min-height: calc(math.div(100vh, 2));
  }
  .screen-height-three-quarters .image-with-text__text,
  .screen-height-three-quarters .image-with-text__image {
    min-height: calc(75vh / 2);
  }
  .screen-height-two-thirds .image-with-text__text,
  .screen-height-two-thirds .image-with-text__image {
    min-height: calc(66vh / 2);
  }
  .screen-height-one-half .image-with-text__text,
  .screen-height-one-half .image-with-text__image {
    min-height: calc(50vh / 2);
  }
  .screen-height-one-third .image-with-text__text,
  .screen-height-one-third .image-with-text__image {
    min-height: calc(33vh / 2);
  }
  .seven-fifty-height-hero .image-with-text__text,
  .seven-fifty-height-hero .image-with-text__image {
    min-height: calc(750px / 2);
  }
  .sixty-fifty-height-hero .image-with-text__text,
  .sixty-fifty-height-hero .image-with-text__image {
    min-height: calc(650px / 2);
  }
  .five-fifty-height-hero .image-with-text__text,
  .five-fifty-height-hero .image-with-text__image {
    min-height: calc(550px / 2);
  }
  .four-fifty-height-hero .image-with-text__text,
  .four-fifty-height-hero .image-with-text__image {
    min-height: calc(450px / 2);
  }
  .three-fifty-height-hero .image-with-text__text,
  .three-fifty-height-hero .image-with-text__image {
    min-height: calc(350px / 2);
  }
  .two-fifty-height-hero .image-with-text__text,
  .two-fifty-height-hero .image-with-text__image {
    min-height: calc(250px / 2);
  }
}
.image-with-text__text {
  flex-direction: column;
}
.image-with-text__image {
  position: relative;
  overflow: hidden;
}
.image-with-text__image:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.image-height .image-with-text__image {
  height: auto;
}
.image-height .image-with-text__image img {
  display: block;
  width: 100%;
  height: auto;
}
.image-with-text__image-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #fff;
  z-index: 0;
}
.image-with-text__image-img svg {
  display: block;
  height: 100%;
  margin: auto;
  fill: #e0e0e0;
  background-color: #f7f7f7;
}
.image-height .image-with-text__image-img {
  position: relative;
  bottom: auto;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}
.image-height .image-with-text__image-img svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.image-with-text__button {
  position: relative;
  z-index: 100;
  color: #878581;
  border-radius: none;
  border: solid 1px #878581;
  background: rgba(0, 0, 0, 0);
  padding: 15px 25px;
  font-size: 0.725rem;
  transition: color 0.2s ease, background 0.2s ease, border 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.image-with-text__button .icon {
  margin-left: 10px;
}
.image-with-text__button:hover {
  color: #fff;
  border-color: #333;
  background: #333;
}
.image-height .image-with-text__button {
  position: absolute;
}
.image-with-text__button.video__play {
  padding: 0;
  background: transparent !important;
  border: 0 !important;
}
.image-with-text__button.video__play span {
  display: none;
}
.image-with-text__button.video__play svg.icon-play {
  margin: 0;
  fill: #878581;
}
.index-rte {
  padding-top: 50px;
  padding-bottom: 50px;
}
.rich-text-alph-content__wrapper {
  padding: 0 25px;
}
.rich-text-alph-content__wrapper h2 {
  max-width: 600px;
  font-size: 2.5rem;
}
.rich-text-alph-content__wrapper p {
  font-size: 1.05rem;
  line-height: 1.5;
  font-weight: 500;
}
.rich-text .rich-text-alph-content__wrapper p {
  margin: 20px auto;
}
.rich-text__content {
  text-align: center;
}
.custom-grid__wrapper h2 {
  font-size: 2.5rem;
  line-height: 1.2;
}
.custom-grid__wrapper p {
  font-size: 1.05rem;
  font-weight: 500;
  line-height: 1.5;
}
/* End Affiliate page */

/* Product page custom notes */
#product_notes {
  height: auto;
  min-height: 100px;
}
.custom__form-field {
  font-size: 16px;
}
.custom_properties {
  margin-bottom: 8px;
  display: block;
}
/* End Product page custom notes */

/* Blog Nav */
ul#blog-nav {
  display: flex;
  height: auto;
  text-align: center;
  margin: 30px 0;
  position: relative;
  padding: 0;
  width: 100%;
  justify-content: center;
  flex-wrap: wrap;
}
#blog-nav li a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.custom-tag{
  font-size: 20px;
  line-height: 23.4px;
}
.custom-h2-h5{
     font-size: 18px;
    line-height: 21.06px;
}

.custom-h2-h3{
    font-size: 24px;
    line-height: 28.08px;
}

.custom-h2-h3-contact{
    font-size: 18px;
    font-weight: 300;
    margin-top: 10px;
    position: relative;
    margin-bottom: 20px;
  line-height: 28.08px;
}
div#contactFormNew h2::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 150px;
    height: 1px;
    background-color: #eeeeee;
}


.custom-h2-h4-nl{
  font-size: 16px;
}

.custom-h2-h3-nl{
  font-size: 24px;
}

/* .panels .globo-form-input {
  height: 30% !important;
}
 */