/*
Theme Name: Shoptimizer Child Theme
Theme URI: 
Description: Child theme of Shoptimizer — header JOOG (logo | menu | ícones + busca animada).
Author: Rafael Silva
Author URI: 
Template: shoptimizer
Version: 1.3.0
License:         	GNU General Public License v2 or later
License URI:     	http://www.gnu.org/licenses/gpl-2.0.html
*/


/*
description product default
*/

.pd-container {
  background: #ffffff;
  color: #1f2937;
  border: 1px solid #dbe3f0;
  border-radius: 20px;
  padding: 24px;
  box-sizing: border-box;
  line-height: 1.6;
  font-family: Arial, Helvetica, sans-serif;
}

.pd-section {
  margin-bottom: 28px;
}

.pd-section-alt {
  background: #f8fbff;
  border: 1px solid #d6e2f5;
  border-radius: 18px;
  padding: 18px;
}

.pd-hero {
  align-items: center;
}

.pd-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: center;
}

.pd-flex-reverse {
  flex-direction: row-reverse;
}

.pd-col {
  flex: 1 1 260px;
  min-width: 260px;
}

.pd-badge {
  display: inline-block;
  background: #eaf1fb;
  color: #0034a4;
  border: 1px solid #d6e2f5;
  border-radius: 999px;
  padding: 8px 14px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.4px;
  margin-bottom: 16px;
}

.pd-title {
  margin: 0 0 14px 0;
  color: #0034a4;
  line-height: 1.25;
}

.pd-subtitle {
  margin: 0 0 12px 0;
  color: #0034a4;
  line-height: 1.3;
}

.pd-text {
  margin: 0 0 10px 0;
  color: #1f2937;
}

.pd-text:last-child {
  margin-bottom: 0;
}

.pd-text-muted {
  color: #4b5563;
}

.pd-list-check {
  margin: 0;
  padding: 0;
  list-style: none;
}

.pd-list-check li {
  position: relative;
  margin: 0 0 8px 0;
  padding-left: 22px;
  color: #1f2937;
}

.pd-list-check li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #0034a4;
  font-weight: 700;
}

.pd-card-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.pd-card {
  flex: 1 1 180px;
  box-sizing: border-box;
  border: 1px solid #d6e2f5;
  border-radius: 16px;
  padding: 14px;
  background: #ffffff;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.pd-card-soft {
  background: #f8fbff;
}

.pd-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 24px rgba(0, 52, 164, 0.10);
}

.pd-highlight-line {
  border-left: 4px solid #0034a4;
  padding-left: 14px;
}

.pd-img-wrap {
  background: #f8fbff;
  border: 1px solid #d6e2f5;
  border-radius: 20px;
  padding: 14px;
  box-sizing: border-box;
}

.pd-img-responsive {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 18px;
}

.pd-specs-table-wrapper {
  overflow-x: auto;
  border: 1px solid #dbe3f0;
  border-radius: 16px;
}

.pd-specs-table {
  width: 100%;
  min-width: 520px;
  border-collapse: collapse;
}

.pd-specs-table th {
  background: #eaf1fb;
  color: #0034a4;
  border: 1px solid #cfdcf1;
  padding: 12px;
  text-align: left;
}

.pd-specs-table td {
  background: #ffffff;
  color: #1f2937;
  border: 1px solid #dbe3f0;
  padding: 12px;
  text-align: left;
}

.pd-faq-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.pd-faq-item {
  background: #f8fbff;
  border: 1px solid #d6e2f5;
  border-radius: 16px;
  padding: 16px;
}

.pd-cta-box {
  background: #f8fbff;
  border: 1px solid #d6e2f5;
  border-radius: 18px;
  padding: 22px;
  text-align: center;
}

.pd-btn-primary,
.pd-btn-secondary {
  display: inline-block;
  text-decoration: none;
  border-radius: 999px;
  padding: 12px 22px;
  font-weight: 700;
  transition: all 0.25s ease;
}

.pd-btn-primary {
  background: #0034a4;
  color: #ffffff;
  border: 1px solid #0034a4;
  box-shadow: 0 8px 18px rgba(0, 52, 164, 0.14);
}

