*,
html {
  scroll-behavior: smooth !important;
  font-family: Roboto, Poppins, ui-sans-serif, system-ui, sans-serif;
  font-weight: 400;
  /* Medium */
}

.font-regular {
  font-weight: 400 !important;
  /* Regular */
}

.font-medium {
  font-weight: 500 !important;
  /* Medium */
}

.font-bold {
  font-weight: 700 !important;
  /* Bold */
}

.font-black {
  font-weight: 900 !important;
  /* Bold */
}

.wrapper {
  position: relative;
  background: var(--color-primary);
}

.banner-info {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  text-align: left;
  max-width: 600px;
  padding: 0 1rem;

  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.banner-info h2 {
  font-size: clamp(1.8rem, 2.8vw, 2.5rem);
  margin: 0 0 0.5rem;
  font-weight: 700;
  color: var(--color-white) !important;
}

.banner-info h3 {
  font-size: clamp(1.4rem, 2vw, 2rem);
  margin: 0 0 0.5rem;
  font-weight: 500;
  color: var(--color-tertiary) !important;
}

.banner-info p {
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  margin: 0;
  line-height: 1.4;
  color: gainsboro !important;
}

.cookie-wrapper {
  font-size: small;
  max-width: 800px;
  width: 100%;

  z-index: 10;
}

.line {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.cookie-card {
  margin: 0 10px;
  background: var(--color-white);
}

.link-personalize {
  font-size: 14px !important;
  color: var(--color-tertiary) !important;
}

.esencial-check {
  border: none;
  background-color: var(--color-tertiary) !important;
}

@media (min-width: 375px) {
  .banner-info p {
    max-width: 20ch;
  }
}

@media (min-width: 1200px) {
  .banner-info p {
    max-width: 40ch;
  }
}

.overflow-x-hidden {
  overflow-x: hidden !important;
}

.carousel-title-button {
  width: 100vw;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.d-none-svg {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  pointer-events: none;
}

.brands-control-wrapper {
  position: absolute;
  right: 2rem;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.brands-control-wrapper-mobile {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  pointer-events: none;
}

.brands-control {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12rem;
  height: 12rem;
}

@media (max-width: 700px) {
  .brands-control-wrapper {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    pointer-events: none;
  }

  .brands-control-wrapper-mobile {
    visibility: visible;
    opacity: 1;
    position: relative;
    pointer-events: all;
    display: flex;
    justify-content: center;
  }

  .brands-control {
    height: 6.5rem;
    margin-top: -1.5rem;
    margin-left: 1.5rem;
  }
}

.control-brands-red-btn,
.control-brands-green-btn {
  cursor: pointer;
  transition: opacity 0.2s ease;
}

.control-brands-red-btn:hover,
.control-brands-green-btn:hover {
  opacity: 0.6;
}

.main-container-carousel {
  width: calc(100vw - var(--scrollbar-width, 0px));
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  user-select: none;
  pointer-events: none;
}

.carousel-track {
  display: flex;
  width: max-content;
  background-color: #b2b2b2;
  will-change: transform;
}

.carousel-brand-bg {
  background-image: url('../../img/unirons/esteira.png');
  height: 158px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px;
  border: 0px;
  padding: 0px;
}

.carousel-brand {
  width: 200px;
  height: 100px;
  margin-right: 30px;
  border-radius: 24px;
  background-color: var(--color-white);
  box-shadow: -6px 6px 4px rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
}

.carousel-brand img {
  max-height: 80px;
  width: auto;
  object-fit: contain;
}

/* Bootstrap */

.ml-auto {
  margin-left: auto;
}

.max-w-1000 {
  max-width: 1000px;
}

.max-w-900 {
  max-width: 900px;
}

.max-w-800 {
  max-width: 800px;
}

.max-w-700 {
  max-width: 700px;
}

.max-w-600 {
  max-width: 600px;
}

.max-w-550 {
  max-width: 550px;
}

.max-w-500 {
  max-width: 500px !important;
}

.max-w-300 {
  max-width: 300px !important;
}

.max-w-90 {
  max-width: 90px !important;
}

.min-h-40 {
  min-height: 40px;
}

.min-h-50 {
  min-height: 50px;
}

.min-h-100 {
  min-height: 100px;
}

.min-h-120 {
  min-height: 120px;
}

.min-h-150 {
  min-height: 150px;
}

.min-h-200 {
  min-height: 200px;
}

.min-h-300 {
  min-height: 300px;
}

.fw-400,
.fw-400 * {
  font-weight: 400 !important;
}

.fw-400 strong,
.fw-400 b {
  font-weight: 700 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-800 {
  font-weight: 800 !important;
}

.fw-900 {
  font-weight: 900 !important;
}

.fs-12 {
  font-size: 12px !important;
  /* 12pt */
}

.fs-14 {
  font-size: 14px !important;
  /* 14pt ≈ 18.67px */
}

.fs-16 {
  font-size: 16px !important;
  /* 16pt ≈ 21.33px */
}

.fs-18 {
  font-size: 18px !important;
  /* 18pt */
}

.fs-20 {
  font-size: 20px !important;
  /* 20pt ≈ 26.67px */
}

.fs-22 {
  font-size: 22px !important;
  /* 22pt ≈ 29.33px */
}

.fs-24,
.fs-24 * {
  font-size: 24px !important;
  /* 24pt */
}

.fs-26 {
  font-size: 26px !important;
  /* 26pt ≈ 34.67px */
}

.fs-28 {
  font-size: 28px !important;
  /* 28pt ≈ 37.33px */
}

.fs-30 {
  font-size: 30px !important;
  /* 30pt */
}

.fs-35 {
  font-size: 35px !important;
}

.fs-61 {
  font-size: 61px !important;
}

.mt-140 {
  margin-top: 140px;
}

.margin-off {
  margin-top: -20px;
}

.text-initial {
  text-transform: initial !important;
}

.text-primary {
  color: var(--color-primary) !important;
}

.text-secondary,
.text-secondary * {
  color: var(--color-secondary) !important;
}

.text-tertiary {
  color: var(--color-tertiary) !important;
}

.bg-primary {
  background: var(--color-primary) !important;
}

.bg-primary-light {
  background: var(--color-primary-light) !important;
}

.bg-primary-dark {
  background: var(--color-primary-dark) !important;
}

.bg-grey {
  background-color: var(--color-bg-grey) !important;
}

.bg-grey-light {
  background: var(--color-bg-grey-light) !important;
}

.bg-grey-dark {
  background: var(--color-bg-grey-dark) !important;
}

.bg-grey-extra-dark {
  background-color: var(--color-bg-grey-extra-dark);
}

.bg-red {
  background: var(--color-tertiary) !important;
}

.bg-secondary {
  background: var(--color-secondary) !important;
}

.bg-tertiary {
  background: var(--color-tertiary) !important;
}

.bg-grey-light {
  background: var(--color-bg-grey-light) !important;
}

.border-bottom {
  border-bottom: 2px solid var(--color-primary) !important;
}

.sh-bar {
  box-shadow: 5px 8px 8px #00000040 !important;
}

.col-top-90 {
  margin-top: 90px !important;
  margin-bottom: 50px !important;
}

/* Pagination */

.pagination {
  display: flex;
  justify-content: end;
}

.page-link {
  box-shadow: none;
  color: var(--color-secondary) !important;
  border-color: var(--color-primary);
  font-size: clamp(14px, 5vw, 16px) !important;
}

.page-link:hover,
.page-link:active,
.page-link:focus {
  box-shadow: none;
  color: var(--color-white) !important;
  border-color: var(--color-primary);
  background: var(--color-secondary);
  font-size: clamp(14px, 5vw, 16px) !important;
}

.page-item.active .page-link {
  background-color: var(--color-tertiary);
  border-color: var(--color-primary);
}

/* Cookies */

#cookies-policy .cookies__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.7em 1.5em !important;
}

#cookies-policy .cookies__title {
  display: none !important;
}

#cookies-policy .cookies__intro p {
  margin: 0 !important;
  font-size: 1em;
  color: var(--color-secondary) !important;
}

#cookies-policy .cookies__alert {
  width: 100% !important;
  max-width: 40% !important;
  min-width: 730px;
  margin: 1% auto !important;
  background-color: var(--color-primary) !important;
}

#cookies-policy .cookies__btn--customize {
  display: none !important;
}

#cookies-policy .cookies__actions {
  flex-direction: row !important;
  justify-content: flex-start !important;
  margin-top: 0 !important;
}

#cookies-policy .cookiesBtn {
  width: 150px;
}

#cookies-policy.cookies {
  right: auto !important;
}

#cookies-policy .cookies__category input:checked+.cookies__box::after {
  background: var(--color-secondary) !important;
}

