/* ============================================
   LUEN — Wishlist (Moji favoriti)
============================================ */

/* Wrapper */
/*
.tinv-wishlist {
  background: #fff;
  padding: 40px 30px;
  border-radius: 14px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
  margin-bottom: 60px;
  margin-top: 60px;
}*/

.tinv-wishlist .tinv-header h2 {
  font-size: 32px;
  font-weight: 600;
  color: #222;
  margin-bottom: 25px;
}

/* Table */
.tinvwl-table-manage-list {
  width: 100%;
  border-collapse: collapse;
}

.tinvwl-table-manage-list th {
  text-align: left;
  padding: 12px 10px;
  font-size: 14px;
  color: #777;
  border-bottom: 1px solid #eee;
  font-weight: 500;
}

.tinvwl-table-manage-list td {
  padding: 18px 10px;
  vertical-align: middle;
  border-bottom: 1px solid #f4f4f4;
}

/* Thumbnail */
.tinvwl-table-manage-list .product-thumbnail img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 12px;
  transition: transform .25s ease, box-shadow .25s ease;
}

.tinvwl-table-manage-list .product-thumbnail a:hover img {
  transform: scale(1.04);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}

/* Product name */
.tinvwl-table-manage-list .product-name a {
  font-size: 16px;
  font-weight: 600;
  color: #222;
  text-decoration: none;
  transition: color .2s ease;
}

.tinvwl-table-manage-list .product-name a:hover {
  color: #c27a6a; /* Luen ton */
}

/* Remove icon */
.tinvwl-table-manage-list .product-remove button {
  background: transparent;
  border: none;
  cursor: pointer;
  color: #999;
  font-size: 18px;
  transition: color .2s ease;
}

.tinvwl-table-manage-list .product-remove button:hover {
  color: #c27a6a;
}

/* Stock */
.product-stock {
 
  align-items: center;
  gap: 6px;
  color: #4CAF50;
  font-weight: 600;
}

.product-stock i {
  color: #4CAF50;
  font-size: 16px;
}

/* Buttons */
.tinvwl-table-manage-list .button.alt,
.tinvwl-to-right .button,
.tinvwl-to-left .button {
  background: #c27a6a;
  color: #fff;
  border: none;
  padding: 10px 18px;
  border-radius: 10px;
  font-weight: 600;
  cursor: pointer;
  transition: background .25s ease, transform .25s ease;
}

.tinvwl-table-manage-list .button.alt:hover,
.tinvwl-to-right .button:hover,
.tinvwl-to-left .button:hover {
  background: #a86557;
  transform: translateY(-2px);
}

/* Checkbox */
input[type="checkbox"] {
  width: 18px;
  height: 18px;
  border-radius: 4px;
  cursor: pointer;
}

/* Footer actions */
.tinvwl-to-left,
.tinvwl-to-right {
  margin-top: 25px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.tinvwl-input-group select {
  padding: 10px;
  border-radius: 8px;
  border: 1px solid #ddd;
}

/* Hover efekat na celom redu */
.wishlist_item {
  transition: background .2s ease;
}

.wishlist_item:hover {
  background: #f8f4f2; /* nežna Luen bež */
}

/* Mobilni */
@media (max-width: 768px) {
  .tinv-wishlist {
    padding: 20px;
  }

  .tinvwl-table-manage-list th {
    font-size: 12px;
  }

  .tinvwl-table-manage-list td {
    padding: 14px 6px;
  }

  .tinvwl-table-manage-list .product-thumbnail img {
    width: 70px;
    height: 70px;
  }

  .tinv-wishlist .tinv-header h2 {
    font-size: 26px;
  }
}

.tinv-wishlist tfoot .tinvwl-to-left + .tinvwl-to-right {
  margin-left: auto;
  margin-top: 0 !important;
}

.tinvwl-to-left, .tinvwl-to-right {
  margin-top: 0 !important;
}
.tinv-wishlist .product-stock p {
  margin-top: 0;  
}

.tinv-wishlist .product-action {
  width: 200px;
}

.tinv-wishlist tfoot .tinvwl-to-right > * {
  margin: 0;
  
}

.woocommerce button.button.alt {
  background-color: #7e4e62;
}

.woocommerce button.button.alt:hover {
  background-color: #7a3451;
}