.produtos-page{background:#f6f7f8}.produtos-filter-panel,.produtos-list-panel{background:#fff;border:1px solid #edf0f2;border-radius:18px;box-shadow:0 12px 34px rgba(20,35,55,.08)}.produtos-filter-panel{padding:24px;position:sticky;top:20px}.produtos-search-field{position:relative}.produtos-search-field input{width:100%;height:54px;border:1px solid #e4e8ec;border-radius:12px;padding:0 52px 0 18px}.produtos-search-field button{position:absolute;right:8px;top:7px;width:40px;height:40px;border:0;border-radius:10px;background:#fabb00;color:#000000}.produtos-category-links{display:flex;flex-direction:column;gap:8px}.produtos-category-link,.produtos-subcategory-link{display:flex;align-items:center;justify-content:space-between;border-radius:11px;padding:11px 14px;color:#263238;background:#f8fafb;border:1px solid #eef1f3;font-weight:600}.produtos-subcategory-list{display:flex;flex-direction:column;gap:6px;margin:2px 0 8px 14px}.produtos-subcategory-link{font-size:14px;padding:9px 12px;background:#fff}.produtos-category-link.active,.produtos-subcategory-link.active{background:#000000;color:#fff;border-color:#000000}.produtos-spec-filters .widget-title h3{font-size:22px}.produtos-filter-group{border:1px solid #edf0f2;border-radius:12px;margin-bottom:10px;overflow:hidden}.produtos-filter-title{width:100%;border:0;background:#f8fafb;color:#000000;padding:12px 14px;text-align:left;font-weight:700;display:flex;justify-content:space-between;align-items:center}.produtos-filter-title i{transition:.2s}.produtos-filter-group.is-closed .produtos-filter-title i{transform:rotate(-90deg)}.produtos-filter-options{padding:10px 12px;display:flex;flex-direction:column;gap:7px;max-height:210px;overflow:auto}.produtos-filter-group.is-closed .produtos-filter-options{display:none}.produtos-check{display:grid;grid-template-columns:18px 1fr auto;gap:8px;align-items:center;margin:0;cursor:pointer;font-size:14px;color:#696a6c}.produtos-check input{accent-color:#fabb00}.produtos-check small{font-size:12px;background:#eef1f3;border-radius:999px;padding:2px 7px;color:#696a6c}.produtos-filter-actions{display:flex;flex-direction:column;gap:12px}.produtos-filter-actions .theme-btn{width:100%;text-align:center}.produtos-clear-filter{text-align:center;color:#000000;text-decoration:underline}.produtos-list-panel{padding:28px}.produtos-list-header{border-bottom:1px solid #edf0f2;margin-bottom:30px;padding-bottom:22px}.produtos-list-header .sec-title h2{margin-bottom:4px}.produtos-card .inner-box,.produtos-list-card .inner-box{overflow:hidden;transition:.25s;background:#fff}.produtos-card .inner-box:hover,.produtos-list-card .inner-box:hover{transform:translateY(-3px);box-shadow:0 16px 36px rgba(20,35,55,.12)}.produtos-card .lower-content{padding:22px}.produtos-mini-specs{margin:12px 0 18px;padding:0;list-style:none;min-height:72px}.produtos-mini-specs li{font-size:14px;line-height:1.5;color:#696a6c}.produtos-card-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.produtos-link-orcamento{font-weight:700;color:#000000;text-decoration:underline}.produtos-category-pill{display:inline-block;background:#fff3c8;color:#4b3a00;border-radius:999px;padding:3px 10px;font-size:12px;font-weight:800;margin-bottom:8px}.produtos-empty-state{text-align:center;padding:70px 20px;border:1px dashed #d9dee3;border-radius:18px;background:#fbfcfd}.produtos-empty-state h3{font-size:28px;margin-bottom:10px}.produtos-empty-state p{margin-bottom:20px}.shop-list-content .produtos-list-card{margin-bottom:22px}@media(max-width:991px){.produtos-filter-panel{position:static;margin-bottom:30px}.produtos-list-panel{padding:20px}.produtos-list-header{display:block}.produtos-list-header .right-column{margin-top:15px}}
.produto-detail-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.produto-action-secondary{background:#000000!important;color:#fff!important}.produto-detail-link{font-weight:800;color:#000000;text-decoration:underline}.produto-detail-actions .theme-btn{margin-bottom:8px}
.produtos-subcategory-list-child{margin-left:18px;margin-top:4px;margin-bottom:4px;border-left:2px solid #edf0f2;padding-left:8px}.produtos-check{grid-template-columns:18px 1fr}.contact-partner-copy{background:#fff;border:1px solid #edf0f2;border-radius:18px;padding:28px;box-shadow:0 12px 34px rgba(20,35,55,.08)}.contact-partner-copy p:last-child{margin-bottom:0}.contact-partner-map{border-radius:18px;overflow:hidden;box-shadow:0 12px 34px rgba(20,35,55,.08)}

/* Ajustes responsivos Lintec v21 - produtos */
.produtos-filter-actions:empty{
  display: none !important;
}

.produtos-list-header,
.produtos-card-actions,
.produto-detail-actions{
  min-width: 0;
}

.produtos-card .lower-content h3,
.produtos-list-card h3,
.produtos-mini-specs li,
.produtos-category-link,
.produtos-subcategory-link{
  overflow-wrap: anywhere;
  word-break: normal;
}

@media(max-width:767px){
  .produtos-list-panel{
    padding: 18px;
    border-radius: 16px;
  }

  .produtos-filter-panel{
    padding: 18px;
    border-radius: 16px;
  }

  .produtos-card-actions .theme-btn,
  .produto-detail-actions .theme-btn{
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .produtos-link-orcamento,
  .produto-detail-link{
    display: inline-block;
    width: 100%;
    text-align: center;
  }
}

@media(max-width:575px){
  .produtos-empty-state{
    padding: 42px 16px;
  }

  .produtos-empty-state h3{
    font-size: 24px;
  }
}

