/** Shopify CDN: Minification failed

Line 439:40 Unexpected "/"
Line 792:0 Unexpected "<"
Line 833:0 Unexpected "<"

**/
/* Product Title minimal */
.product--title {
  font-size: 28px;
  margin-bottom: 10px;
  font-weight: 600;
}

/* Price bigger */
.product__price {
  font-size: 26px !important;
  font-weight: 600 !important;
  margin-bottom: 15px;
}

/* Metal / variant buttons smaller */
.product-form__input .swatch input + label {
  width: auto;
  padding: 10px 18px;
  font-size: 15px;
}

/* Metal tone icon grid */
.metal-tone-icons {
  display: flex;
  gap: 10px;
  margin: 10px 0 20px;
}
.metal-tone-icons img {
  width: 45px;
  height: auto;
  cursor: pointer;
  transition: transform .2s;
}
.metal-tone-icons img:hover {
  transform: scale(1.1);
}

/* Add to cart layout small */
.product-form__buttons {
  display: flex;
  align-items: center;
  gap: 10px;
}
.product-form__submit {
  flex: 1;
  max-width: 50%;
  text-transform: uppercase;
  font-size: 15px !important;
}
.wishlist-btn {
  width: 50px;
  height: 50px;
  border: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}

/* Buy now button smaller margin */
.shopify-payment-button {
  margin-top: 10px !important;
}

/* Estimated delivery */
.estimated-delivery {
  margin-top: 15px;
  font-size: 15px;
  color: #333;
  font-weight: 500;
}

