/** Shopify CDN: Minification failed

Line 719:0 Expected "}" to go with "{"

**/
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@600&family=Playfair+Display:wght@600&family=Montserrat:wght@600&family=Allura&display=swap');

.pawlocket-uploader { border: 1px dashed #ccc; padding: 16px; border-radius: 12px; margin-top: 20px; }
.pawlocket-row { margin-top: 12px; }
.pawlocket-label { display: block; font-weight: 600; margin-bottom: 6px; }
.pawlocket-input, .pawlocket-select {
  width: 100%;
  max-width: 420px;
  padding: 10px 12px;
  border: 1px solid #ddd;
  border-radius: 10px;
  font-size: 14px;
  background:#fff;
}
.pawlocket-loading { display: none; margin-top: 10px; font-size: 14px; }
.pawlocket-preview { margin-top: 14px; display: none; }

/* preview card relative for overlay */
.pawlocket-preview-card { position: relative; border: 1px solid #eee; border-radius: 14px; padding: 14px; max-width: 360px; background: #fff; }

.pawlocket-preview img {
  max-width: 240px; width: 100%;
  display: block; margin: 0 auto 10px auto;
  border-radius: 8px; border: 1px solid #f0f0f0; background:#fff;
}

.pawlocket-preview-note{
  margin-top: 6px;
  font-size: 12.5px;
  line-height: 1.35;
  opacity: 0.75;
}

.pawlocket-engrave-name {
  text-align: center;
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  font-size: 22px;
  letter-spacing: 0.2px;
  display: flex; justify-content: center; align-items: center; gap: 8px;
}
.pawlocket-paw { font-size: 18px; line-height: 1; }
.pawlocket-preview-label { text-align:center; font-size:12px; opacity:.75; margin-top:6px; }
.pawlocket-hint { font-size:12px; opacity:.75; margin-top:6px; }

.pawlocket-divider { height:1px; background:#eee; margin:18px 0; }

.pawlocket-actions { display:flex; gap:10px; flex-wrap:wrap; margin-top:14px; align-items:center; }
.pawlocket-btn {
  padding:10px 12px;
  border-radius:12px;
  border:1px solid #ddd;
  background:#fff;
  font-weight:600;
  cursor:pointer;
}
.pawlocket-btn.primary { border-color:#111; }
.pawlocket-btn:disabled { opacity:.5; cursor:not-allowed; }

.pawlocket-hidden { display:none !important; }

.pawlocket-global-loading {
  display:none;
  margin-top:12px;
  padding:10px 12px;
  border-radius:12px;
  border:1px solid #eee;
  background:#fafafa;
  font-size:14px;
}

/* Remove button row */
.pawlocket-remove-row { margin-top: 10px; display:flex; justify-content:flex-end; }

/* Remove button (RED filled) */
.pawlocket-remove-btn {
  padding: 8px 10px;
  border-radius: 10px;
  border: 1px solid #c62828;
  background: #d32f2f;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  opacity: 1;
}
.pawlocket-remove-btn:hover { background:#c62828; border-color:#b71c1c; }
.pawlocket-remove-btn:active { transform: translateY(1px); }

/* Local actions row */
.pawlocket-local-actions {
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  align-items:center;
  margin-top: 12px;
}
.pawlocket-status {
  font-size: 12px;
  opacity: .75;
}

/* Generate button: outlined by default, GREEN when ready */
.pawlocket-btn.pawlocket-generate {
  border: 1px solid #ddd;
  background: #fff;
  color: #111;
}

.pawlocket-btn.pawlocket-generate.is-ready {
  background: #1b5e20;
  border-color: #1b5e20;
  color: #fff;
}

.pawlocket-btn.pawlocket-generate.is-ready:hover {
  background: #174d1b;
  border-color: #174d1b;
}

.pawlocket-btn.pawlocket-generate:disabled {
  background: #fff;
  border-color: #ddd;
  color: #111;
  opacity: .5;
  cursor: not-allowed;
}

/* STALE PREVIEW UI */
.pawlocket-preview-card.is-stale img {
  filter: blur(4px);
  opacity: 0.9;
}

.pawlocket-stale-overlay {
  position: absolute;
  inset: 0;
  border-radius: 14px;
  display: none;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 14px;
  background: rgba(255,255,255,0.72);
  border: 1px solid rgba(0,0,0,0.06);
}

.pawlocket-preview-card.is-stale .pawlocket-stale-overlay {
  display: flex;
}

.pawlocket-stale-title {
  font-weight: 700;
  font-size: 13px;
  margin-bottom: 6px;
}

.pawlocket-stale-sub {
  font-size: 12px;
  opacity: 0.8;
}

/* FULL-PAGE BLOCKER + SPINNER */
.pawlocket-blocker {
  position: fixed;
  inset: 0;
  background: rgba(255,255,255,0.72);
  backdrop-filter: blur(2px);
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
}

.pawlocket-blocker-card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 16px;
  padding: 16px 18px;
  width: min(460px, 92vw);
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  display:flex;
  gap:12px;
  align-items:flex-start;
}

.pawlocket-spinner {
  width: 18px;
  height: 18px;
  border-radius: 999px;
  border: 2px solid rgba(0,0,0,0.15);
  border-top-color: rgba(0,0,0,0.75);
  animation: pawspin 0.9s linear infinite;
  flex: 0 0 auto;
  margin-top: 2px;
}

/* Inline spinner */
.pawlocket-inline-spinner {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 999px;
  border: 2px solid rgba(0,0,0,0.18);
  border-top-color: rgba(0,0,0,0.70);
  animation: pawspin 0.9s linear infinite;
  vertical-align: -2px;
  margin-left: 8px;
}

@keyframes pawspin { to { transform: rotate(360deg); } }

.pawlocket-blocker-title { font-weight: 800; font-size: 14px; margin-bottom: 6px; }
.pawlocket-blocker-sub { font-size: 13px; opacity: 0.8; margin-bottom: 10px; }

/* Step list */
.pawlocket-steps {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 6px;
}

.pawlocket-step {
  display:flex;
  gap:8px;
  align-items:center;
  font-size: 13px;
  opacity: .7;
}

.pawlocket-step .dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  border: 2px solid rgba(0,0,0,0.2);
  background: transparent;
  flex: 0 0 auto;
}

.pawlocket-step.is-active { opacity: 1; font-weight: 700; }
.pawlocket-step.is-active .dot { border-color: rgba(0,0,0,0.75); }

.pawlocket-step.is-done { opacity: 0.95; }
.pawlocket-step.is-done .dot {
  background: rgba(27,94,32,1);
  border-color: rgba(27,94,32,1);
}

/* Variant row hidden fallback */
.pawlocket-variant-row { display: flex; gap: 10px; align-items: center; }

/* Add another necklace button styling */
#pawlocket-add-another.pawlocket-btn.primary {
  background: #C9A86A;
  border-color: #C9A86A;
  color: #fff;
}
#pawlocket-add-another.pawlocket-btn.primary:hover { filter: brightness(0.96); }
#pawlocket-add-another.pawlocket-btn.primary:active { transform: translateY(1px); }

/* LIVE BUNDLE ESTIMATE UI */
.paw-liveprice {
  margin-top: 12px;
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid #eee;
  background: #fafafa;
  width: 100%;
  max-width: 420px;
}

.paw-liveprice-top {
  display:flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 10px;
}

.paw-liveprice-strong { font-weight: 800; }
.paw-liveprice-tier { font-weight: 800; color: #6f5a2a; }

.paw-liveprice-row {
  display:flex;
  justify-content: space-between;
  gap: 10px;
  margin-top: 8px;
  font-size: 13px;
}

.paw-liveprice-prices {
  display:flex;
  justify-content: flex-end;
  align-items: baseline;
  gap: 12px;
}

.paw-price-big {
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 0.2px;
  white-space: nowrap;
}

.paw-price-compare {
  font-size: 14px;
  font-weight: 700;
  opacity: 0.75;
  text-decoration: line-through;
  white-space: nowrap;
}

.paw-liveprice-save {
  color: #1b5e20;
  font-weight: 900;
}

.paw-hidden { display:none !important; }

/* IMAGE SWATCH SELECTOR */
.paw-variant-ui {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: 100%;
  max-width: 420px;
}

.paw-variant-circles {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}

.paw-variant-pill {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 999px;
  background: #111;
  color: #fff;
  line-height: 1;
  text-align: center;
}

.paw-circle {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 2px solid rgba(0,0,0,0.18);
  cursor: pointer;
  padding: 0;
  outline: none;
  position: relative;
  background: #eee;
  overflow: hidden;
}

.paw-circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.paw-circle:hover { filter: brightness(0.98); }

.paw-circle.is-selected {
  border-color: #111;
  box-shadow: 0 0 0 2px rgba(0,0,0,0.08);
}

.paw-circle.is-selected::after {
  content: "";
  position: absolute;
  inset: -5px;
  border-radius: 999px;
  border: 2px solid rgba(0,0,0,0.18);
  pointer-events: none;
}

/* UX FRIENDLY UPLOAD BOX */
.paw-upload-box {
  width: 100%;
  max-width: 420px;
  border: 2px dashed #d6d6d6;
  border-radius: 14px;
  padding: 18px 14px;
  background: #fff;
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  user-select: none;
}
.paw-upload-box:hover { background: #fafafa; }
.paw-upload-box.is-dragover { border-color: #111; background: #f6f6f6; }
.paw-upload-icon { width: 26px; height: 26px; flex: 0 0 auto; opacity: 0.7; }
.paw-upload-text { line-height: 1.25; }
.paw-upload-title { font-weight: 800; font-size: 13px; }
.paw-upload-sub { font-size: 12px; opacity: 0.75; margin-top: 4px; }
.paw-file-hidden { position:absolute; left:-9999px; width:1px; height:1px; overflow:hidden; }

/* Ensure bundle estimate full width above ATC */
#paw-liveprice {
  width: 100%;
  max-width: 420px;
  box-sizing: border-box;
}

@media (max-width: 749px) {
  #paw-liveprice { max-width: 100%; }
}
/* ============================
   Upsell – subtle highlight
   ============================ */

#paw-upsell-box {
  transition: box-shadow 0.25s ease, border-color 0.25s ease;
}

/* Hover (desktop) */
#paw-upsell-box:hover {
  border-color: rgba(218, 165, 32, 0.35); /* soft gold */
  box-shadow: 0 6px 18px rgba(218, 165, 32, 0.12);
}

/* Selected (checkbox checked) */
#paw-upsell-box:has(#paw-upsell-check:checked) {
  border-color: rgba(218, 165, 32, 0.55);
  box-shadow: 0 8px 22px rgba(218, 165, 32, 0.18);
}

/* Slight lift when selected */
#paw-upsell-box:has(#paw-upsell-check:checked) {
  transform: translateY(-1px);
}