#cookies-policy .cookies__details {
  color: var(--color-secondary) !important;
}

#cookies-policy .cookiesBtn__link {
  width: initial !important;
  padding: 0.66em 1em !important;
  background: var(--color-secondary) !important;
  border: 1px solid var(--color-secondary) !important;
}

#cookies-policy .cookies__btn--customize {
  padding: 0.6em 24px !important;
}

/* Body */

body {
  background-color: var(--color-white) !important;
}

/* Webkit */

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: var(--color-bg-grey-light) !important;
}

::-webkit-scrollbar-thumb {
  background: var(--color-bg-grey) !important;
  border-radius: 5px;
}

/* */

a,
p {
  font-size: clamp(14px, 5vw, 16px);
  text-transform: none;
  text-decoration: none !important;
  transition: all 0.4s;
}

a:hover {
  color: var(--color-secondary) !important;
  transition: all 0.4s;
}

strong {
  color: var(--color-secondary) !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
label {
  color: var(--color-secondary);
  text-transform: none;
  text-decoration: none !important;
  padding: 0 !important;
  font-family: Roboto, Poppins, sans-serif;
  text-transform: initial !important;
}

a {
  color: var(--color-secondary);
}

p,
li {
  font-family: Roboto, 'Barlow', sans-serif;
  font-weight: 400;
}

h1 {
  font-size: 2.5rem;
}

/* Effects */

.hover-up {
  transition: all 0.3s ease-in-out;
}

.hover-up:hover {
  transform: translateY(-8px);
}

.hover-zoom img {
  transition: all 0.4s ease-in-out;
}

.hover-zoom:hover img {
  transform: scale(1.1);
}

/*  */

.bg-primary a:hover {
  color: var(--color-secondary);
}

.text-justify {
  text-align: justify !important;
}

.modal-title,
.modal-title:hover {
  color: var(--color-secondary) !important;
}

.modal-body {
  font-size: clamp(14px, 5vw, 16px) !important;
}

/* Btns */

button:focus:not(:focus-visible) {
  outline: none !important;
  box-shadow: none !important;
}

.btn-default-0,
.btn-default-0:hover {
  color: var(--color-white) !important;
  background: transparent;
  border: none !important;
}

.btn-outline {
  color: var(--color-white);
  padding: 8px 30px;
  border: 2px solid var(--color-secondary);
  background: transparent !important;
  border-radius: 50px;
  transition: all 0.4s;
}

.btn-outline:hover {
  color: var(--color-primary) !important;
  background: var(--color-secondary) !important;
  transition: all 0.4s;
}

.btn-see {
  width: 40px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  border: none;
  font-size: 14px !important;
  color: var(--color-white);
  background: var(--color-secondary);
}

.btn-remove {
  width: 40px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  border: none;
  font-size: 14px !important;
  color: var(--color-white) !important;
  background: var(--color-red);
}

.btn-see:hover,
.btn-remove:hover {
  color: var(--color-white) !important;
}

.btn-text-primary {
  color: var(--color-primary) !important;
  background: transparent !important;
  border: none !important;
}

.btn-banner {
  color: var(--color-white) !important;
  background: var(--color-tertiary) !important;
  border: 2px solid var(--color-tertiary);
  font-weight: 600 !important;
  padding: 6px 20px;
  border-radius: 40px;
  cursor: pointer;
  transition: all 0.4s;
  font-size: 14px;
  font-family: Roboto, 'Barlow', sans-serif;
  font-weight: 600;
  box-shadow: -7px 9px 8px #00000040 !important;
}

.btn-cookies {
  color: var(--color-white) !important;
  background: var(--color-tertiary) !important;
  font-weight: 600 !important;
  padding: 1px 10px;
  border-radius: 40px;
  cursor: pointer;
  transition: all 0.4s;
  font-size: small;
  font-family: Roboto, 'Barlow', sans-serif;
}

.btn-cookies:hover {
  color: var(--color-white) !important;
  background: var(--color-secondary) !important;
  transition: all 0.4s;
}

.btn-outline-cookies {
  color: var(--color-tertiary) !important;
  border: 1px solid var(--color-tertiary);
  font-weight: 600 !important;
  padding: 1px 10px;
  border-radius: 40px;
  cursor: pointer;
  transition: all 0.4s;
  font-size: small;
  font-family: Roboto, 'Barlow', sans-serif;
}

.btn-outline-cookies:hover {
  color: var(--color-white) !important;
  background: var(--color-secondary) !important;
  border: 1px solid var(--color-secondary) !important;
  transition: all 0.4s;
}

.btn-banner:hover {
  color: var(--color-white) !important;
  background: var(--color-secondary) !important;
  border: 2px solid var(--color-secondary) !important;
  transition: all 0.4s;
}

.btn-default-1 {
  color: var(--color-secondary) !important;
  background: transparent !important;
  border: 2px solid var(--color-secondary);
  font-weight: 600 !important;
  padding: 6px 20px;
  border-radius: 40px;
  cursor: pointer;
  transition: all 0.4s;
  font-size: 14px;
  font-family: Roboto, 'Barlow', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  box-shadow: -7px 9px 8px #00000040 !important;
}

.btn-default-1:hover {
  color: var(--color-tertiary) !important;
  border: 2px solid var(--color-tertiary) !important;
  background: transparent !important;
  transition: all 0.4s;
}

.btn-default-2 {
  color: var(--color-tertiary) !important;
  background: transparent !important;
  border: 2px solid var(--color-tertiary);
  font-weight: 600 !important;
  padding: 6px 30px;
  border-radius: 40px;
  cursor: pointer;
  transition: all 0.4s;
}

.btn-default-2:hover {
  color: var(--color-secondary) !important;
  background: transparent !important;
  border: 2px solid var(--color-secondary);
  transition: all 0.4s;
}

.btn-default-3,
.btn-default-3:hover {
  color: var(--color-white) !important;
  background: var(--color-primary) !important;
  border: 2px solid var(--color-primary);
  font-weight: 600 !important;
  padding: 8px 15px;
  border-radius: 40px;
  cursor: pointer;
  transition: all 0.4s;
}

.btn-success {
  color: var(--color-white) !important;
  background: var(--color-green) !important;
  border: none;
  font-weight: 600 !important;
  padding: 8px 30px;
  border-radius: 40px;
  cursor: pointer;
  transition: all 0.4s;
}

.btn-success:hover {
  color: var(--color-white) !important;
  background: var(--color-green-hover) !important;
  transition: all 0.4s;
}

/* Swiper */

.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 15px !important;
  color: var(--color-white);
  font-weight: 600;
}

.swiper-button-prev,
.swiper-button-next {
  top: var(--swiper-navigation-top-offset, 50%) !important;
  background: var(--color-tertiary) !important;
  border-radius: 100%;
  width: 30px !important;
  height: 30px !important;
  transition: all 0.4s;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  background: var(--color-secondary) !important;
  transition: all 0.4s;
}

.carousel-banner .swiper-horizontal>.swiper-pagination-bullets,
.carousel-banner .swiper-pagination-bullets.swiper-pagination-horizontal,
.carousel-banner .swiper-pagination-custom,
.carousel-banner .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 12px) !important;
}

.carousel-banner .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: var(--color-white) !important;
  opacity: 1;
}

.carousel-banner .swiper-pagination-bullet-active {
  background: var(--color-primary) !important;
}

.carousel-banner .swiper-slide {
  position: relative;
}

.carousel-banner .swiper-slide video,
.carousel-banner .swiper-slide img {
  pointer-events: none !important;
}

/* Swiper menu navbar */

.swiper-container-wrapper {
  position: relative;
  padding: 0 40px;
}

.custom-prev {
  left: 0 !important;
  top: var(--swiper-navigation-top-offset, 60%) !important;
  width: 20px !important;
  height: 20px !important;
}

.custom-next {
  right: 0 !important;
  top: var(--swiper-navigation-top-offset, 60%) !important;
  width: 20px !important;
  height: 20px !important;
}

.custom-next::after,
.custom-prev::after {
  font-size: 12px !important;
}

.carousel-menu-products {
  overflow: hidden;
}

/* */

.container-info h1 {
  font-size: 3em;
  font-weight: 900;
  font-family: Roboto, 'Overlock', sans-serif;
}

.container-info {
  text-align: start;
}

.container-content-info {
  min-height: 210px;
}

.container-content-info p {
  font-size: 1.2em !important;
  color: var(--color-white) !important;
  font-weight: 500;
}

.container-content-info,
.container-content-info p {
  text-align: start;
  line-height: 1.4;
}

.no-bg {
  background: transparent !important;
}

.video-placeholder {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 450px;
  max-height: 100dvh;
  background-color: var(--color-secondary);
}

