/*
Theme Name: TazasEcuador Child
Theme URI: https://tazasecuador.com
Description: Child theme minimalista para TazasEcuador sobre Hello Elementor.
Author: TazasEcuador
Template: hello-elementor
Version: 1.2.6
Text Domain: tazas-ecuador
*/

@font-face {
  font-family: "Satoshi";
  src: url("assets/fonts/Satoshi-Variable.woff2") format("woff2");
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Satoshi";
  src: url("assets/fonts/Satoshi-VariableItalic.woff2") format("woff2");
  font-weight: 300 900;
  font-style: italic;
  font-display: swap;
}

:root {
  --te-black: #111111;
  --te-red: #e10600;
  --te-white: #ffffff;
  --te-gray: #f5f5f5;
  --te-line: #e8e8e8;
  --te-radius: 8px;
  --te-width: 1180px;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--te-white);
  color: var(--te-black);
  font-family: "Satoshi", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
}

body,
button,
input,
select,
textarea {
  font-family: "Satoshi", Arial, sans-serif;
}

a {
  color: inherit;
}

ul,
ol {
  list-style: none;
}

.entry-content ul,
.entry-content ol,
.elementor-widget-container ul,
.elementor-widget-container ol,
.woocommerce ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.site-main,
.te-home {
  overflow: hidden;
}

.te-site-header {
  background: var(--te-white);
  position: sticky;
  top: 0;
  z-index: 50;
}

.te-header-top {
  align-items: center;
  display: grid;
  gap: 28px;
  grid-template-columns: 270px minmax(260px, 1fr) auto;
  min-height: 96px;
  padding-bottom: 8px;
  padding-top: 8px;
}

.te-logo,
.te-footer-logo {
  align-items: center;
  display: inline-flex;
  line-height: 0;
  max-width: 260px;
}

.te-logo img,
.te-footer-logo img {
  display: block;
  height: auto;
  max-height: 54px;
  width: 100%;
}

.te-search {
  align-items: center;
  border: 1px solid #d9d9d9;
  border-radius: 999px;
  display: grid;
  grid-template-columns: 1fr 48px;
  height: 48px;
  overflow: hidden;
}

.te-search input[type="search"] {
  background: transparent;
  border: 0;
  color: var(--te-black);
  font-size: 15px;
  font-weight: 600;
  height: 100%;
  outline: none;
  padding: 0 18px;
  width: 100%;
}

.te-search button {
  background: transparent;
  border: 0;
  color: var(--te-black);
  height: 48px;
  min-height: 0;
  padding: 0;
}

.te-icon,
.te-search svg,
.te-header-actions svg {
  display: block !important;
  fill: currentColor;
  height: 24px !important;
  max-height: 24px !important;
  max-width: 24px !important;
  width: 24px !important;
}

.te-header-actions {
  align-items: center;
  display: flex;
  gap: 22px;
  justify-content: flex-end;
}

.te-header-actions a {
  align-items: center;
  color: #20243d;
  display: inline-flex;
  flex-direction: column;
  font-size: 12px;
  font-weight: 700;
  gap: 4px;
  line-height: 1;
  min-width: 46px;
  position: relative;
  text-decoration: none;
}

.te-header-actions a:hover {
  color: var(--te-red);
}

.te-cart-link em {
  align-items: center;
  background: var(--te-red);
  border-radius: 999px;
  color: var(--te-white);
  display: inline-flex;
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
  height: 18px;
  justify-content: center;
  position: absolute;
  right: 2px;
  top: -7px;
  width: 18px;
}

.te-header-menu {
  border-bottom: 1px solid var(--te-line);
  border-top: 1px solid var(--te-line);
}

.te-nav {
  display: flex;
  justify-content: center;
  min-height: 88px;
  overflow-x: hidden;
  padding-bottom: 8px;
  padding-top: 8px;
  scrollbar-width: none;
}

.te-nav::-webkit-scrollbar {
  display: none;
}

.te-nav ul {
  align-items: stretch;
  display: flex;
  flex-wrap: nowrap;
  gap: 0;
  justify-content: center;
  list-style: none;
  margin: 0 auto;
  padding: 0;
}

.te-nav li {
  align-items: stretch;
  display: flex;
  position: relative;
}

.te-nav li + li:before {
  background: #e2e2e2;
  content: "";
  height: 40px;
  left: 0;
  position: absolute;
  top: 18px;
  width: 1px;
}

