/** Shopify CDN: Minification failed

Line 100:26 Unexpected "="

**/
/* Notify me */

#popup-body.overlay {
  position: fixed;
  z-index: 9998;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
  transition: opacity 200ms;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}

#popup-body.active {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease;
}

#popup-wrapper {
  margin: 0 auto;
  z-index: 9999;
  padding: 2.8125rem 1rem;
  background: #fff;
  border-radius: 0;
  max-width: 700px;
  position: relative;
  width: 100%;
}

#popup-close,
.osc-css .modal-close > .modal-close-x .modal-close-icon {
  position: absolute;
  top: 1.5rem;
  right: 1rem;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
  cursor: pointer;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNS4yIDE1LjIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDE1LjIgMTUuMiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZD0iTS41IDE1LjJjLS4xIDAtLjMgMC0uNC0uMS0uMi0uMi0uMi0uNSAwLS43TDE0LjQuMWMuMi0uMi41LS4yLjcgMHMuMi41IDAgLjdMLjkgMTUuMWMtLjEuMS0uMy4xLS40LjF6Ii8+PHBhdGggZD0iTTE0LjcgMTUuMmMtLjEgMC0uMyAwLS40LS4xTC4xLjlDMCAuNyAwIC4zLjEuMXMuNS0uMi43IDBMMTUgMTQuM2MuMi4yLjIuNSAwIC43IDAgLjItLjEuMi0uMy4yeiIvPjwvc3ZnPg==);
  text-indent: -9999px;
  height: 1rem;
  width: 1rem;
}

#checkbox-wrapper {
  font-size: 14px;
  color: #808284;
  display: flex;
}
#mailList {
  --checkbox-size: 16px;
  height: var(--checkbox-size);
  margin-right: 8px;
  width: var(--checkbox-size);
}

#popup-close:hover {
  color: #d80606;
}

#popup-title,
.osc-css .modal-body .modal__title,
.card-select .wishlist-form [wishlist_title] {
  margin: 0 0 0.5625rem;
  font-size: 1.375rem;
  max-width: 350px;
  line-height: 1.4em;
  color: #171717;
  font-weight: 400;
  border: 0;
}

#popup-text {
  font-size: 1rem;
  color: black;
  line-height: 1.25;
  margin: 0 0 1.5625rem;
}
#popup-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#popup-form input:not(type="checkbox") {
  border-color: var(--color-links);
  border-radius: 0;
  color: #757575;
  font-size: 1rem;
  height: 2.75rem;
  line-height: 1.25;
  margin: 0 0 1.5rem;
  padding: 0.6875rem 1.4375rem;
}
#popup-form input::placeholder {
  font-size: 1rem;
}

#popup-form .email,
.osc-css .modal-content > .modal-body input {
  border-radius: 0;
  border: 1px solid black;
  color: #757575;
  font-size: 14px !important;
  line-height: 172%;
  padding: 0.8em 15px;
  max-width: 100%;
}

.custom-select {
  position: relative;
}
.custom-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  background: transparent;
  border: 1px solid #dfe0e0;
  border-radius: 0;
  color: #808284;
  display: block;
  font-size: 14px;
  height: 40px;
  margin-bottom: 10px;
  max-width: none;
  padding: 0 2rem 0 1rem;
  position: relative;
  width: 100%;
}
.custom-select::before,
.custom-select::after {
  --size: 0.4rem;
  content: "";
  position: absolute;
  right: 1rem;
  pointer-events: none;
}
.custom-select::before {
  display: none;
}
.custom-select::after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg fill='%23808284' height='18' width='18' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.41 7.84 12 12.42l4.59-4.58L18 9.25l-6 6-6-6z'/%3E%3Cpath d='M0-.75h24v24H0z' fill='none'/%3E%3C/svg%3E");
  background-position: 1px;
  background-repeat: no-repeat;
  content: "";
  height: 100%;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -3px;
  width: 28px;
}
.subscribe-button {
  font-size: 14px;
  line-height: 15px;
  height: 52px;
  text-transform: uppercase;
}

.subscribe-button:hover {
  border: 1px solid #0a0a0a;
  color: #000;
}

#popup-message {
  color: green;
  margin-right: 4px;
  padding: 10px 20px;
  background: rgba(16, 128, 67, 0.1);
  border: 1px solid #108043;
  font-size: 16px;
  line-height: 172%;
  margin-bottom: 10px;
}
#popup-message:empty {
  display: none;
}

#popup-open-button {
  width: 100%;
}

/* ─────────────────────────────────────────────────────────────────────────
   SDK modal overrides — style the native TWC modal to match the site theme.
   ───────────────────────────────────────────────────────────────────────── */
.osc-css.modal-root {
  z-index: 10000 !important;
}
.osc-css .modal-backdrop {
  background: rgba(0, 0, 0, 0.55) !important;
}
.osc-css .modal-dialog {
  border-radius: 0 !important;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15) !important;
  max-width: 700px !important;
  font-family: inherit !important;
}
.osc-css .modal-body button,
.osc-css .modal-body .btn {
  border-radius: var(--buttonRadius, 0) !important;
  font-family: inherit !important;
  letter-spacing: 0.05em !important;
}
.osc-css .modal-body .btn-primary,
.osc-css .modal-body .btn--primary {
  background: #111 !important;
  border-color: #111 !important;
  color: #fff !important;
}
.osc-css .modal-body .btn-primary:hover,
.osc-css .modal-body .btn--primary:hover {
  background: #000 !important;
  border-color: #000 !important;
}

/* ─────────────────────────────────────────────────────────────────────────
   Custom wishlist modal CSS (kept for reference / future use)
   ───────────────────────────────────────────────────────────────────────── */
.twc-wl-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 10000;
  padding: 24px;
}
.twc-wl-overlay.is-open {
  display: flex;
}

.twc-wl-dialog {
  position: relative;
  background: #fff;
  width: 100%;
  max-width: 700px;
  max-height: calc(100vh - 48px);
  overflow-y: auto;
  padding: 40px 48px 32px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}

@media (max-width: 600px) {
  .twc-wl-dialog {
    padding: 32px 20px 24px;
  }
}

.twc-wl-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 32px;
  height: 32px;
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
  color: #111;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.twc-wl-close:hover {
  opacity: 0.7;
}

.twc-wl-section {
  margin-bottom: 28px;
}
.twc-wl-section:last-of-type {
  margin-bottom: 16px;
}

.twc-wl-heading {
  font-family: inherit;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #111;
  margin: 0 0 12px;
}

.twc-wl-rule {
  border: 0;
  border-top: 1px solid #d9d9d9;
  margin: 0 0 20px;
}

/* Variant options */
.twc-wl-options {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.twc-wl-option-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.twc-wl-option-name {
  margin: 0;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #555;
}

/* Swatch grid (colour/material/base/legs) */
.twc-wl-swatches {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 28px;
}
.twc-wl-swatch {
  appearance: none;
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: #111;
  font: inherit;
}
.twc-wl-swatch-circle {
  position: relative;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #eee;
  overflow: hidden;
  display: inline-block;
}
.twc-wl-swatch-circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.twc-wl-swatch-circle--placeholder {
  background: linear-gradient(
    135deg,
    #ddd 25%,
    transparent 25%,
    transparent 50%,
    #ddd 50%,
    #ddd 75%,
    transparent 75%,
    transparent
  );
  background-size: 6px 6px;
}
.twc-wl-swatch-label {
  font-size: 13px;
  line-height: 1.2;
  color: #111;
}
.twc-wl-swatch.is-selected .twc-wl-swatch-circle {
  box-shadow: 0 0 0 1.5px #fff inset, 0 0 0 2px #111;
}
.twc-wl-swatch.is-selected .twc-wl-swatch-label {
  font-weight: 700;
}
.twc-wl-swatch.is-disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

/* Text option buttons (size, etc.) */
.twc-wl-option-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.twc-wl-opt-btn {
  appearance: none;
  background: #fff;
  border: 1px solid #bfbfbf;
  padding: 8px 14px;
  font: inherit;
  font-size: 14px;
  color: #111;
  cursor: pointer;
  min-width: 44px;
}
.twc-wl-opt-btn:hover {
  border-color: #111;
}
.twc-wl-opt-btn.is-selected {
  border-color: #111;
  background: #f3f3f0;
}
.twc-wl-opt-btn.is-disabled {
  opacity: 0.4;
  cursor: not-allowed;
  text-decoration: line-through;
}

/* Wishlist list */
.twc-wl-lists {
  display: flex;
  flex-direction: column;
}
.twc-wl-list-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 8px 0;
  cursor: pointer;
  font-size: 15px;
  color: #111;
}
.twc-wl-checkbox-input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  pointer-events: none;
}
.twc-wl-checkbox-box {
  width: 22px;
  height: 22px;
  border: 1.5px solid #111;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: transparent;
  flex-shrink: 0;
  transition: background 0.12s ease, color 0.12s ease;
}
.twc-wl-checkbox-input:checked + .twc-wl-checkbox-box {
  background: #111;
  color: #fff;
}
.twc-wl-checkbox-input:focus-visible + .twc-wl-checkbox-box {
  outline: 2px solid #111;
  outline-offset: 2px;
}
.twc-wl-list-name {
  font-weight: 500;
}
.twc-wl-checkbox-input:checked ~ .twc-wl-list-name {
  font-weight: 700;
}

/* Create-new-wishlist row */
.twc-wl-create-btn {
  appearance: none;
  background: transparent;
  border: 0;
  padding: 8px 0;
  margin-top: 4px;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  cursor: pointer;
  font: inherit;
  font-size: 15px;
  color: #111;
}
.twc-wl-plus {
  width: 22px;
  height: 22px;
  background: #111;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 1;
  font-weight: 400;
  flex-shrink: 0;
}
.twc-wl-create-label {
  font-weight: 500;
}

/* Feedback */
.twc-wl-loading {
  margin: 0;
  font-size: 14px;
  color: #888;
}
.twc-wl-feedback {
  padding: 10px 14px;
  font-size: 14px;
  border-radius: 2px;
  margin-bottom: 12px;
}
.twc-wl-feedback--success {
  background: rgba(16, 128, 67, 0.1);
  border: 1px solid #108043;
  color: #108043;
}
.twc-wl-feedback--error {
  background: rgba(216, 6, 6, 0.08);
  border: 1px solid #d80606;
  color: #d80606;
}

/* Confirm action */
.twc-wl-actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}
.twc-wl-confirm-btn {
  appearance: none;
  background: #111;
  color: #fff;
  border: 0;
  padding: 16px 44px;
  font: inherit;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  min-width: 180px;
  text-align: center;
}
.twc-wl-confirm-btn:hover {
  background: #000;
}
.twc-wl-confirm-btn:focus-visible {
  outline: 2px solid #111;
  outline-offset: 2px;
}
