.elementor-15 .elementor-element.elementor-element-966afcc{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-15 .elementor-element.elementor-element-a1045c9{background-color:#0D0C0C;}.elementor-15 .elementor-element.elementor-element-b257b8a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-15 .elementor-element.elementor-element-de5a8c3{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-15 .elementor-element.elementor-element-a6b6ac0{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-15 .elementor-element.elementor-element-36d70fc{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-15 .elementor-element.elementor-element-fa3ec00{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}body.elementor-page-15:not(.elementor-motion-effects-element-type-background), body.elementor-page-15 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(180deg, #000000 0%, #000000 100%);}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-0539486 *//* ====== AMAZON PRODUCT PREVIEW SECTION ====== */

.td-amazon-block {
  background: #000000;
  padding: 4.2rem 1.5rem 4.5rem;
  color: #f9fafb;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.td-amazon-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.td-amazon-card {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1.4fr);
  gap: 2.5rem;
  align-items: center;
  background: #020617;
  border-radius: 2rem;
  padding: 2.4rem 2.6rem;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.8);
  border: 1px solid rgba(148, 163, 184, 0.35);
}

/* Imagen producto */
.td-amazon-media img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 1.6rem;
  object-fit: cover;
  box-shadow:
    0 24px 60px rgba(0, 0, 0, 0.9),
    0 0 0 1px rgba(15, 23, 42, 0.9);
}

/* Texto */
.td-amazon-content {
  max-width: 520px;
}

.td-amazon-eyebrow {
  margin: 0 0 0.5rem;
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #e5e7eb;
}

.td-amazon-title {
  margin: 0 0 0.9rem;
  font-size: clamp(1.6rem, 2.1vw, 1.9rem);
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #ffffff;
}

.td-amazon-text {
  margin: 0 0 1.3rem;
  font-size: 0.95rem;
  line-height: 1.7;
  color: #d1d5db;
}

/* Bullets */
.td-amazon-bullets {
  list-style: none;
  margin: 0 0 1.6rem;
  padding: 0;
}

.td-amazon-bullets li {
  position: relative;
  padding-left: 1.2rem;
  margin-bottom: 0.4rem;
  font-size: 0.9rem;
  color: #e5e7eb;
}

.td-amazon-bullets li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #facc15;
}

/* Meta: estrellas + nota */
.td-amazon-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  align-items: center;
  margin-bottom: 1.3rem;
}

.td-amazon-stars {
  font-size: 0.95rem;
  color: #facc15;
}

.td-amazon-note {
  font-size: 0.8rem;
  color: #9ca3af;
}

/* Botón Amazon */
.td-amazon-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 2.2rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  background-color: #ff9900; /* tono Amazon-ish */
  border-color: #ff9900;
  color: #111827;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.8);
  transition:
    background-color 0.25s ease,
    border-color 0.25s ease,
    transform 0.15s ease,
    box-shadow 0.25s ease;
}

.td-amazon-btn:hover {
  background-color: #f59e0b;
  border-color: #f59e0b;
  transform: translateY(-1px);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.95);
}

/* Nota pequeña bajo el botón */
.td-amazon-small {
  margin: 0.7rem 0 0;
  font-size: 0.78rem;
  color: #9ca3af;
}

/* ====== RESPONSIVE ====== */

@media (max-width: 960px) {
  .td-amazon-card {
    grid-template-columns: minmax(0, 1fr);
    padding: 2.1rem 1.8rem;
  }

  .td-amazon-media {
    max-width: 380px;
    margin: 0 auto;
  }
}

@media (max-width: 640px) {
  .td-amazon-block {
    padding: 3.6rem 1.3rem 4rem;
  }

  .td-amazon-card {
    padding: 1.9rem 1.4rem;
    border-radius: 1.6rem;
  }

  .td-amazon-media img {
    border-radius: 1.3rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-47dc85e *//* ====== AMAZON REVIEWS SLIDER ====== */

.td-reviews-block {
  background: #000000;
  padding: 4.5rem 1.5rem 4.8rem;
  color: #f9fafb;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.td-reviews-inner {
  max-width: 900px;
  margin: 0 auto;
}

/* Header */
.td-reviews-header {
  text-align: center;
  margin-bottom: 2.8rem;
}

.td-reviews-title {
  margin: 0;
  font-size: clamp(2rem, 2.6vw, 2.3rem);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.td-reviews-subtitle {
  margin: 0.8rem 0 0;
  font-size: 0.95rem;
  color: #d1d5db;
}

/* Slider container */
.td-reviews-slider {
  position: relative;
  min-height: 230px;
}

/* Cada review */
.td-review-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: translateY(8px);
  pointer-events: none;
  transition:
    opacity 0.5s ease,
    transform 0.5s ease;
  background: #020617;
  border-radius: 1.8rem;
  border: 1px solid rgba(148, 163, 184, 0.45);
  padding: 2.1rem 2.4rem;
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.85);
}

.td-review-slide.active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

/* Contenido del review */
.td-review-stars {
  font-size: 1.1rem;
  color: #facc15;
  margin-bottom: 0.7rem;
}

.td-review-headline {
  margin: 0 0 0.9rem;
  font-size: 1.1rem;
  font-weight: 600;
  color: #f9fafb;
}

.td-review-text {
  margin: 0 0 1.3rem;
  font-size: 0.94rem;
  line-height: 1.7;
  color: #d1d5db;
}

.td-review-author {
  margin: 0;
  font-size: 0.88rem;
  color: #e5e7eb;
}

.td-review-meta {
  font-size: 0.78rem;
  color: #9ca3af;
  margin-left: 0.4rem;
}

/* Controles (flechas + puntos) */
.td-reviews-controls {
  margin-top: 2.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
}

.td-reviews-arrow {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.7);
  background: rgba(15, 23, 42, 0.9);
  color: #f9fafb;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 1.4rem;
  transition:
    background-color 0.25s ease,
    border-color 0.25s ease,
    transform 0.15s ease;
}

