:root {
  --bs-primary: #ef4292;
  --bs-primary-rgb: 239, 66, 146;
  --bs-font-sans-serif: 'Poppins', sans-serif;
  --bs-body-font-family: 'Poppins', sans-serif;
  --brand-color: #ef4292;
  --brand-color-hover: #d82b78;
  --font-family: 'Poppins', sans-serif;
}

[data-bs-theme="light"] {
  --bg-color: #f9fafb;
  --text-color: #111827;
  --card-bg: #ffffff;
  --card-border: #e5e7eb;
  --brand-color: #ef4292;
  --header-bg: rgba(255, 255, 255, 0.98);
  --primary-btn-bg: #111827;
  --primary-btn-text: #ffffff;
  --primary-btn-hover: #374151;
}

[data-bs-theme="dark"] {
  --bg-color: #0f172a;
  --text-color: #f8fafc;
  --card-bg: #1e293b;
  --card-border: #334155;
  --brand-color: #ff66a3;
  --header-bg: rgba(15, 23, 42, 0.98);
  --primary-btn-bg: #f8fafc;
  --primary-btn-text: #0f172a;
  --primary-btn-hover: #cbd5e1;
}

body {
  width: 100%;
  height: 100%;
  font-family: var(--font-family);
  background-color: var(--bg-color);
  color: var(--text-color);
  transition: background-color 0.3s ease, color 0.3s ease;
}

.text-main {
  color: var(--text-color) !important;
}

/* Modern Links */
a {
  color: var(--text-color);
  text-decoration: none;
  transition: color 0.2s ease, opacity 0.2s ease;
}
a:hover {
  color: var(--text-color);
  opacity: 0.7;
}

/* Primary Buttons */
.btn-primary {
  background-color: var(--primary-btn-bg);
  border-color: var(--primary-btn-bg);
  color: var(--primary-btn-text);
  font-weight: 500;
  transition: all 0.3s ease;
}
.btn-primary:hover {
  background-color: var(--brand-color-hover);
  border-color: var(--brand-color-hover);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(239, 66, 146, 0.3);
}

.theme-toggle-btn {
  color: var(--brand-color) !important;
  font-size: 1.2rem;
}

/* Vanguard UI Upgrades */
.glass-header {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 1030;
  transition: all 0.4s ease;
  background: var(--header-bg);
  padding: 15px 0;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05);
}
.glass-header.scrolled {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  padding: 10px 0;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
[data-bs-theme="dark"] .glass-header.scrolled {
  background: rgba(18, 18, 18, 0.85);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.hero-section {
  position: relative;
  height: 80vh;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
}
.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to right, rgba(0,0,0,0.8), rgba(0,0,0,0.4));
  z-index: 1;
}
.hero-content {
  position: relative;
  z-index: 2;
  color: #fff;
}
.hero-title {
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 1.5rem;
}
.hero-subtitle {
  font-size: 1.5rem;
  font-weight: 300;
  opacity: 0.9;
  margin-bottom: 2rem;
}
.masonry-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-auto-rows: 250px;
  grid-gap: 20px;
}
.masonry-item {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}
.masonry-item:nth-child(1) {
  grid-column: span 2;
  grid-row: span 2;
}
.masonry-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.masonry-item:hover img {
  transform: scale(1.05);
}
.masonry-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px 20px 20px;
  background: linear-gradient(to top, rgba(0,0,0,0.9), transparent);
  color: #fff;
  z-index: 2;
}
.features-section {
  padding: 80px 0;
  background: var(--card-bg);
}
.feature-icon {
  font-size: 3rem;
  color: var(--text-color);
  margin-bottom: 20px;
  opacity: 0.8;
}
.hover-bg:hover {
  background-color: var(--card-border);
}