.te-nav a {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 0;
  color: var(--te-black);
  display: inline-flex;
  flex-direction: column;
  font-size: 12px;
  font-style: italic;
  font-weight: 900;
  gap: 8px;
  justify-content: center;
  line-height: 1;
  min-height: 72px;
  padding: 10px 21px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.te-menu-icon {
  color: var(--te-black);
  display: block;
  fill: none !important;
  height: 26px !important;
  font-style: normal;
  line-height: 1;
  stroke: var(--te-black);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  width: 26px !important;
}

.te-nav a:hover {
  background: transparent;
}

.te-nav a:hover .te-menu-icon {
  stroke: var(--te-red);
}

.te-nav a:hover,
.te-nav .current-menu-item > a,
.te-nav .current_page_item > a {
  background: transparent;
  color: var(--te-red);
}

.te-offer-bar {
  background: #eeeeee;
  color: #666;
  font-size: 14px;
  font-weight: 600;
  overflow: hidden;
  white-space: nowrap;
}

.te-offer-track {
  animation: te-marquee 24s linear infinite;
  display: inline-flex;
  gap: 76px;
  min-width: max-content;
  padding: 13px 0;
}

.te-offer-track strong {
  color: #20243d;
  font-weight: 900;
}

@keyframes te-marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.te-container {
  margin: 0 auto;
  max-width: var(--te-width);
  padding: 0 24px;
}

.te-button,
.button,
button,
input[type="submit"],
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  align-items: center;
  background: var(--te-black);
  border: 1px solid var(--te-black);
  border-radius: var(--te-radius);
  color: var(--te-white);
  display: inline-flex;
  font-weight: 800;
  justify-content: center;
  min-height: 46px;
  padding: 12px 18px;
  text-decoration: none;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease;
}

.te-has-icon {
  gap: 8px;
}

.te-commerce-icon {
  display: inline-flex;
  fill: currentColor;
  height: 18px;
  width: 18px;
}

.te-whatsapp-icon-img {
  display: inline-flex !important;
  height: 20px !important;
  margin: 0 !important;
  object-fit: contain;
  width: 20px !important;
}

.te-btn-icon,
.te-btn-icon svg {
  display: inline-flex;
  height: 19px;
  width: 19px;
}

.te-btn-icon svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.te-button--red,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  background: var(--te-red);
  border-color: var(--te-red);
}

.te-button:hover,
.button:hover,
button:hover,
input[type="submit"]:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background: var(--te-black);
  border-color: var(--te-black);
  color: var(--te-white);
}

.te-button--secondary {
  background: var(--te-white);
  color: var(--te-black);
}

.te-button--secondary:hover {
  background: var(--te-black);
  border-color: var(--te-black);
  color: var(--te-white);
}

.te-section {
  padding: 78px 0;
}

.te-section--gray {
  background: var(--te-gray);
}

.te-section--black {
  background: var(--te-black);
  color: var(--te-white);
}

.te-section-title {
  font-size: clamp(30px, 4vw, 48px);
  font-style: italic;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.05;
  margin: 0 0 28px;
}

