body {
  background: linear-gradient(180deg, #edf0ff 0%, #faf0d5 100%);
  min-height: 100vh;
  color: #001b44;
}

html[data-bs-theme="dark"] body {
  background: linear-gradient(180deg, #08111f 0%, #0f1b2f 100%) !important;
  background-attachment: fixed;
  color: #f4efe2;
}

html[data-bs-theme="dark"] body::before {
  content: "";
  position: fixed;
  inset: 0;
  background: linear-gradient(180deg, #08111f 0%, #0f1b2f 100%);
  z-index: -2;
}

html[data-bs-theme="dark"] section, html[data-bs-theme="dark"] .container, html[data-bs-theme="dark"] .container-fluid {
  background-color: transparent !important;
}

html[data-bs-theme="dark"] .bg-light {
  background: transparent !important;
}

.bg-light {
  background: transparent !important;
}

html[data-bs-theme="dark"] section:has( > .container[style*="background:#001b44"]) {
  border-top: 1px solid #e9c349;
  margin-top: 32px;
  padding-top: 48px !important;
}

html[data-bs-theme="dark"] section[style*="background:rgba(248, 249, 250, 0)"], html[data-bs-theme="dark"] section[style*="background: rgba(248, 249, 250, 0)"] {
  background: transparent !important;
}

.navbar-centered {
  gap: 2rem;
}

.navbar-centered .navbar-nav {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.navbar-nav .nav-link {
  transition: transform 0.3s ease, color 0.3s ease;
}

.navbar-nav .nav-link:hover {
  transform: translateY(-3px);
  color: #e9c349 !important;
}

.navbar-centered .nav-left, .navbar-centered .nav-right {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}

.navbar-centered .nav-left {
  justify-content: flex-end;
}

.navbar-centered .nav-right {
  justify-content: flex-start;
}

.navbar-centered .desktop-brand {
  margin-inline: 1rem;
}

.theme-toggle-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid #e9c349;
  background: rgba(255, 253, 246, 0.9);
  color: #001b44;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.theme-toggle-btn:hover {
  background: #e9c349;
  color: #001b44;
}

html[data-bs-theme="dark"] .theme-toggle-btn {
  background: rgba(18, 32, 51, 0.95);
  color: #e9c349;
  border-color: #e9c349;
}

html[data-bs-theme="dark"] .theme-toggle-btn:hover {
  background: #e9c349;
  color: #001b44;
}

.mobile-brand img, .desktop-brand img {
  display: block;
}

.mobile-brand img {
  width: 93px;
  height: 59px;
  object-fit: contain;
}

html[data-bs-theme="dark"] .mobile-brand img {
  content: url("../../assets/img//logo-rodape-dark.png");
  width: 93px;
  height: 59px;
  min-width: 93px;
  min-height: 59px;
  max-width: 93px;
  max-height: 59px;
  object-fit: contain;
}

html[data-bs-theme="dark"] .desktop-brand img {
  content: url("../../assets/img//logo-principal-dark.png");
}

.navbar-toggler {
  border-color: rgba(0, 27, 68, 0.2);
}

html[data-bs-theme="dark"] .navbar-toggler {
  border-color: rgba(233, 195, 73, 0.6);
}

html[data-bs-theme="dark"] .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28233, 195, 73, 0.95%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

@media (max-width: 767.98px) {
  .card {
    margin-left: 8px;
    margin-right: 8px;
  }
}

@media (max-width: 767.98px) {
  .navbar-centered {
    gap: 0.5rem;
  }
}

@media (max-width: 767.98px) {
  .navbar-centered .navbar-nav {
    flex-direction: column;
  }
}

@media (max-width: 767.98px) {
  .navbar-centered .nav-left, .navbar-centered .nav-right {
    justify-content: center;
  }
}

.cart-item-row .col-auto:first-child {
  order: 1;
}

.cart-item-row .col:nth-child(2) {
  order: 2;
}

.cart-item-row .col-auto.text-end {
  order: 3;
  width: 100%;
  text-align: left !important;
}

@media (min-width: 768px) {
  .cart-item-row .col-auto.text-end {
    width: auto;
    text-align: end !important;
  }
}

.custom-input {
  border: 1px solid #001b44;
  border-radius: 12px;
  padding: 12px;
  background-color: transparent;
}

.custom-input:focus {
  border-color: #e9c349;
  box-shadow: 0 0 0 0.25rem rgba(233, 195, 73, 0.25);
  background-color: transparent;
}

.custom-btn-gold {
  background-color: #e9c349;
  border: 2px solid #e9c349;
  color: #001b44;
  border-radius: 12px;
  font-weight: bold;
  padding: 10px 20px;
  transition: all 0.3s ease;
  font-family: 'Bodoni Moda', serif;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 0.9rem;
}

.custom-btn-gold:hover {
  background-color: #001b44;
  border-color: #001b44;
  color: #e9c349;
}

.catalog-filters-wrap {
  border: 1px solid rgba(233, 195, 73, 0.45);
  border-radius: 18px;
  padding: 24px;
  background: rgba(255, 253, 246, 0.55);
}

.catalog-filter-label {
  color: #001b44;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 0.5rem;
}

.catalog-filter-input {
  border: 1px solid #e9c349;
  border-radius: 12px;
  min-height: 52px;
  background-color: rgba(255, 255, 255, 0.75);
  color: #001b44;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #001b44 50%), linear-gradient(135deg, #001b44 50%, transparent 50%);
  background-position: calc(100% - 22px) calc(50% - 3px), calc(100% - 16px) calc(50% - 3px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  padding-right: 48px;
}

.catalog-filter-input:focus {
  border-color: #e9c349;
  box-shadow: 0 0 0 0.25rem rgba(233, 195, 73, 0.2);
}

.admin-login-page {
  min-height: 100vh;
}

.admin-login-card {
  background: rgba(255, 253, 246, 0.72) !important;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

.admin-login-card .form-control {
  background-color: rgba(255, 255, 255, 0.85);
}

html[data-bs-theme="dark"] .admin-login-card {
  background: rgba(9, 18, 32, 0.88) !important;
}

html[data-bs-theme="dark"] .admin-login-card .form-control {
  background-color: rgba(18, 32, 51, 0.95) !important;
}

.dashboard-sidebar {
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.dashboard-nav-link {
  border-radius: 12px;
  color: #001b44;
  font-weight: 600;
}

.dashboard-nav-link.active, .dashboard-nav-link:hover {
  background: #001b44;
  color: #e9c349 !important;
}

.dashboard-line-chart {
  min-height: 220px;
  padding: 8px 0 0;
}

.dashboard-line-grid {
  fill: none;
  stroke: rgba(0, 27, 68, 0.14);
  stroke-width: 1;
}

.dashboard-line-path {
  fill: none;
  stroke: #001b44;
  stroke-width: 3.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.dashboard-line-point {
  fill: #e9c349;
  stroke: #001b44;
  stroke-width: 2;
}

html[data-bs-theme="dark"] .dashboard-sidebar {
  background: rgba(12, 24, 41, 0.9);
}

html[data-bs-theme="dark"] .dashboard-line-grid {
  stroke: rgba(233, 195, 73, 0.2);
}

html[data-bs-theme="dark"] .dashboard-line-path {
  stroke: #e9c349;
}

html[data-bs-theme="dark"] .dashboard-line-point {
  fill: #001b44;
  stroke: #e9c349;
}

html[data-bs-theme="dark"] .dashboard-nav-link {
  color: #f4efe2;
}

html[data-bs-theme="dark"] .dashboard-nav-link.active, html[data-bs-theme="dark"] .dashboard-nav-link:hover {
  background: #e9c349;
  color: #001b44 !important;
}

.dashboard-sidebar, .dashboard-card-highlight, .dashboard-table-wrap {
  border: 1px solid rgba(0, 27, 68, 0.08);
  border-radius: 16px;
}

.dashboard-card-highlight .card-body {
  position: relative;
}

.dashboard-card-highlight .card-body::after {
  content: "";
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(233, 195, 73, 0) 0%, rgba(233, 195, 73, 0.9) 50%, rgba(233, 195, 73, 0) 100%);
}

.dashboard-top-products, .dashboard-top-products .list-group-item {
  background-color: transparent !important;
}

.dashboard-top-products .list-group-item {
  border-color: rgba(0, 27, 68, 0.08);
}

.dashboard-top-products .list-group-item strong {
  color: #001b44;
}

.dashboard-table-wrap .table {
  --bs-table-bg: transparent;
  --bs-table-striped-bg: transparent;
  --bs-table-active-bg: transparent;
  --bs-table-hover-bg: rgba(233, 195, 73, 0.08);
  background-color: transparent !important;
}

.dashboard-table-wrap .table > :not(caption) > * > * {
  background-color: transparent !important;
  box-shadow: none !important;
}

.dashboard-table-wrap .table thead th {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #4a5b7a;
  border-bottom-width: 1px;
}

.dashboard-table-wrap .table tbody tr:hover {
  background: rgba(233, 195, 73, 0.08);
}

html[data-bs-theme="dark"] .dashboard-sidebar, html[data-bs-theme="dark"] .dashboard-card-highlight, html[data-bs-theme="dark"] .dashboard-table-wrap {
  border-color: rgba(233, 195, 73, 0.25);
}

html[data-bs-theme="dark"] .dashboard-top-products, html[data-bs-theme="dark"] .dashboard-top-products .list-group-item {
  background-color: transparent !important;
}

html[data-bs-theme="dark"] .dashboard-top-products .list-group-item {
  border-color: rgba(233, 195, 73, 0.18);
  background: transparent;
}

html[data-bs-theme="dark"] .dashboard-top-products .list-group-item strong {
  color: #e9c349;
}

html[data-bs-theme="dark"] .dashboard-table-wrap .table {
  --bs-table-bg: transparent;
  --bs-table-striped-bg: transparent;
  --bs-table-active-bg: transparent;
  --bs-table-hover-bg: rgba(233, 195, 73, 0.12);
  background-color: transparent !important;
}

html[data-bs-theme="dark"] .dashboard-table-wrap .table > :not(caption) > * > * {
  background-color: transparent !important;
}

html[data-bs-theme="dark"] .dashboard-table-wrap .table thead th {
  color: #d4ddef;
}

html[data-bs-theme="dark"] .dashboard-table-wrap .table tbody tr:hover {
  background: rgba(233, 195, 73, 0.12);
}

.admin-pagination-default .page-link {
  background-color: transparent;
  border-color: rgba(0, 27, 68, 0.2);
  color: #001b44;
}

.admin-pagination-default .page-item.active .page-link {
  background-color: #001b44;
  border-color: #001b44;
  color: #fff;
}

html[data-bs-theme="dark"] .admin-pagination-default .page-link {
  background-color: transparent;
  border-color: rgba(233, 195, 73, 0.4);
  color: #f4efe2;
}

html[data-bs-theme="dark"] .admin-pagination-default .page-item.active .page-link {
  background-color: #e9c349;
  border-color: #e9c349;
  color: #001b44;
}

box-shadow: 0 0 0 0.25rem rgba(233, 195, 73, 0.2); outline: none; html[data-bs-theme="dark"] .catalog-filters-wrap {
  background: rgba(18, 32, 51, 0.55);
  border-color: rgba(233, 195, 73, 0.5);
}

html[data-bs-theme="dark"] .catalog-filter-label {
  color: #f4efe2;
}

html[data-bs-theme="dark"] .catalog-filter-input {
  background-color: rgba(8, 17, 31, 0.7);
  color: #f4efe2;
  border-color: rgba(233, 195, 73, 0.6);
  background-image: linear-gradient(45deg, transparent 50%, #e9c349 50%), linear-gradient(135deg, #e9c349 50%, transparent 50%);
}

html[data-bs-theme="dark"] .catalog-filter-input option {
  color: #f4efe2;
  background: #0f1b2f;
}

.product-gallery-main {
  border: 0;
  border-radius: 12px;
  padding: 0;
  background: transparent;
}

.product-main-trigger {
  border: 0;
  padding: 0;
  background: transparent;
  cursor: zoom-in;
}

.product-main-trigger img {
  display: block;
}

.product-image-modal-content {
  background: rgba(8, 17, 31, 0.96);
  border: 1px solid rgba(233, 195, 73, 0.35);
  border-radius: 18px;
}

#product-modal-image {
  max-height: 80vh;
  width: auto;
}

/* ─── Product Card Grid ─── */
.product-card {
  padding: 18px;
  border-radius: 12px;
  border: 1px solid #e9c349;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.product-card-img {
  width: 100%;
  height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.product-card-img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

/* ─── Skeleton Loader ─── */
@keyframes skeleton-shimmer {
  0%   { background-position: -400px 0; }
  100% { background-position: 400px 0; }
}

.skeleton {
  background: linear-gradient(90deg, #ddd 25%, #c8c8c8 50%, #ddd 75%);
  background-size: 800px 100%;
  animation: skeleton-shimmer 1.5s infinite ease-in-out;
  border-radius: 8px;
}

.skeleton-card {
  padding: 18px;
  border-radius: 12px;
  border: 1px solid rgba(233, 195, 73, 0.3);
}

.skeleton-img {
  width: 100%;
  height: 220px;
  border-radius: 8px;
  margin-bottom: 16px;
}

.skeleton-title {
  height: 16px;
  width: 75%;
  margin: 0 auto 10px;
}

.skeleton-text {
  height: 12px;
  width: 90%;
  margin: 0 auto 8px;
}

.skeleton-text-sm {
  height: 12px;
  width: 50%;
  margin: 0 auto 8px;
}

.skeleton-price {
  height: 22px;
  width: 40%;
  margin: 0 auto 16px;
}

.skeleton-btn {
  height: 44px;
  width: 100%;
  border-radius: 12px;
  margin-bottom: 8px;
}

.skeleton-row {
  height: 56px;
  width: 100%;
  border-radius: 8px;
  margin-bottom: 12px;
}

.skeleton-detail-img {
  width: 100%;
  height: 327px;
  border-radius: 12px;
}

.skeleton-detail-title {
  height: 28px;
  width: 60%;
  margin-bottom: 12px;
}

.skeleton-detail-price {
  height: 24px;
  width: 30%;
  margin-bottom: 20px;
}

.skeleton-detail-text {
  height: 14px;
  width: 100%;
  margin-bottom: 8px;
}

html[data-bs-theme="dark"] .skeleton {
  background: linear-gradient(90deg, #1a2537 25%, #243147 50%, #1a2537 75%);
  background-size: 800px 100%;
  animation: skeleton-shimmer 1.5s infinite ease-in-out;
}

html[data-bs-theme="dark"] .skeleton-card {
  border-color: rgba(233, 195, 73, 0.15);
}

.product-gallery-thumbs {
  display: grid;
  grid-template-columns: repeat(4, 64px);
  gap: 10px;
  justify-content: center;
  margin-top: 16px;
}

.product-thumb {
  width: 64px;
  height: 64px;
  border: 1px solid rgba(233, 195, 73, 0.45);
  border-radius: 12px;
  padding: 6px;
  background: transparent;
  transition: all 0.3s ease;
}

.product-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.product-thumb:hover, .product-thumb.active {
  border-color: #e9c349;
  background: rgba(233, 195, 73, 0.12);
}

html[data-bs-theme="dark"] .product-gallery-main {
  background: transparent;
  border-color: transparent;
}

html[data-bs-theme="dark"] .product-thumb {
  border-color: rgba(233, 195, 73, 0.4);
}

html[data-bs-theme="dark"] .product-thumb:hover, html[data-bs-theme="dark"] .product-thumb.active {
  background: rgba(233, 195, 73, 0.16);
  border-color: #e9c349;
}

@media (max-width: 575.98px) {
  .product-gallery-thumbs {
    grid-template-columns: repeat(4, 52px);
    gap: 8px;
  }
}

@media (max-width: 575.98px) {
  .product-thumb {
    width: 52px;
    height: 52px;
    padding: 5px;
  }
}

.custom-btn-dark {
  background-color: #001b44;
  border: 2px solid #001b44;
  color: #fff;
  border-radius: 12px;
  font-weight: bold;
  padding: 10px 20px;
  transition: all 0.3s ease;
  font-family: 'Bodoni Moda', serif;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 0.9rem;
}

.custom-btn-dark:hover {
  background-color: #e9c349;
  border-color: #e9c349;
  color: #001b44;
}

.custom-btn-outline {
  background-color: transparent;
  border: 2px solid #e9c349;
  color: #001b44;
  border-radius: 12px;
  font-weight: bold;
  padding: 10px 20px;
  transition: all 0.3s ease;
  font-family: 'Bodoni Moda', serif;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 0.9rem;
}

.custom-btn-outline:hover {
  background-color: #e9c349;
  color: #001b44;
}

@media (min-width: 768px) {
  .border-end-md {
    border-right: 1px solid rgba(0, 27, 68, 0.1);
  }
}

@media (max-width: 767.98px) {
  .navbar-centered .desktop-brand {
    margin-inline: 0;
  }
}

@media (min-width: 768px) {
  .navbar-centered {
    align-items: flex-end;
  }
}

@media (min-width: 768px) {
  .navbar-centered .nav-left, .navbar-centered .nav-right {
    align-items: flex-end;
  }
}

.breadcrumb-section {
  padding-top: 1.5rem;
  padding-bottom: 0.5rem;
}

.breadcrumb-custom .breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  list-style: none;
  margin-bottom: 0;
  padding: 0;
  background: transparent;
  font-family: 'Bodoni Moda', serif;
  font-size: 1rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #001b44;
}

.breadcrumb-custom .breadcrumb-item {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0;
}

.breadcrumb-custom .breadcrumb-item + .breadcrumb-item::before {
  display: none;
}

.breadcrumb-custom .breadcrumb-item a {
  color: inherit;
  text-decoration: none;
}

.breadcrumb-custom .breadcrumb-item a:hover {
  color: #e9c349;
}

.breadcrumb-custom .breadcrumb-icon {
  color: #e9c349;
  font-size: 1.25rem;
  display: inline-flex;
  align-items: center;
}

@media (max-width: 767.98px) {
  .breadcrumb-section {
    padding-top: 1rem;
    padding-bottom: 0.25rem;
  }
}

@media (max-width: 767.98px) {
  .breadcrumb-custom .breadcrumb {
    justify-content: center;
    letter-spacing: 0.08em;
    gap: 0.6rem;
  }
}

@media (max-width: 767.98px) {
  .breadcrumb-custom .breadcrumb-item {
    font-size: 0.95rem;
  }
}

.cart-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.product-price {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
  font-weight: 600;
  letter-spacing: 0;
}

.cart-link .cart-badge {
  position: absolute;
  top: -0.5rem;
  right: -0.2rem;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #e9c349;
  color: #001b44;
  font-size: 0.6rem;
  font-weight: 700;
  font-family: system-ui, 'Segoe UI', sans-serif;
  letter-spacing: 0.08em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767.98px) {
  .cart-link .cart-badge {
    top: -0.35rem;
    right: -0.15rem;
  }
}

/* ─── Admin Shared Form & Button Styles ─── */
.admin-input {
  height: 50px;
  border-radius: 12px !important;
  font-size: 0.92rem;
}

.admin-input:focus {
  border-color: #e9c349;
  box-shadow: 0 0 0 0.25rem rgba(233, 195, 73, 0.2);
}

.admin-btn-gold {
  background-color: #e9c349;
  border: 2px solid #e9c349;
  color: #001b44;
  border-radius: 12px;
  font-weight: 700;
  padding: 10px 20px;
  transition: all 0.3s ease;
  font-family: 'Bodoni Moda', serif;
  text-transform: uppercase;
  font-size: 0.85rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.admin-btn-gold:hover {
  background-color: #001b44;
  border-color: #001b44;
  color: #e9c349;
}

.admin-btn-gold.btn-sm {
  padding: 6px 14px;
  font-size: 0.78rem;
}

.admin-btn-gold.admin-btn-filter {
  height: 50px;
  width: 100%;
}

.admin-btn-secondary {
  border-radius: 12px;
  border: 2px solid #6c757d;
  color: #6c757d;
  background: transparent;
  font-weight: 600;
  padding: 10px 20px;
  transition: all 0.3s ease;
  font-size: 0.85rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.admin-btn-secondary:hover {
  background-color: #6c757d;
  color: #fff;
}

.admin-pill {
  border-radius: 20px !important;
  font-size: 0.82rem;
  padding: 7px 18px;
  border: 1.5px solid #001b44;
  color: #001b44;
  background: transparent;
  font-weight: 600;
  transition: all 0.3s ease;
}

.admin-pill:hover,
.admin-pill.active {
  background-color: #e9c349;
  border-color: #e9c349;
  color: #001b44;
}

html[data-bs-theme="dark"] .admin-input {
  background-color: rgba(8, 17, 31, 0.7);
  color: #f4efe2;
  border-color: rgba(233, 195, 73, 0.4);
}

html[data-bs-theme="dark"] .admin-input:focus {
  border-color: #e9c349;
  box-shadow: 0 0 0 0.25rem rgba(233, 195, 73, 0.2);
}

html[data-bs-theme="dark"] .admin-btn-secondary {
  border-color: rgba(233, 195, 73, 0.4);
  color: #f4efe2;
}

html[data-bs-theme="dark"] .admin-btn-secondary:hover {
  background-color: rgba(233, 195, 73, 0.15);
  color: #e9c349;
  border-color: #e9c349;
}

html[data-bs-theme="dark"] .admin-pill {
  border-color: rgba(233, 195, 73, 0.4);
  color: #f4efe2;
}

html[data-bs-theme="dark"] .admin-pill:hover,
html[data-bs-theme="dark"] .admin-pill.active {
  background-color: #e9c349;
  border-color: #e9c349;
  color: #001b44;
}

.card {
  background-color: transparent !important;
  border: 1px solid #e9c349 !important;
  border-radius: 12px !important;
  box-shadow: none !important;
}

.card .card-body {
  background-color: transparent !important;
}

.form-control, .form-select, .form-control-lg, .form-control-sm, .form-select-lg, .form-select-sm, textarea.form-control {
  border: 1px solid #e9c349;
  background-color: #fffdf6;
  color: #001b44;
}

.img-zoom-container {
  overflow: hidden;
  display: block;
  border-radius: 12px;
  max-width: 280px;
  margin: 0 auto;
}

.img-zoom-container img {
  transition: transform 0.8s ease;
  max-width: 100%;
  height: auto;
  display: block;
}

.img-zoom-container:hover img {
  transform: scale(1.1);
}

.accordion-item {
  border: 1px solid #e9c349 !important;
  border-radius: 12px !important;
  margin-bottom: 10px;
  overflow: hidden;
}

.accordion-button {
  color: #001b44 !important;
  font-weight: bold;
}

.accordion-button:not(.collapsed) {
  background-color: #faf0d5 !important;
  color: #001b44 !important;
  box-shadow: none !important;
}

.accordion-collapse {
  background-color: #fffdf6 !important;
}

.accordion-body {
  background-color: #fffdf6 !important;
}

.accordion-button::after {
  filter: sepia(100%) saturate(500%) hue-rotate(10deg);
}

.form-control:focus, .form-select:focus, .form-control-lg:focus, .form-control-sm:focus, .form-select-lg:focus, .form-select-sm:focus, textarea.form-control:focus {
  border-color: #e9c349;
  box-shadow: 0 0 0 0.25rem rgba(233, 195, 73, 0.25);
}

html[data-bs-theme="dark"] .nav-link, html[data-bs-theme="dark"] .breadcrumb-custom .breadcrumb, html[data-bs-theme="dark"] .breadcrumb-custom .breadcrumb-item a, html[data-bs-theme="dark"] p, html[data-bs-theme="dark"] span, html[data-bs-theme="dark"] li, html[data-bs-theme="dark"] label, html[data-bs-theme="dark"] .form-check-label, html[data-bs-theme="dark"] .lead, html[data-bs-theme="dark"] .small, html[data-bs-theme="dark"] .text-muted, html[data-bs-theme="dark"] .mb-0, html[data-bs-theme="dark"] .fw-semibold, html[data-bs-theme="dark"] .accordion-body p {
  color: #f4efe2 !important;
}

html[data-bs-theme="dark"] h1, html[data-bs-theme="dark"] h2, html[data-bs-theme="dark"] h3, html[data-bs-theme="dark"] h4, html[data-bs-theme="dark"] h5, html[data-bs-theme="dark"] h6 {
  color: #e9c349 !important;
}

html[data-bs-theme="dark"] .card, html[data-bs-theme="dark"] .accordion-item {
  background-color: rgba(9, 18, 32, 0.88) !important;
  border-color: #e9c349 !important;
}

html[data-bs-theme="dark"] .border.rounded-4 {
  background-color: rgba(9, 18, 32, 0.72) !important;
  border-color: #e9c349 !important;
}

html[data-bs-theme="dark"] .card .card-body {
  background-color: transparent !important;
}

html[data-bs-theme="dark"] .form-control, html[data-bs-theme="dark"] .form-select, html[data-bs-theme="dark"] .form-control-lg, html[data-bs-theme="dark"] .form-control-sm, html[data-bs-theme="dark"] .form-select-lg, html[data-bs-theme="dark"] .form-select-sm, html[data-bs-theme="dark"] textarea.form-control, html[data-bs-theme="dark"] .custom-input {
  background-color: #122033 !important;
  border-color: #e9c349 !important;
  color: #f4efe2 !important;
}

html[data-bs-theme="dark"] .form-control::placeholder, html[data-bs-theme="dark"] .form-select::placeholder, html[data-bs-theme="dark"] textarea.form-control::placeholder, html[data-bs-theme="dark"] .custom-input::placeholder {
  color: rgba(244, 239, 226, 0.65) !important;
}

html[data-bs-theme="dark"] .accordion-button {
  background-color: #122033 !important;
  color: #f4efe2 !important;
}

html[data-bs-theme="dark"] .accordion-button:not(.collapsed) {
  background-color: #1a2940 !important;
  color: #e9c349 !important;
}

html[data-bs-theme="dark"] .accordion-collapse, html[data-bs-theme="dark"] .accordion-body {
  background-color: #122033 !important;
}

html[data-bs-theme="dark"] .custom-btn-outline {
  color: #e9c349;
  border-color: #e9c349;
}

html[data-bs-theme="dark"] .custom-btn-outline:hover {
  background-color: #e9c349;
  color: #001b44;
}

html[data-bs-theme="dark"] .product-price {
  color: #f7e6a1 !important;
}

html[data-bs-theme="dark"] .cart-link .cart-badge {
  background: #e9c349;
  color: #001b44 !important;
}

html[data-bs-theme="dark"] .navbar-toggler {
  border-color: rgba(233, 195, 73, 0.5);
}

html[data-bs-theme="dark"] .navbar-toggler-icon {
  filter: invert(1) sepia(1) saturate(0) hue-rotate(0deg) brightness(2);
}

html[data-bs-theme="dark"] section[style*="background:#001b44"] {
  background: #060d18 !important;
}

html[data-bs-theme="dark"] .border, html[data-bs-theme="dark"] hr {
  border-color: rgba(233, 195, 73, 0.35) !important;
  color: rgba(233, 195, 73, 0.35) !important;
}

