/** Shopify CDN: Minification failed

Line 198:0 Unexpected "}"

**/


/* Header */
.uppercase {
  text-transform: uppercase;
}
.navigation {
  letter-spacing: .25em;
}

/* Index Custom */
#shopify-section-template--16151187521690__c14e0c99-3eb3-4f41-9265-cb528d27d9a3 .collection-slider-row {
  margin-top: 0;
}
#shopify-section-template--16151187521690__c0442b70-c326-4fe2-8728-d28ac5463dfa .fully-spaced-row--small {
  margin-bottom: 0;
}

/* Footer */
#pagefooter {
  font-size: .85rem;
}
.section-footer__title.h6-style {
         font-size: 11px;
        line-height: 18px;
        letter-spacing: .8px;
}

.section-footer__menu-block__menu li a{
           font-size: 11px;
        line-height: 18px;
        letter-spacing: .8px;
}
/* Article */
.back {
  display: inline-block;
  font-size: .8rem;
  letter-spacing: .2em;
  margin-bottom: 1em;
  text-transform: uppercase;
}

.link-more {
  font-size: 11px;
  letter-spacing: .8px;
  margin-top: 1em;
  text-transform: uppercase;
}



.store-gallery {
  width: 100%;
  height: auto;
}

/* Product Alternatives */
.product-block-alternative:not(.active) {
  display: none;
}

.alternatives-wrapper {
  display: flex;
  align-items: center;
  gap: .8rem;
}
.alternatives-wrapper .alternative-option {
  position: relative;
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 14px;
}
.alternatives-wrapper .alternative-option::before {
  content: '';
  position: absolute;
  display: block;
  top: -3px;
  left: -3px;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  border: 1px solid #e2e2e2;
}
.alternatives-wrapper .alternative-option.active::before {
  border: 1px solid #666;
}

.alternatives-wrapper .alternative-option.silver {
  background-color: #c8c8c8;
}
.alternatives-wrapper .alternative-option.gold {
  background-color: #e9d590;
}
.alternatives-wrapper .alternative-option.rose-gold {
  background-color: #cfaf9f;
}
.alternatives-wrapper .alternative-option span {
  display: block;
  position: absolute;
  left: 50%;
  bottom: 100%;
  transform: translate(-50%, -10px);
  visibility: hidden;
  opacity: 0;
  transition: opacity .5s ease;
  background: #fff;
  border: 1px solid #E2E2E2;
  border-radius: 3px;
  padding: .2em .5em;
  z-index: 1;
  white-space: nowrap;
  pointer-events: none;
}
.alternatives-wrapper .alternative-option:hover span {
  visibility: visible;
  opacity: 1;
}


/* Instagram Section */
.ooo-instagram-header__title {
  font-size: 18px;
}


/* Click2it */
.click2it {
  display: block;
  width: 40px;
}

.click2it svg {
  width: 100%;
  height: auto;
}

/* Wishlist */
.th_prd_wl_btn .d-flex {
  align-items: center;
  justify-content: center;
  height: 100%;
}
.th_wlc_position_relative {
  margin-inline-end: 20px;
}
@media (max-width: 767.98px) {
  .th_wlc_position_relative {
    margin-inline-end: 0px;
  }
}

.th_wlc_position_relative svg {
  width: 18px !important;
  height: 15px !important;
  margin-inline-end: 5px;
  fill: #222 !important;
}
.th_wlc_product_count {
  position: relative !important;
  background-color: transparent !important;
  color: #222 !important;
  height: auto !important;
  width: auto !important;
  border-radius: none !important;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 11px !important;
  top: initial !important;
  right: initial !important;
}
@media (max-width: 767.98px) {
  .th_wlc_product_count {
    display:none !important;
  }
}

.th-wl-container-header h3 {
  font-weight: normal !important;
}
.th-wl-no-wishlist h3 {
  font-weight: normal !important;
  font-size: 18px !important;
}

/* Klaviyo */
.klaviyo-form input[type=text],
.klaviyo-form input[type=email] {
  border-color: unset!important;
}

}
/* in custom.css.liquid */
#shopify-section- .slideshow {
  min-height: var(--slide-h-desktop);
}
@media (max-width: 749px) {
  #shopify-section- .slideshow {
    min-height: var(--slide-h-mobile);
  }
}
/* keep images elegant and uncropped weirdly */
#shopify-section- .slideshow img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* Footer Heading Styling */
.footer-heading {
  font-family: "Avenir Next LT Pro", sans-serif;
  font-style: normal !important; /* removes italics */
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 500;
  font-size: 13px;
  color: #6b6b6b;
}
/* Remove white box on hero banner button */
a.hero-button {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
}



