.elementor-286 .elementor-element.elementor-element-ac30386{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS */.la-page-produtos {
  background:
    radial-gradient(circle at 8% 0%, rgba(255, 113, 44, 0.09) 0%, rgba(255, 113, 44, 0) 32%),
    radial-gradient(circle at 92% 100%, rgba(15, 15, 15, 0.06) 0%, rgba(15, 15, 15, 0) 30%),
    #f6f6f6;
  padding: 54px 20px 84px;
  font-family: 'Roboto', sans-serif;
}

.la-page-produtos-container {
  max-width: 1320px;
  margin: 0 auto;
}

.la-page-produtos-header {
  margin: 0 0 34px;
}

.la-page-produtos-header h1 {
  margin: 0 0 10px;
  font-size: 42px;
  line-height: 1.08;
  color: #1b1b1b;
  letter-spacing: -0.02em;
  font-weight: 700;
}

.la-page-produtos-header p {
  margin: 0;
  font-size: 17px;
  color: #595959;
  font-weight: 400;
  max-width: 720px;
}

.la-page-produtos-container:has(.la-subcats-wrap) .la-page-produtos-header {
  display: none;
}

.la-products-menu-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}

.la-products-menu-card {
  text-decoration: none;
  color: inherit;
  display: block;
  border-radius: 14px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #e7e7e7;
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.la-products-menu-card:hover {
  transform: translateY(-7px);
  border-color: rgba(255, 113, 44, 0.4);
  box-shadow: 0 22px 34px rgba(0, 0, 0, 0.14);
}

.la-products-menu-image {
  height: 290px;
  background: #e5e5e5;
  overflow: hidden;
  position: relative;
}

.la-products-menu-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(17, 17, 17, 0.42) 0%, rgba(17, 17, 17, 0.08) 42%, rgba(17, 17, 17, 0) 65%);
  pointer-events: none;
}

.la-products-menu-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}

.la-products-menu-card:hover .la-products-menu-image img {
  transform: scale(1.04);
}

.la-products-menu-badge {
  position: absolute;
  left: 16px;
  top: 16px;
  background: rgba(20, 20, 20, 0.9);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  padding: 6px 10px;
  border-radius: 999px;
  z-index: 2;
}

.la-products-menu-content {
  background: #ffffff;
  padding: 20px 22px 22px;
}

.la-products-menu-content h3 {
  margin: 0 0 8px;
  font-size: 24px;
  line-height: 1.05;
  color: #242424;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.la-products-menu-content p {
  margin: 0 0 14px;
  font-size: 16px;
  line-height: 1.55;
  color: #666666;
  font-weight: 400;
  min-height: 74px;
}

.la-products-menu-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #ff712c;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.la-products-menu-cta svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  transition: transform 0.2s ease;
}

.la-products-menu-card:hover .la-products-menu-cta svg {
  transform: translateX(3px);
}

.la-products-menu-empty {
  grid-column: 1 / -1;
  background: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 8px;
  padding: 16px 18px;
  color: #666;
  font-size: 15px;
}

.la-subcats-wrap {
  margin-top: 10px;
}

.la-subcats-container {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
}

.la-subcats-hero {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  padding: 2px 0 8px;
  background: transparent;
}

.la-subcats-kicker {
  margin: 0 0 6px;
  font-size: 16px;
  line-height: 1.35;
  color: #64748b;
  font-weight: 400;
  letter-spacing: 0;
}

.la-subcats-title {
  margin: 0;
  font-size: 30px;
  line-height: 1.12;
  color: #152238;
  letter-spacing: -0.01em;
  font-weight: 700;
}

.la-subcats-main {
  margin-top: 14px;
}

.la-subcats-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e4e7ec;
}

.la-subcats-filter {
  margin: 0;
  font-size: 15px;
  line-height: 1.35;
  color: #334155;
  font-weight: 400;
}

.la-subcats-filter strong {
  color: #111827;
  font-weight: 700;
}

