/* =========================================================
   BIQ Equipamentos
   ========================================================= */

:root {
  --biq-eq-blue: #22afe3;
  --biq-eq-blue-dark: #159ed3;
  --biq-eq-text: #2b2b2b;
  --biq-eq-muted: #666;
  --biq-eq-border: #dedede;
  --biq-eq-soft: #fafafa;
}

body.single-equipamento,
body.biq-eq-catalog-page,
body.single-equipamento #page,
body.biq-eq-catalog-page #page,
body.single-equipamento .site,
body.biq-eq-catalog-page .site,
body.single-equipamento .site-content,
body.biq-eq-catalog-page .site-content {
  background: #fff !important;
}

.biq-eq-single,
.biq-eq-listing,
.biq-eq-single *,
.biq-eq-listing * {
  box-sizing: border-box;
}

.biq-eq-single,
.biq-eq-listing {
  position: relative;
  left: 50%;
  width: 100vw !important;
  max-width: 100vw !important;
  margin: 0 0 0 -50vw !important;
  padding: 0 !important;
  overflow-x: clip;
  background: #fff !important;
  color: var(--biq-eq-text);
  font-family: inherit;
}

.biq-eq-gradient {
  display: block;
  width: 100% !important;
  max-width: none !important;
  height: 12px;
  margin: 0 0 0 0;
  background: linear-gradient(90deg, #25b0e0 0%, #50c3cf 56%, #92d4c1 100%);
}

/* =========================================================
   Página individual
   ========================================================= */

.biq-eq-single__inner {
  width: min(1420px, calc(100% - 48px));
  margin: 0 auto;
  padding: 38px 0 68px;
}

.biq-eq-back {
  display: inline-block;
  margin: 0 0 24px;
  color: #4d4d4d;
  font-size: 14px;
  line-height: 1.2;
  text-decoration: none;
}

.biq-eq-back:hover,
.biq-eq-back:focus {
  color: var(--biq-eq-blue);
}

.biq-eq-product {
  display: grid;
  grid-template-columns: minmax(0, 58%) minmax(0, 42%);
  gap: 42px;
  align-items: start;
}

.biq-eq-gallery {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  gap: 14px;
  min-width: 0;
}

.biq-eq-gallery__thumbs {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 0;
}

.biq-eq-gallery__thumb {
  appearance: none;
  display: block;
  width: 100%;
  aspect-ratio: 1 / 0.82;
  padding: 0;
  border: 1px solid var(--biq-eq-border);
  background: #fff;
  cursor: pointer;
  overflow: hidden;
}

.biq-eq-gallery__thumb.is-active {
  border-color: #c9c9c9;
	background-color: #fff !important;
}

.biq-eq-gallery__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
	background-color: #fff !important;
}

.biq-eq-gallery__stage {
  position: relative;
  min-width: 0;
  aspect-ratio: 1.12 / 1;
  border: 1px solid var(--biq-eq-border);
  background: #fff;
  overflow: hidden;
}

.biq-eq-gallery__stage--empty {
  min-height: 400px;
}

.biq-eq-gallery__image {
  position: absolute;
  inset: 0;
  display: none;
  width: 100%;
  height: 100%;
  padding: 18px;
  object-fit: contain;
}

.biq-eq-gallery__image.is-active {
  display: block;
}

.biq-eq-gallery__nav {
  position: absolute;
  top: 50%;
  z-index: 5;
  width: 26px;
  height: 26px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: var(--biq-eq-blue);
  color: #fff;
  font-size: 21px;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
  transform: translateY(-50%);
}

.biq-eq-gallery__nav--prev { left: 10px; }
.biq-eq-gallery__nav--next { right: 10px; }

.biq-eq-info {
  min-width: 0;
  padding-top: 10px;
}

.biq-eq-category {
  margin-bottom: 4px;
  color: var(--biq-eq-blue);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}