.pd-btn-secondary {
  background: #ffffff;
  color: #0034a4;
  border: 1px solid #0034a4;
}

.pd-btn-primary:hover,
.pd-btn-secondary:hover {
  filter: brightness(1.06);
  transform: translateY(-1px);
}

@media (max-width: 767px) {
  .pd-container {
    padding: 18px;
    border-radius: 16px;
  }

  .pd-section-alt,
  .pd-cta-box {
    padding: 16px;
    border-radius: 16px;
  }

  .pd-img-wrap {
    padding: 10px;
    border-radius: 16px;
  }

  .pd-img-responsive {
    border-radius: 14px;
  }

  .pd-specs-table {
    min-width: 480px;
  }

  .pd-btn-primary,
  .pd-btn-secondary {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    margin-bottom: 10px;
  }

  .pd-btn-secondary {
    margin-bottom: 0;
  }
}

/* ==============================
   ETC - NOVA DESCRICAO PRODUTO
   Data: 28/04/2026
============================== */
/*
Description Product - ETC PD
Prefix: etc-pd-
*/

@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');

/* BASE */
.etc-pd-wrapper {
  max-width: 1240px;
  margin: 40px auto 80px;
  padding: 0 16px;
  font-family: "Jost", sans-serif;
}

.etc-pd-wrapper * {
  box-sizing: border-box;
  font-family: "Jost", sans-serif;
}

.etc-pd-wrapper img {
  max-width: 100%;
  display: block;
}

/* HERO */
.etc-pd-hero {
  width: 100%;
  max-width: 1169px;
  height: 600px;
  margin: 0 auto 40px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
}

.etc-pd-hero picture {
  width: 100%;
  height: 100%;
  display: block;
}

.etc-pd-hero-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  border-radius: 20px;
  display: block;
}

.etc-pd-hero-overlay {
  position: absolute;
  left: 40px;
  bottom: 40px;
  z-index: 2;
  max-width: 400px;
  color: #ffffff;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.etc-pd-hero-tag {
  display: inline-block;
  margin: 0 0 4px;
  padding: 4px 12px;
  border-radius: 4px;
  background: #001440;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
}

.etc-pd-hero-title {
  margin: 0;
  color: #ffffff;
  font-size: 32px;
  font-weight: 700;
}

/* INTRO */
.etc-pd-intro {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 40px;
  align-items: center;
  margin-bottom: 60px;
}

.etc-pd-intro-title {
  width: fit-content;
  margin: 0 0 16px;
  padding-right: 20px;
  border-bottom: 5px solid #001440;
  color: #001440;
  font-size: 40px;
}

.etc-pd-text {
  margin: 0;
  color: #444444;
  font-size: 18px;
  line-height: 1.5;
}

.etc-pd-intro-img-wrap {
  width: 615px;
  height: 300px;
  max-width: 100%;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 16px;
}

.etc-pd-intro-img-wrap picture {
  width: 100%;
  height: 100%;
  display: block;
}

.etc-pd-intro-img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 16px;
  object-fit: cover;
  object-position: center 35%;
}

/* AUDIO */
.etc-pd-audio {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto 40px;
}

.etc-pd-audio-box {
  height: 600px;
  padding: 24px 24px 32px;
  overflow: hidden;
  border-radius: 20px;
  background-color: #001440;
}

.etc-pd-audio-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 12px;
}

.etc-pd-audio-track {
  display: flex;
  transition: transform 0.45s ease;
  will-change: transform;
}

.etc-pd-audio-slide {
  position: relative;
  flex: 0 0 100%;
  min-width: 100%;
}

.etc-pd-audio-slide picture {
  width: 100%;
  height: 542px;
  display: block;
}

.etc-pd-audio-img {
  width: 100%;
  height: 542px;
  display: block;
  border-radius: 12px;
  object-fit: cover;
  object-position: center;
}

