/** Shopify CDN: Minification failed

Line 6:38 Unexpected "-->"

**/
  <!-- Wishlist Hero Custom Overrides -->

  /* Prevent header wishlist count flicker */
  .wishlist-hero-header-icon {
    visibility: hidden;
  }

  /* Share popup layout */
  .wishlist-hero-share-icons {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
  }

  .wishlist-hero-share-icons .jss6 {
    display: flex !important;
    align-items: center !important;
  }

  /* Social share buttons */
  .SocialMediaShareButton {
    background: #000 !important;
    border-radius: 50% !important;
  }

  .SocialMediaShareButton > div {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .SocialMediaShareButton svg {
    fill: #fff !important;
  }

  .SocialMediaShareButton circle {
    fill: #000 !important;
  }

  /* Email share button size fix */
  .SocialMediaShareButton--email,
  .SocialMediaShareButton--email > div,
  .SocialMediaShareButton--email svg {
    width: 48px !important;
    height: 48px !important;
  }

  /* Copy button as link circle */
  button.MuiButton-root[aria-label="COPY"] {
    width: 50px !important;
    height: 50px !important;
    min-width: 50px !important;
    border-radius: 50% !important;
    background: #000 !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: relative !important;
    vertical-align: middle !important;
  }

  button.MuiButton-root[aria-label="COPY"] .MuiButton-label {
    display: none !important;
  }

  button.MuiButton-root[aria-label="COPY"]::after {
    content: "🔗";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 20px;
    line-height: 1;
  }

  button.MuiButton-root[aria-label="COPY"]:active {
    transform: scale(0.95);
  }

  /* Hide original share texts/link field */
  .wishlist-hero-share-txt-link,
  .wishlist-hero-share-txt-icons,
  .wishlist-hero-share-link,
  input#outlined-disabled {
    display: none !important;
  }

  /* Wishlist Hero fonts - use heading font everywhere */
  [class*="wishlist-hero"],
  [class*="wishlist-hero"] *,
  .MuiTypography-root,
  .MuiTypography-root *,
  .MuiButton-root,
  .MuiButton-root *,
  .MuiButton-label,
  .MuiDialogContentText-root,
  .MuiInputBase-input,
  .MuiFormLabel-root,
  .money,
  .money * {
    font-family: var(--heading-font-family), sans-serif !important;
    letter-spacing: 0.3px;
  }

  /* Buttons: slightly more premium spacing */
  button[class*="wishlist-hero"],
  button[class*="wishlist-hero"] * {
    letter-spacing: 1px;
  }

  /* Prices: keep them elegant */
  .money {
    font-weight: 400;
  }

  /* Dialog buttons color only inside dialogs */
  .MuiDialogActions-root button.MuiButton-textPrimary {
    color: #000 !important;
  }
  /* הסתרת כפתור SEND EMAIL */
button.wishlist-hero-footer-send-email-btn {
  display: none !important;
}
/* מרכז כותרת MY WISHLIST */
h1.wishlist-hero-page-header {
  text-align: center !important;
}
/* כפתור SHARE WISHLIST - עיצוב בולט */
button.wishlist-hero-footer-share-btn {
  background: #000 !important;
  color: #fff !important;
  border-radius: 30px !important;
  padding: 10px 20px !important;
  margin-top: 15px !important;

  display: inline-flex !important;
  align-items: center;
  justify-content: center;

  font-size: 14px;
  letter-spacing: 1px;
}

/* ריווח בין אייקון לטקסט */
button.wishlist-hero-footer-share-btn svg {
  margin-right: 8px;
}

/* אפקט hover עדין */
button.wishlist-hero-footer-share-btn:hover {
  background: #222 !important;
}
/* הקונטיינר שלהם – שיהיו בשורה גם במובייל */
.wishlist-hero-list-card-footer {
  display: flex !important;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap; /* שלא ישבר במסכים קטנים */
}

/* בסיס לשני הכפתורים */
button.wishlist-hero-list-card-footer-add-all-to-cart-dialog,
button.wishlist-hero-list-card-footer-delete-all {
  border-radius: 20px !important;
  padding: 6px 14px !important;
  font-size: 12px;
  letter-spacing: 0.8px;

  transition: all 0.2s ease;
}

/* 🟢 ADD ALL – חיובי ועדין */
button.wishlist-hero-list-card-footer-add-all-to-cart-dialog {
  background: #000 !important;
  color: #fff !important;
}

/* hover עדין */
button.wishlist-hero-list-card-footer-add-all-to-cart-dialog:hover {
  background: #222 !important;
}

