body {
  background: #07111f !important;
  color: #ffffff !important;
}

header,
.navbar,
.main-header,
.store-header {
  background: #0b1726 !important;
}

a,
button,
.btn {
  border-radius: 12px !important;
}

.product-entry,
.product-card,
.s-product-card-entry {
  background: #0f1c2d !important;
  color: #ffffff !important;
  border-radius: 16px !important;
}
header,
.navbar,
.main-header,
.store-header {
  background: #0b1726 !important;
  color: #ffffff !important;
}

a,
button,
.btn {
  border-radius: 12px !important;
}

.product-entry,
.product-card,
.s-product-card-entry {
  background: #0f1c2d !important;
  color: #ffffff !important;
  border-radius: 16px !important;
}
.s-product-card-entry,
.product-card {
  border: 1px solid rgba(255,255,255,0.08) !important;
  box-shadow: 0 10px 30px rgba(0,0,0,0.25) !important;
  overflow: hidden !important;
}

.s-product-card-entry img,
.product-card img {
  border-radius: 14px !important;
}

.s-product-card-entry h3,
.product-card h3,
.s-product-card-entry .product-title {
  color: #ffffff !important;
}

.s-product-card-entry .price,
.product-card .price {
  color: #38bdf8 !important;
  font-weight: 700 !important;
}
header,
.main-nav-container,
.navbar-sticky,
.top-navbar,
#mainnav {
  background: #0b1726 !important;
  color: #ffffff !important;
}

header a,
header span,
header i,
.main-nav-container a,
.main-nav-container span,
.main-nav-container i {
  color: #ffffff !important;
}
button,
.btn,
.s-button-element,
.s-product-card-entry button,
.s-product-card-entry .s-button-element {
  background: #2563eb !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 12px !important;
  transition: all 0.2s ease !important;
}

button:hover,
.btn:hover,
.s-button-element:hover {
  background: #1d4ed8 !important;
  transform: translateY(-1px);
}
.s-product-card-entry,
.product-card {
  padding: 14px !important;
  min-height: 100% !important;
}

.s-product-card-entry img,
.product-card img {
  width: 100% !important;
  aspect-ratio: 1 / 1 !important;
  object-fit: contain !important;
  background: #ffffff !important;
  padding: 10px !important;
}

.s-product-card-entry h3,
.product-card h3,
.s-product-card-entry .product-title {
  margin-top: 12px !important;
  min-height: 48px !important;
  line-height: 1.6 !important;
}
header,
.main-nav-container,
.navbar-sticky,
.top-navbar,
#mainnav {
  background: #081321 !important;
  border-bottom: 1px solid rgba(255,255,255,0.08) !important;
  box-shadow: 0 6px 20px rgba(0,0,0,0.20) !important;
}

h1,
h2,
h3,
.section-title {
  color: #ffffff !important;
  font-weight: 700 !important;
}

h1,
.section-title {
  letter-spacing: 0.2px !important;
}
section,
.home-block,
.s-block {
  margin-bottom: 28px !important;
}

.container {
  padding-left: 16px !important;
  padding-right: 16px !important;
}

.s-product-card-entry,
.product-card {
  margin-bottom: 18px !important;
}
.hero,
.hero-section,
.main-slider,
.s-slider-block {
  border-radius: 20px !important;
  overflow: hidden !important;
  margin-bottom: 30px !important;
  box-shadow: 0 12px 35px rgba(0,0,0,0.28) !important;
}

.hero img,
.hero-section img,
.main-slider img,
.s-slider-block img {
  border-radius: 20px !important;
}

.hero h1,
.hero-section h1,
.main-slider h1,
.s-slider-block h1 {
  color: #ffffff !important;
  font-weight: 800 !important;
}
.section-title,
.s-block__title,
h2 {
  color: #ffffff !important;
  font-weight: 800 !important;
  margin-bottom: 18px !important;
}

.s-block,
.home-block,
section {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

.products-grid,
.grid,
.s-products-list {
  gap: 18px !important;
}
.container,
.s-container {
  max-width: 1200px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.section-title,
h2 {
  font-size: 26px !important;
  font-weight: 800 !important;
  margin-bottom: 18px !important;
  color: #ffffff !important;
}

.products-grid,
.s-products-list {
  gap: 20px !important;
}
.main-slider,
.s-slider-block,
.hero,
.hero-section {
  margin-top: 0 !important;
  margin-bottom: 18px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.main-slider img,
.s-slider-block img,
.hero img,
.hero-section img {
  width: 100% !important;
  height: auto !important;
  display: block !important;
  object-fit: cover !important;
}

.category-card,
.s-block--categories .swiper-slide,
.s-block--categories a {
  background: #0f1c2d !important;
  border: 1px solid rgba(255,255,255,0.08) !important;
  border-radius: 16px !important;
  padding: 14px !important;
  box-shadow: 0 8px 24px rgba(0,0,0,0.22) !important;
}

.category-card img,
.s-block--categories img {
  border-radius: 12px !important;
}

.category-card span,
.s-block--categories span,
.s-block--categories h3 {
  color: #ffffff !important;
  font-weight: 700 !important;
}