/** Shopify CDN: Minification failed

Line 320:0 Unexpected "}"

**/
variant-selects {
  display: block;
  margin-top:20px;
}

.product--no-media .product-form__input--pill,
.product--no-media .product-form__input--swatch,
.product--no-media .product-form__input--dropdown {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.product--no-media .product-form__input.product-form__input--pill,
.product--no-media .product-form__input.product-form__input--swatch {
  flex-wrap: wrap;
  margin: 0 auto 1.2rem auto;
}

.product--no-media .product-form__input--dropdown {
  flex-direction: column;
  max-width: 100%;
}

:is(.product-form__input--pill, .product-form__input--swatch) .form__label {
  margin-bottom: 0.2rem;
}

.product-form__input input[type='radio'] {
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  position: absolute;
  height: 1px;
  width: 1px;
}

.product-form__input input[type='radio']:not(.disabled):not(.visually-disabled) + label > .label-unavailable {
  display: none;
}

.product-form__input--dropdown {
  --swatch-input--size: 2rem;
  margin-bottom: 1.6rem;
}

.product-form__input--dropdown .dropdown-swatch + select {
  padding-left: calc(2.4rem + var(--swatch-input--size));
}

.product-form__input--dropdown .dropdown-swatch {
  position: absolute;
  left: 1.6rem;
  top: calc(50% - var(--swatch-input--size) / 2);
  width: var(--swatch-input--size);
  height: var(--swatch-input--size);
  z-index: 1;
}

/* Custom styles for Pill display type */
.product-form__input--pill input[type='radio'] + label {
 
  border:1px solid #044b61;
  background-color: rgb(var(--color-background));
  color: rgba(var(--color-foreground));
  /* border-radius: var(--variant-pills-radius); */
  color: rgb(var(--color-foreground));
  display: inline-block;
  margin: 0 5px;
  padding: 16px;
  font-size: 16px;
  letter-spacing: 0.1rem;
  line-height: 0.4;
  text-align: center;
  transition: border var(--duration-short) ease;
  cursor: pointer;
  position: relative;
}

.diamond{
   width:70px;
  height:40px;
  line-height:40px;
}
/* 
.product-form__input--pill input[type='radio'] + label:before {
  content: '';
  position: absolute;
  top: calc(var(--variant-pills-border-width) * -1);
  right: calc(var(--variant-pills-border-width) * -1);
  bottom: calc(var(--variant-pills-border-width) * -1);
  left: calc(var(--variant-pills-border-width) * -1);
  z-index: -1;
  border-radius: var(--variant-pills-radius);
  box-shadow: var(--variant-pills-shadow-horizontal-offset) var(--variant-pills-shadow-vertical-offset)
    var(--variant-pills-shadow-blur-radius) rgba(var(--color-shadow), var(--variant-pills-shadow-opacity));
} */

.product-form__input--pill input[type='radio'] + label:hover {
  border-color: rgb(var(--color-foreground));
}

.product-form__input--pill input[type='radio']:checked + label {
  /* background-color: rgb(var(--color-foreground)); */
  color: #fff;
  border:2px solid #044b61;
  background-color: #044b61;
}

@media screen and (forced-colors: active) {
  .product-form__input--pill input[type='radio']:checked + label {
    text-decoration: underline;
  }

  .product-form__input--pill input[type='radio']:focus-visible + label {
     outline-offset: 2px;
  }
}

.product-form__input--pill input[type='radio']:checked + label::selection {
  background-color: rgba(var(--color-background), 0.3);
}

.product-form__input--pill input[type='radio']:disabled + label,
.product-form__input--pill input[type='radio'].disabled + label {
  border-color: rgba(var(--color-foreground), 0.1);
  color: rgba(var(--color-foreground), 0.6);
  text-decoration: line-through;
}

.product-form__input--pill input[type='radio'].disabled:checked + label,
.product-form__input--pill input[type='radio']:disabled:checked + label {
  color: rgba(var(--color-background), 0.6);
}
.product-form__input--pill input[type='radio']:focus-visible + label {
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0 0.5rem rgba(var(--color-foreground), 0.55);
}

/* Fallback */
.product-form__input--pill input[type='radio'].focused + label {
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0 0.5rem rgba(var(--color-foreground), 0.55);
}

/* Custom styles for Swatch display type */
.product-form__input--swatch {
  display: flex;
  flex-wrap: wrap;
}

.product-form__input--swatch .swatch-input__input + .swatch-input__label {
  --swatch-input--size: 3.6rem;

  margin: 0.7rem 1.2rem 0.2rem 0;
}

@media screen and (min-width: 750px) {
  .product-form__input--swatch .swatch-input__input + .swatch-input__label {
    --swatch-input--size: 2.8rem;
  }
}
/* hide radio */
variant-selects input[type="radio"] {
  display: none;
}

/* selected state */
variant-selects input[type="radio"]:checked + .metal-swatch {
  border:2px solid #044b61;
}

/* disabled */
variant-selects input.disabled + .metal-swatch {
  opacity: 0.35;
  cursor: not-allowed;
}

/* METAL COLORS (soft, flat like image) */
variant-selects input[type="radio"] {
  display: none;
}

variant-selects {
               /* ✅ enable horizontal scroll */  gap: 10px;
  margin-top:20px;
   
}
variant-selects::-webkit-scrollbar {
  display: none;                  /* Chrome / Safari */
}
variant-selects label.metal-swatch {
  flex: 0 0 auto;
}



/* swatch base */
/* .metal-swatch {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #f3f3f3;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 1px solid #e2e2e2;
  transition: all 0.2s ease;
} */

/* text inside */
.metal-label {
  font-size: 11px;
  font-weight: 400;
  color:rgb(76, 76, 76);
  letter-spacing: 0.3px;
  text-transform: uppercase;
  display:flex;
  align-items:center;
  justify-content:center;
  position: absolute;
  top: calc(var(--variant-pills-border-width) * -1);
  right: calc(var(--variant-pills-border-width) * -1);
  bottom: calc(var(--variant-pills-border-width) * -1);
  left: calc(var(--variant-pills-border-width) * -1);
}


.metal-swatch {
  position:relative;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 1.5px solid #cfcfcf;
  background: #f3f3f3;
}
.main{
  width:100%;
  display:flex;
  flex-wrap:wrap !important;
  overflow-x:hidden !important;
}

/* Silver */
.metal-925-silver {
  background-image: url(/cdn/shop/files/filter_color10.png?v=1769432448);
  background-position: center;
  background-size: contain;
}

/* 10K */
.metal-10k-yellow-gold {
  background-image: url(/cdn/shop/files/filter_color8.jpg?v=1769505880);
  background-position: center;
  background-size: contain;
}
.metal-10k-white-gold {
  background-image: url(/cdn/shop/files/filter_color9.jpg?v=1769505624);
  background-position: center;
  background-size: contain;
}
.metal-10k-rose-gold {
  background-image: url(/cdn/shop/files/filter_color7.jpg?v=1769505880);
  background-position: center;
  background-size: contain;
}

/* 14K */
.metal-14k-yellow-gold {
  background-image: url(/cdn/shop/files/filter_color2.jpg?v=1769505878);
  background-position: center;
  background-size: contain;
}
.metal-14k-white-gold {
  background-image: url(/cdn/shop/files/filter_color1.jpg?v=1769505880);
  background-position: center;
  background-size: contain;
}
.metal-14k-rose-gold {
  background-image: url(/cdn/shop/files/filter_color3.jpg?v=1769505880);
  background-position: center;
  background-size: contain;
}

/* 18K */
.metal-18k-yellow-gold {
  background-image: url(/cdn/shop/files/filter_color5.jpg?v=1769505880);
  background-position: center;
  background-size: contain;
}
.metal-18k-white-gold {
  background-image: url(/cdn/shop/files/filter_color4.jpg?v=1769505879);
  background-position: center;
  background-size: contain;
}
.metal-18k-rose-gold {
  background-image: url(/cdn/shop/files/filter_color6.jpg?v=1769505879);
  background-position: center;
  background-size: contain;
}

/* Platinum */
.metal-platinum {
  background-image: url(/cdn/shop/files/Platinum.png?v=1769506849);
  background-position: center;
  background-size: contain;
}
/* SELECTED — BORDER ONLY
variant-selects input[type="radio"]:checked + .metal-swatch {
  border-color: 2px solid #6b6b6b;
  /* background: inherit !important; */
} */

/* DISABLED */
/* variant-selects input.disabled + .metal-swatch {
  opacity: 0.4;
  cursor: not-allowed;
} */


/* ===== METAL TYPE — LABEL TOP, ICONS BELOW (SCROLL) ===== */


/* End custom styles for Swatch display type */
