.single-product {
  background: #595959;
}

.single-product #main {
  padding: 136px 0 0;
  max-width: 100% !important;
}

@media (max-width: 768px) {
  .single-product #main {
    padding-top: 70px;
  }
}

.cre-single-product {
  max-width: 1312px;
  margin: 0 auto;
  padding: 0 16px 60px;
}

/* asdasd */

.cre-single-product__grid {
  display: grid;
  grid-template-columns: minmax(0, 544px) minmax(0, 1fr);
  gap: 29px;
  align-items: start;
}

.cre-single-product__gallery .cre-single-product__garantia-badge {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 2;
}

.cre-single-product__gallery .cre-single-product__garantia-badge svg {
  display: flex;
  width: 66px;
  height: 66px;
}

.cre-single-product__gallery {
  display: flex;
  flex-direction: row;
  position: relative;
  align-items: flex-start;
}

.single-product .cre-single-product__thumbs {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 25px;
  margin-right: -37.5px;
  width: 75px;
  z-index: 2;
}

.single-product .cre-single-product__thumb {
  width: 75px;
  height: 75px;
  padding: 0;
  border: 2px solid #8c8c8c;
  border-radius: 14px;
  background: #8c8c8c;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.single-product .cre-single-product__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.single-product .cre-single-product__thumb:hover,
.single-product .cre-single-product__thumb.is-active {
  border: 2px solid #fff;
}

.cre-single-product__main-image {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}

.cre-single-product__main-image img,
.cre-single-product__main-image .wp-post-image {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 20px;
}

@media (max-width: 768px) {
  .cre-single-product__gallery {
    flex-direction: column;
  }
}

.cre-single-product__content {
  display: flex;
  flex-direction: column;
  gap: 22px;
  background: #fff;
  border-radius: 10px;
  padding: 34px 60px;
}

.cre-single-product__head {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.cre-single-product__title {
  margin: 0;
  font-size: 32px;
  line-height: 1;
  font-weight: 800;
  color: #1f1f1f;
}

.cre-single-product__subtitle {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 500;
  color: #262626;
}

.cre-single-product__subtitle.cresku {
  font-size: 18px;
  color: #454545;
}

.cre-single-product__spec-title {
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 1.1;
  font-weight: 800;
  color: #262626;
}

/* 
.cre-single-product__specs {
    display: flex;
    flex-direction: column;
    gap: 8px;
} */
/* 
.cre-single-product__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 13px 14px;
    border-radius: 8px;
    background: transparent;
}

.cre-single-product__row.is-alt {
    background: #e3e3e3;
} */
/* 
.cre-single-product__row span {
    font-size: 16px;
    line-height: 1.3;
    font-weight: 500;
    color: #2d2d2d;
    flex: 1 1 auto;
}

.cre-single-product__row strong {
    font-size: 16px;
    line-height: 1.3;
    font-weight: 800;
    color: #111;
    text-align: right;
    flex: 0 0 auto;
    white-space: nowrap;
}
 */

.cre-single-product__link-ficha {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 800;
  color: #d92c2c;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.cre-single-product__link-ficha:hover {
  color: #d92c2c;
  opacity: 0.85;
  text-decoration: none;
}

.cre-single-product__extra-specs .cre-product-card__specs {
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: #d9d9d9;
  padding: 6px 0;
}

.cre-single-product__link-ficha {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0;
  border: 0;
  background: transparent;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 800;
  color: #d92c2c;
  cursor: pointer;
  text-decoration: none;
}

.cre-single-product__link-ficha:hover {
  color: #d92c2c;
  opacity: 0.85;
}

.cre-single-product__link-ficha:focus {
  outline: none;
  box-shadow: none;
}

/* Limpieza de estilos nativos si todavía aparecen */
.single-product div.product .product_title,
.single-product div.product p.price,
.single-product div.product .price,
.single-product div.product .woocommerce-product-rating,
.single-product div.product form.cart,
.single-product div.product .product_meta {
  margin-bottom: 0;
}

.cre-single-product__segmento {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 600;
  color: #3a3a3a;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: #d9d9d9;
  padding: 12px 0;
}

.cre-single-product__price-box {
  margin-top: 8px;
  padding: 16px 18px;
  background: #f1ecec;
  border-radius: 4px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 13px;
}

.cre-single-product__price-label {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600;
  color: #262626;
  margin-bottom: 2px;
}

.cre-single-product__price-value {
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
  color: #262626;
  margin-bottom: 4px;
}

.cre-single-product__installments {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
  color: #262626;
}

.cre-single-product__price-top {
  font-size: 12px;
  line-height: 1.5;
  font-weight: 500;
  color: #595959;
  margin-bottom: 2px;
}

.single-product .cre-single-product__link-ficha {
  color: var(--Color-Red-red-500, #e23e41) !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 150%;
  text-decoration-line: underline !important;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: 10.5%;
  text-underline-offset: 17.5%;
  text-underline-position: from-font;
  display: flex;
  align-items: center;
  border: 0;
  padding: 0;
  background: transparent !important;
}

.single-product .cre-single-product__link-ficha:hover {
  color: #a02c2e !important;
  background: transparent;
}

.single-product .cre-single-product__link-ficha svg {
  transition: transform 0.2s ease;
}

.single-product .cre-single-product__link-ficha[aria-expanded="true"] svg {
  transform: rotate(180deg);
}

.cre-product-equivalencia {
  margin-top: 18px;
}

.cre-product-equivalencia h3 {
  margin-bottom: 19px;
}

.cre-product-equivalencia__list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.cre-product-equivalencia__item {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 12px 14px;
  background: #f1f1f1;
  border-radius: 4px;
}

.cre-product-equivalencia__brand {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
  color: #2f2f2f;
}

.cre-product-equivalencia__value {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 800;
  color: #2f2f2f;
}

.cre-single-product__price-actions button.smx-rev-open-btn {
  width: 225px;
}

.cre-single-tablet {
  display: none !important;
}

/* Responsive */
@media (max-width: 1024px) {
  .cre-single-product__subtitle.cresku {
    font-size: 16px;
  }

  .cre-single-product__grid {
    grid-template-columns: 55fr 45fr;
  }

  .cre-single-product__content .cre-single-product__head {
    display: none !important;
  }

  .cre-single-product__content .cre-product-card__specs {
    padding: 0;
  }

  .cre-single-product__title {
    font-size: 22px;
  }

  .cre-single-tablet {
    display: flex !important;
    flex-direction: column;
    gap: 20px;
  }

  .cre-single-product__content {
    grid-column: 1 / -1;
  }

  .cre-single-product__head__tablet {
    border-radius: 10px;
    background: var(--Color-Black-black-4, #f0f0f0);
    display: flex;
    padding: 14px 16px 10px 16px;
    align-items: flex-start;
    gap: 6px;
    align-self: stretch;
    flex-direction: column;
  }

  .cre-single-product__price-box {
    border-radius: 10px;
    padding: 16px;
  }

  .cre-single-product__price-info {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }

  .cre-single-product__price-info>div {
    width: 100%;
  }

  .cre-single-product__price-label,
  .cre-single-product__price-value {
    width: fit-content;
    margin-right: 6px;
  }

  .cre-single-product__price-actions,
  .cre-single-product__price-actions button.smx-rev-open-btn {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .cre-single-tablet {
    display: none !important;
  }

  .cre-single-product__price-actions button.smx-rev-open-btn {
    width: 100%;
  }

  .cre-single-product__grid {
    grid-template-columns: 1fr;
  }

  .cre-single-product__price-box {
    flex-direction: column;
  }

  .cre-single-product__price-box>div {
    width: 100%;
  }

  .cre-single-product {
    margin: 24px 0 40px;
  }

  .single-product .cre-single-product__thumbs {
    order: 2;
    flex-direction: row;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .single-product .cre-single-product__thumb {
    flex: 0 0 74px;
    width: 74px;
    height: 74px;
    border-radius: 12px;
  }

  .cre-single-product__main-image {
    order: 1;
  }

  .cre-single-product__content {
    gap: 18px;
    padding: 20px 10px;
  }

  .single-product .cre-single-product__link-ficha {
    margin: auto;
  }

  .cre-single-product__title {
    font-size: 28px;
  }

  .cre-single-product__subtitle {
    font-size: 16px;
  }

  .cre-single-product__spec-title {
    font-size: 20px;
    margin-bottom: 14px;
  }

  .cre-single-product__row {
    padding: 12px;
    align-items: flex-start;
  }

  .cre-single-product__row span,
  .cre-single-product__row strong {
    font-size: 15px;
  }

  .cre-single-product__row strong {
    white-space: normal;
    text-align: right;
  }
}

/* prefooter */
.cre-single-encontra-bateria {
  background: var(--Color-Black-black-12, #141414);
  padding: 40px 16px;
}

.content-encontra-bateria {
  max-width: 1312px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  color: #fff;
}

.cre-single-encontra-bateria__info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.content-encontra-bateria h2 {
  font-size: 32px;
  font-weight: 700;
  margin: 0;
}

.content-encontra-bateria p {
  font-size: 18px;
  font-weight: 600;
  line-height: 155%;
  margin: 0;
}

.cre-single-encontra-bateria__image img {
  border-radius: 10px;
}

@media (max-width: 767px) {
  .content-encontra-bateria {
    flex-direction: column;
    max-width: 500px;
  }

  .content-encontra-bateria h2 {
    font-size: 22px;
  }

  .content-encontra-bateria p {
    font-size: 16px;
  }

  .cre-single-encontra-bateria__info {
    width: 100%;
  }

  .cre-single-encontra-bateria__image,
  .cre-single-encontra-bateria__image img {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .cre-single-product__head__movile {
    display: none !important;
  }
}

.cre-single-product__head__movile {
  border-radius: 10px;
  background: var(--Color-Black-black-4, #f0f0f0);
  display: flex;
  padding: 14px 16px 10px 16px;
  align-items: flex-start;
  gap: 6px;
  align-self: stretch;
  flex-direction: column;
  margin-bottom: 14px;
}