.carousel-banner .container-info {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.carousel-banner .container-info h5 {
  max-width: 80%;
}

.img-logo-header img {
  max-width: 250px;
  height: auto;
  object-fit: contain;
}

.img-logo-footer {
  max-width: 250px;
  height: auto;
  object-fit: contain;
}

.carousel-product-thumbs {
  max-height: 100px;
}

.zoomWindow {
  top: 11px !important;
  border-radius: 10px !important;
}

/* Navbar Header */

#header {
  z-index: 999;
  position: relative;
  width: 100%;
  height: auto;
  min-height: 110px;
  top: 0;
  left: 0;
  background: var(--color-white);
  transition: all 0.4s;
}

#navbar {
  height: 100%;
}

.navbar-bg-primary {
  background-color: var(--color-primary);
}

.sm li {
  height: 100%;
}

#main-menu-2 {
  display: flex;
  align-items: center;
  text-align: center;
  height: 100%;
}

#main-menu-2 a {
  display: flex;
  align-items: center;
  height: 100%;
  max-height: 40px;
  text-align: center;
  line-height: 1.2 !important;
  font-weight: 600 !important;
}

#main-menu-2 li a.active {
  color: var(--color-tertiary);
}

#main-menu-2 li a.active:hover {
  color: var(--color-white) !important;
}

.text-seller a:hover {
  color: var(--color-tertiary) !important;
  transition: all 0.4s;
}

.icon-header {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--color-secondary);
  font-size: 28px !important;
  transition: all 0.4s;
}

.favorite-count,
.cart-count {
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 20px;
  font-size: 12px;
  position: absolute;
  top: -5px;
  right: -5px;
  border-radius: 5px !important;
  color: var(--color-primary);
  background: var(--color-tertiary);
}

.icon-header:hover {
  color: var(--color-tertiary) !important;
  transition: all 0.4s;
}

.icon-header:hover .favorite-count,
.icon-header:hover .cart-count {
  color: var(--color-white);
  background: var(--color-secondary) !important;
  transition: all 0.4s;
}

.search-form {
  position: relative;
}

.search-form input,
.search-form input:focus {
  width: 100%;
  padding: 10px 40px 10px 20px;
  border: 2px solid var(--color-search-input-border);
  border-radius: 50px !important;
  font-family: Roboto, 'Barlow', sans-serif;
  transition: all 0.4s;
}

.search-form-border-red input {
  border-color: var(--color-search-input-border-red) !important;
}

.img-rounded {
  border-radius: 12px !important;
}

.card-rounded {
  border-radius: 12px;
}

.card-border {
  border: 2px solid var(--color-tertiary);
}

.btn-search {
  position: absolute;
  top: 12px;
  right: 15px;
  border: none;
  color: var(--color-tertiary);
  background: transparent;
}

.hover-icon-catalog:hover {
  color: var(--color-tertiary) !important;
  transition: all 0.4s;
}

.category-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.container-category-img img {
  max-width: auto;
  max-height: 30px;
  min-height: 30px;
  max-width: 80px;
  object-fit: scale-down !important;
}

.category-icon p {
  text-wrap: nowrap;
  font-weight: 600;
  font-size: 9px !important;
}

.shadow-group {
  box-shadow: -5px 5px 5px rgba(0, 0, 0, 0.25);
}

/* Dropdown Products */

#productsDropdown {
  min-height: 62px !important;
  display: flex;
  align-items: end;
}

#btn-dropdown {
  padding-bottom: 0;
}

#btn-dropdown b {
  font-weight: 600;
  font-family: Roboto, 'Barlow', sans-serif;
  padding-bottom: 0;
}

#productsDropdown .dropdown-menu {
  padding: 0;
  min-width: 250px;
  border-radius: 0;
  background-color: var(--color-white);
}

.dropdown-item {
  padding: 0.5rem 1rem;
  color: var(--color-secondary);
  border-radius: 0;
  font-weight: 600;
  font-family: Roboto, 'Barlow', sans-serif;
}

.dropdown-item:hover {
  border-radius: 0;
  color: var(--color-white);
  background-color: #f0f0f0;
}

.submenu-scroll {
  overflow-y: visible;
}

.dropdown-submenu>a::after {
  display: none;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-menu .dropdown-submenu .dropdown-menu {
  top: 0;
  left: calc(100% - 1px);
  margin-top: 0;
  position: absolute;
  z-index: 1050;
}

.dropdown-submenu:hover>.dropdown-menu {
  display: block;
}

.dropdown-menu {
  display: none;
  position: absolute;
  top: 40px;
  left: 10px;
  z-index: 1000;
}

.img-mobile {
  max-width: 250px;
}

/* Menu */

.navbar-toggler:focus {
  box-shadow: none !important;
}

.products-menu a {
  color: var(--color-secondary);
  font-size: 0.9rem !important;
  font-weight: 600 !important;
  line-height: inherit;
}

.products-menu ul {
  background: var(--color-white) !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15) !important;
}

.products-menu ul a {
  padding: 15px 30px !important;
  color: var(--color-secondary) !important;
  background: #f0f0f0 !important;
  box-shadow: none !important;
}

.products-menu a,
.products-menu a:hover,
.products-menu a:focus,
.products-menu a:active {
  padding: 5px 10px !important;
}

.products-menu ul a:hover,
.products-menu ul a:focus,
.products-menu ul a:active,
.products-menu ul a.highlighted {
  padding: 15px 30px !important;
  background: var(--color-tertiary) !important;
  color: var(--color-white) !important;
}

.products-menu ul a .sub-arrow {
  border-left: solid 10px var(--color-primary);
}

.menu-primary {
  height: 52px !important;
}

.products-menu .sm-nowrap {
  min-width: 250px !important;
  padding: 0;
  box-shadow: none;
}

.sm li.open>ul {
  display: block;
}

.products-menu .sm-nowrap {
  top: 40px !important;
}

.products-menu a:hover,
.products-menu a:focus,
.products-menu a:active,
.products-menu a.highlighted {
  line-height: inherit;
  background: var(--color-tertiary) !important;
  color: var(--color-white) !important;
}

/* Footer */

footer {
  background: var(--color-grey-dark) !important;
}

footer h1 {
  color: var(--color-white) !important;
  font-weight: 600;
  font-size: 24px !important;
}

footer a,
.bg-marble-black,
.bg-marble-white {
  color: var(--color-white);
}

footer .menu-footer a p {
  font-weight: 600 !important;
  color: var(--color-white) !important;
}

footer .menu-footer a p:hover {
  color: var(--color-primary) !important;
}

footer p,
footer a {
  font-weight: 500 !important;
}

footer .copyright a:hover {
  color: var(--color-secondary) !important;
}

.phone-center {
  font-size: 30px !important;
  font-weight: 700 !important;
}

.t-footer {
  font-size: 18px;
}

.footer a {
  font-size: 16px;
}

.footer span {
  font-size: 14px !important;
}

.footer {
  color: var(--color-white);
  background: var(--color-grey-dark) !important;
}

.footer a:hover {
  color: var(--color-tertiary) !important;
}

.container-lgpd {
  top: 5px;
  position: absolute;
}

.copyright {
  min-height: 50px;
  background-color: var(--color-tertiary);
}

.icon-social-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid var(--color-bg-grey);
}

.icon-footer {
  width: 40px;
  height: 40px;
  border: 2px solid var(--color-white);
  background-color: var(--color-white) !important;
}

.icon-social-menu i {
  font-size: 20px;
  transition: all 0.2s;
}

.icon-social-menu:hover i {
  font-size: 22px;
}

/* Facebook */
.icon-social-menu .fa-facebook-f {
  color: #1877f2;
}

