.produto-page {
  max-width: 1280px;
  margin: 0 auto;
  padding: 24px 20px 80px;
  font-family: "FilsonPro", Sans-serif;
  color: #4D4D4D;
}

.produto-breadcrumb {
  margin-bottom: 24px;
}
.produto-breadcrumb a {
  color: #0A2671;
  font-size: 15px;
  text-decoration: none;
}
.produto-breadcrumb a:hover {
  text-decoration: underline;
}

.produto-hero {
  display: flex;
  gap: 56px;
  flex-wrap: wrap;
  margin-bottom: 64px;
}

/* --- Gallery (main + thumbnails, tab-switched) --- */
.produto-gallery {
  flex: 1 1 520px;
  min-width: 320px;
}
.produto-gallery-panel {
  position: relative;
}
.produto-main-swiper {
  width: 100%;
  aspect-ratio: 1 / 0.82;
  border-radius: 8px;
  overflow: hidden;
  background: #ececec;
  margin-bottom: 12px;
}
.produto-main-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.produto-main-swiper .swiper-button-next,
.produto-main-swiper .swiper-button-prev {
  color: #fff;
  background: rgba(237, 106, 43, .8);
  width: 36px;
  height: 36px;
  border-radius: 50%;
}
.produto-main-swiper .swiper-button-next::after,
.produto-main-swiper .swiper-button-prev::after {
  font-size: 16px;
}
.produto-thumbs-swiper {
  width: 100%;
}
.produto-thumbs-swiper .swiper-wrapper {
  gap: 12px;
}
.produto-thumbs-swiper .swiper-slide {
  width: 100px;
  aspect-ratio: 1 / 1;
  border-radius: 6px;
  overflow: hidden;
  cursor: pointer;
  opacity: .6;
  border: 2px solid transparent;
  transition: opacity .2s, border-color .2s;
}
.produto-thumbs-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.produto-thumbs-swiper .swiper-slide-thumb-active {
  opacity: 1;
  border-color: #ED6A2B;
}

/* --- Info panel --- */
.produto-info {
  flex: 1 1 380px;
  min-width: 300px;
}
.produto-title {
  color: #0A2671;
  font-family: "FilsonPro", Sans-serif;
  font-weight: 600;
  font-size: 34px;
  line-height: 1.2;
  margin: 0 0 20px;
}
.produto-desc {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 28px;
}

.produto-sizes {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 32px;
}
.produto-size-btn,
.produto-size-btn:hover,
.produto-size-btn:focus {
  background-color: transparent;
}
.produto-size-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  background: none;
  border: none;
  padding: 4px;
  cursor: pointer;
  font-family: inherit;
  color: #2C2C2C;
  opacity: .45;
  transition: opacity .2s;
}
.produto-size-btn:hover,
.produto-size-btn.active {
  opacity: 1;
}
.produto-size-icon {
  width: 46px;
  height: 46px;
  display: block;
}
.produto-size-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}
.produto-size-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .03em;
}

.produto-cta,
.produto-relacionado-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: #ED6A2B;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: .04em;
  padding: 18px 24px;
  border-radius: 10px;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 28px;
  transition: background .2s;
}
.produto-cta:hover,
.produto-relacionado-cta:hover {
  background: #d45a1e;
}
.produto-cta-icon {
  width: 20px;
  height: 20px;
  flex: none;
}
.produto-cta-icon svg {
  width: 100%;
  height: 100%;
  fill: #fff;
  display: block;
}

.produto-badges {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}
.produto-badges span {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #313131;
}
.produto-badges img {
  width: 32px;
  height: 32px;
}

/* --- Sections --- */
.produto-section {
  margin-bottom: 56px;
}
.produto-h2 {
  color: #1a1a1a;
  font-family: "FilsonPro", Sans-serif;
  font-weight: 600;
  font-size: 36px;
  margin: 0 0 24px;
}
.produto-features {
  font-size: 15px;
  line-height: 1.9;
}
.produto-features .font_semi {
  font-weight: 700;
  color: #1a1a1a;
}

.produto-two-col {
  display: flex;
  gap: 60px;
  flex-wrap: wrap;
}
.produto-two-col > div {
  flex: 1 1 260px;
}
.produto-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.produto-list li {
  padding: 10px 0;
  border-bottom: 1px solid #e5e5e5;
  font-size: 16px;
}
.produto-ficha li {
  display: flex;
  gap: 8px;
}
.produto-ficha .ficha-label {
  font-weight: 700;
  color: #1a1a1a;
}

/* --- Os mais amados (carrossel) --- */
.produto-relacionados-wrap {
  position: relative;
  padding: 0 56px;
}
.produto-relacionados {
  overflow: hidden;
}
.produto-relacionados .swiper-slide {
  width: 260px;
}
.produto-relacionado-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-decoration: none;
}
.produto-relacionado-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 8px;
}
.produto-relacionado-cta {
  margin-bottom: 0;
}
.produto-relacionados-next,
.produto-relacionados-prev {
  color: #fff;
  background: #ED6A2B;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: -20px;
}
.produto-relacionados-next::after,
.produto-relacionados-prev::after {
  font-size: 16px;
}
.produto-relacionados-next.swiper-button-disabled,
.produto-relacionados-prev.swiper-button-disabled {
  opacity: .3;
}

@media (max-width: 767px) {
  .produto-hero { gap: 32px; }
  .produto-title { font-size: 26px; }
  .produto-h2 { font-size: 26px; }
  .produto-two-col { gap: 32px; }
  .produto-thumbs-swiper .swiper-slide { width: 72px; }
  .produto-relacionados-wrap { padding: 0 40px; }
  .produto-relacionados .swiper-slide { width: 200px; }
  .produto-relacionados-next,
  .produto-relacionados-prev { width: 32px; height: 32px; }
}