.te-kicker {
  color: var(--te-red);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.te-hero {
  align-items: center;
  display: grid;
  gap: clamp(32px, 5vw, 76px);
  grid-template-columns: minmax(0, .95fr) minmax(320px, 500px);
  min-height: 690px;
  padding: 72px 24px 84px;
}

.te-hero h1 {
  font-size: clamp(42px, 5.2vw, 72px);
  font-style: italic;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.02;
  margin: 0 0 22px;
  max-width: 620px;
}

.te-hero p {
  color: #3a3a3a;
  font-size: clamp(18px, 2vw, 22px);
  margin: 0 0 30px;
  max-width: 540px;
}

.te-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.te-trust span {
  border: 1px solid var(--te-line);
  border-radius: 999px;
  color: #444;
  font-size: 13px;
  font-weight: 800;
  padding: 8px 12px;
}

.te-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.te-mug-stage {
  align-items: center;
  aspect-ratio: 1 / 1;
  background: var(--te-gray);
  border-radius: var(--te-radius);
  display: flex;
  justify-content: center;
  min-height: 500px;
  padding: 34px;
  position: relative;
}

.te-mobile-hero-media {
  display: none;
}

.te-mug-stage:before {
  background: var(--te-red);
  border-radius: 999px;
  content: "";
  height: 14px;
  left: 34px;
  position: absolute;
  top: 34px;
  width: 14px;
}

.te-mug-stage:after {
  bottom: 32px;
  color: #777;
  content: "Mockup de taza personalizada";
  font-size: 13px;
  font-weight: 800;
  left: 34px;
  position: absolute;
}

.te-mug {
  height: min(72vw, 400px);
  max-height: 400px;
  max-width: 100%;
  width: auto;
}

.te-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.te-card {
  background: var(--te-white);
  border: 1px solid var(--te-line);
  border-radius: var(--te-radius);
  color: var(--te-black);
  display: grid;
  grid-template-rows: 230px 1fr;
  min-height: 0;
  overflow: hidden;
  padding: 0;
  text-decoration: none;
}

.te-card strong {
  display: block;
  font-size: 23px;
  font-style: italic;
  font-weight: 900;
  line-height: 1.15;
}

.te-card small {
  color: #666;
  display: block;
  font-size: 15px;
  margin-top: 8px;
}

.te-card em {
  align-items: center;
  border: 1px solid var(--te-black);
  border-radius: 999px;
  display: inline-flex;
  font-size: 13px;
  font-style: normal;
  font-weight: 900;
  margin-top: 18px;
  min-height: 34px;
  padding: 0 12px;
}

.te-card-media {
  align-items: center;
  background: var(--te-gray);
  display: flex;
  justify-content: center;
  overflow: hidden;
  padding: 18px;
}

.te-card-media .te-mug {
  height: 210px;
}

.te-card-body {
  padding: 22px;
}

.te-card:hover {
  border-color: var(--te-black);
}

.te-card:hover em {
  background: var(--te-red);
  border-color: var(--te-red);
  color: var(--te-white);
}

.te-steps {
  counter-reset: step;
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.te-step {
  background: var(--te-white);
  border: 1px solid var(--te-line);
  border-top: 4px solid var(--te-black);
  border-radius: var(--te-radius);
  padding: 24px;
}

.te-step:before {
  color: var(--te-red);
  content: "0" counter(step);
  counter-increment: step;
  display: block;
  font-size: 14px;
  font-weight: 900;
  margin-bottom: 10px;
}

.te-step h3 {
  font-size: 26px;
  font-style: italic;
  font-weight: 900;
  margin: 0 0 8px;
}

.te-step p {
  color: #5d5d5d;
  margin: 0;
}

.te-products .products {
  margin-bottom: 0;
}

.te-corporate {
  align-items: center;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1fr) auto;
}

.te-corporate h2 {
  font-size: clamp(30px, 4vw, 52px);
  font-style: italic;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.04;
  margin: 0;
}

.te-corporate p {
  color: #d8d8d8;
  font-size: 18px;
  grid-column: 1;
  margin: -8px 0 0;
  max-width: 620px;
}

.te-corporate .te-button {
  grid-column: 2;
  grid-row: 1 / span 2;
}

.te-whatsapp-float {
  align-items: center;
  background: var(--te-white) !important;
  border: 1px solid var(--te-black) !important;
  border-radius: 999px;
  bottom: 20px;
  color: var(--te-black);
  display: inline-flex;
  font-size: 0 !important;
  height: 58px;
  justify-content: center;
  padding: 0 !important;
  position: fixed;
  right: 20px;
  text-decoration: none;
  width: 58px;
  z-index: 999;
}

.te-whatsapp-float:hover {
  color: var(--te-black);
}

.te-whatsapp-float:before {
  background: url("assets/img/whatsapp-1384095.png") center / 32px 32px no-repeat;
  content: "";
  display: block;
  height: 36px;
  width: 36px;
}

.te-whatsapp-float > * {
  display: none !important;
}

.te-product-fields {
  border: 1px solid var(--te-line);
  border-radius: var(--te-radius);
  margin: 22px 0;
  padding: 18px;
}

.te-product-fields label {
  display: block;
  font-weight: 800;
  margin: 0 0 10px;
}

.te-product-fields input,
.te-product-fields textarea {
  border: 1px solid var(--te-line);
  border-radius: var(--te-radius);
  margin-bottom: 16px;
  width: 100%;
}

.te-product-whatsapp {
  background: var(--te-white);
  border-color: var(--te-black);
  color: var(--te-black);
  margin-top: 10px;
  width: 100%;
}

.te-loop-whatsapp {
  background: var(--te-white) !important;
  border-color: var(--te-black) !important;
  color: var(--te-black) !important;
  margin-top: 8px !important;
  width: 100%;
}

.woocommerce ul.products li.product .price {
  color: var(--te-red);
  font-weight: 900;
}

.woocommerce ul.products {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.woocommerce ul.products:before,
.woocommerce ul.products:after {
  display: none;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  background: var(--te-white);
  border: 1px solid var(--te-line);
  border-radius: var(--te-radius);
  display: flex;
  flex-direction: column;
  float: none;
  margin: 0 !important;
  padding: 12px 12px 16px;
  width: auto !important;
}

.woocommerce ul.products li.product a img {
  background: var(--te-gray);
  border-radius: var(--te-radius);
  margin: 0 0 16px;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  color: var(--te-black);
  font-size: 18px;
  font-weight: 900;
  line-height: 1.18;
  min-height: 44px;
  padding: 0;
}

.woocommerce ul.products li.product .button {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  margin-top: 10px;
  text-align: center;
  width: 100%;
}

.woocommerce ul.products li.product .price {
  margin-bottom: auto;
}

.te-footer {
  background: var(--te-white);
  border-top: 1px solid var(--te-line);
  padding: 52px 0 34px;
}

.te-footer-inner {
  display: grid;
  gap: 30px;
  grid-template-columns: minmax(0, 1fr) auto;
}

.te-footer-logo {
  margin-bottom: 18px;
}

.te-footer p {
  color: #555;
  margin: 0;
  max-width: 560px;
}

.te-footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

.te-footer-nav a {
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
}

.te-footer-nav a:hover {
  color: var(--te-red);
}

.te-footer-copy {
  grid-column: 1 / -1;
  padding-top: 10px;
}

@media (max-width: 900px) {
  .te-header-top {
    gap: 18px;
    grid-template-columns: minmax(0, 1fr) auto;
    padding-bottom: 16px;
    padding-top: 18px;
  }

  .te-search {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .te-header-actions {
    gap: 14px;
  }

  .te-header-actions span {
    display: none;
  }

  .te-nav {
    display: block;
    overflow-x: auto;
    scrollbar-width: thin;
  }

  .te-nav::-webkit-scrollbar {
    display: block;
  }

  .te-nav ul {
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin-left: 0;
    margin-right: 0;
    min-width: max-content;
    padding-left: 20px;
    padding-right: 20px;
  }

  .te-nav:before,
  .te-nav:after {
    content: none;
  }

  .te-hero,
  .te-corporate {
    grid-template-columns: 1fr;
  }

  .te-hero {
    min-height: auto;
    padding-top: 42px;
  }

  .te-hero h1 {
    max-width: 760px;
  }

  .te-grid,
  .te-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .woocommerce ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .te-corporate .te-button {
    grid-column: 1;
    grid-row: auto;
    justify-self: start;
  }

  .te-footer-inner {
    grid-template-columns: 1fr;
  }

  .te-footer-nav {
    justify-content: flex-start;
  }
}

@media (max-width: 640px) {
  .te-site-header {
    position: relative;
  }

  .te-header-top {
    gap: 12px;
    grid-template-columns: minmax(0, 1fr) auto;
    padding-top: 18px;
  }

  .te-logo {
    max-width: 186px;
  }

  .te-header-actions {
    display: flex;
    gap: 10px;
  }

  .te-header-actions a {
    display: inline-flex;
    min-width: 28px;
  }

  .te-header-actions a:nth-child(2) {
    display: none;
  }

  .te-header-actions svg {
    height: 22px;
    width: 22px;
  }

  .te-search {
    height: 44px;
  }

  .te-search button {
    height: 44px;
  }

  .te-search input[type="search"] {
    font-size: 14px;
  }

  .te-nav {
    min-height: 82px;
  }

  .te-nav a {
    font-size: 11px;
    min-height: 66px;
    padding: 9px 13px;
  }

  .te-nav li + li:before {
    height: 28px;
    top: 21px;
  }

  .te-menu-icon {
    height: 22px !important;
    width: 22px !important;
  }

  .te-container {
    padding: 0 18px;
  }

  .te-section {
    padding: 54px 0;
  }

  .te-hero {
    padding-bottom: 58px;
    padding-top: 34px;
  }

  .te-hero > .te-mug-stage {
    display: none;
  }

  .te-mobile-hero-media {
    align-items: center;
    background: var(--te-gray);
    border-radius: var(--te-radius);
    display: flex;
    justify-content: center;
    margin: 22px 0;
    min-height: 260px;
    padding: 18px;
  }

  .te-mobile-hero-media .te-mug {
    height: 240px;
  }

  .te-hero h1 {
    font-size: clamp(34px, 10.5vw, 44px);
    line-height: 1.04;
    max-width: 100%;
  }

  .te-hero p {
    font-size: 17px;
    line-height: 1.45;
    max-width: 100%;
  }

  .te-kicker {
    font-size: 12px;
    letter-spacing: .06em;
  }

  .te-actions .te-button {
    min-height: 52px;
  }

  .te-mug-stage {
    min-height: 360px;
  }

  .te-grid,
  .te-steps {
    grid-template-columns: 1fr;
  }

  .te-card {
    grid-template-rows: 210px 1fr;
  }

  .woocommerce ul.products {
    grid-template-columns: 1fr;
  }

  .te-actions .te-button {
    width: 100%;
  }

  .te-whatsapp-float {
    bottom: 14px;
    height: 54px;
    left: auto;
    right: 14px;
    width: 54px;
  }
}