.personalization-box {
  margin-top: 18px;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.personalization-box label {
  font-size: 14px;
  margin-bottom: 6px;
  font-weight: 500;
}

.personalization-box textarea {
  width: 100%;
  border: 1px solid #ddd;
  padding: 12px;
  border-radius: 6px;
  font-size: 14px;
  resize: vertical;
}

.trust-badges {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 22px;
  margin-bottom: 22px;
}

.trust-badges img {
  width: 42px;
  height: auto;
}
.atc-row {
  display: flex;
  gap: 12px;
  width: 100%;
}

.atc-btn {
  width: 70% !important;
}

.wishlist-btn {
  width: 30% !important;
  border: 1px solid #000;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  padding: 0;
}

.wishlist-btn svg {
  width: 22px;
  height: 22px;
}

.product-form-buttons {
  width: 100%;
}
.atc-wishlist-row {
  display: flex;
  width: 100%;
  gap: 10px;
}

.atc-70 { flex: 0 0 70% !important; }
.wishlist-30 { flex: 0 0 30% !important; }

.atc-70 button {
  width: 100% !important;
}

.wishlist-button {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
  border-radius: 10px;
  background: #fff;
  padding: 14px 0;
  cursor: pointer;
}

.wishlist-button svg {
  width: 22px;
  height: 22px;
  stroke: #000;
  fill: none;
}
/* Product spacing cleanup */
.variant-picker__form { gap: 10px !important; }
.product-form-buttons, .product-form-buttons * { margin-top: 6px !important; }
.variant-option--dropdowns label,
.metal-tone-label { margin-bottom: 4px !important; }
.metal-tone-picker { margin-top: 4px !important; margin-bottom: 6px !important; }
/* --- PRODUCT PAGE TWEAKS --- */

/* Tighter spacing around estimated delivery, buttons, personalization, badges */
.estimated-delivery {
  margin-top: 8px !important;
  margin-bottom: 10px !important;
}

.buy-buttons-block .product-form-buttons {
  margin-top: 4px !important;
  margin-bottom: 8px !important;
}

/* Personalization and trust badges closer to buttons */
.personalization-box {
  margin-top: 10px !important;
}

.trust-badges {
  margin-top: 8px !important;
}

/* --- ATC + Wishlist layout fix --- */
.atc-wishlist-row {
  display: flex !important;
  gap: 12px !important;
  align-items: stretch !important;
  margin-top: 8px !important;
  margin-bottom: 10px !important;
}

.atc-wishlist-row .atc-70 {
  flex: 7 !important;
}

.atc-wishlist-row .wishlist-30 {
  flex: 3 !important;
}



/* ATC + Wishlist row alignment */
.atc-wishlist-row {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  gap: 12px !important;
  margin-top: 6px !important;
  margin-bottom: 6px !important;
}

/* Fix exact widths */
.atc-wishlist-row .atc-70 {
  flex: 1 1 auto !important;
}

.atc-wishlist-row .wishlist-30 {
  flex: 0 0 110px !important;  /* fixed width box for wishlist */
  height: 60px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

/* Force ATC button full height */
.atc-wishlist-row .atc-70 button {
  height: 60px !important;
  width: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 12px !important;
}

/* Wishlist button styling */
.wishlist-30 button {
  width: 100% !important;
  height: 60px !important;
  border: 1px solid #000 !important;
  border-radius: 12px !important;
  background: #fff !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
}
/* Capitalize Add to Cart text and align center */
.atc-70 button span,
.add-to-cart-button span,
button.add-to-cart-button span {
  text-transform: uppercase !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

/* Align icon + text perfectly */
.atc-70 button .icon,
.atc-70 button svg {
  margin-right: 8px !important;
  position: relative;
  top: 0 !important;
}

/* Ensure button content vertically centered */
.atc-70 button {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important; /* space between icon & text */
}
/* Fix Add to Cart icon size + alignment */
.atc-70 button svg,
.atc-70 button .icon {
  width: 22px !important;
  height: 22px !important;
  flex-shrink: 0 !important;
  display: inline-flex !important;
}

.atc-70 button {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  line-height: 1 !important;
  padding: 0 !important;
}
.atc-70 button span {
  line-height: 1 !important;
}
/* Full fix for Add to Cart icon + text alignment */
.atc-70 button,
.product-form__submit {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 12px !important;
  text-align: center !important;
  padding: 0 !important;
}

/* Target inner wrapper created by Shopify */
.atc-70 button .product-form__submit-inner {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
}

/* Icon styling */
.atc-70 button svg,
.atc-70 button .icon {
  width: 26px !important;
  height: 26px !important;
  margin: 0 !important;
  display: inline-flex !important;
  vertical-align: middle !important;
}
/* --- CENTER ADD TO CART CONTENT --- */

/* Force button to behave like a flex container */
.atc-70 > button {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 60px !important; /* match wishlist */
  padding: 0 !important;
  margin: 0 !important;
}

/* Target Shopify internal wrapper */
.atc-70 > button .button__content {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  height: 100% !important;
  line-height: 1 !important;
}

/* Icon sizing + vertical center */
.atc-70 > button svg {
  width: 22px !important;
  height: 22px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Wishlist height match */
.wishlist-30 button {
  height: 60px !important;
}
button.add-to-cart-button {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
}

button.add-to-cart-button > span {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

button.add-to-cart-button .svg-wrapper {
  width: 22px !important;
  height: 22px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

button.add-to-cart-button span.add-to-cart-text {
  font-size: 17px !important;
  display: inline-flex !important;
  align-items: center !important;
}
button.add-to-cart-button {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
}

button.add-to-cart-button > span {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

button.add-to-cart-button .svg-wrapper {
  width: 22px !important;
  height: 22px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

button.add-to-cart-button span.add-to-cart-text {
  font-size: 17px !important;
  display: inline-flex !important;
  align-items: center !important;
}
/* Reduce top padding above ATC + Wishlist block */
.buy-buttons-block,
.product-form-buttons {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* Remove extra padding around estimated delivery and button block */
.estimated-delivery {
  margin-bottom: 6px !important;
}

Tighten spacing ABOVE buy button block */
.product__info-container,
.product-form {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

/* Pull the buy buttons up */
.buy-buttons-block,
.product-form-buttons {
  margin-top: -18px !important; /* adjust -18px to -25px if needed */
}

/* Move Estimated Delivery closer to Size Guide / variants */
.estimated-delivery,
.estimated-delivery-wrapper,
p.estimated-delivery {
  margin-top: -10px !important;  /* adjust to -12 / -15 if needed */
  margin-bottom: 8px !important;
  padding: 0 !important;
}
/* Pull Accelerated Checkout button higher */
.shopify-payment-button {
  margin-top: -20px !important;
  margin-bottom: 6px !important;
  padding-top: 0 !important;
}
.shopify-payment-button__button--unbranded {
  text-transform: uppercase !important;
  font-weight: 600 !important;
  letter-spacing: 0.5px !important;
}
.shopify-payment-button__button--unbranded,
.atc-70 button,
button.add-to-cart-button {
  font-family: inherit !important;
  font-weight: 600 !important;
  font-size: 18px !important;
  letter-spacing: 0.5px;
}
/* Reset margins inside product buttons so content can center */
.product-form-buttons button,
.product-form-buttons button * {
  margin-top: 0 !important;
}
/* Force ATC & Wishlist buttons to equal Shop Now height */
.atc-wishlist-row button,
.atc-wishlist-row .wishlist-30 button,
button.add-to-cart-button {
  height: 60px !important;          /* Same height for both */
  min-height: 60px !important;
  max-height: 60px !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

/* Fix span & icon alignment inside ATC */
.atc-wishlist-row button span,
.add-to-cart-button span {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1 !important;
  font-size: 18px !important;       /* bigger text */
}
/* Fix wishlist heart icon styling */
.wishlist-button {
  font-size: 28px !important;      /* Bigger icon */
  color: #000 !important;          /* Make black */
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  height: 60px !important;         /* Match ATC height */
  padding: 0 !important;
  line-height: 1 !important;
}
/* Move Personalization box upward (closer to Shop Now button) */
.personalization-box,
#Properties-product-form {
  margin-top: -10px !important;
}

/* Move Trust badges upward */
.trust-badges {
  margin-top: -8px !important;
}
/* ==== VROM Trust Badges Styling ==== */
.vrom-trust-badges {
  display: flex;
  justify-content: center;
  gap: 32px;
  margin-top: 20px;
}

.vrom-trust-badge {
  width: 90px;               /* same width for all badges */
  display: flex;
  flex-direction: column;    /* icon on top, text below */
  align-items: center;       /* center icon + text */
  text-align: center;
}

.vrom-trust-badge img {
  width: 38px;
  height: auto;
}

.vrom-trust-badge p {
  font-size: 12px;
  line-height: 1.2;
  margin-top: 8px;
  margin-bottom: 0;
}
@media (max-width: 749px) {
  .vrom-trust-badges {
    flex-wrap: wrap;
    gap: 20px;
  }

  .vrom-trust-badge {
    width: 70px;
  }
}
.vrom-trust-badges {
  margin-top: 5px !important;     /* reduce spacing above */
  margin-bottom: 10px;            /* small spacing below */
}
.vrom-variant-grid {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 22px !important;
  align-items: center !important;
}

.variant-row,
.variant-option,
.metal-tone-variant {
  width: 100% !important;
}

.variant-option--dropdowns.variant-option--ring {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 10px !important;
}

.size-guide-link {
  margin-top: 0 !important;
  margin-left: 6px !important;
}

@media (max-width: 749px) {
  .vrom-variant-grid {
    grid-template-columns: 1fr !important;
  }
}
/* ===== Responsive Mobile Fix for Variant Grid ===== */
@media (max-width: 749px) {
  .vrom-variant-grid {
    display: flex !important;
    flex-direction: column !important;
    gap: 14px !important;
  }

  .variant-row,
  .metal-tone-variant,
  .variant-option--ring {
    width: 100% !important;
  }

  .metal-tone-picker {
    margin-top: 6px !important;
  }

  .variant-option--dropdowns.variant-option--ring {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 4px !important;
  }

  .variant-option--dropdowns.variant-option--ring .size-guide-link {
    margin-left: 0 !important;
    margin-top: 2px !important;
  }
}
.vrom-variant-grid {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 20px !important;
  align-items: center !important;
}

.variant-row,
.metal-tone-variant,
.variant-option--ring {
  width: 100% !important;
}

.variant-option--dropdowns.variant-option--ring {
  display: flex !important;
  flex-direction: row !important;
  justify-content: flex-start !important;
  align-items: center !important;
  gap: 10px !important;
}

.size-guide-link {
  margin: 0 0 0 10px !important;
}
/* Unify Add to Cart + Buy It Now buttons */
.product-form__buttons button,
.product-form__buttons .button,
.shopify-payment-button__button--unbranded {
  height: 60px !important;
  min-height: 60px !important;
  line-height: 60px !important;
  width: 100% !important;
  padding: 0 !important;

  display: flex !important;
  justify-content: center !important;
  align-items: center !important;

  font-size: 18px !important;
  font-weight: 600 !important;
  border-radius: 12px !important;
}

/* Ensures equal spacing between buttons */
.product-form__buttons {
  display: flex !important;
  flex-direction: column !important;
  gap: 12px !important;
}
/* Fix accelerated checkout pill label spacing */
.shopify-payment-button__button--unbranded .shopify-cleanslate div[role="button"],
.shopify-payment-button__button--unbranded div.shopify-payment-button__more-options,
.shopify-payment-button__more-options {
  padding: 0 !important;
  margin: 0 !important;
}

/* Reduce Accelerated checkout tag spacing */
.shopify-payment-button__button--unbranded .shopify-cleanslate button > span:first-child {
  margin: 0 !important;
  padding: 0 !important;
}

/* Fix the blue badge position */
.shopify-payment-button__button--unbranded .shopify-cleanslate div[data-testid="accelerated-checkout-button-label"] {
  margin: 0 !important;
  padding: 4px 10px !important;
  transform: translateY(-6px); /* adjust vertical position */
  border-radius: 6px !important;
  font-size: 12px !important;
}

/* Ensure BUY IT NOW stays aligned beneath */
.shopify-payment-button {
  margin-top: -15px !important;
}
/* Increase width of Metal & Ring size dropdowns on desktop */
.variant-option--dropdowns .variant-option__select-wrapper,
.variant-option--dropdowns select.variant-option__select {
  max-width: 180px !important;
  width: 180px !important;
}
@media (max-width: 768px) {
  .variant-option--dropdowns .variant-option__select-wrapper,
  .variant-option--dropdowns select.variant-option__select {
    max-width: 140px !important;
    width: 140px !important;
  }
}
/* MOBILE THUMBNAIL STRIP */
@media (max-width: 750px) {
  .vrom-thumbnails {
    display: flex;
    flex-direction: row;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    gap: 10px;
    padding: 10px 6px;
    margin-top: 12px;
    scroll-snap-type: x mandatory;
  }

  .vrom-thumbnails::-webkit-scrollbar {
    display: none;
  }

  .vrom-thumb {
    flex: 0 0 auto;
    scroll-snap-align: center;
    border: none;
    background: transparent;
    padding: 0;
  }

  .vrom-thumb-img {
    width: 70px;
    height: 70px;
    border-radius: 8px;
    object-fit: cover;
    border: 1px solid #d8d8d8;
    transition: all 0.2s ease;
  }

  .vrom-thumb-img:hover,
  .vrom-thumb-img.active {
    border-color: black;
    transform: scale(1.05);
  }
}
/* Mobile - Put all trust badges in one line */
@media (max-width: 750px) {
  .vrom-trust-badges {
    display: flex !important;
    flex-wrap: nowrap !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 12px !important; /* space between items */
    overflow-x: auto; /* allow slide if needed */
    padding: 10px 0;
  }

  .vrom-trust-badges .trust-badge {
    flex: 0 0 auto !important;
    text-align: center !important;
    width: 60px !important; /* reduce icon width */
  }

  .vrom-trust-badges .trust-badge img {
    width: 36px !important;
    height: 36px !important;
  }

  .vrom-trust-badges .trust-badge p,
  .vrom-trust-badges .trust-badge span {
    font-size: 10px !important;
    line-height: 12px !important;
    font-weight: 400 !important;
    margin-top: 4px !important;
  }
}
.shopify-payment-button__button, 
.shopify-payment-button__button--unbranded {
  text-transform: none !important;
}
<style>
.vrom-mobile-thumbnails {
  display: flex;
  flex-wrap: nowrap;          /* keeps thumbnails single line */
  gap: 10px;
  overflow-x: auto;
  padding: 16px 0;           /* adds spacing from main image */
  margin-bottom: 12px;
  justify-content: flex-start;
  scroll-snap-type: x mandatory;
}

.vrom-thumb-img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid #ddd;
  scroll-snap-align: center;
}

.vrom-thumb-btn {
  background: none;
  padding: 0;
  border: none;
}

/* Hide mobile thumbnails on desktop */
@media screen and (min-width: 750px) {
  .vrom-mobile-thumbnails {
    display: none !important;
  }
}

/* Hide existing built-in thumbnails only on mobile */
@media screen and (max-width: 749px) {
  .media-gallery__controls,
  .media-gallery__thumbnails {
    display: none !important;
  }
}
</style>








