/* File: assets/ge-wishlist.css */
:root{
  --ge-wl-accent: var(--primary-color, #afcb20);
  --ge-wl-surface: rgba(255,255,255,.92);
  --ge-wl-text: var(--text-color, #111);
  --ge-wl-muted: rgba(0,0,0,.62);
  --ge-wl-border: rgba(0,0,0,.10);
  --ge-wl-shadow: 0 14px 34px rgba(0,0,0,.12);
  --ge-wl-radius: 16px;
  --ge-wl-radius-sm: 12px;
}

.ge-wl-btn:before, .ge-wl-btn:after,
.ge-wl-icon-btn:before, .ge-wl-icon-btn:after,
.ge-wl-heart:before, .ge-wl-heart:after{
  content: none !important;
  display: none !important;
}

.ge-wl-btn svg.ge-wl-btn-ico,
.ge-wl-icon-btn svg.ge-wl-btn-ico,
.ge-wl-heart svg.ge-wl-ico,
.ge-wl-empty svg.ge-wl-ico{
  width: 18px !important;
  height: 18px !important;
  display: block !important;
  fill: currentColor !important;
  stroke: none !important;
  overflow: visible !important;
}
.ge-wl-heart svg.ge-wl-ico{
  width: var(--ge-wl-heart-ico, 20px) !important;
  height: var(--ge-wl-heart-ico, 20px) !important;
}
.ge-wl-btn svg.ge-wl-btn-ico path,
.ge-wl-icon-btn svg.ge-wl-btn-ico path,
.ge-wl-heart svg.ge-wl-ico path,
.ge-wl-empty svg.ge-wl-ico path{
  fill: currentColor !important;
  stroke: none !important;
}

.ge-wl-check-ui svg.ge-wl-check-ico{
  width: 18px !important;
  height: 18px !important;
  display: block !important;
  fill: currentColor !important;
  stroke: none !important;
}
.ge-wl-check-ui svg.ge-wl-check-ico path{ fill: currentColor !important; }

.woocommerce-MyAccount-navigation-link--wishlist > a{
  position: relative;
  padding-right: 48px;
}
.ge-wl-nav-badge{
  position:absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  min-width: 22px;
  height: 22px;
  padding: 0 8px;
  border-radius: 999px;
  background: var(--ge-wl-accent);
  color: #fff;
  font-weight: 900;
  font-size: 12px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  line-height: 1;
}

.ge-wl-wrap{ width: 100%; }
.ge-wl-shell{ width: 100%; max-width: 100%; clear: both; }

.ge-wl-head{
  padding: 14px;
  border: 1px solid var(--ge-wl-border);
  border-radius: var(--ge-wl-radius);
  background: var(--ge-wl-surface);
  box-shadow: var(--ge-wl-shadow);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  margin-bottom: 10px;
}
.ge-wl-title{
  margin:0;
  font-size: 20px;
  font-weight: 950;
  line-height: 1.15;
  color: var(--ge-wl-text);
}
.ge-wl-sub{
  margin-top: 6px;
  font-size: 13px;
  color: var(--ge-wl-muted);
}

.ge-wl-toolbar{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 10px;
  flex-wrap: wrap;
  padding: 10px 12px;
  border: 1px solid var(--ge-wl-border);
  border-radius: var(--ge-wl-radius);
  background: rgba(255,255,255,.82);
  box-shadow: 0 10px 22px rgba(0,0,0,.10);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  margin-bottom: 12px;
}
.ge-wl-toolbar-left,
.ge-wl-toolbar-right{
  display:flex;
  align-items:center;
  gap: 8px;
  flex-wrap: wrap;
}

.ge-wl-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap: 8px;
  border-radius: 12px;
  padding: 8px 10px;
  font-weight: 950;
  font-size: 12.5px;
  text-decoration:none;
  border: 1px solid transparent;
  cursor:pointer;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease, border-color .15s ease, opacity .15s ease, color .15s ease;
  user-select:none;
  -webkit-tap-highlight-color: transparent;
  background-image: none !important;
}
.ge-wl-btn-primary{
  background: var(--ge-wl-accent);
  color: #FFFFFF;
  box-shadow: 0 12px 20px rgba(0,0,0,.14);
}
.ge-wl-btn-primary:hover{
  transform: translateY(-1px);
  box-shadow: 0 16px 26px rgba(0,0,0,.18);
}
.ge-wl-btn-soft{
  background: rgba(0,0,0,.035);
  color: var(--ge-wl-text);
  border-color: var(--ge-wl-border);
}
.ge-wl-btn-soft:hover{ transform: translateY(-1px); }
.ge-wl-btn.is-loading{ opacity:.65; pointer-events:none; }
.ge-wl-btn.is-disabled,
.ge-wl-btn:disabled{ opacity:.55; cursor:not-allowed; transform:none; box-shadow:none; }

.ge-wl-link{
  display:inline-flex;
  align-items:center;
  gap: 8px;
  border-radius: 12px;
  padding: 8px 10px;
  font-weight: 950;
  font-size: 12.5px;
  text-decoration:none;
  border: 1px solid transparent;
}

.ge-wl-btn-select{
  background: #fff;
  border: 1px solid rgba(175,203,32,.45);
  color: rgba(0,0,0,.78);
  box-shadow: 0 10px 18px rgba(0,0,0,.10);
}
.ge-wl-btn-select:hover{
  transform: translateY(-1px);
  box-shadow: 0 14px 22px rgba(0,0,0,.14);
}
.ge-wl-select-all.is-active{
  background: rgba(175,203,32,.16);
  border-color: rgba(175,203,32,.70);
  color: #111;
}

.ge-wl-btn-share{
  background: rgba(175,203,32,.12);
  border: 1px solid rgba(175,203,32,.35);
  color: #111;
  box-shadow: 0 10px 18px rgba(0,0,0,.10);
}
.ge-wl-btn-share:hover{
  transform: translateY(-1px);
  box-shadow: 0 14px 22px rgba(0,0,0,.14);
}

.ge-wl-bulk-add.is-active{
  background: var(--ge-wl-accent);
  color: #111;
  border-color: transparent;
  box-shadow: 0 12px 20px rgba(0,0,0,.14);
}
.ge-wl-bulk-add.is-active:hover{
  transform: translateY(-1px);
  box-shadow: 0 16px 26px rgba(0,0,0,.18);
}

.ge-wl-btn-muted{
  background: rgba(0,0,0,.06);
  border: 1px solid rgba(0,0,0,.10);
  color: rgba(0,0,0,.45);
  box-shadow: none;
}
.ge-wl-btn-muted:hover{ transform:none; }

.ge-wl-icon-btn{
  width: 42px;
  height: 42px;
  border-radius: 12px;
  border: 1px solid var(--ge-wl-border);
  background: rgba(0,0,0,.02);
  color: rgba(0,0,0,.78);
  display:inline-flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease, border-color .15s ease, color .15s ease, opacity .15s ease;
  -webkit-tap-highlight-color: transparent;
  background-image: none !important;
}
.ge-wl-icon-btn:hover{
  transform: translateY(-1px);
  box-shadow: 0 14px 22px rgba(0,0,0,.12);
}

.ge-wl-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  justify-content: start;
  align-items: stretch;
}
@media (max-width: 1024px){
  .ge-wl-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 640px){
  .ge-wl-grid{ grid-template-columns: 1fr; }
}

