.elementor-135 .elementor-element.elementor-element-9e3ac0d{--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;}.elementor-135 .elementor-element.elementor-element-e457f38{--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;}body.elementor-page-135{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}/* Start custom CSS */.la-archive-page {
  --la-brand: #ff712c;
  --la-brand-dark: #e8631f;
  --la-text: #111827;
  --la-muted: #6b7280;
  --la-border: #e5e7eb;
  --la-card-bg: #ffffff;
  background: linear-gradient(180deg, #f8f9fb 0%, #f3f4f6 100%);
  padding: 44px 20px 76px;
  font-family: 'Roboto', sans-serif;
}

.la-archive-container {
  max-width: 1320px;
  margin: 0 auto;
}

.la-archive-header {
  margin: 0 0 28px;
}

.la-archive-header h1 {
  margin: 0 0 10px;
  font-size: clamp(30px, 4vw, 42px);
  line-height: 1.08;
  color: var(--la-text);
  letter-spacing: -0.02em;
  font-weight: 800;
}

.la-archive-header p {
  margin: 0;
  font-size: 16px;
  color: #4b5563;
  max-width: 760px;
}

.la-archive-container:has(.la-archive-context) .la-archive-header {
  display: none;
}

.la-archive-context {
  margin: 0 0 22px;
  padding: 0 0 14px;
  border-bottom: 1px solid var(--la-border);
}

.la-archive-kicker {
  margin: 0 0 6px;
  font-size: clamp(18px, 2.8vw, 28px);
  line-height: 1.2;
  color: #6b7280;
  font-weight: 500;
}

.la-archive-context-title {
  margin: 0;
  font-size: clamp(28px, 4vw, 40px);
  line-height: 1.08;
  color: var(--la-text);
  font-weight: 800;
}

.la-archive-filter-note {
  margin: 14px 0 0;
  font-size: 14px;
  color: #4b5563;
}

.la-products-menu-grid,
.la-products-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin-bottom: 36px;
}

.la-products-menu-card,
.la-product-card {
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 14px;
  overflow: hidden;
  background: var(--la-card-bg);
  border: 1px solid var(--la-border);
  box-shadow: 0 1px 2px rgba(17, 24, 39, 0.03);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.la-products-menu-card:hover,
.la-product-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 113, 44, 0.4);
  box-shadow: 0 14px 24px rgba(17, 24, 39, 0.08);
}

.la-products-menu-image,
.la-product-image {
  display: block;
  aspect-ratio: 1 / 1;
  background: #eef0f3;
  overflow: hidden;
  position: relative;
}

.la-products-menu-image::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.28) 0%, rgba(0, 0, 0, 0) 58%);
  pointer-events: none;
}

.la-products-menu-image img,
.la-product-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,
.la-product-card:hover .la-product-image img {
  transform: scale(1.05);
}

.la-products-menu-content,
.la-product-info {
  padding: 14px 14px 16px;
}

.la-products-menu-content h3,
.la-product-title {
  margin: 0 0 8px;
  font-size: 17px;
  line-height: 1.35;
  color: var(--la-text);
  font-weight: 700;
  letter-spacing: -0.01em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: calc(1.35em * 2);
}

.la-product-title a {
  color: inherit;
  text-decoration: none;
}

.la-product-title a:hover {
  color: var(--la-brand);
}

.la-products-menu-content p,
.la-product-note {
  margin: 0 0 12px;
  font-size: 14px;
  line-height: 1.55;
  color: var(--la-muted);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: calc(1.55em * 3);
}

.la-product-sku {
  display: inline-block;
  margin: 0 0 8px;
  padding: 4px 8px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #4b5563;
  background: #f3f4f6;
}

.la-products-menu-cta {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--la-brand);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

.la-products-menu-cta svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  transition: transform 0.2s ease;
}

.la-products-menu-card:hover .la-products-menu-cta svg {
  transform: translateX(3px);
}

.la-product-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background-color: var(--la-brand);
  color: #ffffff;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 5px 9px;
  border-radius: 999px;
  z-index: 2;
  letter-spacing: 0.04em;
}

.la-product-btn {
  display: block;
  text-align: center;
  background-color: #111827;
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
  font-size: 13px;
  padding: 11px 12px;
  border-radius: 8px;
  transition: background-color 0.2s ease;
}

.la-product-btn:hover {
  background-color: var(--la-brand-dark);
  color: #ffffff !important;
}

.la-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
}

.la-page-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 14px;
  background: #ffffff;
  border: 1px solid var(--la-border);
  border-radius: 10px;
  color: #374151;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease;
}

.la-page-link:hover {
  border-color: #d1d5db;
  background: #f9fafb;
}

.la-page-link.is-active {
  background: var(--la-brand);
  border-color: var(--la-brand);
  color: #ffffff;
}

.la-empty-results {
  background: #ffffff;
  border: 1px solid var(--la-border);
  border-radius: 12px;
  padding: 18px;
  color: #4b5563;
  font-size: 15px;
}

@media (max-width: 1200px) {
  .la-products-menu-grid,
  .la-products-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .la-products-menu-grid,
  .la-products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .la-archive-page {
    padding: 38px 16px 56px;
  }

  .la-products-menu-grid,
  .la-products-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .la-products-menu-content,
  .la-product-info {
    padding: 13px 13px 14px;
  }
}/* End custom CSS */