/* Mobile fallback (no hover) */
@media (hover: none) {
  #paw-upsell-box:hover {
    box-shadow: none;
  }
}

/* ============================
   Upsell – Recommended badge
   ============================ */

#paw-upsell-box {
  position: relative; /* anchor badge */
}

/* Badge */
#paw-upsell-box::before {
  content: "Recommended";
  position: absolute;
  top: 10px;
  right: 12px;

  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2px;
  line-height: 1;

  padding: 6px 8px;
  border-radius: 999px;

  background: rgba(218, 165, 32, 0.12);   /* soft gold tint */
  border: 1px solid rgba(218, 165, 32, 0.28);
  color: rgba(90, 70, 10, 0.95);

  pointer-events: none; /* never blocks clicking */
}
/* Give the content room so the badge doesn't overlap text */
#paw-upsell-box label > div {
  padding-right: 92px; /* space for the badge */
  box-sizing: border-box;
}

/* Badge positioning tweak */
#paw-upsell-box::before {
  top: 12px;
  right: 12px;
  z-index: 2;
}
/* =========================
   UPSSELL MOBILE FIX
   ========================= */
@media (max-width: 480px) {
  /* remove the “reserve space for badge” trick on small screens */
  #paw-upsell-box label > div {
    padding-right: 0 !important;
  }

  /* make the badge part of the normal flow instead of floating on top */
  #paw-upsell-box::before {
    position: static !important;
    display: inline-flex !important;
    align-items: center;
    margin-left: 8px;
    margin-top: 6px;
    font-size: 10px;
    padding: 4px 8px;
    border-radius: 999px;
    white-space: nowrap;
  }

 /* keep title + badge on one “header area”, allow wrapping neatly */
