/* ===========================================================
   HairMaker.Gr – Minimal Design Overrides
   =========================================================== */

/* Remove borders and shadows from product cards in grid */
.products-grid .product-miniature {
  border: none !important;
  box-shadow: none !important;
}

/* Remove background color from product thumbnail */
.products-grid .product-thumbnail {
  background-color: transparent !important;
  background: transparent !important;
}


/* Remove wrapper top/bottom padding */
#wrapper {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* Breadcrumb styling */
.breadcrumb {
  padding: 12px 20px !important;
  margin-bottom: 10px !important;
  font-size: 13px !important;
  background: #f8f8f8 !important;
  border-radius: 6px !important;
}

.breadcrumb .row {
  width: 100% !important;
  margin: 0 !important;
}

.breadcrumb ol {
  list-style: none !important;
  width: 100% !important;
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  padding-left: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 15px !important;
}

/* Facet accordion toggle */
.facet-toggle {
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #eee;
}

.facet-toggle .facet-arrow {
  font-size: 12px;
  color: #999;
  transition: transform 0.2s ease;
}

.breadcrumb li {
  color: #666 !important;
}

.breadcrumb li a {
  color: #555 !important;
  text-decoration: none !important;
}

.breadcrumb li a:hover {
  color: #d0121a !important;
}

.breadcrumb li:last-child span {
  color: #222 !important;
  font-weight: 500 !important;
}

.breadcrumb li::after {
  margin: 0 6px !important;
  color: #bbb !important;
}

/* Narrower left sidebar on desktop */
@media (min-width: 768px) {
  #left-column.col-md-3 {
    flex: 0 0 16.666% !important;
    max-width: 16.666% !important;
  }
  #content-wrapper.col-md-9 {
    flex: 0 0 83.333% !important;
    max-width: 83.333% !important;
  }
}

/* Category image full width */
.category-image img {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  object-fit: cover;
}

/* Remove all borders from product cards in list view */
.product-miniature-list,
.product-miniature-list-row {
  border: none !important;
  box-shadow: none !important;
}
