.elementor-35746 .elementor-element.elementor-element-47978e8{--display:flex;}/* Start custom CSS for html, class: .elementor-element-39b3b3c */.trad-pack{
  width:100%;
  max-width:1120px;
  margin:30px auto;
  padding:22px;
  box-sizing:border-box;
  background:#fffaf3;
  border:1px solid #dfd3c2;
  border-radius:18px;
  font-family:Arial, sans-serif;
  color:#2d2a27;
}

.trad-pack__intro{
  display:flex;
  justify-content:space-between;
  gap:25px;
  align-items:flex-start;
  margin-bottom:22px;
  padding:22px;
  background:#fff;
  border:1px solid #e6ddd0;
  border-radius:14px;
}

.trad-pack__intro-text{
  max-width:650px;
}

.trad-pack__intro-text > span{
  display:block;
  margin-bottom:6px;
  color:#7a6337;
  font-size:10px;
  font-weight:800;
  letter-spacing:1.5px;
}

.trad-pack__intro h2{
  margin:0 0 8px;
  color:#644522;
  font-size:24px;
  line-height:1.25;
}

.trad-pack__intro p{
  margin:0;
  color:#555;
  font-size:13px;
  line-height:1.6;
}

.trad-pack__tags{
  max-width:300px;
  display:flex;
  justify-content:flex-end;
  flex-wrap:wrap;
  gap:7px;
}

.trad-pack__tags span{
  padding:7px 10px;
  background:#f3ede2;
  border:1px solid #e4d5c0;
  border-radius:999px;
  color:#674a30;
  font-size:9px;
  font-weight:700;
}


/* GRID */

.trad-pack__grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
  align-items:stretch;
}


/* CARD */

.trad-card{
  min-width:0;
  display:flex;
  flex-direction:column;
  overflow:hidden;
  background:#fff;
  border:1px solid #e2dacd;
  border-radius:14px;
  color:inherit !important;
  text-decoration:none !important;
  transition:.2s ease;
}

.trad-card:hover{
  transform:translateY(-3px);
  box-shadow:0 8px 20px rgba(0,0,0,.07);
}


/* IMAGE */

.trad-card__image{
  height:220px;
  padding:10px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#faf8f4;
  border-bottom:1px solid #e9e0d5;
}

.trad-card__image img{
  width:100%;
  height:100%;
  object-fit:contain;
  display:block;
}


/* BODY */

.trad-card__body{
  flex:1;
  display:flex;
  flex-direction:column;
  padding:15px;
}

.trad-card__label{
  display:block;
  margin-bottom:5px;
  color:#8b724b;
  font-size:8px;
  font-weight:800;
  letter-spacing:1px;
}

.trad-card h3{
  margin:0 0 7px;
  color:#553c24;
  font-size:18px;
  line-height:1.2;
}

.trad-card__tag{
  align-self:flex-start;
  display:inline-block;
  margin-bottom:10px;
  padding:5px 8px;
  background:#f1ece3;
  border-radius:999px;
  color:#755436;
  font-size:8px;
  font-weight:700;
}

.trad-card p{
  margin:0 0 12px;
  color:#4f4b47;
  font-size:12px;
  line-height:1.55;
}


/* PERFECT PENTRU */

.trad-card__use{
  margin-top:auto;
  padding:10px;
  background:#fbf8f3;
  border:1px dashed #dcc7ad;
  border-radius:9px;
}

.trad-card__use strong{
  display:block;
  margin-bottom:5px;
  color:#4c3829;
  font-size:9px;
}

.trad-card__use ul{
  margin:0;
  padding-left:15px;
}

.trad-card__use li{
  margin-bottom:3px;
  color:#555;
  font-size:9px;
  line-height:1.35;
}

.trad-card__use li:last-child{
  margin-bottom:0;
}


/* FOOTER */

.trad-pack__footer{
  margin-top:18px;
  padding:14px 17px;
  background:#f5f0e7;
  border-left:4px solid #987039;
  border-radius:10px;
  color:#48433f;
  font-size:13px;
  line-height:1.55;
}

.trad-pack__footer strong{
  color:#252525;
}


/* TABLET */

@media(max-width:900px){

  .trad-pack__grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .trad-pack__intro{
    flex-direction:column;
  }

  .trad-pack__tags{
    max-width:none;
    justify-content:flex-start;
  }
}


/* MOBILE */

@media(max-width:600px){

  .trad-pack{
    padding:15px;
  }

  .trad-pack__intro{
    padding:17px;
  }

  .trad-pack__intro h2{
    font-size:20px;
  }

  .trad-pack__grid{
    grid-template-columns:1fr;
    gap:12px;
  }

  .trad-card__image{
    height:250px;
  }

  .trad-card h3{
    font-size:17px;
  }

  .trad-card p,
  .trad-pack__intro p,
  .trad-pack__footer{
    font-size:12px;
  }
}/* End custom CSS */