/* ⚪ REMOVE ALL – עדין יותר, פחות אגרסיבי */
button.wishlist-hero-list-card-footer-delete-all {
  background: transparent !important;
  color: #000 !important;
  border: 1px solid #ddd !important;
}

/* hover עדין */
button.wishlist-hero-list-card-footer-delete-all:hover {
  border-color: #000 !important;
}
/* מרווח כללי מעל ומתחת לכפתורים */
.wishlist-hero-list-card-footer {
  margin: 20px 0 !important;
}

/* רווח בין הכפתורים (גם כששבורים לשורה) */
button.wishlist-hero-list-card-footer-add-all-to-cart-dialog,
button.wishlist-hero-list-card-footer-delete-all {
  margin: 5px !important;
}
/* 🔹 כל השורה */
.wishlist-hero-list-header {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 8px;

  font-family: var(--heading-font-family), sans-serif !important;
  font-size: 13px !important;
  letter-spacing: 0.8px;

  opacity: 0.75;
  margin: 20px 0;
  text-align: center;
}

/* 🔹 האייקון */
.wishlist-hero-list-header svg {
  width: 14px;
  height: 14px;
  opacity: 0.6;
}

/* 🔹 הטקסט עצמו */
.wishlist-hero-list-header {
  text-transform: uppercase;
}

/* 🔹 כפתור LOGIN */
button.wishlist-hero-list-header-login {
  all: unset;
  cursor: pointer;

  font-family: var(--heading-font-family), sans-serif !important;
  font-size: 13px !important;
  letter-spacing: 1px;

  border-bottom: 1px solid #000;
}

/* 🔹 hover */
button.wishlist-hero-list-header-login:hover {
  opacity: 0.6;
}
/* COPIED - צבע שחור במקום אדום */
.wishlist-hero-share-copy-link span {
  color: #000 !important;
}
/* Wishlist grid wrapper */
.MuiGrid-container:has(.wishlist-hero-list-card) {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 32px 18px !important;
  max-width: 1400px;
  margin: 0 auto !important;
  padding: 20px !important;
}

/* Wishlist item */
.wishlist-hero-list-card {
  width: 100% !important;
  max-width: none !important;
  flex-basis: auto !important;
  padding: 0 !important;
}

/* Card */
.wishlist-hero-list-card .MuiCard-root {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  background: transparent !important;
}

/* Image - not cropped */
.wishlist-hero-list-card-product-image {
  width: 100% !important;
  aspect-ratio: 2 / 3 !important;
  height: auto !important;
  background-size: contain !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-color: #f7f7f7 !important;
}

/* Text */
.wishlist-hero-list-card-header {
  padding: 10px 0 4px !important;
  text-align: center !important;
}

.wishlist-hero-list-card-header-product-name {
  font-size: 12px !important;
  line-height: 1.35 !important;
  text-align: center !important;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  min-height: auto !important;
}

.wishlist-hero-list-card-header-added-on {
  display: none !important;
}

.wishlist-hero-list-card-product-price {
  padding: 2px 0 8px !important;
  text-align: center !important;
}

/* Buttons */
.wishlist-hero-list-card-footer {
  padding: 0 !important;
}

.wishlist-hero-list-card-footer-add-to-cart {
  width: 100% !important;
  height: 38px !important;
  border-radius: 0 !important;
  font-size: 11px !important;
}

/* Mobile - 2 products per row */
@media screen and (max-width: 749px) {
  .MuiGrid-container:has(.wishlist-hero-list-card) {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 22px 10px !important;
    padding: 12px 10px !important;
  }

  .wishlist-hero-list-card-product-image {
    aspect-ratio: 2 / 3 !important;
    background-size: contain !important;
  }

  .wishlist-hero-list-card-header-product-name {
    font-size: 10px !important;
  }

  .wishlist-hero-list-card-product-price p {
    font-size: 12px !important;
  }

  .wishlist-hero-list-card-footer-add-to-cart {
    height: 34px !important;
    font-size: 10px !important;
  }
}
/* Sold out / disabled wishlist add to cart button */
.wishlist-hero-list-card-footer-add-to-cart:disabled,
.wishlist-hero-list-card-footer-add-to-cart.Mui-disabled {
  background: #e5e5e5 !important;
  color: #777 !important;
  cursor: not-allowed !important;
  opacity: 1 !important;
}

/* If label is empty but button disabled */
.wishlist-hero-list-card-footer-add-to-cart:disabled .MuiButton-label:empty::after,
.wishlist-hero-list-card-footer-add-to-cart.Mui-disabled .MuiButton-label:empty::after {
  content: "SOLD OUT";
  color: #777;
  font-size: 10px;
  letter-spacing: 0.04em;
}