    body { background-color: #eef2f7; margin:0; padding:0; }
    .container { display:flex; justify-content:center; padding:40px 16px; }
    .card-login {
      border-radius:1rem;
      border: 1px solid #ccc; 
      box-shadow:0 0.5rem 1.5rem rgba(0,0,0,0.1);
      background:#fff;
      max-width:1000px;
      margin:auto;
    }
 .item-images { 
  display: flex; 
  gap: 10px; 
  flex-wrap: wrap; 
  margin-bottom: 20px; 
  justify-content: center;   
}
.item-images img {
  height: 160px;
  border-radius: 10px;
  object-fit: cover;
  background: #eee;
  cursor: pointer;
  transition: 0.3s;
  max-width: 100%;   
}
.item-images .text-muted {
  width: 100%;
  text-align: center;
}
    .item-images img:hover { transform: scale(1.05); }
    .welcome-avatar {
      width: 80px; height: 80px;
      border-radius: 50%;
      object-fit: cover;
      border: 3px solid #fff;
      box-shadow: 0 0.25rem 0.5rem rgba(0,0,0,0.1);
    }
     .interest-text { font-size: 1rem; animation: breatheNormal 1.5s ease-in-out infinite; color:#9900FF; }
    @keyframes breatheNormal { 0%{opacity:0.2;}30%{opacity:1;}80%{opacity:1;}100%{opacity:0.2;} }
.item-info {
  display: flex;
  flex-direction: column;
  gap: 8px; 
}
.info-row {
  display: flex;
  gap: 8px; 
}
.info-row.single {
  flex-direction: column; 
}
.info-cell {
  flex: 1;
  padding: 4px 8px;
  border: 0px solid #ccc;   
  border-radius: 0px;       
  background-color: #ffffff; 
}
.info-cell2 {
  padding-left: 2rem;
  border: 0px solid #fff;
  border-radius: 6px;
  background-color: #fff;
  font-size: 0.8em;
  margin-right: 0;
}
.item-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 0px; 
}
.info-row.mb-last {
  margin-bottom: 12px; 
}
.status-badge {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 6px;
  font-weight: bold;
}
.status-badge {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 6px;
  font-weight: bold;
}
.status-onsale {
  color: #007bff;
  background-color: #e6f0ff; 
}
.status-sold {
  color: #000;
  background-color:  #e6e6e6; 
}
.status-shipped {
  color: #ff8800;
  background-color: #fff3e0; 
}
.status-done {
  color: #dc3545;
  background-color: #ffe6e9; 
}
.status-hold {
  color: #28a745;
  background-color: #e6ffe6; 
}
.info-inline {
  display: flex;
  flex-wrap: wrap;   
  gap: 16px;         
  align-items: center;
}
.info-chip {
  display: inline-flex;
  align-items: center;
}
.item-description {
	margin-top: -20px; 
  margin-bottom: 20px;
  padding-left: 2rem; 
  padding-right: 1rem;
}
.item-footer {
	margin-top: 20px; 
  margin-left:10px;
     margin-right:20px;
  padding-left: 1rem; 
}
.category-pill {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 16px;
  font-size: 0.9rem;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
  line-height: 1.2;
  transition: background 0.3s ease, transform 0.2s ease;
}
.category-pill:hover {
  background: #333 !important;
  color: #fff !important;
  cursor: pointer;
  text-decoration: none;
  transform: scale(1.05); 
}
 {
  font-size: 1.1rem;   
  font-weight: 600;
  color: #333;
  white-space: nowrap;
}
.card-price span:first-child {
  font-size: 1em;   
  vertical-align: baseline; 
  margin-right: -3px;   
}
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: rgba(0,0,0,0.3);
  padding: 10px;
  border-radius: 50%;
  cursor: pointer;
}
.carousel-control-prev { left: 10px; }
.carousel-control-next { right: 10px; }
.carousel-control-prev-icon,
.carousel-control-next-icon {
  filter: invert(1); 
}
.preview-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 3rem;          
  font-weight: bold;
  color: #fff;              
  text-shadow: -1px -1px 0 #000, 
               1px -1px 0 #000, 
              -1px  1px 0 #000, 
               1px  1px 0 #000; 
  background: rgba(0,0,0,0.3); 
  border: none;
  cursor: pointer;
  padding: 12px 18px;       
  border-radius: 0;         
  z-index: 10;
}
.preview-arrow.left {
  left: -70px; 
}
.preview-arrow.right {
  right: -70px; 
}
.preview-arrow:hover {
  background: rgba(0,0,0,0.6); 
  transform: translateY(-50%) scale(1.05); 
}
@media (max-width: 576px) {
  .item-images {
    justify-content: center; 
  }
  .item-images img {
    height: auto;        
    max-height: 160px;   
    flex: 0 0 calc(50% - 10px); 
    max-width: calc(50% - 10px);
  }
}
@media (min-width: 577px) and (max-width: 768px) {
  .item-images img {
    flex: 0 0 calc(33.333% - 10px); 
    max-width: calc(33.333% - 10px);
  }
}
.mobile-hint-top,
.mobile-hint-bottom {
  text-align: center;
  background: rgba(0,0,0,0.6);
  color: #fff;
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 14px;
  display: none; 
  opacity: 1;
  transition: opacity 1s ease;
}
.mobile-hint-top {
  margin-bottom: 10px;
}
.mobile-hint-bottom {
  margin-top: 10px;
}
@media (max-width: 768px) {
  .mobile-hint-top,
  .mobile-hint-bottom {
    display: block;
  }
}
.mobile-hint-fade {
  opacity: 0;
}
.message-btn {
  border: none;
  background: none;
  padding: 0;
  outline: none;
  cursor: pointer;
}
.message-btn img {
  display: block;
  margin: 0 auto;
  transition: 0.3s ease;
  width: 51px;       
  height: auto;      
  position: relative;
  left: -40px;       
  top: 10px;         
}
.status-pill {
  display: inline-block;
  padding: 0.1em 0.4em;
  border-radius: 0px;       
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.3;
  background-color: #fff;     
  border: 2px solid;          
}
.favorite-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: none;
  border-radius: 999px;        
  padding: 2px 4px;
  font-size: 0.75rem;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
}
.favorite-btn {
  background-color: e2e2e25;   
  color: #595C5F;             
}
.favorite-btn:hover {
  background-color: #ffd6e0;
  transform: translateY(-2px);
}
.favorite-btn.favorited {
  background-color: #ffe6eb;   
  color: #d6336c;  
}
.favorite-btn.favorited:hover {
  background-color: #e0e0e0;
  transform: translateY(-2px);
}
.favorite-btn .favorite-count {
  font-size: 0.75rem;
  padding: 0px 0px;
  border-radius: 999px;
  margin-left: -4px;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.favorite-btn .favorite-text {
  margin-left: -4px;
}
.favorite-btn .favorite-text,
.favorite-btn .favorite-count,
.favorite-btn::before {
  transition: all 0.3s ease;
}
.favorite-btn:active {
  transform: scale(0.95);
}
.favorite-btn:not(.favorited) {
  animation: heartPulse 0.4s ease;
}
.favorite-btn.favorited {
  animation: heartBreak 0.4s ease;
}
@keyframes heartPulse {
  0% { transform: scale(1); }
  30% { transform: scale(1.2); }
  60% { transform: scale(0.9); }
  100% { transform: scale(1); }
}
@keyframes heartBreak {
  0% { transform: rotate(0deg); }
  25% { transform: rotate(-10deg); }
  50% { transform: rotate(10deg); }
  75% { transform: rotate(-5deg); }
  100% { transform: rotate(0deg); }
}
.breadcrumb-nav {margin-top: -20px;margin-bottom: 0px; margin-left: -10px;}