.ge-wl-card{
  border: 1px solid var(--ge-wl-border);
  border-radius: var(--ge-wl-radius);
  background: var(--ge-wl-surface);
  box-shadow: var(--ge-wl-shadow);
  overflow:hidden;
  display:flex;
  flex-direction: column;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.ge-wl-media-wrap{ position: relative; }
.ge-wl-media{
  display:flex;
  align-items:center;
  justify-content:center;
  aspect-ratio: 4/3;
  overflow:hidden;
  background: rgba(255,255,255,.92);
  padding: 10px;
}
.ge-wl-media img{
  width:100%;
  height:100%;
  object-fit: contain;
  display:block;
}

.ge-wl-media-ov{
  position:absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  z-index: 10;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 10px;
  pointer-events: none;
}
.ge-wl-media-ov > *{ pointer-events: auto; }

.ge-wl-check{
  position: relative;
  width: 34px;
  height: 34px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  cursor: pointer;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.ge-wl-check-input{
  position:absolute;
  inset:0;
  opacity:0;
  cursor:pointer;
}
.ge-wl-check-ui{
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display:flex;
  align-items:center;
  justify-content:center;
  background: #fff;
  border: 1px solid rgba(175,203,32,.55);
  box-shadow: 0 14px 24px rgba(0,0,0,.12), inset 0 0 0 1px rgba(255,255,255,.55);
  color: var(--ge-wl-accent);
  transition: transform .16s ease, box-shadow .16s ease, background .16s ease, border-color .16s ease, color .16s ease, opacity .16s ease;
}
.ge-wl-check:hover .ge-wl-check-ui{
  transform: translateY(-1px);
  box-shadow: 0 16px 28px rgba(0,0,0,.16), inset 0 0 0 1px rgba(255,255,255,.55);
}
.ge-wl-check-input:checked + .ge-wl-check-ui{
  background: var(--ge-wl-accent);
  border-color: rgba(175,203,32,.80);
  color: #fff;
}
.ge-wl-check.is-disabled{ cursor:not-allowed; }
.ge-wl-check.is-disabled .ge-wl-check-ui{
  opacity: .55;
  border-color: rgba(0,0,0,.12);
  color: rgba(0,0,0,.35);
}
.ge-wl-check.is-disabled:hover .ge-wl-check-ui{
  transform:none;
  box-shadow: 0 14px 24px rgba(0,0,0,.10), inset 0 0 0 1px rgba(255,255,255,.55);
}

.ge-wl-body{
  padding: 12px;
  display:flex;
  flex-direction: column;
  gap: 10px;
  flex: 1 1 auto;
}
.ge-wl-top{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap: 10px;
}
.ge-wl-name{
  font-weight: 950;
  color: var(--ge-wl-text);
  text-decoration:none;
  line-height:1.2;
  font-size: 14px;
}
.ge-wl-name:hover{ text-decoration: underline; }
.ge-wl-top-right{ display:flex; align-items:center; justify-content:flex-end; }

.ge-wl-var-picker{ display:grid; grid-template-columns: 1fr; gap: 8px; }
.ge-wl-var-row{ display:grid; grid-template-columns: 1fr; gap: 6px; }
.ge-wl-var-label{
  font-size: 11px;
  font-weight: 950;
  color: rgba(0,0,0,.60);
  text-transform: uppercase;
  letter-spacing: .04em;
}
.ge-wl-var-select-wrap{ position: relative; display:block; }
.ge-wl-var-select{
  box-sizing: border-box;
  width: 100%;
  min-height: 44px;
  height: 44px;
  line-height: 1.2;
  border-radius: 12px;
  border: 1px solid var(--ge-wl-border);
  background: linear-gradient(180deg, rgba(255,255,255,.94), rgba(255,255,255,.78));
  padding: 10px 44px 10px 12px;
  font-weight: 900;
  font-size: 13px;
  color: var(--ge-wl-text);
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  transition: box-shadow .15s ease, border-color .15s ease;
}
.ge-wl-var-select:focus{
  border-color: rgba(175,203,32,.55);
  box-shadow: 0 0 0 3px rgba(175,203,32,.18);
}
.ge-wl-var-chevron{
  position:absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events:none;
  width: 18px;
  height: 18px;
  display:flex;
  align-items:center;
  justify-content:center;
  color: rgba(0,0,0,.55);
}
.ge-wl-var-chevron-ico{
  width: 18px;
  height: 18px;
  display:block;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ge-wl-prices{ display:flex; flex-direction: column; gap: 6px; }
.ge-wl-price-row{
  display:grid;
  grid-template-columns: 1fr auto;
  align-items:center;
  gap: 10px;
  padding: 8px 10px;
  border: 1px solid var(--ge-wl-border);
  border-radius: 12px;
  background: rgba(0,0,0,.02);
}
.ge-wl-price-row.is-alt{
  background: rgba(175,203,32,.09);
  border-color: rgba(175,203,32,.28);
}
.ge-wl-price-k{
  font-size: 11px;
  font-weight: 950;
  color: rgba(0,0,0,.62);
  text-transform: uppercase;
  letter-spacing: .04em;
  white-space: nowrap;
}
.ge-wl-price-v{
  font-weight: 950;
  font-size: 13px;
  text-align:right;
  white-space: nowrap;
}

.ge-wl-stock{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding: 6px 9px;
  border-radius: 999px;
  font-weight: 950;
  font-size: 11px;
  border: 1px solid var(--ge-wl-border);
  white-space: nowrap;
}
.ge-wl-stock.is-in{
  background: rgba(175,203,32,.12);
  border-color: rgba(175,203,32,.38);
}
.ge-wl-stock.is-out{
  background: rgba(255,0,0,.06);
  border-color: rgba(255,0,0,.16);
}

.ge-wl-actions{ display:flex; gap: 8px; flex-wrap: wrap; margin-top: auto; }
.ge-wl-actions .ge-wl-btn,
.ge-wl-actions .ge-wl-link{
  width: 100%;
  justify-content:center;
}

/* EMPTY */
.ge-wl-empty{
  border: 1px solid var(--ge-wl-border);
  border-radius: var(--ge-wl-radius);
  background: var(--ge-wl-surface);
  box-shadow: var(--ge-wl-shadow);
  padding: 22px;
  text-align:center;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.ge-wl-empty-ico{
  width: 62px;
  height: 62px;
  margin: 0 auto 8px auto;
  border-radius: 999px;
  display:grid;
  place-items:center;
  background: rgba(175,203,32,.14);
  border: 1px solid rgba(175,203,32,.36);
  color: var(--ge-wl-accent);
  line-height: 0;
}
.ge-wl-empty-ico .ge-wl-ico{
  width: 28px !important;
  height: 28px !important;
}
.ge-wl-empty h3{ margin: 8px 0 6px 0; font-size: 16px; font-weight: 950; }
.ge-wl-empty p{ margin: 0 0 14px 0; color: var(--ge-wl-muted); font-size: 13px; }

/* HEART */
.products li.product,
.product-small{ position: relative; }

.ge-wl-heart{
  --ge-wl-heart-size: 34px;
  --ge-wl-heart-ico: 20px;
  width: var(--ge-wl-heart-size);
  height: var(--ge-wl-heart-size);
  min-width: var(--ge-wl-heart-size);
  min-height: var(--ge-wl-heart-size);
  aspect-ratio: 1 / 1;
  border-radius: 50% !important;
  box-sizing: border-box;
  border: 1px solid rgba(0,0,0,.14);
  background: #fff;
  box-shadow: 0 12px 22px rgba(0,0,0,.14);
  cursor: pointer;
  position: relative;
  display:inline-grid;
  place-items:center;
  padding: 0 !important;
  margin: 0 !important;
  line-height: 0 !important;
  overflow: hidden;
  transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease, background .16s ease, opacity .16s ease;
  user-select:none;
  -webkit-tap-highlight-color: transparent;
  flex: 0 0 auto;
  background-image: none !important;
}
.ge-wl-heart:hover{
  transform: translateY(-2px);
  box-shadow: 0 16px 28px rgba(0,0,0,.18);
}
.ge-wl-heart:focus{ outline: none; }
.ge-wl-heart.is-loading{ opacity:.6; pointer-events:none; }

.ge-wl-heart-ui{
  width: var(--ge-wl-heart-ico);
  height: var(--ge-wl-heart-ico);
  display:grid;
  place-items:center;
  color: rgba(0,0,0,.58);
  transition: transform .16s ease, color .16s ease, filter .16s ease;
}
.ge-wl-heart.is-active{
  background: var(--ge-wl-accent) !important;
  border-color: rgba(175,203,32,.95) !important;
  box-shadow: 0 14px 26px rgba(0,0,0,.18);
}
.ge-wl-heart.is-active .ge-wl-heart-ui{
  color: #fff !important;
  filter: drop-shadow(0 10px 18px rgba(0,0,0,.18));
  transform: scale(1.06);
}
@keyframes geWlPop{
  0%{ transform: scale(.92); }
  60%{ transform: scale(1.16); }
  100%{ transform: scale(1.06); }
}
.ge-wl-heart.is-active .ge-wl-heart-ui{ animation: geWlPop .22s ease-out; }

.ge-wl-tip{
  position:absolute;
  top: calc(100% + 10px);
  right: 0;
  white-space: nowrap;
  background: rgba(0,0,0,.86);
  color:#fff;
  font-size: 12px;
  font-weight: 900;
  padding: 8px 10px;
  border-radius: 12px;
  opacity: 0;
  transform: translateY(-4px);
  pointer-events:none;
  transition: opacity .15s ease, transform .15s ease;
}
.ge-wl-heart.is-guest:hover .ge-wl-tip{ opacity:1; transform:translateY(0); }

.ge-wl-heart-loop{
  position:absolute;
  top: 10px;
  right: 10px;
  z-index: 50;
}

/* SINGLE PRODUCT: moved into gallery top-right */
.ge-wl-single-heart{ display:inline-flex; margin: 0; }
.ge-wl-single-heart--overlay{
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 120;
}
.single-product #umg-main,
.single-product #umg-gallery,
.single-product .product-gallery,
.single-product .woocommerce-product-gallery{
  position: relative;
}

/* keep single heart slightly bigger */
.ge-wl-heart-single{ --ge-wl-heart-size: 40px; --ge-wl-heart-ico: 22px; }
.ge-wl-heart-card{ --ge-wl-heart-size: 32px; --ge-wl-heart-ico: 20px; }

/* MODAL */
.ge-wl-modal{
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: none;
}
.ge-wl-modal.is-open{ display:block; }
.ge-wl-modal-overlay{
  position:absolute;
  inset:0;
  background: rgba(0,0,0,.55);
}
.ge-wl-modal-dialog{
  position: relative;
  width: min(560px, calc(100% - 28px));
  margin: 10vh auto 0 auto;
  background: rgba(255,255,255,.94);
  border: 1px solid rgba(255,255,255,.55);
  border-radius: 18px;
  box-shadow: 0 28px 60px rgba(0,0,0,.25);
  padding: 16px;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}
.ge-wl-modal-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 10px;
  margin-bottom: 8px;
}
.ge-wl-modal-title{
  font-weight: 950;
  font-size: 16px;
  color: var(--ge-wl-text);
}
.ge-wl-modal-hint{
  font-size: 13px;
  color: var(--ge-wl-muted);
  margin-bottom: 12px;
}
.ge-wl-share-row-modal{
  display:flex;
  gap: 10px;
  align-items:center;
}
.ge-wl-share-input{
  flex: 1 1 auto;
  border-radius: 12px;
  border: 1px solid var(--ge-wl-border);
  padding: 10px 12px;
  background: rgba(0,0,0,.02);
  font-weight: 900;
  font-family: inherit;
  font-size: 13px;
}

/* TOAST */
.ge-wl-toast-holder{
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 9999999;
  display:flex;
  flex-direction: column;
  gap: 10px;
  pointer-events: none;
}
.ge-wl-toast{
  background: rgba(0,0,0,.86);
  color: #fff;
  padding: 12px 14px;
  border-radius: 14px;
  transform: translateY(10px);
  opacity: 0;
  transition: opacity .18s ease, transform .18s ease;
  box-shadow: 0 16px 30px rgba(0,0,0,.25);
  font-weight: 950;
  font-size: 14px;
  max-width: 340px;
}
.ge-wl-toast.is-show{ opacity:1; transform:translateY(0); }

/* =========================
   SHARED: 4-per-row, small cards, centered, fixed size
   ========================= */
.ge-wl-wrap-shared .ge-wl-shell{
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 12px;
}
.ge-wl-wrap-shared{
  --ge-wl-shared-gap: 12px;
  --ge-wl-shared-cols: 4;
  --ge-wl-shared-card-w: 240px;
  --ge-wl-shared-card-h: 340px;
}
.ge-wl-wrap-shared .ge-wl-grid{
  display: grid;
  grid-template-columns: repeat(auto-fit, var(--ge-wl-shared-card-w));
  gap: var(--ge-wl-shared-gap);
  justify-content: center;
  align-content: start;
  max-width: calc(
    (var(--ge-wl-shared-cols) * var(--ge-wl-shared-card-w)) +
    ((var(--ge-wl-shared-cols) - 1) * var(--ge-wl-shared-gap))
  );
  margin: 0 auto;
}
.ge-wl-wrap-shared .ge-wl-card{
  width: var(--ge-wl-shared-card-w);
  min-height: var(--ge-wl-shared-card-h);
  border-radius: 14px;
  box-shadow: 0 10px 22px rgba(0,0,0,.12);
}
.ge-wl-wrap-shared .ge-wl-media{ aspect-ratio: 1 / 1; padding: 8px; }
.ge-wl-wrap-shared .ge-wl-body{ padding: 10px; gap: 8px; }

.ge-wl-wrap-shared .ge-wl-name{
  font-size: 13px;
  line-height: 1.15;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: calc(1.15em * 2);
}

/* prices never wrap */
.ge-wl-wrap-shared .ge-wl-price-row{ grid-template-columns: minmax(0, 1fr) auto; }
.ge-wl-wrap-shared .ge-wl-price-k{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
}
.ge-wl-wrap-shared .ge-wl-price-v{ white-space: nowrap; }
.ge-wl-wrap-shared .ge-wl-price-k{ font-size: 10px; }
.ge-wl-wrap-shared .ge-wl-price-v{ font-size: 12px; }
.ge-wl-wrap-shared .ge-wl-price-row{ padding: 7px 9px; border-radius: 11px; }
.ge-wl-wrap-shared .ge-wl-stock{ font-size: 10px; padding: 5px 8px; }
.ge-wl-wrap-shared .ge-wl-actions .ge-wl-link{ padding: 8px 10px; font-size: 12px; border-radius: 12px; }

@media (max-width: 1100px){
  .ge-wl-wrap-shared{
    --ge-wl-shared-cols: 3;
    --ge-wl-shared-card-w: 230px;
    --ge-wl-shared-card-h: 332px;
  }
}
@media (max-width: 820px){
  .ge-wl-wrap-shared{
    --ge-wl-shared-cols: 2;
    --ge-wl-shared-card-w: 210px;
    --ge-wl-shared-card-h: 324px;
  }
}
@media (max-width: 460px){
  .ge-wl-wrap-shared{
    --ge-wl-shared-cols: 1;
    --ge-wl-shared-card-w: min(340px, calc(100vw - 28px));
    --ge-wl-shared-card-h: auto;
  }
}

/* MOBILE */
@media (max-width: 640px){
  .ge-wl-head{ padding: 12px; }
  .ge-wl-title{ font-size: 18px; }
  .ge-wl-toolbar{ padding: 10px; gap: 8px; }
  .ge-wl-toolbar-left,
  .ge-wl-toolbar-right{ width: 100%; gap: 8px; }
  .ge-wl-toolbar-right{ justify-content: flex-start; }

  .ge-wl-btn{
    padding: 10px 12px;
    font-size: 13px;
    width: 100%;
    justify-content: center;
  }

  .ge-wl-icon-btn{ width: 44px; height: 44px; }

  .ge-wl-modal-dialog{
    width: calc(100% - 18px);
    margin: 6vh auto 0 auto;
    padding: 14px;
  }
  .ge-wl-share-row-modal{
    flex-direction: column;
    align-items: stretch;
  }
  .ge-wl-share-input{ width: 100%; }
  .ge-wl-icon-btn{ width: 100%; height: 44px; }

  .ge-wl-single-heart--overlay{ top: 10px; right: 10px; }
}