/* ===== THEME COLORS ===== */
:root {
  --primary-color: #c00000;
  --primary-dark: #a41a1a;
  --primary-color-rgb: 192, 0, 0;
  --accent-color: #f59e0b;
  --text-dark: #333333;
  --text-color-rgb: 34, 34, 34;
  --bg-light: #f8f9fa;
  --bg-body: #f5f5f5;
  --bg-gradient: linear-gradient(180deg, #c00000 0%, #ff5656 100%);
  --white: #ffffff;
  --border-color: #e5e5e5;
  --shadow-light: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px,
    rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  --nav-btn-size: 44px;
  --nav-btn-size-mobile: 40px;
  --category-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  --info-color: #03b5e6;
  --primary-light: #e60000;
  --text-primary: #1a1a1a;
  --text-secondary: #666666;
  --text-light: #999999;
  --background-white: #ffffff;
  --background-light: #f8f9fa;
  --border-light: #e9ecef;
  --shadow-light: 0 2px 10px rgba(0, 0, 0, 0.05);
  --shadow-medium: 0 4px 20px rgba(0, 0, 0, 0.1);
  --border-radius: 12px;
  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --secondary-color: #767676;
  --light-gray: #f4f4f4;
  --error-color: #dc3545;
  --success-color: #28a745;
  --warning-color: #ffc107;
  --primary-hover: #b91c1c;
  --primary-light: rgba(220, 38, 38, 0.1);
  --background-card: #ffffff;
  --gradient-primary: linear-gradient(
    135deg,
    var(--primary-color) 0%,
    #ef4444 100%
  );
}
.fancybox__container {
  z-index: 3999 !important;
}
.swal2-container {
  z-index: 2000 !important;
}
.btn-primary {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.btn-primary:hover {
  background-color: var(--primary-dark);
  border-color: var(--primary-dark);
}
/* Additional Bootstrap Grid Classes */
.row-cols-7 > * {
  flex: 0 0 auto;
  width: 14.2857142857%;
}

.row-cols-8 > * {
  flex: 0 0 auto;
  width: 12.5%;
}
.gsap-animating {
  transition: none !important;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  pointer-events: none !important;
}
/* header start */
/* ===== HEADER STYLES ===== */
.hydrosite-shopee-header {
  background: var(--bg-gradient);
  position: sticky;
  top: 0;
  z-index: 2000;
  box-shadow: var(--shadow-light);
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}

.hydrosite-shopee-logo {
  width: 100%;
  height: auto;
  max-width: 200px;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}

.hydrosite-shopee-logo img {
  width: 100%;
  height: auto;
  object-fit: contain;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.hydrosite-shopee-brand-text {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: var(--white);
  font-size: 18px;
}

/* ===== NAVIGATION STYLES ===== */
.hydrosite-shopee-nav-list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.hydrosite-shopee-nav-link {
  color: var(--white);
  text-decoration: none;
  font-weight: 500;
  font-size: clamp(0.9rem, 0.3609rem + 0.8696vw, 1.1rem);
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}

.hydrosite-shopee-nav-item:hover .menu-level-1-link,
.hydrosite-shopee-nav-item:hover .icon-level-1 {
  color: #ffd700;
}
.hydrosite-shopee-menu-label {
  color: var(--white);
  font-weight: 500;
  font-size: clamp(0.9rem, 0.3609rem + 0.8696vw, 1.1rem);
  cursor: pointer;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 10px 0;
}
.hydrosite-shopee-nav-item.active .menu-level-1-link {
  color: #ffeb99;
}
.hydrosite-shopee-dropdown-toggle .icon-level-1 {
  color: var(--white);
  margin-left: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.hydrosite-shopee-dropdown:hover .icon-level-1 {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

/* Desktop Dropdown Menu */
.hydrosite-shopee-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: var(--white);
  min-width: 230px;
  box-shadow: var(--shadow-light);
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  z-index: 1000;
  list-style: none;
  padding: 10px 0;
}

.hydrosite-shopee-dropdown:hover .hydrosite-shopee-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}

.hydrosite-shopee-dropdown-link {
  display: block;
  padding: 10px 20px;
  color: var(--text-dark);
  text-decoration: none;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.hydrosite-shopee-dropdown-link:hover {
  background: var(--bg-gradient);
  color: var(--white);
}

/* Dropdown Sub-menu */
.hydrosite-shopee-dropdown-sub {
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: space-between;
}

.hydrosite-shopee-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  background: var(--white);
  min-width: 230px;
  box-shadow: var(--shadow-light);
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-10px);
  transition: all 0.3s ease;
  z-index: 1001;
  list-style: none;
  padding: 10px 0;
  -webkit-transform: translateX(-10px);
  -moz-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  -o-transform: translateX(-10px);
}

.hydrosite-shopee-dropdown-sub:hover .hydrosite-shopee-dropdown-submenu {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
}
.hydrosite-shopee-dropdown-sub .hydrosite-shopee-menu-label {
  font-size: clamp(0.9rem, 0.6304rem + 0.4348vw, 1rem);
  color: var(--text-dark);
  font-weight: 500;
}
/* ===== HEADER ACTIONS ===== */
.hydrosite-shopee-header-actions {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: flex-end;
}

.hydrosite-shopee-search-box {
  position: relative;
  flex: 1;
  max-width: 400px;
  background: var(--white);
  border-radius: 5px;
  overflow: visible;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  display: flex;
  justify-content: space-between;
}

.hydrosite-shopee-search-box.focused {
  transform: scale(1.02);
  transition: transform 0.3s ease;
}

.hydrosite-shopee-search-input {
  width: 100%;
  padding: 10px 45px 10px 15px;
  border: none;
  border-radius: 5px;
  font-size: 14px;
  outline: none;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  background: transparent;
}

.hydrosite-shopee-search-input:focus {
  box-shadow: none;
}

.hydrosite-shopee-search-btn {
  width: 45px;
  border: none;
  background: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.3s ease;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -ms-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  min-width: 60px;
  text-align: center;
}

.hydrosite-shopee-search-btn:hover {
  background: var(--primary-dark);
}

/* ===== SEARCH RESULT DROPDOWN ===== */
.hydrosite-shopee-search-results {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: var(--white);
  border-radius: 8px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
  z-index: 1000;
  max-height: 500px;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid var(--border-color);
  margin-top: 5px;
}

.hydrosite-shopee-search-results.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.hydrosite-shopee-search-results::-webkit-scrollbar {
  width: 6px;
}

.hydrosite-shopee-search-results::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 3px;
}

.hydrosite-shopee-search-results::-webkit-scrollbar-thumb {
  background: var(--primary-color);
  border-radius: 3px;
}

.hydrosite-shopee-search-results::-webkit-scrollbar-thumb:hover {
  background: var(--primary-dark);
}

/* Search Results Loading */
.search-results-loading {
  padding: 20px;
  text-align: center;
  color: var(--text-secondary);
  font-size: 14px;
}

.search-results-loading .spinner {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid #f3f3f3;
  border-top: 2px solid var(--primary-color);
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin-right: 8px;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Search Results Sections */
.search-results-section {
  border-bottom: 1px solid var(--border-color);
}

.search-results-section:last-child {
  border-bottom: none;
}

.search-section-header {
  padding: 12px 16px 8px;
  font-size: 13px;
  font-weight: 600;
  color: var(--text-secondary);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  background: var(--bg-light);
  border-bottom: 1px solid var(--border-color);
}

/* Product Results */
.search-product-item {
  display: flex;
  align-items: center;
  padding: 12px 16px;
  transition: all 0.2s ease;
  cursor: pointer;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.search-product-item:last-child {
  border-bottom: none;
}

.search-product-item:hover {
  background: var(--bg-light);
  transform: translateX(2px);
}

.search-product-image {
  width: 50px;
  height: 50px;
  border-radius: 8px;
  overflow: hidden;
  flex-shrink: 0;
  margin-right: 12px;
  border: 1px solid var(--border-color);
}

.search-product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.search-product-item:hover .search-product-image img {
  transform: scale(1.05);
}

.search-product-info {
  flex: 1;
  min-width: 0;
}

.search-product-name {
  font-size: 14px;
  font-weight: 500;
  color: var(--text-dark);
  margin-bottom: 4px;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.search-product-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: var(--text-secondary);
  margin-bottom: 4px;
}

.search-product-shop {
  color: var(--primary-color);
  font-weight: 500;
}

.search-product-sold {
  color: var(--text-light);
}

.search-product-price {
  display: flex;
  align-items: center;
  gap: 8px;
}

.search-product-current-price {
  font-size: 14px;
  font-weight: 600;
  color: var(--primary-color);
}

.search-product-original-price {
  font-size: 12px;
  color: var(--text-light);
  text-decoration: line-through;
}

.search-product-discount {
  background: var(--primary-color);
  color: white;
  font-size: 10px;
  padding: 2px 6px;
  border-radius: 4px;
  font-weight: 500;
}

/* Category Results */
.search-category-item {
  display: flex;
  align-items: center;
  padding: 10px 16px;
  transition: all 0.2s ease;
  cursor: pointer;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.search-category-item:last-child {
  border-bottom: none;
}

.search-category-item:hover {
  background: var(--bg-light);
  transform: translateX(2px);
}

.search-category-icon {
  width: 32px;
  height: 32px;
  border-radius: 6px;
  background: var(--primary-light);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
  flex-shrink: 0;
}

.search-category-icon i {
  color: var(--primary-color);
  font-size: 16px;
}

.search-category-name {
  font-size: 14px;
  font-weight: 500;
  color: var(--text-dark);
}

/* Shop Results */
.search-shop-item {
  display: flex;
  align-items: center;
  padding: 10px 16px;
  transition: all 0.2s ease;
  cursor: pointer;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.search-shop-item:last-child {
  border-bottom: none;
}

.search-shop-item:hover {
  background: var(--bg-light);
  transform: translateX(2px);
}

.search-shop-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  margin-right: 12px;
  border: 2px solid var(--border-color);
}

.search-shop-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.search-shop-info {
  flex: 1;
  min-width: 0;
}

.search-shop-name {
  font-size: 14px;
  font-weight: 600;
  color: var(--text-dark);
  margin-bottom: 2px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.search-shop-followers {
  font-size: 12px;
  color: var(--text-secondary);
  display: flex;
  align-items: center;
  gap: 4px;
}

.search-shop-followers i {
  color: var(--primary-color);
}

/* View All Results */
.search-view-all {
  padding: 12px 16px;
  text-align: center;
  border-top: 1px solid var(--border-color);
  background: var(--bg-light);
}

.search-view-all-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--primary-color);
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  padding: 8px 16px;
  border-radius: 6px;
  transition: all 0.2s ease;
}

.search-view-all-btn:hover {
  background: var(--primary-color);
  color: white;
  text-decoration: none;
  transform: translateY(-1px);
}

/* No Results */
.search-no-results {
  padding: 40px 20px;
  text-align: center;
  color: var(--text-secondary);
}

.search-no-results i {
  font-size: 48px;
  color: var(--text-light);
  margin-bottom: 16px;
  display: block;
}

.search-no-results h4 {
  font-size: 16px;
  font-weight: 600;
  color: var(--text-dark);
  margin-bottom: 8px;
}

.search-no-results p {
  font-size: 14px;
  margin: 0;
}

/* ===== MOBILE SEARCH RESULTS ===== */
@media (max-width: 768px) {
  .hydrosite-shopee-search-results {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-height: none;
    border-radius: 0;
    margin-top: 0;
    z-index: 9999;
    background: var(--white);
    transform: translateY(100%);
  }

  .hydrosite-shopee-search-results.show {
    transform: translateY(0);
  }

  .mobile-search-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px;
    border-bottom: 1px solid var(--border-color);
    background: var(--bg-gradient);
    color: white;
    position: sticky;
    top: 0;
    z-index: 10;
  }

  .mobile-search-title {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
  }

  .mobile-search-close {
    background: none;
    border: none;
    color: white;
    font-size: 24px;
    cursor: pointer;
    padding: 4px;
    border-radius: 4px;
    transition: background 0.2s ease;
  }

  .mobile-search-close:hover {
    background: rgba(255, 255, 255, 0.1);
  }

  .search-results-content {
    height: calc(100vh - 70px);
    overflow-y: auto;
  }

  .search-product-item {
    padding: 16px;
  }

  .search-product-image {
    width: 60px;
    height: 60px;
    margin-right: 16px;
  }

  .search-product-name {
    font-size: 15px;
    margin-bottom: 6px;
  }

  .search-product-meta {
    margin-bottom: 6px;
  }

  .search-product-current-price {
    font-size: 16px;
  }

  .search-category-item,
  .search-shop-item {
    padding: 16px;
  }

  .search-category-icon {
    width: 40px;
    height: 40px;
    margin-right: 16px;
  }

  .search-category-icon i {
    font-size: 18px;
  }

  .search-category-name {
    font-size: 15px;
  }

  .search-shop-avatar {
    width: 44px;
    height: 44px;
    margin-right: 16px;
  }

  .search-shop-name {
    font-size: 15px;
    margin-bottom: 4px;
  }

  .search-shop-followers {
    font-size: 13px;
  }

  .search-view-all {
    padding: 20px 16px;
  }

  .search-view-all-btn {
    font-size: 16px;
    padding: 12px 24px;
  }

  .search-no-results {
    padding: 60px 20px;
  }

  .search-no-results i {
    font-size: 64px;
    margin-bottom: 20px;
  }

  .search-no-results h4 {
    font-size: 18px;
    margin-bottom: 12px;
  }

  .search-no-results p {
    font-size: 15px;
  }
}

/* ===== SEARCH HIGHLIGHT ===== */
.search-highlight {
  background: rgba(var(--primary-color-rgb), 0.1);
  color: var(--primary-color);
  font-weight: 600;
  padding: 0 2px;
  border-radius: 2px;
}

/* ===== SEARCH ANIMATIONS ===== */
.search-item-enter {
  animation: searchItemEnter 0.3s ease forwards;
}

@keyframes searchItemEnter {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.search-results-fade-in {
  animation: searchResultsFadeIn 0.4s ease forwards;
}

@keyframes searchResultsFadeIn {
  from {
    opacity: 0;
    transform: translateY(-20px) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

/* ===== SEARCH INPUT FOCUS STATES ===== */
.hydrosite-shopee-search-box.has-results {
  border-radius: 5px 5px 0 0;
}

.hydrosite-shopee-search-box.searching .hydrosite-shopee-search-btn {
  background: var(--text-secondary);
  cursor: not-allowed;
}

.hydrosite-shopee-search-input.searching {
  background: var(--bg-light);
}

/* ===== KEYBOARD NAVIGATION ===== */
.search-item-focused {
  background: var(--primary-light) !important;
  border-left: 3px solid var(--primary-color);
}

.search-item-focused .search-product-name,
.search-item-focused .search-category-name,
.search-item-focused .search-shop-name {
  color: var(--primary-color);
}

/* ===== SEARCH OVERLAY ===== */
.search-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.search-overlay.show {
  opacity: 1;
  visibility: visible;
}

@media (min-width: 769px) {
  .search-overlay {
    display: none;
  }
}

.hydrosite-shopee-user-actions {
  display: flex;
  align-items: center;
  gap: 15px;
}

.hydrosite-shopee-notification {
  position: relative;
  color: var(--white);
  text-decoration: none;
}

.hydrosite-shopee-notification-badge {
  position: absolute;
  top: -8px;
  right: -8px;
  background: #d01515;
  color: var(--white);
  border-radius: 50%;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: bold;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.icon-level-2 {
  color: var(--text-dark);
}
.menu-level-2-link,
.icon-level-2 {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.menu-level-2-link:hover {
  background: var(--bg-gradient);
  color: var(--white);
}
.menu-level-2-link:hover .icon-level-2 {
  color: var(--white);
}
/* Notification Dropdown */
.hydrosite-shopee-notification-dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  background: var(--white);
  min-width: 300px;
  max-width: 400px;
  box-shadow: var(--shadow-light);
  border-radius: 8px;
  z-index: 1000;
  animation: fadeInUp 0.3s ease;
  -webkit-animation: fadeInUp 0.3s ease;
}

.hydrosite-shopee-notification-header {
  padding: 15px 20px;
  border-bottom: 1px solid var(--border-color);
}

.hydrosite-shopee-notification-header h4 {
  margin: 0;
  color: var(--text-dark);
  font-size: 16px;
}

.hydrosite-shopee-notification-content {
  max-height: 300px;
  overflow-y: auto;
}

.hydrosite-shopee-notification-item {
  padding: 15px 20px;
  border-bottom: 1px solid var(--border-color);
  transition: background-color 0.3s ease;
}

.hydrosite-shopee-notification-item:hover {
  background-color: var(--bg-light);
}

.hydrosite-shopee-notification-item:last-child {
  border-bottom: none;
}

.hydrosite-shopee-notification-item p {
  margin: 0 0 5px 0;
  color: var(--text-dark);
  font-size: 14px;
}

.hydrosite-shopee-notification-time {
  color: #666;
  font-size: 12px;
}

.hydrosite-shopee-notification-footer {
  padding: 15px 20px;
  border-top: 1px solid var(--border-color);
  text-align: center;
}

.hydrosite-shopee-notification-footer a {
  color: var(--primary-color);
  text-decoration: none;
  font-weight: 500;
}

.hydrosite-shopee-auth-links {
  display: flex;
  align-items: center;
  gap: 8px;
}

.hydrosite-shopee-auth-links a {
  color: var(--white);
  text-decoration: none;
  font-size: clamp(0.9rem, 0.3609rem + 0.8696vw, 1.1rem);
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}

.hydrosite-shopee-auth-links a:hover {
  color: #ffd700;
}

.hydrosite-shopee-auth-links span {
  color: var(--white);
  font-size: clamp(0.9rem, 0.3609rem + 0.8696vw, 1.1rem);
}

.hydrosite-shopee-language {
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--white);
  font-size: clamp(0.9rem, 0.3609rem + 0.8696vw, 1.1rem);
  cursor: pointer;
  position: relative;
}
.hydrosite-shopee-cart i,
.hydrosite-shopee-cart svg,
.hydrosite-shopee-notification svg {
  color: var(--white);
  width: 1.5rem;
  transform: translateY(-2px);
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
}

/* Language Options */
.hydrosite-shopee-language-options {
  position: absolute;
  top: 100%;
  right: 0;
  background: var(--white);
  min-width: 120px;
  box-shadow: var(--shadow-light);
  border-radius: 5px;
  z-index: 1000;
  animation: fadeInUp 0.3s ease;
  overflow: hidden;
}

.hydrosite-shopee-language-option {
  padding: 10px 15px;
  color: var(--text-dark);
  font-size: 14px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  display: flex;
  align-items: center;
  gap: 8px;
}

.hydrosite-shopee-language-option:hover {
  background-color: var(--bg-light);
}

.hydrosite-shopee-language-option.active {
  background-color: var(--primary-color);
  color: var(--white);
}

.hydrosite-shopee-language-option span {
  font-size: 16px;
}

/* ===== MOBILE MENU TOGGLE ===== */
.hydrosite-shopee-mobile-toggle {
  background: none;
  border: none;
  width: 30px;
  height: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  padding: 6px 0;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.hydrosite-shopee-mobile-toggle:hover {
  background: rgba(255, 255, 255, 0.1);
}

.hydrosite-shopee-mobile-toggle span {
  display: block;
  width: 100%;
  height: 3px;
  background: var(--white);
  transition: all 0.3s ease;
  transform-origin: center;
  border-radius: 1px;
}

.hydrosite-shopee-mobile-toggle.active span:nth-child(1) {
  transform: rotate(45deg) translate(6px, 6px);
}

.hydrosite-shopee-mobile-toggle.active span:nth-child(2) {
  opacity: 0;
}

.hydrosite-shopee-mobile-toggle.active span:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}
.hydrosite-shopee-cart-number {
  position: absolute;
  bottom: 5px;
  right: 0px;
  background: var(--white);
  color: var(--primary-color);
  border-radius: 50%;
  width: 18px;
  height: 18px;
  min-width: 18px;
  min-height: 18px;
  display: flex;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  font-size: 0.75rem;
  font-weight: 600;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  justify-content: center;
  align-items: center;
  border: 2px solid var(--primary-color);
  cursor: pointer;
  aspect-ratio: 1/1;
  flex-shrink: 0;
}
.hydrosite-shopee-nav-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.hydrosite-shopee-product-menu-wrapper {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: var(--white);
  border-radius: 0px;
  z-index: 1000;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  min-height: 300px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  opacity: 0;
  visibility: hidden;
}
.hydrosite-shopee-product-menu-box {
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: var(--primary-color) var(--white);
}
.menu-product-item-desktop:hover .hydrosite-shopee-product-menu-wrapper {
  opacity: 1 !important;
  visibility: visible !important;
  clip-path: inset(0% 0% 0% 0%);
}
.hydrosite-shopee-product-menu-icon {
  max-width: 100px;
  margin: 0 auto;
}
.hydrosite-shopee-product-menu-icon img {
  width: 100%;
  height: auto;
  object-fit: contain;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.hydrosite-shopee-product-menu-text {
  font-size: clamp(0.8rem, 0.3957rem + 0.6522vw, 0.95rem);
  color: var(--text-dark);
  font-weight: 500;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.hydrosite-shopee-product-menu-item:hover
  .hydrosite-shopee-product-menu-icon
  img {
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
}
.hydrosite-shopee-product-menu-item:hover {
  background: var(--bg-gradient);
  color: var(--white);
}
.hydrosite-shopee-product-menu-item:hover .hydrosite-shopee-product-menu-text {
  color: var(--white);
}
.hydrosite-shopee-product-menu-item {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.hydrosite-shopee-overlay-blur {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  pointer-events: none;
  top: 0;
  left: 0;
}
.hydrosite-shopee-product-menu-close-btn {
  background: lightgray;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  position: absolute;
  bottom: 15px;
  right: 15px;
  z-index: 1000;
  font-size: 1.1em;
  color: var(--text-dark);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.hydrosite-shopee-product-menu-close-btn:hover {
  background: var(--primary-color);
  color: var(--white);
}

.hydrosite-shopee-header.scrolled.hide {
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
}
.hydrosite-shopee-header.scrolled {
  transform: translateY(-62px);
  -webkit-transform: translateY(-62px);
  -moz-transform: translateY(-62px);
  -ms-transform: translateY(-62px);
  -o-transform: translateY(-62px);
}
.hydrosite-shopee-header.scrolled  .hydrosite-shopee-product-menu-wrapper {
 height: calc(100svh);
}
.hydrosite-shopee-header.scrolled .hydrosite-shopee-logo {
  max-width: 109px;
  transform: translateY(30px);
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
}
/* header end */

/* menu mobile start */

/* ===== MOBILE NAVIGATION ===== */
.mobile-menu-shopee {
  background: var(--bg-gradient);
  z-index: 3000;
}

.mobile-menu-shopee .offcanvas-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 20px 25px;
}

.mobile-menu-logo {
  width: 100%;
  max-width: 100px;
}
.mobile-menu-logo img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.mobile-menu-brand-text {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: var(--white);
  font-size: 16px;
  letter-spacing: 1px;
}

.mobile-menu-close-btn {
  background: none;
  border: none;
  padding: 8px;
  border-radius: 50%;
  transition: all 0.3s ease;
  cursor: pointer;
}

.mobile-menu-close-btn:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: rotate(90deg);
}

.mobile-menu-nav-wrapper {
  padding: 20px 0;
}

.mobile-menu-nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.mobile-menu-item {
  position: relative;
}

.mobile-menu-link {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 16px 10px;
  color: var(--white);
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s ease;
  border-left: 4px solid transparent;
}

.mobile-menu-link:hover {
  background: rgba(255, 255, 255, 0.1);
  border-left-color: var(--accent-color);
  color: var(--white);
}

.mobile-menu-icon {
  width: 27px;
  height: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #ffeb99;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.mobile-menu-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.mobile-menu-link:hover .mobile-menu-icon {
  color: var(--white);
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.mobile-menu-text {
  flex: 1;
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 500;
  letter-spacing: 0.5px;
}

/* Dropdown Row */
.mobile-menu-row {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 16px 10px;
  border-left: 4px solid transparent;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.menu-mobile-link-home,
.mobile-menu-row-level-1 {
  height: 65px;
  text-transform: uppercase;
}
.mobile-menu-row:hover {
  background: rgba(255, 255, 255, 0.1);
  border-left-color: var(--accent-color);
}

.mobile-menu-text-link,
.mobile-menu-subtext-link {
  flex: 1;
  color: var(--white);
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  font-family: "Be Vietnam Pro", sans-serif;
  letter-spacing: 0.5px;
}

.mobile-menu-text-link:hover,
.mobile-menu-subtext-link:hover {
  color: var(--white);
}

.mobile-menu-toggle-btn {
  background: none;
  border: none;
  padding: 8px;
  border-radius: 50%;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.7);
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  min-width: 45px;
  min-height: 45px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
}

.mobile-menu-toggle-btn:hover {
  background: rgba(255, 255, 255, 0.1);
  color: var(--white);
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.mobile-menu-toggle-btn.active {
  transform: rotate(90deg);
  color: var(--accent-color);
  background: rgba(245, 158, 11, 0.1);
}

/* Submenus */
.mobile-menu-submenu {
  list-style: none;
  padding: 0;
  margin: 0;
  max-height: 0;
  overflow: hidden;
  transition: all 0.4s ease;
  background: rgba(0, 0, 0, 0.1);
}

.mobile-menu-submenu.active {
  max-height: 500px;
  padding: 8px 0;
  overflow-y: auto;
}

.mobile-menu-subitem {
  position: relative;
}

.mobile-menu-sublink {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 25px 12px 45px;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  transition: all 0.3s ease;
  border-left: 4px solid transparent;
}

.mobile-menu-sublink:hover {
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
  border-left-color: var(--accent-color);
}

.mobile-menu-subicon {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--accent-color);
  opacity: 1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.mobile-menu-subicon.mobile-menu-subicon-product {
  width: 55px;
  height: 55px;
}

.mobile-menu-subicon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.mobile-menu-sublink:hover .mobile-menu-subicon {
  opacity: 1;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

/* Level 3 Submenu */
.mobile-menu-level-3 {
  background: rgba(0, 0, 0, 0.2);
}

.mobile-menu-level-3 .mobile-menu-sublink {
  padding-left: 50px;
  font-size: 1rem;
}

.mobile-menu-level-3 .mobile-menu-subicon {
  width: 18px;
  height: 18px;
}

/* Active States */
.mobile-menu-item.active > .mobile-menu-link {
  background: rgba(255, 255, 255, 0.15);
  border-left-color: var(--accent-color);
}

.mobile-menu-item.active > .mobile-menu-row {
  background: rgba(255, 255, 255, 0.15);
  border-left-color: var(--accent-color);
}

.mobile-menu-sublink.active {
  background: rgba(255, 255, 255, 0.12);
  border-left-color: var(--accent-color);
  color: var(--white);
}

/* Animations */
.mobile-menu-item {
  animation: slideInLeft 0.5s ease forwards;
  opacity: 0;
  transform: translateX(-20px);
}

.mobile-menu-item:nth-child(1) {
  animation-delay: 0.1s;
}
.mobile-menu-item:nth-child(2) {
  animation-delay: 0.2s;
}
.mobile-menu-item:nth-child(3) {
  animation-delay: 0.3s;
}
.mobile-menu-item:nth-child(4) {
  animation-delay: 0.4s;
}
.mobile-menu-item:nth-child(5) {
  animation-delay: 0.5s;
}
.mobile-menu-item:nth-child(6) {
  animation-delay: 0.6s;
}

@keyframes slideInLeft {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Scrollbar Styling */
.mobile-menu-nav-wrapper::-webkit-scrollbar {
  width: 4px;
}

.mobile-menu-nav-wrapper::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.1);
}

.mobile-menu-nav-wrapper::-webkit-scrollbar-thumb {
  background: var(--accent-color);
  border-radius: 2px;
}

.mobile-menu-nav-wrapper::-webkit-scrollbar-thumb:hover {
  background: var(--primary-color);
}
.mobile-menu-item-level-1.active .mobile-menu-link {
  background: rgba(255, 255, 255, 0.1);
  border-left-color: var(--accent-color);
  color: var(--white);
}
/* menu mobile end */

/* slider start */

/* ===== HERO SECTION ===== */
.hydrosite-shopee-hero {
  background: var(--bg-body);
  padding: 20px 0;
}

.hydrosite-shopee-categories {
  background: var(--white);
  border-radius: 8px;
  padding: 20px;
  box-shadow: var(--shadow-light);
  height: fit-content;
}

.hydrosite-shopee-categories h3 {
  font-size: 18px;
  margin-bottom: 15px;
  color: var(--primary-color);
  text-align: center;
}

.hydrosite-shopee-category-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.hydrosite-shopee-category-list li {
  border-bottom: 1px solid var(--border-color);
}

.hydrosite-shopee-category-list li:last-child {
  border-bottom: none;
}

.hydrosite-shopee-category-list a {
  display: block;
  padding: 12px 0;
  color: var(--text-dark);
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s ease;
}

.hydrosite-shopee-category-list a:hover {
  color: var(--primary-color);
}

.hydrosite-shopee-category-list a.active {
  color: var(--primary-color);
  font-weight: 500;
}

/* ===== MAIN SLIDER ===== */
.hydrosite-shopee-main-slider {
  margin-bottom: 20px;
}

.hydrosite-shopee-hero-swiper {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--shadow-light);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.hydrosite-shopee-slide-content {
  position: relative;
  min-height: 100%;
}

.hydrosite-shopee-slide-content img,
.hydrosite-shopee-slide-content a {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Swiper Custom Styles */
.hydrosite-shopee-hero-swiper .swiper-pagination-bullet {
  background: var(--white);
  opacity: 0.5;
}

.hydrosite-shopee-hero-swiper .swiper-pagination-bullet-active {
  background: var(--primary-color);
  opacity: 1;
}

.hydrosite-shopee-hero-swiper .swiper-button-next,
.hydrosite-shopee-hero-swiper .swiper-button-prev,
.san-pham-detail .swiper-button-prev,
.san-pham-detail .swiper-button-next {
  color: var(--white);
  background: rgba(0, 0, 0, 0.5);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.hydrosite-shopee-hero-swiper .swiper-button-next:after,
.hydrosite-shopee-hero-swiper .swiper-button-prev:after,
.san-pham-detail .swiper-button-next:after,
.san-pham-detail .swiper-button-prev:after {
  font-size: 1rem;
}
.hydrosite-shopee-hero-swiper .swiper-button-next:hover,
.hydrosite-shopee-hero-swiper .swiper-button-prev:hover,
.san-pham-detail .swiper-button-next:hover,
.san-pham-detail .swiper-button-prev:hover {
  background: var(--primary-color);
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

/* ===== SIDE BANNERS ===== */
.hydrosite-shopee-side-banners {
  display: flex;
  flex-direction: column;
}

.hydrosite-shopee-banner-item-image {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--shadow-light);
  position: relative;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  --bs-aspect-ratio: calc(9 / 15 * 100%);
}

.hydrosite-shopee-banner-item-image img,
.hydrosite-shopee-banner-item-image a {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
}

.hydrosite-shopee-banner-item-image:hover img,
.hydrosite-shopee-banner-item-image:hover a {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}

.hydrosite-shopee-banner-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.1);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.hydrosite-shopee-banner-item:hover::before {
  opacity: 1;
}
/* slider end */

/* trang chủ start */

/* category product section start */

/* ===== CATEGORIES SECTION ===== */

.hydrosite-shopee-categories-section {
  padding: 40px 0;
  background: var(--bg-body);
  position: relative;
  overflow: hidden;
}

.hydrosite-shopee-categories-section-box {
  background: var(--white);
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  position: relative;
}

.hydrosite-shopee-section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0px;
  position: relative;
  height: 75px;
}

.hydrosite-shopee-section-header::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 70px;
  height: 7px;
  background: var(--bg-gradient);
  clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
  z-index: 10;
}

.hydrosite-shopee-section-header::before {
  content: "";
  position: absolute;
  bottom: -1px;
  right: 0;
  width: calc(100% - 80px);
  height: 7px;
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
}

.hydrosite-shopee-section-title {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: clamp(1.1rem, 0.9769rem + 0.6154vw, 1.5rem);
  font-weight: 700;
  /* background: var(--bg-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
  color: #696969;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0;
  position: relative;
  z-index: 1;
  line-height: 1.8;
}
.hydrosite-shopee-products-section .hydrosite-shopee-section-title {
  padding-left: 15px;
}

.hydrosite-shopee-section-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 70%;
  background: var(--bg-gradient);
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  display: none;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.hydrosite-shopee-section-nav {
  display: flex;
  gap: 30px;
  position: relative;
}

/* Modern Navigation Buttons */
.modern-nav-btn {
  width: var(--nav-btn-size);
  height: var(--nav-btn-size);
  border: none;
  border-radius: 14px;
  background: var(--bg-gradient);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: var(--category-transition);
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  -webkit-transition: var(--category-transition);
  -moz-transition: var(--category-transition);
  -ms-transition: var(--category-transition);
  -o-transition: var(--category-transition);
  top: calc(50% + 5px);
}

.modern-nav-btn::before {
  content: "";
  position: absolute;
  inset: 1px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.15),
    rgba(255, 255, 255, 0.05)
  );
  border-radius: 13px;
  opacity: 0;
  transition: var(--category-transition);
}

.modern-nav-btn::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--bg-gradient);
  filter: blur(15px);
  opacity: 0;
  transition: var(--category-transition);
  z-index: -1;
}

.modern-nav-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(192, 0, 0, 0.2);
}

.modern-nav-btn:hover::before {
  opacity: 1;
}

.modern-nav-btn:hover::after {
  opacity: 0.6;
}

.modern-nav-btn:active {
  transform: translateY(1px);
}

.modern-nav-btn svg {
  width: 20px;
  height: 20px;
  transition: var(--category-transition);
  position: relative;
  z-index: 2;
}

.modern-nav-btn:hover svg {
  transform: scale(1.1);
}

.modern-nav-btn[disabled] {
  background: linear-gradient(180deg, #d4d4d4, #a0a0a0);
  cursor: not-allowed;
  box-shadow: none;
}

/* Category Items */
.hydrosite-shopee-categories-container {
  overflow: hidden;
  position: relative;
}

.categories-swiper {
  width: 100%;
  height: 100%;
}

.categories-swiper .swiper-slide {
  height: 100%;
  opacity: 0;
  transform: scale(0.9);
  transition: var(--category-transition);
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  -webkit-transition: var(--category-transition);
  -moz-transition: var(--category-transition);
  -ms-transition: var(--category-transition);
  -o-transition: var(--category-transition);
}

.categories-swiper .swiper-slide-active {
  opacity: 1;
  transform: scale(1);
}

.hydrosite-shopee-category-item {
  background: var(--white);
  text-align: center;
  transition: var(--category-transition);
  cursor: pointer;
  border: 1px solid var(--border-color);
  height: 100%;
  padding: 15px 10px;
  position: relative;
  overflow: hidden;
  border-right: none;
  border-top: none;
}
.categories-swiper
  .swiper-wrapper
  .col:last-of-type
  .hydrosite-shopee-category-item {
  border-right: 1px solid var(--border-color);
}

.hydrosite-shopee-category-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    45deg,
    rgba(192, 0, 0, 0.05),
    rgba(255, 86, 86, 0.05)
  );
  opacity: 0;
  transition: var(--category-transition);
  -webkit-transition: var(--category-transition);
  -moz-transition: var(--category-transition);
  -ms-transition: var(--category-transition);
  -o-transition: var(--category-transition);
}

.hydrosite-shopee-category-item:hover {
  transform: translateY(-3px);
  border-color: rgba(192, 0, 0, 0.2);
  box-shadow: 0 10px 20px rgba(192, 0, 0, 0.1);
}

.hydrosite-shopee-category-item:hover::before {
  opacity: 1;
}

.hydrosite-shopee-category-icon {
  width: 80px;
  height: 80px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 12px;
  position: relative;
}

.hydrosite-shopee-category-icon::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(192, 0, 0, 0.1) 0%,
    rgba(255, 86, 86, 0) 70%
  );
  opacity: 0;
  transition: var(--category-transition);
}

.hydrosite-shopee-category-item:hover .hydrosite-shopee-category-icon::after {
  opacity: 1;
}

.hydrosite-shopee-category-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: var(--category-transition);
  transform: translateY(0);
}

.hydrosite-shopee-category-item:hover .hydrosite-shopee-category-icon img {
  transform: translateY(-5px);
}

.hydrosite-shopee-category-name {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #1e1e1e;
  line-height: 1.3;
  display: block;
  transition: var(--category-transition);
  position: relative;
}

.hydrosite-shopee-category-item:hover .hydrosite-shopee-category-name {
  color: #c00000;
}

/* Swiper Effects */
.hydrosite-shopee-categories-section .swiper-slide-active {
  opacity: 1;
  transform: translateX(0);
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.hydrosite-shopee-categories-section .swiper-slide-next {
  opacity: 0;
  transform: translateX(5%) scale(0.95);
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.hydrosite-shopee-categories-section .swiper-slide-prev {
  opacity: 0;
  transform: translateX(-5%) scale(0.95);
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Hide default Swiper navigation buttons */
.categories-swiper .swiper-button-next,
.categories-swiper .swiper-button-prev {
  display: none;
}

/* Swiper slide animation */
.hydrosite-shopee-categories-section .swiper-slide-active {
  opacity: 1;
  transform: translateX(0);
  transition: all 0.5s ease;
}

.hydrosite-shopee-categories-section .swiper-slide-next {
  opacity: 0;
  transform: translateX(100%);
  transition: all 0.5s ease;
}

.hydrosite-shopee-categories-section .swiper-slide-prev {
  opacity: 0;
  transform: translateX(-100%);
  transition: all 0.5s ease;
}

/* Ripple Effect */
.ripple-effect {
  position: absolute;
  border-radius: 50%;
  background: rgba(192, 0, 0, 0.3);
  transform: scale(0);
  animation: ripple 0.6s linear;
  pointer-events: none;
}

@keyframes ripple {
  to {
    transform: scale(4);
    opacity: 0;
  }
}

/* Modern Hover Effects */
.hydrosite-shopee-category-item {
  transform-style: preserve-3d;
  perspective: 1000px;
}

.hydrosite-shopee-category-icon {
  transform: translateZ(20px);
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.hydrosite-shopee-category-item:hover .hydrosite-shopee-category-icon {
  transform: translateZ(30px) translateY(-5px);
}

/* Slide Transition Effects */
.swiper-slide-active .hydrosite-shopee-category-item {
  animation: slideIn 0.8s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

@keyframes slideIn {
  from {
    opacity: 0;
    transform: scale(0.9) translateY(20px);
  }
  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

/* Navigation Button Glow */
.modern-nav-btn {
  position: relative;
  overflow: visible;
}

.modern-nav-btn::before {
  content: "";
  position: absolute;
  inset: -2px;
  background: var(--bg-gradient);
  border-radius: 16px;
  opacity: 0.5;
  filter: blur(8px);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: -1;
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  -webkit-filter: blur(8px);
}

.modern-nav-btn:hover::before {
  transform: scale(1);
  opacity: 0.8;
  filter: blur(6px);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -webkit-filter: blur(6px);
}

/* Category Icon Floating Animation */
.hydrosite-shopee-category-icon {
  animation: float 3s ease-in-out infinite;
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}

/* Category Grid Animation */
.hydrosite-shopee-categories-grid {
  opacity: 0;
  transform: translateY(20px);
  animation: gridFadeIn 0.8s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

@keyframes gridFadeIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Futuristic Border Effect */
.hydrosite-shopee-category-item::after {
  content: "";
  position: absolute;
  inset: -1px;
  background: linear-gradient(45deg, #c00000, #ff5656, #c00000);
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: -1;
}

.hydrosite-shopee-category-item:hover::after {
  opacity: 1;
}
.hydrosite-shopee-category-item:hover .hydrosite-shopee-category-name {
  color: var(--white);
}
/* Modern Loading Indicator */
.categories-swiper::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  border: 3px solid rgba(192, 0, 0, 0.1);
  border-top-color: #c00000;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 10;
}

.categories-swiper.loading::before {
  opacity: 1;
}

@keyframes spin {
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

/* Hover Glow Effect */
.hydrosite-shopee-category-item:hover {
  box-shadow: 0 10px 20px rgba(192, 0, 0, 0.1), 0 0 0 1px rgba(192, 0, 0, 0.1),
    0 0 20px rgba(192, 0, 0, 0.1);
}

/* Navigation Button Pulse */
.modern-nav-btn:not([disabled]) {
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(192, 0, 0, 0.4);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(192, 0, 0, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(192, 0, 0, 0);
  }
}

/* category product section end */

/* featured products section start */

/* ===== PRODUCTS SECTION ===== */
.hydrosite-shopee-products-section {
  padding: 40px 0;
  background: var(--bg-body);
}

.hydrosite-shopee-products-section .hydrosite-shopee-section-header {
  background: var(--white);
}
.hydrosite-shopee-products-container {
  margin-top: 20px;
}

.hydrosite-shopee-product-card {
  background: var(--white);
  overflow: hidden;
  transition: all 0.3s ease;
  cursor: pointer;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.hydrosite-shopee-product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  border-color: var(--primary-color);
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
}

.hydrosite-shopee-product-image {
  overflow: hidden;
}

.hydrosite-shopee-product-image img,
.hydrosite-shopee-product-image a {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  position: absolute;
}
.hydrosite-shopee-product-image .extra-image {
  opacity: 0;
}
.hydrosite-shopee-product-image:hover .main-image {
  opacity: 0;
}
.hydrosite-shopee-product-image:hover .extra-image {
  opacity: 1;
}

.hydrosite-shopee-product-card:hover .hydrosite-shopee-product-image img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.hydrosite-shopee-product-info {
  padding: 15px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.hydrosite-shopee-product-name {
  line-height: 1.2;
}
.hydrosite-shopee-product-name a {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: clamp(0.8rem, 0.7846rem + 0.0769vw, 0.85rem);
  font-weight: 500;
  color: var(--text-color);
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.hydrosite-shopee-product-name:hover a {
  color: var(--primary-dark);
}
.hydrosite-shopee-product-price {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #d01515;
  margin-bottom: 10px;
}

.hydrosite-shopee-buy-btn {
  background: #d01515;
  color: #ffffff;
  border: none;
  border-radius: 6px;
  padding: 8px 16px;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 10px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.hydrosite-shopee-buy-btn:hover {
  background: #b71c1c;
  transform: translateY(-2px);
}

.hydrosite-shopee-view-more-btn {
  background: #ffffff;
  color: #1e1e1e;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  padding: 12px 30px;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.hydrosite-shopee-view-more-btn:hover {
  background: var(--primary-color);
  color: #ffffff;
  border-color: var(--primary-color);
  transform: translateY(-2px);
}
.hydrosite-shopee-product-new-price {
  color: var(--primary-color);
  font-size: clamp(0.7rem, 0.6692rem + 0.1538vw, 0.8rem);
  font-weight: 600;
}
.hydrosite-shopee-product-old-price {
  color: #999;
  font-size: clamp(0.6rem, 0.5692rem + 0.1538vw, 0.7rem);
  font-weight: 400;
  text-decoration: line-through;
}
.hydrosite-shopee-product-discount-box {
  position: absolute;
  top: 0px;
  right: 0px;
  background: var(--primary-color);
  color: var(--white);
  padding: 5px 10px;
  font-size: 0.65rem;
  font-weight: 600;
}
/* featured products section end */

/* new and event section start */

/* ===== NEWS & EVENTS SECTION ===== */
.hydrosite-shopee-news-section {
  padding: 0px 0px 40px 0px;
  background: var(--bg-body);
}

.hydrosite-shopee-view-all-link {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #1e1e1e;
  text-decoration: none;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}

.hydrosite-shopee-view-all-link:hover {
  color: var(--primary-color);
}

/* Main News Swiper (Left Column) */
.hydrosite-shopee-main-news-container {
  margin-bottom: 30px;
}

.hydrosite-shopee-main-news-swiper {
  overflow: hidden;
}

.hydrosite-shopee-main-news-item {
  background: #ffffff;
  border-radius: 15px;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}

.hydrosite-shopee-main-news-image {
  width: 100%;
  overflow: hidden;
  background: #f8f9fa;
}

.hydrosite-shopee-main-news-image img,
.hydrosite-shopee-main-news-image a {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
}

.hydrosite-shopee-main-news-item:hover .hydrosite-shopee-main-news-image img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}

.hydrosite-shopee-main-news-content {
  padding: 25px 0 0 0;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.hydrosite-shopee-main-news-title {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: clamp(1rem, 0.9692rem + 0.1538vw, 1.1rem);
  font-weight: 600;
  color: #1e1e1e;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.hydrosite-shopee-main-news-excerpt {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #666;
  line-height: 1.6;
  margin: 0;
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Side News Swiper (Right Column) */
.hydrosite-shopee-side-news-container {
  height: 100%;
}

.hydrosite-shopee-side-news-swiper {
  height: 100%;
  border-radius: 15px;
  overflow: hidden;
}

.hydrosite-shopee-side-news-swiper .swiper-slide {
  height: auto;
}

.hydrosite-shopee-side-news-item {
  background: var(--white);
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 0;
  transition: all 0.3s ease;
  cursor: pointer;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.hydrosite-shopee-side-news-item:hover {
  transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -o-transform: translateY(-3px);
}

.hydrosite-shopee-side-news-image {
  border-radius: 8px;
  overflow: hidden;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  min-height: 100%;
}

.hydrosite-shopee-side-news-image img,
.hydrosite-shopee-side-news-image a {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
}

.hydrosite-shopee-side-news-item:hover .hydrosite-shopee-side-news-image img {
  transform: scale(1.1);
}

.hydrosite-shopee-side-news-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.hydrosite-shopee-side-news-title {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: clamp(0.8rem, 0.7692rem + 0.1538vw, 0.9rem);
  font-weight: 600;
  color: #1e1e1e;
  line-height: 1.4;
  margin: 0 0 8px 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.hydrosite-shopee-side-news-excerpt {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #666;
  line-height: 1.5;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.hydrosite-shopee-news-section-box {
  background: var(--white);
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  padding: 10px 35px 20px 35px;
}
.hydrosite-shopee-side-news-swiper .swiper-slide {
  /* flex-shrink: 1; */
  /* flex-grow: 1; */
  flex: 1;
}
.hydrosite-shopee-news-section-box-content .modern-nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.hydrosite-shopee-news-nav-btn-prev {
  left: -20px;
}
.hydrosite-shopee-news-nav-btn-next {
  right: -20px;
}
/* new and event section end */

/* video contact section start */

/* ===== VIDEO & CONTACT SECTION ===== */
.hydrosite-shopee-video-section {
  padding: 40px 0;
  background: var(--bg-body);
}

.hydrosite-shopee-video-header,
.hydrosite-shopee-contact-header {
  margin-bottom: 25px;
}

/* Video Swiper (Left Column) */

.hydrosite-shopee-video-swiper {
  border-radius: 15px;
  overflow: hidden;
}

.hydrosite-shopee-video-item {
  background: #000;
  border-radius: 15px;
  overflow: hidden;
  height: 100%;
  position: relative;
}

.hydrosite-shopee-video-wrapper {
  position: relative;
}
.hydrosite-shopee-video-image {
  overflow: hidden;
  min-height: 100%;
}

.hydrosite-shopee-video-thumbnail,
.hydrosite-shopee-video-image a {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
}

.hydrosite-shopee-video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  pointer-events: none;
}

.hydrosite-shopee-video-wrapper:hover .hydrosite-shopee-video-overlay {
  background: rgba(0, 0, 0, 0.5);
}

.hydrosite-shopee-video-wrapper:hover .hydrosite-shopee-video-thumbnail {
  transform: scale(1.05);
}

.hydrosite-shopee-video-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-color);
  transition: all 0.3s ease;
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.hydrosite-shopee-video-play-btn:hover {
  background: var(--primary-color);
  color: var(--white);
  transform: translate(-50%, -50%) scale(1.1);
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  -moz-transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
  -o-transform: translate(-50%, -50%) scale(1.1);
}

.hydrosite-shopee-video-play-btn svg {
  width: 40px;
  height: 40px;
  margin-left: 0px;
}

/* Contact Info (Right Column) */

.hydrosite-shopee-contact-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e5e5e5;
}

.hydrosite-shopee-contact-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.hydrosite-shopee-contact-icon {
  width: 35px;
  height: 35px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}

.hydrosite-shopee-contact-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.hydrosite-shopee-contact-content {
  flex: 1;
}

.hydrosite-shopee-contact-title {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(0.9rem, 0.8538rem + 0.2308vw, 1.05rem);
  font-weight: 700;
  color: #1e1e1e;
  margin: 0 0 8px 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.hydrosite-shopee-contact-text {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: clamp(0.8rem, 0.7692rem + 0.1538vw, 0.9rem);
  font-weight: 400;
  color: #666;
  line-height: 1.6;
  margin: 0;
}
.hydrosite-shopee-video-section-box {
  padding: 10px 35px 20px 35px;
  background: var(--white);
}
.hydrosite-shopee-contact-container {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hydrosite-shopee-video-section .modern-nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.hydrosite-shopee-video-section
  .modern-nav-btn.hydrosite-shopee-video-nav-btn-prev {
  left: -20px;
}
.hydrosite-shopee-video-section
  .modern-nav-btn.hydrosite-shopee-video-nav-btn-next {
  right: -20px;
}
/* video contact section end */

/* trang chủ end */

/* FOOTER START */

/* service section start */

/* ===== SERVICES SECTION ===== */
.hydrosite-shopee-services-section {
  background: #d01515;
}

.service-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 20px;
  transition: all 0.3s ease;
}

.service-item:hover {
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
}

.service-icon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.service-text h6 {
  color: white;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.4;
  margin: 0;
  font-family: "Be Vietnam Pro", sans-serif;
}
/* service section end */

/* ===== FOOTER ===== */
.hydrosite-shopee-footer {
  /* background: #D01515; */
  color: var(--text-dark);
  position: relative;
  overflow: hidden;
  background-image: var(--background-footer);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.footer-top {
  position: relative;
}

.footer-widget h5 {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: clamp(1rem, 0.9692rem + 0.1538vw, 1.1rem);
  font-weight: 700;
  color: var(--text-dark);
  text-transform: uppercase;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 12px;
}

.footer-links li a {
  color: var(--text-dark);
  text-decoration: none;
  font-size: 14px;
  transition: all 0.3s ease;
  display: block;
  padding: 5px 0;
}

.footer-links li a:hover {
  color: var(--primary-color);
  transform: translateX(5px);
}

.footer-contact-item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-size: 14px;
}

.footer-contact-item span {
  margin-right: 10px;
  color: var(--text-dark);
}

.footer-contact-item .text-red {
  color: var(--primary-color);
  font-weight: 700;
  text-decoration: none;
}

.footer-contact-item .text-red:hover {
  color: var(--primary-dark);
}

.footer-social h6 {
  font-size: clamp(0.9rem, 0.8692rem + 0.1538vw, 1rem);
  font-weight: 600;
  color: var(--text-dark);
}

.social-links {
  display: flex;
  gap: 15px;
}

.social-links a {
  width: 40px;
  height: 40px;
  background: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-color);
  text-decoration: none;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
}
.social-links .text-icon {
  font-size: 0.6rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.4;
}
.social-links a:hover {
  background: var(--primary-color);
  color: var(--white);
  transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -o-transform: translateY(-3px);
}

.footer-bottom {
  background: #a41a1a;
}

.company-info {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.company-logo img {
  width: 80px;
  height: auto;
}

.company-details h4 {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  color: white;
  text-transform: uppercase;
}

.contact-info .contact-item {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  font-size: 14px;
  background: none;
  padding: 0;
}

.contact-info .contact-item:hover {
  background: none;
  transform: none;
}

.contact-info .contact-item img {
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  object-fit: contain;
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}

.contact-info .contact-item span {
  color: rgba(255, 255, 255, 0.9);
}

.payment-methods {
  text-align: right;
}

.payment-icons {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.payment-icons img {
  height: 25px;
  width: auto;
  background: white;
  padding: 5px 8px;
  border-radius: 4px;
  transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
}

.payment-icons img:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.copyright {
}

.copyright p {
  margin: 0;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
}
.copyright a {
  color: rgba(255, 255, 255, 0.8);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.copyright a:hover {
  color: var(--white);
}
/* Footer Decorative Elements */
.footer-top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100px;
  background: linear-gradient(
    45deg,
    transparent 0%,
    rgba(255, 255, 255, 0.05) 50%,
    transparent 100%
  );
  pointer-events: none;
}
.footer-map {
  overflow: hidden;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  max-height: 110px;
}
.footer-map iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: all !important;
}
.company-info-col {
  position: relative;
  z-index: 3;
  padding-top: 50px;
  padding-bottom: 20px;
}
.company-info-col::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--primary-color);
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  clip-path: polygon(0 0%, 100% 0%, 85% 100%, 0% 100%);
}
.company-info-col::after {
  content: "";
  position: absolute;
  z-index: -2;
  top: -9.5%;
  right: -13%;
  width: 10%;
  height: 10%;
  background: #7c0000;
  clip-path: polygon(0 0%, 71% 0, 100% 100%, 0% 100%);
}
/* FOOTER END */

/* TRANG GIỚI THIỆU START */

/* breadcrumb start */
/* ===== BREADCRUMB ===== */
.hydrosite-shopee-breadcrumb {
  background: var(--white);
  padding: 15px 0;
  border-bottom: 1px solid var(--border-color);
}

.hydrosite-shopee-breadcrumb .hydrosite-shopee-breadcrumb-list {
  margin: 0;
  background: none;
  padding: 0;
  font-size: clamp(0.85rem, 0.8038rem + 0.2308vw, 1rem);
  list-style: none;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
}

.hydrosite-shopee-breadcrumb
  .hydrosite-shopee-breadcrumb-item
  + .hydrosite-shopee-breadcrumb-item::before {
  content: "/";
  color: #767676;
  margin-right: 10px;
}

.hydrosite-shopee-breadcrumb .hydrosite-shopee-breadcrumb-item.active {
  color: var(--text-dark);
  font-weight: 600;
}
.hydrosite-shopee-breadcrumb-item::marker {
  display: none;
}
.hydrosite-shopee-breadcrumb-item a {
  color: #767676;
}
/* breadcrumb end */

/* ===== MAIN CONTENT ===== */
.page-introduce .hydrosite-shopee-intro-page {
  padding: 40px 0;
  background: var(--bg-body);
}

.page-introduce .intro-section {
  background: white;
  border-radius: 12px;
  padding: 40px;
  margin-bottom: 40px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.page-introduce .intro-section .intro-section-title {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 800;
  font-size: clamp(1.5rem, 1.3462rem + 0.7692vw, 2rem);
  color: var(--text-dark);
  position: relative;
  padding-bottom: 15px;
  line-height: 1.2;
}

.page-introduce .intro-section .intro-section-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 4px;
  background: var(--bg-gradient);
  border-radius: 2px;
}

.page-introduce .intro-section p {
  font-size: 16px;
  line-height: 1.8;
  color: var(--text-color);
  margin-bottom: 20px;
  text-align: justify;
}

.page-introduce .intro-section img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 20px 0;
}

/* ===== VISION & MISSION ===== */

.page-introduce .vision-card,
.page-introduce .mission-card {
  background: white;
  border-radius: 12px;
  padding: 40px 50px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  position: relative;
}

.page-introduce .vision-card .icon,
.page-introduce .mission-card .icon {
  width: 70px;
  height: 70px;
  background: #e3e3e3;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
  position: absolute;
  left: -20px;
  top: -20px;
}
.page-introduce .vision-card .icon img,
.page-introduce .mission-card .icon img {
  width: 60%;
  height: 60%;
  object-fit: contain;
}

.page-introduce .vision-card .vision-mission-title,
.page-introduce .mission-card .vision-mission-title {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: var(--text-dark);
  margin-bottom: 20px;
}
.vision-mission-content {
  text-align: justify;
  line-height: 1.8;
  font-size: clamp(0.95rem, 0.9192rem + 0.1538vw, 1.05rem);
}
/* ===== ORGANIZATION CHART ===== */
.page-introduce .org-chart-section {
  background: white;
  border-radius: 12px;
  padding: 40px;
  margin: 40px 0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.page-introduce .org-chart {
  max-width: 800px;
  margin: 0 auto;
  padding: 30px 0;
}

.page-introduce .org-level {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  flex-wrap: wrap;
  gap: 20px;
}

.page-introduce .org-position {
  background: var(--bg-gradient);
  color: white;
  padding: 15px 25px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  min-width: 150px;
  box-shadow: 0 3px 10px rgba(192, 0, 0, 0.3);
}

.page-introduce .org-connector {
  width: 2px;
  height: 30px;
  background: var(--primary-color);
  margin: 0 auto;
}

/* ===== ACHIEVEMENTS ===== */
.page-introduce .achievements-section {
  background: white;
  border-radius: 12px;
  padding: 40px;
  margin: 40px 0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.page-introduce .achievement-card {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  overflow: hidden;
  --bs-aspect-ratio: 150%;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.page-introduce .achievement-card:hover {
  border-color: var(--primary-color);
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
}

.page-introduce .achievement-card img,
.page-introduce .achievement-card a {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ===== PROFILE SECTION ===== */
.page-introduce .profile-section {
  background: white;
  border-radius: 12px;
  padding: 40px;
  margin: 40px 0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.page-introduce .profile-preview {
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.page-introduce .profile-preview img,
.page-introduce .profile-preview a {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
}

.page-introduce .download-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--white);
  color: var(--primary-color);
  padding: 12px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  font-size: clamp(1rem, 0.9692rem + 0.1538vw, 1.1rem);
  transition: all 0.3s ease;
  border: 2px solid var(--primary-color);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.page-introduce .download-btn .svg-btn-download stop {
  stop-color: var(--primary-color);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.page-introduce .download-btn:hover .svg-btn-download stop {
  stop-color: var(--white);
}
.page-introduce .download-btn:hover {
  background: var(--primary-color);
  color: var(--white);
  border-color: var(--primary-color);
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
}
/* ===== ANIMATIONS ===== */
.page-introduce .intro-section,
.page-introduce .vision-card,
.page-introduce .mission-card,
.page-introduce .org-chart-section,
.page-introduce .achievements-section,
.page-introduce .profile-section {
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 0.6s ease forwards;
}

.page-introduce .intro-section {
  animation-delay: 0.1s;
}

.page-introduce .vision-card {
  animation-delay: 0.2s;
}

.page-introduce .mission-card {
  animation-delay: 0.3s;
}

.page-introduce .org-chart-section {
  animation-delay: 0.4s;
}

.page-introduce .achievements-section {
  animation-delay: 0.5s;
}

.page-introduce .profile-section {
  animation-delay: 0.6s;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.intro-section-image {
  overflow: hidden;
}
.intro-section-image a,
.intro-section-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Hydrosite Content Modern Styles */
.hydrosite-content {
  --heading-color: var(--primary-color);
  --text-color: #2c3e50;
  --border-radius: 8px;
  --transition-duration: 0.3s;
  color: var(--text-color);
  line-height: 2;
}

/* Headings */
.hydrosite-content h2,
.hydrosite-content h3,
.hydrosite-content h4,
.hydrosite-content h5,
.hydrosite-content h6 {
  /* color: var(--primary-color); */
  color: var(--text-primary);
  font-weight: 600;
  line-height: 1.4;
  position: relative;
}

.hydrosite-content em {
  font-style: italic;
  color: var(--primary-color);
  font-size: clamp(1rem, 0.9692rem + 0.1538vw, 1.1rem);
  font-weight: 600;
  line-height: 1.4;
  position: relative;
}

.hydrosite-content h2 {
  font-size: clamp(1.2rem, 1.1385rem + 0.3077vw, 1.4rem);
  border-bottom: 2px solid rgba(var(--primary-color-rgb), 0.1);
}

.hydrosite-content h3 {
  font-size: clamp(1.2rem, 1.0462rem + 0.7692vw, 1.7rem);
}

.hydrosite-content h4 {
  font-size: clamp(1.2rem, 1.0462rem + 0.7692vw, 1.7rem);
}

.hydrosite-content h5 {
  font-size: clamp(1.2rem, 1.0462rem + 0.7692vw, 1.7rem);
}

.hydrosite-content h6 {
  font-size: clamp(1.2rem, 1.0462rem + 0.7692vw, 1.7rem);
}

/* Paragraphs */

/* Lists */
.hydrosite-content ul,
.hydrosite-content ol {
  padding-left: 1.5rem;
  list-style: none;
}

.hydrosite-content li {
  margin: 0.5rem 0;
  line-height: 1.6;
  position: relative;
  padding-left: 0.5rem;
}

.hydrosite-content ul li::before,
.hydrosite-content ol li::before {
  content: "\f00c";
  font-family: "FontAwesome";
  position: absolute;
  left: -17px;
  top: -2px;
  border-radius: 50%;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  color: #009045;
}
.hydrosite-content a {
  color: var(--primary-dark);
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
/* Tables */
.hydrosite-content table {
  width: 100%;
  margin: 15px auto;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: var(--border-radius);
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.hydrosite-content th,
.hydrosite-content td {
  padding: 1rem;
  border: 1px solid rgba(var(--primary-color-rgb), 0.1);
  background: white;
  transition: background-color var(--transition-duration) ease;
}

.hydrosite-content th {
  background: rgba(var(--primary-color-rgb), 0.05);
  font-weight: 600;
  text-align: left;
  text-transform: uppercase;
  font-size: 0.9rem;
  letter-spacing: 0.5px;
}

.hydrosite-content tr:hover td {
  background: rgba(var(--primary-color-rgb), 0.02);
}

/* Blockquote */
.hydrosite-content blockquote {
  padding: 2rem 3rem;
  border-left: 4px solid var(--primary-color);
  background: rgba(var(--primary-color-rgb), 0.05);
  border-radius: 0 var(--border-radius) var(--border-radius) 0;
  font-style: italic;
  position: relative;
}

.hydrosite-content blockquote::before {
  content: '"';
  position: absolute;
  top: 0;
  left: 1rem;
  font-size: 4rem;
  line-height: 1;
  color: rgba(var(--primary-color-rgb), 0.2);
  font-family: serif;
}

/* Small Text */
.hydrosite-content small {
  font-size: 0.875rem;
  color: rgba(var(--text-color-rgb), 0.8);
  display: inline-block;
}

/* Animation Classes */
.hydrosite-content .animate-in {
  opacity: 1;
  transform: translate(0) scale(1);
}

.hydrosite-content ul li.animate-in::before {
  transform: scale(1);
}

/* trang cố định start */
.hydrosite-page-default-section {
  background: var(--bg-body);
}
.hydrosite-page-default-box {
  background: var(--white);
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  max-width: 1000px;
  margin: 0 auto;
}
.hydrosite-content ul > * > ul,
.hydrosite-content ol > * > ol,
.hydrosite-content ul > * > ol,
.hydrosite-content ol > * > ul {
  font-weight: 600;
}
.hydrosite-content ul > * > ul > li::before,
.hydrosite-content ol > * > ol > li::before,
.hydrosite-content ul > * > ol > li::before,
.hydrosite-content ol > * > ul > li::before {
  content: "\f005";
  font-family: "FontAwesome";
  color: var(--primary-color);
}
/* trang cố định end */

/* TRANG GIỚI THIỆU END */

/* trang tin tức start */
.hydrosite-news-list-page-wrapper {
  background: var(--bg-body);
}

/* Section Headers */
.tin-tuc .section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  position: relative;
}

.tin-tuc .section-title {
  font-size: 26px;
  font-weight: bold;
  color: #183354;
  text-transform: capitalize;
  position: relative;
}

.tin-tuc .section-title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 40px;
  height: 5px;
  background: #d01515;
}

.tin-tuc .view-all-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border: 1px solid #cfcfcf;
  background: white;
  color: #183354;
  text-decoration: none;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.tin-tuc .view-all-btn:hover {
  background: #d01515;
  color: white;
  border-color: #d01515;
}

.tin-tuc .view-all-btn i {
  font-size: 12px;
  color: #d01515;
}

.tin-tuc .view-all-btn:hover i {
  color: white;
}

/* News Card */
.tin-tuc .news-card {
  background: white;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  -webkit-transition: transform 0.3s ease, box-shadow 0.3s ease;
  -moz-transition: transform 0.3s ease, box-shadow 0.3s ease;
  -ms-transition: transform 0.3s ease, box-shadow 0.3s ease;
  -o-transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.tin-tuc .news-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}

.tin-tuc .news-card-image {
  position: relative;
  overflow: hidden;
}

.tin-tuc .news-card-image img,
.tin-tuc .news-card-image a {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
}

.tin-tuc .news-card:hover .news-card-image img {
  transform: scale(1.05);
}

/* Featured Card Overlay */
.tin-tuc .featured-card .news-card-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.9) 0%,
    rgba(0, 0, 0, 0.2) 100%
  );
  pointer-events: none;
}

.tin-tuc .featured-card .news-card-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 30px;
  color: white;
  z-index: 2;
  pointer-events: none;
}

.tin-tuc .featured-card .news-title {
  color: var(--white);
  font-size: clamp(0.9rem, 0.8692rem + 0.1538vw, 1rem);
  line-height: 1.4;
}

.tin-tuc .featured-card .news-meta {
  color: #bacce1;
}

.tin-tuc .news-title {
  font-size: clamp(0.9rem, 0.8692rem + 0.1538vw, 1rem);
  font-weight: 500;
  color: #1e1e1e;
  margin-bottom: 15px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.tin-tuc .news-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: clamp(0.7rem, 0.6692rem + 0.1538vw, 0.8rem);
  color: #6d757f;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  justify-content: space-between;
}

.tin-tuc .news-meta-item {
  display: flex;
  align-items: center;
  gap: 5px;
}

.tin-tuc .news-meta i {
  font-size: clamp(0.7rem, 0.6692rem + 0.1538vw, 0.8rem);
}

/* Sidebar */
.tin-tuc .sidebar {
  background: white;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}

/* Tab Navigation */
.tin-tuc .tab-nav {
  display: flex;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}

.tin-tuc .tab-btn {
  flex: 1;
  padding: 15px;
  background: #f9f9f7;
  color: #183354;
  border: none;
  font-size: clamp(1rem, 0.9846rem + 0.0769vw, 1.05rem);
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.tin-tuc .tab-btn.active {
  background: #d01515;
  color: white;
}

.tin-tuc .tab-content {
  display: none;
  padding: 0px 20px;
}

.tin-tuc .tab-content.active {
  display: block;
}

/* News List Item */
.tin-tuc .news-list-item {
  display: flex;
  gap: 15px;
  padding: 15px 0;
  border-bottom: 1px solid #f0f0f0;
}

.tin-tuc .news-list-item:last-child {
  border-bottom: none;
}

.tin-tuc .news-list-image {
  border-radius: 5px;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  max-width: 30%;
  min-width: 30%;
}

.tin-tuc .news-list-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
  -webkit-transition: transform 0.4s ease;
  -moz-transition: transform 0.4s ease;
  -ms-transition: transform 0.4s ease;
  -o-transition: transform 0.4s ease;
}
.tin-tuc .news-list-item:hover .news-list-image img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.tin-tuc .news-list-content {
  flex: 1;
}

.tin-tuc .news-list-title {
  font-size: 0.8rem;
  font-weight: 400;
  color: #1e1e1e;
  margin-bottom: 10px;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}

.tin-tuc .news-list-meta {
  font-size: 13px;
  color: #6d757f;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Social Media Section */
.tin-tuc .social-section {
  background: white;
  border-radius: 10px;
  padding: 25px;
  margin-top: 30px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}

.tin-tuc .social-section h3 {
  font-size: 22px;
  font-weight: bold;
  color: #183354;
  margin-bottom: 20px;
  position: relative;
}

.tin-tuc .social-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 15px;
  background: #e5e5e5;
  color: #183354;
  text-decoration: none;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  transition: all 0.3s ease;
}

.tin-tuc .social-btn:hover {
  background: #d01515;
  color: white;
}

.tin-tuc .social-btn i {
  font-size: 18px;
}

/* Newsletter */
.tin-tuc .newsletter {
  background: linear-gradient(135deg, #c8c8c8 0%, #a0a0a0 100%);
  border-radius: 5px;
  padding: 35px;
  text-align: center;
  color: white;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.tin-tuc .newsletter::before {
  content: "";
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 75px;
  height: 75px;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white" opacity="0.3"><path d="M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z"/></svg>')
    center/contain no-repeat;
  pointer-events: none;
  z-index: 0;
}

.tin-tuc .newsletter h3 {
  font-size: clamp(1.2rem, 1.1077rem + 0.4615vw, 1.5rem);
  font-weight: 800;
  margin-bottom: 15px;
  position: relative;
  z-index: 2;
}

.tin-tuc .newsletter p {
  font-size: 16px;
  margin-bottom: 25px;
  opacity: 0.9;
  position: relative;
  z-index: 2;
}

.tin-tuc .newsletter-form {
  position: relative;
  z-index: 2;
}

.tin-tuc .form-group {
  margin-bottom: 15px;
}

.tin-tuc .form-control {
  width: 100%;
  padding: 15px;
  border: none;
  border-radius: 5px;
  font-size: 14px;
  color: #6d757f;
}

.tin-tuc .btn-subscribe {
  width: 100%;
  padding: 15px;
  background: #d01515;
  color: white;
  border: none;
  border-radius: 5px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-bottom: 20px;
}

.tin-tuc .btn-subscribe:hover {
  background: #b01010;
}

.tin-tuc .form-check {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  justify-content: center;
}

.tin-tuc .form-check input {
  width: 18px;
  height: 18px;
}

/* Floating Contact Buttons */
.tin-tuc .floating-contacts {
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  z-index: 1000;
}

.tin-tuc .floating-btn {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-decoration: none;
  font-size: 24px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.tin-tuc .floating-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  opacity: 0.15;
}

.tin-tuc .floating-btn.phone {
  background: #d01515;
}

.tin-tuc .floating-btn.phone::before {
  background: #d01515;
}

.tin-tuc .floating-btn.messenger {
  background: #1534d0;
}

.tin-tuc .floating-btn.messenger::before {
  background: #1534d0;
}

.tin-tuc .floating-btn.zalo {
  background: #007fc6;
}

.tin-tuc .floating-btn.zalo::before {
  background: #007fc6;
}

.tin-tuc .floating-btn:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}

/* Additional animations and effects */
.tin-tuc .news-card.in-view {
  opacity: 1;
  transform: translateY(0);
}

.tin-tuc .news-card.hovered {
  transform: translateY(-8px);
}

.tin-tuc .floating-btn.pulse {
  animation: pulse 1s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  }

  50% {
    transform: scale(1.1);
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.4);
  }

  100% {
    transform: scale(1);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  }
}

.tin-tuc .hydrosite-shopee-view-all-link {
  border: 1px solid #cfcfcf;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
.tin-tuc .hydrosite-shopee-view-all-link i {
  color: var(--primary-color);
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}
.tin-tuc .hydrosite-shopee-view-all-link:hover {
  background: var(--primary-color);
  color: var(--white);
  transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -o-transform: translateY(-3px);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.tin-tuc .hydrosite-shopee-view-all-link:hover i {
  color: var(--accent-color);
}
.news-card-summary {
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
.news-card-summary:hover {
  transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -o-transform: translateY(-3px);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.tin-tuc .hydrosite-shopee-section-title {
  color: #183354;
}
#load-more-tintuc {
  cursor: pointer;
}
/* trang tin tức end */

/* trang tin tức chi tiết start */

/* Navigation */
.tin-tuc-detail .hydrosite-new-detail-page-navbar {
  background-color: var(--background-white);
  box-shadow: var(--shadow-light);
  padding: 1rem 0;
  transition: var(--transition);
}

.tin-tuc-detail .hydrosite-new-detail-page-navbar.scrolled {
  box-shadow: var(--shadow-medium);
}

.tin-tuc-detail .hydrosite-new-detail-page-brand {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--primary-color) !important;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.tin-tuc-detail .hydrosite-new-detail-page-brand i {
  font-size: 1.8rem;
}

.tin-tuc-detail .navbar-nav .nav-link {
  color: var(--text-primary) !important;
  font-weight: 500;
  padding: 0.5rem 1rem !important;
  border-radius: 8px;
  transition: var(--transition);
}

.tin-tuc-detail .navbar-nav .nav-link:hover,
.tin-tuc-detail .navbar-nav .nav-link.active {
  color: var(--primary-color) !important;
  background-color: rgba(192, 0, 0, 0.05);
}

/* Article Header */
.tin-tuc-detail .hydrosite-new-detail-page-header {
  padding: 40px 0;
  background-color: var(--background-white);
}

.tin-tuc-detail .hydrosite-new-detail-page-category .badge {
  background-color: var(--primary-color);
  color: white;
  font-size: 0.8rem;
  font-weight: 500;
  padding: 0.5rem 1rem;
  border-radius: 20px;
  margin-bottom: 1.5rem;
  display: inline-block;
}

.tin-tuc-detail .hydrosite-new-detail-page-title {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 2rem;
  color: var(--text-primary);
}

.tin-tuc-detail .hydrosite-new-detail-page-meta {
  display: flex;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
  padding: 1.5rem 0;
  border-top: 1px solid var(--border-light);
}

.tin-tuc-detail .hydrosite-new-detail-page-author {
  display: flex;
  align-items: center;
  gap: 10px;
}
.hydrosite-new-detail-page-author-avatar {
  min-width: 50px;
  max-width: 50px;
  overflow: hidden;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.tin-tuc-detail .author-avatar,
.hydrosite-new-detail-page-author-avatar a {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tin-tuc-detail .author-info {
  display: flex;
  flex-direction: column;
}

.tin-tuc-detail .author-name {
  font-weight: 600;
  color: var(--text-primary);
  font-size: 0.9rem;
}

.tin-tuc-detail .author-title {
  font-size: 0.8rem;
  color: var(--text-light);
}

.tin-tuc-detail .hydrosite-new-detail-page-date,
.tin-tuc-detail .hydrosite-new-detail-page-reading-time {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.9rem;
  color: var(--text-secondary);
}

.tin-tuc-detail .hydrosite-new-detail-page-date i,
.tin-tuc-detail .hydrosite-new-detail-page-reading-time i {
  color: var(--primary-color);
}

/* Featured Image */
.tin-tuc-detail .hydrosite-new-detail-page-featured-image {
  padding: 0;
}

.tin-tuc-detail .hydrosite-new-detail-page-image-wrapper {
  border-radius: var(--border-radius);
  overflow: hidden;
  box-shadow: var(--shadow-medium);
  background-color: var(--background-white);
}

.tin-tuc-detail .hydrosite-new-detail-page-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
  -webkit-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -ms-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
}

.tin-tuc-detail .hydrosite-new-detail-page-image-box:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.tin-tuc-detail .hydrosite-new-detail-page-image-caption {
  padding: 1rem 1.5rem;
  font-size: 0.9rem;
  color: var(--white);
  font-style: italic;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  padding: 10px;
  font-size: 14px;
  width: 100%;
  padding-top: 100px;
  pointer-events: none;
}

/* Article Content */
.tin-tuc-detail .hydrosite-new-detail-page-content {
  padding: 4rem 0;
}

.tin-tuc-detail .hydrosite-new-detail-page-article {
  background-color: var(--background-white);
}

.tin-tuc-detail .hydrosite-new-detail-page-lead {
  font-size: 1.2rem;
  font-weight: 400;
  color: var(--text-secondary);
  margin-bottom: 3rem;
  padding: 2rem;
  background-color: var(--background-light);
  border-radius: var(--border-radius);
  border-left: 4px solid var(--primary-color);
}

.tin-tuc-detail .hydrosite-new-detail-page-article h2 {
  margin-top: 3rem;
  margin-bottom: 1.5rem;
  color: var(--text-primary);
  position: relative;
}

.tin-tuc-detail .hydrosite-new-detail-page-article h2::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.5rem;
  width: 50px;
  height: 3px;
  background-color: var(--primary-color);
  border-radius: 2px;
}

.tin-tuc-detail .hydrosite-new-detail-page-article h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  color: var(--text-primary);
}

.tin-tuc-detail .hydrosite-new-detail-page-article ul,
.tin-tuc-detail .hydrosite-new-detail-page-article ol {
  margin-bottom: 2rem;
  padding-left: 2rem;
}

.tin-tuc-detail .hydrosite-new-detail-page-article li {
  margin-bottom: 0.5rem;
  color: var(--text-secondary);
}

.tin-tuc-detail .hydrosite-new-detail-page-article li strong {
  color: var(--text-primary);
}

.tin-tuc-detail .hydrosite-new-detail-page-quote {
  background-color: var(--background-light);
  border-left: 4px solid var(--primary-color);
  padding: 2rem;
  margin: 3rem 0;
  border-radius: 0 var(--border-radius) var(--border-radius) 0;
  font-size: 1.1rem;
  font-style: italic;
  color: var(--text-primary);
  position: relative;
}

.tin-tuc-detail .hydrosite-new-detail-page-quote::before {
  content: '"';
  font-size: 4rem;
  color: var(--primary-color);
  position: absolute;
  top: -0.5rem;
  left: 1rem;
  font-family: Georgia, serif;
}

.tin-tuc-detail .hydrosite-new-detail-page-quote cite {
  display: block;
  margin-top: 1rem;
  font-size: 0.9rem;
  color: var(--text-secondary);
  font-style: normal;
  font-weight: 600;
}

.tin-tuc-detail .hydrosite-new-detail-page-highlight-box {
  background: linear-gradient(
    135deg,
    var(--background-light) 0%,
    rgba(192, 0, 0, 0.02) 100%
  );
  border: 1px solid var(--border-light);
  border-radius: var(--border-radius);
  padding: 2rem;
  margin: 3rem 0;
}

.tin-tuc-detail .hydrosite-new-detail-page-highlight-box h4 {
  color: var(--primary-color);
  margin-bottom: 1.5rem;
  font-size: 1.3rem;
}

.tin-tuc-detail .hydrosite-new-detail-page-highlight-box h5 {
  color: var(--text-primary);
  margin-bottom: 0.75rem;
}

.tin-tuc-detail .hydrosite-new-detail-page-highlight-box p {
  margin-bottom: 1rem;
}

/* Social Share */
.tin-tuc-detail .hydrosite-new-detail-page-social-share {
  background-color: var(--background-light);
  padding: 2rem;
  border-radius: var(--border-radius);
  margin: 3rem 0;
  text-align: center;
}

.tin-tuc-detail .hydrosite-new-detail-page-social-share h5 {
  margin-bottom: 1.5rem;
  color: var(--text-primary);
}

.tin-tuc-detail .social-buttons {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.tin-tuc-detail .btn-social {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.2rem;
  transition: var(--transition);
  text-decoration: none;
}

.tin-tuc-detail .btn-social:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-medium);
}

.tin-tuc-detail .btn-social.facebook {
  background-color: #1877f2;
}

.tin-tuc-detail .btn-social.twitter {
  background-color: #1da1f2;
}

.tin-tuc-detail .btn-social.linkedin {
  background-color: #0077b5;
}

.tin-tuc-detail .btn-social.pinterest {
  background-color: #bd081c;
}

/* Tags */
.tin-tuc-detail .hydrosite-new-detail-page-tags {
  margin: 3rem 0;
}

.tin-tuc-detail .hydrosite-new-detail-page-tags h5 {
  margin-bottom: 1rem;
  color: var(--text-primary);
}

.tin-tuc-detail .tags-list {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.tin-tuc-detail .tag {
  background-color: var(--background-light);
  color: var(--text-secondary);
  padding: 0.5rem 1rem;
  border-radius: 20px;
  font-size: 0.9rem;
  border: 1px solid var(--border-light);
  transition: var(--transition);
  cursor: pointer;
}

.tin-tuc-detail .tag:hover {
  background-color: var(--primary-color);
  color: white;
  border-color: var(--primary-color);
}

/* Sidebar */
.tin-tuc-detail .hydrosite-new-detail-page-sidebar {
  padding-left: 2rem;
}

.tin-tuc-detail .hydrosite-new-detail-page-author-card,
.tin-tuc-detail .hydrosite-new-detail-page-related,
.tin-tuc-detail .hydrosite-new-detail-page-newsletter {
  background-color: var(--background-white);
  border: 1px solid var(--border-light);
  border-radius: var(--border-radius);
  padding: 2rem;
  margin-bottom: 2rem;
  box-shadow: var(--shadow-light);
}

.tin-tuc-detail .hydrosite-new-detail-page-author-card {
  text-align: center;
}

.tin-tuc-detail .author-image {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 1rem;
  border: 3px solid var(--primary-color);
}

.tin-tuc-detail .hydrosite-new-detail-page-author-card h4 {
  color: var(--text-primary);
  margin-bottom: 0.5rem;
}

.tin-tuc-detail .author-bio {
  font-size: 0.9rem;
  color: var(--text-secondary);
  margin-bottom: 1.5rem;
}

.tin-tuc-detail .author-social {
  display: flex;
  justify-content: center;
  gap: 1rem;
}

.tin-tuc-detail .author-social a {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: var(--background-light);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-secondary);
  transition: var(--transition);
}

.tin-tuc-detail .author-social a:hover {
  background-color: var(--primary-color);
  color: white;
}

/* Related Articles */
.tin-tuc-detail .hydrosite-new-detail-page-related h4 {
  margin-bottom: 1.5rem;
  color: var(--text-primary);
}

.tin-tuc-detail .related-item {
  display: flex;
  gap: 1rem;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--border-light);
}

.tin-tuc-detail .related-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.tin-tuc-detail .related-item img {
  width: 120px;
  height: 80px;
  object-fit: cover;
  border-radius: 8px;
  flex-shrink: 0;
}

.tin-tuc-detail .related-content h5 {
  font-size: 0.9rem;
}

.tin-tuc-detail .related-content h5 {
  color: var(--text-primary);
  text-decoration: none;
  transition: var(--transition);
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
  -o-transition: var(--transition);
}

.tin-tuc-detail .related-content h5:hover {
  color: var(--primary-color);
}

.tin-tuc-detail .related-date {
  font-size: 0.8rem;
  color: var(--text-light);
}
.tin-tuc-detail .related-content .view-count {
  font-size: 0.8rem;
  color: var(--text-light);
}

.tin-tuc-detail .related-content .view-count i {
  font-size: 0.8rem;
  color: var(--text-light);
}

/* Comments */
.tin-tuc-detail .hydrosite-new-detail-page-comments {
  background-color: var(--background-light);
  padding: 4rem 0;
}

.tin-tuc-detail .comments-wrapper {
  background-color: var(--background-white);
  border-radius: var(--border-radius);
  padding: 3rem;
  box-shadow: var(--shadow-light);
}

.tin-tuc-detail .comments-wrapper h3 {
  margin-bottom: 2rem;
  color: var(--text-primary);
}

.tin-tuc-detail .comment-form {
  background-color: var(--background-light);
  padding: 2rem;
  border-radius: var(--border-radius);
  margin-bottom: 3rem;
}

.tin-tuc-detail .comment-form .form-control {
  border: 1px solid var(--border-light);
  border-radius: 8px;
  padding: 0.75rem;
  margin-bottom: 1rem;
}

.tin-tuc-detail .comment-form .form-control:focus {
  border-color: var(--primary-color);
  box-shadow: 0 0 0 0.2rem rgba(192, 0, 0, 0.1);
}

.tin-tuc-detail .comment-form .btn-primary {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  border-radius: 8px;
  padding: 0.75rem 2rem;
  font-weight: 500;
}

.tin-tuc-detail .comment-item {
  display: flex;
  gap: 1rem;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid var(--border-light);
}

.tin-tuc-detail .comment-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.tin-tuc-detail .comment-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.tin-tuc-detail .comment-content {
  flex: 1;
}

.tin-tuc-detail .comment-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 0.5rem;
}

.tin-tuc-detail .comment-header h5 {
  margin: 0;
  font-size: 1rem;
  color: var(--text-primary);
}

.tin-tuc-detail .comment-date {
  font-size: 0.8rem;
  color: var(--text-light);
}

.tin-tuc-detail .comment-content p {
  margin-bottom: 1rem;
  color: var(--text-secondary);
}

.tin-tuc-detail .btn-reply {
  background: none;
  border: none;
  color: var(--primary-color);
  font-size: 0.9rem;
  font-weight: 500;
  cursor: pointer;
  transition: var(--transition);
}

.tin-tuc-detail .btn-reply:hover {
  color: var(--primary-dark);
}

/* Footer */
.tin-tuc-detail .hydrosite-new-detail-page-footer {
  background-color: var(--text-primary);
  color: white;
  padding: 4rem 0 2rem;
}

.tin-tuc-detail .footer-brand h4 {
  color: white;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.tin-tuc-detail .footer-brand i {
  color: var(--primary-color);
}

.tin-tuc-detail .footer-brand p {
  color: #cccccc;
  font-size: 0.9rem;
}

.tin-tuc-detail .hydrosite-new-detail-page-footer h5 {
  color: white;
  margin-bottom: 1rem;
  font-size: 1.1rem;
}

.tin-tuc-detail .footer-links {
  list-style: none;
  padding: 0;
}

.tin-tuc-detail .footer-links li {
  margin-bottom: 0.5rem;
}

.tin-tuc-detail .footer-links a {
  color: #cccccc;
  font-size: 0.9rem;
  transition: var(--transition);
}

.tin-tuc-detail .footer-links a:hover {
  color: var(--primary-color);
}

.tin-tuc-detail .social-links {
  display: flex;
  gap: 1rem;
}

.tin-tuc-detail .social-links a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  transition: var(--transition);
}

.tin-tuc-detail .social-links a:hover {
  background-color: var(--primary-color);
  transform: translateY(-2px);
}

.tin-tuc-detail .hydrosite-new-detail-page-footer hr {
  border-color: rgba(255, 255, 255, 0.1);
  margin: 2rem 0 1rem;
}

.tin-tuc-detail .hydrosite-new-detail-page-footer p {
  color: #cccccc;
  font-size: 0.9rem;
  margin: 0;
}

/* Back to Top */
.tin-tuc-detail .hydrosite-new-detail-page-back-to-top {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: var(--primary-color);
  color: white;
  border: none;
  font-size: 1.2rem;
  cursor: pointer;
  transition: var(--transition);
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}

.tin-tuc-detail .hydrosite-new-detail-page-back-to-top.show {
  opacity: 1;
  visibility: visible;
}

.tin-tuc-detail .hydrosite-new-detail-page-back-to-top:hover {
  background-color: var(--primary-dark);
  transform: translateY(-2px);
}

/* Animation Classes */
.tin-tuc-detail .fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: var(--transition);
}

.tin-tuc-detail .fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

.tin-tuc-detail .scale-hover {
  transition: var(--transition);
}

.tin-tuc-detail .scale-hover:hover {
  transform: scale(1.02);
}

/* Loading Animation */
.tin-tuc-detail .loading {
  position: relative;
  overflow: hidden;
}

.tin-tuc-detail .loading::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.4),
    transparent
  );
  animation: loading 1.5s infinite;
}

@keyframes loading {
  0% {
    left: -100%;
  }

  100% {
    left: 100%;
  }
}

/* trang tin tức chi tiết end */

/* trang liên hệ start */
/* Map Background Section */
.lien-he .map-background {
  position: relative;
  height: 500px;
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    var(--background-contact) center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  text-align: center;
  background-attachment: fixed;
}

.lien-he .map-background h2 {
  font-size: clamp(1.5rem, 1.1923rem + 1.5385vw, 2.5rem);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 auto;
  max-width: 800px;
  line-height: 1.7;
  transform: translateY(-10%);
  -webkit-transform: translateY(-10%);
  -moz-transform: translateY(-10%);
  -ms-transform: translateY(-10%);
  -o-transform: translateY(-10%);
}

/* Main Contact Section */
.lien-he .contact-section {
  position: relative;
  margin-top: -80px;
  padding: 0 15px;
  z-index: 10;
}

.lien-he .contact-card {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  padding: 40px;
  backdrop-filter: blur(10px);
}

/* Contact Info */
.lien-he .contact-info h4 {
  color: #8d8d8d;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 20px;
  position: relative;
}

.lien-he .contact-info h4::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 40px;
  height: 3px;
  background: #d01515;
}
.lien-he .contact-info-list {
  background: rgba(208, 21, 21, 0.05);
  padding: 15px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.lien-he .contact-info-list:hover {
  background: rgba(208, 21, 21, 0.1);
  transform: translateY(-2px);
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
}
.lien-he .contact-item {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  padding: 15px;
  border-radius: 10px;
  transition: all 0.3s ease;
}

.lien-he .contact-icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  font-size: 1.2rem;
  flex-shrink: 0;
}

.lien-he .contact-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: initial;
  -webkit-filter: initial;
}

.lien-he .contact-details h5 {
  color: var(--primary-dark);
  font-size: clamp(1rem, 0.9231rem + 0.3846vw, 1.2rem);
  font-weight: 600;
  margin-bottom: 5px;
}

.lien-he .contact-details p {
  color: #1e1e1e;
  font-size: 1rem;
  margin-bottom: 0;
  line-height: 1.4;
}

/* Contact Form */
.lien-he .contact-form h4 {
  color: #183354;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
  text-transform: uppercase;
}

.lien-he .form-group {
  margin-bottom: 25px;
}

.lien-he .form-label {
  color: var(--text-primary);
  font-size: 0.9rem;
  font-weight: 500;
  margin-bottom: 8px;
}

.lien-he .form-control {
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  padding: 15px;
  font-size: 1rem;
  transition: all 0.3s ease;
  background: #ffffff;
}

.lien-he .form-control:focus {
  border-color: #d01515;
  box-shadow: 0 0 0 0.2rem rgba(208, 21, 21, 0.25);
}

.lien-he .form-control::placeholder {
  color: #bbb9b9;
  font-size: 0.95rem;
}

.lien-he textarea.form-control {
  min-height: 120px;
  resize: vertical;
}

.lien-he .btn-submit {
  background: #d01515;
  color: white;
  border: none;
  border-radius: 15px;
  padding: 15px 40px;
  font-size: 1.1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  width: 100%;
}

.lien-he .btn-submit:hover {
  background: #b01010;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(208, 21, 21, 0.3);
}

.lien-he .btn-submit:active {
  transform: translateY(0);
}

/* Social Media */
.lien-he .social-section {
  text-align: center;
  margin-top: 40px;
}

.lien-he .social-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 20px;
}

.lien-he .social-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-decoration: none;
  font-size: 1.2rem;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.lien-he .social-btn::before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: inherit;
  opacity: 0.8;
  transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
}

.lien-he .social-btn:hover::before {
  opacity: 1;
}

.lien-he .social-btn:hover {
  transform: scale(1.1);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.lien-he .social-btn.facebook {
  background: #1877f2;
}

.lien-he .social-btn.youtube {
  background: #ff0000;
}

.lien-he .social-btn.zalo {
  background: #007fc6;
}

.lien-he .social-btn.twitter {
  background: #1da1f2;
}

/* Floating Contact Buttons */
.lien-he .floating-contacts {
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  z-index: 1000;
}

.lien-he .floating-btn {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-decoration: none;
  font-size: 1.4rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.lien-he .floating-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: inherit;
  opacity: 0.9;
  transition: opacity 0.3s ease;
}

.lien-he .floating-btn:hover::before {
  opacity: 1;
}

.lien-he .floating-btn:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}

.lien-he .floating-btn.phone {
  background: #d01515;
}

.lien-he .floating-btn.messenger {
  background: #1534d0;
}

.lien-he .floating-btn.zalo {
  background: #007fc6;
}
/* Loading Animation */
.lien-he .loading {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}

.lien-he .loading-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  border: 5px solid #f3f3f3;
  border-top: 5px solid #d01515;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

/* Success Message */
.lien-he .success-message {
  background: #d4edda;
  border: 1px solid #c3e6cb;
  color: #155724;
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 20px;
  display: none;
}

.lien-he .error-message {
  background: #f8d7da;
  border: 1px solid #f5c6cb;
  color: #721c24;
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 20px;
  display: none;
}

/* Animation */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.lien-he .contact-item {
  animation: fadeInUp 0.6s ease forwards;
}

.lien-he .contact-item:nth-child(2) {
  animation-delay: 0.1s;
}

.lien-he .contact-item:nth-child(3) {
  animation-delay: 0.2s;
}

.lien-he .contact-item:nth-child(4) {
  animation-delay: 0.3s;
}

/* Pulse Animation for Floating Buttons */
@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  }

  50% {
    transform: scale(1.05);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
  }

  100% {
    transform: scale(1);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  }
}

.lien-he .floating-btn.pulse {
  animation: pulse 2s infinite;
}
.zalo-icon {
  font-size: 0.8rem;
  font-weight: 600;
}
.hydrosite-contact-page-map-content {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  padding: 40px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  background: var(--background-white);
}
.hydrosite-contact-page-map-frame {
  overflow: hidden;
  max-height: 400px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.hydrosite-contact-page-map-frame iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: all !important;
}
/* trang liên hệ end */

/* trang đăng ký start */
/* Main Container */
.page-register .main-container,
.page-login .main-container {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.page-register .signup-card,
.page-login .signup-card {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(10px);
  overflow: hidden;
  width: 100%;
  max-width: 1200px;
  position: relative;
}

/* Header Navigation */
.page-register .header-nav,
.page-login .header-nav {
  padding: 10px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.page-register .back-btn,
.page-login .back-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #61758a;
  text-decoration: none;
  font-size: clamp(0.9rem, 0.8692rem + 0.1538vw, 1rem);
  font-weight: 400;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.page-register .back-btn:hover,
.page-login .back-btn:hover {
  color: #d01515;
  transform: translateX(-5px);
  -webkit-transform: translateX(-5px);
  -moz-transform: translateX(-5px);
  -ms-transform: translateX(-5px);
  -o-transform: translateX(-5px);
}

.page-register .back-btn i,
.page-login .back-btn i {
  font-size: 1.2rem;
}

.page-register .login-link,
.page-login .login-link {
  color: #61758a;
  text-decoration: none;
  font-size: clamp(0.9rem, 0.8692rem + 0.1538vw, 1rem);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.page-register .login-link:hover,
.page-login .login-link:hover {
  color: #d01515;
  text-decoration: underline;
}

/* Brand Title */
.page-register .brand-title,
.page-login .brand-title {
  position: absolute;
  top: 80px;
  left: 30px;
  font-size: 2rem;
  font-weight: 600;
  color: #d01515;
  text-transform: capitalize;
  z-index: 10;
}

/* Content Layout */
.page-register .content-wrapper,
.page-login .content-wrapper {
  display: flex;
  min-height: 600px;
}

/* Left Side - Illustration */
.page-register .illustration-section,
.page-login .illustration-section {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  position: relative;
}

.page-register .illustration-wrapper,
.page-login .illustration-wrapper {
  width: 100%;
  max-width: 500px;
  height: auto;
}

.page-register .illustration-wrapper svg,
.page-login .illustration-wrapper svg {
  width: 100%;
  height: auto;
}

/* Right Side - Form */
.page-register .form-section,
.page-login .form-section {
  flex: 1;
  padding: 45px 40px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.page-register .form-title,
.page-login .form-title {
  font-size: 2rem;
  font-weight: 600;
  color: #d01515;
  text-align: center;
  margin-bottom: 40px;
  text-transform: uppercase;
}

/* Form Styling */
.page-register .form-group,
.page-login .form-group {
  margin-bottom: 25px;
}

.page-register .form-label,
.page-login .form-label {
  color: #333131;
  font-size: 1.1rem;
  font-weight: 500;
  margin-bottom: 8px;
  display: block;
}

.page-register .form-label.required,
.page-login .form-label.required {
  color: #d01515;
}

.page-register .form-control,
.page-login .form-control {
  border: 1.5px solid #b0b3ad;
  border-radius: 8px;
  padding: 18px 20px;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  background: #ffffff;
  width: 100%;
}

.page-register .form-control:focus,
.page-login .form-control:focus {
  border-color: #d01515;
  box-shadow: 0 0 0 0.2rem rgba(208, 21, 21, 0.25);
  outline: none;
}

.page-register .form-control.is-valid,
.page-login .form-control.is-valid {
  border-color: #d01515;
}

.page-register .form-control.is-invalid,
.page-login .form-control.is-invalid {
  border-color: #dc3545;
}

.page-register .form-control::placeholder,
.page-login .form-control::placeholder {
  color: #61758a;
  font-size: 1rem;
}

/* Password Field */
.page-register .password-wrapper,
.page-login .password-wrapper {
  position: relative;
}

.page-register .password-toggle,
.page-login .password-toggle {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: #b0b3ad;
  cursor: pointer;
  font-size: 1.2rem;
  transition: all 0.3s ease;
}

.page-register .password-toggle:hover,
.page-login .password-toggle:hover {
  color: #d01515;
}

/* Buttons */
.page-register .btn-primary,
.page-login .btn-primary {
  background: #d01515;
  border: none;
  border-radius: 8px;
  padding: 17px 20px;
  font-size: clamp(0.9rem, 0.8692rem + 0.1538vw, 1rem);
  font-weight: 500;
  width: 100%;
  transition: all 0.3s ease;
  text-transform: none;
}

.page-register .btn-primary:hover,
.page-login .btn-primary:hover {
  background: #b01010;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(208, 21, 21, 0.3);
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
}

.page-register .btn-primary:active,
.page-login .btn-primary:active {
  transform: translateY(0);
}

.page-register .btn-google,
.page-login .btn-google {
  background: #ffffff;
  border: 1.5px solid #b0b3ad;
  border-radius: 8px;
  padding: 15px 20px;
  font-size: clamp(0.9rem, 0.8692rem + 0.1538vw, 1rem);
  font-weight: 500;
  width: 100%;
  color: #5b5454;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: all 0.3s ease;
  text-decoration: none;
  margin-top: 20px;
}

.page-register .btn-google:hover,
.page-login .btn-google:hover {
  background: #f8f9fa;
  border-color: #d01515;
  color: #d01515;
  transform: translateY(-1px);
}

.page-register .google-icon,
.page-login .google-icon {
  width: 24px;
  height: 24px;
}

/* Form Validation */
.page-register .invalid-feedback,
.page-login .invalid-feedback {
  display: block;
  color: #dc3545;
  font-size: 0.9rem;
  margin-top: 5px;
}

.page-register .valid-feedback,
.page-login .valid-feedback {
  display: block;
  color: #28a745;
  font-size: 0.9rem;
  margin-top: 5px;
}

/* Loading Spinner */
.page-register .loading-spinner,
.page-login .loading-spinner {
  display: none;
  margin-right: 10px;
}

.page-register .spinner-border-sm,
.page-login .spinner-border-sm {
  width: 1rem;
  height: 1rem;
}

/* Success/Error Messages */
.page-register .alert,
.page-login .alert {
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 15px;
  border: none;
}

.page-register .alert-success,
.page-login .alert-success {
  background: #d4edda;
  color: #155724;
}

.page-register .alert-danger,
.page-login .alert-danger {
  background: #f8d7da;
  color: #721c24;
}
/* Animations */
@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(50px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.page-register .illustration-section,
.page-login .illustration-section {
  animation: slideInLeft 0.8s ease-out;
}

.page-register .form-section,
.page-login .form-section {
  animation: slideInRight 0.8s ease-out;
}

.page-register .form-group,
.page-login .form-group {
  animation: fadeInUp 0.6s ease-out;
}

.page-register .form-group:nth-child(1) {
  animation-delay: 0.1s;
}

.page-register .form-group:nth-child(2) {
  animation-delay: 0.2s;
}

.page-register .form-group:nth-child(3) {
  animation-delay: 0.3s;
}

.page-register .form-group:nth-child(4) {
  animation-delay: 0.4s;
}

.page-register .form-group:nth-child(5) {
  animation-delay: 0.5s;
}

/* Focus effects */
.page-register .form-control:focus + .form-label,
.page-login .form-control:focus + .form-label {
  color: #d01515;
}

/* Hover effects */
.page-register .form-group:hover .form-label,
.page-login .form-group:hover .form-label {
  color: #d01515;
}

.page-register .form-group:hover .form-control,
.page-login .form-group:hover .form-control {
  border-color: #b0b3ad;
}

/* Progress indicator */
.page-register .progress-bar,
.page-login .progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  background: #d01515;
  width: 0%;
  transition: width 0.3s ease;
}
.page-register .form-control.is-valid,
.page-login .form-control.is-valid {
  border-color: #198754;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.page-register .form-control.is-invalid,
.page-login .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
/* trang đăng ký end */

/* bổ sung header start */
/* User Dropdown Styles */
.hydrosite-shopee-header .user-dropdown {
  position: relative;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  padding: 0.5rem;
  border-radius: 10px;
  transition: all 0.3s ease;
}

.hydrosite-shopee-header .user-dropdown:hover {
  background: rgba(208, 21, 21, 0.05);
}

.hydrosite-shopee-header .user-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.hydrosite-shopee-header .user-info {
  margin-left: 0.75rem;
  margin-right: 0.5rem;
}

.hydrosite-shopee-header .user-name {
  font-weight: 600;
  color: var(--white);
  margin: 0;
  font-size: 0.9rem;
}

.hydrosite-shopee-header .user-role {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.8rem;
  margin: 0;
}

.hydrosite-shopee-header .dropdown-toggle::after {
  margin-left: 0.5rem;
  transition: transform 0.3s ease;
}

.hydrosite-shopee-header .show .dropdown-toggle::after {
  transform: rotate(180deg);
}

.hydrosite-shopee-header .user-dropdown-menu {
  position: absolute;
  top: 100%;
  right: 0;
  background: white;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  min-width: 240px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  z-index: 1000;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.hydrosite-shopee-header .user-dropdown.show .user-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.hydrosite-shopee-header .dropdown-header {
  padding: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.hydrosite-shopee-header .dropdown-header-info {
  display: flex;
  align-items: center;
}

.hydrosite-shopee-header .dropdown-header-info img {
  width: 48px;
  height: 48px;
  min-width: 48px;
  min-height: 48px;
  border-radius: 50%;
  margin-right: 1rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  object-fit: cover;
}

.hydrosite-shopee-header .dropdown-header-text h6 {
  margin: 0;
  font-weight: 600;
  color: var(--text-color);
}

.hydrosite-shopee-header .dropdown-header-text p {
  margin: 0;
  font-size: 0.8rem;
  color: #666;
}

.hydrosite-shopee-header .dropdown-menu-items {
  padding: 0.5rem 0;
}

.hydrosite-shopee-header .dropdown-item {
  padding: 0.75rem 1rem;
  display: flex;
  align-items: center;
  color: var(--text-color);
  text-decoration: none;
  transition: all 0.2s ease;
}

.hydrosite-shopee-header .dropdown-item:hover {
  background: rgba(208, 21, 21, 0.05);
  color: var(--primary-color);
}

.hydrosite-shopee-header .dropdown-item i {
  width: 20px;
  margin-right: 0.75rem;
  color: #666;
}

.hydrosite-shopee-header .dropdown-item:hover i {
  color: var(--primary-color);
}

.hydrosite-shopee-header .dropdown-divider {
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
  margin: 0.5rem 0;
}

.hydrosite-shopee-header .logout-item {
  color: #dc3545;
}

.hydrosite-shopee-header .logout-item:hover {
  background: rgba(220, 53, 69, 0.05);
  color: #dc3545;
}

.hydrosite-shopee-header .logout-item i {
  color: #dc3545;
}

/* Animation for dropdown items */
.hydrosite-shopee-header .dropdown-item {
  opacity: 0;
  transform: translateX(-10px);
}

.hydrosite-shopee-header .user-dropdown.show .dropdown-item {
  animation: slideIn 0.3s forwards;
}

.hydrosite-shopee-header .user-dropdown.show .dropdown-item:nth-child(1) {
  animation-delay: 0.1s;
}
.hydrosite-shopee-header .user-dropdown.show .dropdown-item:nth-child(2) {
  animation-delay: 0.15s;
}
.hydrosite-shopee-header .user-dropdown.show .dropdown-item:nth-child(3) {
  animation-delay: 0.2s;
}
.hydrosite-shopee-header .user-dropdown.show .dropdown-item:nth-child(4) {
  animation-delay: 0.25s;
}
.hydrosite-shopee-header .user-dropdown.show .dropdown-item:nth-child(5) {
  animation-delay: 0.3s;
}
/* bổ sung header end */

/* trang đăng nhập start */
.forgot-password a {
  color: #d01515;
  font-size: 0.9rem;
  font-weight: 500;
  text-decoration: underline;
  cursor: pointer;
  margin-top: 10px;
  text-align: right;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.forgot-password a:hover {
  color: #b01010;
}
/* trang đăng nhập end */

/* trang thông tin liên hệ start */
.hydrosite-main-container {
  background: var(--bg-body);
}

/* sidebar start */
/* Sidebar */
.hydrosite-sidebar {
  width: 100%;
  background: white;
  border-right: 1px solid #f2f2f2;
  padding: 30px 0;
  position: sticky;
  top: 0;
  height: auto;
  overflow-y: auto;
  box-shadow: -2px 2px 10px rgba(0, 0, 0, 0.04);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

/* Mobile Nav Toggle */
.hydrosite-mobile-nav-toggle {
  position: relative;
  top: 0;
  left: 0;
  margin: 0 auto;
  z-index: 1001;
  background: #d01515;
  color: white;
  border: none;
  border-radius: 4px;
  width: 40px;
  height: 40px;
  display: none;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.hydrosite-mobile-nav-toggle:hover {
  background: #b01313;
  transform: scale(1.05);
}

.hydrosite-user-profile {
  padding: 0 30px 30px;
  text-align: center;
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 30px;
}

.hydrosite-user-avatar {
  width: 85px;
  height: 85px;
  min-width: 85px;
  min-height: 85px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 15px;
  border: 3px solid #f0f0f0;
}

.hydrosite-user-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hydrosite-user-name {
  font-size: clamp(1rem, 0.9692rem + 0.1538vw, 1.1rem);
  font-weight: 600;
  color: #353535;
  margin-bottom: 5px;
}

.hydrosite-edit-profile-link {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #767676;
  text-decoration: none;
  font-size: clamp(0.8rem, 0.7692rem + 0.1538vw, 0.9rem);
  justify-content: center;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}

.hydrosite-edit-profile-link:hover {
  color: #d01515;
}

.hydrosite-edit-profile-link i {
  font-size: 14px;
}

/* Navigation Menu */
.hydrosite-nav-menu {
  padding: 0 20px;
}

.hydrosite-nav-item {
  margin-bottom: 10px;
}

.hydrosite-nav-link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 15px;
  color: #767676;
  text-decoration: none;
  font-size: 16px;
  border-radius: 6px;
  transition: all 0.3s ease;
  position: relative;
}

.hydrosite-nav-link .nav-icon {
  font-size: 18px;
  min-width: 18px;
  text-align: center;
}

.hydrosite-nav-link:hover {
  background: #f8f9fa;
  color: #d01515;
}

.hydrosite-nav-link.active {
  background: #fff5f5;
  color: #d01515;
  font-weight: 500;
}

.hydrosite-nav-link.active::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: #d01515;
  border-radius: 0 3px 3px 0;
}

/* Main Content */
.hydrosite-main-content {
  flex: 1;
  background: var(--white);
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.hydrosite-content-header {
  background: white;
  padding: 25px 30px;
  border-bottom: 1px solid #f0f0f0;
}

.hydrosite-sidebar-content-title {
  font-size: clamp(1rem, 0.9077rem + 0.4615vw, 1.3rem);
  font-weight: 600;
  color: var(--primary-color);
  margin-bottom: 8px;
  text-transform: uppercase;
}

.hydrosite-sidebar-content-subtitle {
  color: #353535;
  font-size: clamp(0.9rem, 0.8692rem + 0.1538vw, 1rem);
  margin: 0;
}

/* sidebar end */

/* Profile Form */
.page-manager-profile .profile-form {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 50px;
  align-items: start;
}

.page-manager-profile .form-section {
  max-width: 600px;
}

.page-manager-profile .form-group {
  margin-bottom: 25px;
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 20px;
  align-items: center;
}

.page-manager-profile .form-label {
  font-size: clamp(0.9rem, 0.8538rem + 0.2308vw, 1.05rem);
  color: #353535;
  font-weight: 400;
  margin: 0;
}
.page-manager-profile .form-control-plaintext {
  font-size: clamp(0.85rem, 0.8038rem + 0.2308vw, 1rem);
}

.page-manager-profile .form-control {
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  padding: 12px 15px;
  font-size: 16px;
  transition: border-color 0.3s ease;
  background: white;
}

.page-manager-profile .form-control:focus {
  border-color: #d01515;
  box-shadow: 0 0 0 0.2rem rgba(208, 21, 21, 0.25);
  outline: none;
}

.page-manager-profile .form-control:disabled {
  background: #f8f9fa;
  color: #6c757d;
  cursor: not-allowed;
}

.page-manager-profile .form-control.masked {
  color: #acacac;
}

/* Radio Buttons */
.page-manager-profile .radio-group {
  display: flex;
  align-items: center;
}

.page-manager-profile .radio-item {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-size: clamp(0.8rem, 0.7692rem + 0.1538vw, 0.9rem);
}

.page-manager-profile .radio-input {
  width: 18px;
  height: 18px;
  border: 2px solid #cecece;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  transition: border-color 0.3s ease;
}

.page-manager-profile .radio-input input {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.page-manager-profile .radio-input.checked {
  border-color: #d01515;
}
.page-manager-profile .radio-input::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  background: #d01515;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  opacity: 0;
}
.page-manager-profile .radio-input.checked::after {
  opacity: 1;
}

.page-manager-profile .radio-label {
  font-size: 16px;
  color: #1e1e1e;
  cursor: pointer;
}

/* Change Links */
.page-manager-profile .change-link {
  color: #007fc6;
  text-decoration: underline;
  font-size: 14px;
  margin-left: 10px;
  cursor: pointer;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  text-wrap: nowrap;
}

.page-manager-profile .change-link:hover {
  color: #0056b3;
}

/* Save Button */
.page-manager-profile .save-btn {
  background: #d01515;
  color: white;
  border: none;
  padding: 12px 30px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 20px;
}

.page-manager-profile .save-btn:hover {
  background: #b01010;
  transform: translateY(-1px);
}

.page-manager-profile .save-btn:disabled {
  background: #ccc;
  cursor: not-allowed;
  transform: none;
}

/* Avatar Upload Section */
.hydrosite-profile-avatar-section {
  text-align: center;
  padding: 30px;
  border-left: 1px solid #f2f2f2;
}

.hydrosite-profile-avatar-upload {
  width: 120px;
  height: 120px;
  min-width: 120px;
  min-height: 120px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 20px;
  border: 3px solid #f0f0f0;
  position: relative;
  cursor: pointer;
  transition: border-color 0.3s ease;
}

.hydrosite-profile-avatar-upload:hover {
  border-color: #d01515;
}

.hydrosite-profile-avatar-upload img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hydrosite-avatar-upload-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.hydrosite-avatar-upload:hover .hydrosite-avatar-upload-overlay {
  opacity: 1;
}

.hydrosite-avatar-upload-overlay i {
  color: white;
  font-size: 24px;
}

.page-manager-profile .upload-btn {
  background: white;
  border: 1px solid #d8d8d8;
  padding: 8px 20px;
  border-radius: 4px;
  font-size: clamp(0.85rem, 0.8038rem + 0.2308vw, 1rem);
  color: #353535;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-bottom: 15px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.page-manager-profile .upload-btn:hover {
  background: #f8f9fa;
  border-color: #d01515;
}

.page-manager-profile .upload-info {
  font-size: clamp(0.85rem, 0.8038rem + 0.2308vw, 1rem);
  color: #353535;
  line-height: 1.4;
}

.page-manager-profile .file-input {
  display: none;
}
/* Loading and Success States */
.page-manager-profile .loading-spinner {
  display: none;
  margin-right: 10px;
}

.page-manager-profile .spinner-border-sm {
  width: 1rem;
  height: 1rem;
}

.page-manager-profile .success-message {
  background: #d4edda;
  color: #155724;
  padding: 15px;
  border-radius: 4px;
  margin-bottom: 20px;
  border: 1px solid #c3e6cb;
  display: none;
}

.page-manager-profile .error-message {
  background: #f8d7da;
  color: #721c24;
  padding: 15px;
  border-radius: 4px;
  margin-bottom: 20px;
  border: 1px solid #f5c6cb;
  display: none;
}

.page-manager-profile .form-group {
  animation: fadeInUp 0.5s ease forwards;
}

.page-manager-profile .form-group:nth-child(1) {
  animation-delay: 0.1s;
}

.page-manager-profile .form-group:nth-child(2) {
  animation-delay: 0.2s;
}

.page-manager-profile .form-group:nth-child(3) {
  animation-delay: 0.3s;
}

.page-manager-profile .form-group:nth-child(4) {
  animation-delay: 0.4s;
}

.page-manager-profile .form-group:nth-child(5) {
  animation-delay: 0.5s;
}

.page-manager-profile .form-group:nth-child(6) {
  animation-delay: 0.6s;
}

/* Accessibility */
.page-manager-profile .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Focus styles */
.page-manager-profile .hydrosite-nav-link:focus,
.page-manager-profile .radio-input:focus-within,
.page-manager-profile .upload-btn:focus,
.page-manager-profile .save-btn:focus {
  outline: 2px solid #d01515;
  outline-offset: 2px;
}

/* trang thông tin liên hệ end */

/* Avatar Crop Modal Styles - Enhanced Design */
.modal-dialog.modal-lg {
  max-width: 900px;
  margin: 1.75rem auto;
}

#cropAvatarModal .modal-content {
  border: none;
  border-radius: 16px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
}

#cropAvatarModal .modal-header {
  background: linear-gradient(135deg, #d01515 0%, #b01313 100%);
  border-bottom: none;
  padding: 20px 30px;
  position: relative;
}

#cropAvatarModal .modal-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 20"><path d="M0,10 Q25,0 50,10 T100,10 V20 H0 Z" fill="rgba(255,255,255,0.1)"/></svg>');
  pointer-events: none;
}

#cropAvatarModal .modal-title {
  color: white;
  font-weight: 600;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
  z-index: 1;
}

#cropAvatarModal .modal-title::before {
  content: "✂️";
  font-size: 1.2em;
}

#cropAvatarModal .btn-close {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  opacity: 1;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
}

#cropAvatarModal .btn-close:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: scale(1.1);
}

#cropAvatarModal .modal-body {
  padding: 40px;
  background: #ffffff;
  position: relative;
}

#cropAvatarModal .modal-body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, #d01515, #b01313);
  border-radius: 2px;
}

.page-manager-profile .img-container {
  max-height: 450px;
  overflow: hidden;
  border-radius: 16px;
  background: #f8f9fa;
  border: 2px solid #e9ecef;
  position: relative;
  margin-top: 20px;
  transition: all 0.3s ease;
}

.page-manager-profile .img-container:hover {
  border-color: #d01515;
  box-shadow: 0 8px 25px rgba(208, 21, 21, 0.15);
}

#imageToCrop {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  transition: all 0.3s ease;
}

/* Cropper.js customization - Modern Design */
.cropper-container {
  background: linear-gradient(45deg, #f8f9fa 25%, transparent 25%),
    linear-gradient(-45deg, #f8f9fa 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, #f8f9fa 75%),
    linear-gradient(-45deg, transparent 75%, #f8f9fa 75%);
  background-size: 20px 20px;
  background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
  height: auto !important;
}

.cropper-view-box,
.cropper-face {
  border-radius: 50%;
  box-shadow: 0 0 20px rgba(208, 21, 21, 0.3);
}

.cropper-view-box {
  box-shadow: 0 0 0 2px #d01515, 0 0 20px rgba(208, 21, 21, 0.4);
  outline: 0;
}

.cropper-dashed {
  border: 0 dashed rgba(208, 21, 21, 0.5);
  display: block;
  opacity: 0.7;
  transition: opacity 0.3s ease;
}

.cropper-dashed.dashed-h {
  border-bottom-width: 1px;
  border-top-width: 1px;
  height: calc(100% - 1px);
  left: 0;
  top: 0;
  width: 100%;
}

.cropper-dashed.dashed-v {
  border-left-width: 1px;
  border-right-width: 1px;
  height: 100%;
  left: 0;
  top: 0;
  width: calc(100% - 1px);
}

.cropper-center {
  width: 20px;
  height: 20px;
  background: #d01515;
  border: 2px solid white;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

/* Modal Footer */
#cropAvatarModal .modal-footer {
  background: #f8f9fa;
  border-top: 1px solid #e9ecef;
  padding: 20px 30px;
  gap: 15px;
  justify-content: center;
}

#cropAvatarModal .btn {
  border-radius: 50px;
  padding: 12px 30px;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.3s ease;
  min-width: 120px;
  position: relative;
  overflow: hidden;
}

#cropAvatarModal .btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  transition: all 0.5s ease;
  transform: translate(-50%, -50%);
}

#cropAvatarModal .btn:hover::before {
  width: 300px;
  height: 300px;
}

#cropAvatarModal .btn-secondary {
  background: linear-gradient(135deg, #6c757d 0%, #5a6268 100%);
  border: none;
  color: white;
}

#cropAvatarModal .btn-secondary:hover {
  background: linear-gradient(135deg, #5a6268 0%, #495057 100%);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(108, 117, 125, 0.4);
}

#cropAvatarModal .btn-primary {
  background: linear-gradient(135deg, #d01515 0%, #b01313 100%);
  border: none;
  color: white;
}

#cropAvatarModal .btn-primary:hover {
  background: linear-gradient(135deg, #b01313 0%, #8f0f0f 100%);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(208, 21, 21, 0.4);
}

#cropAvatarModal .btn:disabled {
  opacity: 0.7;
  transform: none;
}

/* Loading Animation */
#cropAvatarModal .spinner-border-sm {
  width: 1rem;
  height: 1rem;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Avatar upload improvements */
.hydrosite-profile-avatar-upload {
  position: relative;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 20px;
  border: 4px solid #f0f0f0;
  cursor: pointer;
  transition: all 0.3s ease;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.hydrosite-profile-avatar-upload:hover {
  border-color: #d01515;
  transform: scale(1.05);
  box-shadow: 0 8px 25px rgba(208, 21, 21, 0.2);
}

.hydrosite-profile-avatar-upload img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hydrosite-profile-avatar-upload-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    rgba(208, 21, 21, 0.8) 0%,
    rgba(176, 19, 19, 0.9) 100%
  );
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 24px;
  opacity: 0;
  transition: all 0.3s ease;
  backdrop-filter: blur(2px);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.hydrosite-profile-avatar-upload:hover
  .hydrosite-profile-avatar-upload-overlay {
  opacity: 1;
}

.upload-btn {
  background: linear-gradient(135deg, #d01515 0%, #b01313 100%);
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-bottom: 15px;
  box-shadow: 0 4px 15px rgba(208, 21, 21, 0.2);
}

.upload-btn:hover {
  background: linear-gradient(135deg, #b01313 0%, #8f0f0f 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(208, 21, 21, 0.3);
}

.file-input {
  display: none;
}

.upload-info {
  font-size: 12px;
  color: #767676;
  line-height: 1.6;
  background: #f8f9fa;
  padding: 12px;
  border-radius: 8px;
}

/* Modal backdrop */
.modal-backdrop.show {
  opacity: 0.7;
  background: linear-gradient(
    135deg,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0.7) 100%
  );
}

/* Modal Styles */
.page-manager-profile .modal-content {
  border: none;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.page-manager-profile .modal-header {
  padding: 1.5rem 1.5rem 0.5rem;
}

.page-manager-profile .modal-body {
  padding: 1.5rem;
}

.page-manager-profile .btn-close {
  background: none;
  font-size: 1.5rem;
  opacity: 0.5;
}

.page-manager-profile .btn-close:hover {
  opacity: 1;
}

/* Step Icon */
.page-manager-profile .step-icon {
  width: 64px;
  height: 64px;
  background: var(--primary-color);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 24px;
  margin-bottom: 1rem;
}

.page-manager-profile .step-icon.success {
  background: #28a745;
}

/* Form Controls */
.page-manager-profile .form-floating > .form-control {
  border-radius: 12px;
  border: 2px solid #e0e0e0;
  padding: 1rem 1rem;
  height: calc(3.5rem + 2px);
  font-size: 1rem;
  transition: all 0.2s ease;
}

.page-manager-profile .form-floating > .form-control:focus {
  border-color: var(--primary-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--primary-color-rgb), 0.1);
}

.page-manager-profile .form-floating > label {
  padding: 1rem;
}

/* Buttons */
.page-manager-profile .btn-primary {
  border-radius: 12px;
  padding: 0.75rem 1.5rem;
  font-weight: 600;
  transition: all 0.2s ease;
}

.btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(var(--primary-color-rgb), 0.2);
}

/* OTP Input */
.page-manager-profile .otp-input-group {
  display: flex;
  gap: 10px;
  justify-content: center;
}

.page-manager-profile .otp-input {
  width: 45px;
  height: 45px;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 600;
  transition: all 0.2s ease;
}

.page-manager-profile .otp-input:focus {
  border-color: var(--primary-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--primary-color-rgb), 0.1);
  outline: none;
}

/* Step Content Animation */
.page-manager-profile .step-content {
  display: none;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s ease;
}

.page-manager-profile .step-content.active {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

/* Resend Link */
.page-manager-profile .resend-otp {
  color: var(--primary-color);
  text-decoration: none;
  font-weight: 500;
}

.page-manager-profile .resend-otp:hover {
  text-decoration: underline;
}

.page-manager-profile .resend-timer {
  color: #6c757d;
  margin-left: 4px;
}

/* Loading Spinner */
.page-manager-profile .spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.15em;
}
/* trang profile end */

/* Animation for avatar update */
.avatar-updating {
  opacity: 0.7;
  transform: scale(0.95);
  transition: all 0.3s ease;
}

.avatar-updated {
  animation: avatarPulse 0.6s ease-in-out;
}

@keyframes avatarPulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
    box-shadow: 0 0 20px rgba(208, 21, 21, 0.4);
  }
  100% {
    transform: scale(1);
  }
}

/* Error and success states */
.upload-error {
  border-color: #dc3545 !important;
  animation: shake 0.5s ease-in-out;
}

.upload-success {
  border-color: #28a745 !important;
  animation: successGlow 0.6s ease-in-out;
}

@keyframes shake {
  0%,
  100% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-5px);
  }
  75% {
    transform: translateX(5px);
  }
}

@keyframes successGlow {
  0% {
    box-shadow: 0 0 0 rgba(40, 167, 69, 0);
  }
  50% {
    box-shadow: 0 0 20px rgba(40, 167, 69, 0.4);
  }
  100% {
    box-shadow: 0 0 0 rgba(40, 167, 69, 0);
  }
}

/* Entrance Animation */
#cropAvatarModal.fade .modal-dialog {
  transform: scale(0.9) translateY(-50px);
  transition: all 0.3s ease-out;
}

#cropAvatarModal.show .modal-dialog {
  transform: scale(1) translateY(0);
}

/* Custom scrollbar for modal body */
#cropAvatarModal .modal-body::-webkit-scrollbar {
  width: 6px;
}

#cropAvatarModal .modal-body::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 3px;
}

#cropAvatarModal .modal-body::-webkit-scrollbar-thumb {
  background: linear-gradient(135deg, #d01515 0%, #b01313 100%);
  border-radius: 3px;
}

#cropAvatarModal .modal-body::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(135deg, #b01313 0%, #8f0f0f 100%);
}

/* sidebar end */

/* trang set up gian hàng start */
.page-manager-store .main-container {
  min-height: 100vh;
  background-color: var(--bg-body);
  padding: 20px;
}

/* Progress Bar */
.page-manager-store .progress-section {
  margin-bottom: 30px;
  padding: 0 15px;
}

.page-manager-store .progress-container {
  position: relative;
  height: 5px;
  background-color: #f0f0f0;
  border-radius: 3px;
  overflow: hidden;
}

.page-manager-store .progress-bar-custom {
  height: 100%;
  background-color: var(--primary-color);
  width: 25%;
  transition: width 0.3s ease;
  position: relative;
}

.page-manager-store .progress-indicator {
  position: absolute;
  right: -6px;
  top: -2px;
  width: 10px;
  height: 9px;
  background-color: var(--background-color);
  border: 1px solid var(--border-color);
  clip-path: polygon(0 0, 70% 0, 100% 50%, 70% 100%, 0 100%);
}

/* Header Section */
.page-manager-store .header-section {
  background-color: var(--background-color);
  padding: 20px;
  border-radius: 12px;
  margin-bottom: 30px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.page-manager-store .header-title {
  font-size: clamp(0.7rem, 0.5154rem + 0.9231vw, 1.3rem);
  font-weight: 600;
  color: var(--text-color);
  margin-bottom: 12px;
  letter-spacing: 0.5px;
}

.page-manager-store .header-description {
  font-size: 16px;
  color: var(--secondary-color);
  margin: 0;
}

/* Categories Grid */
.page-manager-store .categories-container {
  background-color: var(--background-color);
  padding: 30px;
  border-radius: 12px;
  margin-bottom: 30px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.page-manager-store .categories-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 20px;
  margin-bottom: 30px;
}

.page-manager-store .category-item {
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  padding: 20px 15px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  background-color: var(--background-color);
  position: relative;
  height: 188px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page-manager-store .category-item:hover {
  border-color: var(--primary-color);
  box-shadow: 0 4px 16px rgba(208, 21, 21, 0.15);
  transform: translateY(-2px);
}

.page-manager-store .category-item.selected {
  border-color: var(--primary-color);
  background-color: rgba(208, 21, 21, 0.05);
  box-shadow: 0 4px 16px rgba(208, 21, 21, 0.2);
}

.page-manager-store .category-item.selected::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  background-color: var(--primary-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-manager-store .category-item.selected::before {
  content: "✓";
  position: absolute;
  top: 15px;
  right: 15px;
  color: white;
  font-size: 12px;
  font-weight: bold;
  z-index: 1;
}

.page-manager-store .category-image {
  width: 80px;
  height: 80px;
  margin: 0 auto 15px;
  background-color: #f0f0f0;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex-shrink: 0;
}

.page-manager-store .category-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}

.page-manager-store .category-image i {
  font-size: 32px;
  color: #999;
}

.page-manager-store .category-title {
  font-size: 16px;
  font-weight: 400;
  color: var(--text-color);
  margin: 0;
  line-height: 1.3;
  text-align: center;
}

/* Action Button */
.page-manager-store .action-section {
  text-align: center;
  padding: 0 20px;
}

.page-manager-store .btn-create-store {
  background-color: var(--primary-color);
  color: var(--light-gray);
  border: none;
  border-radius: 8px;
  padding: 17px 40px;
  font-size: clamp(0.8rem, 0.7077rem + 0.4615vw, 1.1rem);
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: max-content;
  max-width: 100%;
}

.page-manager-store .btn-create-store:hover:not(:disabled) {
  background-color: #b01212;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(208, 21, 21, 0.3);
}

.page-manager-store .btn-create-store:disabled {
  background-color: #ccc;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

.page-manager-store .btn-create-store i {
  font-size: 18px;
}

/* Selection Counter */
.page-manager-store .selection-counter {
  text-align: center;
  margin-bottom: 20px;
  padding: 15px;
  background-color: rgba(208, 21, 21, 0.1);
  border-radius: 8px;
  border: 1px solid rgba(208, 21, 21, 0.2);
}

.page-manager-store .selection-counter.hidden {
  display: none;
}

.page-manager-store .counter-text {
  font-size: 16px;
  font-weight: 500;
  color: var(--primary-color);
  margin: 0;
}

/* Loading Animation */
.page-manager-store .loading-spinner {
  width: 20px;
  height: 20px;
  border: 2px solid transparent;
  border-top: 2px solid currentColor;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
/* Success Message */
.page-manager-store .success-message {
  background-color: #d4edda;
  border: 1px solid #c3e6cb;
  color: #155724;
  padding: 15px 20px;
  border-radius: 8px;
  margin-bottom: 20px;
  display: none;
  text-align: center;
}

.page-manager-store .success-message.show {
  display: block;
  animation: fadeInDown 0.3s ease;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Tooltip */
.page-manager-store .tooltip-custom {
  position: relative;
}

.page-manager-store .tooltip-custom::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 12px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 1000;
}

.page-manager-store .tooltip-custom:hover::after {
  opacity: 1;
}
.page-manager-store .hydrosite-shopee-category-item.selected {
  border-color: transparent;
  background: var(--bg-gradient);
  box-shadow: none;
}
.page-manager-store
  .hydrosite-shopee-category-item.selected
  .hydrosite-shopee-category-name {
  color: var(--white);
}
.page-manager-store .hydrosite-shopee-categories-container {
  border-top: 1px solid var(--border-color);
  border-right: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  overflow: hidden;
}
.page-manager-store .hydrosite-shopee-section-header {
  background: var(--white);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.page-manager-store .hydrosite-shopee-section-title {
  font-size: clamp(0.7rem, 0.5154rem + 0.9231vw, 1.3rem);
}
.page-manager-store .hydrosite-shopee-section-description {
  font-size: clamp(0.9rem, 0.8692rem + 0.1538vw, 1rem);
  color: #767676;
}
/* trang set up gian hàng end */

/* tragn tạo gian hàng start */

.page-manager-create-store .main-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  min-height: 100vh;
}

/* Header Section */
.page-manager-create-store .header-section {
  background-color: var(--background-color);
  padding: 20px;
  border-radius: 12px;
  margin-bottom: 30px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.page-manager-create-store .header-content {
  display: flex;
  align-items: center;
  gap: 15px;
}

.page-manager-create-store .header-icon {
  width: 19px;
  height: 19px;
  background-color: var(--primary-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  font-size: 16px;
  flex-shrink: 0;
}

.page-manager-create-store .header-title {
  font-size: 20px;
  font-weight: 600;
  color: var(--primary-color);
  margin: 0;
}

/* Form Container */
.page-manager-create-store .form-container {
  background-color: var(--background-color);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

/* Cover Image Section */
.page-manager-create-store .cover-section {
  position: relative;
  height: 380px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.page-manager-create-store .cover-placeholder {
  color: white;
  text-align: center;
  font-size: 48px;
  opacity: 0.7;
}

.page-manager-create-store .cover-upload-btn {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background-color: var(--background-color);
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  padding: 10px 20px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 8px;
}

.page-manager-create-store .cover-upload-btn:hover {
  background-color: var(--primary-color);
  color: white;
}

/* Profile Section */
.page-manager-create-store .profile-section {
  position: relative;
  padding: 0;
}

.page-manager-create-store .profile-avatar-container {
  position: absolute;
  top: -60px;
  left: 50px;
  width: max-content;
}

.page-manager-create-store .profile-avatar {
  width: 144px;
  height: 144px;
  border-radius: 50%;
  background-color: var(--background-color);
  border: 4px solid white;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-manager-create-store .profile-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-manager-create-store .profile-avatar .placeholder {
  font-size: 48px;
  color: #ddd;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-manager-create-store .avatar-upload-btn {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 36px;
  height: 36px;
  background-color: var(--primary-color);
  border: 2px solid white;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 14px;
  transition: all 0.3s ease;
}

.page-manager-create-store .avatar-upload-btn:hover {
  background-color: #b01212;
  transform: scale(1.1);
}

/* Form Fields */
.page-manager-create-store .form-content {
  padding: 0px 30px 30px;
  margin-top: -40px;
}

.page-manager-create-store .form-tabs {
  display: flex;
  border-bottom: 2px solid #f0f0f0;
  margin-bottom: 30px;
  overflow-x: auto;
}

.page-manager-create-store .form-tab {
  padding: 15px 25px;
  cursor: pointer;
  border-bottom: 3px solid transparent;
  font-weight: 500;
  color: var(--secondary-color);
  transition: all 0.3s ease;
  white-space: nowrap;
  position: relative;
}

.page-manager-create-store .form-tab.active {
  color: var(--primary-color);
  border-bottom-color: var(--primary-color);
}

.page-manager-create-store .form-tab:hover {
  color: var(--primary-color);
}

.page-manager-create-store .tab-content {
  display: none;
}

.page-manager-create-store .tab-content.active {
  display: block;
}

.page-manager-create-store .form-group {
  margin-bottom: 25px;
}

.page-manager-create-store .form-label {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: var(--text-color);
  margin-bottom: 8px;
}

.page-manager-create-store .form-label .required {
  color: var(--primary-color);
  margin-left: 3px;
}

.page-manager-create-store .form-control {
  width: 100%;
  padding: 15px;
  border: 1px solid var(--border-color);
  border-radius: 6px;
  font-size: 16px;
  transition: all 0.3s ease;
  background-color: var(--background-color);
}

.page-manager-create-store .form-control:focus {
  outline: none;
  border-color: var(--primary-color);
  box-shadow: 0 0 0 3px rgba(208, 21, 21, 0.1);
}

.page-manager-create-store .form-control.error {
  border-color: var(--error-color);
}

.page-manager-create-store .form-control.success {
  border-color: var(--success-color);
}

.page-manager-create-store .form-textarea {
  min-height: 120px;
  resize: vertical;
}

.page-manager-create-store .form-select {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23999' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px;
  appearance: none;
}

.page-manager-create-store .form-help {
  font-size: 14px;
  color: var(--secondary-color);
  margin-top: 5px;
}

.page-manager-create-store .form-error {
  font-size: 14px;
  color: var(--error-color);
  margin-top: 5px;
  display: none;
}

.page-manager-create-store .form-error.show {
  display: block;
}

/* Grid Layouts */
.page-manager-create-store .form-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.page-manager-create-store .form-row.two-cols {
  grid-template-columns: 1fr 1fr;
}

.page-manager-create-store .form-row.three-cols {
  grid-template-columns: repeat(3, 1fr);
}

/* Checkbox and Radio Styles */
.page-manager-create-store .form-check {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 15px;
}

.page-manager-create-store .form-check-input {
  width: 18px;
  height: 18px;
  margin: 0;
  cursor: pointer;
}

.page-manager-create-store .form-check-label {
  font-size: 15px;
  color: var(--text-color);
  cursor: pointer;
  line-height: 1.4;
}

/* File Upload */
.page-manager-create-store .file-upload-area {
  border: 2px dashed var(--border-color);
  border-radius: 8px;
  padding: 40px 20px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  background-color: #fafafa;
}

.page-manager-create-store .file-upload-area:hover {
  border-color: var(--primary-color);
  background-color: rgba(208, 21, 21, 0.05);
}

.page-manager-create-store .file-upload-area.dragover {
  border-color: var(--primary-color);
  background-color: rgba(208, 21, 21, 0.1);
}

.page-manager-create-store .file-upload-icon {
  font-size: 48px;
  color: var(--secondary-color);
  margin-bottom: 15px;
}

.page-manager-create-store .file-upload-text {
  font-size: 16px;
  color: var(--text-color);
  margin-bottom: 5px;
}

.page-manager-create-store .file-upload-hint {
  font-size: 14px;
  color: var(--secondary-color);
}

/* Tags Input */
.page-manager-create-store .tags-container {
  border: 1px solid var(--border-color);
  border-radius: 6px;
  padding: 10px;
  min-height: 120px;
  background-color: var(--background-color);
  cursor: text;
}

.page-manager-create-store .tags-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 10px;
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 10px;
}

.page-manager-create-store .tag-item {
  background-color: rgba(208, 21, 21, 0.1);
  color: var(--primary-color);
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.page-manager-create-store .tag-remove {
  cursor: pointer;
  font-weight: bold;
}

.page-manager-create-store .tag-input {
  border: none;
  outline: none;
  flex: 1;
  min-width: 210px;
  padding: 8px 0;
  font-size: 16px;
}

/* Business Hours */
.page-manager-create-store .business-hours {
  border: 1px solid var(--border-color);
  border-radius: 6px;
  overflow: hidden;
}

.page-manager-create-store .business-day {
  display: flex;
  align-items: center;
  padding: 15px;
  border-bottom: 1px solid #f0f0f0;
}

.page-manager-create-store .business-day:last-child {
  border-bottom: none;
}

.page-manager-create-store .day-name {
  min-width: 120px;
  font-weight: 500;
}

.page-manager-create-store .day-toggle {
  margin-right: 15px;
}

.page-manager-create-store .time-inputs {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1;
}

.page-manager-create-store .time-input {
  width: 120px;
  padding: 8px;
  border: 1px solid var(--border-color);
  border-radius: 4px;
}

/* Social Media Links */
.page-manager-create-store .social-links {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.page-manager-create-store .social-item {
  display: flex;
  align-items: center;
  gap: 12px;
}

.page-manager-create-store .social-icon {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 18px;
}

.page-manager-create-store .social-facebook {
  background-color: #1877f2;
}

.page-manager-create-store .social-instagram {
  background: linear-gradient(
    45deg,
    #f09433,
    #e6683c,
    #dc2743,
    #cc2366,
    #bc1888
  );
}

.page-manager-create-store .social-tiktok {
  background-color: #000;
}

.page-manager-create-store .social-youtube {
  background-color: #ff0000;
}

.page-manager-create-store .social-zalo {
  background-color: #0180c7;
}

/* Action Buttons */
.page-manager-create-store .action-buttons {
  display: flex;
  gap: 15px;
  padding: 30px;
  background-color: #f8f9fa;
  border-top: 1px solid #e9ecef;
}

.page-manager-create-store .btn-preview {
  flex: 1;
  padding: 15px 30px;
  border: 1px solid var(--secondary-color);
  background-color: #eaeaea;
  color: var(--secondary-color);
  border-radius: 6px;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
}

.page-manager-create-store .btn-preview:hover {
  background-color: var(--secondary-color);
  color: white;
}

.page-manager-create-store .btn-submit {
  flex: 1;
  padding: 15px 30px;
  border: 1px solid var(--primary-color);
  background-color: var(--primary-color);
  color: white;
  border-radius: 6px;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  position: relative;
}

.page-manager-create-store .btn-submit:hover:not(:disabled) {
  background-color: #b01212;
  border-color: #b01212;
}

.page-manager-create-store .btn-submit:disabled {
  background-color: #ccc;
  border-color: #ccc;
  cursor: not-allowed;
}

/* Progress Indicator */
.page-manager-create-store .progress-indicator {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #f0f0f0;
  z-index: 1000;
}

.page-manager-create-store .progress-bar {
  height: 100%;
  background-color: var(--primary-color);
  width: 0%;
  transition: width 0.3s ease;
}

/* Success/Error Messages */
.page-manager-create-store .alert {
  padding: 15px 20px;
  border-radius: 8px;
  margin-bottom: 20px;
  display: none;
}

.page-manager-create-store .alert.show {
  display: block;
  animation: slideInDown 0.3s ease;
}

.page-manager-create-store .alert-success {
  background-color: #d4edda;
  border: 1px solid #c3e6cb;
  color: #155724;
}

.page-manager-create-store .alert-error {
  background-color: #f8d7da;
  border: 1px solid #f5c6cb;
  color: #721c24;
}

@keyframes slideInDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Loading Spinner */
.page-manager-create-store .loading-spinner {
  width: 20px;
  height: 20px;
  border: 2px solid transparent;
  border-top: 2px solid currentColor;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* Animation Classes */
.fade-in {
  animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.slide-up {
  animation: slideUp 0.3s ease;
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Custom Scrollbar */
.page-manager-create-store .form-tabs::-webkit-scrollbar {
  height: 4px;
}

.page-manager-create-store .form-tabs::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.page-manager-create-store .form-tabs::-webkit-scrollbar-thumb {
  background: var(--primary-color);
  border-radius: 2px;
}

.page-manager-create-store .selected-categories-header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.page-manager-create-store .selected-categories-title {
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--primary-color);
  margin: 0;
}

.page-manager-create-store .selected-categories-count {
  background: var(--primary-color);
  color: #fff;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 0.9rem;
  margin-left: 10px;
}

.page-manager-create-store .category-card {
  background: #fff;
  border-radius: 12px;
  padding: 15px;
  position: relative;
  transition: all 0.3s ease;
  border: 1px solid #eee;
}

.page-manager-create-store .category-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.page-manager-create-store .category-image {
  width: 60px;
  height: 60px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 10px;
}

.page-manager-create-store .category-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-manager-create-store .category-name {
  font-weight: 500;
  color: #333;
  margin: 0;
  font-size: 1rem;
}

.page-manager-create-store .remove-category {
  position: absolute;
  top: 10px;
  right: 10px;
  background: rgba(255, 255, 255, 0.9);
  border: none;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  color: #ff4757;
  opacity: 0;
}

.page-manager-create-store .category-card:hover .remove-category {
  opacity: 1;
}

.page-manager-create-store .remove-category:hover {
  background: #ff4757;
  color: #fff;
}

.page-manager-create-store .back-to-categories {
  display: inline-flex;
  align-items: center;
  padding: 10px 20px;
  background: #fff;
  border: 2px solid var(--primary-color);
  color: var(--primary-color);
  border-radius: 8px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
  margin-bottom: 20px;
}

.page-manager-create-store .back-to-categories:hover {
  background: var(--primary-color);
  color: #fff;
  transform: translateY(-2px);
}

.page-manager-create-store .back-to-categories i {
  margin-right: 8px;
}

.page-manager-create-store .category-card {
  animation: fadeInUp 0.5s ease forwards;
}

.page-manager-create-store .category-card:nth-child(2) {
  animation-delay: 0.1s;
}

.page-manager-create-store .category-card:nth-child(3) {
  animation-delay: 0.2s;
}

.page-manager-create-store .category-card:nth-child(4) {
  animation-delay: 0.3s;
}

/* Modal Crop Styles */
.page-manager-create-store .modal-dialog.modal-lg {
  max-width: 90%;
  margin: 1.75rem auto;
}

.page-manager-create-store .img-container {
  /* max-height: 80vh; */
  background: #f7f7f7;
  position: relative;
  overflow: hidden;
}

.page-manager-create-store .img-container img {
  max-width: 100%;
  /* max-height: 80vh; */
}

/* Cover Section Styles */
.page-manager-create-store .cover-section {
  /* height: 300px; */
  background-size: cover;
  background-position: center;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}

/* Avatar Section Styles */
.page-manager-create-store .profile-avatar {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
  background: #fff;
  border: 4px solid #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.page-manager-create-store .profile-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Cropper Custom Styles */
.page-manager-create-store .cropper-view-box,
.page-manager-create-store .cropper-face {
  border-radius: 0;
}

.page-manager-create-store .cropper-view-box {
  outline: none;
  box-shadow: 0 0 0 1px #39f;
}

/* Avatar Crop Mode */
.page-manager-create-store .crop-mode-avatar .cropper-view-box,
.page-manager-create-store .crop-mode-avatar .cropper-face {
  border-radius: 50%;
}

/* Override overlay ngoài vùng crop */
.page-manager-create-store .cropper-modal {
  background: rgba(0, 0, 0, 0.8) !important;
  opacity: 1 !important;
}

/* nếu cần: */
.page-manager-create-store .cropper-drag-box,
.page-manager-create-store .cropper-face {
  background: rgba(0, 0, 0, 0.8) !important;
}

.page-manager-create-store .crop-mode-avatar .cropper-view-box,
.page-manager-create-store .crop-mode-avatar .cropper-face {
  position: absolute;
}

.page-manager-create-store .cropper-view-box {
  position: absolute;
}

.hydrosite-shopee-view-all-link {
  color: #767676;
}

.page-manager-create-store .preview-modal .modal-dialog.modal-fullscreen {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}
/* Preview Modal Styles */
.page-manager-create-store .preview-modal {
  --primary-color: #dc3545;
  --primary-hover: #c82333;
  --text-primary: #2d3436;
  --text-secondary: #636e72;
  --bg-light: #f8f9fa;
  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 3000;
}

.page-manager-create-store .preview-modal .modal-content {
  border: none;
  background: transparent;
  box-shadow: none;
}

.page-manager-create-store .preview-modal .modal-header {
  position: sticky;
  top: 0;
  z-index: 1020;
  background: rgba(44, 31, 31, 0.9);
  backdrop-filter: blur(10px);
}

.page-manager-create-store .btn-close-custom {
  width: 36px;
  height: 36px;
  border: none;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-secondary);
  transition: var(--transition);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.page-manager-create-store .btn-close-custom:hover {
  background: var(--primary-color);
  color: white;
  transform: rotate(90deg);
}

.page-manager-create-store .preview-controls {
  transition: var(--transition);
}

.page-manager-create-store .preview-controls:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.page-manager-create-store .btn-device {
  background: none;
  border: none;
  color: var(--text-secondary);
  transition: var(--transition);
}

.page-manager-create-store .btn-device:hover {
  color: var(--primary-color);
}

.page-manager-create-store .btn-device.active {
  color: white;
  background: var(--primary-color);
}

.page-manager-create-store .preview-container {
  min-height: calc(100vh - 70px);
  padding: 0rem;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  background: var(--bg-light);
  scrollbar-width: thin;
  scrollbar-color: var(--primary-color) transparent;
  max-height: 500px;
  overflow-y: auto;
}

.page-manager-create-store .preview-frame {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  transition: var(--transition);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* Device Responsive Styles */
.page-manager-create-store .preview-frame[data-device="mobile"] {
  max-width: 375px;
}

.page-manager-create-store .preview-frame[data-device="tablet"] {
  max-width: 768px;
}

.page-manager-create-store .preview-frame[data-device="desktop"] {
  max-width: 100%;
}

/* Shop Preview Styles */
.page-manager-create-store .shop-cover {
  height: 200px;
  overflow: hidden;
}

.page-manager-create-store .cover-image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: var(--transition);
}

.page-manager-create-store .cover-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60%;
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.7));
}

.page-manager-create-store .shop-profile {
  padding: 1rem;
  margin-top: -60px;
  position: relative;
  z-index: 1;
}

.page-manager-create-store .profile-avatar {
  width: 100px;
  height: 100px;
  border-radius: 20px;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  margin-bottom: 1rem;
  overflow: hidden;
}

.page-manager-create-store .profile-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-manager-create-store .profile-avatar i {
  font-size: 2.5rem;
  color: var(--primary-color);
}

.page-manager-create-store .shop-name {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 0.5rem;
  text-align: left;
}

.page-manager-create-store .shop-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.page-manager-create-store .meta-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.9rem;
  color: var(--text-secondary);
}

.page-manager-create-store .meta-item i {
  color: var(--primary-color);
}

/* Quick Actions */
.page-manager-create-store .quick-actions {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
  padding: 1rem;
  background: white;
  border-radius: 15px;
  margin-bottom: 1.5rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-manager-create-store .action-btn {
  border: none;
  background: var(--bg-light);
  padding: 0.75rem;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  color: var(--text-secondary);
  transition: var(--transition);
}

.page-manager-create-store .action-btn:hover {
  background: var(--primary-color);
  color: white;
  transform: translateY(-2px);
}

.page-manager-create-store .action-btn i {
  font-size: 1.2rem;
}

.page-manager-create-store .action-btn span {
  font-size: 0.8rem;
}

/* Content Sections */
.page-manager-create-store .shop-content {
  padding: 1rem;
}

.page-manager-create-store .content-section {
  margin-bottom: 2rem;
}

.page-manager-create-store .section-title {
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.page-manager-create-store .section-title::before {
  content: "";
  width: 4px;
  height: 20px;
  background: var(--primary-color);
  border-radius: 2px;
}

.page-manager-create-store .section-content {
  color: var(--text-secondary);
  line-height: 1.6;
}

.page-manager-create-store .categories-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
  gap: 1rem;
}

.page-manager-create-store .category-item {
  background: white;
  border-radius: 12px;
  padding: 1rem;
  text-align: center;
  transition: var(--transition);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.page-manager-create-store .category-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-manager-create-store .category-icon {
  width: 50px;
  height: 50px;
  margin: 0 auto 0.5rem;
}

.page-manager-create-store .category-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.page-manager-create-store .category-name {
  font-size: 0.8rem;
  color: var(--text-primary);
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.page-manager-create-store .contact-info {
  display: grid;
  gap: 0.75rem;
}

.page-manager-create-store .info-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  background: white;
  border-radius: 12px;
  transition: var(--transition);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
  -o-transition: var(--transition);
}

.page-manager-create-store .info-item:hover {
  transform: translateX(5px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
}

.page-manager-create-store .info-item i {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary-color);
  color: white;
  border-radius: 10px;
  font-size: 1rem;
}

.page-manager-create-store .info-item span {
  color: var(--text-secondary);
  font-size: 0.9rem;
}

.page-manager-create-store .social-links {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.page-manager-create-store .social-link {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  color: white;
  font-size: 1.2rem;
  transition: var(--transition);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.page-manager-create-store .social-link:hover {
  transform: translateY(-2px) scale(1.05);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-manager-create-store .social-facebook {
  background: #1877f2;
}
.page-manager-create-store .social-instagram {
  background: linear-gradient(
    45deg,
    #f09433,
    #e6683c,
    #dc2743,
    #cc2366,
    #bc1888
  );
}
.page-manager-create-store .social-tiktok {
  background: linear-gradient(45deg, #000000, #25f4ee, #fe2c55, #000000);
}
.page-manager-create-store .social-youtube {
  background: #ff0000;
}
.page-manager-create-store .social-zalo {
  background: #0068ff;
}
.page-manager-create-store .preview-container {
  padding: 0rem;
}

.page-manager-create-store .shop-cover {
  height: 400px;
}

.page-manager-create-store .profile-avatar {
  width: 160px;
  height: 160px;
}
.page-manager-create-store .shop-cover {
  height: 300px;
}

.page-manager-create-store .shop-profile {
  display: flex;
  flex-direction: row;
  align-items: end;
  gap: 2rem;
  margin-top: -80px;
}

.page-manager-create-store .preview-frame.device-desktop .shop-profile {
  flex-direction: row;
  align-items: end;
}
.page-manager-create-store .preview-frame.device-desktop .shop-name,
.page-manager-create-store .preview-frame.device-tablet .shop-name {
  text-align: left;
}
.page-manager-create-store .preview-frame.device-tablet .shop-profile {
  flex-direction: row;
  align-items: end;
}
.page-manager-create-store .preview-frame.device-mobile .shop-profile {
  flex-direction: column;
  align-items: center;
}
.page-manager-create-store .profile-avatar {
  width: 140px;
  height: 140px;
  margin-bottom: 0;
}

.page-manager-create-store .profile-info {
  flex: 1;
}

.page-manager-create-store .shop-name {
  font-size: 2rem;
  text-align: center;
}

.page-manager-create-store .categories-grid {
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
}
/* trang tạo gian hàng end */

/* trang hồ sơ cửa hàng start */
.page-manager-profile-store header {
  position: relative;
}

/* sidebar start */
/* Sidebar Styles */
.hydrosite-manager-store-sidebar.sidebar {
  width: 250px;
  background-color: var(--background-color);
  border-right: 1px solid var(--border-color);
  padding: 0px 0;
  position: relative;
  top: 0px;
  left: 0;
  transform: translateX(0%);
  transition: all 0.3s ease;
  z-index: 1000;
  min-height: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.hydrosite-manager-store-sidebar.sidebar.show {
  transform: translateX(0);
}

.hydrosite-manager-store-sidebar .sidebar-menu {
  list-style: none;
  padding: 0;
  position: sticky;
  top: 0;
}

.hydrosite-manager-store-sidebar .menu-title {
  padding: 15px 20px;
  font-size: clamp(0.8rem, 0.7231rem + 0.3846vw, 1.05rem);
  font-weight: 500;
  color: var(--secondary-color);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  background-color: #f8f9fa;
}

.hydrosite-manager-store-sidebar .menu-title:hover {
}

.hydrosite-manager-store-sidebar .menu-title.active {
  background-color: var(--primary-color);
  color: white;
}
.hydrosite-manager-store-sidebar .menu-title .icon-sidebar {
  display: none;
}

.hydrosite-manager-store-sidebar .menu-title .chevron {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.hydrosite-manager-store-sidebar .menu-title.collapsed .chevron {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.hydrosite-manager-store-sidebar .submenu {
  list-style: none;
  padding: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.hydrosite-manager-store-sidebar .submenu.collapsed {
  max-height: 0;
}

.hydrosite-manager-store-sidebar .submenu.expanded {
  max-height: 500px;
}

.hydrosite-manager-store-sidebar .submenu-item a {
  padding: 12px 20px;
  font-size: clamp(0.6rem, 0.0795rem + 1.0829vw, 1rem);
  color: var(--text-color);
  cursor: pointer;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;

}
.hydrosite-manager-store-sidebar .submenu-item a span {
  display: -webkit-box;
  max-width: 160px;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.hydrosite-manager-store-sidebar .submenu-item i {
  color: #9e9e9e;
  font-size: clamp(0.7rem, 0.6077rem + 0.4615vw, 1rem);
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.hydrosite-manager-store-sidebar .submenu-item:hover a {
  background-color: #f8f9fa;
  color: var(--primary-color);
}
.hydrosite-manager-store-sidebar .submenu-item:hover i {
  color: #f44336;
}

.hydrosite-manager-store-sidebar .submenu-item.active a {
  background-color: rgba(208, 21, 21, 0.1);
  color: var(--primary-color);
  font-weight: 500;
}
.hydrosite-manager-store-sidebar .submenu-item.active i {
  color: var(--primary-dark);
}

.sidebar-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
}
.icon-toggle-sidebar {
  font-size: 1.5rem;
  color: var(--secondary-color);
  cursor: pointer;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.menu-toggle-sidebar.collapsed {
  justify-content: center;
}
.menu-toggle-sidebar {
  justify-content: space-between;
}
.menu-toggle-sidebar i {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.menu-toggle-sidebar i {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY("angle");
}
.menu-toggle-sidebar.collapsed i {
  transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
}
/* sidebar end */

.main-content-profile-store-container {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.main-content-profile-store {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  min-height: 100vh;
  max-width: calc(100% - 250px);
  width: 100%;
}

/*  */
/* Profile Store Styles with Red Primary Color */
.page-manager-profile-store .profile-header-wrapper {
}

/* Profile Tabs Styling */
.page-manager-profile-store .profile-nav-tabs .nav-link {
  color: #666;
  border: 2px solid transparent;
  margin-right: 0.5rem;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.page-manager-profile-store .profile-nav-tabs .nav-link.active {
  background: linear-gradient(135deg, var(--primary-color), #ff4757) !important;
  color: white !important;
  border-color: var(--primary-color) !important;
  box-shadow: 0 4px 15px rgba(192, 0, 0, 0.3);
}

.page-manager-profile-store .profile-nav-tabs .nav-link:hover:not(.active) {
  background: rgba(192, 0, 0, 0.1);
  color: var(--primary-color);
  border-color: var(--primary-color);
}

/* Stats Mobile Swiper */
.page-manager-profile-store .stats-swiper {
  width: 100%;
  padding: 0 1rem;
}

.page-manager-profile-store .stats-card-mobile {
  transition: all 0.3s ease;
  height: 140px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page-manager-profile-store .stats-card-mobile:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1) !important;
}

.page-manager-profile-store .stats-pagination {
  text-align: center;
  margin-top: 1rem !important;
}

.page-manager-profile-store .stats-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: rgba(192, 0, 0, 0.3);
  opacity: 1;
  margin: 0 4px;
  transition: all 0.3s ease;
}

.page-manager-profile-store .stats-pagination .swiper-pagination-bullet-active {
  background: var(--primary-color);
  transform: scale(1.3);
  box-shadow: 0 2px 8px rgba(192, 0, 0, 0.4);
}

/* Mobile Dropdown Navigation */
.page-manager-profile-store .mobile-tabs-dropdown .dropdown-menu {
  max-height: 400px;
  overflow-y: auto;
}

.page-manager-profile-store .mobile-tab-link {
  transition: all 0.2s ease;
  border: none !important;
  margin-bottom: 0.25rem;
}

.page-manager-profile-store .mobile-tab-link:hover {
  background: rgba(192, 0, 0, 0.1) !important;
  color: var(--primary-color) !important;
}

.page-manager-profile-store .mobile-tab-link.active {
  background: linear-gradient(135deg, var(--primary-color), #ff4757) !important;
  color: white !important;
}

.page-manager-profile-store .mobile-tab-link.active i {
  color: white !important;
}

.page-manager-profile-store .mobile-tab-link:hover:not(.active) i {
  color: var(--primary-color) !important;
}

.page-manager-profile-store .current-tab-label {
  transition: all 0.3s ease;
}

.page-manager-profile-store #mobileTabsDropdown:hover {
  background: rgba(192, 0, 0, 0.05);
  border-color: var(--primary-color) !important;
}

.page-manager-profile-store #mobileTabsDropdown[aria-expanded="true"] {
  background: var(--primary-color);
  color: white;
  box-shadow: 0 4px 15px rgba(192, 0, 0, 0.3);
}

.page-manager-profile-store
  #mobileTabsDropdown[aria-expanded="true"]
  .current-tab-label
  i,
.page-manager-profile-store
  #mobileTabsDropdown[aria-expanded="true"]
  .fas.fa-chevron-down {
  color: white;
}

/* Tablet Horizontal Scroll */
.page-manager-profile-store .tab-scroll-wrapper {
  position: relative;
}

.page-manager-profile-store .profile-nav-tabs-tablet {
  scrollbar-width: thin;
  scrollbar-color: var(--primary-color) transparent;
}

.page-manager-profile-store .profile-nav-tabs-tablet::-webkit-scrollbar {
  height: 4px;
}

.page-manager-profile-store .profile-nav-tabs-tablet::-webkit-scrollbar-track {
  background: rgba(192, 0, 0, 0.1);
  border-radius: 2px;
}

.page-manager-profile-store .profile-nav-tabs-tablet::-webkit-scrollbar-thumb {
  background: var(--primary-color);
  border-radius: 2px;
}

.page-manager-profile-store
  .profile-nav-tabs-tablet::-webkit-scrollbar-thumb:hover {
  background: var(--primary-dark);
}

.page-manager-profile-store .profile-nav-tabs-tablet .nav-link {
  color: #666;
  border: 2px solid transparent;
  margin-right: 0.5rem;
  transition: all 0.3s ease;
  min-width: 120px;
}

.page-manager-profile-store .profile-nav-tabs-tablet .nav-link.active {
  background: linear-gradient(135deg, var(--primary-color), #ff4757) !important;
  color: white !important;
  border-color: var(--primary-color) !important;
  box-shadow: 0 4px 15px rgba(192, 0, 0, 0.3);
}

.page-manager-profile-store
  .profile-nav-tabs-tablet
  .nav-link:hover:not(.active) {
  background: rgba(192, 0, 0, 0.1);
  color: var(--primary-color);
  border-color: var(--primary-color);
}

/* Product Cards */
.page-manager-profile-store .product-card {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border: 2px solid transparent !important;
}

.page-manager-profile-store .product-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1) !important;
  border-color: var(--primary-color) !important;
}

.page-manager-profile-store .product-image {
  transition: all 0.3s ease;
}

.page-manager-profile-store .product-card:hover .product-image {
  transform: scale(1.05);
}

.page-manager-profile-store .product-actions .btn {
  opacity: 0;
  transform: translateY(-10px);
  transition: all 0.3s ease;
}

.page-manager-profile-store .product-card:hover .product-actions .btn {
  opacity: 1;
  transform: translateY(0);
}

/* Red color utilities */
.page-manager-profile-store .bg-red-subtle {
  background-color: rgba(192, 0, 0, 0.1) !important;
}

.page-manager-profile-store .text-red {
  color: var(--primary-color) !important;
}

.page-manager-profile-store .border-red {
  border-color: var(--primary-color) !important;
}

/* Hover Effects & Micro-interactions */
.page-manager-profile-store .hover-lift {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.page-manager-profile-store .hover-scale {
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.page-manager-profile-store .hover-scale:hover {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}

/* Profile Header Animations */

.page-manager-profile-store .profile-cover-image {
  transition: all 0.5s ease;
}

.page-manager-profile-store .profile-avatar {
  width: 120px;
  min-width: 120px;
  height: 120px;
  min-height: 120px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.page-manager-profile-store .profile-avatar img,
.page-manager-profile-store .profile-avatar a {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  -webkit-object-fit: cover;
  -webkit-object-position: center;
  -moz-object-fit: cover;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}

.page-manager-profile-store .profile-avatar:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

/* Stats Cards Animation */
.page-manager-profile-store .stats-card {
  position: relative;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.page-manager-profile-store .stats-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.3),
    transparent
  );
  transition: left 0.5s;
}

.page-manager-profile-store .stats-card:hover::before {
  left: 100%;
}

.page-manager-profile-store .stats-number {
  background: linear-gradient(135deg, currentColor, currentColor);
  -webkit-background-clip: text;
  background-clip: text;
}

/* Info Cards Styling */
.page-manager-profile-store .info-card {
  position: relative;
  transition: all 0.3s ease;
}

.page-manager-profile-store .info-card:hover {
}
.shop-review-avatar {
  min-width: 40px;
  min-height: 40px;
  width: 40px;
  height: 40px;
  object-fit: cover;
  object-position: center;
  -webkit-object-fit: cover;
  -webkit-object-position: center;
  -moz-object-fit: cover;
}
.review-stars {
  color: #ffc107;
  font-size: 12px;
}
.verified-badge i {
color: #009045;
}
/* Activity Timeline */
.page-manager-profile-store .activity-timeline {
  position: relative;
}

.page-manager-profile-store .activity-item {
  position: relative;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  padding: 10px 5px;
}

.page-manager-profile-store .activity-item:hover {
  background: rgba(192, 0, 0, 0.02);
}
.page-manager-profile-store .activity-item.border-danger-subtle h6 {
  color: var(--primary-color) !important;
}

.page-manager-profile-store .activity-icon {
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  min-height: 50px;
}
.page-manager-profile-store .activity-icon.add-product-icon {
  background-color: rgba(192, 0, 0, 0.1);
}

.page-manager-profile-store .activity-item:hover .activity-icon {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

/* Categories Animation */
.page-manager-profile-store .category-tag {
  transition: all 0.2s ease;
  cursor: pointer;
}

.page-manager-profile-store .category-tag:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Business Hours Styling */
.page-manager-profile-store .business-hours .d-flex {
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}

.page-manager-profile-store .business-hours .d-flex:hover {
  background: rgba(192, 0, 0, 0.1) !important;
  transform: translateX(5px);
}
.page-manager-profile-store
  .business-hours
  .business-hour-item:nth-child(6)
  span,
.page-manager-profile-store
  .business-hours
  .business-hour-item:nth-child(6)
  .text-success {
  color: var(--accent-color) !important;
  font-weight: 600;
}
.page-manager-profile-store
  .business-hours
  .business-hour-item:last-of-type
  span,
.page-manager-profile-store
  .business-hours
  .business-hour-item:last-of-type
  .text-success {
  color: var(--primary-color) !important;
  font-weight: 600;
}
/* Quick Actions Buttons */
.page-manager-profile-store .quick-actions-card .btn {
  position: relative;
  overflow: hidden;
}

.page-manager-profile-store .quick-actions-card .btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}

.page-manager-profile-store .quick-actions-card .btn:hover::before {
  width: 200%;
  height: 200%;
}

/* Progress Bar Animation */
.page-manager-profile-store .progress-bar {
  transition: width 1s ease-in-out;
}

/* Contact Card Styling */
.page-manager-profile-store .contact-card .contact-item {
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}

.page-manager-profile-store .contact-card .contact-item:hover {
  background: rgba(192, 0, 0, 0.05) !important;
  transform: translateX(8px);
  -webkit-transform: translateX(8px);
  -moz-transform: translateX(8px);
  -ms-transform: translateX(8px);
  -o-transform: translateX(8px);
}

/* Review Items */
.page-manager-profile-store .review-item {
  border-left: 4px solid transparent;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}

.page-manager-profile-store .review-item:hover {
  background: rgba(192, 0, 0, 0.03);
  border-left: 4px solid var(--primary-color);
  /* padding-left: 1.5rem ; */
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}

/* Tab Content Animation */
.page-manager-profile-store .tab-pane {
  animation: fadeInUp 0.5s ease-in-out;
  -webkit-animation: fadeInUp 0.5s ease-in-out;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Loading Animation for Stats */
@keyframes countUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.page-manager-profile-store .stats-number {
  animation: countUp 0.8s ease-out;
}

.page-manager-profile-store .profile-status-badge {
  animation: pulse 2s infinite;
}

/* Scrollbar Styling */
.page-manager-profile-store ::-webkit-scrollbar {
  width: 8px;
}

.page-manager-profile-store ::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}

.page-manager-profile-store ::-webkit-scrollbar-thumb {
  background: var(--primary-color);
  border-radius: 4px;
}

.page-manager-profile-store ::-webkit-scrollbar-thumb:hover {
  background: var(--primary-dark);
}
.profile-stats-container {
  background: var(--white);
}
.page-manager-profile-store .info-item {
  height: 100%;
  box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  overflow: hidden;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
.page-manager-profile-store .info-item:hover {
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px,
    rgba(17, 17, 26, 0.05) 0px 8px 32px;
}
.page-manager-profile-store .info-item p {
  font-size: clamp(0.8rem, 0.7692rem + 0.1538vw, 0.9rem);
}
.page-manager-profile-store .info-section .list-unstyled {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.main-content-profile-store .profile-cover-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  overflow: hidden;
}
.profile-header-wrapper {
  min-height: 380px;
  align-content: end;
}
.profile-header-wrapper .profile-cover-image {
  width: 100%;
  height: 100%;
}
.profile-cover-image-box {
  width: 100%;
  height: 100%;
}
.profile-cover-image-box img,
.profile-cover-image-box a {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  -webkit-object-fit: cover;
  -webkit-object-position: center;
  -moz-object-fit: cover;
}
.profile-cover-overlay {
  background: linear-gradient(transparent 0%, rgba(0, 0, 0, 0.7) 100%);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}
.profile-header-wrapper .profile-info-container {
  position: relative;
  z-index: 5;
  /* margin-top: -160px; */
  margin-bottom: 0px;
  padding-bottom: 30px;
}
.page-manager-profile-store .profile-header-wrapper {
  background: var(--white);
}
.page-manager-profile-store .profile-store-name {
  pointer-events: none;
  font-size: clamp(1.5rem, 1.2846rem + 1.0769vw, 2.2rem);
}
.page-manager-profile-store .profile-description {
  font-size: clamp(0.8rem, 0.7385rem + 0.3077vw, 1rem);
  max-width: 550px;
  color: rgba(255, 255, 255, 0.75);
}
.page-manager-profile-store .review-avatar {
  width: 50px;
  height: 50px;
  min-width: 50px;
  min-height: 50px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.category-tag-name {
  background-color: rgba(192, 0, 0, 0.1);
  border: 1px solid rgba(192, 0, 0, 0.1);
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
.category-tag-name:hover {
  transform: translateY(-2px);
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  box-shadow: rgba(0, 0, 0, 0.1) -4px 9px 25px -6px;
}
.category-tag-name img {
  width: 100%;
  max-width: 50px;
}
.category-tag-text {
  color: var(--primary-color);
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.2;
}
/* 1. Thiết Bị Điện Tử */
.categories-list-col:nth-child(1) .category-tag-name {
  background: #ffe0e0;
  border: 1px solid #ffcdd2;
}
.categories-list-col:nth-child(1) .category-tag-text {
  color: #b71c1c;
}

/* 2. Máy Tính & Laptop */
.categories-list-col:nth-child(2) .category-tag-name {
  background: #fff3cd;
  border: 1px solid #ffee58;
}
.categories-list-col:nth-child(2) .category-tag-text {
  color: #795548;
}

/* 3. Nhà Cửa & Đời Sống */
.categories-list-col:nth-child(3) .category-tag-name {
  background: #d0ebff;
  border: 1px solid #90caf9;
}
.categories-list-col:nth-child(3) .category-tag-text {
  color: #0d47a1;
}

/* 4. Sắc Đẹp */
.categories-list-col:nth-child(4) .category-tag-name {
  background: #e3f2fd;
  border: 1px solid #bbdefb;
}
.categories-list-col:nth-child(4) .category-tag-text {
  color: #880e4f;
}

/* 5. Sức Khỏe */
.categories-list-col:nth-child(5) .category-tag-name {
  background: #e6ee9c;
  border: 1px solid #c5e1a5;
}
.categories-list-col:nth-child(5) .category-tag-text {
  color: #33691e;
}

/* 6. Giày Dép Nữ */
.categories-list-col:nth-child(6) .category-tag-name {
  background: #f3e5f5;
  border: 1px solid #ce93d8;
}
.categories-list-col:nth-child(6) .category-tag-text {
  color: #6a1b9a;
}
.page-manager-all-products-store header,
.page-manager-add-product-store header {
  position: relative;
}
/* trang hồ sơ cửa hàng end */

/* trang thêm sản phẩm start */
.page-manager-add-product-store .main-container {
  display: flex;
  min-height: 100vh;
  gap: 20px;
  padding: 20px;
  max-width: 1400px;
  margin: 0 auto;
}

/* Progress Bar */
.page-manager-add-product-store .progress-section {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background-color: #f0f0f0;
  z-index: 1000;
}

.page-manager-add-product-store .progress-bar-custom {
  height: 100%;
  background-color: var(--primary-color);
  width: 25%;
  transition: width 0.3s ease;
  position: relative;
}

.page-manager-add-product-store .progress-indicator {
  position: absolute;
  right: -6px;
  top: -2px;
  width: 10px;
  height: 9px;
  background-color: var(--background-color);
  border: 1px solid #dfdfdf;
  clip-path: polygon(0 0, 70% 0, 100% 50%, 70% 100%, 0 100%);
}

/* Sidebar */
.page-manager-add-product-store .sidebar {
  width: 300px;
  background-color: var(--background-color);
  border-radius: 8px;
  padding: 20px;
  height: fit-content;
  position: sticky;
  top: 20px;
  border: 1px solid var(--border-color);
}

.page-manager-add-product-store .sidebar-title {
  font-size: 14px;
  font-weight: 500;
  color: var(--text-color);
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  }

/* Featured Products Section Styles */
.featured-product-item {
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.featured-product-item:hover {
    transform: translateY(-2px);
}

/* Loading state for view more button */
.hydrosite-shopee-view-more-btn {
    position: relative;
    transition: all 0.3s ease;
    min-height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hydrosite-shopee-view-more-btn:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

.hydrosite-shopee-view-more-btn .btn-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.hydrosite-shopee-view-more-btn .btn-loading i {
    animation: spin 1s linear infinite;
}

@keyframes spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

/* Product card animation on load */
.modern-product-card {
    opacity: 0;
    animation: fadeInUp 0.6s ease forwards;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive adjustments for featured products */
@media (max-width: 768px) {
    .hydrosite-shopee-products-section .row.gx-3 {
        --bs-gutter-x: 0.75rem;
    }
    
    .featured-product-item {
        margin-bottom: 1rem;
    }
}

/* Loading shimmer effect */
.featured-products-loading {
    position: relative;
    overflow: hidden;
}

.featured-products-loading::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    animation: shimmer 1.5s infinite;
}

@keyframes shimmer {
    0% { left: -100%; }
    100% { left: 100%; }
}

.page-manager-add-product-store .sidebar-tip {
  padding: 8px 0;
  font-size: 14px;
  color: var(--secondary-color);
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.page-manager-add-product-store .sidebar-tip::before {
  content: "•";
  color: var(--secondary-color);
  font-weight: bold;
  flex-shrink: 0;
}

.page-manager-add-product-store .sidebar-tip.completed {
  color: var(--success-color);
}

.page-manager-add-product-store .sidebar-tip.completed::before {
  content: "✓";
  color: var(--success-color);
}

/* Main Form */
.page-manager-add-product-store .form-container {
  flex: 1;
  background-color: var(--background-color);
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid var(--border-color);
}

/* Tabs - Desktop */
.page-manager-add-product-store .form-tabs {
  display: none;
  border-bottom: 1px solid var(--border-color);
  background-color: var(--light-gray);
  overflow-x: auto;
}

.page-manager-add-product-store .form-tab {
  padding: 15px 25px;
  font-size: 14px;
  font-weight: 500;
  color: var(--text-color);
  cursor: pointer;
  border-bottom: 2px solid transparent;
  transition: all 0.3s ease;
  white-space: nowrap;
  position: relative;
}

.page-manager-add-product-store .form-tab.active {
  color: var(--primary-color);
  border-bottom-color: var(--primary-color);
  background-color: var(--background-color);
}

.page-manager-add-product-store .form-tab:hover {
  color: var(--primary-color);
}

/* Mobile Tab Dropdown */
.page-manager-add-product-store .mobile-tab-dropdown {
  display: block;
  width: 100%;
  padding: 15px;
  background-color: var(--light-gray);
  border-bottom: 1px solid var(--border-color);
}

.page-manager-add-product-store .mobile-tab-select {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid var(--border-color);
  border-radius: 6px;
  background-color: var(--background-color);
  font-size: 14px;
  font-weight: 500;
  color: var(--text-color);
  cursor: pointer;
  appearance: none;
  background-image: url('data:image/svg+xml;charset=US-ASCII,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 4 5"><path fill="%23666" d="M2 0L0 2h4zm0 5L0 3h4z"/></svg>');
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 12px;
}

.page-manager-add-product-store .mobile-tab-select:focus {
  outline: none;
  border-color: var(--primary-color);
  box-shadow: 0 0 0 3px rgba(208, 21, 21, 0.1);
}

/* Tab Content */
.page-manager-add-product-store .tab-content {
  display: none;
  padding: 20px;
}

.page-manager-add-product-store .tab-content.active {
  display: block;
  animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* Form Sections */
.page-manager-add-product-store .form-section {
  margin-bottom: 40px;
}

.page-manager-add-product-store .section-title {
  font-size: clamp(1rem, 0.9385rem + 0.3077vw, 1.2rem);
  font-weight: 600;
  color: var(--text-color);
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  text-transform: uppercase;
}

.page-manager-add-product-store .required-indicator {
  color: var(--primary-color);
  font-weight: bold;
}

/* Form Groups */
.page-manager-add-product-store .form-group {
  margin-bottom: 25px;
}

.page-manager-add-product-store .form-label {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: var(--text-color);
  margin-bottom: 8px;
}

.page-manager-add-product-store .form-control {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid var(--border-color);
  border-radius: 6px;
  font-size: 14px;
  transition: all 0.3s ease;
  background-color: var(--background-color);
}

.page-manager-add-product-store .form-control:focus {
  outline: none;
  border-color: var(--primary-color);
  box-shadow: 0 0 0 3px rgba(208, 21, 21, 0.1);
}

.page-manager-add-product-store .form-control.error {
  border-color: var(--error-color);
}

.page-manager-add-product-store .form-control.success {
  border-color: var(--success-color);
}

.page-manager-add-product-store .form-textarea {
  min-height: 120px;
  resize: vertical;
}

.page-manager-add-product-store .form-help {
  font-size: clamp(0.7rem, 0.6538rem + 0.2308vw, 0.85rem);
  color: var(--secondary-color);
  margin-top: 5px;
}

.page-manager-add-product-store .form-error {
  font-size: 12px;
  color: var(--error-color);
  margin-top: 5px;
  display: none;
}

.page-manager-add-product-store .form-error.show {
  display: block;
}

.page-manager-add-product-store .char-counter {
  font-size: 12px;
  color: var(--secondary-color);
  text-align: right;
  margin-top: 5px;
}

/* Image Upload */
.page-manager-add-product-store .image-upload-section {
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px;
}

.page-manager-add-product-store .upload-area {
  border: 2px dashed var(--border-color);
  border-radius: 8px;
  padding: 20px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  background-color: #fafafa;
  position: relative;
}

.page-manager-add-product-store .upload-area:hover {
  border-color: var(--primary-color);
  background-color: rgba(208, 21, 21, 0.05);
}

.page-manager-add-product-store .upload-area.dragover {
  border-color: var(--primary-color);
  background-color: rgba(208, 21, 21, 0.1);
}

.page-manager-add-product-store .upload-icon {
  font-size: 32px;
  color: var(--primary-color);
  margin-bottom: 15px;
}

.page-manager-add-product-store .upload-text {
  font-size: 14px;
  color: var(--text-color);
  margin-bottom: 5px;
}

.page-manager-add-product-store .upload-hint {
  font-size: 12px;
  color: var(--secondary-color);
}

.page-manager-add-product-store .image-preview-container {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 20px;
}

.page-manager-add-product-store .image-preview {
  position: relative;
  width: 100px;
  height: 100px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid var(--border-color);
}

.page-manager-add-product-store .image-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-manager-add-product-store .image-remove {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 20px;
  height: 20px;
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}

.page-manager-add-product-store .image-preview.main::after {
  content: "Ảnh chính";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(208, 21, 21, 0.9);
  color: white;
  font-size: 10px;
  padding: 2px;
  text-align: center;
}

/* Image Ratio Selection */
.page-manager-add-product-store .ratio-selection {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 20px;
}

.page-manager-add-product-store .ratio-option {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

.page-manager-add-product-store .ratio-radio {
  width: 16px;
  height: 16px;
  border: 2px solid var(--border-color);
  border-radius: 50%;
  position: relative;
  transition: all 0.3s ease;
}

.page-manager-add-product-store .ratio-radio.checked {
  border-color: var(--primary-color);
}

.page-manager-add-product-store .ratio-radio.checked::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 8px;
  height: 8px;
  background-color: var(--primary-color);
  border-radius: 50%;
}

/* Product Variants */
.page-manager-add-product-store .variants-container {
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 20px;
}

.page-manager-add-product-store .variant-group {
  margin-bottom: 20px;
  padding: 15px;
  border: 1px solid #eee;
  border-radius: 6px;
  background-color: #fafafa;
}

.page-manager-add-product-store .variant-header {
  display: flex;
  justify-content: between;
  align-items: center;
  margin-bottom: 15px;
}

.page-manager-add-product-store .variant-title {
  font-weight: 500;
  color: var(--text-color);
}

.page-manager-add-product-store .variant-remove {
  color: var(--error-color);
  cursor: pointer;
  font-size: 14px;
}

.page-manager-add-product-store .variant-options {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.page-manager-add-product-store .variant-option {
  padding: 6px 12px;
  border: 1px solid var(--border-color);
  border-radius: 4px;
  background-color: var(--background-color);
  font-size: 12px;
  position: relative;
}

.page-manager-add-product-store .variant-option .remove-option {
  margin-left: 8px;
  color: var(--error-color);
  cursor: pointer;
}

.page-manager-add-product-store .add-variant-btn {
  background-color: transparent;
  border: 1px dashed var(--primary-color);
  color: var(--primary-color);
  padding: 10px 20px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
  transition: all 0.3s ease;
}

.page-manager-add-product-store .add-variant-btn:hover {
  background-color: rgba(208, 21, 21, 0.05);
}

/* SKU & Inventory Table */
.page-manager-add-product-store .inventory-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}

.page-manager-add-product-store .inventory-table th,
.page-manager-add-product-store .inventory-table td {
  padding: 12px;
  border: 1px solid var(--border-color);
  text-align: left;
}

.page-manager-add-product-store .inventory-table th {
  background-color: var(--light-gray);
  color: var(--text-color);
  font-weight: 500;
  font-size: 14px;
}

.page-manager-add-product-store .inventory-table input {
  width: 100%;
  padding: 8px;
  border: 1px solid var(--border-color);
  border-radius: 4px;
  font-size: 13px;
}

/* Price Configuration */
.page-manager-add-product-store .price-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
}

.page-manager-add-product-store .price-input-group {
  position: relative;
}

.page-manager-add-product-store .price-input-group .currency {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--secondary-color);
  font-size: 14px;
}

.page-manager-add-product-store .price-input-group input {
  padding-right: 35px;
}

/* Category Selection */
.page-manager-add-product-store .category-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 15px;
  padding: 12px;
  background-color: #f8f9fa;
  border-radius: 6px;
  font-size: 14px;
}

.page-manager-add-product-store .category-breadcrumb .separator {
  color: var(--secondary-color);
}

/* Modern Category Selection - Compact Design */
.page-manager-add-product-store .category-container {
  background: white;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  margin-bottom: 25px;
}

.page-manager-add-product-store .categories-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 15px;
}

.page-manager-add-product-store .category-card {
  background: white;
  border-radius: 10px;
  padding: 15px 10px;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease;
  border: 1.5px solid #e9ecef;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  min-height: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.page-manager-add-product-store .category-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border-color: var(--primary-color);
}

.page-manager-add-product-store .category-card.selected {
  border-color: var(--primary-color);
  background: rgba(208, 21, 21, 0.05);
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(208, 21, 21, 0.2);
}

.page-manager-add-product-store .category-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--primary-color);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.2s ease;
}

.page-manager-add-product-store .category-card.selected::before {
  transform: scaleX(1);
}

.page-manager-add-product-store .category-icon {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 8px;
  transition: all 0.2s ease;
  color: white;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
.page-manager-add-product-store .category-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.page-manager-add-product-store .category-card:hover .category-icon {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}

.page-manager-add-product-store .category-card.selected .category-icon {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  background: var(--white);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  overflow: hidden;
}

.page-manager-add-product-store .category-title {
  font-size: 12px;
  font-weight: 500;
  margin: 0;
  color: #333;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.page-manager-add-product-store .selection-indicator {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #e9ecef;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: scale(0);
  transition: all 0.2s ease;
}

.page-manager-add-product-store .category-card.selected .selection-indicator {
  opacity: 1;
  transform: scale(1);
  background: var(--primary-color);
}

.page-manager-add-product-store .selection-indicator i {
  color: white;
  font-size: 8px;
}

/* Show More Button */
.page-manager-add-product-store .show-more-container {
  text-align: center;
  margin-top: 15px;
}

.page-manager-add-product-store .show-more-btn {
  background: transparent;
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  padding: 8px 20px;
  border-radius: 6px;
  font-size: 13px;
  cursor: pointer;
  transition: all 0.2s ease;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.page-manager-add-product-store .show-more-btn:hover {
  background: var(--primary-color);
  color: white;
}

.page-manager-add-product-store .categories-hidden {
  display: none;
}

.page-manager-add-product-store .form-error-category {
  color: #e74c3c;
  font-size: 14px;
  margin-top: 15px;
  padding: 10px;
  background: #ffeaea;
  border-radius: 8px;
  display: none;
}

.page-manager-add-product-store .form-error-category.show {
  display: block;
  animation: shake 0.5s;
}

@keyframes shake {
  0%,
  100% {
    transform: translateX(0);
  }

  25% {
    transform: translateX(-5px);
  }

  75% {
    transform: translateX(5px);
  }
}

/* Tags Input */
.page-manager-add-product-store .tags-container {
  border: 1px solid var(--border-color);
  border-radius: 6px;
  padding: 10px;
  min-height: 80px;
  background-color: var(--background-color);
  cursor: text;
}

.page-manager-add-product-store .tags-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 10px;
}

.page-manager-add-product-store .tag-item {
  background-color: rgba(208, 21, 21, 0.1);
  color: var(--primary-color);
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.page-manager-add-product-store .tag-remove {
  cursor: pointer;
  font-weight: bold;
  color: var(--error-color);
}

.page-manager-add-product-store .tag-input {
  border: none;
  outline: none;
  flex: 1;
  min-width: 210px;
  padding: 6px 0;
  font-size: 14px;
}

/* Rich Text Editor */
.page-manager-add-product-store .editor-container {
  border: 1px solid var(--border-color);
  border-radius: 6px;
  overflow: hidden;
}

.page-manager-add-product-store .editor-toolbar {
  display: flex;
  gap: 2px;
  padding: 10px;
  background-color: #f8f9fa;
  border-bottom: 1px solid var(--border-color);
  flex-wrap: wrap;
}

.page-manager-add-product-store .editor-btn {
  padding: 6px 10px;
  border: 1px solid transparent;
  background-color: transparent;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  transition: all 0.3s ease;
}

.page-manager-add-product-store .editor-btn:hover {
  background-color: #e9ecef;
}

.page-manager-add-product-store .editor-btn.active {
  background-color: var(--primary-color);
  color: white;
}

.page-manager-add-product-store .editor-content {
  min-height: 200px;
  padding: 15px;
  outline: none;
  line-height: 1.6;
}

/* Action Buttons */
.page-manager-add-product-store .form-actions {
  display: flex;
  justify-content: flex-end;
  gap: 15px;
  padding: 30px;
  background-color: #f8f9fa;
  border-top: 1px solid var(--border-color);
  position: sticky;
  bottom: 0;
}

.page-manager-add-product-store .btn {
  padding: 12px 24px;
  border: none;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 8px;
}

.page-manager-add-product-store .btn-secondary {
  background-color: var(--background-color);
  color: var(--text-color);
  border: 1px solid var(--border-color);
}

.page-manager-add-product-store .btn-secondary:hover {
  background-color: #f8f9fa;
}

.page-manager-add-product-store .btn-warning {
  background-color: var(--warning-color);
  color: #000;
}

.page-manager-add-product-store .btn-warning:hover {
  background-color: #e0a800;
}

.page-manager-add-product-store .btn-primary {
  background-color: var(--primary-color);
  color: white;
}

.page-manager-add-product-store .btn-primary:hover {
  background-color: #b01212;
}

.page-manager-add-product-store .btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

/* Success/Error Messages */
.page-manager-add-product-store .alert {
  padding: 15px 20px;
  border-radius: 8px;
  margin-bottom: 20px;
  display: none;
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 1002;
  min-width: 300px;
}

.page-manager-add-product-store .alert.show {
  display: block;
  animation: slideInRight 0.3s ease;
  -webkit-animation: slideInRight 0.3s ease;
}

.page-manager-add-product-store .alert-success {
  background-color: #d4edda;
  border: 1px solid #c3e6cb;
  color: #155724;
}

.page-manager-add-product-store .alert-error {
  background-color: #f8d7da;
  border: 1px solid #f5c6cb;
  color: #721c24;
}

.page-manager-add-product-store .alert-warning {
  background-color: #fff3cd;
  border: 1px solid #ffeaa7;
  color: #856404;
}

/* Loading States */
.page-manager-add-product-store .loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 2000;
}

.page-manager-add-product-store .loading-overlay.show {
  display: flex;
}

.page-manager-add-product-store .spinner {
  width: 50px;
  height: 50px;
  border: 4px solid #f3f3f3;
  border-top: 4px solid var(--primary-color);
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

/* Show tabs on desktop/tablet, hide mobile dropdown */
.page-manager-add-product-store .form-tabs {
  display: flex;
}

.page-manager-add-product-store .mobile-tab-dropdown {
  display: none;
}

/* Category improvements for desktop */
.page-manager-add-product-store .categories-grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}

.page-manager-add-product-store .category-card {
  padding: 18px 12px;
  min-height: 90px;
}

.page-manager-add-product-store .category-icon {
  width: 50px;
  height: 50px;
  font-size: 20px;
  margin-bottom: 10px;
}

.page-manager-add-product-store .category-title {
  font-size: 13px;
}
.input-group {
  flex-wrap: nowrap;
}
.page-manager-add-product-store .form-section .cke_contents iframe,
.page-manager-add-product-store .cke_inner iframe,
.cke_panel_frame {
  pointer-events: all !important;
}
/* trang thêm sản phẩm end */

/* modal chọn typse start */
/* Account Type Selection Modal */
.account-type-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.account-type-modal.active {
  opacity: 1;
  visibility: visible;
}

.account-type-modal-content {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 20px;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  width: 90%;
  max-width: 500px;
  padding: 30px;
  position: relative;
  transform: translateY(20px);
  transition: transform 0.4s ease;
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
}

.account-type-modal.active .account-type-modal-content {
  transform: translateY(0);
}

.account-type-modal-header {
  text-align: center;
  margin-bottom: 25px;
}

.account-type-modal-header h2 {
  font-size: 24px;
  font-weight: 700;
  color: #333;
  margin: 0;
}

.account-type-modal-header p {
  color: #666;
  margin: 10px 0 0;
  font-size: 16px;
}

.account-type-options {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 25px;
}

.account-type-option {
  background: rgba(255, 255, 255, 0.8);
  border: 2px solid rgba(208, 21, 21, 0.2);
  border-radius: 15px;
  padding: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.account-type-option:hover {
  border-color: #d01515;
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(208, 21, 21, 0.1);
}

.account-type-option.selected {
  border-color: #d01515;
  background: rgba(208, 21, 21, 0.05);
}

.account-type-option::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    135deg,
    rgba(208, 21, 21, 0.05) 0%,
    transparent 100%
  );
  z-index: -1;
}

.account-type-option-icon {
  width: 50px;
  height: 50px;
  background: rgba(208, 21, 21, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
  color: #d01515;
  font-size: 24px;
}

.account-type-option h3 {
  text-align: center;
  margin: 0 0 10px;
  color: #333;
  font-size: 18px;
  font-weight: 600;
}

.account-type-option p {
  text-align: center;
  margin: 0;
  color: #666;
  font-size: 14px;
  line-height: 1.5;
}

.account-type-modal-footer {
  text-align: center;
}

.account-type-modal-footer button {
  background: #d01515;
  color: white;
  border: none;
  border-radius: 12px;
  padding: 14px 30px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
  box-shadow: 0 4px 15px rgba(208, 21, 21, 0.3);
}

.account-type-modal-footer button:hover {
  background: #b01212;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(208, 21, 21, 0.4);
}

.account-type-modal-footer button:active {
  transform: translateY(0);
}

.account-type-modal-footer button:disabled {
  background: #cccccc;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

/* Ripple effect */
.account-type-option::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  background-image: radial-gradient(circle, #d01515 10%, transparent 10.01%);
  background-repeat: no-repeat;
  background-position: 50%;
  transform: scale(10, 10);
  opacity: 0;
  transition: transform 0.5s, opacity 1s;
}

.account-type-option:active::after {
  transform: scale(0, 0);
  opacity: 0.2;
  transition: 0s;
}

/* modal chọn type end */

/* ===== MOBILE HEADER ACTIONS ===== */
.hydrosite-shopee-mobile-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: nowrap;
  justify-content: flex-end;
}

.hydrosite-shopee-mobile-search-btn,
.hydrosite-shopee-mobile-auth-btn,
.hydrosite-shopee-mobile-notification {
  background: rgba(255, 255, 255, 0.15);
  border: none;
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
  aspect-ratio: 1/1;
  flex-shrink: 0;
}

.hydrosite-shopee-mobile-search-btn:hover,
.hydrosite-shopee-mobile-auth-btn:hover,
.hydrosite-shopee-mobile-notification:hover {
  background: rgba(255, 255, 255, 0.25);
  transform: scale(1.05);
}

.mobile-notification-badge {
  position: absolute;
  top: -2px;
  right: -2px;
  background: #d01515;
  color: white;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  min-width: 16px;
  min-height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: bold;
  animation: pulse 2s infinite;
  aspect-ratio: 1/1;
  flex-shrink: 0;
}

.hydrosite-shopee-mobile-cart {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  transition: all 0.3s ease;
  text-decoration: none;
  aspect-ratio: 1/1;
  flex-shrink: 0;
}

.hydrosite-shopee-mobile-cart:hover {
  background: rgba(255, 255, 255, 0.25);
  transform: scale(1.05);
}

/* ===== MOBILE USER DROPDOWN ===== */
.hydrosite-shopee-mobile-user {
  position: relative;
  cursor: pointer;
}

.mobile-user-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.3);
  object-fit: cover;
  object-position: center;
  transition: all 0.3s ease;
  aspect-ratio: 1/1;
  flex-shrink: 0;
}

.mobile-user-avatar:hover {
  border-color: rgba(255, 255, 255, 0.6);
  transform: scale(1.05);
}

.mobile-user-dropdown-menu {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  background: white;
  min-width: 280px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  z-index: 1000;
  overflow: hidden;
}

.hydrosite-shopee-mobile-user.show .mobile-user-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.mobile-dropdown-header {
  background: var(--bg-gradient);
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.mobile-dropdown-header img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.3);
  object-fit: cover;
  object-position: center;
  aspect-ratio: 1/1;
  flex-shrink: 0;
}

.mobile-dropdown-header-text h6 {
  color: white;
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 5px 0;
}

.mobile-dropdown-header-text p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  margin: 0 0 5px 0;
}

.mobile-user-type {
  background: rgba(255, 255, 255, 0.2);
  color: white;
  padding: 4px 8px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 500;
}

.mobile-dropdown-menu-items {
  padding: 10px 0;
}

.mobile-dropdown-item {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px 20px;
  color: var(--text-dark);
  text-decoration: none;
  transition: all 0.3s ease;
  border-left: 3px solid transparent;
}

.mobile-dropdown-item:hover {
  background: var(--bg-light);
  border-left-color: var(--primary-color);
  color: var(--text-dark);
}

.mobile-dropdown-item i {
  width: 20px;
  text-align: center;
  color: var(--primary-color);
}

.mobile-dropdown-item span {
  flex: 1;
  font-weight: 500;
}

.mobile-dropdown-divider {
  height: 1px;
  background: var(--border-color);
  margin: 10px 0;
}

/* ===== MOBILE SEARCH MODAL ===== */
.mobile-search-modal-content {
  background: var(--bg-gradient);
  border: none;
  border-radius: 0;
}

.mobile-search-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 20px;
}

.mobile-search-header .modal-title {
  color: white;
  font-weight: 600;
  font-size: 18px;
}

.mobile-search-body {
  padding: 25px 20px;
}

.mobile-search-input-group {
  display: flex;
  background: white;
  border-radius: 25px;
  overflow: hidden;
  margin-bottom: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.mobile-search-input {
  flex: 1;
  border: none;
  padding: 15px 20px;
  font-size: 16px;
  outline: none;
  background: transparent;
}

.mobile-search-input::placeholder {
  color: #999;
}

.mobile-search-submit-btn {
  background: var(--primary-color);
  border: none;
  padding: 15px 20px;
  color: white;
  cursor: pointer;
  transition: all 0.3s ease;
  min-width: 60px;
}

.mobile-search-submit-btn:hover {
  background: var(--primary-dark);
}

.mobile-search-suggestions h6 {
  color: white;
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 16px;
}

.mobile-search-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.mobile-search-tag {
  background: rgba(255, 255, 255, 0.2);
  color: white;
  padding: 8px 15px;
  border-radius: 20px;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.mobile-search-tag:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: translateY(-2px);
}

/* Mobile Search Results */
.mobile-search-results {
  margin-top: 20px;
  max-height: calc(100vh - 200px);
  overflow-y: auto;
}

.mobile-search-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 40px 20px;
  color: var(--text-secondary);
  font-size: 14px;
}

.mobile-spinner {
  width: 20px;
  height: 20px;
  border: 2px solid var(--border-color);
  border-top: 2px solid var(--primary-color);
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

.mobile-search-content {
  padding: 10px 0;
  max-height: 80vh;
  overflow-y: auto;
  overflow-x: hidden;
  background: var(--white);
}

.mobile-search-empty {
  text-align: center;
  padding: 40px 20px;
  color: var(--text-secondary);
}

.mobile-search-empty i {
  font-size: 48px;
  margin-bottom: 16px;
  display: block;
  color: var(--text-light);
}

.mobile-search-empty h6 {
  font-size: 16px;
  font-weight: 600;
  color: var(--text-dark);
  margin-bottom: 8px;
}

.mobile-search-empty p {
  font-size: 14px;
  margin: 0;
}

/* Mobile Product Results */
.mobile-product-item {
  display: flex;
  align-items: center;
  padding: 12px 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  transition: all 0.2s ease;
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}

.mobile-product-item:last-child {
  border-bottom: none;
}

.mobile-product-item:hover {
  background: var(--bg-light);
  text-decoration: none;
  color: inherit;
}

.mobile-product-image {
  width: 60px;
  height: 60px;
  border-radius: 8px;
  overflow: hidden;
  flex-shrink: 0;
  margin-right: 12px;
  border: 1px solid var(--border-color);
}

.mobile-product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mobile-product-info {
  flex: 1;
  min-width: 0;
}

.mobile-product-name {
  font-size: 14px;
  font-weight: 500;
  color: var(--text-dark);
  margin-bottom: 4px;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.mobile-product-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: var(--text-secondary);
  margin-bottom: 6px;
}

.mobile-product-shop {
  color: var(--primary-color);
  font-weight: 500;
}

.mobile-product-sold {
  color: var(--text-light);
}

.mobile-product-price {
  display: flex;
  align-items: center;
  gap: 8px;
}

.mobile-product-current-price {
  font-size: 15px;
  font-weight: 600;
  color: var(--primary-color);
}

.mobile-product-original-price {
  font-size: 12px;
  color: var(--text-light);
  text-decoration: line-through;
}

.mobile-product-discount {
  background: var(--primary-color);
  color: white;
  font-size: 10px;
  padding: 2px 6px;
  border-radius: 4px;
  font-weight: 500;
}

/* Mobile Category Results */
.mobile-category-item {
  display: flex;
  align-items: center;
  padding: 12px 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  transition: all 0.2s ease;
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}

.mobile-category-item:last-child {
  border-bottom: none;
}

.mobile-category-item:hover {
  background: var(--bg-light);
  text-decoration: none;
  color: inherit;
}

.mobile-category-icon {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: var(--primary-light);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
  flex-shrink: 0;
}

.mobile-category-icon i {
  color: var(--primary-color);
  font-size: 18px;
}

.mobile-category-name {
  font-size: 14px;
  font-weight: 500;
  color: var(--text-dark);
}

/* Mobile Shop Results */
.mobile-shop-item {
  display: flex;
  align-items: center;
  padding: 12px 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  transition: all 0.2s ease;
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}

.mobile-shop-item:last-child {
  border-bottom: none;
}

.mobile-shop-item:hover {
  background: var(--bg-light);
  text-decoration: none;
  color: inherit;
}

.mobile-shop-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  margin-right: 12px;
  border: 2px solid var(--border-color);
}

.mobile-shop-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mobile-shop-info {
  flex: 1;
  min-width: 0;
}

.mobile-shop-name {
  font-size: 14px;
  font-weight: 600;
  color: var(--text-dark);
  margin-bottom: 2px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.mobile-shop-followers {
  font-size: 12px;
  color: var(--text-secondary);
  display: flex;
  align-items: center;
  gap: 4px;
}

.mobile-shop-followers i {
  color: var(--primary-color);
}

/* Mobile Search Section Headers */
.mobile-search-section-header {
  padding: 12px 16px;
  font-size: 13px;
  font-weight: 600;
  color: var(--text-secondary);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  background: var(--bg-light);
  border-bottom: 1px solid var(--border-color);
  margin-bottom: 0;
}

/* Mobile View All Button */
.mobile-view-all {
  padding: 12px 16px;
  text-align: center;
  border-top: 1px solid var(--border-color);
  background: var(--bg-light);
}

.mobile-view-all-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--primary-color);
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  padding: 8px 16px;
  border-radius: 6px;
  transition: all 0.2s ease;
}

.mobile-view-all-btn:hover {
  background: var(--primary-color);
  color: white;
  text-decoration: none;
  transform: translateY(-1px);
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Mobile Search Highlight */
.mobile-search-content .search-highlight {
  background: #fff3cd;
  color: #856404;
  font-weight: 600;
  padding: 1px 2px;
  border-radius: 2px;
}

/* ===== MOBILE AUTH MODAL ===== */
.mobile-auth-modal-content {
  background: var(--bg-gradient);
  border: none;
  border-radius: 0;
}

.mobile-auth-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 20px;
}

.mobile-auth-header .modal-title {
  color: white;
  font-weight: 600;
  font-size: 18px;
}

.mobile-auth-body {
  padding: 25px 20px;
}

.mobile-auth-options {
  margin-bottom: 30px;
}

.mobile-auth-option {
  display: flex;
  align-items: center;
  gap: 15px;
  background: rgba(255, 255, 255, 0.1);
  padding: 20px;
  border-radius: 12px;
  margin-bottom: 15px;
  text-decoration: none;
  color: white;
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.mobile-auth-option:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: translateY(-2px);
  color: white;
}

.mobile-auth-icon {
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.mobile-auth-text {
  flex: 1;
}

.mobile-auth-text h6 {
  color: white;
  font-weight: 600;
  margin: 0 0 5px 0;
  font-size: 16px;
}

.mobile-auth-text p {
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
  font-size: 14px;
}

.mobile-auth-benefits {
  background: rgba(255, 255, 255, 0.1);
  padding: 20px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.mobile-auth-benefits h6 {
  color: white;
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 16px;
}

.mobile-auth-benefits ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mobile-auth-benefits li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 10px;
  font-size: 14px;
}

.mobile-auth-benefits li:last-child {
  margin-bottom: 0;
}

.mobile-auth-benefits li i {
  color: var(--accent-color);
  font-size: 12px;
}

/* ===== MOBILE BOTTOM NAVIGATION ===== */
.mobile-bottom-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: white;
  border-top: 1px solid var(--border-color);
  z-index: 1000;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  padding-bottom: env(safe-area-inset-bottom);
}

.mobile-bottom-nav-container {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 8px 0;
  max-width: 100%;
}

.mobile-nav-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: var(--text-secondary);
  transition: all 0.3s ease;
  padding: 4px 8px;
  border-radius: 8px;
  min-width: 60px;
  position: relative;
  cursor: pointer;
}

.mobile-nav-item.active {
  color: var(--primary-color);
}

.mobile-nav-item:hover {
  color: var(--primary-color);
  text-decoration: none;
}

.mobile-nav-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  margin-bottom: 4px;
}

.mobile-nav-icon i {
  font-size: 20px;
}

.mobile-nav-avatar {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 1/1;
  border: 1px solid var(--border-color);
}

.mobile-nav-text {
  font-size: 10px;
  font-weight: 500;
  text-align: center;
  line-height: 1.2;
}

.mobile-nav-badge {
  position: absolute;
  top: -4px;
  right: -4px;
  background: var(--primary-color);
  color: white;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  min-width: 16px;
  min-height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 9px;
  font-weight: bold;
  aspect-ratio: 1/1;
  flex-shrink: 0;
}

/* Mobile Bottom User Dropdown */
.mobile-user-profile {
  position: relative;
}

.mobile-bottom-dropdown-menu {
  position: absolute;
  bottom: calc(100% + 10px);
  right: 0;
  background: white;
  min-width: 280px;
  border-radius: 12px;
  box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  z-index: 1001;
  overflow: hidden;
}

.mobile-user-profile.show .mobile-bottom-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.mobile-bottom-dropdown-header {
  background: var(--bg-gradient);
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.mobile-bottom-dropdown-header img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.3);
  object-fit: cover;
  object-position: center;
  aspect-ratio: 1/1;
  flex-shrink: 0;
}

.mobile-bottom-dropdown-header-text h6 {
  color: white;
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 5px 0;
}

.mobile-bottom-dropdown-header-text p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  margin: 0 0 5px 0;
}

.mobile-bottom-dropdown-menu-items {
  padding: 10px 0;
}

.mobile-bottom-dropdown-item {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px 20px;
  color: var(--text-dark);
  text-decoration: none;
  transition: all 0.3s ease;
  border-left: 3px solid transparent;
}

.mobile-bottom-dropdown-item:hover {
  background: var(--bg-light);
  border-left-color: var(--primary-color);
  color: var(--text-dark);
}

.mobile-bottom-dropdown-item i {
  width: 20px;
  text-align: center;
  color: var(--primary-color);
}

.mobile-bottom-dropdown-item span {
  flex: 1;
  font-weight: 500;
}

.mobile-bottom-dropdown-divider {
  height: 1px;
  background: var(--border-color);
  margin: 10px 0;
}

/* mobile header actions end */
.register-link a {
  color: var(--primary-color);
  text-decoration: underline;
}

/* trang tất cả sản phẩm start */

.page-manager-all-products-store .page-title {
  font-size: 18px;
  font-weight: 600;
  color: var(--text-color);
  margin: 0;
}

.page-manager-all-products-store .add-product-btn {
  background-color: var(--primary-color);
  color: var(--white);
  border: none;
  padding: 8px 16px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 auto;
  width: max-content;
}

.add-product-btn:hover {
  background-color: #b01212;
  transform: translateY(-1px);
}

/* Product Tabs */
.page-manager-all-products-store .product-tabs {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--border-color);
  overflow-x: auto;
}

.page-manager-all-products-store .tab-item {
  padding: 12px 0;
  font-size: 14px;
  font-weight: 500;
  color: var(--text-color);
  cursor: pointer;
  border-bottom: 2px solid transparent;
  transition: all 0.3s ease;
  white-space: nowrap;
  position: relative;
}

.page-manager-all-products-store .tab-item.active {
  color: var(--primary-color);
  border-bottom-color: var(--primary-color);
}

.page-manager-all-products-store .tab-item:hover {
  color: var(--primary-color);
}

/* Search and Filter Section */
.page-manager-all-products-store .search-filter-section {
  background-color: var(--background-color);
  padding: 20px;
  border-radius: 6px;
  border: 1px solid var(--border-color);
  margin-bottom: 20px;
}

.page-manager-all-products-store .filter-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  margin-bottom: 15px;
}

.page-manager-all-products-store .filter-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.page-manager-all-products-store .filter-label {
  font-size: 12px;
  color: var(--text-color);
  font-weight: 500;
}

.page-manager-all-products-store .filter-input,
.page-manager-all-products-store .filter-select {
  padding: 10px;
  border: 1px solid var(--border-color);
  border-radius: 4px;
  font-size: 12px;
  transition: border-color 0.3s ease;
  background-color: var(--background-color);
}

.page-manager-all-products-store .filter-input:focus,
.page-manager-all-products-store .filter-select:focus {
  outline: none;
  border-color: var(--primary-color);
}

.page-manager-all-products-store .filter-input::placeholder {
  color: #ababab;
  font-size: 12px;
}

.page-manager-all-products-store .filter-actions {
  display: flex;
  gap: 10px;
  align-items: end;
}

.page-manager-all-products-store .filter-btn {
  padding: 8px 16px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 1px solid;
}

.page-manager-all-products-store .filter-btn.apply {
  background-color: var(--background-color);
  color: var(--primary-color);
  border-color: var(--primary-color);
}

.page-manager-all-products-store .filter-btn.apply:hover {
  background-color: var(--primary-color);
  color: white;
}

.page-manager-all-products-store .filter-btn.reset {
  background-color: var(--background-color);
  color: #767676;
  border-color: #dfdfdf;
}

.page-manager-all-products-store .filter-btn.reset:hover {
  background-color: #f8f9fa;
}

/* Product Stats */
.page-manager-all-products-store .product-stats {
  background-color: var(--background-color);
  padding: 15px 20px;
  border-radius: 6px;
  border: 1px solid var(--border-color);
  margin-bottom: 20px;
}

.page-manager-all-products-store .stats-text {
  font-size: 14px;
  font-weight: 500;
  color: var(--text-color);
}

/* Product Table */
.page-manager-all-products-store .product-table-container {
  background-color: var(--background-color);
  border-radius: 6px;
  border: 1px solid var(--border-color);
  overflow: hidden;
}

.page-manager-all-products-store .table-header {
  background-color: var(--light-gray);
  padding: 15px 20px;
  border-bottom: 1px solid var(--border-color);
  display: block;
  grid-template-columns: 2fr 1fr 1fr 2fr auto;
  gap: 15px;
  align-items: center;
  font-weight: 500;
  font-size: 14px;
  color: var(--text-color);
}

.page-manager-all-products-store .product-row {
  padding: 15px 20px;
  border-bottom: 1px solid #f0f0f0;
  display: block;
  gap: 15px;
  align-items: center;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  position: relative;
  z-index: 1;
}

.page-manager-all-products-store .product-row:hover {
  background-color: rgba(248, 249, 250, 0.8);
}

.page-manager-all-products-store .product-row:nth-child(even) {
  background-color: #fafafa;
}

.page-manager-all-products-store .product-row:nth-child(even):hover {
  background-color: rgba(248, 249, 250, 0.9);
}

.page-manager-all-products-store .product-name {
  font-size: 12px;
  color: var(--text-color);
  line-height: 1.2;
  max-width: 190px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-break: break-word;
}

.page-manager-all-products-store .product-price {
  font-size: 12px;
  color: var(--text-color);
  font-weight: 500;
}

.page-manager-all-products-store .product-stock {
  font-size: 12px;
  color: var(--text-color);
  min-width: 80px;
}

.page-manager-all-products-store .product-quality {
  font-size: 12px;
  color: var(--text-color);
  line-height: 1.3;
}

.page-manager-all-products-store .detail-btn {
  background-color: var(--info-color);
  color: white;
  border: none;
  padding: 6px 12px;
  border-radius: 4px;
  font-size: 9px;
  cursor: pointer;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.page-manager-all-products-store .detail-btn:hover {
  background-color: #0299cc;
  color: var(--white);
  transform: translateY(-1px);
  -webkit-transform: translateY(-1px);
  -moz-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  -o-transform: translateY(-1px);
}

.page-manager-all-products-store .spinner {
  width: 40px;
  height: 40px;
  border: 4px solid #f3f3f3;
  border-top: 4px solid var(--primary-color);
  border-radius: 50%;
  animation: spinLoading 1s linear infinite;
  margin: 0 auto 15px;
  -webkit-animation: spinLoading 1s linear infinite;
}
@keyframes spinLoading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* Empty State */
.page-manager-all-products-store .empty-state {
  text-align: center;
  padding: 60px 20px;
  color: var(--secondary-color);
  display: none;
}

.page-manager-all-products-store .empty-state.show {
  display: block;
}

.page-manager-all-products-store .empty-state i {
  font-size: clamp(1rem, 5vw, 32px);
  margin-bottom: 0px;
  opacity: 0.5;
}

/* Success Animation */
.page-manager-all-products-store .success-message {
  position: fixed;
  top: 20px;
  right: 20px;
  background-color: var(--success-color);
  color: white;
  padding: 15px 20px;
  border-radius: 6px;
  z-index: 1002;
  display: none;
}

.page-manager-all-products-store .success-message.show {
  display: block;
  animation: slideInRightAllProduct 0.3s ease;
}

@keyframes slideInRightAllProduct {
  from {
    opacity: 0;
    transform: translateX(100%);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* Stock status styling */
.page-manager-all-products-store .in-stock {
  color: #28a745;
  font-weight: 600;
}

.page-manager-all-products-store .out-of-stock {
  color: #dc3545;
  font-weight: 600;
}

.page-manager-all-products-store .product-stock.in-stock {
  background: rgba(40, 167, 69, 0.1);
  padding: 4px 8px;
  border-radius: 4px;
  border-left: 3px solid #28a745;
  width: max-content;
}

.page-manager-all-products-store .product-stock.out-of-stock {
  background: rgba(220, 53, 69, 0.1);
  padding: 4px 8px;
  border-radius: 4px;
  border-left: 3px solid #dc3545;
  width: max-content;
}

/* Inventory table styling */
.page-manager-all-products-store #inventoryTable.highlight-error {
  border: 2px solid #ff424e !important;
  border-radius: 8px !important;
  background: rgba(255, 66, 78, 0.02) !important;
}

.page-manager-all-products-store .inventory-quantity:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 2px rgba(40, 167, 69, 0.2);
}

.page-manager-all-products-store .inventory-price:focus {
  border-color: #007bff;
  box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.2);
}

.page-manager-all-products-store .inventory-sku:focus {
  border-color: #6c757d;
  box-shadow: 0 0 0 2px rgba(108, 117, 125, 0.2);
}

/* modal product detail start */
/* Modal Overlay */
.product-detail-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.75);
  backdrop-filter: var(--backdrop-blur);
  -webkit-backdrop-filter: var(--backdrop-blur);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all var(--animation-duration) var(--animation-easing);
  padding: 10px;
}

.product-detail-overlay.active {
  opacity: 1;
  visibility: visible;
}

/* Modal Container */
.product-detail-modal-overlay .product-detail-modal {
  background: var(--background-card);
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-heavy);
  width: 100%;
  max-width: 1000px;
  max-height: 90vh;
  overflow: hidden;
  transform: scale(0.9) translateY(20px);
  transition: all var(--animation-duration) var(--animation-easing);
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.product-detail-overlay.active .product-detail-modal {
  transform: scale(1) translateY(0);
}

/* Modal Header */
.product-detail-modal-overlay .modal-header {
  position: relative;
  background: var(--gradient-primary);
  color: white;
  padding: 20px 24px;
  border-radius: var(--border-radius-lg) var(--border-radius-lg) 0 0;
}

.product-detail-modal-overlay .modal-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--gradient-glass);
  backdrop-filter: blur(5px);
  border-radius: inherit;
}

.product-detail-modal-overlay .modal-header > * {
  position: relative;
  z-index: 1;
}

.modal-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0;
  padding-right: 40px;
  line-height: 1.3;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.product-detail-modal-overlay .modal-close {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.2);
  border: none;
  color: white;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  backdrop-filter: blur(10px);
  font-size: 18px;
}

.product-detail-modal-overlay .modal-close:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: translateY(-50%) scale(1.1);
}

/* Modal Body */
.product-detail-modal-overlay .modal-body {
  max-height: calc(90vh - 120px);
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: var(--primary-color) transparent;
}

.product-detail-modal-overlay .modal-body::-webkit-scrollbar {
  width: 6px;
}

.product-detail-modal-overlay .modal-body::-webkit-scrollbar-track {
  background: transparent;
}

.product-detail-modal-overlay .modal-body::-webkit-scrollbar-thumb {
  background: var(--primary-color);
  border-radius: 3px;
}

/* Product Info Section */
.product-detail-modal-overlay .product-content .container-fluid {
  padding: 24px;
}

.product-detail-modal-overlay .product-content .row {
  margin: 0;
}

.product-detail-modal-overlay .product-content .col-12,
.product-detail-modal-overlay .product-content .col-md-5,
.product-detail-modal-overlay .product-content .col-md-7 {
  padding: 0 15px;
}
.product-detail-modal-overlay .modal-body {
  max-height: calc(90vh - 100px);
}

/* Image Gallery */
.product-detail-modal-overlay .product-gallery {
  position: relative;
}

.product-detail-modal-overlay .main-image-container {
  position: relative;
  border-radius: var(--border-radius);
  overflow: hidden;
  background: var(--background-light);
  aspect-ratio: 1;
  margin-bottom: 16px;
}

.product-detail-modal-overlay .main-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.product-detail-modal-overlay .main-image:hover {
  transform: scale(1.05);
}

.product-detail-modal-overlay .image-overlay {
  position: absolute;
  inset: 0;
  background: var(--gradient-glass);
  opacity: 0;
  transition: opacity 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 24px;
}

.product-detail-modal-overlay .main-image-container:hover .image-overlay {
  opacity: 1;
}

/* Thumbnail Gallery */
.product-detail-modal-overlay .thumbnail-gallery {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 4px 0;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.product-detail-modal-overlay .thumbnail-gallery::-webkit-scrollbar {
  display: none;
}

.product-detail-modal-overlay .thumbnail-item {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid transparent;
  transition: all 0.2s ease;
  position: relative;
}

.product-detail-modal-overlay .thumbnail-item.active {
  border-color: var(--primary-color);
  box-shadow: 0 0 0 1px var(--primary-color);
}

.product-detail-modal-overlay .thumbnail-item:hover {
  transform: scale(1.05);
  border-color: var(--primary-light);
}

.product-detail-modal-overlay .thumbnail-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Product Details */
.product-detail-modal-overlay .product-details {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-left: 15px;
}
.product-detail-modal-overlay .product-details {
  padding-left: 15px;
  margin-top: 16px;
}

.product-detail-modal-overlay .product-status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 500;
  width: fit-content;
}

.product-detail-modal-overlay .status-active {
  background: rgba(34, 197, 94, 0.1);
  color: #059669;
  border: 1px solid rgba(34, 197, 94, 0.2);
}

.product-detail-modal-overlay .status-pending {
  background: rgba(251, 191, 36, 0.1);
  color: #d97706;
  border: 1px solid rgba(251, 191, 36, 0.2);
}

.product-detail-modal-overlay .status-hidden {
  background: rgba(107, 114, 128, 0.1);
  color: #6b7280;
  border: 1px solid rgba(107, 114, 128, 0.2);
}

.product-detail-modal-overlay .status-rejected {
  background: rgba(239, 68, 68, 0.1);
  color: #dc2626;
  border: 1px solid rgba(239, 68, 68, 0.2);
}

.product-detail-modal-overlay .product-name {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.3;
  margin: 0;
}

.product-detail-modal-overlay .product-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  color: var(--text-secondary);
  font-size: 0.875rem;
}

.product-detail-modal-overlay .meta-item {
  display: flex;
  align-items: center;
  gap: 4px;
}

.product-detail-modal-overlay .product-price {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin: 8px 0;
}

.product-detail-modal-overlay .current-price {
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  font-family: "Inter", system-ui, sans-serif;
}

.product-detail-modal-overlay .original-price {
  font-size: 1.25rem;
  color: var(--text-muted);
  text-decoration: line-through;
  font-weight: 500;
}

.product-detail-modal-overlay .discount-badge {
  background: var(--gradient-primary);
  color: white;
  padding: 4px 8px;
  border-radius: 6px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Tabs Navigation */
.product-detail-modal-overlay .product-tabs {
  margin-top: 24px;
  border-top: 1px solid var(--border-light);
}

.product-detail-modal-overlay .tab-nav {
  display: flex;
  border-bottom: 1px solid var(--border-light);
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.product-detail-modal-overlay .tab-nav::-webkit-scrollbar {
  display: none;
}

.product-detail-modal-overlay .tab-button {
  flex-shrink: 0;
  padding: 16px 20px;
  background: none;
  border: none;
  color: var(--text-secondary);
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
  position: relative;
  white-space: nowrap;
}

.product-detail-modal-overlay .tab-button:hover {
  color: var(--primary-color);
  background: var(--primary-light);
}

.product-detail-modal-overlay .tab-button.active {
  color: var(--primary-color);
  font-weight: 600;
}

.product-detail-modal-overlay .tab-button.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--gradient-primary);
  border-radius: 2px 2px 0 0;
}

/* Mobile Tab Select */
.product-detail-modal-overlay .tab-select-wrapper {
  padding: 0 24px;
  margin-top: 16px;
}

.product-detail-modal-overlay .tab-select {
  background: var(--background-light);
  border: 1px solid var(--border-light);
  border-radius: var(--border-radius);
  padding: 12px 16px;
  font-size: 1rem;
  font-weight: 500;
  color: var(--text-primary);
  cursor: pointer;
  transition: all 0.2s ease;
}

.product-detail-modal-overlay .tab-select:focus {
  border-color: var(--primary-color);
  box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.1);
  outline: none;
}

.product-detail-modal-overlay .tab-select option {
  padding: 8px 12px;
  color: var(--text-primary);
  background: var(--background-card);
}

/* Tab Content */
.product-detail-modal-overlay .tab-content {
  padding: 24px;
  min-height: 200px;
}

.product-detail-modal-overlay .tab-pane {
  display: none;
  animation: fadeIn 0.3s ease;
}

.product-detail-modal-overlay .tab-pane.active {
  display: block;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Description Content */
.product-detail-modal-overlay .description-content {
  color: var(--text-primary);
  line-height: 1.6;
  font-size: 0.95rem;
}

.product-detail-modal-overlay .description-content h1,
.product-detail-modal-overlay .description-content h2,
.product-detail-modal-overlay .description-content h3 {
  color: var(--text-primary);
  margin-top: 24px;
  margin-bottom: 12px;
}

.product-detail-modal-overlay .description-content p {
  margin-bottom: 16px;
}

.product-detail-modal-overlay .description-content ul,
.product-detail-modal-overlay .description-content ol {
  margin-left: 20px;
  margin-bottom: 16px;
}

/* Variants Grid */
.product-detail-modal-overlay .variants-grid {
  display: grid;
  gap: 12px;
}

.product-detail-modal-overlay .variant-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  background: var(--background-light);
  border-radius: var(--border-radius);
  border: 1px solid var(--border-light);
  transition: all 0.2s ease;
}

.product-detail-modal-overlay .variant-item:hover {
  border-color: var(--primary-color);
  box-shadow: var(--shadow-light);
  transform: translateY(-1px);
}

.product-detail-modal-overlay .variant-info h4 {
  margin: 0 0 4px 0;
  color: var(--text-primary);
  font-weight: 600;
}

.product-detail-modal-overlay .variant-meta {
  display: flex;
  gap: 12px;
  font-size: 0.875rem;
  color: var(--text-secondary);
}

.product-detail-modal-overlay .variant-price {
  font-weight: 600;
  color: var(--primary-color);
  font-size: 1.1rem;
}

.product-detail-modal-overlay .stock-badge {
  padding: 4px 8px;
  border-radius: 6px;
  font-size: 0.75rem;
  font-weight: 600;
}

.product-detail-modal-overlay .stock-in {
  background: rgba(34, 197, 94, 0.1);
  color: #059669;
}

.product-detail-modal-overlay .stock-out {
  background: rgba(239, 68, 68, 0.1);
  color: #dc2626;
}

/* Attributes List */
.product-detail-modal-overlay .attributes-list {
  display: grid;
  gap: 12px;
}

.product-detail-modal-overlay .attribute-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
  background: var(--background-light);
  border-radius: var(--border-radius);
  border-left: 3px solid var(--primary-color);
}

.product-detail-modal-overlay .attribute-name {
  font-weight: 600;
  color: var(--text-primary);
}

.product-detail-modal-overlay .attribute-value {
  color: var(--text-secondary);
  text-align: right;
}

/* Tags */
.product-detail-modal-overlay .product-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.product-detail-modal-overlay .tag-item {
  padding: 6px 12px;
  background: var(--primary-light);
  color: var(--primary-color);
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 500;
  border: 1px solid rgba(220, 38, 38, 0.2);
  transition: all 0.2s ease;
}

.product-detail-modal-overlay .tag-item:hover {
  background: var(--primary-color);
  color: white;
  transform: translateY(-1px);
}

/* Loading State */
.product-detail-modal-overlay .modal-loading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px 20px;
  color: var(--text-secondary);
}

.product-detail-modal-overlay .loading-spinner {
  width: 40px;
  height: 40px;
  border: 4px solid var(--border-light);
  border-top: 4px solid var(--primary-color);
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin-bottom: 16px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* Error State */
.product-detail-modal-overlay .modal-error {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px 20px;
  color: var(--primary-color);
}

.product-detail-modal-overlay .error-icon {
  font-size: 48px;
  margin-bottom: 16px;
  opacity: 0.7;
}
.product-detail-modal-overlay .product-detail-modal {
  margin: 0;
  border-radius: var(--border-radius) var(--border-radius) 0 0;
  max-height: 95vh;
}

.product-detail-modal-overlay .modal-header {
  padding: 16px 20px;
  border-radius: var(--border-radius) var(--border-radius) 0 0;
}

.product-detail-modal-overlay .modal-title {
  font-size: 1.25rem;
}

.product-detail-modal-overlay .product-content .container-fluid {
  padding: 16px;
}

.product-detail-modal-overlay .product-content .col-12 {
  padding: 0 8px;
  margin-bottom: 20px;
}

.product-detail-modal-overlay .product-name {
  font-size: 1.25rem;
}

.product-detail-modal-overlay .current-price {
  font-size: 1.75rem;
}

.product-detail-modal-overlay .tab-content {
  padding: 16px;
}

.product-detail-modal-overlay .tab-select-wrapper {
  padding: 0 16px;
}

.product-detail-modal-overlay .variant-item {
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.product-detail-modal-overlay .product-gallery {
  margin-bottom: 20px;
}

.product-detail-modal-overlay .thumbnail-gallery {
  justify-content: center;
}
#productTableBody .product-row .price {
  font-size: clamp(0.6rem, 0.5077rem + 0.4615vw, 0.9rem);
}
#productTableBody .product-row .product-price .sale-price {
  font-size: clamp(0.7rem, 0.6077rem + 0.4615vw, 1rem);
}
#productTableBody .product-image img {
  min-width: 60px;
}
.page-manager-all-products-store .product-detail-modal .product-tabs {
  flex-direction: column;
}
/* modal product detail end */

/* trang tất cả sản phẩm end */

/* trang sản phẩm start */
/* ===== MAIN CONTENT LAYOUT ===== */
.san-pham.product-page-container {
  padding: 0;
}

.san-pham .product-sidebar {
  background: white;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  height: fit-content;
  position: sticky;
  top: 120px;
}

.san-pham .product-content {
  background: white;
  border-radius: 12px;
}

/* ===== CATEGORY SIDEBAR MODERN DESIGN ===== */
.product-sidebar {
  background: var(--bg-white);
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  padding: 20px;
  height: calc(100vh - 180px);
  position: sticky;
  top: 90px;
  transition: all 0.3s ease;
}

/* Mobile Toggle Button */
.mobile-category-toggle {
  display: none;
  width: 100%;
  background: linear-gradient(
    135deg,
    var(--primary-color) 0%,
    var(--primary-dark) 100%
  );
  color: white;
  border: none;
  padding: 15px 20px;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.mobile-category-toggle:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(var(--primary-rgb), 0.25);
}

.mobile-category-toggle .toggle-icon {
  transition: transform 0.3s ease;
}

.mobile-category-toggle.active .toggle-icon {
  transform: rotate(180deg);
}

/* Category Header */
.category-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--border-color);
}

.category-title {
  font-size: 18px;
  font-weight: 700;
  color: var(--text-dark);
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
}

.category-collapse-btn {
  background: none;
  border: none;
  color: var(--text-muted);
  cursor: pointer;
  padding: 8px;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.category-collapse-btn:hover {
  background: var(--bg-light);
  color: var(--primary-color);
}

/* Category Search */
.category-search {
  position: relative;
  margin-bottom: 20px;
}

.category-search input {
  width: 100%;
  padding: 12px 40px 12px 45px;
  border: 2px solid var(--border-color);
  border-radius: 12px;
  font-size: 14px;
  transition: all 0.3s ease;
  background: var(--bg-light);
}

.category-search input:focus {
  border-color: var(--primary-color);
  box-shadow: 0 0 0 4px rgba(var(--primary-rgb), 0.1);
  background: white;
}

.category-search .search-icon {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--text-muted);
  font-size: 18px;
}

/* Category List */
.category-wrapper {
  overflow-y: auto;
  max-height: calc(100% - 180px);
  margin: 0 -20px;
  padding: 0 20px;
  transition: all 0.3s ease;
}

.category-wrapper.collapsed {
  max-height: 0;
  overflow: hidden;
}

.category-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.category-item {
  margin-bottom: 10px;
}

.category-link {
  display: flex;
  align-items: center;
  padding: 12px 15px;
  border-radius: 12px;
  color: var(--text-color);
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  background: var(--bg-light);
}

.category-link:hover {
  background: var(--primary-color);
  color: white;
  transform: translateX(5px);
}

.category-icon-wrapper {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: white;
  margin-right: 12px;
  transition: all 0.3s ease;
}

.category-link:hover .category-icon-wrapper {
  background: rgba(255, 255, 255, 0.2);
}

.category-icon {
  font-size: 18px;
  color: var(--primary-color);
  transition: all 0.3s ease;
}

.category-link:hover .category-icon {
  color: white;
}

.category-text {
  flex: 1;
  font-weight: 500;
  font-size: 14px;
}

.category-count {
  background: var(--bg-white);
  color: var(--text-muted);
  padding: 4px 8px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.category-link:hover .category-count {
  background: rgba(255, 255, 255, 0.2);
  color: white;
}

/* Quick Actions */
.quick-actions {
  display: flex;
  gap: 10px;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid var(--border-color);
}

.quick-action-btn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px;
  border: none;
  border-radius: 10px;
  background: var(--bg-light);
  color: var(--text-color);
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}

.quick-action-btn:hover {
  background: var(--primary-color);
  color: white;
}

/* Recently Viewed Categories */
.recent-categories {
  margin-top: 25px;
  padding-top: 20px;
  border-top: 1px solid var(--border-color);
}

.recent-title {
  font-size: 14px;
  font-weight: 600;
  color: var(--text-muted);
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.recent-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.recent-category-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 8px;
  background: var(--bg-light);
  color: var(--text-color);
  text-decoration: none;
  font-size: 13px;
  transition: all 0.3s ease;
}

.recent-category-item:hover {
  background: var(--primary-color);
  color: white;
  transform: translateX(5px);
}

/* Ripple Effect */
.ripple-effect {
  position: relative;
  overflow: hidden;
}

.ripple {
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.7);
  transform: scale(0);
  animation: ripple 0.6s linear;
  pointer-events: none;
}

@keyframes ripple {
  to {
    transform: scale(4);
    opacity: 0;
  }
}

/* Search Result Highlight */
mark {
  background: rgba(var(--primary-rgb), 0.2);
  color: var(--primary-color);
  padding: 0 2px;
  border-radius: 4px;
}

/* Scrollbar Styling */
.category-wrapper::-webkit-scrollbar {
  width: 6px;
}

.category-wrapper::-webkit-scrollbar-track {
  background: var(--bg-light);
  border-radius: 10px;
}

.category-wrapper::-webkit-scrollbar-thumb {
  background: var(--border-color);
  border-radius: 10px;
}

.category-wrapper::-webkit-scrollbar-thumb:hover {
  background: var(--text-muted);
}

/* Mobile Responsiveness */
@media (max-width: 991px) {
  .product-sidebar {
    height: auto;
    position: relative;
    top: 0;
    margin-bottom: 20px;
  }

  .mobile-category-toggle {
    display: flex;
  }

  .category-section {
    display: none;
  }

  .category-section.active {
    display: block;
    animation: slideDown 0.3s ease;
  }
}

@media (max-width: 576px) {
  .product-sidebar {
    padding: 15px;
  }

  .category-link {
    padding: 10px 12px;
  }

  .category-icon-wrapper {
    width: 32px;
    height: 32px;
  }

  .quick-action-btn span {
    display: none;
  }
}

/* Animations */
@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* ===== FILTER & SORT BAR ===== */
.san-pham .filter-sort-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  flex-wrap: wrap;
  gap: 15px;
}

.san-pham .filter-controls {
  display: flex;
  gap: 15px;
  align-items: center;
  flex-wrap: wrap;
}

.san-pham .filter-select {
  border: 1px solid var(--border-color);
  border-radius: 6px;
  padding: 8px 15px;
  font-size: 14px;
  background: white;
  min-width: 150px;
  transition: border-color 0.3s ease;
}

.san-pham .filter-select:focus {
  outline: none;
  border-color: var(--primary-color);
}

.san-pham .view-toggle {
  display: flex;
  gap: 5px;
}

.san-pham .view-btn {
  background: none;
  border: 1px solid var(--border-color);
  padding: 8px 12px;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.san-pham .view-btn.active {
  background: var(--primary-color);
  color: white;
  border-color: var(--primary-color);
}

/* ===== PRODUCT GRID ===== */
.san-pham .product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 25px;
  margin-bottom: 40px;
}

.san-pham .product-grid.list-view {
  grid-template-columns: 1fr;
}

.san-pham .product-card {
  background: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  position: relative;
}

.san-pham .product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.san-pham .product-image {
  position: relative;
  width: 100%;

  overflow: hidden;
}

.san-pham .product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.san-pham .product-card:hover .product-image img {
  transform: scale(1.1);
}

.san-pham .product-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background: var(--primary-color);
  color: white;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
}

.san-pham .product-info {
  padding: 20px;
}

.san-pham .product-title {
  font-size: 14px;
  font-weight: 600;
  color: var(--text-dark);
  margin-bottom: 10px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.san-pham .product-price {
  font-size: 16px;
  font-weight: 700;
  color: var(--primary-color);
  margin-bottom: 15px;
}

.san-pham .product-actions {
  display: flex;
  gap: 10px;
}

.san-pham .btn-buy {
  background: var(--primary-color);
  color: white;
  border: none;
  padding: 8px 16px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  flex: 1;
}

.san-pham .btn-buy:hover {
  background: var(--primary-dark);
  transform: translateY(-2px);
}

/* ===== LIST VIEW STYLES ===== */
.san-pham .product-grid.list-view .product-card {
  display: flex;
  align-items: center;
}

.san-pham .product-grid.list-view .product-image {
  width: 200px;
  flex-shrink: 0;
}

.san-pham .product-grid.list-view .product-info {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.san-pham .product-grid.list-view .product-title {
  font-size: 16px;
  margin-bottom: 5px;
}

/* ===== PAGINATION ===== */
.san-pham .pagination-container {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  flex-direction: column;
}

.san-pham .pagination {
  display: flex;
  gap: 5px;
  align-items: center;
  margin-top: 0;
}

.san-pham .page-btn {
  background: white;
  border: 1px solid var(--border-color);
  padding: 10px 15px;
  border-radius: 6px;
  color: var(--text-color);
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
}

.san-pham .page-btn:hover,
.san-pham .page-btn.active {
  background: var(--primary-color);
  color: white;
  border-color: var(--primary-color);
}

.san-pham .page-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* ===== BANNER AD ===== */
.san-pham .sidebar-banner {
  margin-top: 30px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.san-pham .sidebar-banner img {
  width: 100%;
  height: auto;
  display: block;
}

/* ===== CONTACT FLOATING BUTTONS ===== */
.san-pham .contact-floating {
  position: fixed;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1000;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.san-pham .contact-btn {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 24px;
  text-decoration: none;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
  position: relative;
}

.san-pham .contact-btn.phone {
  background: var(--bg-gradient);
}

.san-pham .contact-btn.zalo {
  background: #0068ff;
}

.san-pham .contact-btn.messenger {
  background: #1877f2;
}

.san-pham .contact-btn:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}

/* ===== FOOTER SERVICES ===== */
.san-pham .footer-services {
  background: var(--bg-gradient);
  padding: 40px 0;
  margin-top: 60px;
}

.san-pham .service-item {
  text-align: center;
  color: white;
  padding: 20px;
  transition: all 0.3s ease;
}

.san-pham .service-item:hover {
  transform: translateY(-5px);
}

.san-pham .service-icon {
  font-size: 48px;
  margin-bottom: 15px;
  display: block;
}

.san-pham .service-text {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.san-pham .hydrosite-shopee-nav-links {
  display: none;
}

.san-pham .mobile-category-toggle {
  display: block;
}

.san-pham .product-sidebar {
  position: relative;
  top: auto;
  margin-bottom: 20px;
  padding: 20px;
}

.san-pham .category-list {
  display: none;
}

.san-pham .filter-sort-bar {
  flex-direction: row;
  align-items: stretch;
  position: relative;
  z-index: 1000;
}

.san-pham .filter-controls {
  justify-content: space-between;
}

.san-pham .product-grid {
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 15px;
}

.san-pham .product-grid.list-view .product-card {
  flex-direction: row;
}
.san-pham .product-grid.list-view .product-card .btn-buy {
  max-width: 200px;
}
/* .san-pham .product-grid.list-view .product-image {
  width: 100%;
  height: 200px;
} */

.san-pham .product-grid.list-view .product-info {
  flex-direction: column;
  align-items: stretch;
}

.san-pham .contact-floating {
  right: 15px;
  gap: 10px;
}

.san-pham .contact-btn {
  width: 50px;
  height: 50px;
  font-size: 20px;
}

.san-pham .footer-services {
  padding: 30px 0;
}

.san-pham .service-item {
  padding: 15px 10px;
}

.san-pham .service-icon {
  font-size: 36px;
  margin-bottom: 10px;
}

.san-pham .service-text {
  font-size: 12px;
}

.san-pham .footer-section {
  margin-bottom: 30px;
}

.san-pham .payment-methods {
  flex-wrap: wrap;
  gap: 5px;
}

.san-pham .payment-methods img {
  height: 25px;
}
/* ===== ANIMATIONS ===== */
.san-pham .product-card {
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 0.6s ease forwards;
}

.san-pham .product-card:nth-child(1) {
  animation-delay: 0.1s;
}

.san-pham .product-card:nth-child(2) {
  animation-delay: 0.2s;
}

.san-pham .product-card:nth-child(3) {
  animation-delay: 0.3s;
}

.san-pham .product-card:nth-child(4) {
  animation-delay: 0.4s;
}

.san-pham .product-card:nth-child(5) {
  animation-delay: 0.5s;
}

.san-pham .product-card:nth-child(6) {
  animation-delay: 0.6s;
}

.san-pham .category-item {
  opacity: 0;
  transform: translateX(-20px);
  animation: slideInLeft 0.5s ease forwards;
}

.san-pham .category-item:nth-child(1) {
  animation-delay: 0.1s;
}

.san-pham .category-item:nth-child(2) {
  animation-delay: 0.2s;
}

.san-pham .category-item:nth-child(3) {
  animation-delay: 0.3s;
}

.san-pham .category-item:nth-child(4) {
  animation-delay: 0.4s;
}

.san-pham .category-item:nth-child(5) {
  animation-delay: 0.5s;
}

.san-pham .category-item:nth-child(6) {
  animation-delay: 0.6s;
}

.san-pham .category-item:nth-child(7) {
  animation-delay: 0.7s;
}

.san-pham .category-item:nth-child(8) {
  animation-delay: 0.8s;
}

.san-pham .category-item:nth-child(9) {
  animation-delay: 0.9s;
}

/* ===== LOADING STATES ===== */
.san-pham .loading {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px;
}

.san-pham .spinner {
  width: 40px;
  height: 40px;
  border: 4px solid #f3f3f3;
  border-top: 4px solid var(--primary-color);
  border-radius: 50%;
  animation: spinProduct 1s linear infinite;
}

@keyframes spinProduct {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.product-card .product-image-box {
  overflow: hidden;
}
.product-card .product-image a,
.product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
}

.san-pham .modern-product-sidebar {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  padding: 0;
  overflow: hidden;
  border: 1px solid #f0f0f0;
  position: sticky;
  top: 20px;
}

/* Category Search */
.san-pham .category-search-wrapper {
  padding: 20px 20px 0;
  border-bottom: 1px solid #f5f5f5;
  margin-bottom: 20px;
}

.san-pham .search-input-container {
  position: relative;
  background: #f8f9fa;
  border-radius: 12px;
  border: 2px solid transparent;
  transition: all 0.3s ease;
}

.san-pham .search-input-container:focus-within {
  border-color: var(--primary-color);
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(192, 0, 0, 0.1);
}

.san-pham .search-icon {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #6c757d;
  font-size: 16px;
  z-index: 2;
}

.san-pham .category-search-input {
  width: 100%;
  padding: 14px 16px 14px 48px;
  border: none;
  background: transparent;
  font-size: 14px;
  color: #333;
  border-radius: 12px;
  outline: none;
}

.san-pham .category-search-input::placeholder {
  color: #9ca3af;
}

.san-pham .clear-search-btn {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  background: #e9ecef;
  border: none;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6c757d;
  cursor: pointer;
  transition: all 0.2s ease;
}

.san-pham .clear-search-btn:hover {
  background: #dc3545;
  color: white;
}

/* Section Titles */
.san-pham .section-title {
  font-size: 16px;
  font-weight: 600;
  color: #2d3748;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.san-pham .section-title i {
  color: var(--primary-color);
  font-size: 14px;
}

/* Popular Categories */
.san-pham .popular-categories-section {
  padding: 0 20px 20px;
  border-bottom: 1px solid #f5f5f5;
}

.san-pham .popular-category-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

/* Desktop/Mobile Toggle */
.san-pham .desktop-grid {
  display: grid;
}

.san-pham .mobile-swiper {
  display: none;
}

/* Mobile Swiper Styles */
.san-pham .popular-category-swiper {
  position: relative;
}

.san-pham .popular-category-swiper .swiper {
  padding-bottom: 30px;
  /* Space for pagination */
}

.san-pham .popular-category-swiper .swiper-slide {
  height: auto;
}

.san-pham .mobile-category-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 12px 8px;
  background: var(--bg-gradient);
  border-radius: 10px;
  text-decoration: none;
  color: white;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.san-pham .mobile-category-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  transition: opacity 0.3s ease;
  opacity: 0;
}

.san-pham .mobile-category-item:hover:before {
  opacity: 1;
}

.san-pham .mobile-category-item:hover {
  text-decoration: none;
  color: white;
  transform: translateY(-1px);
}

/* Swiper Pagination Customization */
.san-pham .popular-category-swiper .swiper-pagination {
  bottom: 0;
  position: absolute;
}

.san-pham .popular-category-swiper .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #cbd5e0;
  opacity: 0.5;
}

.san-pham .popular-category-swiper .swiper-pagination-bullet-active {
  background: var(--primary-color);
  opacity: 1;
}

/* Ripple Effect for Mobile Categories */
.san-pham .ripple-effect {
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  transform: scale(0);
  animation: rippleAnimation 0.6s linear;
  pointer-events: none;
}

@keyframes rippleAnimation {
  to {
    transform: scale(2);
    opacity: 0;
  }
}

/* ===== MODERN FUTURISTIC PAGINATION ===== */
.san-pham .pagination-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px 0;
  padding: 20px;
}

.san-pham .pagination {
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border-radius: 16px;
  padding: 12px 20px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1), 0 2px 8px rgba(192, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
  overflow: hidden;
}

.san-pham .pagination::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.4),
    transparent
  );
  transition: left 0.5s ease;
}

.san-pham .pagination:hover::before {
  left: 100%;
}

.san-pham .page-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 44px;
  border: none;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  background: transparent;
  color: #6b7280;
  user-select: none;
  outline: none;
}

.san-pham .page-btn:hover:not(:disabled):not(.active) {
  background: rgba(192, 0, 0, 0.1);
  color: var(--primary-color);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(192, 0, 0, 0.2);
}

.san-pham .page-btn.active {
  background: var(--bg-gradient);
  color: white;
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(192, 0, 0, 0.4), 0 0 0 2px rgba(192, 0, 0, 0.2);
}

.san-pham .page-btn.active::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.2) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  pointer-events: none;
}

.san-pham .page-btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
  transform: none;
}

.san-pham .page-btn:disabled:hover {
  background: transparent;
  transform: none;
  box-shadow: none;
}

/* Navigation buttons (prev/next) */
.san-pham .page-btn.nav-btn {
  background: rgba(108, 117, 125, 0.1);
  color: #6b7280;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  min-width: 44px;
}

.san-pham .page-btn.nav-btn:hover:not(:disabled) {
  background: var(--bg-gradient);
  color: white;
  transform: translateY(-2px) scale(1.05);
}

.san-pham .page-btn.nav-btn i {
  font-size: 16px;
}

/* Ellipsis styling */
.san-pham .page-ellipsis {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 44px;
  color: #9ca3af;
  font-weight: 600;
  cursor: default;
  user-select: none;
}

/* Pagination info */
.san-pham .pagination-info {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 16px;
  justify-content: center;
}

.san-pham .pagination-stats {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(8px);
  border-radius: 12px;
  padding: 8px 16px;
  font-size: 13px;
  color: #6b7280;
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.san-pham .pagination-stats .highlight {
  color: var(--primary-color);
  font-weight: 600;
}

/* Results per page selector */
.san-pham .results-per-page {
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(8px);
  border-radius: 12px;
  padding: 8px 16px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.san-pham .results-per-page label {
  font-size: 13px;
  color: #6b7280;
  margin: 0;
  font-weight: 500;
}

.san-pham .results-per-page select {
  border: none;
  background: transparent;
  color: var(--primary-color);
  font-weight: 600;
  font-size: 13px;
  cursor: pointer;
  outline: none;
}

/* Mobile responsive pagination */
@media (max-width: 768px) {
  .san-pham .pagination-container {
    margin: 30px 0;
    padding: 15px;
  }

  .san-pham .pagination {
    padding: 8px 12px;
    gap: 4px;
    border-radius: 12px;
  }

  .san-pham .page-btn {
    min-width: 36px;
    height: 36px;
    font-size: 13px;
    border-radius: 8px;
  }

  .san-pham .page-btn.nav-btn {
    width: 36px;
    height: 36px;
    min-width: 36px;
  }

  .san-pham .page-btn.nav-btn i {
    font-size: 14px;
  }

  .san-pham .page-ellipsis {
    min-width: 36px;
    height: 36px;
  }

  .san-pham .pagination-info {
    flex-direction: column;
    gap: 8px;
    margin-top: 12px;
  }

  .san-pham .pagination-stats,
  .san-pham .results-per-page {
    padding: 6px 12px;
    font-size: 12px;
    border-radius: 8px;
  }
}

/* Loading state for pagination */
.san-pham .pagination-loading {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
}

.san-pham .pagination-spinner {
  width: 32px;
  height: 32px;
  border: 3px solid #f3f4f6;
  border-top: 3px solid var(--primary-color);
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

/* Smooth page transition effect */
.san-pham .page-transition {
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.3s ease;
}

.san-pham .page-transition.loaded {
  opacity: 1;
  transform: translateY(0);
}

/* Futuristic glow effects */
@media (min-width: 992px) {
  .san-pham .pagination:hover {
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15), 0 4px 12px rgba(192, 0, 0, 0.2),
      0 0 0 1px rgba(192, 0, 0, 0.1);
  }

  .san-pham .page-btn.active {
    animation: pulseGlow 2s ease-in-out infinite alternate;
  }
}

@keyframes pulseGlow {
  0% {
    box-shadow: 0 6px 20px rgba(192, 0, 0, 0.4), 0 0 0 2px rgba(192, 0, 0, 0.2);
  }

  100% {
    box-shadow: 0 8px 25px rgba(192, 0, 0, 0.5), 0 0 0 3px rgba(192, 0, 0, 0.3),
      0 0 20px rgba(192, 0, 0, 0.2);
  }
}

/* ===== COMPACT PRICE DROPDOWN FILTER ===== */
.san-pham .price-filter-dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Button */
.san-pham .filter-dropdown-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(8px);
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 500;
  color: #374151;
  cursor: pointer;
  transition: all 0.2s ease;
  min-width: 200px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.san-pham .filter-dropdown-btn:hover {
  border-color: var(--primary-color);
  box-shadow: 0 4px 12px rgba(192, 0, 0, 0.15);
  background: rgba(255, 255, 255, 1);
}

.san-pham .filter-dropdown-btn.active {
  border-color: var(--primary-color);
  box-shadow: 0 0 0 2px rgba(192, 0, 0, 0.1);
}

.san-pham .filter-dropdown-btn i:first-child {
  color: var(--primary-color);
  font-size: 16px;
}

.san-pham .filter-text {
  color: #6b7280;
  font-weight: 500;
}

.san-pham .mobile-text {
  display: none;
}

.san-pham .price-range-preview {
  color: var(--primary-color);
  font-weight: 600;
  margin-left: auto;
  font-size: 13px;
}
.san-pham .dropdown-arrow {
  color: #9ca3af;
  font-size: 12px;
  transition: transform 0.2s ease;
}

.san-pham .filter-dropdown-btn.active .dropdown-arrow {
  transform: rotate(180deg);
}

/* Dropdown Menu */
.san-pham .price-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(192, 0, 0, 0.2);
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12), 0 4px 16px rgba(192, 0, 0, 0.1);
  padding: 20px;
  margin-top: 4px;
  z-index: 1000;
  min-width: 320px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.2s ease;
}

.san-pham .price-dropdown-menu.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* Dropdown Header */
.san-pham .price-dropdown-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.san-pham .price-dropdown-header h6 {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  color: #374151;
}

.san-pham .reset-btn {
  background: none;
  border: none;
  color: #6b7280;
  cursor: pointer;
  padding: 4px;
  border-radius: 6px;
  transition: all 0.2s ease;
}

.san-pham .reset-btn:hover {
  color: var(--primary-color);
  background: rgba(192, 0, 0, 0.1);
}

/* Price Values Display */
.san-pham .price-values-display {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  padding: 12px;
  background: rgba(248, 250, 252, 0.8);
  border: 1px solid #e5e7eb;
  border-radius: 8px;
}

.san-pham .price-input-group {
  text-align: center;
  flex: 1;
}

.san-pham .price-input-group label {
  display: block;
  font-size: 12px;
  color: #6b7280;
  margin-bottom: 4px;
  font-weight: 500;
}

.san-pham .price-input-group span {
  font-size: 14px;
  font-weight: 600;
  color: var(--primary-color);
  background: rgba(192, 0, 0, 0.1);
  padding: 4px 12px;
  border-radius: 6px;
  display: inline-block;
  min-width: 80px;
}

.san-pham .price-separator {
  color: #9ca3af;
  font-weight: 400;
  margin: 0 12px;
}

/* Dropdown Slider */
.san-pham .price-range-slider {
  position: relative;
  margin: 16px 0 20px;
}

.san-pham .slider-track {
  height: 4px;
  background: #e5e7eb;
  border-radius: 2px;
  position: relative;
  margin: 12px 0;
}

.san-pham .slider-range {
  height: 100%;
  background: var(--bg-gradient);
  border-radius: 2px;
  position: absolute;
  top: 0;
  box-shadow: 0 1px 4px rgba(192, 0, 0, 0.3);
}

.san-pham .slider-input {
  position: absolute;
  top: -6px;
  width: 100%;
  height: 16px;
  background: transparent;
  pointer-events: none;
  -webkit-appearance: none;
  appearance: none;
}

.san-pham .slider-input::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 16px;
  height: 16px;
  background: var(--bg-gradient);
  border-radius: 50%;
  cursor: pointer;
  pointer-events: auto;
  box-shadow: 0 2px 8px rgba(192, 0, 0, 0.4), 0 1px 3px rgba(0, 0, 0, 0.1);
  border: 2px solid white;
  transition: all 0.2s ease;
}

.san-pham .slider-input::-webkit-slider-thumb:hover {
  transform: scale(1.1);
  box-shadow: 0 4px 12px rgba(192, 0, 0, 0.5), 0 0 0 3px rgba(192, 0, 0, 0.1);
}

.san-pham .slider-input::-webkit-slider-thumb:active {
  transform: scale(1.15);
  box-shadow: 0 6px 16px rgba(192, 0, 0, 0.6), 0 0 0 4px rgba(192, 0, 0, 0.2);
}

/* Firefox */
.san-pham .slider-input::-moz-range-thumb {
  width: 16px;
  height: 16px;
  background: var(--bg-gradient);
  border-radius: 50%;
  cursor: pointer;
  pointer-events: auto;
  box-shadow: 0 2px 8px rgba(192, 0, 0, 0.4);
  border: 2px solid white;
  transition: all 0.2s ease;
}

.san-pham .slider-input::-moz-range-track {
  background: transparent;
  border: none;
}

/* Dropdown Presets */
.san-pham .price-presets {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin-bottom: 16px;
}

.san-pham .preset-btn {
  padding: 8px 12px;
  background: rgba(248, 250, 252, 0.8);
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 500;
  color: #6b7280;
  cursor: pointer;
  transition: all 0.2s ease;
  text-align: center;
}

.san-pham .preset-btn:hover {
  background: rgba(192, 0, 0, 0.1);
  border-color: var(--primary-color);
  color: var(--primary-color);
}

.san-pham .preset-btn.active {
  background: var(--bg-gradient);
  border-color: var(--primary-color);
  color: white;
  box-shadow: 0 2px 8px rgba(192, 0, 0, 0.3);
}

/* Dropdown Actions */
.san-pham .dropdown-actions {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding-top: 16px;
  display: flex;
  justify-content: flex-end;
}

.san-pham .apply-btn {
  background: var(--bg-gradient);
  border: none;
  border-radius: 8px;
  padding: 10px 20px;
  color: white;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: all 0.2s ease;
  box-shadow: 0 2px 8px rgba(192, 0, 0, 0.3);
}

.san-pham .apply-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(192, 0, 0, 0.4);
}

.san-pham .apply-btn:active {
  transform: translateY(0);
}

/* Filter Sort Bar Layout Update */
.san-pham .filter-sort-bar {
  display: flex;
  flex-direction: row;
  gap: 16px;
  margin-bottom: 24px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(8px);
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.san-pham .filter-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: flex-start;
}
.san-pham .popular-category-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 16px 12px;
  background: var(--bg-gradient);
  border-radius: 12px;
  text-decoration: none;
  color: white;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.san-pham .popular-category-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  transition: opacity 0.3s ease;
  opacity: 0;
}

.san-pham .popular-category-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(192, 0, 0, 0.3);
  text-decoration: none;
  color: white;
}

.san-pham .popular-category-item:hover:before {
  opacity: 1;
}

.san-pham .category-icon-wrapper {
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
  margin-right: 0;
  margin-left: 0;
}

.san-pham .category-icon-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.san-pham .category-name {
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 4px;
}

.san-pham .product-count {
  font-size: 11px;
  opacity: 0.8;
  background: rgba(255, 255, 255, 0.2);
  padding: 2px 8px;
  border-radius: 10px;
}

/* All Categories Section */
.san-pham .all-categories-section {
  padding: 20px 20px 0;
}

.san-pham .section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.san-pham .all-categories-section .section-title {
  font-size: 13px;
}
.san-pham .all-categories-section .toggle-categories-btn {
  font-size: 11px;
}

.san-pham .toggle-categories-btn {
  background: none;
  border: none;
  color: var(--primary-color);
  font-size: 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 4px 8px;
  border-radius: 6px;
  transition: all 0.2s ease;
}

.san-pham .toggle-categories-btn:hover {
  background: #f8f9fa;
}

.san-pham .toggle-icon {
  transition: transform 0.3s ease;
}

.san-pham .toggle-categories-btn.expanded .toggle-icon {
  transform: rotate(180deg);
}

.san-pham .categories-list-wrapper {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.san-pham .categories-list-wrapper.expanded {
  max-height: 400px;
}

.san-pham .categories-scrollable {
  max-height: 350px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #cbd5e0 #f7fafc;
}

.san-pham .categories-scrollable::-webkit-scrollbar {
  width: 4px;
}

.san-pham .categories-scrollable::-webkit-scrollbar-track {
  background: #f7fafc;
  border-radius: 2px;
}

.san-pham .categories-scrollable::-webkit-scrollbar-thumb {
  background: #cbd5e0;
  border-radius: 2px;
}

.san-pham .categories-scrollable::-webkit-scrollbar-thumb:hover {
  background: #a0aec0;
}

.san-pham .category-list-item {
  margin-bottom: 4px;
  transition: all 0.2s ease;
}

.san-pham .category-list-item.hidden {
  display: none;
}

.san-pham .category-item-link {
  display: block;
  padding: 12px 16px;
  border-radius: 8px;
  text-decoration: none;
  color: #4a5568;
  transition: all 0.2s ease;
  border: 1px solid transparent;
}

.san-pham .category-item-link:hover {
  background: #f7fafc;
  border-color: #e2e8f0;
  text-decoration: none;
  color: #2d3748;
}

.san-pham .category-item-link.active {
  background: var(--bg-gradient);
  color: white;
  border-color: var(--primary-color);
}

.san-pham .category-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.san-pham .category-info {
  display: flex;
  align-items: center;
  gap: 10px;
}

.san-pham .category-info img {
  width: 100%;
  height: 100%;
  width: 30px;
  height: 30px;
  min-width: 30px;
  min-height: 30px;
  object-fit: contain;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.san-pham .category-item-link.active .category-info i {
  color: rgba(255, 255, 255, 0.8);
}

.san-pham .category-title {
  font-size: 13px;
  font-weight: 500;
  max-width: 150px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.san-pham .category-meta {
  display: flex;
  align-items: center;
  gap: 8px;
}

.san-pham .item-count {
  font-size: 12px;
  color: #718096;
  background: #edf2f7;
  padding: 2px 8px;
  border-radius: 10px;
  min-width: 24px;
  text-align: center;
}

.san-pham .category-item-link.active .item-count {
  background: rgba(255, 255, 255, 0.2);
  color: white;
}

.san-pham .category-meta i {
  font-size: 12px;
  color: #cbd5e0;
}

.san-pham .category-item-link.active .category-meta i {
  color: rgba(255, 255, 255, 0.6);
}

/* Quick Filters */
.san-pham .quick-filters-section {
  padding: 20px;
  border-top: 1px solid #f5f5f5;
}

.san-pham .quick-filter-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.san-pham .filter-tag {
  padding: 8px 16px;
  background: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 500;
  color: #6c757d;
  cursor: pointer;
  transition: all 0.2s ease;
}

.san-pham .filter-tag:hover {
  background: #e9ecef;
  border-color: #dee2e6;
}

.san-pham .filter-tag.active {
  background: var(--bg-gradient);
  border-color: var(--primary-color);
  color: white;
}

/* Compact Banner */
.san-pham .sidebar-compact-banner {
  background: var(--bg-gradient);
  margin: 20px;
  border-radius: 12px;
  padding: 20px;
  color: white;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.san-pham .sidebar-compact-banner:before {
  content: "";
  position: absolute;
  top: -50%;
  right: -50%;
  width: 100%;
  height: 100%;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.1) 0%,
    transparent 70%
  );
  transform: rotate(45deg);
}

.san-pham .sidebar-compact-banner:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(192, 0, 0, 0.3);
}

.san-pham .banner-content {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

.san-pham .banner-text h6 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 4px;
}

.san-pham .banner-text p {
  font-size: 13px;
  opacity: 0.9;
  margin: 0;
}

.san-pham .banner-cta {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 500;
}
/* Animation Classes */
.san-pham .fade-in {
  animation: fadeIn 0.3s ease;
}

.san-pham .slide-up {
  animation: slideUp 0.3s ease;
}

/* Search Highlight */
.san-pham .search-highlight {
  background: #fff3cd;
  border-radius: 2px;
  padding: 0 2px;
}

/* Loading States */
.san-pham .categories-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  color: #6c757d;
}

.san-pham .categories-loading i {
  animation: spin 1s linear infinite;
  margin-right: 8px;
}

/* ===== MODERN PRODUCT CARD STYLES ===== */
.modern-product-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  position: relative;
  opacity: 0;
  transform: translateY(20px);
  border: 1px solid #f0f0f0;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.modern-product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  border-color: #e0e0e0;
}

/* Image Wrapper */
.modern-product-card .product-image-wrapper {
  position: relative;
  overflow: hidden;
  background: #f8f9fa;
}

.modern-product-card .product-image-container {
  position: relative;
  aspect-ratio: 1;
  overflow: hidden;
}

.modern-product-card .product-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.4s ease;
  -webkit-transition: transform 0.4s ease;
  -moz-transition: transform 0.4s ease;
  -ms-transition: transform 0.4s ease;
  -o-transition: transform 0.4s ease;
}

.modern-product-card:hover .product-image {
  transform: scale(1.05);
}

/* Image Overlay */
.modern-product-card .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  color: white;
  font-size: 14px;
  font-weight: 500;
}

.modern-product-card .image-overlay i {
  font-size: 24px;
  margin-bottom: 8px;
}

.modern-product-card:hover .image-overlay {
  opacity: 1;
}

/* Product Badge */
.modern-product-card .product-badge {
  position: absolute;
  top: 8px;
  left: 8px;
  padding: 4px 8px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  z-index: 2;
}

.modern-product-card .badge-hot {
  background: linear-gradient(135deg, #ff4757, #ff3838);
  color: white;
}

.modern-product-card .badge-new {
  background: linear-gradient(135deg, #2ed573, #1dd1a1);
  color: white;
}

.modern-product-card .badge-sale {
  background: linear-gradient(135deg, #ffa726, #ff9800);
  color: white;
}

/* Discount Percent */
.modern-product-card .discount-percent {
  position: absolute;
  top: 8px;
  right: 8px;
  background: linear-gradient(135deg, #ee5a24, #e74c3c);
  color: white;
  padding: 4px 8px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  z-index: 2;
}

/* Product Actions Overlay */
.modern-product-card .product-actions-overlay {
  position: absolute;
  bottom: 12px;
  right: 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  opacity: 0;
  transform: translateX(20px);
  transition: all 0.3s ease;
}

.modern-product-card:hover .product-actions-overlay {
  opacity: 1;
  transform: translateX(0);
}

.modern-product-card .quick-add-btn,
.modern-product-card .wishlist-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  background: white;
  color: #333;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 16px;
}

.modern-product-card .quick-add-btn:hover {
  background: #ee5a24;
  color: white;
  transform: scale(1.1);
}

.modern-product-card .wishlist-btn:hover {
  background: #e74c3c;
  color: white;
  transform: scale(1.1);
}

.modern-product-card .wishlist-btn.active {
  background: #e74c3c;
  color: white;
}

.modern-product-card .wishlist-btn.active i::before {
  content: "\f004";
}

/* Product Info */
.modern-product-card .product-info-wrapper {
  padding: 16px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.modern-product-card .product-name {
  margin: 0 0 7px 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  color: #333;
}

.modern-product-card .product-name a {
  color: inherit;
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color 0.3s ease;
}

.modern-product-card .product-name a:hover {
  color: #ee5a24;
}

/* Price Wrapper */
.modern-product-card .product-price-wrapper {
  margin-bottom: 4px;
}

.modern-product-card .current-price {
  font-size: 16px;
  font-weight: 700;
  color: #ee5a24;
  margin-right: 8px;
}

.modern-product-card .original-price {
  font-size: 13px;
  color: #999;
  text-decoration: line-through;
  font-weight: 400;
}

/* Product Stats */
.modern-product-card .product-stats {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  font-size: 12px;
}

.modern-product-card .rating-section {
  display: flex;
  align-items: center;
  gap: 4px;
}

.modern-product-card .stars {
  color: #ffc107;
  font-size: 12px;
  letter-spacing: 1px;
}

.modern-product-card .rating-text {
  color: #666;
  font-size: 11px;
}

.modern-product-card .sold-count {
  color: #999;
  font-size: 11px;
}

/* Product Actions Bottom */
.modern-product-card .product-actions-bottom {
  margin-top: 8px;
  padding-top: 10px;
  border-top: 1px solid #f0f0f0;
}

.modern-product-card .view-detail-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 100%;
  padding: 8px 12px;
  background: #f8f9fa;
  color: #666;
  text-decoration: none;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 500;
  transition: all 0.3s ease;
  border: 1px solid #e9ecef;
}

.modern-product-card .view-detail-btn:hover {
  background: #ee5a24;
  color: white;
  border-color: #ee5a24;
  text-decoration: none;
  transform: translateY(-1px);
}

/* Responsive Grid */
.modern-product-card .product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 20px;
  margin-bottom: 30px;
}

.modern-product-card.loaded {
  animation: fadeInUp 0.5s ease forwards;
}

/* List View Support */
.modern-product-card .product-grid.list-view {
  grid-template-columns: 1fr;
}

.modern-product-card .product-grid.list-view .modern-product-card {
  display: flex;
  flex-direction: row;
  max-width: 100%;
}

.modern-product-card .product-grid.list-view .product-image-wrapper {
  width: 200px;
  flex-shrink: 0;
}

.modern-product-card .product-grid.list-view .product-info-wrapper {
  flex: 1;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.modern-product-card .product-grid.list-view .product-name {
  font-size: 16px;
  margin-bottom: 8px;
}

.modern-product-card .product-grid.list-view .current-price {
  font-size: 18px;
}

/* Loading Animation */
.modern-product-card {
  opacity: 0;
  animation: fadeInUp 0.6s ease forwards;
}

/* Page Transition */
.modern-product-card .product-grid.page-transition {
  opacity: 0.7;
  transform: translateY(10px);
  transition: all 0.3s ease;
}

.modern-product-card .product-grid.page-transition.loaded {
  opacity: 1;
  transform: translateY(0);
}
.product-grid.list-view .modern-product-card {
  flex-direction: row;
}
/* trang sản phẩm end */

/* trang sản phẩm chi tiết start */
.san-pham-detail .product-gallery-image {
  overflow: hidden;
}
.san-pham-detail .swiper-main .product-gallery-image {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.san-pham-detail .product-gallery-image a,
.san-pham-detail .product-gallery-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}

/* Main Product Section */
.san-pham-detail .product-main {
  background: #fff;
}

/* Product Images */
.san-pham-detail .product-images {
  position: relative;
}

.san-pham-detail .swiper-main .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8f8f8;
  border-radius: 8px;
}

.san-pham-detail .swiper-main .swiper-slide img {
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
  object-fit: contain;
}

.san-pham-detail .swiper-thumbs .swiper-slide {
  cursor: pointer;
  border: 2px solid transparent;
  border-radius: 6px;
  overflow: hidden;
  background: #f8f8f8;
}

.san-pham-detail .swiper-thumbs .swiper-slide-thumb-active {
  border-color: #d01515;
}

.san-pham-detail .swiper-thumbs .swiper-slide img {
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
  object-fit: contain;
}

/* Product Info */
.san-pham-detail .product-info {
  padding: 0 0 20px 0;
}

.san-pham-detail .product-title {
  font-size: clamp(1.5rem, 1.3462rem + 0.7692vw, 2rem);
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 15px;
}

.san-pham-detail .product-rating {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e0e0e0;
}

.san-pham-detail .rating-stars {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: clamp(0.8rem, 0.7385rem + 0.3077vw, 1rem);
}

.san-pham-detail .rating-text {
  color: #1e1e1e;
  font-weight: 500;
  text-decoration: underline;
}

.san-pham-detail .rating-divider {
  width: 1px;
  height: 20px;
  background: #cdcdcd;
}

.san-pham-detail .sold-count {
  color: #808080;
  font-size: 14px;
  display: flex;
  gap: 7px;
}

.san-pham-detail .price-section {
  margin-bottom: 20px;
}

.san-pham-detail .price-row {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 8px;
}

.san-pham-detail .price-current {
  font-size: clamp(1.2rem, 1.1385rem + 0.3077vw, 1.5rem);
  font-weight: 600;
  color: #d01515;
}

.san-pham-detail .price-original {
  font-size: clamp(1rem, 0.9385rem + 0.3077vw, 1.3rem);
  color: #767676;
  text-decoration: line-through;
}

.san-pham-detail .price-discount {
  background: #d01515;
  color: white;
  padding: 2px 6px;
  border-radius: 3px;
  font-size: 14px;
}

.san-pham-detail .product-description {
  margin-bottom: 20px;
}

.san-pham-detail .description-title {
  font-weight: 500;
  margin-bottom: 8px;
}

.san-pham-detail .description-text {
  color: #767676;
  font-size: 14px;
  line-height: 1.5;
}

/* Color Selection */
.san-pham-detail .color-section {
  margin-bottom: 20px;
}

.san-pham-detail .section-title {
  font-weight: 500;
  margin-bottom: 12px;
}

.san-pham-detail .color-options {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.san-pham-detail .color-option {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  border: 2px solid #e0e0e0;
  cursor: pointer;
  transition: all 0.3s ease;
}

.san-pham-detail .color-option.active {
  border-color: #d01515;
  box-shadow: 0 0 0 2px rgba(208, 21, 21, 0.2);
}

/* Quantity & Stock */
.san-pham-detail .quantity-stock {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 25px;
}

.san-pham-detail .stock-info {
  color: #808080;
  font-size: 14px;
}

.san-pham-detail .quantity-selector {
  display: flex;
  align-items: center;
  gap: 10px;
}

.san-pham-detail .quantity-controls {
  display: flex;
  align-items: center;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  overflow: hidden;
}

.san-pham-detail .quantity-btn {
  width: 35px;
  height: 35px;
  border: none;
  background: #e9e9e9;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.san-pham-detail .quantity-input {
  width: 50px;
  height: 35px;
  border: none;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
}

/* Action Buttons */
.san-pham-detail .action-buttons {
  display: flex;
  gap: 10px;
  margin-bottom: 30px;
}

.san-pham-detail .btn-add-cart {
  flex: 1;
  background: #939393;
  color: white;
  border: none;
  padding: 15px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.san-pham-detail .btn-buy-now {
  flex: 1;
  background: #d01515;
  color: white;
  border: none;
  padding: 15px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
}

/* Pre-order button styles */
.san-pham-detail .btn-add-cart.btn-warning,
.san-pham-detail .btn-buy-now.btn-warning {
  background: #f59e0b;
  color: white;
}

.san-pham-detail .btn-add-cart.btn-warning:hover,
.san-pham-detail .btn-buy-now.btn-warning:hover {
  background: #d97706;
}

/* Normal state button styles */
.san-pham-detail .btn-add-cart.btn-primary {
  background: #939393;
}

.san-pham-detail .btn-buy-now.btn-danger {
  background: #d01515;
}

/* Store Info Section */
.san-pham-detail .store-info {
  background: #fff;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 8px;
}

.san-pham-detail .store-header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}

.san-pham-detail .store-avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #f0f0f0;
}

.san-pham-detail .store-details h3 {
  font-size: 18px;
  margin-bottom: 5px;
}

.san-pham-detail .store-status {
  color: #848484;
  font-size: 14px;
}

.san-pham-detail .store-description {
  color: #767676;
  font-size: 14px;
  line-height: 1.5;
}

/* Contact Buttons */
.san-pham-detail .contact-buttons {
  position: fixed;
  right: 15px;
  bottom: 80px;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.san-pham-detail .contact-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: white;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.san-pham-detail .contact-btn.phone {
  background: #d01515;
}

.san-pham-detail .contact-btn.messenger {
  background: #1534d0;
}

.san-pham-detail .contact-btn.zalo {
  background: #007fc6;
}

/* Product Details Section */
.san-pham-detail .product-details {
  background: #fff;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 8px;
}

.san-pham-detail .section-header {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 3px solid #d01515;
  position: relative;
}

.san-pham-detail .section-header::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 40px;
  height: 3px;
  background: #d01515;
}

.san-pham-detail .details-content {
  color: #767676;
  line-height: 1.6;
}

.san-pham-detail .details-image {
  width: 100%;
  max-width: 500px;
  margin: 20px auto;
  display: block;
  border-radius: 8px;
}

/* Reviews Section */
.san-pham-detail .reviews-section {
  background: #fff;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 8px;
}

.san-pham-detail .review-item {
  border-bottom: 1px solid #f0f0f0;
  padding: 20px 0;
}

.san-pham-detail .review-item:last-child {
  border-bottom: none;
}

.san-pham-detail .review-header {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 15px;
}

.san-pham-detail .review-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #f0f0f0;
  flex-shrink: 0;
}

.san-pham-detail .review-info h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}

.san-pham-detail .review-meta {
  color: #767676;
  font-size: 14px;
  margin-bottom: 10px;
}

.san-pham-detail .review-content {
  color: #767676;
  line-height: 1.5;
  margin-bottom: 15px;
}

.san-pham-detail .review-attributes {
  margin-bottom: 10px;
}

.san-pham-detail .review-attributes span {
  color: #1e1e1e;
  font-weight: 500;
}

.san-pham-detail .review-images {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: 15px;
}

.san-pham-detail .review-img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 6px;
}

.san-pham-detail .view-more-btn {
  background: #e3e3e3;
  border: none;
  padding: 12px 30px;
  border-radius: 15px 15px 0 0;
  margin: 20px auto 0;
  display: block;
  cursor: pointer;
  font-size: 16px;
  color: #1e1e1e;
}

/* Related Products */
.san-pham-detail .related-products {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
}

.san-pham-detail .products-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  margin-bottom: 20px;
}

.san-pham-detail .product-card {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.san-pham-detail .product-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.san-pham-detail .product-card-img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.san-pham-detail .product-card-info {
  padding: 12px;
}

.san-pham-detail .product-card-title {
  font-size: 13px;
  line-height: 1.3;
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.san-pham-detail .product-card-price {
  color: #d01515;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 8px;
}

.san-pham-detail .product-card-btn {
  background: #d01515;
  color: white;
  border: none;
  padding: 6px 12px;
  border-radius: 3px;
  font-size: 11px;
  cursor: pointer;
  width: 100%;
}

.san-pham-detail .products-grid {
  grid-template-columns: repeat(3, 1fr);
}

.san-pham-detail .contact-buttons {
  right: 30px;
}

/* Loading Animation */
.san-pham-detail .loading {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 3px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  border-top-color: #fff;
  animation: spin 1s ease-in-out infinite;
}

/* Star Rating */
.san-pham-detail .stars {
  color: #ffb636;
}
/* trang sản phẩm chi tiết end */

/* trang setting store start */
/* Glass Morphism Base */
.page-manager-setting-store .glass-card {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 24px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
  position: relative;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.page-manager-setting-store .glass-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(192, 0, 0, 0.3),
    transparent
  );
  opacity: 0;
  transition: opacity 0.3s ease;
}

.page-manager-setting-store .glass-card:hover::before {
  opacity: 1;
}

.page-manager-setting-store .glass-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15),
    inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

/* Futuristic Header */
.page-manager-setting-store .futuristic-header {
  padding: 32px;
  margin-bottom: 32px;
}

.page-manager-setting-store .header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.page-manager-setting-store .header-left {
  display: flex;
  align-items: center;
  gap: 20px;
}

.page-manager-setting-store .header-icon {
  width: 64px;
  height: 64px;
  min-width: 64px;
  min-height: 64px;
  background: var(--gradient-primary);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 28px;
  box-shadow: 0 8px 24px rgba(192, 0, 0, 0.3);
}

.page-manager-setting-store .header-title {
  font-size: clamp(1.5rem, 1.1923rem + 1.5385vw, 2.5rem);
  font-weight: 800;
  background: var(--gradient-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 0;
  line-height: 1.2;
}

.page-manager-setting-store .header-subtitle {
  color: var(--text-secondary);
  font-size: clamp(0.95rem, 0.9038rem + 0.2308vw, 1.1rem);
  margin: 4px 0 0 0;
  font-weight: 500;
}

/* Luxury Button */
.page-manager-setting-store .luxury-btn {
  position: relative;
  background: var(--gradient-primary);
  border: none;
  border-radius: 16px;
  padding: 16px 32px;
  color: white;
  font-weight: 600;
  font-size: 1rem;
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 8px 24px rgba(192, 0, 0, 0.3);
  margin-left: auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}
.page-manager-setting-store .bento-item.hours-card .card-footer {
  background: transparent;
  padding-top: 20px;
  padding-right: 0;

}

.page-manager-setting-store .luxury-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(192, 0, 0, 0.4);
}

.page-manager-setting-store .btn-glow {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.3),
    transparent
  );
  transition: left 0.6s ease;
}

.page-manager-setting-store .luxury-btn:hover .btn-glow {
  left: 100%;
}

.page-manager-setting-store .btn-icon {
  font-size: 1.2rem;
}

/* Bootstrap Grid Layout */
.page-manager-setting-store .bento-item {
  padding: 32px;
}

.page-manager-setting-store .shop-profile-container {
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}

.page-manager-setting-store .cover-upload-area {
  height: 260px;
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  margin-bottom: 40px;
}

.page-manager-setting-store .cover-preview {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
  transition: transform 0.3s ease;
}

.page-manager-setting-store .cover-upload-area:hover .cover-preview {
  transform: scale(1.05);
}

.page-manager-setting-store .cover-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.page-manager-setting-store .cover-upload-area:hover .cover-overlay {
  opacity: 1;
}

.page-manager-setting-store .upload-prompt {
  color: white;
  text-align: center;
  font-weight: 600;
}

.page-manager-setting-store .upload-prompt i {
  font-size: 2rem;
  display: block;
  margin-bottom: 8px;
}

.page-manager-setting-store .avatar-upload-area {
  position: absolute;
  top: 215px;
  left: 32px;
  z-index: 10;
  cursor: pointer;
}

.page-manager-setting-store .avatar-container {
  width: 120px;
  height: 120px;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  border: 6px solid white;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease;
}

.page-manager-setting-store .avatar-upload-area:hover .avatar-container {
  transform: scale(1.05);
}

.page-manager-setting-store .avatar-preview {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-manager-setting-store .avatar-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(192, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  color: white;
  font-size: 1.5rem;
}

.page-manager-setting-store .avatar-upload-area:hover .avatar-overlay {
  opacity: 1;
}

.page-manager-setting-store .shop-info {
  margin-top: 60px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page-manager-setting-store .shop-name {
  font-size: clamp(1.3rem, 1.0846rem + 1.0769vw, 2rem);
  font-weight: 800;
  color: var(--text-dark);
  margin-bottom: 16px;
}

.page-manager-setting-store .shop-stats {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 24px;
  flex-wrap: wrap;
  font-size: clamp(0.7rem, 0.6077rem + 0.4615vw, 1rem);
}

.page-manager-setting-store .stat-badge {
  background: rgba(40, 167, 69, 0.1);
  color: #28a745;
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 0.9rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 6px;
}

.page-manager-setting-store .stat-item {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--text-secondary);
  font-weight: 500;
}

.page-manager-setting-store .stat-item i {
  color: var(--accent-color);
}

.page-manager-setting-store .view-shop-btn {
  background: rgba(192, 0, 0, 0.1);
  color: var(--primary-color);
  border: 2px solid rgba(192, 0, 0, 0.2);
  border-radius: 16px;
  padding: 12px 24px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 8px;
  align-self: flex-start;
}

.page-manager-setting-store .view-shop-btn:hover {
  background: var(--primary-color);
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(192, 0, 0, 0.3);
}

/* Card Styles */

/* Card Header */
.page-manager-setting-store .card-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}

.page-manager-setting-store .card-icon {
  width: 48px;
  height: 48px;
  min-width: 48px;
  min-height: 48px;
  background: var(--gradient-primary);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1rem;
  box-shadow: 0 4px 16px rgba(192, 0, 0, 0.3);
}

.page-manager-setting-store .card-title {
  font-size: clamp(1rem, 0.9077rem + 0.4615vw, 1.3rem);
  font-weight: 700;
  color: var(--text-dark);
  margin: 0;
}

/* Form Elements */
.page-manager-setting-store .form-group {
  margin-bottom: 24px;
}

.page-manager-setting-store .form-label {
  display: block;
  font-weight: 600;
  color: var(--text-dark);
  margin-bottom: 8px;
  font-size: clamp(0.85rem, 0.8192rem + 0.1538vw, 0.95rem);
}

.page-manager-setting-store .input-wrapper {
  position: relative;
}

.page-manager-setting-store .futuristic-input {
  width: 100%;
  background: rgba(248, 249, 250, 0.8);
  border: 2px solid rgba(229, 229, 229, 0.5);
  border-radius: 16px;
  padding: 16px 20px;
  font-size: 1rem;
  color: var(--text-dark);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  backdrop-filter: blur(10px);
}
.page-manager-setting-store textarea.futuristic-input {
  scrollbar-width: thin;
  scrollbar-color: var(--primary-color) transparent;
}
.page-manager-setting-store .futuristic-input:focus {
  outline: none;
  border-color: var(--primary-color);
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 0 0 4px rgba(192, 0, 0, 0.1);
}

.page-manager-setting-store .input-glow {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 16px;
  background: var(--gradient-primary);
  opacity: 0;
  z-index: -1;
  transition: opacity 0.3s ease;
}

.page-manager-setting-store .futuristic-input:focus + .input-glow {
  opacity: 0.1;
}

.page-manager-setting-store .select-wrapper {
  position: relative;
}
.page-manager-setting-store .select-wrapper {
  position: relative;
}
.page-manager-setting-store .futuristic-select {
  width: 100%;
  background: rgba(248, 249, 250, 0.8);
  border: 2px solid rgba(229, 229, 229, 0.5);
  border-radius: 16px;
  padding: 16px 20px;
  font-size: 1rem;
  color: var(--text-dark);
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  backdrop-filter: blur(10px);
  appearance: none;      /* Ẩn mũi tên mặc định */
  -webkit-appearance: none;
  -moz-appearance: none;
}

.page-manager-setting-store .futuristic-select:focus {
  outline: none;
  border-color: var(--primary-color);
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 0 0 4px rgba(192, 0, 0, 0.1);
}
.page-manager-setting-store .select-wrapper::after {
  content: "\f0d7";
  font-family: "FontAwesome";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  pointer-events: none;
  font-size: 14px;
  color: #666;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
/* Payment Methods */
.page-manager-setting-store .payment-methods {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.page-manager-setting-store .payment-item {
  position: relative;
}

.page-manager-setting-store .futuristic-checkbox {
  display: none;
}

.page-manager-setting-store .payment-label {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 12px 12px;
  background: rgba(248, 249, 250, 0.8);
  border: 2px solid rgba(229, 229, 229, 0.5);
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  backdrop-filter: blur(10px);
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  font-size: clamp(0.85rem, 0.8038rem + 0.2308vw, 1rem);
}

.page-manager-setting-store .payment-label:hover {
  background: rgba(255, 255, 255, 0.95);
  border-color: var(--primary-color);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.page-manager-setting-store .futuristic-checkbox:checked + .payment-label {
  background: rgba(192, 0, 0, 0.1);
  border-color: var(--primary-color);
  box-shadow: 0 4px 16px rgba(192, 0, 0, 0.2);
}

.page-manager-setting-store .payment-icon {
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.1rem;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

.page-manager-setting-store .payment-icon.cod {
  background: linear-gradient(135deg, #28a745, #20c997);
}

.page-manager-setting-store .payment-icon.bank {
  background: linear-gradient(135deg, #007bff, #6f42c1);
}

.page-manager-setting-store .payment-icon.wallet {
  background: linear-gradient(135deg, #dc3545, #fd7e14);
}

/* Business Hours */
.page-manager-setting-store .business-hours {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.page-manager-setting-store .hour-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 12px 16px;
  background: rgba(248, 249, 250, 0.8);
  border-radius: 12px;
  backdrop-filter: blur(10px);
}

.page-manager-setting-store .day-label {
  font-weight: 600;
  color: var(--text-dark);
  min-width: 32px;
}

.page-manager-setting-store .time-controls {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1;
}

.page-manager-setting-store .time-input {
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(229, 229, 229, 0.5);
  border-radius: 8px;
  padding: 8px 12px;
  font-size: 0.9rem;
  color: var(--text-dark);
  transition: all 0.3s ease;
}

.page-manager-setting-store .time-input:focus {
  outline: none;
  border-color: var(--primary-color);
  box-shadow: 0 0 0 2px rgba(192, 0, 0, 0.1);
}

.page-manager-setting-store .time-separator {
  color: var(--text-secondary);
  font-weight: 600;
}

/* Toggle Switch */
.page-manager-setting-store .toggle-switch {
  position: relative;
}

.page-manager-setting-store .toggle-input {
  display: none;
}

.page-manager-setting-store .toggle-label {
  width: 48px;
  height: 24px;
  background: rgba(229, 229, 229, 0.5);
  border-radius: 12px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
  display: block;
}

.page-manager-setting-store .toggle-label::after {
  content: "";
  width: 20px;
  height: 20px;
  background: white;
  border-radius: 50%;
  position: absolute;
  top: 2px;
  left: 2px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.page-manager-setting-store .toggle-input:checked + .toggle-label {
  background: var(--gradient-primary);
}

.page-manager-setting-store .toggle-input:checked + .toggle-label::after {
  transform: translateX(24px);
}

/* Quick Actions */


.page-manager-setting-store .action-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 20px 16px;
  background: rgba(248, 249, 250, 0.8);
  border: 2px solid rgba(229, 229, 229, 0.5);
  border-radius: 16px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  backdrop-filter: blur(10px);
  font-weight: 600;
  color: var(--text-dark);
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: clamp(0.85rem, 0.8038rem + 0.2308vw, 1rem);
}

.page-manager-setting-store .action-btn:hover {
  background: rgba(255, 255, 255, 0.95);
  border-color: var(--primary-color);
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.page-manager-setting-store .action-btn i {
  font-size: 1.5rem;
  color: var(--primary-color);
}

/* Mobile Save Button */
.page-manager-setting-store .mobile-save-container {
  position: fixed;
  bottom: 20px;
  left: 20px;
  right: 20px;
  z-index: 100;
}

.page-manager-setting-store .mobile-save-btn {
  width: 100%;
  justify-content: center;
}
.page-manager-setting-store .loading {
  animation: pulse 1.5s ease-in-out infinite;
  pointer-events: none;
}

/* Micro Interactions */
.page-manager-setting-store .glass-card,
.luxury-btn,
.futuristic-input,
.page-manager-setting-store .payment-label,
.page-manager-setting-store .action-btn {
  will-change: transform;
}

.page-manager-setting-store header {
  position: relative;
}

 /* Button Loading State */
 .page-manager-setting-store .luxury-btn.loading {
  position: relative;
  pointer-events: none;
  opacity: 0.8;
}

.page-manager-setting-store .luxury-btn.loading .btn-text {
  opacity: 0.5;
}

.page-manager-setting-store .luxury-btn.loading .btn-icon {
  animation: spin 1s linear infinite;
}

.page-manager-setting-store .luxury-btn.loading::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin: -10px 0 0 -10px;
  border: 2px solid transparent;
  border-top: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

/* Form validation styles */
.page-manager-setting-store .futuristic-input.error, 
.page-manager-setting-store .futuristic-select.error {
  border-color: #dc3545 !important;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25) !important;
}

.page-manager-setting-store .futuristic-input.success, 
.page-manager-setting-store .futuristic-select.success {
  border-color: #28a745 !important;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25) !important;
}

/* Crop Modal Styles */
.page-manager-setting-store #cropImageModal .modal-content {
  border-radius: 20px;
  border: none;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(20px);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.page-manager-setting-store #cropImageModal .modal-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  background: linear-gradient(135deg, rgba(74, 144, 226, 0.1), rgba(143, 130, 255, 0.1));
  border-radius: 20px 20px 0 0;
}

.page-manager-setting-store #cropImageModal .modal-title {
  color: #2c3e50;
  font-weight: 600;
  font-size: 1.2rem;
}

.page-manager-setting-store #cropImageModal .btn-close {
  background: none;
  border: none;
  font-size: 1.2rem;
  color: #6c757d;
  opacity: 0.8;
  transition: all 0.3s ease;
}

.page-manager-setting-store #cropImageModal .btn-close:hover {
  opacity: 1;
  transform: scale(1.1);
}

.page-manager-setting-store #cropImageModal .crop-container {
  height: 400px;
  overflow: hidden;  
  background: #f8f9fa;
  position: relative;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Đảm bảo cropper container có đủ height */
.page-manager-setting-store #cropImageModal .cropper-container {
  height: 100% !important;
  max-height: 400px !important;
}

.page-manager-setting-store #cropImageModal .cropper-canvas {
  max-height: 380px !important;
}

/* Border-radius chỉ cho avatar */
.page-manager-setting-store #cropImageModal .crop-container.crop-avatar {
  border-radius: 12px;
}

.page-manager-setting-store #cropImageModal .crop-container.crop-avatar .cropper-view-box,
.page-manager-setting-store #cropImageModal .crop-container.crop-avatar .cropper-crop-box {
  border-radius: 50%;
}

.page-manager-setting-store #cropImageModal .crop-container.crop-avatar .cropper-crop-box .cropper-face {
  border-radius: 50%;
}

.page-manager-setting-store #cropImageModal .loading-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(248, 249, 250, 0.9);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 10;
  border-radius: 12px;
}

.page-manager-setting-store #cropImageModal .loading-spinner {
  font-size: 2rem;
  color: #4a90e2;
  animation: spin 2s linear infinite;
  margin-bottom: 1rem;
}

.page-manager-setting-store #cropImageModal .loading-text {
  color: #6c757d;
  font-size: 0.9rem;
  font-weight: 500;
}

.page-manager-setting-store #cropImageModal .modal-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(248, 249, 250, 0.5);
  border-radius: 0 0 20px 20px;
}

.page-manager-setting-store #cropImageModal .btn {
  border-radius: 12px;
  padding: 0.75rem 1.5rem;
  font-weight: 500;
  transition: all 0.3s ease;
  border: none;
}

.page-manager-setting-store #cropImageModal .btn-secondary {
  background: rgba(108, 117, 125, 0.1);
  color: #6c757d;
  border: 1px solid rgba(108, 117, 125, 0.3);
}

.page-manager-setting-store #cropImageModal .btn-secondary:hover {
  background: rgba(108, 117, 125, 0.2);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(108, 117, 125, 0.3);
}

.page-manager-setting-store #cropImageModal .btn-primary {
  background: linear-gradient(135deg, #4a90e2, #8f82ff);
  color: white;
  box-shadow: 0 4px 15px rgba(74, 144, 226, 0.3);
}

.page-manager-setting-store #cropImageModal .btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(74, 144, 226, 0.4);
}

.page-manager-setting-store #cropImageModal .btn-primary:disabled {
  background: #6c757d;
  transform: none;
  box-shadow: none;
}

/* Upload area hover effects */
.page-manager-setting-store .cover-upload-area:hover .cover-overlay {
  background: rgba(0, 0, 0, 0.6);
}

.page-manager-setting-store .cover-upload-area:hover .upload-prompt {
  transform: scale(1.05);
}

.page-manager-setting-store .avatar-upload-area:hover .avatar-overlay {
  opacity: 1;
  background: rgba(0, 0, 0, 0.6);
}

.page-manager-setting-store .avatar-upload-area:hover .avatar-container {
  transform: scale(1.05);
}
.page-manager-setting-store .cropper-view-box {
  border-radius: 0% !important;
  -webkit-border-radius: 0% !important;
  -moz-border-radius: 0% !important;
  -ms-border-radius: 0% !important;
  -o-border-radius: 0% !important;
}
.page-manager-setting-store .crop-container.crop-avatar .cropper-view-box{
  border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -ms-border-radius: 50% !important;
  -o-border-radius: 50% !important;
}
/* trang setting store end */

/* Advanced Settings Modal - Cài đặt nâng cao */
.page-manager-setting-store #advancedSettingsModal .modal-dialog {
  max-width: 95vw;
  width: 1400px;
  margin: 1rem auto;
}

.page-manager-setting-store #advancedSettingsModal .modal-content {
  border-radius: 24px;
  border: none;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(20px);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}

.page-manager-setting-store #advancedSettingsModal .modal-header {
  background: linear-gradient(135deg, rgba(192, 0, 0, 0.1), rgba(255, 69, 0, 0.1));
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 2rem;
  position: relative;
}


.page-manager-setting-store #advancedSettingsModal .modal-title {
  color: #2c3e50;
  font-weight: 800;
  font-size: clamp(1.3rem, 1.0846rem + 1.0769vw, 2rem);
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 0;
}

.page-manager-setting-store #advancedSettingsModal .modal-title i {
  width: 48px;
  height: 48px;
  background: var(--gradient-primary);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.2rem;
}

.page-manager-setting-store #advancedSettingsModal .btn-close {
  background: none;
  border: none;
  font-size: 1.5rem;
  color: #6c757d;
  opacity: 0.8;
  transition: all 0.3s ease;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-manager-setting-store #advancedSettingsModal .btn-close:hover {
  opacity: 1;
  transform: scale(1.1);
  background: rgba(108, 117, 125, 0.1);
}

.page-manager-setting-store #advancedSettingsModal .modal-body {
  padding: 2rem;
  max-height: 80vh;
  overflow-y: auto;
}

/* Advanced Settings Bento Grid */
.page-manager-setting-store .advanced-settings-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 1.5rem;
  max-height: 60vh;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: var(--primary-color) transparent;
}

.page-manager-setting-store .advanced-card {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  padding: 1.5rem;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.page-manager-setting-store .advanced-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--gradient-primary);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.page-manager-setting-store .advanced-card:hover::before {
  opacity: 1;
}

.page-manager-setting-store .advanced-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

/* Advanced Card Headers */
.page-manager-setting-store .advanced-card-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(229, 229, 229, 0.5);
}

.page-manager-setting-store .advanced-card-icon {
  width: 40px;
  height: 40px;
  background: var(--gradient-primary);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1rem;
  box-shadow: 0 4px 12px rgba(192, 0, 0, 0.3);
}

.page-manager-setting-store .advanced-card-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--text-dark);
  margin: 0;
}

.page-manager-setting-store .advanced-card-subtitle {
  font-size: 0.85rem;
  color: var(--text-secondary);
  margin: 0;
  opacity: 0.8;
}

/* Advanced Form Elements */
.page-manager-setting-store .advanced-form-group {
  margin-bottom: 1.5rem;
}

.page-manager-setting-store .advanced-form-group:last-child {
  margin-bottom: 0;
}

.page-manager-setting-store .advanced-form-label {
  display: block;
  font-weight: 600;
  color: var(--text-dark);
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
}

.page-manager-setting-store .advanced-input-wrapper {
  position: relative;
}

.page-manager-setting-store .advanced-input {
  width: 100%;
  background: rgba(248, 249, 250, 0.8);
  border: 2px solid rgba(229, 229, 229, 0.5);
  border-radius: 12px;
  padding: 12px 16px;
  font-size: 0.9rem;
  color: var(--text-dark);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  backdrop-filter: blur(10px);
}

.page-manager-setting-store .advanced-input:focus {
  outline: none;
  border-color: var(--primary-color);
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 0 0 3px rgba(192, 0, 0, 0.1);
}

.page-manager-setting-store .advanced-select {
  width: 100%;
  background: rgba(248, 249, 250, 0.8);
  border: 2px solid rgba(229, 229, 229, 0.5);
  border-radius: 12px;
  padding: 12px 16px;
  font-size: 0.9rem;
  color: var(--text-dark);
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  backdrop-filter: blur(10px);
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.page-manager-setting-store .advanced-select:focus {
  outline: none;
  border-color: var(--primary-color);
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 0 0 3px rgba(192, 0, 0, 0.1);
}

/* Advanced Toggle Switches */
.page-manager-setting-store .advanced-toggle-group {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.page-manager-setting-store .advanced-toggle-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  background: rgba(248, 249, 250, 0.8);
  border-radius: 12px;
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
}

.page-manager-setting-store .advanced-toggle-item:hover {
  background: rgba(255, 255, 255, 0.95);
  transform: translateX(4px);
}

.page-manager-setting-store .advanced-toggle-label {
  font-weight: 500;
  color: var(--text-dark);
  font-size: 0.9rem;
}

.page-manager-setting-store .advanced-toggle-description {
  font-size: 0.75rem;
  color: var(--text-secondary);
  margin-top: 2px;
}

.page-manager-setting-store .advanced-toggle-switch {
  position: relative;
}

.page-manager-setting-store .advanced-toggle-input {
  display: none;
}

.page-manager-setting-store .advanced-toggle-slider {
  width: 44px;
  height: 22px;
  background: rgba(229, 229, 229, 0.5);
  border-radius: 11px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
  display: block;
}

.page-manager-setting-store .advanced-toggle-slider::after {
  content: '';
  width: 18px;
  height: 18px;
  background: white;
  border-radius: 50%;
  position: absolute;
  top: 2px;
  left: 2px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.page-manager-setting-store .advanced-toggle-input:checked + .advanced-toggle-slider {
  background: var(--gradient-primary);
}

.page-manager-setting-store .advanced-toggle-input:checked + .advanced-toggle-slider::after {
  transform: translateX(22px);
}

/* Social Media Links Grid */
.page-manager-setting-store .social-links-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 1rem;
}

.page-manager-setting-store .social-link-item {
  position: relative;
}

.page-manager-setting-store .social-link-icon {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-secondary);
  font-size: 1rem;
}

.page-manager-setting-store .social-link-input {
  padding-left: 44px;
}

/* Specific social media colors */
.page-manager-setting-store .social-link-item.facebook .social-link-icon {
  color: #1877F2;
}

.page-manager-setting-store .social-link-item.instagram .social-link-icon {
  color: #E4405F;
}

.page-manager-setting-store .social-link-item.tiktok .social-link-icon {
  color: #000000;
}

.page-manager-setting-store .social-link-item.youtube .social-link-icon {
  color: #FF0000;
}

.page-manager-setting-store .social-link-item.zalo .social-link-icon {
  color: #0068FF;
}

/* Categories Section */
.page-manager-setting-store .categories-grid {
  /* display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 1rem; */
  padding-top: 10px;
  max-height: 300px;
  overflow-y: auto;
}

.page-manager-setting-store .category-item {
  position: relative;
}

.page-manager-setting-store .category-checkbox {
  display: none;
}

.page-manager-setting-store .category-label {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  background: rgba(248, 249, 250, 0.8);
  border: 2px solid rgba(229, 229, 229, 0.5);
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  backdrop-filter: blur(10px);
  font-size: 0.85rem;
  font-weight: 500;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.page-manager-setting-store .category-item span {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-break: break-word;
}

.page-manager-setting-store .category-label:hover {
  background: rgba(255, 255, 255, 0.95);
  border-color: var(--primary-color);
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
}

.page-manager-setting-store .category-checkbox:checked + .category-label {
  background: rgba(192, 0, 0, 0.1);
  border-color: var(--primary-color);
  box-shadow: 0 4px 12px rgba(192, 0, 0, 0.2);
}

.page-manager-setting-store .category-checkmark {
  width: 16px;
  height: 16px;
  border: 2px solid rgba(229, 229, 229, 0.5);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  color: white;
  transition: all 0.3s ease;
}

.page-manager-setting-store .category-checkbox:checked + .category-label .category-checkmark {
  background: var(--primary-color);
  border-color: var(--primary-color);
}

/* Modal Footer */
.page-manager-setting-store #advancedSettingsModal .modal-footer {
  background: rgba(248, 249, 250, 0.5);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 1.5rem 2rem;
  display: flex;
  gap: 1rem;
  justify-content: flex-end;
}

.page-manager-setting-store #advancedSettingsModal .btn-advanced {
  border-radius: 12px;
  padding: 12px 24px;
  font-weight: 600;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
}

.page-manager-setting-store #advancedSettingsModal .btn-cancel {
  background: rgba(108, 117, 125, 0.1);
  color: #6c757d;
  border: 1px solid rgba(108, 117, 125, 0.3);
}

.page-manager-setting-store #advancedSettingsModal .btn-cancel:hover {
  background: rgba(108, 117, 125, 0.2);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(108, 117, 125, 0.3);
}

.page-manager-setting-store #advancedSettingsModal .btn-save-advanced {
  background: var(--gradient-primary);
  color: white;
  box-shadow: 0 4px 15px rgba(192, 0, 0, 0.3);
}

.page-manager-setting-store #advancedSettingsModal .btn-save-advanced:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(192, 0, 0, 0.4);
}

.page-manager-setting-store #advancedSettingsModal .btn-save-advanced:disabled {
  background: #6c757d;
  transform: none;
  box-shadow: none;
  cursor: not-allowed;
}

/* Loading State for Advanced Modal */
.page-manager-setting-store #advancedSettingsModal .btn-save-advanced.loading {
  position: relative;
  pointer-events: none;
  opacity: 0.8;
}

.page-manager-setting-store #advancedSettingsModal .btn-save-advanced.loading::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  margin: -8px 0 0 -8px;
  border: 2px solid transparent;
  border-top: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

/* Responsive Design */
@media (max-width: 1200px) {
  .page-manager-setting-store #advancedSettingsModal .modal-dialog {
    max-width: 90vw;
  }
  
  .page-manager-setting-store .advanced-settings-grid {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
}

@media (max-width: 768px) {
  .page-manager-setting-store #advancedSettingsModal .modal-dialog {
    max-width: 95vw;
    margin: 0.5rem auto;
  }
  
  .page-manager-setting-store #advancedSettingsModal .modal-header,
  .page-manager-setting-store #advancedSettingsModal .modal-body,
  .page-manager-setting-store #advancedSettingsModal .modal-footer {
    padding: 1rem;
  }
  
  .page-manager-setting-store .advanced-settings-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  
  .page-manager-setting-store .social-links-grid {
    grid-template-columns: 1fr;
  }
  
  .page-manager-setting-store .categories-grid {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  }
  
  .page-manager-setting-store #advancedSettingsModal .modal-footer {
    flex-direction: column;
  }
  
  .page-manager-setting-store #advancedSettingsModal .btn-advanced {
    width: 100%;
    justify-content: center;
  }
}

/* Animation for opening advanced settings */
.page-manager-setting-store #advancedSettingsModal.show .advanced-card {
  animation: slideInUp 0.6s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.page-manager-setting-store #advancedSettingsModal .advanced-card:nth-child(1) { animation-delay: 0.1s; }
.page-manager-setting-store #advancedSettingsModal .advanced-card:nth-child(2) { animation-delay: 0.2s; }
.page-manager-setting-store #advancedSettingsModal .advanced-card:nth-child(3) { animation-delay: 0.3s; }
.page-manager-setting-store #advancedSettingsModal .advanced-card:nth-child(4) { animation-delay: 0.4s; }
.page-manager-setting-store #advancedSettingsModal .advanced-card:nth-child(5) { animation-delay: 0.5s; }
.page-manager-setting-store #advancedSettingsModal .advanced-card:nth-child(6) { animation-delay: 0.6s; }

@keyframes slideInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Scrollbar for modal body */
.page-manager-setting-store #advancedSettingsModal .modal-body::-webkit-scrollbar {
  width: 6px;
}

.page-manager-setting-store #advancedSettingsModal .modal-body::-webkit-scrollbar-track {
  background: rgba(229, 229, 229, 0.3);
  border-radius: 3px;
}

.page-manager-setting-store #advancedSettingsModal .modal-body::-webkit-scrollbar-thumb {
  background: var(--primary-color);
  border-radius: 3px;
}

.page-manager-setting-store #advancedSettingsModal .modal-body::-webkit-scrollbar-thumb:hover {
  background: rgba(192, 0, 0, 0.8);
}

/* Advanced Settings Modal End */

/* trang doanh thu start */
.page-manager-revenue-store {
  background-color: #F5F5F5;
  min-height: 100vh;
   font-family: "Be Vietnam Pro", 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
}

.page-manager-revenue-store .main-content {
  background-color: #F5F5F5;
  padding: 20px;
}

/* Bento Grid Cards */
.page-manager-revenue-store .bento-card {
  background: #FFFFFF;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(0, 0, 0, 0.04);
  height: 100%;
  transition: box-shadow 0.2s ease;
}

.page-manager-revenue-store .bento-card:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

/* Stats Cards */
.page-manager-revenue-store .stats-card {
  position: relative;
  overflow: hidden;
}

.page-manager-revenue-store .stats-number {
  font-size: 2.5rem;
  font-weight: 700;
  color: #333333;
  line-height: 1.2;
  margin-bottom: 8px;
}

.page-manager-revenue-store .stats-label {
  font-size: 14px;
  color: #666666;
  font-weight: 500;
  margin-bottom: 12px;
}

.page-manager-revenue-store .stats-change {
  font-size: 13px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 4px;
}

.page-manager-revenue-store .stats-change.positive {
  color: #22C55E;
}

.page-manager-revenue-store .stats-change.negative {
  color: #EF4444;
}

.page-manager-revenue-store .stats-icon {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 48px;
  height: 48px;
  background: rgba(230, 0, 18, 0.1);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* color: var(--primary-color); */
}

.page-manager-revenue-store .stats-icon i {
  font-size: 24px;
  color: #E60012;
}

/* Chart Container */
.page-manager-revenue-store .chart-container {
  height: 400px;
  position: relative;
}

.page-manager-revenue-store .chart-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.page-manager-revenue-store .chart-title {
  font-size: clamp(0.9rem, 0.8385rem + 0.3077vw, 1.1rem);
  font-weight: 600;
  color: #333333;
  margin: 0;
  text-wrap-mode: nowrap;
}

.page-manager-revenue-store .chart-controls {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: end;
}

.page-manager-revenue-store .chart-btn {
  padding: 6px 12px;
  border: 1px solid #E5E7EB;
  background: #FFFFFF;
  color: #666666;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
}

.page-manager-revenue-store .chart-btn:hover,
.page-manager-revenue-store .chart-btn.active {
  border-color: #E60012;
  color: #E60012;
  background: rgba(230, 0, 18, 0.04);
}

/* Quick Stats */
.page-manager-revenue-store .quick-stat {
  text-align: center;
  padding: 16px 0;
  border-bottom: 1px solid #F1F5F9;
}

.page-manager-revenue-store .quick-stat:last-child {
  border-bottom: none;
}

.page-manager-revenue-store .quick-stat-number {
  font-size: 1.5rem;
  font-weight: 700;
  color: #333333;
  margin-bottom: 4px;
}

.page-manager-revenue-store .quick-stat-label {
  font-size: 12px;
  color: #666666;
  font-weight: 500;
}

/* Table Styles */
.page-manager-revenue-store .data-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}

.page-manager-revenue-store .data-table th {
  background: #F8FAFC;
  color: #666666;
  font-weight: 600;
  font-size: 13px;
  padding: 12px 16px;
  text-align: left;
  border-bottom: 1px solid #E5E7EB;
}

.page-manager-revenue-store .data-table th:first-child {
  border-top-left-radius: 8px;
}

.page-manager-revenue-store .data-table th:last-child {
  border-top-right-radius: 8px;
}

.page-manager-revenue-store .data-table td {
  padding: 12px 16px;
  border-bottom: 1px solid #F1F5F9;
  font-size: 14px;
  color: #333333;
}

.page-manager-revenue-store .data-table tbody tr:hover {
  background: #F8FAFC;
}

/* Status Badges */
.page-manager-revenue-store .status-badge {
  padding: 4px 8px;
  border-radius: 6px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.page-manager-revenue-store .status-completed {
  background: rgba(34, 197, 94, 0.1);
  color: #22C55E;
}

.page-manager-revenue-store .status-pending {
  background: rgba(251, 191, 36, 0.1);
  color: #F59E0B;
}

.page-manager-revenue-store .status-cancelled {
  background: rgba(239, 68, 68, 0.1);
  color: #EF4444;
}

/* Filter Section */
.page-manager-revenue-store .filter-section {
  padding: 20px 0 8px 0;
}

.page-manager-revenue-store .filter-input {
  border: 1px solid #E5E7EB;
  border-radius: 8px;
  padding: 10px 12px;
  font-size: 14px;
  color: #333333;
  background: #FFFFFF;
  transition: border-color 0.2s ease;
}

.page-manager-revenue-store .filter-input:focus {
  outline: none;
  border-color: #E60012;
  box-shadow: 0 0 0 3px rgba(230, 0, 18, 0.1);
}

.page-manager-revenue-store .btn-primary {
  background: #E60012;
  border: 1px solid #E60012;
  color: #FFFFFF;
  padding: 10px 20px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.2s ease;
}

.page-manager-revenue-store .btn-primary:hover {
  background: #C4000E;
  border-color: #C4000E;
  box-shadow: 0 2px 8px rgba(230, 0, 18, 0.3);
}

.page-manager-revenue-store .btn-outline {
  background: #FFFFFF;
  border: 1px solid #E5E7EB;
  color: #666666;
  padding: 10px 20px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.2s ease;
}

.page-manager-revenue-store .btn-outline:hover {
  border-color: #E60012;
  color: #E60012;
  background: rgba(230, 0, 18, 0.04);
}

/* Product Item */
.page-manager-revenue-store .product-item {
  display: flex;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid #F1F5F9;
}

.page-manager-revenue-store .product-item:last-child {
  border-bottom: none;
}

.page-manager-revenue-store .product-image {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  object-fit: cover;
  margin-right: 12px;
}

.page-manager-revenue-store .product-info {
  flex: 1;
}

.page-manager-revenue-store .product-name {
  font-size: 14px;
  font-weight: 500;
  color: #333333;
  margin-bottom: 2px;
}

.page-manager-revenue-store .product-sales {
  font-size: 12px;
  color: #666666;
}

.page-manager-revenue-store .product-revenue {
  font-size: 14px;
  font-weight: 600;
  color: #E60012;
}

/* Section Headers */
.page-manager-revenue-store .section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  gap: 10px;
}

.page-manager-revenue-store .section-title {
  font-size: clamp(0.9rem, 0.8385rem + 0.3077vw, 1.1rem);
  font-weight: 600;
  color: #333333;
  margin: 0;
}

.page-manager-revenue-store .section-action {
  font-size: 13px;
  color: #E60012;
  text-decoration: none;
  font-weight: 500;
}

.page-manager-revenue-store .section-action:hover {
  text-decoration: underline;
}
/* Custom scrollbar */
.page-manager-revenue-store .custom-scroll::-webkit-scrollbar {
  width: 4px;
}

.page-manager-revenue-store .custom-scroll::-webkit-scrollbar-track {
  background: #F1F5F9;
  border-radius: 2px;
}

.page-manager-revenue-store .custom-scroll::-webkit-scrollbar-thumb {
  background: #CBD5E1;
  border-radius: 2px;
}

/* Region Analytics */
.page-manager-revenue-store .region-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-right: 8px;
}

.page-manager-revenue-store .region-item {
  border-bottom: 1px solid #F1F5F9;
}

.page-manager-revenue-store .region-item:last-child {
  border-bottom: none;
}

.page-manager-revenue-store .region-name {
  font-size: 14px;
  color: #333333;
  font-weight: 500;
}

.page-manager-revenue-store .region-value {
  font-size: 14px;
  color: #E60012;
}

/* Performance Metrics */
.page-manager-revenue-store .performance-metrics {
  space-y: 16px;
}

.page-manager-revenue-store .metric-item {
  padding: 16px 0;
  border-bottom: 1px solid #F1F5F9;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.page-manager-revenue-store .metric-item:last-child {
  border-bottom: none;
}

.page-manager-revenue-store .metric-label {
  font-size: 13px;
  color: #666666;
  flex: 1;
}

.page-manager-revenue-store .metric-value {
  font-size: 18px;
  font-weight: 700;
  color: #333333;
  margin: 0 12px;
}

.page-manager-revenue-store .metric-change {
  font-size: 12px;
  font-weight: 600;
  padding: 2px 6px;
  border-radius: 4px;
  min-width: 50px;
  text-align: center;
}

/* Traffic Sources */
.page-manager-revenue-store .traffic-item {
  margin-bottom: 16px;
}

.page-manager-revenue-store .traffic-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6px;
}

.page-manager-revenue-store .traffic-source {
  font-size: 14px;
  color: #333333;
  font-weight: 500;
}

.page-manager-revenue-store .traffic-percentage {
  font-size: 14px;
  color: #E60012;
  font-weight: 600;
}

.page-manager-revenue-store .traffic-bar {
  height: 6px;
  background: #F1F5F9;
  border-radius: 3px;
  overflow: hidden;
}

.page-manager-revenue-store .traffic-fill {
  height: 100%;
  border-radius: 3px;
  transition: width 0.3s ease;
}

/* Peak Hours */
.page-manager-revenue-store .peak-hours {
  space-y: 12px;
}

.page-manager-revenue-store .peak-item {
  padding: 12px 16px;
  border: 1px solid #E5E7EB;
  border-radius: 8px;
  margin-bottom: 12px;
  text-align: center;
  transition: all 0.2s ease;
}

.page-manager-revenue-store .peak-item:hover {
  border-color: #E60012;
  background: rgba(230, 0, 18, 0.02);
}

.page-manager-revenue-store .peak-item.active {
  border-color: #E60012;
  background: rgba(230, 0, 18, 0.05);
}

.page-manager-revenue-store .peak-time {
  font-size: 13px;
  color: #666666;
  margin-bottom: 4px;
}

.page-manager-revenue-store .peak-orders {
  font-size: 16px;
  font-weight: 600;
  color: #333333;
}

.page-manager-revenue-store .peak-item.active .peak-time {
  color: #E60012;
}

.page-manager-revenue-store .peak-item.active .peak-orders {
  color: #E60012;
}

/* Micro-interactions và Animations */
.page-manager-revenue-store .bento-card {
  transform: translateY(0);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.page-manager-revenue-store .bento-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-manager-revenue-store .stats-card:hover .stats-number {
  transform: scale(1.05);
  transition: transform 0.2s ease;
}

.page-manager-revenue-store .stats-card:hover .stats-icon {
  opacity: 0.15;
  transform: scale(1.1);
  transition: all 0.3s ease;
}

.page-manager-revenue-store .btn-primary {
  position: relative;
  overflow: hidden;
}

.page-manager-revenue-store .btn-primary::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
  transition: left 0.5s;
}

.page-manager-revenue-store .btn-primary:hover::before {
  left: 100%;
}

.page-manager-revenue-store .btn-outline {
  position: relative;
  overflow: hidden;
}

.page-manager-revenue-store .btn-outline:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(230, 0, 18, 0.2);
}

.page-manager-revenue-store .chart-btn {
  transform: translateY(0);
  transition: all 0.2s ease;
}

.page-manager-revenue-store .chart-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 3px 8px rgba(230, 0, 18, 0.15);
}

.page-manager-revenue-store .chart-btn.active {
  transform: translateY(-1px);
  box-shadow: 0 3px 12px rgba(230, 0, 18, 0.25);
}

.page-manager-revenue-store .product-item {
  transition: all 0.2s ease;
}

.page-manager-revenue-store .product-item:hover {
  background: rgba(230, 0, 18, 0.02);
  transform: translateX(5px);
  border-left: 3px solid #E60012;
  padding-left: 9px;
}

.page-manager-revenue-store .data-table tbody tr {
  transition: all 0.2s ease;
}

.page-manager-revenue-store .data-table tbody tr:hover {
  background: #F8FAFC;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  transform: scale(1.01);
}

.page-manager-revenue-store .status-badge {
  transition: all 0.2s ease;
}

.page-manager-revenue-store .status-badge:hover {
  transform: scale(1.05);
}

.page-manager-revenue-store .traffic-fill {
  animation: fillAnimation 1.5s ease-out;
}
.page-manager-revenue-store .stats-number {
        /* Counter animation now handled by JavaScript */
        opacity: 1;
        transform: translateY(0) scale(1);
    }

    .page-manager-revenue-store .quick-stat {
        transition: all 0.2s ease;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
}

    .page-manager-revenue-store .quick-stat:hover {
        background: rgba(230, 0, 18, 0.02);
        border-bottom: 3px solid #E60012;
    }

    /* Flatpickr Custom Styling */
    .flatpickr-calendar {
        font-family: "Be Vietnam Pro", 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
        box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12) !important;
        border: 1px solid #E5E7EB !important;
    }

    .flatpickr-day.selected,
    .flatpickr-day.startRange,
    .flatpickr-day.endRange {
        background: #E60012 !important;
        border-color: #E60012 !important;
    }

    .flatpickr-day:hover {
        background: rgba(230, 0, 18, 0.1) !important;
    }

    .flatpickr-months .flatpickr-month {
        background: #E60012 !important;
        color: white !important;
    }

    .page-manager-revenue-store .filter-input.flatpickr-input {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%23E60012'%3e%3cpath fill-rule='evenodd' d='M6 2a1 1 0 00-1 1v1H4a2 2 0 00-2 2v10a2 2 0 002 2h12a2 2 0 002-2V6a2 2 0 00-2-2h-1V3a1 1 0 10-2 0v1H7V3a1 1 0 00-1-1zm0 5a1 1 0 000 2h8a1 1 0 100-2H6z' clip-rule='evenodd'/%3e%3c/svg%3e");
        background-repeat: no-repeat;
        background-position: right 12px center;
        background-size: 16px;
        padding-right: 40px;
        cursor: pointer;
    }

    /* Loading Animation */
    .page-manager-revenue-store .loading {
        position: relative;
        pointer-events: none;
    }

    .page-manager-revenue-store .loading::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 20px;
        height: 20px;
        margin: -10px 0 0 -10px;
        border: 2px solid #f3f3f3;
        border-top: 2px solid #E60012;
        border-radius: 50%;
        animation: spin 1s linear infinite;
    }
    /* Counter Completion Bounce Effect */
    .page-manager-revenue-store .stats-number.counter-complete {
        animation: counterBounce 0.3s ease-out;
    }

.page-manager-revenue-store .custom-scroll {
  overflow-x: auto;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #E60012 #F5F5F5;
}
.page-manager-revenue-store header {
  position: relative;
}
.custom-table {
max-height: 300px;
scrollbar-width: thin;
scrollbar-color: #E60012 #F5F5F5;
}
#regionTabContent .table-responsive {
  max-height: 300px;
  overflow-y: auto;
}
#regionTabContent .modal-content.modern-modal {
  max-height: 500px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #E60012 #F5F5F5;
}
#trendsTableBody {
  background: var(--white);
}
#trends.tab-pane {
  max-height: 300px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #E60012 #F5F5F5;
}
.filter-btn-text {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100px;
}
/* trang doanh thu end */


/* trang setting shipping start */
/* Base Page Styles */
.page-manager-setting-shipping header {
  position: relative;
}
.page-manager-setting-shipping {
  background: var(--background-light);
  min-height: 100vh;
  padding: 1.5rem;
  position: relative;
  overflow-x: hidden;
}

.page-manager-setting-shipping::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
      radial-gradient(circle at 20% 80%, rgba(192, 0, 0, 0.05) 0%, transparent 50%),
      radial-gradient(circle at 80% 20%, rgba(245, 158, 11, 0.03) 0%, transparent 50%),
      radial-gradient(circle at 40% 40%, rgba(192, 0, 0, 0.02) 0%, transparent 50%);
  pointer-events: none;
  z-index: -1;
}

/* Header Section */
.page-manager-setting-shipping .shipping-header-section {
  background: var(--background-white);
  border: 1px solid var(--border-light);
  border-radius: var(--border-radius-lg);
  padding: 2rem;
  margin-bottom: 2rem;
  box-shadow: var(--shadow-medium);
  position: relative;
  overflow: hidden;
  transition: var(--transition-smooth);
}

.page-manager-setting-shipping .shipping-header-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--primary-gradient);
  border-radius: 20px 20px 0 0;
  display: none;
}
.page-manager-setting-shipping .page-title-description {
  font-size: clamp(0.8rem, 0.7231rem + 0.3846vw, 1rem);
}
.page-manager-setting-shipping .shipping-header-section:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-medium), 0 8px 30px rgba(192, 0, 0, 0.15);
}

.page-manager-setting-shipping .page-title {
  font-size: clamp(1rem, 0.6923rem + 1.5385vw, 2rem);
  font-weight: 800;
  color: var(--text-color);
  margin-bottom: 0.5rem;
  letter-spacing: -0.025em;
}

.page-manager-setting-shipping .page-title i {
  color: var(--primary-color);
  margin-right: 0.75rem;
  filter: drop-shadow(0 2px 4px rgba(192, 0, 0, 0.2));
  -webkit-filter: drop-shadow(0 2px 4px rgba(192, 0, 0, 0.2));
  font-size: clamp(1rem, 0.7846rem + 1.0769vw, 1.7rem);
}

/* Stats Cards */
.page-manager-setting-shipping .stats-card {
  background: var(--background-white);
  border: 1px solid var(--border-light);
  border-radius: var(--border-radius-md);
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: var(--transition-bounce);
  position: relative;
  overflow: hidden;
  cursor: pointer;
  box-shadow: var(--shadow-light);
  gap: 10px;
}

.page-manager-setting-shipping .stats-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(255,255,255,0.1) 0%, transparent 100%);
  opacity: 0;
  transition: var(--transition-fast);
}

.page-manager-setting-shipping .stats-card:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: var(--shadow-medium), 0 12px 30px rgba(192, 0, 0, 0.15);
  border-color: rgba(192, 0, 0, 0.2);
}

.page-manager-setting-shipping .stats-card:hover::before {
  opacity: 1;
}

.page-manager-setting-shipping .stats-content h4 {
  font-size: clamp(1.3rem, 1.1769rem + 0.6154vw, 1.7rem);
  font-weight: 700;
  color: var(--primary-color);
  margin-bottom: 0.25rem;
  line-height: 1.2;
}

.page-manager-setting-shipping .stats-content p {
  font-size: 0.875rem;
  color: var(--text-secondary);
  margin: 0;
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 1.2;
}

.page-manager-setting-shipping .stats-icon {
  width: 50px;
  height: 50px;
  min-width: 50px;
  min-height: 50px;
  background: var(--primary-gradient);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.25rem;
  box-shadow: 0 8px 24px rgba(192, 0, 0, 0.3);
  transition: var(--transition-bounce);
  position: relative;
}

.page-manager-setting-shipping .stats-icon::before {
  content: '';
  position: absolute;
  inset: -2px;
  border-radius: 50%;
  background: var(--primary-gradient);
  z-index: -1;
  opacity: 0;
  transition: var(--transition-fast);
}

.page-manager-setting-shipping .stats-card:hover .stats-icon {
  transform: rotate(360deg) scale(1.1);
}

.page-manager-setting-shipping .stats-card:hover .stats-icon::before {
  opacity: 0.3;
  inset: -6px;
}

/* Settings Cards */
.page-manager-setting-shipping .settings-card {
  background: var(--background-white);
  border: 1px solid var(--border-light);
  border-radius: var(--border-radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-light);
  transition: var(--transition-smooth);
  position: relative;
}

.page-manager-setting-shipping .settings-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--primary-gradient);
  transform: scaleX(0);
  transition: var(--transition-smooth);
  transform-origin: left;
}

.page-manager-setting-shipping .settings-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-medium), 0 12px 30px rgba(192, 0, 0, 0.1);
  border-color: rgba(192, 0, 0, 0.15);
}

.page-manager-setting-shipping .settings-card:hover::before {
  transform: scaleX(1);
}

.page-manager-setting-shipping .settings-card .card-header {
  background: var(--bg-gradient);
  border-bottom: 1px solid var(--border-light);
  padding: 1.25rem 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.page-manager-setting-shipping .settings-card .card-title {
  font-size: clamp(1rem, 0.9231rem + 0.3846vw, 1.25rem);
  font-weight: 700;
  color: var(--white);
  margin: 0;
  letter-spacing: -0.025em;
}

.page-manager-setting-shipping .settings-card .card-title i {
  color: var(--white);
  margin-right: 0.75rem;
}

.page-manager-setting-shipping .settings-card .card-body {
  padding: 1.5rem;
  background: var(--background-white);
}

/* Modern Form Controls */
.page-manager-setting-shipping .form-control,
.page-manager-setting-shipping .form-select {
  background: var(--background-white);
  border: 1px solid var(--border-light);
  border-radius: var(--border-radius-sm);
  color: var(--text-color);
  font-weight: 500;
  padding: 0.875rem 1.125rem;
  transition: var(--transition-fast);
  box-shadow: var(--shadow-light);
}

.page-manager-setting-shipping .form-control:focus,
.page-manager-setting-shipping .form-select:focus {
  background: var(--background-white);
  border: 1px solid var(--primary-color);
  box-shadow: 0 0 0 3px rgba(192, 0, 0, 0.1), 0 4px 12px rgba(192, 0, 0, 0.15);
  transform: translateY(-2px);
}

.page-manager-setting-shipping .form-control::placeholder {
  color: var(--text-secondary);
  font-weight: 400;
}

/* Input Groups */
.page-manager-setting-shipping .input-group {
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  border-radius: var(--border-radius-sm);
  overflow: hidden;
  transition: var(--transition-fast);
}

.page-manager-setting-shipping .input-group:focus-within {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(192, 0, 0, 0.15);
}

.page-manager-setting-shipping .input-group-text {
  background: var(--background-light);
  border: 1px solid var(--border-light);
  color: var(--text-color);
  font-weight: 600;
  border-radius: 0;
}

/* Form Labels */
.page-manager-setting-shipping .form-label {
  color: var(--text-color);
  font-weight: 600;
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}

.page-manager-setting-shipping .form-label-sm {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--text-secondary);
}

/* Modern Buttons */
.page-manager-setting-shipping .btn {
  border-radius: var(--border-radius-sm);
  font-weight: 600;
  letter-spacing: 0.025em;
  transition: var(--transition-bounce);
  position: relative;
  overflow: hidden;
  border: none;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.page-manager-setting-shipping .btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
  transition: var(--transition-fast);
}

.page-manager-setting-shipping .btn:hover::before {
  left: 100%;
}

.page-manager-setting-shipping .btn-primary {
  background: var(--primary-gradient);
  color: white;
  box-shadow: 0 6px 20px rgba(192, 0, 0, 0.3);
}

.page-manager-setting-shipping .btn-primary:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 12px 32px rgba(192, 0, 0, 0.4);
  background: var(--primary-color);
}

.page-manager-setting-shipping .btn-outline-primary {
  background: var(--background-white);
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  box-shadow: var(--shadow-light);
}

.page-manager-setting-shipping .btn-outline-primary:hover {
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
  color: white;
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 8px 24px rgba(192, 0, 0, 0.3);
}

.page-manager-setting-shipping .btn-outline-secondary {
  background: var(--background-white);
  border: 1px solid var(--border-light);
  color: var(--text-secondary);
}

.page-manager-setting-shipping .btn-outline-secondary:hover {
  background: var(--background-light);
  color: var(--text-color);
  transform: translateY(-2px);
}

.page-manager-setting-shipping .btn-success {
  background: var(--success-gradient);
  color: white;
  box-shadow: 0 6px 20px rgba(40, 167, 69, 0.3);
}

.page-manager-setting-shipping .btn-outline-danger {
  background: var(--background-white);
  border: 1px solid var(--error-color);
  color: var(--error-color);
}

.page-manager-setting-shipping .btn-outline-danger:hover {
  background: var(--error-color);
  color: white;
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 8px 24px rgba(220, 53, 69, 0.3);
}

/* Address Display */
.page-manager-setting-shipping .current-address-display {
  background: var(--background-white);
  border: 1px solid var(--border-light);
  border-radius: var(--border-radius-md);
  padding: 20px;
  position: relative;
  overflow: hidden;
  transition: var(--transition-smooth);
  box-shadow: var(--shadow-light);
}

.page-manager-setting-shipping .current-address-display::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: var(--primary-gradient);
  border-radius: 0 4px 4px 0;
}

.page-manager-setting-shipping .current-address-display:hover {
  transform: translateX(8px);
  box-shadow: var(--shadow-medium), 0 4px 16px rgba(192, 0, 0, 0.15);
}

.page-manager-setting-shipping .address-info h6 {
  color: var(--primary-color);
  font-weight: 700;
  font-size: clamp(1rem, 0.9615rem + 0.1923vw, 1.125rem);
  margin-bottom: 0.75rem;
}

.page-manager-setting-shipping .address-info p {
  color: var(--text-secondary);
  margin-bottom: 0.5rem;
  font-weight: 500;
  font-size: clamp(0.875rem, 0.8385rem + 0.1923vw, 1rem);
}

.page-manager-setting-shipping .address-info i {
  color: var(--primary-color);
  width: 20px;
}

.page-manager-setting-shipping .address-map-preview img {
  border: 2px solid var(--border-light);
  border-radius: var(--border-radius-sm);
  transition: var(--transition-smooth);
}

.page-manager-setting-shipping .address-map-preview img:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 24px rgba(0,0,0,0.15);
}

/* Shipping Methods */
.page-manager-setting-shipping .shipping-method-item {
  background: var(--background-white);
  border: 1px solid var(--border-light);
  border-radius: var(--border-radius-md);
  padding: 1.25rem;
  margin-bottom: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: var(--transition-bounce);
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow-light);
}

.page-manager-setting-shipping .shipping-method-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(255,255,255,0.1) 0%, transparent 100%);
  opacity: 0;
  transition: var(--transition-smooth);
}

.page-manager-setting-shipping .shipping-method-item:hover {
  transform: translateX(12px) translateY(-4px);
  box-shadow: var(--shadow-medium), 0 8px 24px rgba(192, 0, 0, 0.1);
  border-color: rgba(192, 0, 0, 0.2);
}

.page-manager-setting-shipping .shipping-method-item:hover::before {
  opacity: 1;
}

.page-manager-setting-shipping .method-info {
  display: flex;
  align-items: center;
  flex: 1;
}

.page-manager-setting-shipping .method-icon {
  width: 50px;
  height: 50px;
  min-width: 50px;
  min-height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1.25rem;
  color: white;
  font-size: 1.25rem;
  position: relative;
  transition: var(--transition-bounce);
  box-shadow: var(--shadow-light);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.page-manager-setting-shipping .method-icon::before {
  content: '';
  position: absolute;
  inset: -3px;
  border-radius: 50%;
  background: inherit;
  z-index: -1;
  opacity: 0;
  transition: var(--transition-fast);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-transition: var(--transition-fast);
  -moz-transition: var(--transition-fast);
  -ms-transition: var(--transition-fast);
  -o-transition: var(--transition-fast);
}

.page-manager-setting-shipping .shipping-method-item:hover .method-icon {
  transform: rotate(360deg) scale(1.15);
}

.page-manager-setting-shipping .shipping-method-item:hover .method-icon::before {
  opacity: 0.3;
  inset: -8px;
}

.page-manager-setting-shipping .method-icon.express {
  background: var(--danger-gradient);
}

.page-manager-setting-shipping .method-icon.standard {
  background: var(--success-gradient);
}

.page-manager-setting-shipping .method-icon.economy {
  background: var(--info-gradient);
}

.page-manager-setting-shipping .method-icon.custom {
  background: var(--primary-gradient);
}

.page-manager-setting-shipping .method-details h6 {
  font-weight: 700;
  color: var(--text-color);
  margin-bottom: 0.375rem;
  font-size: clamp(1rem, 0.9615rem + 0.1923vw, 1.125rem);
}

.page-manager-setting-shipping .method-details .method-description {
  color: var(--text-secondary);
  font-size: clamp(0.875rem, 0.8385rem + 0.1923vw, 1rem);
  font-weight: 500;
  margin-bottom: 0.5rem;
}

.page-manager-setting-shipping .method-pricing {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.page-manager-setting-shipping .price-range {
  font-weight: 700;
  font-size: clamp(0.9rem, 0.8692rem + 0.1538vw, 1rem);
  color: var(--primary-color);
}

.page-manager-setting-shipping .price-note {
  color: var(--text-secondary);
  font-size: 0.75rem;
  font-weight: 500;
}

.page-manager-setting-shipping .method-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.75rem;
}

/* Form Switch (Toggle) - Fixed */
.page-manager-setting-shipping .form-check.form-switch {
  padding-left: 4rem;
  margin-bottom: 0.75rem;
}

.page-manager-setting-shipping .form-check.form-switch .form-check-input {
  width: 3.25rem;
  height: 1.75rem;
  margin-left: -4rem;
  background-image: none;
  background-color: var(--background-light);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 2px solid var(--border-light);
  border-radius: 2rem;
  transition: var(--transition-smooth);
  cursor: pointer;
  position: relative;
}

.page-manager-setting-shipping .form-check.form-switch .form-check-input::before {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  width: 1.25rem;
  height: 1.25rem;
  background: var(--background-white);
  border-radius: 50%;
  transition: var(--transition-bounce);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.page-manager-setting-shipping .form-check.form-switch .form-check-input:checked {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  box-shadow: 0 0 0 0.125rem rgba(192, 0, 0, 0.25), 0 4px 12px rgba(192, 0, 0, 0.2);
}

.page-manager-setting-shipping .form-check.form-switch .form-check-input:checked::before {
  transform: translateX(1.4rem);
  background: var(--background-white);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
}

.page-manager-setting-shipping .form-check.form-switch .form-check-input:focus {
  background-image: none;
  box-shadow: 0 0 0 0.25rem rgba(192, 0, 0, 0.15);
  outline: none;
}

.page-manager-setting-shipping .form-check.form-switch .form-check-input:hover:not(:disabled):not(:checked) {
  background-color: var(--bg-light);
  border-color: rgba(192, 0, 0, 0.3);
}

.page-manager-setting-shipping .form-check.form-switch .form-check-input:hover:not(:disabled):not(:checked)::before {
  transform: translateX(0.2rem);
}

.page-manager-setting-shipping .form-check.form-switch .form-check-label {
  color: var(--text-color);
  font-weight: 500;
  cursor: pointer;
  user-select: none;
  margin-left: 0.5rem;
}

.page-manager-setting-shipping .form-check.form-switch .form-check-label:hover {
  color: var(--primary-color);
}

/* Coverage Overview */
.page-manager-setting-shipping .coverage-overview {
  background: var(--primary-gradient);
  border-radius: var(--border-radius-md);
  padding: 1.5rem;
  text-align: center;
  color: white;
  position: relative;
  overflow: hidden;
  transition: var(--transition-smooth);
  box-shadow: 0 8px 24px rgba(192, 0, 0, 0.3);
}

.page-manager-setting-shipping .coverage-overview::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
  animation: shimmer 4s ease-in-out infinite;
}

.page-manager-setting-shipping .coverage-overview:hover {
  transform: scale(1.02);
  box-shadow: 0 12px 36px rgba(192, 0, 0, 0.4);
}

.page-manager-setting-shipping .coverage-stats {
  display: flex;
  justify-content: space-around;
  position: relative;
  z-index: 1;
}

.page-manager-setting-shipping .stat-item {
  display: flex;
  flex-direction: column;
}

.page-manager-setting-shipping .stat-number {
  font-size: clamp(1.3rem, 1.1615rem + 0.6923vw, 1.75rem);
  font-weight: 800;
  line-height: 1;
  margin-bottom: 0.25rem;
}

.page-manager-setting-shipping .stat-label {
  font-size: 0.875rem;
  opacity: 0.9;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* Region Items */
.page-manager-setting-shipping .region-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
  border-bottom: 1px solid var(--border-light);
  transition: var(--transition-fast);
}

.page-manager-setting-shipping .region-item:hover {
  transform: translateX(8px);
  background: var(--background-light);
  margin: 0 -0.5rem;
  padding: 1rem 0.5rem;
  border-radius: var(--border-radius-sm);
}

.page-manager-setting-shipping .region-item:last-child {
  border-bottom: none;
}

.page-manager-setting-shipping .region-name {
  font-weight: 700;
  color: var(--text-color);
  margin-bottom: 0.25rem;
  font-size: 1rem;
}

.page-manager-setting-shipping .region-coverage {
  color: var(--text-secondary);
  font-size: 0.875rem;
  font-weight: 500;
}

/* Badges */
.page-manager-setting-shipping .badge {
  font-weight: 600;
  padding: 0.5rem 1rem;
  border-radius: var(--border-radius-sm);
  font-size: 0.75rem;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
  transition: var(--transition-fast);
}

.page-manager-setting-shipping .badge.bg-success {
  background: var(--success-gradient) !important;
  color: white;
  box-shadow: 0 4px 12px rgba(40, 167, 69, 0.3);
}

.page-manager-setting-shipping .badge.bg-warning {
  background: var(--warning-gradient) !important;
  color: white;
  box-shadow: 0 4px 12px rgba(255, 193, 7, 0.3);
}

.page-manager-setting-shipping .badge:hover {
  transform: scale(1.05);
}

/* Pricing Rules */
.page-manager-setting-shipping .pricing-section {
  background: var(--background-light);
  border: 1px solid var(--border-light);
  border-radius: var(--border-radius-md);
  padding: 1.5rem;
  margin-bottom: 1rem;
  transition: var(--transition-smooth);
  box-shadow: var(--shadow-light);
}

.page-manager-setting-shipping .pricing-section:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-medium);
  border-color: rgba(192, 0, 0, 0.15);
}

.page-manager-setting-shipping .section-title {
  font-weight: 700;
  color: var(--text-color);
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
  display: flex;
  align-items: center;
  letter-spacing: -0.025em;
}

.page-manager-setting-shipping .section-title i {
  color: var(--primary-color);
  margin-right: 0.5rem;
}

.page-manager-setting-shipping .pricing-rule {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  padding: 1rem;
  background: var(--background-white);
  border: 1px solid var(--border-light);
  border-radius: var(--border-radius-sm);
  transition: var(--transition-bounce);
  box-shadow: var(--shadow-light);
}

.page-manager-setting-shipping .pricing-rule:hover {
  transform: translateX(8px) scale(1.02);
  box-shadow: var(--shadow-medium);
  border-color: rgba(192, 0, 0, 0.15);
}

.page-manager-setting-shipping .weight-range {
  font-weight: 600;
  color: var(--text-color);
  font-size: 0.95rem;
}

.page-manager-setting-shipping .rule-price {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.page-manager-setting-shipping .currency {
  color: var(--text-secondary);
  font-weight: 600;
  font-size: 0.875rem;
}

/* Business Hours */
.page-manager-setting-shipping .day-hour-setting {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  padding: 1rem;
  background: var(--background-white);
  border: 1px solid var(--border-light);
  border-radius: var(--border-radius-sm);
  transition: var(--transition-fast);
  box-shadow: var(--shadow-light);
}

.page-manager-setting-shipping .day-hour-setting:hover {
  transform: translateX(6px);
  background: var(--background-light);
  border-color: rgba(192, 0, 0, 0.15);
}

.page-manager-setting-shipping .time-inputs {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.page-manager-setting-shipping .time-inputs input {
  width: 110px;
  text-align: center;
  font-weight: 600;
}

.page-manager-setting-shipping .time-inputs span {
  color: var(--text-secondary);
  font-weight: 600;
  font-size: 1.125rem;
}

/* Policy Sections */
.page-manager-setting-shipping .policy-section {
  background: var(--background-white);
  border: 1px solid var(--border-light);
  border-radius: var(--border-radius-md);
  padding: 1.5rem;
  height: 100%;
  transition: var(--transition-smooth);
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow-light);
}

.page-manager-setting-shipping .policy-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--primary-gradient);
  transform: scaleX(0);
  transition: var(--transition-smooth);
  transform-origin: left;
}

.page-manager-setting-shipping .policy-section:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-medium), 0 8px 24px rgba(192, 0, 0, 0.1);
}

.page-manager-setting-shipping .policy-section:hover::before {
  transform: scaleX(1);
}

.page-manager-setting-shipping .policy-title {
  font-weight: 700;
  color: var(--text-color);
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
  display: flex;
  align-items: center;
}

.page-manager-setting-shipping .policy-title i {
  color: var(--primary-color);
  margin-right: 0.75rem;
}

.page-manager-setting-shipping .limit-item {
  margin-bottom: 1rem;
}

.page-manager-setting-shipping .dimension-inputs {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.page-manager-setting-shipping .dimension-inputs input {
  width: 70px;
  text-align: center;
  font-weight: 600;
}

.page-manager-setting-shipping .dimension-inputs span {
  color: var(--text-secondary);
  font-weight: 600;
}

.page-manager-setting-shipping .dimension-inputs .unit {
  margin-left: 0.25rem;
  font-weight: 700;
  color: var(--text-color);
}

/* Form Checks */
.page-manager-setting-shipping .form-check {
  margin-bottom: 0.75rem;
}

.page-manager-setting-shipping .form-check-input {
  background: var(--background-white);
  border: 1px solid var(--border-light);
  transition: var(--transition-fast);
  -webkit-transition: var(--transition-fast);
  -moz-transition: var(--transition-fast);
  -ms-transition: var(--transition-fast);
  -o-transition: var(--transition-fast);
  position: relative;
}

.page-manager-setting-shipping .form-check-input:checked {
  background: var(--primary-color);
  border-color: var(--primary-color);
}
.page-manager-setting-shipping .form-check-input:checked::before {
  content: '\f00c';
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  font-family: 'FontAwesome';
  font-size: 10px;
  color: var(--white);
  text-align: center;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-manager-setting-shipping .form-check-input:focus {
  box-shadow: 0 0 0 0.25rem rgba(192, 0, 0, 0.15);
}

.page-manager-setting-shipping .form-check-label {
  color: var(--text-color);
  font-weight: 500;
  cursor: pointer;
  transition: var(--transition-fast);
}

.page-manager-setting-shipping .form-check-label:hover {
  color: var(--primary-color);
}



.page-manager-setting-shipping .settings-card {
    animation: slideInUp 0.6s ease-out;
}

.page-manager-setting-shipping .settings-card:nth-child(1) { animation-delay: 0.1s; }
.page-manager-setting-shipping .settings-card:nth-child(2) { animation-delay: 0.2s; }
.page-manager-setting-shipping .settings-card:nth-child(3) { animation-delay: 0.3s; }
.page-manager-setting-shipping .settings-card:nth-child(4) { animation-delay: 0.4s; }

/* Loading states */
.page-manager-setting-shipping .loading {
    pointer-events: none;
    opacity: 0.7;
}

.page-manager-setting-shipping .loading::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin: -10px 0 0 -10px;
    border: 2px solid transparent;
    border-top: 2px solid var(--primary-color);
    border-radius: 50%;
    animation: spin 1s linear infinite;
}
.page-manager-setting-shiping .header-actions button {
  width: 145px;
  text-align: center;
}
.page-manager-setting-shiping .hydrosite-shopee-header {
  position: relative ;
}
.page-manager-setting-shiping .floating-label-wrapper {
  flex: 1;
}
.page-manager-setting-shiping .floating-label-wrapper.has-value .form-control {
  padding: 12px 15px;
}
.page-manager-setting-shipping .input-group .floating-label-wrapper .form-control {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
flex: 1;
}
.page-manager-setting-shiping #regionSelector {
  scrollbar-width: thin;
  scrollbar-color: var(--primary-color) var(--background-white);
}
/* trang setting shiping end */


.modal{
  z-index: 3000;
}

.index .modern-product-card .product-info-wrapper {
  padding: 11px;
}
.dropdown-menu-items .dropdown-item{
justify-content: flex-start;
}

.page-manager-notification .notification-content {
  flex-direction: column;
  align-items:start;
}
.page-manager-notification .notification-message {
white-space: normal;
  max-width: 470px;
}
.page-manager-notification  .notification-actions a {
  display: none;
}

/* ===== WALL OF THE STORE - ZALO BUTTON ===== */
.wall-of-the-store .btn-zalo {
  background: #0068ff;
  color: #ffffff;
  border: none;
  border-radius: 6px;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  gap: 4px;
}

.wall-of-the-store .btn-zalo:hover {
  background: #0056cc;
  color: #ffffff;
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(0, 104, 255, 0.3);
  text-decoration: none;
}

.wall-of-the-store .btn-zalo:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(0, 104, 255, 0.2);
}

.wall-of-the-store .btn-zalo-icon {
  /* filter: brightness(0) invert(1);
  vertical-align: middle;
  -webkit-filter: brightness(0) invert(1); */
}

.wall-of-the-store .btn-zalo:active {
  transform: translateY(0);
}

.wall-of-the-store .btn-zalo:disabled {
  background: #e9ecef;
  color: #6c757d;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

/* Responsive adjustments */
@media (max-width: 576px) {
  .wall-of-the-store .btn-zalo {
    padding: 5px 8px;
    font-size: 11px;
  }

  .wall-of-the-store .btn-zalo-icon {
    width: 14px !important;
    height: 14px !important;
  }
}

iframe {
  pointer-events: all !important;
}
.san-pham-detail .product-gallery-video {
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
}
.san-pham-detail .product-gallery-video .video-thumbnail {
position: absolute !important;
}