.s-block--photos-slider {
  background-color: #111827 !important;
  margin-top: 0 !important;
  padding-top: 40px !important;
  border-top: 4px solid #e53e3e;
}

.s-block--photos-slider * {
  --color-background: #111827;
}

.home-slider {
  background-color: #111827 !important;
}

section:has(.s-block--photos-slider) {
  background-color: #111827 !important;
  padding-top: 0 !important;
  margin-top: 0 !important;
  border-top: 2px solid #e53e3e;
}

.part-full-video {
  height: 350px !important;
}

@media (min-width: 1024px) {
  .part-full-video {
    height: 500px !important;
  }
}

.part-categories {
  padding-top: 2rem !important;
  padding-bottom: 3rem !important;
}

.part-categories .flex.justify-between {
  display: flex !important;
  flex-direction: row !important;
  align-items: flex-start !important;
}

/* Dark search bar */
.part-header-search .s-search-input {
  background-color: #1f2937 !important;
  border: 1px solid #374151 !important;
  color: #ffffff !important;
}

.part-header-search .s-search-input::placeholder {
  color: #9ca3af !important;
}

.part-header-search .s-search-icon-wrap {
  color: #9ca3af !important;
}

/* Fix nav border */
.part-main-nav {
  border-color: #374151 !important;
}

/* Darken upper bar */
.part-upper-bar {
  background-color: #0d1117 !important;
  border-bottom: 1px solid #374151 !important;
}

/* Make logo bigger */
.part-navbar-brand img {
  width: 60px !important;
  height: 60px !important;
}
/* Category/Products page background */
.s-category-page,
.s-products-page,
main {
  background-color: #111827 !important;
}
.s-product-page h1,
h1.text-gray-800 {
  color: #ffffff !important;
}
.s-breadcrumb-item,
.s-breadcrumb-item a,
.s-breadcrumb-arrow {
  color: #ffffff !important;
  fill: #ffffff !important;
}
.btn--wishlist,
.s-social-share-btn {
  border-color: #374151 !important;
  background-color: transparent !important;
  color: #ffffff !important;
}

.btn--wishlist i,
.s-social-share-btn svg path {
  color: #ffffff !important;
  fill: #ffffff !important;
}
.s-comments-product {
  background-color: #111827 !important;
}

.s-comments-container {
  background-color: #111827 !important;
}
#page-main-title {
  color: #ffffff !important;
}
.header-btn span,
.part-header-buttons .part-color-text {
  color: #ffffff !important;
}
.part-top-navbar span.text-\[11px\] {
  color: #ffffff !important;
}
#mobile-menu {
  background-color: #111827 !important;
  color: #ffffff !important;
}

#mobile-menu a,
#mobile-menu span,
#mobile-menu li {
  color: #ffffff !important;
}
.part-banner button {
  display: none !important;
}
.part-banner {
  background-color: #111827 !important;
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.whatsapp-float {
  position: fixed;
  bottom: 120px;
  right: 20px;
  background-color: #25d366;
  color: #ffffff !important;
  border-radius: 50px;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: bold;
  z-index: 9999;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);
}
.s-product-card {
  height: 100% !important;
}

.s-product-card .s-product-card-title,
.s-product-card h3 {
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  height: 3em !important;
}
.s-product-options-option select.s-form-control {
  background-color: #1f2937 !important;
  color: #ffffff !important;
  border-color: #374151 !important;
  border-radius: 8px !important;
}
.s-product-options-option {
  background-color: #1f2937 !important;
  border-color: #374151 !important;
  border-radius: 8px !important;
  padding: 8px !important;
}

.s-product-options-option-label,
.s-product-options-option-label b,
.s-product-options-option-label small {
  color: #ffffff !important;
}
.s-product-options-option-container {
  background-color: #111827 !important;
  border-color: #374151 !important;
}







.sticky-product-bar,
section.sticky-product-bar,
section.flex.bg-white {
  background-color: #111827 !important;
  border-color: #374151 !important;
}

section.flex.bg-white .form-label,
section.flex.bg-white b,
section.flex.bg-white label {
  color: #ffffff !important;
}

.sticky-product-bar .form-label,
.sticky-product-bar label,
.sticky-product-bar b {
  color: #ffffff !important;
}

.s-quantity-input-input {
  background-color: #1f2937 !important;
  border-color: #374151 !important;
  color: #ffffff !important;
}

.s-quantity-input-button {
  background-color: #1f2937 !important;
  border-color: #374151 !important;
  color: #ffffff !important;
}

.s-quantity-input-button svg path {
  fill: #ffffff !important;
}

.s-quantity-input-container {
  background-color: #1f2937 !important;
  border-color: #374151 !important;
  border-radius: 8px !important;
  overflow: hidden !important;
}
footer > div:first-child {
  background-color: #111827 !important
}