.etc-pd-audio-text {
  position: absolute;
  left: 28px;
  bottom: 28px;
  z-index: 2;
  width: calc(100% - 56px);
  max-width: 568px;
  padding: 22px 24px 20px;
  border-radius: 16px;
  background: rgba(0, 0, 0, 0.54);
  color: #ffffff;
}

.etc-pd-audio-text h2 {
  margin: 0 0 12px;
  color: #ffffff;
  font-size: 26px;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.etc-pd-audio-text p {
  margin: 0;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.etc-pd-audio-pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 18px;
}

.etc-pd-audio-dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.45);
  cursor: pointer;
}

.etc-pd-audio-dot.is-active {
  background: #ffffff;
}

/* NAVS - AUDIO E FEATURES */
.etc-pd-audio-nav,
.etc-pd-feature-nav {
  position: absolute;
  top: 50%;
  z-index: 5;
  width: 42px;
  height: 42px;
  border: none;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.72);
  cursor: pointer;
  transform: translateY(-50%);
  transition: opacity 0.25s ease, background 0.25s ease;
}

.etc-pd-audio-nav:hover,
.etc-pd-feature-nav:hover {
  background: rgba(0, 0, 0, 0.9);
}

.etc-pd-audio-nav:disabled,
.etc-pd-feature-nav:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

.etc-pd-audio-prev,
.etc-pd-feature-prev {
  left: 14px;
}

.etc-pd-audio-next,
.etc-pd-feature-next {
  right: 14px;
}

.etc-pd-audio-nav::before,
.etc-pd-feature-nav::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}

.etc-pd-audio-prev::before,
.etc-pd-feature-prev::before {
  transform: translate(-35%, -50%) rotate(-135deg);
}

.etc-pd-audio-next::before,
.etc-pd-feature-next::before {
  transform: translate(-65%, -50%) rotate(45deg);
}

/* CONECTIVIDADE */
.etc-pd-connectivity {
  display: grid;
  grid-template-columns: 1.1fr 1.8fr;
  gap: 32px;
  align-items: center;
  margin-bottom: 40px;
  padding: 32px 32px 24px;
  border-radius: 20px;
  background: #ffffff;
}

.etc-pd-connectivity-title {
  margin: 0 0 10px;
  color: #111111;
  font-size: 24px;
  font-weight: 700;
}

.etc-pd-connectivity-text p {
  margin: 0;
  color: #333333;
  font-size: 15px;
  line-height: 1.6;
}

.etc-pd-connectivity-img-wrap {
  width: 655px;
  height: 322px;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.etc-pd-connectivity-img-wrap picture {
  width: 100%;
  height: 100%;
  display: block;
}

.etc-pd-connectivity-img {
  width: 100%;
  height: 100%;
  max-width: 800px;
  display: block;
  border-radius: 16px;
  object-fit: cover;
  object-position: center;
}

/* FEATURES */
.etc-pd-features {
  margin-bottom: 40px;
  padding: 32px 0 40px;
  background: #ffffff;
}

.etc-pd-section-title {
  margin: 0 0 24px;
  text-align: center;
  font-size: 22px;
  font-weight: 600;
}

.etc-pd-features-inner {
  max-width: 1240px;
  margin: 0 auto;
}

.etc-pd-feature-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 10px 40px;
}

.etc-pd-feature-track {
  display: flex;
  transition: transform 0.45s ease;
  will-change: transform;
}

.etc-pd-feature-item {
  flex: 0 0 33.333%;
  min-width: 33.333%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 0 12px;
  text-align: center;
}

.etc-pd-feature-icon {
  width: 72px;
  height: 72px;
  margin-bottom: 8px;
  border: 2px solid #e0e0e0;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.etc-pd-feature-icon svg {
  width: 32px;
  height: 32px;
  fill: #000000;
}

.etc-pd-feature-title {
  color: #151515;
  font-size: 15px;
  font-weight: 600;
}

.etc-pd-feature-subtitle {
  max-width: 210px;
  color: #555555;
  font-size: 13px;
  line-height: 1.4;
}

.etc-pd-feature-nav {
  background: rgba(0, 0, 0, 0.08);
}

.etc-pd-feature-nav:hover {
  background: rgba(0, 0, 0, 0.16);
}