#paw-upsell-box .paw-upsell-head {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  flex-wrap: wrap;
}

/* make “Add for — £X” sit nicely under the title */
#paw-upsell-box .paw-upsell-price-row {
  margin-top: 4px;
}

#paw-upsell-box li:last-child {
  font-weight: 700;
  color: #3a2f12; /* subtle warm tone */
}

.paw-material-preview img {
  transition: opacity .25s ease, transform .25s ease;
}

/* ============================
   Accordion Wrapper
============================ */
.pl-accordion {
  max-width: 760px;
  margin-top: 16px;
}

/* ============================
   Accordion Item Card
============================ */
.pl-item {
  background: #fbfaf8;
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 18px;
  overflow: hidden;
  margin-bottom: 14px;
}

/* ============================
   Accordion Header
============================ */
.pl-head {
  width: 100%;
  background: transparent;
  border: 0;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px 16px;
  cursor: pointer;
  text-align: left;
}

/* Icon bubble */
.pl-ico {
  width: 34px;
  height: 34px;
  min-width: 34px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: rgba(0,0,0,0.05);
  font-size: 16px;
}

/* Title text */
.pl-title {
  flex: 1;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1px;
  color: rgba(0,0,0,0.8);
}

/* Chevron */
.pl-chev {
  font-size: 18px;
  color: rgba(0,0,0,0.45);
  transition: transform 220ms ease;
}

