.elementor-44 .elementor-element.elementor-element-efaeb17{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-48eb0ab *//* ===== PAGE BASE ===== */
body {
  background: #ffffff;
  font-family: 'Poppins', sans-serif;
  color: #111;
}

/* ===== HEADING ===== */
h1, .page-title {
  font-size: 38px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 10px;
}

.page-subtitle {
  text-align: center;
  color: #666;
  max-width: 600px;
  margin: auto;
  font-size: 14px;
}

/* ===== TABS ===== */
.material-tabs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 30px 0;
}

.material-tabs button,
.material-tabs a {
  padding: 10px 18px;
  border-radius: 25px;
  border: 1px solid #ddd;
  background: #fff;
  font-size: 13px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.material-tabs button:hover,
.material-tabs a:hover,
.material-tabs .active {
  background: #111;
  color: #fff;
  border-color: #111;
}

/* ===== GRID LAYOUT ===== */
.material-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 40px;
  max-width: 1200px;
  margin: auto;
}

/* ===== CARD ===== */
.material-card {
  transition: 0.3s ease;
}

.material-card img {
  width: 100%;
  border-radius: 12px;
  transition: 0.4s;
}

.material-card:hover img {
  transform: scale(1.05);
}

/* ===== TEXT ===== */
.material-card h3 {
  margin-top: 15px;
  font-size: 18px;
  font-weight: 600;
}

.material-card p {
  font-size: 13px;
  color: #666;
  line-height: 1.6;
}

/* ===== ICON ROW ===== */
.material-icons {
  display: flex;
  gap: 18px;
  margin: 10px 0;
  font-size: 12px;
  color: #444;
}

/* ===== COLORS ===== */
.color-section {
  margin-top: 10px;
}

.color-title {
  font-size: 12px;
  margin-bottom: 8px;
  font-weight: 500;
}

.color-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.color-list span {
  width: 26px;
  height: 26px;
  border-radius: 4px;
  border: 1px solid #ddd;
  display: inline-block;
  transition: 0.3s;
}

.color-list span:hover {
  transform: scale(1.1);
  border-color: #000;
}

/* ===== SHOP LINK ===== */
.material-card a {
  display: inline-block;
  margin-top: 10px;
  font-size: 12px;
  color: #000;
  text-decoration: underline;
}

.material-card a:hover {
  opacity: 0.7;
}

/* ===== MOBILE ===== */
@media (max-width: 768px) {
  h1 {
    font-size: 28px;
  }

  .material-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */