.tf-sw-brand .brand-item {
  min-height: 96px;
}

.tf-sw-brand .brand-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.xoey-brand-logo {
  max-width: 140px;
  width: 100%;
  height: auto;
  max-height: 48px;
  object-fit: contain;
  object-position: center;
}

/* Bundle Modal Styles */
.xoey-bundle-product-card {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.xoey-bundle-product-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.xoey-bundle-product-card .form-select-lg {
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.xoey-bundle-product-card .form-select-lg:focus {
  border-color: var(--bs-primary);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-primary-rgb), 0.25);
}

.xoey-bundle-thumb img {
  transition: transform 0.2s ease;
}

.xoey-bundle-product-card:hover .xoey-bundle-thumb img {
  transform: scale(1.05);
}