h1, h2, h3, h4, h5, h6 {
  color: #444;
}
legend {
  padding: 7px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
label {
  font-size: 12px;
  font-weight: normal;
}
/* Chrome border line */
button:focus {
  outline: none !important;
}
/* container */
#container {
  width: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
/* content */
main {
  flex: 1 0 auto;
}
#content, #column-left, #column-right {
  min-height: 400px;
}
#alert {
  z-index: 9999;
  position: fixed;
  top: 20px;
  right: 20px;
  left: auto;
  width: auto;
  min-width: 300px;
  max-width: 450px;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  pointer-events: none;
}
#alert .alert {
  pointer-events: auto;
  margin-bottom: 0;
  border: none !important;
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  background: var(--card-bg);
  color: var(--text-color);
  padding: 16px 45px 16px 45px;
  font-size: 0.9rem;
  font-weight: 500;
  display: block;
  animation: slideInRight 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
  position: relative;
  overflow: hidden;
}
@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(100%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
#alert .alert .btn-close {
  position: absolute;
  right: 15px;
  top: 16px;
  margin: 0;
  opacity: 0.5;
  filter: var(--btn-close-filter, none);
}
#alert .alert > i {
  position: absolute;
  left: 15px;
  top: 18px;
}
#alert .alert .btn-close:hover {
  opacity: 1;
}
/* Premium color accents */
#alert .alert::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
}
#alert .alert-success::before { background-color: #10b981; }
#alert .alert-danger::before { background-color: #ef4444; }
#alert .alert-warning::before { background-color: #f59e0b; }
#alert .alert-info::before { background-color: #3b82f6; }
/* Icon colors */
#alert .alert-success i { color: #10b981; font-size: 1.2rem; }
#alert .alert-danger i { color: #ef4444; font-size: 1.2rem; }
#alert .alert-warning i { color: #f59e0b; font-size: 1.2rem; }
#alert .alert-info i { color: #3b82f6; font-size: 1.2rem; }

/* top */
#top {
  background-color: var(--top-nav-bg);
  border-bottom: 1px solid var(--card-border);
  margin-bottom: 0px;
  position: relative;
  padding-bottom: 5px;
  padding-top: 5px;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}
#top ul.list-inline {
  margin-bottom: 0;
}
#top .list-inline-item > a, #top .list-inline-item .dropdown > a {
  font-size: 1.1em;
  color: var(--bs-gray-600);
  line-height: 40px;
  vertical-align: middle;
  padding: 10px 0px 5px 0px;
}
/* logo */
#logo {
  text-align: center;
  margin: 15px 0;
}
#logo img {
  max-width: 240px;
  transition: transform 0.3s ease;
}
#logo img:hover {
  transform: scale(1.02);
}
header {
  background-color: var(--header-bg);
  padding: 15px 0;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  position: sticky;
  top: 0;
  z-index: 1020;
  transition: background-color 0.3s ease;
}
[data-bs-theme="dark"] header {
  box-shadow: 0 2px 10px rgba(0,0,0,0.5);
}
@media (min-width: 768px) {
  #logo {
    text-align: left;
  }
}
/* Footer Premium */
.footer-premium {
  background-color: #0f172a;
  color: #f8fafc;
}
.footer-premium a {
  color: #94a3b8;
  transition: color 0.3s ease;
}
.footer-premium a:hover {
  color: #ffffff;
}
.footer-newsletter {
  background-color: #1e293b;
  color: #ffffff;
}
.footer-newsletter h3, .footer-newsletter p {
  color: #ffffff;
}
.footer-newsletter .btn-dark {
  background-color: #0f172a;
  color: #ffffff;
}
.footer-newsletter .btn-dark:hover {
  background-color: #1e293b;
}

/* Base Styles */
#search {
  margin-bottom: 10px;
}
#search .form-control-lg {
  height: 40px;
  font-size: 12px;
  line-height: 20px;
  padding: 0 10px;
}
#search .btn-lg {
  font-size: 15px;
  line-height: 18px;
  padding: 0.57rem 35px;
  text-shadow: 0 1px 0 #FFF;
}
/* cart */
#cart {
  margin-bottom: 10px;
}
#cart .img-thumbnail {
  min-width: 100px;
}
#cart .btn-lg {
  font-size: 15px;
  line-height: 18px;
  padding: 14px 35px;
}
#cart .dropdown-menu {
  background: #eee;
}
#cart .dropdown-menu li {
  min-width: 300px;
}
@media (max-width: 768px) {
  #cart .dropdown-menu li {
    min-width: 100%;
  }
}
/* menu */
#menu {
  background-color: transparent;
  border: none;
  min-height: unset;
  padding: 0;
  margin: 0;
  box-shadow: none;
}
#menu .navbar-nav > li > a {
  color: var(--text-color);
  font-weight: 500;
  transition: opacity 0.2s ease;
  font-size: 0.82rem; /* Reduced to fit on one line */
  padding-left: 0.6rem !important; /* Reduced horizontal padding */
  padding-right: 0.6rem !important;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
#menu .navbar-nav > li > a:hover {
  opacity: 0.7;
}
 /* Advanced Search Pill */