/* Rotate chevron when open */
.pl-item[data-open="true"] .pl-chev {
  transform: rotate(180deg);
}

/* ============================
   Accordion Body
============================ */
.pl-body {
  overflow: hidden;
}

/* Main paragraph text */
.pl-text {
  margin: 0;
  padding: 0 16px 14px 62px;
  font-size: 15px;
  line-height: 1.55;
  color: rgba(0,0,0,0.6);
}

/* ============================
   Pills (Specs)
============================ */
.pl-pills {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding: 0 16px 16px 62px;
}

.pl-pill {
  background: #f3f1ee;
  border-radius: 14px;
  padding: 12px;
  border: 1px solid rgba(0,0,0,0.06);
}

.pl-pill-top {
  font-size: 12px;
  color: rgba(0,0,0,0.45);
  margin-bottom: 6px;
}

.pl-pill-bottom {
  font-size: 14px;
  font-weight: 700;
  color: rgba(0,0,0,0.8);
}

/* ============================
   Bullets
============================ */
.pl-bullets {
  margin: 0;
  padding: 0 16px 16px 78px;
  list-style: none;
}

.pl-bullets li {
  position: relative;
  padding-left: 16px;
  margin: 10px 0;
  font-size: 15px;
  line-height: 1.5;
  color: rgba(0,0,0,0.6);
}

.pl-bullets li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: rgba(0,0,0,0.35);
}

/* ============================
   Mobile Tweaks
============================ */
@media (max-width: 640px) {
  .pl-title {
    font-size: 16px;
  }

  .pl-text {
    padding-left: 16px;
  }

  .pl-pills {
    padding-left: 16px;
    grid-template-columns: 1fr;
  }

  .pl-bullets {
    padding-left: 16px;
  }
  .pawlocket-lineart-note{
  margin: 12px 0 14px;
  font-size: 14px;
  line-height: 1.4;
  opacity: 0.85;
  text-align: center;
}
.pawlocket-lineart-note{
  margin: 12px 0 14px;
  font-size: 14px;
  line-height: 1.4;
  opacity: 0.85;
  text-align: center;
}


}
