/* Glapris handleliste */
.has-glp-wishlist {
  --glp-wish-orange: #f36d32;
  --glp-wish-orange-dark: #d9541d;
  --glp-wish-ink: #1b1b1b;
  --glp-wish-muted: #686868;
  --glp-wish-line: #e5e5e2;
  --glp-wish-soft: #f6f6f3;
}

.has-glp-wishlist .site-content { background: var(--glp-wish-soft); }
.has-glp-wishlist .site-main { padding-bottom: 64px; }
.has-glp-wishlist .entry-header { display: none; }
.has-glp-wishlist .entry-content { margin-top: 0; }
.has-glp-wishlist .ast-container { max-width: 1240px; }
.has-glp-wishlist .tinv-wishlist { color: var(--glp-wish-ink); }

.has-glp-wishlist .tinv-wishlist .tinv-header {
  margin: 10px 0 16px;
  padding: 0;
}

.has-glp-wishlist .tinv-wishlist .tinv-header h2 {
  margin: 0;
  color: var(--glp-wish-ink);
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 750;
  line-height: 1.1;
  letter-spacing: -.5px;
}

.has-glp-wishlist .maksimer-wishlist-print { margin: 0 0 18px; }
.has-glp-wishlist .maksimer-wishlist-print-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.has-glp-wishlist .maksimer-wishlist-print .button {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
  padding: 9px 17px !important;
  border: 1px solid #cfcfcb !important;
  border-radius: 6px !important;
  background: #fff !important;
  color: var(--glp-wish-ink) !important;
  font-size: 14px !important;
  font-weight: 650 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  cursor: pointer;
}

.has-glp-wishlist .maksimer-wishlist-print .button:hover {
  border-color: var(--glp-wish-ink) !important;
  background: #fff !important;
}

.has-glp-wishlist table.tinvwl-table-manage-list,
.has-glp-wishlist table.tinvwl-table-manage-list tbody,
.has-glp-wishlist table.tinvwl-table-manage-list tfoot {
  display: block;
  width: 100%;
}

.has-glp-wishlist table.tinvwl-table-manage-list {
  border: 0 !important;
  border-collapse: separate !important;
  background: transparent !important;
}

.has-glp-wishlist .tinvwl-table-manage-list thead { display: none; }
.has-glp-wishlist .tinvwl-table-manage-list tbody {
  display: grid;
  gap: 12px;
}

.has-glp-wishlist .tinvwl-table-manage-list tr.wishlist_item {
  position: relative;
  display: grid;
  min-height: 132px;
  grid-template-columns: 118px minmax(190px, 1fr) 130px minmax(180px, .8fr) 112px 190px;
  grid-template-areas: "thumb name price stock quantity action";
  gap: 20px;
  align-items: center;
  padding: 16px 20px 16px 16px;
  border: 1px solid var(--glp-wish-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .035);
}

.has-glp-wishlist .tinvwl-table-manage-list tr.wishlist_item > td {
  display: block !important;
  width: auto !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  text-align: left !important;
}

.has-glp-wishlist .tinvwl-table-manage-list .product-cb,
.has-glp-wishlist .tinvwl-table-manage-list .product-location { display: none !important; }

.has-glp-wishlist .tinvwl-table-manage-list td.product-remove {
  position: absolute;
  z-index: 2;
  top: 10px;
  right: 10px;
}

.has-glp-wishlist .tinvwl-table-manage-list td.product-remove button {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 50% !important;
  background: #f1f1ef !important;
  color: #444 !important;
  font-size: 13px !important;
  cursor: pointer;
}

.has-glp-wishlist .tinvwl-table-manage-list td.product-remove button:hover {
  background: #e6e6e2 !important;
  color: #111 !important;
}

.has-glp-wishlist .tinvwl-table-manage-list td.product-thumbnail { grid-area: thumb; }
.has-glp-wishlist .tinvwl-table-manage-list td.product-thumbnail a {
  display: block;
  overflow: hidden;
  aspect-ratio: 1;
  border-radius: 6px;
  background: #f5f5f2;
}
.has-glp-wishlist .tinvwl-table-manage-list td.product-thumbnail img {
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  object-fit: contain;
}

.has-glp-wishlist .tinvwl-table-manage-list td.product-name { grid-area: name; padding-right: 12px !important; }
.has-glp-wishlist .tinvwl-table-manage-list td.product-name > a {
  color: var(--glp-wish-ink) !important;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
  text-decoration: none !important;
}
.has-glp-wishlist .tinvwl-table-manage-list td.product-name > a:hover { color: var(--glp-wish-orange-dark) !important; }

.has-glp-wishlist .tinvwl-table-manage-list td.product-price {
  grid-area: price;
  color: var(--glp-wish-ink);
  font-size: 20px;
  font-weight: 750;
  white-space: nowrap;
}
.has-glp-wishlist .tinvwl-table-manage-list td.product-price del {
  display: block;
  margin-bottom: 2px;
  color: #777;
  font-size: 13px;
  font-weight: 500;
}
.has-glp-wishlist .tinvwl-table-manage-list td.product-price ins { color: var(--glp-wish-orange-dark); text-decoration: none; }