/* Instagram */
.icon-social-menu .fa-instagram {
  background: linear-gradient(45deg, #f58529, #dd2a7b, #8134af, #515bd4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* YouTube */
.icon-social-menu .fa-youtube {
  color: #ff0000;
}

/* Twitter */
.icon-social-menu .fa-twitter {
  color: #1da1f2;
}

/* LinkedIn */
.icon-social-menu .fa-linkedin-in {
  color: #0a66c2;
}

/* TikTok */
.icon-social-menu .fa-tiktok {
  color: #000;
}

/* Home */

.container-img-carousel {
  max-height: 100vh;
  min-height: 400px;
  overflow: hidden;
  background-color: var(--color-secondary);
}

.container-img-carousel img {
  width: 100%;
  height: 100%;
  min-height: 400px;
  object-fit: cover;
}

.img-owner {
  max-height: 320px;
}

.search-bar-container {
  z-index: 10;
  position: absolute;
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}

.search-bar {
  display: flex;
  align-items: center;
  width: 100%;
}

.search-bar input {
  border: 2px solid var(--color-primary);
  transition: all 0.4s;
}

.search-bar input:hover,
.search-bar input:focus {
  border: 2px solid var(--color-tertiary);
  transition: all 0.4s;
  box-shadow: none;
}

.be-seller-text {
  max-width: 500px;
  min-height: 200px;
  font-weight: 800;
}

.or-img {
  display: none;
}

.bg-mobile-secondary p {
  color: var(--color-white) !important;
}

.bg-mobile-primary p {
  color: var(--color-secondary) !important;
}

.owner-hero-image {
  position: absolute;
  right: 50px;
  bottom: 0;
}

.owner-hero-image img {
  max-height: 300px;
  width: auto;
  object-fit: cover;
}

.text-t-equip,
.text-t-owner {
  font-weight: 800;
}

.equip-text p {
  color: var(--color-white) !important;
}

.owner-text p {
  color: var(--color-secondary) !important;
}

.hero-owner-mobile {
  display: none;
}

.text-call-to-action {
  color: var(--color-white);
  font-size: 2rem !important;
}

/* Counters */

.counters {
  z-index: 10;
}

.string_count,
.string_sub_count {
  color: var(--color-black);
}

.number_count {
  font-weight: 600;
  color: var(--color-secondary);
}

.text-counter-number {
  color: var(--color-secondary) !important;
  font-size: clamp(2.5rem, 4vw, 4rem);
  font-weight: 800;
  line-height: 1.2;
}

.text-counter-subtitle {
  color: var(--color-secondary) !important;
  font-size: clamp(1.5rem, 2vw, 1.25rem) !important;
  font-weight: 600;
  line-height: 1.4;
}

/* Blocks */

.has-border {
  background-color: var(--color-bg-grey-light) !important;
  border-radius: 15px;
}

.mainttl-block-body,
.mainttl-block-body p,
.mainttl-block-body span,
.mainttl-block-body div {
  margin: 0;
  color: var(--color-secondary) !important;
  font-size: clamp(14px, 5vw, 16px);
  font-weight: 400;
}

.title {
  color: var(--color-secondary);
  text-align: start;
  font-weight: 700 !important;
  font-family: Roboto, 'Barlow', sans-serif;
  font-size: clamp(20px, 2vw, 22px);
}

.text-subtitle {
  color: var(--color-secondary) !important;
  text-align: start;
  font-weight: 600 !important;
  font-size: clamp(18px, 2vw, 22px);
}

.text-black {
  color: black !important;
}

#main-carousel {
  margin-bottom: 0 !important;
}

/* About */

.score-content {
  font-weight: normal !important;
}

/* Timeline */

.timeline .card {
  border-radius: 10px !important;
  overflow: hidden !important;
}

.timeline :is(li:nth-child(2n + 1), li:nth-child(2n)) .dashed-circle::after {
  background: var(--color-primary) !important;
  border: 3px dashed var(--color-secondary) !important;
}

.timeline :is(li:nth-child(2n + 1), li:nth-child(2n)) span::after {
  font-weight: normal !important;
}

.timeline li .circle-border {
  box-shadow: none !important;
  background: var(--color-tertiary);
}

.timeline li .circle-border b {
  color: var(--color-secondary) !important;
}

.timeline .card {
  border-radius: 15px;
  box-shadow: none !important;
  max-width: 520px;
}

.timeline .card .image img {
  border-radius: 0 !important;
  max-height: 100% !important;
  height: auto;
}

.timeline .card .card-body {
  border-radius: 0 !important;
}

.timeline .card .card-body .card-title {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  color: var(--color-white) !important;
}

.timeline .card .card-body p {
  color: var(--color-white) !important;
  font-weight: 400;
  font-size: clamp(14px, 5vw, 16px);
}

.timeline .card .card-body {
  display: flex;
  flex-direction: column;
  justify-content: center !important;
  background-color: var(--color-secondary) !important;
}

.readmore,
.readmore:hover {
  font-weight: 600;
  color: var(--color-tertiary) !important;
  font-family: Roboto, 'Barlow', sans-serif;
}

.timeline :is(li:nth-child(2n + 1), li:nth-child(2n)) span::after,
.timeline :is(li:nth-child(2n + 1), li:nth-child(2n)) span::before {
  color: var(--color-secondary) !important;
  font-weight: 600 !important;
}

.timeline li:nth-child(even) span::after {
  left: -44px;
}

.timeline li:nth-child(odd) span::after {
  right: -48px;
}

.timeline :is(li:nth-child(2n + 1), li:nth-child(2n)) span::after {
  font-size: 40px !important;
}

.timeline :is(li:nth-child(2n + 1), li:nth-child(2n)) span.center-year::after {
  top: -20px !important;
}

.timeline li .item::before {
  box-shadow: none !important;
  background: var(--color-secondary) !important;
}

.timeline li::after {
  background-color: var(--color-white) !important;
}

.timeline li::before {
  background-image: linear-gradient(90deg,
      var(--color-secondary),
      var(--color-secondary) 75%,
      transparent 75%,
      transparent 100%) !important;
}

.timeline li .item::after {
  background-image: linear-gradient(to bottom,
      var(--color-secondary),
      var(--color-secondary) 75%,
      transparent 75%,
      transparent 100%);
}

/* Faq */

.stain-answer,
.stain-answer p {
  text-align: justify !important;
}

.faq-accordion,
.stain-accordion {
  padding-top: 0;
}

.faq-answer p,
.stain-answer p {
  margin: 0;
  color: var(--color-secondary);
}

.faq-answer,
.faq-answer * {
  font-weight: 400 !important;
  font-size: 16px !important;
  font-family: Roboto, 'Barlow', sans-serif !important;
  color: var(--color-secondary) !important;
  text-align: justify !important;
}

.accordion-item {
  border: none !important;
}

.accordion-button {
  box-shadow: none !important;
  background: var(--color-accordion-button) !important;
  color: var(--color-secondary) !important;
}

.accordion-button:not(.collapsed) {
  box-shadow: none !important;
}

.faq-accordion .accordion-body,
.stain-accordion .accordion-body {
  border-right: 2px solid var(--color-tertiary);
  border-left: 2px solid var(--color-tertiary);
  border-bottom: 2px solid var(--color-tertiary);
  color: var(--color-black) !important;
}

.faq-accordion .accordion-body p,
.stain-accordion .accordion-body p {
  font-weight: 500 !important;
}

.accordion-flush .accordion-collapse {
  transition: all 0.4s !important;
}

.accordion-item h2.accordion-header {
  font-size: 20px;
  font-weight: 700 !important;
  color: var(--color-secondary) !important;
}

/* Contact */

#contact i {
  font-size: 20px;
}

k #contact p,
#contact a,
#contact option,
#contact select,
#contact span {
  /* font-weight: 600 !important; */
  font-size: clamp(14px, 5vw, 16px) !important;
  color: var(--color-secondary) !important;
}

#contact-form input,
#contact-form textarea,
#contact-form select {
  border-radius: 5px !important;
  border: 2px solid var(--color-tertiary);
  transition: all 0.4s;
}

#contact-form .form-control {
  background: transparent;
}

#contact-form input:focus,
#contact-form textarea,
#contact-form select:focus {
  border: 2px solid var(--color-secondary);
  transition: all 0.4s;
}

#contact-form select {
  color: #000 !important;
  font-weight: 700 !important;
}

#contact option {
  color: var(--color-secondary) !important;
}

#contact-form select.form-control {
  background-color: transparent !important;
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23666' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 2rem;
  cursor: pointer;
}