.td-reviews-arrow:hover {
  background: rgba(15, 23, 42, 1);
  border-color: #f9fafb;
  transform: translateY(-1px);
}

/* Dots */
.td-reviews-dots {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}

.td-reviews-dot {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  border: none;
  background: rgba(148, 163, 184, 0.7);
  cursor: pointer;
  transition:
    background-color 0.2s ease,
    width 0.2s ease,
    transform 0.2s ease;
}

.td-reviews-dot.active {
  width: 22px;
  background: #00b894;
  transform: translateY(-1px);
}

/* Responsive */
@media (max-width: 768px) {
  .td-reviews-block {
    padding: 3.8rem 1.3rem 4rem;
  }

  .td-review-slide {
    padding: 1.8rem 1.6rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d9a1399 *//* ====== FOOTER – THE ODOR DESTROYER / ADCLEAN ====== */

.td-footer {
  background: #000000;
  border-top: 1px solid rgba(148, 163, 184, 0.35);
  padding: 3rem 1.5rem 2.2rem;
  color: #f9fafb;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.td-footer-inner {
  max-width: 1200px;
  margin: 0 auto 1.8rem;
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem 4rem;
  justify-content: space-between;
  align-items: flex-start;
}

/* Columnas */
.td-footer-col {
  flex: 1 1 260px;
  max-width: 520px;
}

/* Logo / nombre producto */
.td-footer-logo {
  margin: 0 0 0.9rem;
  font-size: 1.3rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

/* Títulos de columna */
.td-footer-heading {
  margin: 0 0 0.75rem;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #e5e7eb;
}

/* Texto */
.td-footer-text {
  margin: 0 0 0.9rem;
  font-size: 0.88rem;
  line-height: 1.7;
  color: #d1d5db;
}

.td-footer-contact a {
  color: #f9fafb;
  text-decoration: none;
  border-bottom: 1px solid rgba(249, 250, 251, 0.25);
  padding-bottom: 1px;
  transition: border-color 0.2s ease, color 0.2s ease;
}

.td-footer-contact a:hover {
  color: #ffffff;
  border-color: #ffffff;
}

/* Etiqueta Amazon */
.td-footer-amazon-label {
  margin-top: 0.5rem;
}

/* Botón Amazon en el footer */
.td-footer-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.3rem;
  padding: 0.7rem 1.8rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
  background-color: #00b894;
  border-color: #00b894;
  color: #ffffff;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.6);
  transition:
    background-color 0.25s ease,
    border-color 0.25s ease,
    transform 0.15s ease,
    box-shadow 0.25s ease;
}

.td-footer-cta:hover {
  background-color: #02a382;
  border-color: #02a382;
  transform: translateY(-1px);
  box-shadow: 0 20px 55px rgba(0, 0, 0, 0.85);
}

/* Parte inferior del footer */
.td-footer-bottom {
  max-width: 1200px;
  margin: 0 auto;
  border-top: 1px solid rgba(55, 65, 81, 0.7);
  padding-top: 0.9rem;
}

.td-footer-bottom-text {
  margin: 0;
  font-size: 0.8rem;
  color: #9ca3af;
  text-align: left;
}

/* ====== RESPONSIVE ====== */

@media (max-width: 768px) {
  .td-footer {
    padding: 2.6rem 1.3rem 2rem;
  }

  .td-footer-inner {
    flex-direction: column;
    gap: 2rem;
  }

  .td-footer-bottom-text {
    text-align: center;
  }
}/* End custom CSS */
/* Start custom CSS *//* Ocultar el link de arriba "theodordestroyer.com" */
a[href="https://theodordestroyer.com/"],
a[href="https://theodordestroyer.com"] {
  display: none !important;
}/* End custom CSS */