.shop-page .shop-navbar {
  margin-bottom: 0;
  border-radius: 0;
}

.shop-content-wrap {
  flex: 1 0 auto;
  padding-bottom: 20px;
}

.shop-footer {
  flex-shrink: 0;
  padding: 24px 0;
  margin-top: auto;
}

.shop-carousel .item {
  height: 320px;
}

.shop-carousel-caption {
  text-shadow: none;
  color: #4a3a44;
  padding-top: 80px;
}

.shop-carousel-caption h2 {
  font-size: 32px;
  color: #5c4854;
}

.section-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 30px 0 16px;
  border-bottom: 1px solid #f8e8ef;
  padding-bottom: 8px;
}

.section-title h3 {
  margin: 0;
  color: #5c4854;
}

.more-link {
  color: #d67fa0;
}

.category-tag {
  display: block;
  text-align: center;
  padding: 12px;
  margin-bottom: 12px;
  background: #fff;
  border: 1px solid #f8e8ef;
  border-radius: 8px;
  color: #6b5560;
  text-decoration: none;
}

.category-tag:hover {
  border-color: #e8a4bc;
  color: #d67fa0;
}

.product-card {
  background: #fff;
  border: 1px solid #f8e8ef;
  border-radius: 8px;
  padding: 12px;
  margin-bottom: 20px;
  text-align: center;
  transition: box-shadow 0.2s;
}

.product-card:hover {
  box-shadow: 0 4px 12px rgba(214, 127, 160, 0.15);
}

.product-img-wrap {
  height: 160px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fffbfc;
}

.product-img-wrap img {
  max-height: 100%;
  margin: 0 auto;
}

.product-name {
  font-size: 14px;
  height: 40px;
  overflow: hidden;
  margin: 10px 0 4px;
}

.product-price {
  color: #d67fa0;
  font-size: 18px;
  font-weight: bold;
}

.product-card .btn-add-cart {
  margin-top: 8px;
}

.shop-sidebar {
  background: #fff;
  border: 1px solid #f8e8ef;
  border-radius: 8px;
  padding: 16px;
}

.shop-sidebar a {
  display: block;
  padding: 8px 0;
  color: #6b5560;
}

.shop-sidebar a.active {
  color: #d67fa0;
  font-weight: bold;
}

.shop-search {
  margin-bottom: 20px;
}

.product-detail-img {
  border: 1px solid #f8e8ef;
  border-radius: 8px;
  background: #fff;
}

.product-detail-price {
  font-size: 28px;
  color: #d67fa0;
  font-weight: bold;
}

.product-detail-desc {
  background: #fff;
  border: 1px solid #f8e8ef;
  border-radius: 8px;
  padding: 16px;
  margin: 16px 0;
}

.buy-bar {
  margin-top: 20px;
}

.buy-bar .form-control {
  width: 80px;
  margin: 0 12px;
}

.cart-table img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.checkout-panel {
  background: #fff;
  border: 1px solid #f8e8ef;
  border-radius: 8px;
  padding: 20px;
  margin-top: 20px;
}

.cart-total-bar {
  text-align: right;
  font-size: 20px;
  margin: 16px 0;
  color: #d67fa0;
}

.order-card {
  background: #fff;
  border: 1px solid #f8e8ef;
  border-radius: 8px;
  margin-bottom: 16px;
  overflow: hidden;
}

.order-card-head,
.order-card-foot {
  padding: 12px 16px;
  background: #fffbfc;
  border-bottom: 1px solid #f8e8ef;
}

.order-card-foot {
  border-bottom: none;
  border-top: 1px solid #f8e8ef;
}

.order-card-body {
  padding: 12px 16px;
}

.order-item-row {
  padding: 6px 0;
  border-bottom: 1px dashed #f8e8ef;
}

.order-item-img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  margin-right: 8px;
}

.order-status-pending { color: #e6a23c; }
.order-status-paid { color: #67c23a; }

.order-detail-card {
  background: #fff;
  border: 1px solid #f8e8ef;
  border-radius: 8px;
  padding: 24px;
}

.profile-card {
  background: #fff;
  border: 1px solid #f8e8ef;
  border-radius: 8px;
  padding: 24px;
}

.profile-avatar {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #f3d9e4;
}

.profile-tabs {
  background: #fff;
  border: 1px solid #f8e8ef;
  border-radius: 8px;
  padding: 20px;
  margin-top: 10px;
}

.auth-box-wrap {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fffbfc;
}

.auth-box {
  width: 100%;
  max-width: 420px;
  background: #fff;
  border: 1px solid #f8e8ef;
  border-radius: 8px;
  padding: 30px;
}

.auth-msg {
  color: #d67fa0;
  margin-top: 10px;
  min-height: 20px;
}

.cart-badge {
  background: #d67fa0;
}