.la-subcats-search {
  position: relative;
  width: min(100%, 320px);
  flex: 0 0 auto;
}

.la-subcats-search input {
  width: 100%;
  height: 46px;
  border: 1px solid #d1d5db;
  border-radius: 999px;
  padding: 0 58px 0 18px;
  font-size: 14px;
  color: #1f2937;
  background: #f7f7f8;
  outline: none;
}

.la-subcats-search input::placeholder {
  color: #6b7280;
}

.la-subcats-search input:focus {
  border-color: #ff712c;
  box-shadow: 0 0 0 3px rgba(255, 113, 44, 0.18);
}

.la-subcats-search button {
  position: absolute;
  top: 0;
  right: 0;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 999px;
  background: #e5e7eb;
  color: #4b5563;
  display: grid;
  place-items: center;
  cursor: pointer;
}

.la-subcats-search button svg {
  width: 21px;
  height: 21px;
}

.la-subcats-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px 20px;
}

.la-subcats-card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;  
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  overflow: hidden;
  width: 320px;
  max-width: 100%;
  margin: 0 auto;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.la-subcats-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 113, 44, 0.45);
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.1);
}

.la-subcats-image {
  border-radius: 0;
  overflow: hidden;
  background: #e5e7eb;
  width: 100%;
  height: 220px;
}

.la-subcats-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.28s ease;
}

.la-subcats-card:hover .la-subcats-image img {
  transform: scale(1.03);
}

.la-subcats-meta {
  padding: 14px 18px 18px;
}

.la-subcats-line {
  margin: 0 0 6px;
  color: #94a3b8;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  line-height: 1.2;
}

.la-subcats-name {
  margin: 0;
  color: #1e293b;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}

.la-subcats-empty {
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  padding: 14px 16px;
  font-size: 15px;
  color: #4b5563;
}

.la-subcat-products-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.la-subcat-product-card {
  display: block;
  text-decoration: none;
  color: inherit;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  overflow: hidden;
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.la-subcat-product-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 113, 44, 0.45);
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.1);
}

.la-subcat-product-image {
  height: 220px;
  background: #e5e7eb;
  overflow: hidden;
}

.la-subcat-product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.la-subcat-product-content {
  padding: 14px 16px 16px;
}

.la-subcat-product-sku {
  margin: 0 0 6px;
  font-size: 12px;
  color: #64748b;
  letter-spacing: 0.04em;
}

.la-subcat-product-content h3 {
  margin: 0 0 8px;
  font-size: 18px;
  line-height: 1.25;
  color: #0f172a;
  font-weight: 700;
}

.la-subcat-product-content p {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  color: #475569;
}

@media (max-width: 1200px) {
  .la-page-produtos-header h1 {
    font-size: 36px;
  }
  .la-page-produtos-header p {
    font-size: 16px;
  }
}

@media (max-width: 980px) {
  .la-products-menu-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .la-subcats-topbar {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }

  .la-subcats-search {
    width: 100%;
    max-width: 520px;
  }

  .la-subcats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .la-subcat-products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .la-page-produtos {
    padding: 40px 14px 56px;
  }

  .la-page-produtos-header h1 {
    font-size: 30px;
  }
  .la-page-produtos-header p {
    font-size: 16px;
  }

  .la-products-menu-grid {
    grid-template-columns: 1fr;
  }

  .la-products-menu-image {
    height: 230px;
  }

  .la-products-menu-content h3 {
    font-size: 28px;
  }

  .la-products-menu-content p {
    min-height: 0;
  }

  .la-subcats-kicker {
    font-size: 15px;
  }

  .la-subcats-title {
    font-size: 24px;
  }

  .la-subcats-filter {
    font-size: 14px;
  }

  .la-subcats-search input {
    font-size: 14px;
    height: 44px;
    padding-left: 16px;
    padding-right: 54px;
  }

  .la-subcats-search button {
    width: 44px;
    height: 44px;
  }

  .la-subcats-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .la-subcats-name {
    font-size: 20px;
  }

  .la-subcat-products-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}/* End custom CSS */