.block-search {
  width: 50% !important;
}

.title {
  font-size: 16px !important;
  font-weight: bold !important;
  text-transform: uppercase !important;
  margin-bottom: 18px !important;
}

.content-main h3 {
  color: #000 !important;
}

.product-image-wrapper {
  display: inline !important;
  height: 0;
  overflow: none !important;
  position: static !important;
  z-index: 1;
}
.multicheckout {
  display: none !important;
}
.custom-product-details {
  margin-top: 20px;
}

.product-attributes {
  list-style: none;
  padding: 0;
  margin: 0;
}

.product-attributes li {
  display: flex;
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
}

.product-attributes .attr-label {
  flex: 1;
  font-weight: bold;
  background: #f5f5f5;
  padding: 5px;
}

.product-attributes .attr-value {
  flex: 2;
  padding: 5px;
}
.product-item-details {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.product-item-actions {
  margin-top: auto; /* Pushes the button to the bottom */
}
.product-item-details {
  min-height: 200px !important; /* Adjust based on design */
}
