.elementor-19873 .elementor-element.elementor-element-ad58eae{--display:flex;}.elementor-19873 .elementor-element.elementor-element-ad58eae.e-con{--flex-grow:0;--flex-shrink:0;}@media(min-width:768px){.elementor-19873 .elementor-element.elementor-element-ad58eae{--width:98.279%;}}/* Start custom CSS for html, class: .elementor-element-a65f5e4 */.maxius-accessories {
  font-family: 'Questrial', sans-serif;
  color: #111;
  max-width: 1400px;
  margin: 0 auto;
}

.accessories-title {
  text-align: center;
  font-size: 38px;
  margin: 0 0 10px;
  letter-spacing: 0.2px;
}

.accessories-intro {
  text-align: center;
  font-size: 17px;
  line-height: 1.7;
  max-width: 980px;
  margin: 0 auto 36px;
  color: #555;
}

.accessory-section {
  margin-bottom: 38px;
}

.section-header {
  background: #1a1a1a;
  color: #fff;
  padding: 14px 20px;
  border-radius: 12px;
  margin-bottom: 16px;
}

.section-title {
  font-size: 28px;
  font-weight: 600;
}

.section-subtitle {
  font-size: 14px;
  color: #d0d0d0;
  margin-top: 4px;
}

.accessory-grid {
  display: grid;
  gap: 18px;
}

.accessory-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.accessory-grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.accessory-card {
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 14px;
  padding: 18px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.04);
}

.accessory-image-wrap {
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f7f7f7;
  border: 1px solid #e9e9e9;
  border-radius: 10px;
  margin-bottom: 14px;
  padding: 16px;
  overflow: hidden;
}

.accessory-image-wrap-large {
  height: 200px;
}

.accessory-image {
  max-width: 90%;
  max-height: 185px;
  width: auto;
  height: auto;
  display: block;
  margin: 0 auto;
}
.accessory-part {
  font-size: 13px;
  font-weight: 700;
  color: #111;
  margin-bottom: 8px;
}

.accessory-name {
  font-size: 19px;
  font-weight: 600;
  margin: 0 0 8px;
}

.accessory-desc {
  font-size: 15px;
  line-height: 1.6;
  color: #4a4a4a;
  margin: 0;
}
.accessory-image-wrap-large .accessory-image {
  max-height: 165px;
}

/* Optional: bigger images for specific cards */
.accessory-image.is-large {
  max-width: 300px;
}

/* Responsive */
@media (max-width: 1024px) {
  .accessory-grid-3,
  .accessory-grid-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .accessory-grid-3,
  .accessory-grid-2 {
    grid-template-columns: 1fr;
  }

  .accessories-title {
    font-size: 32px;
  }

  .section-title {
    font-size: 24px;
  }
}/* End custom CSS */