.btn-associate {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.5rem 1.4rem;
  border-radius: 40px;
  border: 2px solid var(--color-white);
  color: var(--color-white) !important;
  background: var(--color-secondary-hover);
  font-weight: 600;
  font-size: 0.85rem;
  letter-spacing: 0.5px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-associate:hover {
  background: transparent;
  border: 2px solid var(--color-secondary-hover);
  color: var(--color-secondary-hover) !important;
}

.whatsapp,
.phone,
.whatsapp,
.whatsapp:hover,
.phone:hover {
  color: var(--color-secondary) !important;
  font-weight: initial !important;
}

.check-group-custom {
  display: flex;
  align-items: start;
  margin-bottom: 10px;
  padding: 0;
}

.check-label-custom {
  font-size: 14px !important;
  font-style: inherit !important;
  margin-left: 10px !important;
  font-weight: 400 !important;
  color: var(--color-secondary) !important;
  letter-spacing: 0.3px !important;
}

.container-title h2 {
  margin-top: 0 !important;
}

.map,
.map iframe {
  width: 100%;
  margin-bottom: -4px;
}

/* Breadcrumb */

.cont-bg-ttl {
  z-index: 10 !important;
  padding-top: 40px !important;
  padding-bottom: 30px !important;
  color: var(--color-secondary) !important;
  font-size: clamp(20px, 5vw, 38px) !important;
  font-weight: 800;
  font-family: Roboto, 'Overlock', sans-serif;
  text-transform: initial !important;
}

.breadcrumb-container {
  background: var(--color-tertiary) !important;
}

.breadcrumb-container .breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.breadcrumb-container .breadcrumb::-webkit-scrollbar {
  display: none;
}

.breadcrumb-container .breadcrumb-item {
  display: flex;
  align-items: center;
  font-family: 'Roboto', 'Barlow', sans-serif;
  font-size: clamp(13px, 2vw, 15px) !important;
}

.breadcrumb-container .breadcrumb-item a {
  color: var(--color-white);
  font-weight: 600;
  text-decoration: none;
  transition: opacity 0.3s ease;
  font-size: clamp(13px, 2vw, 15px) !important;
}

.breadcrumb-container .breadcrumb-item.active span {
  font-weight: 800 !important;
  opacity: 1;
}

.breadcrumb-item+.breadcrumb-item::before {
  content: var(--bs-breadcrumb-divider, '|');
  color: var(--color-white);
  font-weight: 400;
}

/* Testimonials */

.testimonial-text-body,
.testimonial-text-body * {
  font-weight: 400 !important;
  overflow: hidden;
}

.content-testimonial p,
.content-testimonial,
.testimonial-text-body {
  color: var(--color-secondary);
  font-size: clamp(14px, 5vw, 16px) !important;
  font-family: Roboto, 'Barlow', sans-serif;
  text-align: justify !important;
}

.name p,
.name span {
  font-weight: 600;
}

.image-testimonial {
  max-height: 420px;
}

.image-testimonial img {
  height: 100% !important;
}

.image-testimonial img {
  max-height: 250px;
  width: auto;
}

/* Float Whatsapp */

.float {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  bottom: 90px;
  right: 25px;
  background-color: #25d366 !important;
  color: var(--color-white);
  border-radius: 100%;
  font-size: 35px !important;
  text-decoration: none;
  box-shadow: -7px 9px 8px #00000040 !important;
  z-index: 100 !important;
  animation: pulse 1.5s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

.float:hover {
  text-decoration: none !important;
  color: var(--color-white) !important;
}

.my-float:hover {
  text-decoration: none !important;
  color: var(--color-white) !important;
}

/* Form */

.form-control {
  border-radius: 0 !important;
  transition: all 0.4s;
}

.form-search {
  position: relative;
  width: 100%;
  max-width: 550px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}

.form-search input:focus-visible {
  outline: none !important;
}

.form-control:focus {
  border: 1px solid #ced4da;
  box-shadow: none !important;
  outline: none;
  transition: all 0.4s;
}

.form-control::placeholder {
  color: var(--color-secondary);
  font-weight: 600;
}

/* Portfolio */

.filter-wrapper .filter::after {
  display: none;
}

.mix_all {
  align-content: center;
}

.portfolio-grid-area {
  max-width: 100%;
  margin: 0;
  box-shadow: none;
  border-radius: 10px;
  background: var(--color-bg-grey) !important;
}

.portfolio-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 35px;
  justify-content: center;
}

#filter-portfolio {
  grid-template-columns: repeat(11, 0fr);
}

.group-portfolio--area .group-portfolio--item {
  width: 180px;
  color: var(--color-white);
  background: var(--color-secondary);
  text-transform: none !important;
}

.group-portfolio--area .group-portfolio--item:hover {
  background: var(--color-secondary);
}

.group-portfolio--area .group-portfolio--item.active {
  background: var(--color-tertiary);
}

.group-portfolio--area #filter-portfolio {
  top: 0 !important;
  margin-bottom: 0 !important;
}

.box-portfolio {
  border-radius: 10px;
  height: 200px;
  width: 280px;
  border-radius: 0;
  box-shadow: none;
  border-radius: 20px;
  overflow: hidden;
}

.box-portfolio .image {
  display: flex;
  justify-content: center;
  align-items: center;
}

.box-portfolio .image img {
  max-width: 100% !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain;
}

/* Blog */

.list-blog {
  list-style: none !important;
  margin: 0 !important;
}

.post-title {
  font-weight: 600;
}

/* Modal */

.modal-header {
  background: var(--color-primary);
}

.modal-body {
  text-align: justify;
  background: var(--color-bg-grey-light);
}

.modal-body span,
.modal-body {
  color: var(--color-black) !important;
  font-family: Roboto, 'Barlow', sans-serif;
  font-weight: 500;
}

/* Fornecedores */

#svg-map a path:not([fill]) {
  fill: var(--color-primary);
}

#svg-map a circle:not([fill]) {
  fill: var(--color-primary) !important;
  stroke: var(--color-white);
}

#svg-map a path {
  stroke: var(--color-white);
}

#svg-map .selected path {
  fill: var(--color-tertiary) !important;
  fill-opacity: 0.8;
  stroke: var(--color-tertiary) !important;
  stroke-width: 2;
  outline: none;
}

#svg-map a:hover path,
#svg-map a:focus path {
  fill: var(--color-tertiary) !important;
  outline: none;
}

#svg-map a:hover circle {
  fill: var(--color-tertiary) !important;
}

#svg-map text {
  font-size: 12px;
  fill: var(--color-secondary);
  stroke: var(--color-secondary);
  stroke-width: 1px;
  border: none;
  box-shadow: none !important;
}

#form-suppliers {
  width: 100%;
  max-width: 430px;
}

#state-suppliers,
#city {
  border-radius: 0 !important;
  color: var(--color-white);
  border: 2px solid var(--color-tertiary);
  background-color: var(--color-tertiary);
  box-shadow: none !important;
  font-weight: 600;
}

/* LGPD */

.lgpd p {
  color: var(--color-secondary) !important;
}

/* Mobile */

.mobile {
  display: none;
}

/* Homolog */

.homolog {
  display: none;
}

/* Banners */

.container-pages-banner {
  position: relative;
  width: 100%;
  max-height: 450px;
  min-height: 140px;
}

.container-pages-banner img {
  width: 100%;
  height: 100%;
  max-height: 450px;
  min-height: 140px;
  object-fit: cover;
}

.banner-category {
  position: relative;
  width: 100%;
}

.banner-category img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  border-radius: 8px;
}

.pages-info,
.pages-info img {
  min-height: 280px !important;
}

.container-banner-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.form-search-banner {
  max-width: 950px;
}

.form-search-banner input,
.form-search-banner input:focus {
  width: 100%;
  padding: 10px 20px;
  border: 2px solid var(--color-primary);
  border-radius: 50px !important;
}

/* Tables */

tbody,
td,
tfoot,
th,
thead,
tr {
  border-width: 1px;
}

td {
  text-wrap: nowrap;
}

table {
  background-color: var(--color-white) !important;
}

.table> :not(:first-child) {
  border-top-color: var(--color-secondary) !important;
}

/* Tabs */

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 0 !important;
  color: var(--color-white) !important;
  background-color: var(--color-tertiary) !important;
  border-color: var(--color-primary) !important;
}

.nav-tabs {
  border-bottom: 2px solid;
  border-color: var(--color-secondary) !important;
}

.nav-tabs .nav-link {
  text-transform: uppercase;
  color: var(--color-white) !important;
  font-weight: 700;
  border: none;
  border-radius: 0 !important;
  background-color: var(--color-secondary) !important;
}

.nav-tabs .nav-link:hover {
  color: var(--color-white) !important;
}

/* Principles */

.principles-grid {
  display: grid;
  grid-template-columns: repeat(3, 350px);
  justify-content: space-between;
  gap: 4rem;
  width: 100%;
}

@media (max-width: 1400px) {
  .principles-grid {
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
  }
}

@media (max-width: 770px) {
  .principles-grid {
    grid-template-columns: 1fr;
  }
}

/* Products */

.product-title {
  color: var(--color-secondary) !important;
  font-size: clamp(28px, 5vw, 38px) !important;
  font-weight: 800;
  font-family: Roboto, 'Overlock', sans-serif;
  text-transform: initial !important;
}

.products-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  row-gap: 2rem;
  justify-content: center;
  margin-left: -5rem;
  margin-right: -5rem;
  margin-bottom: 15px;
}

/* Grid de produtos ao lado da sidebar (categoria/subcategoria) — 3 por linha, sem "quebrar" a coluna */
.products-grid-sidebar {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem 1.5rem;
  justify-content: initial;
  margin-left: 0;
  margin-right: 0;
}

.products-grid-sidebar .card-products {
  width: 100%;
}