.search-pill {
  position: relative;
}
.search-pill input:focus {
  outline: none;
  border: 1px solid var(--brand-color) !important;
  box-shadow: 0 0 0 3px rgba(239, 66, 146, 0.1) !important;
}

/* Minimalist Product Card */
.minimalist-card .product-actions-overlay {
  transition: all 0.3s ease;
  transform: translateY(10px);
}
.minimalist-card:hover .product-actions-overlay {
  opacity: 1 !important;
  transform: translateY(0);
}
.minimalist-card .btn-light {
  background: var(--card-bg);
  border: 1px solid var(--card-border);
}
.minimalist-card .btn-light:hover {
  background: var(--text-color);
  color: var(--bg-color) !important;
}
.minimalist-card .btn-light:hover i {
  color: var(--bg-color) !important;
}

/* Circular Collections */
.collection-circle {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  overflow: hidden;
  background: var(--card-border);
  transition: transform 0.3s ease;
}
.collection-circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.collection-circle-link:hover .collection-circle {
  transform: scale(1.05);
}

/* Split Hero Typography */
.img-thumbnail {
  border: none !important;
  border-radius: 0;
  padding: 0;
  background-color: transparent !important;
}
.hero-title-minimal {
  font-size: 3.5rem;
  letter-spacing: -1px;
}
.tracking-wide {
  letter-spacing: 2px;
}
.hero-split-section {
  background: var(--bg-color);
}
.hero-floating-img {
  /* Animation removed for a static, sharp look */
}

/* Dark Mode Image Blending Hacks */
[data-bs-theme="dark"] .hero-floating-img,
[data-bs-theme="dark"] .collection-circle img,
[data-bs-theme="dark"] .img-thumbnail {
  filter: invert(1) hue-rotate(180deg) contrast(1.1);
  mix-blend-mode: screen;
}

/* Minimalist Tables */
.table, .table-striped > tbody > tr:nth-of-type(odd) > * {
  background-color: transparent !important;
  color: var(--text-color) !important;
}
.table-bordered, .table-bordered th, .table-bordered td {
  border: none !important;
  border-bottom: 1px solid var(--card-border) !important;
}
.table th, .table td {
  padding: 1rem !important;
  vertical-align: middle;
}

/* Fix Dropdown Text Visibility */
.dropdown-menu {
  background-color: var(--card-bg);
  border-color: var(--card-border);
}
.dropdown-item {
  color: var(--text-color) !important;
}
.dropdown-item:hover {
  background-color: var(--card-border) !important;
  color: var(--brand-color) !important;
}

/* Form Controls Minimalist */
.form-control {
  border-radius: 4px;
  border: 1px solid var(--card-border);
  background-color: transparent;
  color: var(--text-color);
}
.form-control:focus {
  border-color: var(--text-color);
  box-shadow: none;
  background-color: transparent;
  color: var(--text-color);
}

/* Neutralize Danger Buttons for Minimalist Theme */
.btn-danger {
  background-color: var(--card-border);
  border: none;
  color: var(--text-color);
}
.btn-danger:hover {
  background-color: var(--text-color);
  color: var(--bg-color);
}

/* 80% Full Width Container */
@media (min-width: 1400px) {
  .container-fluid {
    max-width: 80%;
    margin: 0 auto;
  }
}

/* Minimalist Sidebar (Category Menu) */
.list-group {
  background-color: var(--card-bg);
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.03);
  padding: 12px;
  border: 1px solid var(--card-border);
}
.list-group-item {
  border: none;
  border-radius: 12px !important;
  background-color: transparent;
  color: var(--text-color);
  padding: 10px 16px;
  margin-bottom: 4px;
  transition: all 0.3s ease;
  font-weight: 500;
  display: flex;
  align-items: center;
}
.list-group-item:last-child {
  margin-bottom: 0;
}
.list-group-item.active {
  background-color: rgba(0,0,0,0.04) !important;
  color: var(--brand-color) !important;
  font-weight: 600;
}
[data-bs-theme="dark"] .list-group-item.active {
  background-color: rgba(255,255,255,0.05) !important;
}
.list-group-item:hover:not(.active) {
  background-color: rgba(0,0,0,0.02);
  color: var(--brand-color);
  transform: translateX(4px);
}
[data-bs-theme="dark"] .list-group-item:hover:not(.active) {
  background-color: rgba(255,255,255,0.02);
}