.biq-eq-title {
  margin: 0 0 22px;
  color: #242424;
  font-size: clamp(24px, 2vw, 31px);
  font-weight: 700;
  line-height: 1.08;
}

.biq-eq-tabs__nav {
  display: flex;
  width: fit-content;
  margin-bottom: 12px;
  border: 1px solid var(--biq-eq-border);
}

.biq-eq-tab {
  min-width: 132px;
  padding: 11px 19px;
  border: 0;
  border-right: 0px solid #FBFBFB;
  background: #fff;
  color: #555;
  font: inherit;
  font-size: 14px;
  cursor: pointer;
}

.biq-eq-tab:last-child {
  border-right: 0;
}

.biq-eq-tab.is-active {
  color: var(--biq-eq-blue);
	background-color: #f4f4f4;
	text-decoration: none !important;
	outline: none !important;
  font-weight: 700;
}

.biq-eq-tabpanel {
  color: #000000 !important;
  font-size: 13px;
  line-height: 1.45;
}

.biq-eq-tabpanel p {
  margin: 0 0 10px;
}

.biq-eq-tabpanel ul,
.biq-eq-tabpanel ol {
  margin: 0 0 12px 18px;
  padding: 0;
}

.biq-eq-tabpanel li {
  margin-bottom: 4px;
}

.biq-eq-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 23px;
}

.biq-eq-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 22px;
  border: 2px solid var(--biq-eq-blue);
  border-radius: 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.15;
  text-decoration: none !important;
  transition: background .2s ease, color .2s ease;
}

.biq-eq-button--primary {
  background: var(--biq-eq-blue);
  color: #fff !important;
}

.biq-eq-button--primary:hover,
.biq-eq-button--primary:focus {
  background: var(--biq-eq-blue-dark);
  border-color: var(--biq-eq-blue-dark);
}

.biq-eq-button--outline {
  background: #fff;
  color: var(--biq-eq-blue) !important;
}

.biq-eq-button--outline:hover,
.biq-eq-button--outline:focus {
  background: #f3fbfe;
}

.biq-eq-solution {
  width: 100%;
  background: #fbfbfb;
	color: #0000;
}

.biq-eq-solution__inner {
  width: min(1420px, calc(100% - 48px));
  margin: 0 auto;
  padding: 44px 0 50px;
  text-align: center;
}

.biq-eq-solution h2 {
  margin: 0 0 18px;
  color: #282828;
  font-size: clamp(28px, 2.4vw, 36px);
  font-weight: 300;
  line-height: 1.15;
}

.biq-eq-solution h2 strong {
  font-weight: 700;
}

.biq-eq-solution p {
  margin: 0 0 28px;
  color: #555;
  font-size: 16px;
  line-height: 1.35;
}

/* =========================================================
   Listagem / shortcode
   ========================================================= */

.biq-eq-listing__inner {
  width: min(1420px, calc(100% - 48px));
  margin: 0 auto;
  padding: 34px 0 58px;
}

.biq-eq-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  margin-bottom: 52px;
}

.biq-eq-filters {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}

.biq-eq-filter {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 16px;
  border-left: 1px solid var(--biq-eq-blue);
  color: #444;
  font-size: 15px;
  text-decoration: none !important;
  white-space: nowrap;
}

.biq-eq-filter:last-child {
  border-right: 1px solid var(--biq-eq-blue);
}

.biq-eq-filter.is-active {
  color: var(--biq-eq-blue);
  font-weight: 700;
}

.biq-eq-search {
  display: flex;
  flex: 0 0 250px;
  align-items: center;
  border-bottom: 1px solid var(--biq-eq-blue);
}

.biq-eq-search input {
  width: 100%;
  min-width: 0;
  padding: 8px 6px;
  border: 0 !important;
  outline: 0 !important;
  background: transparent !important;
  color: #444;
  font-size: 14px;
  font-style: italic;
  box-shadow: none !important;
}

.biq-eq-search input::placeholder {
  color: #aaa;
}