@media (max-width: 991px) {
  .products-grid-sidebar {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  .products-grid-sidebar {
    grid-template-columns: 1fr;
  }
}

.product-body-text,
.product-body-text p,
.product-body-text li {
  font-size: clamp(14px, 5vw, 16px) !important;
  max-height: 100%;
  text-align: justify !important;
  font-weight: 400 !important;
}

.product-body-text * {
  font-family: Roboto, 'Overlock', sans-serif !important;
}

.product-body-text ul {
  margin-left: 20px;
}

.product-body-text>h2 {
  font-size: 22px !important;
  color: var(--color-black) !important;
}

.description,
.description p {
  text-align: justify;
}

.container-main-product-thumb {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  max-width: 600px;
  max-height: 500px;
  min-height: 500px;
  overflow: hidden;
  background-color: var(--color-white);
  border-radius: 10px;
}

.container-thumb {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
  padding: 10px;
  background: var(--color-white);
  border-radius: 10px;
  overflow: hidden;
}

.download-card:hover {
  transform: translateY(-3px);
  border-color: var(--color-tertiary) !important;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1) !important;
}

.icon-box {
  width: 50px;
  height: 50px;
  min-width: 50px;
}

.bg-light-pdf {
  background-color: rgba(220, 53, 69, 0.1);
}

.container-thumb img {
  height: 100%;
  object-fit: cover;
}

.pd-download-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 40px;
  padding: 10px 8px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--color-secondary);
  background-color: var(--color-bg-grey-light);
  border-radius: 10px;
  transition: all 0.2s ease;
}

a.pd-download-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
}

.pd-download-btn-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.pd-edrawings {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  width: 100%;
  min-height: 140px;
  padding: 20px;
  text-align: center;
  background-color: var(--color-bg-grey-light);
  border-radius: 10px;
}

.pd-edrawings-icon {
  font-size: 28px;
  color: var(--color-tertiary);
  margin-bottom: 6px;
}

.pd-edrawings-title {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--color-secondary);
  line-height: 1.3;
}

.pd-edrawings-subtitle {
  font-size: 12px;
  color: var(--color-black);
  opacity: 0.6;
}

.pd-header {
  padding: 20px;
  margin-bottom: 20px;
  background-color: var(--color-bg-grey-light);
  border-radius: 12px 12px 0 0;
}

.pd-eyebrow {
  display: block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: var(--color-secondary);
  margin-bottom: 4px;
}

.pd-characteristics-list {
  list-style: none;
  margin: 0 0 16px;
  padding: 0;
}

.pd-characteristics-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
  font-size: clamp(14px, 5vw, 16px);
  font-family: Roboto, 'Overlock', sans-serif;
  color: var(--color-black);
}

.pd-characteristics-list li::before {
  content: '\2022';
  position: absolute;
  left: 0;
  color: var(--color-tertiary);
  font-weight: 700;
}

.pd-observation {
  font-size: clamp(13px, 5vw, 15px);
  text-align: justify;
  color: var(--color-black);
  opacity: 0.85;
  font-family: Roboto, 'Overlock', sans-serif;
}

.pd-section-bar {
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--color-secondary);
  border-radius: 12px 12px 0 0;
}

.pd-related-swiper {
  padding: 0 38px 4px;
}

.pd-related-swiper .swiper-slide {
  display: flex;
  height: auto;
}

.pd-related-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 130px;
  padding: 16px;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: var(--color-bg-grey-light);
  border-radius: 10px;
  transition: all 0.3s;
}

.pd-related-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
}

.pd-related-card-img {
  max-width: 100%;
  max-height: 50px;
  object-fit: contain;
}

.pd-related-card-name {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--color-secondary);
  line-height: 1.3;
}

@media (max-width: 575.98px) {
  .pd-related-swiper {
    padding-right: 32px;
    padding-left: 32px;
  }

  .pd-related-swiper .swiper-button-prev,
  .pd-related-swiper .swiper-button-next {
    width: 26px !important;
    height: 26px !important;
  }

  .pd-related-swiper .swiper-button-prev::after,
  .pd-related-swiper .swiper-button-next::after {
    font-size: 12px !important;
  }

  .pd-related-card {
    min-height: 120px;
    padding: 12px;
  }
}

.pd-model-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

@media (max-width: 576px) {
  .pd-model-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.pd-model-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 90px;
  padding: 12px;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  color: var(--color-secondary);
  background-color: var(--color-bg-grey-light);
  border-radius: 10px;
}

.pd-model-item-empty {
  background-color: #fcfcfc;
  border: 1px dashed #e2e8f0;
  opacity: 0.7;
}

.pd-model-item-icon {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.pd-model-item-btn {
  position: relative;
  z-index: 0;
  overflow: hidden;
  border: 2px solid transparent;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease, color 0.3s ease;
}

.pd-model-item-btn::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  background: linear-gradient(135deg, #e0585f 0%, var(--color-tertiary, #d32f2f) 100%);
  opacity: 0;
  transition: opacity 0.6s ease;
}

.pd-model-item-btn:hover,
.pd-model-item-btn:focus {
  color: #ffffff !important;
  text-decoration: none;
  box-shadow: 0 8px 15px rgba(211, 47, 47, 0.2);
  transform: translateY(-3px);
}

.pd-model-item-btn:hover::before,
.pd-model-item-btn:focus::before {
  opacity: 1;
}

.pd-model-item-btn:hover .pd-item-title,
.pd-model-item-btn:focus .pd-item-title {
  color: #ffffff;
}

.pd-item-title {
  display: block;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.4px;
  line-height: 1.35;
}

.pd-icon-wrapper {
  position: absolute;
  left: 50%;
  bottom: 8px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 14px;
}

.pd-model-item-arrow {
  font-size: 12px;
  color: var(--color-tertiary, #d32f2f);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.pd-model-item-btn:hover .pd-model-item-arrow,
.pd-model-item-btn:focus .pd-model-item-arrow {
  color: #ffffff;
  opacity: 1;
  animation: pdModelArrowBounce 1s ease-in-out 0.3s infinite;
}

@keyframes pdModelArrowBounce {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(3px);
  }
}

.pd-secondary-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 20px;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--color-secondary);
  background-color: var(--color-bg-grey-light);
  border-radius: 10px;
}

.pd-secondary-table-placeholder {
  margin-top: 12px;
  background-color: var(--color-bg-grey-light);
  border: 1px dashed rgba(0, 0, 0, 0.12);
  border-radius: 10px;
}

.pd-secondary-table-placeholder .text-muted {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

/* Imagem complementar: sempre centralizada e sem distorção — o espaço que sobra vira borda lateral */
.pd-secondary-image {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
  overflow: hidden;
  background-color: var(--color-bg-grey-light);
  border-radius: 10px;
}

.pd-secondary-image-img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

@media (max-width: 767.98px) {
  .pd-product-page .container-main-product-thumb {
    min-height: 0;
    height: auto;
    aspect-ratio: 1 / 1;
    max-height: min(82vw, 420px);
  }

  .pd-product-page .main-product-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .pd-product-page .carousel-product-thumbs {
    max-height: 90px;
  }

  .pd-product-page .container-thumb {
    height: 82px;
  }

  .pd-product-page .pd-header {
    padding: 16px;
    margin-bottom: 16px;
  }

  .pd-product-page .product-title {
    margin-bottom: 0;
    font-size: clamp(24px, 8vw, 32px) !important;
    line-height: 1.15;
  }

  .pd-product-page .pd-characteristics {
    margin-left: 0 !important;
  }

  .pd-product-page .pd-characteristics-list li {
    padding-left: 16px;
    font-size: 14px;
    line-height: 1.45;
  }

  .pd-product-page .pd-observation {
    font-size: 14px;
    line-height: 1.5;
  }

  .pd-product-page .pd-section {
    margin-top: 1rem !important;
  }

  .pd-product-page .pd-section-bar {
    min-height: 52px;
    font-size: 14px;
  }

  .pd-product-page .pd-download-btn {
    min-height: 48px;
  }

  .pd-product-page .pd-3d-preview {
    height: 200px;
  }

  .pd-product-page .pd-3d-preview-overlay {
    gap: 0.45rem;
    background: rgba(21, 28, 34, 0.68);
    opacity: 1;
  }

  .pd-product-page .pd-3d-preview-icon {
    width: 42px;
    height: 42px;
  }

  .pd-secondary-table-placeholder {
    margin-top: 0;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .pd-secondary-image {
    margin-top: 0;
  }

  .pd-secondary-table-placeholder .text-muted {
    font-size: 12px;
    line-height: 1.45;
  }

  .pd-product-tabs-section .flex-tabs-bar {
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
  }

  .pd-product-tabs-section .flex-tabs-item {
    flex: 0 0 155px;
    margin-bottom: 0;
  }

  .pd-product-tabs-section .flex-tabs-link {
    min-height: 58px;
    padding: 8px 10px;
    font-size: 11px;
  }

  .pd-product-tabs-section .flex-tabs-content {
    padding: 0.75rem;
  }

  .pd-product-tabs-section .flex-tabs-content .container {
    padding-right: 0;
    padding-bottom: 0 !important;
    padding-left: 0;
  }
}

/* Favorites */

.favorites-container {
  padding: 40px 0;
}

.favorites-card {
  height: 120px;
  background-color: var(--color-white);
  border: 1px solid var(--color-white);
  border-radius: 12px;
  padding: 15px;
  margin-bottom: 20px;
  transition: all 0.4s;
}

.favorites-card:hover {
  box-shadow: -7px 9px 8px #00000040 !important;
}

.favorites-card img {
  max-width: 60px;
  max-height: 80px;
  height: auto;
  object-fit: contain;
  border-radius: 8px;
}

.favorites-card .product-name a {
  font-weight: 600;
  color: var(--color-black);
  text-decoration: none;
}

.favorites-card .product-name a:hover {
  text-decoration: underline;
}

.favorites-card .btn {
  border-radius: 50px;
  padding: 6px 20px;
}

/* Cart */

.qty-val {
  border: 2px solid transparent !important;
  background: transparent !important;
}

.detail-qty {
  max-width: 80px;
  padding: 0;
  position: relative;
  width: 100%;
  border-radius: 4px;
}

.detail-qty input {
  border-radius: 50px;
  height: 45px;
  box-shadow: none;
  padding-left: 20px;
  font-size: 13px;
  width: 100%;
}

.detail-qty input:focus {
  box-shadow: none !important;
  outline: none !important;
}

.detail-qty>a {
  font-size: clamp(14px, 5vw, 16px) !important;
  position: absolute;
  right: 8px;
  color: var(--color-secondary);
}

.detail-qty>a.qty-down {
  bottom: 0;
}

#cart-details table {
  border-radius: 0.5rem;
  transition: all 0.3s ease;
}

#cart-details table thead th {
  font-weight: 600;
  font-size: 14px;
}