/* Minimalist Breadcrumb */
.breadcrumb {
  background-color: transparent !important;
  padding: 0;
  margin-bottom: 30px;
  border-radius: 0;
  border-bottom: 1px solid var(--card-border);
  padding-bottom: 15px;
}
.breadcrumb-item a {
  color: var(--text-color);
  opacity: 0.6;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 1px;
}
.breadcrumb-item.active {
  color: var(--brand-color);
  opacity: 1;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 1px;
}
.breadcrumb-item + .breadcrumb-item::before {
  color: var(--text-color);
  opacity: 0.4;
}

#menu .dropdown-menu {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
#menu .navbar-nav > li > a:hover {
  background-color: transparent;
}
#menu .dropdown-menu {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
#menu .dropdown-inner {
  display: flex;
  flex-direction: column;
}
#menu .dropdown-inner ul {
  width: 100%;
  min-width: 200px;
}
@media (min-width: 960px) {
  #menu .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.2s ease;
    margin-top: 0;
  }
  #menu .dropdown-menu::before {
    content: "";
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
    height: 20px;
    background: transparent;
  }
  #menu .dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  #menu .dropdown-inner {
    flex-direction: row;
  }
  #menu .nav-item + .nav-item + .nav-item .dropdown-column-3 {
    left: -200px;
  }
  #menu .nav-item + .nav-item + .nav-item .dropdown-column-4 {
    left: -400px;
  }
  #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-2 {
    left: -200px;
  }
  #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-3 {
    left: -400px;
  }
  #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-4 {
    left: -600px;
  }
}
#category {
  float: left;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .navbar-toggler i {
  color: #fff;
  border-color: #fff;
  font-size: 0.9em;
}
/* default boostrap changes */
div.required .col-form-label:before, div.required .form-label:before {
  content: "* ";
  color: #F00;
  font-weight: bold;
}
.form-switch-lg {
  font-size: 20px;
  min-height: 30px;
  line-height: 30px;
}
.nav-tabs {
  margin-bottom: 15px;
}
.form-check .form-check-input {
  margin-top: 0.25rem;
}
@media (min-width: 768px) {
  .col-form-label {
    text-align: right;
  }
}
/* footer */
footer {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 20px;
  background-color: var(--footer-bg);
  border-top: 1px solid var(--card-border);
  color: #a0a0a0;
  transition: background-color 0.3s ease;
}
footer hr {
  border-top: none;
  border-bottom: 1px solid #333;
  margin: 30px 0;
}
footer a {
  color: #a0a0a0;
  text-decoration: none;
  transition: color 0.2s ease;
}
footer a:hover {
  color: var(--brand-color);
}
footer h5 {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  margin-top: 10px;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
/* breadcrumb */
/* Modern Minimalist Breadcrumb */
.breadcrumb {
  margin: 10px 0 30px 0;
  padding: 0;
  background-color: transparent !important;
  border: none !important;
  border-radius: 0;
  display: flex;
  align-items: center;
  list-style: none;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 600;
}
.breadcrumb i {
  font-size: 14px;
}
.breadcrumb > li.breadcrumb-item {
  text-shadow: none !important;
  padding: 0;
  position: relative;
  white-space: nowrap;
  display: flex;
  align-items: center;
  color: var(--text-color);
}
.breadcrumb > li.breadcrumb-item > a {
  text-decoration: none;
  color: inherit;
  opacity: 0.5;
  transition: opacity 0.2s ease, color 0.2s ease;
}
.breadcrumb > li.breadcrumb-item > a:hover {
  opacity: 1;
  color: var(--brand-color);
}
.breadcrumb > li.breadcrumb-item:last-child {
  opacity: 1;
}
.breadcrumb > li.breadcrumb-item:after {
  content: none !important;
  display: none !important;
}
.breadcrumb > li.breadcrumb-item + li:before {
  content: "/";
  padding: 0 12px;
  color: inherit;
  opacity: 0.3;
  font-weight: 400;
}
.product-thumb {
  border: 1px solid var(--card-border);
  border-radius: 12px;
  background-color: var(--card-bg);
  position: relative;
  height: 100%;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.product-thumb:hover {
  box-shadow: 0 8px 30px rgba(0,0,0,0.06);
}
[data-bs-theme="dark"] .product-thumb:hover {
  box-shadow: 0 10px 20px rgba(0,0,0,0.5);
}
.product-thumb .image {
  text-align: center;
  overflow: hidden;
}
.product-thumb .image img {
  transition: transform 0.5s ease;
}
.product-thumb .image a:hover img {
  transform: scale(1.08);
}
.product-thumb .description {
  padding: 20px;
  margin-bottom: 45px;
}
.product-thumb .description h4 {
  font-weight: 600;
  font-size: 1.1rem;
  margin-bottom: 10px;
}
.product-thumb .description h4 a {
  color: var(--text-main);
}
.product-thumb .description h4 a:hover {
  color: var(--brand-color);
}
.product-thumb .button {
  display: flex;
  position: absolute;
  width: 100%;
  bottom: 0;
}

/* List View Overrides */
.product-list .product-thumb {
  flex-direction: row !important;
  text-align: left !important;
  align-items: center;
  padding: 20px;
}
.product-list .product-thumb .image {
  width: 250px;
  flex-shrink: 0;
  margin-bottom: 0 !important;
  margin-right: 30px;
}
.product-list .product-thumb .content {
  align-items: flex-start !important;
  justify-content: center;
  padding: 0 !important;
}
.product-list .product-thumb .description {
  text-align: left;
  margin-bottom: 0;
  padding: 0;
}
.product-list .product-thumb .description h6 {
  font-size: 1.2rem;
  margin-bottom: 10px !important;
}
.product-list .product-list-description {
  display: block !important;
}
.product-list .product-list-actions {
  display: block !important;
}
.product-list .product-actions-overlay {
  display: none !important; /* Hide floating buttons in list view */
}
.product-thumb .button button {
  width: 33.33%;
  border: none;
  border-top: 1px solid var(--card-border);
  background-color: var(--card-bg);
  color: var(--text-main);
  line-height: 44px;
  text-align: center;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.product-thumb .button button:hover {
  color: #fff;
  background-color: var(--brand-color);
  text-decoration: none;
  cursor: pointer;
}
.product-thumb .button button + button {
  border-left: 1px solid var(--card-border);
}
@media (min-width: 960px) {
  .product-list .product-thumb {
    display: flex;
  }
  .product-list .product-thumb .image {
    flex-direction: column;
    margin-bottom: 0px;
  }
  .product-list .product-thumb .content {
    flex-direction: column;
    flex: 75%;
    position: relative;
  }
  .product-list .product-thumb .button {
    border-left: 1px solid var(--card-border);
    width: calc(100% - 15px);
    margin-left: 15px;
  }
}
.rating .fa-stack {
  width: 20px;
}
.rating .fa-star {
  color: #999;
  font-size: 15px;
}
.rating .fa-star {
  color: #FC0;
  font-size: 15px;
}
.rating .fa-star + .fa-star {
  color: #E69500;
}
/* product list */
.price {
  color: var(--brand-color);
  font-size: 1.2rem;
  font-weight: 600;
}
.price-new {
  font-weight: 700;
}
.price-old {
  color: #dc512c;
  text-decoration: line-through;
  font-size: 1rem;
  margin-left: 8px;
}
.price-tax {
  color: #999;
  font-size: 12px;
  display: block;
}

/* Sidebar Cart Drawer Hack */
#cart .cart-drawer {
  position: fixed !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: auto !important;
  width: 450px !important;
  max-width: 100vw !important;
  height: 100vh !important;
  margin: 0 !important;
  border-radius: 0 !important;
  transform: translateX(100%) !important;
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
  display: flex !important;
  flex-direction: column !important;
  visibility: hidden;
  background-color: var(--card-bg);
  z-index: 1060 !important;
}

#cart .cart-drawer.show {
  transform: translateX(0) !important;
  visibility: visible;
}

[data-bs-theme="dark"] #cart .cart-drawer .bg-light {
  background-color: #1e293b !important;
}

/* Menu */
.blog-thumb {
  border: 1px solid #ddd;
  margin-bottom: 15px;
}
.blog-thumb h4 {
  font-weight: bold;
}
.blog-thumb .image {
  text-align: center;
  margin-bottom: 15px;
}
.blog-thumb .image a:hover {
  opacity: 0.8;
}
.blog-thumb .description {
  padding: 15px;
}
/* Theme Custom CSS */
#cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  z-index: 9999;
  opacity: 0.95;
  color: #ecf0f1;
  background: #343a40;
}
#cookie div {
  font-size: 16px;
  color: #FFFFFF;
}

/* Hover dropdown for Desktop */
@media (min-width: 992px) {
  .dropdown:hover > .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}