.has-glp-wishlist .tinvwl-table-manage-list td.product-stock { grid-area: stock; }
.has-glp-wishlist .tinvwl-table-manage-list .stock-wrapper {
  display: grid;
  gap: 5px;
}
.has-glp-wishlist .tinvwl-table-manage-list .stock-wrapper .stock {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin: 0;
  color: var(--glp-wish-muted);
  font-size: 13px;
  line-height: 1.35;
}
.has-glp-wishlist .tinvwl-table-manage-list .stock-wrapper .stock::before {
  width: 7px;
  height: 7px;
  flex: 0 0 7px;
  border-radius: 50%;
  background: #b7b7b2;
  content: "";
}
.has-glp-wishlist .tinvwl-table-manage-list .stock-wrapper .stock.in-stock::before { background: #2f8b57; }
.has-glp-wishlist .tinvwl-table-manage-list .stock-wrapper .stock strong { margin-left: auto; color: var(--glp-wish-ink); }

.has-glp-wishlist .tinvwl-table-manage-list td.product-quantity { grid-area: quantity; }
.has-glp-wishlist .tinvwl-table-manage-list .quantity {
  display: inline-grid !important;
  width: 108px !important;
  grid-template-columns: 34px 40px 34px;
  align-items: center;
  overflow: hidden;
  border: 1px solid #d9d9d5;
  border-radius: 6px;
  background: #fff;
}
.has-glp-wishlist .tinvwl-table-manage-list .quantity .minus,
.has-glp-wishlist .tinvwl-table-manage-list .quantity .plus {
  display: grid !important;
  width: 34px !important;
  height: 38px !important;
  place-items: center;
  margin: 0 !important;
  background: #f2f2ef !important;
  color: var(--glp-wish-ink) !important;
  font-size: 18px !important;
  font-weight: 500;
  text-decoration: none !important;
}
.has-glp-wishlist .tinvwl-table-manage-list .quantity input.qty {
  width: 40px !important;
  min-height: 38px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: #fff !important;
  box-shadow: none !important;
  color: var(--glp-wish-ink) !important;
  text-align: center !important;
  appearance: textfield;
}

.has-glp-wishlist .tinvwl-table-manage-list td.product-action { grid-area: action; }
.has-glp-wishlist .tinvwl-table-manage-list td.product-action .button {
  display: inline-flex !important;
  width: 100% !important;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0 !important;
  padding: 11px 16px !important;
  border: 1px solid var(--glp-wish-orange) !important;
  border-radius: 6px !important;
  background: var(--glp-wish-orange) !important;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 750 !important;
  line-height: 1.2 !important;
}
.has-glp-wishlist .tinvwl-table-manage-list td.product-action .button:hover {
  border-color: var(--glp-wish-orange-dark) !important;
  background: var(--glp-wish-orange-dark) !important;
}

.has-glp-wishlist .tinvwl-table-manage-list tfoot tr,
.has-glp-wishlist .tinvwl-table-manage-list tfoot td {
  display: block;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}
.has-glp-wishlist .tinvwl-table-manage-list tfoot .look_in {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 18px;
}
.has-glp-wishlist .tinvwl-table-manage-list tfoot .button {
  min-height: 44px;
  margin: 0 !important;
  padding: 10px 18px !important;
  border: 1px solid #c9c9c4 !important;
  border-radius: 6px !important;
  background: #fff !important;
  color: var(--glp-wish-ink) !important;
  font-size: 14px !important;
  font-weight: 700 !important;
}
.has-glp-wishlist .tinvwl-table-manage-list tfoot .button[value="product_all"] {
  border-color: var(--glp-wish-ink) !important;
  background: var(--glp-wish-ink) !important;
  color: #fff !important;
}

.has-glp-wishlist .tinvwl-empty {
  padding: 52px 24px;
  border: 1px solid var(--glp-wish-line);
  border-radius: 8px;
  background: #fff;
  text-align: center;
}
.has-glp-wishlist .tinvwl-empty p { color: var(--glp-wish-muted); font-size: 16px; }
.has-glp-wishlist .tinvwl-empty .button {
  border-radius: 6px !important;
  background: var(--glp-wish-orange) !important;
  color: #fff !important;
}

.has-glp-wishlist .maksimer-ready-to-print { display: none !important; }

@media (max-width: 1080px) {
  .has-glp-wishlist .tinvwl-table-manage-list tr.wishlist_item {
    grid-template-columns: 108px minmax(180px, 1fr) 110px minmax(150px, .8fr) 112px;
    grid-template-areas:
      "thumb name price stock quantity"
      "thumb name price stock action";
  }
}

@media (max-width: 767px) {
  .has-glp-wishlist .site-main { padding-bottom: 38px; }
  .has-glp-wishlist .ast-container { padding-left: 16px; padding-right: 16px; }
  .has-glp-wishlist .tinv-wishlist .tinv-header { margin: 8px 0 12px; }
  .has-glp-wishlist .tinv-wishlist .tinv-header h2 { font-size: 27px; }
  .has-glp-wishlist .maksimer-wishlist-print { margin-bottom: 14px; }
  .has-glp-wishlist .maksimer-wishlist-print .button { min-height: 38px; padding: 8px 13px !important; font-size: 12px !important; }

  .has-glp-wishlist .tinvwl-table-manage-list tr.wishlist_item {
    min-height: 0;
    grid-template-columns: 96px minmax(0, 1fr);
    grid-template-areas:
      "thumb name"
      "thumb price"
      "thumb stock"
      "quantity quantity"
      "action action";
    gap: 8px 14px;
    align-items: start;
    padding: 14px;
  }
  .has-glp-wishlist .tinvwl-table-manage-list td.product-remove { top: 8px; right: 8px; }
  .has-glp-wishlist .tinvwl-table-manage-list td.product-thumbnail { align-self: start; }
  .has-glp-wishlist .tinvwl-table-manage-list td.product-name { padding: 3px 34px 0 0 !important; }
  .has-glp-wishlist .tinvwl-table-manage-list td.product-name > a { font-size: 14px; }
  .has-glp-wishlist .tinvwl-table-manage-list td.product-price { font-size: 18px; }
  .has-glp-wishlist .tinvwl-table-manage-list td.product-stock { margin-top: 3px; }
  .has-glp-wishlist .tinvwl-table-manage-list .stock-wrapper { gap: 3px; }
  .has-glp-wishlist .tinvwl-table-manage-list .stock-wrapper .stock { font-size: 11px; }
  .has-glp-wishlist .tinvwl-table-manage-list td.product-quantity {
    margin-top: 7px;
    padding-top: 12px !important;
    border-top: 1px solid var(--glp-wish-line) !important;
  }
  .has-glp-wishlist .tinvwl-table-manage-list td.product-action { margin-top: 2px; }
  .has-glp-wishlist .tinvwl-table-manage-list td.product-action .button { min-height: 44px; }
  .has-glp-wishlist .tinvwl-table-manage-list tfoot .look_in { justify-content: stretch; }
  .has-glp-wishlist .tinvwl-table-manage-list tfoot .button { width: 100%; }
}

/* Physical-store context and checklist behaviour. */
.has-glp-wishlist .glp-wish-context {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) auto auto;
  gap: 12px 16px;
  align-items: center;
  margin-bottom: 16px;
  padding: 16px 18px;
  border: 1px solid #deded9;
  border-radius: 8px;
  background: #fff;
}
.has-glp-wishlist .glp-wish-context.is-unselected { border-color: #efb08f; background: #fff8f4; }
.has-glp-wishlist .glp-wish-context__icon {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 50%;
  background: #242424;
  color: #fff;
}
.has-glp-wishlist .glp-wish-context.is-unselected .glp-wish-context__icon { background: var(--glp-wish-orange); }
.has-glp-wishlist .glp-wish-context__icon svg { width: 21px; height: 21px; }
.has-glp-wishlist .glp-wish-context__body { display: grid; gap: 1px; }
.has-glp-wishlist .glp-wish-context__eyebrow { color: var(--glp-wish-muted); font-size: 11px; font-weight: 650; text-transform: uppercase; letter-spacing: .65px; }
.has-glp-wishlist .glp-wish-context__title { font-size: 17px; line-height: 1.2; }
.has-glp-wishlist .glp-wish-context__address { color: var(--glp-wish-muted); font-size: 12px; }
.has-glp-wishlist .glp-wish-context__count { color: var(--glp-wish-muted); font-size: 13px; white-space: nowrap; }
.has-glp-wishlist .glp-wish-context__change {
  min-height: 40px;
  padding: 9px 15px;
  border: 1px solid #c9c9c4;
  border-radius: 6px;
  background: #fff;
  color: var(--glp-wish-ink);
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}
.has-glp-wishlist .glp-wish-context__change:hover { border-color: var(--glp-wish-ink); }
.has-glp-wishlist .glp-wish-print-meta { display: none; }
.has-glp-wishlist .glp-wish-print-head { display: none; }
.has-glp-wishlist .maksimer-ready-to-print { display: none !important; }

.has-glp-wishlist .glp-wish-save {
  position: fixed;
  z-index: 99999;
  right: 22px;
  bottom: 22px;
  padding: 10px 14px;
  border-radius: 6px;
  background: #242424;
  color: #fff;
  box-shadow: 0 8px 26px rgba(0,0,0,.2);
  font-size: 13px;
  font-weight: 650;
}
.has-glp-wishlist .glp-wish-save.is-error { background: #a7271c; }

.has-glp-wishlist .tinvwl-table-manage-list tr.wishlist_item {
  grid-template-columns: 44px 100px minmax(210px, 1fr) 105px minmax(190px, .8fr) 64px 90px;
  grid-template-areas: "picked thumb name price stock quantity total";
}
.has-glp-wishlist .tinvwl-table-manage-list td.product-picked { grid-area: picked; display: block !important; }
.has-glp-wishlist .tinvwl-table-manage-list td.product-action { display: none !important; }
.has-glp-wishlist .tinvwl-table-manage-list td.product-total { grid-area: total; }
.has-glp-wishlist .tinvwl-table-manage-list tfoot { display: none !important; }
.has-glp-wishlist .glp-wish-picked { display: grid; justify-items: center; gap: 6px; cursor: pointer; }
.has-glp-wishlist .glp-wish-picked input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.has-glp-wishlist .glp-wish-picked__box {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border: 1.5px solid #bdbdb8;
  border-radius: 50%;
  background: #fff;
  color: #fff;
  transition: .15s ease;
}
.has-glp-wishlist .glp-wish-picked__box svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 2.2; }
.has-glp-wishlist .glp-wish-picked__label { color: var(--glp-wish-muted); font-size: 10px; }
.has-glp-wishlist .glp-wish-picked input:focus-visible + .glp-wish-picked__box { outline: 2px solid var(--glp-wish-orange); outline-offset: 2px; }
.has-glp-wishlist .glp-wish-picked input:checked + .glp-wish-picked__box { border-color: #2f8b57; background: #2f8b57; }
.has-glp-wishlist .wishlist_item.is-picked { opacity: .58; }
.has-glp-wishlist .wishlist_item.is-picked td.product-name > a { text-decoration: line-through !important; }
.has-glp-wishlist .wishlist_item.is-picked td.product-thumbnail img { filter: grayscale(.7); }
.has-glp-wishlist .glp-wish-sku { display: block; margin-top: 5px; color: var(--glp-wish-muted); font-size: 11px; font-weight: 500; }
.has-glp-wishlist .glp-wish-ean { display: block; margin-top: 2px; color: var(--glp-wish-muted); font-size: 11px; font-weight: 500; }
.has-glp-wishlist .glp-wish-cell-label {
  display: block;
  margin-bottom: 4px;
  color: #6d6d68;
  font-size: 10px;
  font-weight: 650;
  line-height: 1;
}
.has-glp-wishlist .product-total strong {
  color: var(--glp-wish-ink);
  font-size: 17px;
  font-weight: 750;
  white-space: nowrap;
}
.has-glp-wishlist .glp-wish-total {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  padding: 20px 4px 0;
  border-top: 2px solid var(--glp-wish-ink);
}
.has-glp-wishlist .glp-wish-total > span { display: grid; gap: 3px; }
.has-glp-wishlist .glp-wish-total > span > strong { font-size: 18px; }
.has-glp-wishlist .glp-wish-total small { color: var(--glp-wish-muted); font-size: 11px; }
.has-glp-wishlist .glp-wish-total__amount { font-size: 25px; line-height: 1; white-space: nowrap; }
.has-glp-wishlist .glp-wish-total .woocommerce-Price-currencySymbol,
.has-glp-wishlist .product-total .woocommerce-Price-currencySymbol { font-size: .72em; }

.has-glp-wishlist .glp-wish-quantity {
  display: flex;
  align-items: baseline;
  gap: 3px;
}
.has-glp-wishlist .glp-wish-quantity__label {
  color: #6d6d68;
  font-size: 10px;
  font-weight: 650;
  line-height: 1;
}
.has-glp-wishlist .glp-wish-quantity__value {
  color: var(--glp-wish-ink);
  font-size: 15px;
  line-height: 1.2;
}
.has-glp-wishlist .glp-wish-quantity__suffix {
  color: var(--glp-wish-muted);
  font-size: 11px;
  font-weight: 500;
}
.has-glp-wishlist .glp-wish-quantity .quantity {
  display: block !important;
  width: 48px !important;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
}
.has-glp-wishlist .glp-wish-quantity .quantity .minus,
.has-glp-wishlist .glp-wish-quantity .quantity .plus {
  display: none !important;
}
.has-glp-wishlist .glp-wish-quantity .quantity input.qty {
  width: 48px !important;
  min-height: 34px !important;
  padding: 4px 6px !important;
  border: 1px solid #c8c8c3 !important;
  border-radius: 2px !important;
  background: #fff !important;
  color: var(--glp-wish-ink) !important;
  font-size: 15px !important;
  font-weight: 650;
  text-align: center !important;
  appearance: textfield;
}
.has-glp-wishlist .glp-wish-quantity .quantity input.qty:focus {
  border-color: var(--glp-wish-orange) !important;
  outline: 2px solid rgba(243, 104, 35, .16);
  outline-offset: 1px;
}
.has-glp-wishlist .glp-wish-quantity .quantity input.qty::-webkit-inner-spin-button,
.has-glp-wishlist .glp-wish-quantity .quantity input.qty::-webkit-outer-spin-button {
  margin: 0;
  appearance: none;
}

.has-glp-wishlist .glp-wish-stock { display: grid; gap: 2px; color: var(--glp-wish-muted); font-size: 12px; line-height: 1.3; }
.has-glp-wishlist .glp-wish-stock__main { display: flex; align-items: center; gap: 7px; color: var(--glp-wish-ink); font-size: 13px; font-weight: 650; }
.has-glp-wishlist .glp-wish-stock__dot { width: 8px; height: 8px; flex: 0 0 8px; border-radius: 50%; background: #b7b7b2; }
.has-glp-wishlist .glp-wish-stock.is-in .glp-wish-stock__dot { background: #2f8b57; }
.has-glp-wishlist .glp-wish-stock.is-out .glp-wish-stock__dot { background: #c13c2f; }
.has-glp-wishlist .glp-wish-stock__qty { padding-left: 15px; color: #2f754d; font-size: 12px; }
.has-glp-wishlist .glp-wish-stock__shelf { padding-left: 15px; color: var(--glp-wish-muted); }
.has-glp-wishlist .glp-wish-stock__alternative { padding-left: 15px; color: var(--glp-wish-muted); }

/* TI Wishlist ships mobile table widths with high-specificity !important rules.
   Reset those cells so the list's grid owns the layout. */
body.has-glp-wishlist .tinv-wishlist.woocommerce table.tinvwl-table-manage-list tbody > tr.wishlist_item > td {
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
}
body.has-glp-wishlist .tinv-wishlist.woocommerce table.tinvwl-table-manage-list tbody > tr.wishlist_item > td.product-location,
body.has-glp-wishlist .tinv-wishlist.woocommerce table.tinvwl-table-manage-list tbody > tr.wishlist_item > td.product-action {
  display: none !important;
  width: 0 !important;
  min-width: 0 !important;
}
body.has-glp-wishlist .tinv-wishlist.woocommerce table.tinvwl-table-manage-list tbody > tr.wishlist_item > td.product-thumbnail {
  min-width: 0 !important;
}
body.has-glp-wishlist .tinv-wishlist.woocommerce table.tinvwl-table-manage-list tbody > tr.wishlist_item > td.product-name {
  overflow-wrap: break-word !important;
  word-break: normal !important;
}

@media (max-width: 1080px) {
  .has-glp-wishlist .tinvwl-table-manage-list tr.wishlist_item {
    grid-template-columns: 38px 88px minmax(150px, 1fr) 90px minmax(145px, .8fr) 58px 78px;
    grid-template-areas: "picked thumb name price stock quantity total";
  }
}

@media (max-width: 767px) {
  .has-glp-wishlist .glp-wish-context { grid-template-columns: 40px minmax(0,1fr) auto; gap: 9px 11px; padding: 13px; }
  .has-glp-wishlist .glp-wish-context__icon { width: 40px; height: 40px; }
  .has-glp-wishlist .glp-wish-context__count { display: none; }
  .has-glp-wishlist .glp-wish-context__change { grid-column: 1 / -1; width: 100%; min-height: 38px; }
  .has-glp-wishlist .glp-wish-context__title { font-size: 15px; }
  .has-glp-wishlist .glp-wish-context__address { font-size: 11px; }
  .has-glp-wishlist .glp-wish-save { right: 14px; bottom: 14px; }
  .has-glp-wishlist .tinvwl-table-manage-list tr.wishlist_item {
    grid-template-columns: 30px 92px minmax(0, 1fr);
    grid-template-areas:
      "picked thumb name"
      "picked thumb price"
      "picked thumb stock"
      "picked thumb quantity"
      "picked thumb total";
    gap: 7px 10px;
  }
  .has-glp-wishlist .glp-wish-picked__label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
  .has-glp-wishlist .glp-wish-picked__box { width: 26px; height: 26px; }
  .has-glp-wishlist .tinvwl-table-manage-list td.product-quantity { margin-left: 0; }
  .has-glp-wishlist .glp-wish-stock__main { font-size: 11px; }
  .has-glp-wishlist .glp-wish-stock { font-size: 10.5px; }
  .has-glp-wishlist .glp-wish-stock__qty,
  .has-glp-wishlist .glp-wish-stock__shelf,
  .has-glp-wishlist .glp-wish-stock__alternative { padding-left: 15px; }
}

/* Retail refinement: flatter and closer to the established Glapris UI. */
.has-glp-wishlist .site-content { background: #fff; }
.has-glp-wishlist .glp-wish-context {
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 10px 20px;
  margin: 0 0 16px;
  padding: 13px 0;
  border: 0;
  border-top: 1px solid #d7d7d3;
  border-bottom: 1px solid #d7d7d3;
  border-radius: 0;
  background: #fff;
}
.has-glp-wishlist .glp-wish-context.is-unselected {
  padding: 13px 14px;
  border: 0;
  border-left: 4px solid var(--glp-wish-orange);
  background: #f5f5f2;
}
.has-glp-wishlist .glp-wish-context__icon { display: none; }
.has-glp-wishlist .glp-wish-context__eyebrow {
  color: #70706c;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .45px;
}
.has-glp-wishlist .glp-wish-context__title { font-size: 16px; font-weight: 750; }
.has-glp-wishlist .glp-wish-context__address { margin-top: 2px; font-size: 12px; }
.has-glp-wishlist .glp-wish-context__change {
  min-height: 0;
  padding: 5px 0;
  border: 0;
  border-bottom: 1px solid currentColor;
  border-radius: 0;
  background: transparent;
  color: var(--glp-wish-orange-dark);
  font-size: 13px;
}
.has-glp-wishlist .glp-wish-context__change:hover { border-color: currentColor; color: #1b1b1b; }
.has-glp-wishlist .glp-wish-shared .glp-wish-context__change { display: none; }
.has-glp-wishlist .glp-wish-shared .glp-wish-context { grid-template-columns: minmax(0,1fr) auto; }

.has-glp-wishlist .maksimer-wishlist-print { margin-bottom: 12px; }
.has-glp-wishlist .maksimer-wishlist-print .button {
  min-height: 36px;
  padding: 7px 0 !important;
  border: 0 !important;
  border-bottom: 1px solid #9d9d98 !important;
  border-radius: 0 !important;
  background: transparent !important;
  font-size: 12px !important;
}
.has-glp-wishlist .maksimer-wishlist-print-wrap { gap: 24px; }
.has-glp-wishlist .maksimer-wishlist-print .glp-wishlist-share-start,
.has-glp-wishlist .maksimer-wishlist-print .glp-wishlist-share-start:hover {
  min-height: 36px;
  padding: 7px 13px !important;
  border: 1px solid var(--glp-wish-orange) !important;
  border-radius: 2px !important;
  background: var(--glp-wish-orange) !important;
  color: #fff !important;
  text-decoration: none !important;
}
.has-glp-wishlist .maksimer-wishlist-print .glp-wishlist-share-start.is-copied,
.has-glp-wishlist .maksimer-wishlist-print .glp-wishlist-share-start.is-copied:hover {
  border-color: #237347 !important;
  background: #237347 !important;
}

.has-glp-wishlist .tinvwl-table-manage-list tbody {
  gap: 0;
  border-top: 1px solid #d9d9d5;
  border-bottom: 1px solid #d9d9d5;
}
.has-glp-wishlist .tinvwl-table-manage-list tr.wishlist_item {
  min-height: 136px;
  padding: 16px 4px;
  border: 0;
  border-bottom: 1px solid #e3e3df;
  border-radius: 0;
  box-shadow: none;
}
.has-glp-wishlist .tinvwl-table-manage-list tr.wishlist_item:last-child { border-bottom: 0; }
.has-glp-wishlist .tinvwl-table-manage-list td.product-thumbnail a { border-radius: 2px; }
.has-glp-wishlist .tinvwl-table-manage-list td.product-remove { top: 12px; right: 2px; }
.has-glp-wishlist .tinvwl-table-manage-list td.product-remove button,
.has-glp-wishlist .tinvwl-table-manage-list td.product-remove button:hover {
  width: 28px;
  height: 28px;
  background: transparent !important;
  color: #6d6d68 !important;
}
.has-glp-wishlist .glp-wish-picked__box {
  width: 24px;
  height: 24px;
  border-radius: 3px;
}
.has-glp-wishlist .glp-wish-picked input:checked + .glp-wish-picked__box {
  border-color: var(--glp-wish-orange);
  background: var(--glp-wish-orange);
}
.has-glp-wishlist .glp-wish-picked__label { font-size: 9px; }
.has-glp-wishlist .wishlist_item.is-picked { opacity: .48; }
.has-glp-wishlist .glp-wish-stock {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 3px 8px;
}
.has-glp-wishlist .tinv-wishlist .glp-wish-stock__main { display: flex !important; flex: 0 0 100%; align-items: center; gap: 7px; font-size: 13px; font-weight: 700; white-space: nowrap; }
.has-glp-wishlist .glp-wish-stock.is-in .glp-wish-stock__main { color: #237347; }
.has-glp-wishlist .glp-wish-stock.is-out .glp-wish-stock__main { color: #a83228; }
.has-glp-wishlist .glp-wish-stock__dot {
  display: block !important;
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  border-radius: 0;
  background-color: transparent !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Ccircle cx='8' cy='8' r='7.25' fill='%23b7b7b2'/%3E%3C/svg%3E") !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: 16px 16px !important;
  color: transparent;
}
@media screen {
  .has-glp-wishlist .glp-wish-stock__dot { margin-left: 2px; }
}
.has-glp-wishlist .glp-wish-stock.is-in .glp-wish-stock__dot {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Ccircle cx='8' cy='8' r='7.25' fill='%232f8b57'/%3E%3C/svg%3E") !important;
}
.has-glp-wishlist .glp-wish-stock.is-out .glp-wish-stock__dot {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Ccircle cx='8' cy='8' r='7.25' fill='%23a83228'/%3E%3C/svg%3E") !important;
}
.has-glp-wishlist .glp-wish-stock__dot::after { display: none !important; content: none !important; }
.has-glp-wishlist .glp-wish-stock__shelf,
.has-glp-wishlist .glp-wish-stock__alternative {
  flex-basis: 100%;
  padding: 1px 0 0 12px;
  font-size: 11px;
}

@media (min-width: 768px) {
  .has-glp-wishlist .tinvwl-table-manage-list tr.wishlist_item { align-items: start; }
  .has-glp-wishlist .tinvwl-table-manage-list td.product-picked,
  .has-glp-wishlist .tinvwl-table-manage-list td.product-name,
  .has-glp-wishlist .tinvwl-table-manage-list td.product-price,
  .has-glp-wishlist .tinvwl-table-manage-list td.product-stock,
  .has-glp-wishlist .tinvwl-table-manage-list td.product-quantity,
  .has-glp-wishlist .tinvwl-table-manage-list td.product-total { padding-top: 7px !important; }
  .has-glp-wishlist .tinvwl-table-manage-list td.product-quantity { margin: 0 !important; }
}

@media (max-width: 767px) {
  body.has-glp-wishlist .tinv-wishlist.woocommerce table.tinvwl-table-manage-list tbody > tr.wishlist_item > td.product-thumbnail a {
    border-radius: 0 !important;
    background: transparent !important;
  }
  .has-glp-wishlist .glp-wish-context,
  .has-glp-wishlist .glp-wish-context.is-unselected {
    grid-template-columns: minmax(0,1fr) auto;
    padding: 11px 0;
    border-left: 0;
    background: #fff;
  }
  .has-glp-wishlist .glp-wish-context.is-unselected { padding-left: 10px; border-left: 3px solid var(--glp-wish-orange); }
  .has-glp-wishlist .glp-wish-context__change { grid-column: auto; width: auto; align-self: center; }
  .has-glp-wishlist .glp-wish-context__address { max-width: 220px; }
  .has-glp-wishlist .tinvwl-table-manage-list tr.wishlist_item { padding: 14px 0; }
  .has-glp-wishlist .tinvwl-table-manage-list td.product-remove { right: 0; }
  .has-glp-wishlist .tinvwl-table-manage-list td.product-stock,
  .has-glp-wishlist .tinvwl-table-manage-list td.product-quantity { margin: 0 !important; border-top: 0 !important; }
  .has-glp-wishlist .glp-wish-stock__main { font-size: 12px; }
  .has-glp-wishlist .glp-wish-stock__shelf,
  .has-glp-wishlist .glp-wish-stock__alternative { padding-left: 12px; font-size: 10px; }
  .has-glp-wishlist .product-total strong { font-size: 16px; }
  .has-glp-wishlist .glp-wish-total { padding-top: 16px; }
  .has-glp-wishlist .glp-wish-total__amount { font-size: 22px; }
}

@media print {
  @page { size: A4 portrait; margin: 3mm 8mm 8mm; }

  .has-glp-wishlist .glp-header,
  .has-glp-wishlist .glp-hdr,
  .has-glp-wishlist #glp-usp-mobile,
  .has-glp-wishlist .site-header,
  .has-glp-wishlist .site-footer,
  .has-glp-wishlist footer,
  .has-glp-wishlist .astra-cart-drawer,
  .has-glp-wishlist .ast-site-header-cart,
  .has-glp-wishlist .widget_shopping_cart,
  .has-glp-wishlist .ast-breadcrumbs-wrapper,
  .has-glp-wishlist .maksimer-wishlist-print,
  .has-glp-wishlist .maksimer-ready-to-print,
  .has-glp-wishlist .glp-wish-context,
  .has-glp-wishlist .glp-wish-save,
  .has-glp-wishlist .tinvwl-table-manage-list tfoot,
  .has-glp-wishlist .tinvwl-table-manage-list td.product-remove,
  .has-glp-wishlist .tinvwl-table-manage-list td.product-action {
    display: none !important;
  }

  body.has-glp-wishlist .tinv-wishlist table.tinvwl-table-manage-list tbody tr.wishlist_item > td.product-remove,
  body.has-glp-wishlist .tinv-wishlist table.tinvwl-table-manage-list tbody tr.wishlist_item > td.product-action {
    display: none !important;
  }

  .has-glp-wishlist,
  .has-glp-wishlist .site-content,
  .has-glp-wishlist .site-main,
  .has-glp-wishlist .ast-container,
  .has-glp-wishlist .entry-content,
  .has-glp-wishlist .ast-article-single,
  .has-glp-wishlist .tinv-wishlist {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #fff !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  .has-glp-wishlist .site-content::before,
  .has-glp-wishlist .site-main::before,
  .has-glp-wishlist .ast-container::before,
  .has-glp-wishlist .entry-content::before,
  .has-glp-wishlist .ast-article-single::before,
  .has-glp-wishlist .tinv-wishlist::before { display: none !important; content: none !important; }

  .has-glp-wishlist .tinv-wishlist .tinv-header { display: none !important; }
  .has-glp-wishlist .glp-wish-print-head { display: block; margin: 0 0 2.5mm; }
  .has-glp-wishlist .glp-wish-print-head img { display: block; width: auto; height: 8mm; margin: 0 0 1.5mm; }
  .has-glp-wishlist .glp-wish-print-head > strong { display: block; margin-bottom: 2.5mm; color: #f36d32; font-size: 17pt; }
  .has-glp-wishlist .glp-wish-print-head h1 { margin: 0; font-size: 19pt; line-height: 1; }
  .has-glp-wishlist .glp-wish-print-meta { display: flex; gap: 3mm; margin: 0 0 3mm; color: #555; font-size: 8pt; }
  .has-glp-wishlist .glp-wish-print-meta strong { color: #111; }
  .has-glp-wishlist .tinvwl-table-manage-list tbody {
    display: block;
    border-top: .25mm solid #bdbdb8;
    border-bottom: 0;
  }
  .has-glp-wishlist .tinvwl-table-manage-list tr.wishlist_item {
    min-height: 26mm;
    grid-template-columns: 9mm 18mm minmax(45mm, 1fr) 21mm 32mm 14mm 19mm !important;
    grid-template-areas: "picked thumb name price stock quantity total" !important;
    gap: 3mm;
    align-items: start;
    padding: 3mm 0;
    border: 0;
    border-bottom: .25mm solid #d8d8d4;
    border-radius: 0;
    box-shadow: none;
    break-inside: avoid;
    page-break-inside: avoid;
  }
  .has-glp-wishlist .tinvwl-table-manage-list td.product-picked,
  .has-glp-wishlist .tinvwl-table-manage-list td.product-name,
  .has-glp-wishlist .tinvwl-table-manage-list td.product-price,
  .has-glp-wishlist .tinvwl-table-manage-list td.product-stock,
  .has-glp-wishlist .tinvwl-table-manage-list td.product-quantity,
  .has-glp-wishlist .tinvwl-table-manage-list td.product-total { padding-top: 0 !important; }
  .has-glp-wishlist .tinvwl-table-manage-list td.product-thumbnail a {
    width: 20mm;
    height: 20mm;
  }
  .has-glp-wishlist .tinvwl-table-manage-list td.product-name > a { font-size: 10pt; }
  .has-glp-wishlist .tinvwl-table-manage-list td.product-price { font-size: 12pt; }
  .has-glp-wishlist .glp-wish-sku,
  .has-glp-wishlist .glp-wish-ean { font-size: 7pt; }
  .has-glp-wishlist .glp-wish-stock__main { font-size: 8.5pt; }
  .has-glp-wishlist .glp-wish-stock__dot { width: 4mm; height: 4mm; flex-basis: 4mm; }
  .has-glp-wishlist .glp-wish-stock__dot::after { font-size: 7pt; }
  .has-glp-wishlist .glp-wish-stock__shelf,
  .has-glp-wishlist .glp-wish-stock__alternative { padding-left: 3mm; font-size: 7.5pt; }
  .has-glp-wishlist .glp-wish-picked { gap: 1mm; }
  .has-glp-wishlist .glp-wish-picked__box { width: 6mm; height: 6mm; }
  .has-glp-wishlist .glp-wish-picked__label { font-size: 6.5pt; }
  .has-glp-wishlist .glp-wish-quantity { gap: 1mm; }
  .has-glp-wishlist .glp-wish-quantity__value { font-size: 10pt; }
  .has-glp-wishlist .glp-wish-quantity__suffix { font-size: 7pt; }
  .has-glp-wishlist .glp-wish-quantity .quantity { width: 12mm !important; }
  .has-glp-wishlist .glp-wish-quantity .quantity input.qty {
    width: 12mm !important;
    min-height: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    font-size: 10pt !important;
    text-align: left !important;
  }
  .has-glp-wishlist .glp-wish-cell-label,
  .has-glp-wishlist .glp-wish-quantity__label { font-size: 7pt; }
  .has-glp-wishlist .product-total strong { font-size: 10pt; }
  .has-glp-wishlist .glp-wish-total {
    margin-top: 0;
    padding: 4mm 0 0;
    border-top: .5mm solid #1b1b1b;
  }
  .has-glp-wishlist .glp-wish-total > span > strong { font-size: 11pt; }
  .has-glp-wishlist .glp-wish-total small { font-size: 7pt; }
  .has-glp-wishlist .glp-wish-total__amount { font-size: 17pt; }
}