#cart-details table tbody td {
  vertical-align: middle;
  font-size: 14px;
  padding: 12px 10px;
}

#cart-details table tbody img {
  width: 60px;
  height: auto;
  object-fit: cover;
  border-radius: 8px;
  transition: transform 0.3s;
}

#cart-details table tbody img:hover {
  transform: scale(1.05);
}

#cart-details .btn-rounded {
  border-radius: 50px;
  font-weight: 500;
  transition:
    transform 0.2s,
    box-shadow 0.2s;
}

#cart-details .btn-rounded:hover {
  transform: translateY(-2px);
  box-shadow: -7px 9px 8px #00000040 !important;
}

#empty-cart i {
  transition: transform 0.3s;
}

#empty-cart i:hover {
  transform: scale(1.1);
}

#empty-cart h4 {
  font-size: 1.5rem;
}

/* Account */

.dashboard-menu .nav-link.active {
  color: var(--color-white);
  background: var(--color-secondary) !important;
}

.dashboard-menu .nav-link.active i {
  color: var(--color-white) !important;
}

.dashboard-menu .nav-link {
  background-color: var(--color-white-hover);
  color: var(--color-secondary);
  transition: all 0.2s ease-in-out;
  font-weight: 500;
}

.dashboard-menu .nav-link:hover {
  color: var(--color-tertiary) !important;
  transform: translateX(5px);
}

.dashboard-menu i {
  font-size: 1.1rem;
}

.logout {
  cursor: pointer;
}

/* Tables */

.table th,
.table td {
  vertical-align: middle !important;
}

.list-group-item {
  transition: background 0.2s ease;
}

.badge {
  font-size: 0.85rem;
  padding: 0.4em 0.6em;
}

.image-budget {
  border-radius: 8px;
  object-fit: cover;
}

/* Details account */

.card-header h5 {
  font-weight: 600;
}

#change-password-row {
  transition: all 0.3s ease-in-out;
}

/* Orders */

.table th,
.table td {
  vertical-align: middle;
}

.badge {
  font-size: 0.85rem;
  padding: 0.35em 0.6em;
  /* border-radius: 50px; */
}

.btn-outline-primary {
  border-radius: 50px;
  padding: 0.35rem 0.9rem;
  font-size: 0.85rem;
}

.list-group-item {
  border: none;
  padding: 0.5rem 0;
}

.image-budget {
  border-radius: 0.25rem;
}

/* Login */

.auth-container {
  padding: 50px 0;
}

.auth-form h3 {
  font-weight: 600;
  margin-bottom: 30px;
}

.auth-form .form-group input {
  height: 45px;
  border-radius: 8px;
  padding: 0 15px;
}

/* Checkout */

.badge-product-qty {
  position: absolute;
  top: 2px;
  right: 0;
  background: var(--color-secondary);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 8px;
  width: 20px;
  height: 20px;
  color: var(--color-white);
  border-radius: 50%;
  font-weight: 700;
}

/* Checkout Completed */

.alert-success-checkout {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: var(--color-green) !important;
  height: 120px;
}

.icon-circle-check {
  font-size: 30px;
}

.post-thumb-img {
  height: 7rem;
  width: 100%;
  object-fit: cover;
}

.post-content {
  display: flex;
  flex-direction: column;
  gap: 1;
}

/* LGPD */

.lgpd * {
  text-align: justify !important;
}

/* Modal */

#websiteModal .modal-content {
  border-radius: 18px;
  position: relative;
  background: var(--color-white);
  overflow: hidden;
  width: min-content;
  min-width: min-content;
  max-width: 95vw;
  max-height: 95vh;
  margin: auto;
}

#websiteModal .modal-image-wrapper {
  background: transparent;
  width: 100%;
}

#websiteModal .modal-image,
#websiteModal .modal-image-only {
  display: block;
  width: auto;
  max-width: 95vw;
  height: auto;
  max-height: 60vh;
  object-fit: contain;
  margin: 0 auto;
}

#websiteModal .modal-image-only {
  max-height: 90vh !important;
}

#websiteModal .modal-body {
  overflow-y: auto;
  padding: 1.5rem;
  width: 100%;
  box-sizing: border-box;
}

#websiteModal .modal-custom-close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 20;
  font-size: 12px;
  background-color: var(--color-white);
  border-radius: 50%;
  opacity: 1;
  padding: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}

#websiteModal .modal-custom-close:hover {
  transform: scale(1.05);
}

#websiteModal .modal-description {
  font-size: 15px;
  line-height: 1.7;
}

/* Galeria */

.gallery-sidebar {
  top: 30px;
  padding-right: 15px;
  border-right: 1px solid var(--color-border-light);
}

.gallery-sidebar .nav-link {
  background: transparent !important;
  color: var(--color-grey) !important;
  border: none;
  border-radius: 0;
  padding: 12px 15px;
  font-weight: 500 !important;
  font-size: 0.95rem;
  text-align: left;
  transition: all 0.3s ease;
  position: relative;
  display: flex;
  align-items: center;
}

.gallery-sidebar .nav-link:hover {
  color: var(--color-grey) !important;
  background-color: var(--color-grey-light) !important;
  padding-left: 20px;
}

.gallery-sidebar .nav-link.active {
  padding-left: 20px;
}

.gallery-sidebar .nav-link.active span {
  color: var(--color-tertiary) !important;
}

.gallery-sidebar .nav-link.active::before {
  content: '';
  position: absolute;
  right: -1px;
  top: 15%;
  height: 70%;
  width: 3px;
  background-color: var(--color-secondary-hover);
  border-radius: 4px 0 0 4px;
}

@media (max-width: 767.98px) {
  .gallery-sidebar {
    border-right: 0;
    padding-right: 0;
  }
}

.gallery-item-wrapper {
  position: relative;
  transition: transform 0.3s ease;
}

.gallery-item-wrapper:hover {
  transform: translateY(-5px);
}

.img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  font-size: 1.5rem;
}

.img-overlay i {
  color: var(--color-primary);
}

.gallery-item-wrapper:hover .img-overlay {
  opacity: 1;
}

.masonry-wrapper {
  display: block;
  column-count: 3;
  column-gap: 0.5rem;
  width: 100%;
}

.masonry-item {
  break-inside: avoid;
  display: block;
  width: 100%;
  margin-bottom: 1rem;
}

.columns-1 {
  column-count: 1;
}

.gallery-img {
  height: auto !important;
  transition: transform 0.5s ease;
}

.video-card {
  transition: all 0.3s ease;
}

.video-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1) !important;
}

.video-preview-link {
  display: block;
  position: relative;
}

.video-play-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.25);
  transition: 0.2s;
}

