.elementor-15299 .elementor-element.elementor-element-7768f946{width:100%;max-width:100%;}:root{--page-title-display:none;}/* Start custom CSS for text-editor, class: .elementor-element-7a7f2fd */.breadcrumb {
    display: flex;
    gap: 0.2rem;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .breadcrumb li {
    list-style: none;
  }/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-7768f946 */:root {
  --hsd-deck-columns: 28%;
  --hsd-deck-gap: 10px;
  --hsd-card-padding: 0px;
  --hsd-card-content-padding: 1rem;
  --hsd-card-shadow: 0px 0px 7px grey;
}

/* Existing layout */
.hsd-deck {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: flex-start; 
}
.hsd-card {
  box-shadow: var(--hsd-card-shadow);
  width: var(--hsd-deck-columns);
  padding: var(--hsd-card-padding);
  margin: var(--hsd-deck-gap);
  align-self: flex-start; 
}
.hsd-card img {
  width: 100%;
}
.hsd-card-content {
  padding: var(--hsd-card-content-padding);
  padding-top: 0px;
}

/* Responsive */
@media screen and (max-width: 650px) {
  .hsd-card {
    width: 100%;
  }
  .hsd-row {
    display: block;
  }
}

/* View Inventory Button */
.hsd-card-content .btn {
    font-weight: 400;
    color: #FFFFFF;
    background-color: #0068D0;
    border-radius: 35px 35px 35px 35px;
    padding: 12px 24px 12px 24px;
}

/* View Disclaimer Link */
.view-disclaimer {
  cursor: pointer;
  color: #007bff;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  font-weight: 500;
  padding: 0rem 0.5rem;
  
}

/* Disclaimer Toggle Section */
.disclaimer-content {
  display: none;
  border-top: 1px solid #ddd;
  padding: 0.75rem 0;
  font-size: 0.9rem;
  color: #333;
  transition: max-height 0.3s ease;
}

/* Optional: Smooth toggle with class (if JS adds .active) */
.disclaimer-content.active {
  display: block;
}/* End custom CSS */