.biq-eq-search button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--biq-eq-blue);
  cursor: pointer;
}

.biq-eq-search svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
}

.biq-eq-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 42px 38px;
}

.biq-eq-card {
  display: flex;
  min-width: 0;
  min-height: 260px;
  flex-direction: column;
  border: 1px solid #d7d7d7;
  background: #fff;
  color: #2d2d2d !important;
  text-decoration: none !important;
  transition: transform .18s ease, box-shadow .18s ease;
}

.biq-eq-card:hover,
.biq-eq-card:focus {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0,0,0,.07);
}

.biq-eq-card__image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 205px;
  padding: 14px;
  overflow: hidden;
  background: #fff;
}

.biq-eq-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.biq-eq-card__footer {
  display: flex;
  min-height: 55px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  background: #fbfbfb;
}

.biq-eq-card__footer strong {
  display: block;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}

.biq-eq-card__arrow {
  display: inline-flex;
  flex: 0 0 17px;
  align-items: center;
  justify-content: center;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: var(--biq-eq-blue);
  color: #fff;
  font-size: 16px;
  line-height: 1;
}

.biq-eq-pagination {
  display: flex;
  justify-content: flex-end;
  gap: 26px;
  margin-top: 52px;
}

.biq-eq-pagination a {
  color: #444;
  font-size: 16px;
  text-decoration: none !important;
}

.biq-eq-pagination a.is-active {
  color: var(--biq-eq-blue);
}

.biq-eq-empty {
  margin: 50px 0;
  text-align: center;
}

/* =========================================================
   Responsive
   ========================================================= */

@media (max-width: 1100px) {
  .biq-eq-product {
    grid-template-columns: minmax(0, 56%) minmax(0, 44%);
    gap: 30px;
  }

  .biq-eq-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 32px 26px;
  }

  .biq-eq-toolbar {
    align-items: flex-start;
    flex-direction: column;
    gap: 24px;
  }

  .biq-eq-search {
    width: min(100%, 320px);
    flex-basis: auto;
  }
}

@media (max-width: 820px) {
  .biq-eq-single__inner,
  .biq-eq-listing__inner,
  .biq-eq-solution__inner {
    width: min(100% - 32px, 1420px);
  }

  .biq-eq-product {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .biq-eq-gallery {
    grid-template-columns: 72px minmax(0, 1fr);
  }

  .biq-eq-info {
    padding-top: 0;
  }

  .biq-eq-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .biq-eq-card__image {
    height: 210px;
  }
}

@media (max-width: 560px) {
  .biq-eq-gradient {
    height: 9px;
  }

  .biq-eq-single__inner,
  .biq-eq-listing__inner,
  .biq-eq-solution__inner {
    width: calc(100% - 24px);
  }

  .biq-eq-single__inner {
    padding-top: 24px;
  }

  .biq-eq-gallery {
    display: flex;
    flex-direction: column-reverse;
    gap: 10px;
  }

  .biq-eq-gallery__thumbs {
    flex-direction: row;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .biq-eq-gallery__thumb {
    flex: 0 0 72px;
    width: 72px;
  }

  .biq-eq-gallery__stage {
    aspect-ratio: 1 / 1;
  }

  .biq-eq-tabs__nav {
    width: 100%;
  }

  .biq-eq-tab {
    min-width: 0;
    flex: 1 1 50%;
    padding-inline: 10px;
  }

  .biq-eq-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .biq-eq-button {
    width: 100%;
  }

  .biq-eq-desktop-only {
    display: none;
  }

  .biq-eq-filters {
    width: 100%;
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 4px;
  }

  .biq-eq-filter {
    flex: 0 0 auto;
  }

  .biq-eq-search {
    width: 100%;
  }

  .biq-eq-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .biq-eq-card {
    min-height: 0;
  }

  .biq-eq-card__image {
    height: 260px;
  }

  .biq-eq-pagination {
    justify-content: center;
  }
}