.video-play-overlay i {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--color-primary-dark);
  color: var(--color-white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.video-preview-link:hover .video-play-overlay {
  background: rgba(0, 0, 0, 0.4);
}

.pd-3d-preview {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 230px;
  cursor: pointer;
  overflow: hidden;
  line-height: 0;
  background-color: var(--color-bg-grey-light);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.pd-3d-preview .pd-3d-preview-canvas {
  position: absolute;
  top: 0;
  left: 0;
}

.pd-3d-preview .pd-3d-preview-canvas iframe {
  display: block;
  width: 650px;
  height: 330px;
  border: 0;
  pointer-events: none;
}

.pd-3d-preview-canvas.pd-3d-canvas-native {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.pd-3d-preview-canvas.pd-3d-canvas-native model-viewer {
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
  --poster-color: transparent;
}

.pd-3d-lightbox-body .pd-3d-preview-canvas.pd-3d-canvas-native model-viewer {
  pointer-events: auto;
}

/* BOTÃO DE TESTE (visualizador 3D alternativo) — remover junto com o bloco no blade se o cliente não aprovar */
.pd-3d-alt-test-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  font-size: 11px;
  line-height: 1.4;
  color: #8a8f98;
  background: transparent;
  border: 1px dashed #c7cad1;
  border-radius: 20px;
  cursor: pointer;
  opacity: 0.7;
  transition: opacity 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.pd-3d-alt-test-btn:hover,
.pd-3d-alt-test-btn:focus {
  opacity: 1;
  color: #495057;
  border-color: #495057;
}

.pd-3d-lightbox-body {
  position: relative;
  overflow: hidden;
}

.pd-3d-lightbox-body .pd-3d-preview-canvas {
  position: absolute;
  top: 0;
  left: 0;
}

.pd-3d-lightbox-body .pd-3d-preview-canvas iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  pointer-events: auto;
}

body.pd-3d-open {
  overflow: hidden;
}

.pd-3d-lightbox {
  position: fixed;
  inset: 0;
  z-index: 1071;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

.pd-3d-lightbox.show {
  opacity: 1;
  visibility: visible;
}

.pd-3d-lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(10, 14, 18, 0.6);
}

.pd-3d-lightbox-dialog {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100vw - 2rem));
  max-height: calc(100vh - 2rem);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  color: var(--color-white);
  background: #151c22;
  border-radius: 16px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.35);
  transform: scale(0.94) translateY(10px);
  transition: transform 0.25s ease;
}

.pd-3d-lightbox.show .pd-3d-lightbox-dialog {
  transform: scale(1) translateY(0);
}

.pd-3d-lightbox-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.25rem;
}

.pd-3d-lightbox-title {
  margin: 0;
  color: var(--color-white);
  font-size: clamp(1rem, 2vw, 1.25rem);
  font-weight: 700;
}

.pd-3d-lightbox-body {
  position: relative;
  min-height: min(68vh, 760px);
  background: #f4f5f6;
}

@media (max-width: 576px) {
  .pd-3d-lightbox-header {
    padding: 0.85rem 1rem;
  }

  .pd-3d-lightbox-body,
  .pd-3d-lightbox-body .pd-3d-preview-canvas {
    min-height: 390px;
    height: 58vh;
  }
}

.pd-3d-preview-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  background: rgba(21, 28, 34, 0.82);
  color: var(--color-white);
  opacity: 0;
  transition: opacity 0.3s ease;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.pd-3d-preview-icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 50%;
  font-size: 1.25rem;
}

.pd-3d-preview-title {
  font-size: 0.95rem;
}

.pd-3d-preview-action {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.45rem 0.75rem;
  background: var(--color-tertiary);
  border-radius: 999px;
  font-size: 0.68rem;
}

.pd-3d-preview:hover,
.pd-3d-preview:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
  outline: none;
}

.pd-3d-preview:hover .pd-3d-preview-overlay,
.pd-3d-preview:focus-visible .pd-3d-preview-overlay {
  opacity: 1;
}

.pd-3d-modal-eyebrow {
  display: block;
  margin-bottom: 0.2rem;
  color: var(--color-tertiary);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pd-3d-close {
  display: grid;
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  place-items: center;
  padding: 0;
  color: var(--color-white);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  transition: background 0.2s ease, transform 0.2s ease;
}

.pd-3d-close:hover,
.pd-3d-close:focus-visible {
  color: var(--color-white);
  background: var(--color-tertiary);
  transform: scale(1.06);
  outline: none;
}

.pd-3d-modal-help {
  padding: 0.75rem 1.25rem;
  color: rgba(255, 255, 255, 0.78);
  background: #151c22;
  font-size: 0.78rem;
  text-align: center;
}

.pd-3d-modal-help i {
  margin-right: 0.35rem;
  color: var(--color-tertiary);
}

@media (max-width: 1200px) {
  .masonry-wrapper {
    column-count: 2;
  }
}

@media (max-width: 768px) {
  .masonry-wrapper {
    column-count: 1;
  }
}

/* Container principal das abas */
.flex-tabs {
  width: 100%;
  margin-bottom: 2rem;
}

/* Barra de navegação das abas */
.flex-tabs-bar {
  display: flex;
  flex-wrap: nowrap; /* Mantém as abas na mesma linha */
  justify-content: space-between;
  padding: 0;
  margin: 0;
  list-style: none;
  gap: 0;
}

/* Item individual da lista (li) */
.flex-tabs-item {
  flex: 1 1 0; /* Força todos os itens a terem a mesma largura */
}

.flex-tabs-item:not(:first-child) {
  margin-left: -1px; /* Colapsa as bordas vizinhas para manter espessura uniforme de 1px */
}

/* Link / Botão da aba (a) */
.flex-tabs-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 70px; /* Altura mínima para acomodar textos em duas linhas */
  padding: 10px 15px;

  background-color: #f0f0f0; /* Cinza claro do fundo */
  color: #1a1b35; /* Azul escuro/grafite do texto */
  font-size: 13px; /* Ajuste conforme a fonte original do projeto */
  font-weight: 800; /* Texto em negrito (bold/extrabold) */
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  line-height: 1.2;
  white-space: normal;
  word-break: break-word;

  position: relative;
  border: 1px solid #dcdcdc;
  border-bottom-color: #b8b8b8; /* Borda inferior de destaque para abas inativas, mesma espessura */
  border-radius: 14px 14px 0 0; /* Cada aba mantém o arredondamento, mesmo unida às vizinhas */

  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

/* Estado Ativo ou Hover */
.flex-tabs-link:hover {
  background-color: #e4e4e4;
  color: #1a1b35;
}

.flex-tabs-link.active {
  background-color: #e4e4e4; /* Mesmo tom do conteúdo abaixo */
  color: #1a1b35;
  z-index: 1; /* Garante que a borda completa da aba ativa fique visível sobre as vizinhas */
  border-color: #b8b8b8; /* Mesma cor e espessura da borda do conteúdo, para um contorno consistente */
  border-bottom-color: #e4e4e4; /* "Apaga" a borda inferior, integrando com o conteúdo */
}

/* Responsividade: transforma em coluna ou permite wrap em telas muito pequenas */
@media (max-width: 768px) {
  .flex-tabs-bar {
    flex-wrap: wrap;
  }
  .flex-tabs-item {
    flex: 1 1 48%; /* Duas abas por linha no mobile */
    margin-bottom: 4px;
  }
}

.flex-tabs-content {
  padding: 1.5rem;
  border: 1px solid #b8b8b8;
  border-top: none;
  border-radius: 0 0 14px 14px;
  background-color: #e4e4e4;
}

/* Mantém espaço entre as linhas de cards sem alterar os cards fora das abas */
.flex-tabs-content .card-products {
  margin-bottom: 1.5rem;
}

.flex-tabs-content:not(:has(.tab-pane.active)) {
  padding: 0;
  border: none;
  background-color: transparent;
}

.flex-tabs-bar:not(:has(.flex-tabs-link.active)) .flex-tabs-link {
  border-radius: 14px;
}

/* Acordeão "Especificações técnicas" (páginas de categoria/subcategoria) */
.specs-accordion-toggle {
  background-color: var(--color-grey-dark);
  color: var(--color-white);
  border: none;
  padding: 0.75rem 1.25rem;
  font-family: Roboto, "Overlock", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.9rem;
  border-radius: 8px 8px 8px 8px;
}

.specs-accordion-toggle:not(.collapsed) {
  border-radius: 8px 8px 0 0;
}

.specs-accordion-body {
  padding: 1rem 1.25rem;
  background-color: var(--color-white);
  border: 1px solid var(--color-border-width-grey);
  border-top: none;
  border-radius: 0 0 8px 8px;
}