.etc-pd-feature-nav::before {
  border-color: #000000;
}

.etc-pd-feature-prev {
  left: 0;
}

.etc-pd-feature-next {
  right: 0;
}

/* PRODUTOS RELACIONADOS */
.etc-pd-related {
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
}

.etc-pd-related-title {
  display: block;
  width: 100%;
  margin: 0 0 30px;
  text-align: center;
  font-size: 1.2em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.etc-pd-related-list {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.etc-pd-related-link {
  flex: 1 1 300px;
  max-width: 280px;
  display: flex;
  color: inherit !important;
  text-decoration: none !important;
}

.etc-pd-related-card {
  width: 100%;
  min-height: 280px;
  padding: 20px;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.etc-pd-related-card:hover {
  border-color: #b0b0b0;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transform: translateY(-5px);
}

.etc-pd-related-name {
  margin: 0 0 15px;
  color: #333333;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
}

.etc-pd-related-img {
  width: 100%;
  max-width: 220px;
  height: auto;
  margin: 0 auto;
  display: block;
  object-fit: contain;
}

.etc-pd-related-color {
  margin-top: 20px;
  color: #555555;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.etc-pd-color-dot {
  display: block;
  width: 40px;
  height: 6px;
  border-radius: 3px;
}

.etc-pd-bg-cinza {
  background-color: #adadad;
}

.etc-pd-bg-azul {
  background-color: #a0b8e8;
}

.etc-pd-bg-preto {
  background-color: #121214;
}

/* ESPECIFICAÇÕES */
.etc-pd-specs {
  width: 100%;
  max-width: 900px;
  margin: 0 auto 60px;
  padding: 0;
  background: transparent;
  border-top: 1px solid #dcdcdc;
}

.etc-pd-specs-title {
  margin: 0;
  padding: 22px 0 16px;
  color: #001440;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.etc-pd-specs-list {
  margin: 0;
  padding: 0;
  color: #333333;
  font-size: 14px;
  line-height: 1.6;
  list-style: none;
}

.etc-pd-specs-list li {
  margin: 0;
  padding: 10px 0;
  border-bottom: 1px solid #eeeeee;
}

.etc-pd-specs-list li:last-child {
  border-bottom: none;
}

/* TABLET */
@media (max-width: 900px) {
  .etc-pd-intro {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .etc-pd-intro-title {
    width: auto;
    margin: 0 auto 16px;
    display: inline-block;
    text-align: center;
    font-size: 32px;
  }

  .etc-pd-intro-img-wrap {
    width: 100%;
    max-width: 615px;
    height: auto;
    aspect-ratio: 615 / 300;
    margin: 0 auto;
  }

  .etc-pd-connectivity {
    grid-template-columns: 1fr;
    padding: 24px 20px 20px;
    text-align: center;
  }

  .etc-pd-connectivity-img-wrap {
    justify-content: center;
  }
}

/* MOBILE */
@media (max-width: 768px) {
  .hero-section picture,
  .hero-section img {
    width: 100% !important;
    height: 100% !important;
    display: block !important;
  }

  .hero-section img {
    object-fit: cover !important;
    object-position: center !important;
  }

  .etc-pd-hero {
    width: 300px;
    height: 435px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    position: relative;
  }

  .etc-pd-hero picture,
  .etc-pd-hero-img {
    width: 100%;
    height: 100%;
    display: block;
  }

  .etc-pd-hero-img {
    object-fit: cover;
    object-position: center;
  }

  .etc-pd-hero-overlay {
    left: 16px;
    bottom: 20px;
    max-width: 280px;
  }

  .etc-pd-hero-title {
    font-size: 24px;
  }

  .etc-pd-hero-tag {
    font-size: 14px;
  }

  .etc-pd-intro-img-wrap {
    width: 294px;
    height: 435px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
  }

  .etc-pd-intro-img-wrap picture,
  .etc-pd-intro-img {
    width: 100%;
    height: 100%;
    display: block;
  }

  .etc-pd-intro-img {
    object-fit: cover;
    object-position: center;
  }

  .etc-pd-audio-box {
    height: 485px;
    padding: 16px;
  }

  .etc-pd-audio-slide picture,
  .etc-pd-audio-img {
    height: 420px;
  }

  .etc-pd-audio-text {
    left: 16px;
    right: 16px;
    bottom: 16px;
    width: auto;
    max-width: none;
    padding: 18px 18px 16px;
    border-radius: 14px;
  }

  .etc-pd-audio-text h2 {
    font-size: 20px;
    line-height: 1.2;
  }

  .etc-pd-audio-text p {
    font-size: 13px;
    line-height: 1.5;
  }

  .etc-pd-audio-nav,
  .etc-pd-feature-nav {
    width: 36px;
    height: 36px;
  }

  .etc-pd-audio-prev {
    left: 8px;
  }

  .etc-pd-audio-next {
    right: 8px;
  }

  .etc-pd-connectivity {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 36px;
    padding: 24px 16px 28px;
    border-radius: 18px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    overflow: hidden;
    text-align: center;
  }

  .etc-pd-connectivity-text {
    width: 100%;
    max-width: 340px;
    margin: 0 auto;
  }

  .etc-pd-connectivity-title {
    margin: 0 0 12px;
    color: #001440;
    font-size: 24px;
    line-height: 1.2;
  }

  .etc-pd-connectivity-text p {
    margin: 0;
    color: #333333;
    font-size: 15px;
    line-height: 1.55;
  }

  .etc-pd-connectivity-img-wrap {
    width: 294px;
    height: 435px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 16px;
  }

  .etc-pd-connectivity-img-wrap picture,
  .etc-pd-connectivity-img {
    width: 100%;
    height: 100%;
    display: block;
  }

  .etc-pd-connectivity-img {
    max-width: none;
    border-radius: 16px;
    object-fit: cover;
    object-position: center;
  }

  .etc-pd-feature-slider {
    padding: 10px 28px;
  }

  .etc-pd-feature-item {
    flex: 0 0 100%;
    min-width: 100%;
  }

  .etc-pd-feature-prev {
    left: 0;
  }

  .etc-pd-feature-next {
    right: 0;
  }

  /* PRODUTOS RELACIONADOS - MOBILE */
  .etc-pd-related {
    width: 100%;
    margin-bottom: 44px;
    padding: 0;
  }

  .etc-pd-related-title {
    margin-bottom: 22px;
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: 0.4px;
  }

  .etc-pd-related-list {
    width: 100%;
    max-width: 390px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }

  .etc-pd-related-link {
    width: 100%;
    max-width: 100%;
    flex: none;
    display: block;
  }

  .etc-pd-related-card {
    width: 100%;
    min-height: auto;
    padding: 18px 16px;
    border-radius: 14px;
    display: grid;
    grid-template-columns: 118px 1fr;
    gap: 14px;
    align-items: center;
  }

  .etc-pd-related-card:hover {
    transform: none;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  }

  .etc-pd-related-img {
    width: 118px;
    max-width: 118px;
    height: 118px;
    margin: 0;
    object-fit: contain;
  }

  .etc-pd-related-name {
    margin: 0 0 10px;
    text-align: left;
    font-size: 14px;
    line-height: 1.35;
  }

  .etc-pd-related-color {
    margin-top: 0;
    align-items: flex-start;
    text-align: left;
    font-size: 12px;
    gap: 6px;
  }

  .etc-pd-color-dot {
    width: 34px;
    height: 5px;
  }

  .etc-pd-specs {
    margin-bottom: 50px;
    padding: 0;
    border-radius: 0;
    border-top: 1px solid #dcdcdc;
  }

  .etc-pd-specs-title {
    margin: 0;
    padding: 20px 0 14px;
    font-size: 15px;
    text-align: left;
  }

  .etc-pd-specs-list {
    padding: 0;
    font-size: 14px;
    line-height: 1.6;
  }

  .etc-pd-specs-list li {
    padding: 10px 0;
  }
}


/* ==============================
   ETC - FIM NOVA DESCRICAO PRODUTO
   Data: 28/04/2026
============================== */


