/* =========================================================
   1. TOKENS DE TEMA (CUSTOMIZAÇÃO GLOBAL VIA BACKEND)
   ========================================================= */

:root {
  /* -------------------------------------------------------
     TIPOGRAFIA
  ------------------------------------------------------- */
  --default-text-font-size: 15px;
  --base-text-font-size: 15px;

  --heading-font-family: "Poppins", system-ui, -apple-system, sans-serif;
  --heading-font-weight: 600;
  --heading-font-style: normal;

  --text-font-family: "Maven Pro", system-ui, -apple-system, sans-serif;
  --text-font-weight: 400;
  --text-font-style: normal;
  --text-font-bolder-weight: 600;

  --text-link-decoration: underline;

  /* -------------------------------------------------------
     TEXTO / HEADINGS – PALETA GERAL
  ------------------------------------------------------- */
  --text-color: #1f2933;
  --text-color-rgb: 31, 41, 51;

  --textstrong: #111827;
  --textstrong-rgb: 17, 24, 39;

  --heading-color: #0b1220;
  --heading-color-rgb: 11, 18, 32;

  /* -------------------------------------------------------
     PALETA BASE / MARCA
  ------------------------------------------------------- */
  --extra: #020617;

  --accent-color: #1d4ed8;
  --accent-color-rgb: 29, 78, 216;

  --link-color: #2563eb;
  --link-color-hover: #1d4ed8;

  --background: #f3f6fb;
  --secondary-background: #ffffff;
  --secondary-background-rgb: 255, 255, 255;

  --accent-background: rgba(29, 78, 216, 0.06);

  /* -------------------------------------------------------
     HEADER / MENU
  ------------------------------------------------------- */
  --cormenu: #ffffff;
  --fundomenu: #020617;

  --header-background: #020617;
  --header-background-rgb: 2, 6, 23;

  --header-text-color: #e5e7eb;
  --header-text-color-rgb: 229, 231, 235;

  --header-light-text-color: #ffffff;

  --header-border-color: rgba(148, 163, 184, 0.25);
  --header-accent-color: #38bdf8;

  --header_icon_search_color: #9ca3af;
  --header_icons_color: #e5e7eb;
  --header_search_background: #020617;

  --borda-menu: 1px solid rgba(148, 163, 184, 0.25);

  /* -------------------------------------------------------
     FOOTER (DARK, ALINHADO AO HEADER)
  ------------------------------------------------------- */
  --footer-background-color: var(--header-background);
  --footer-background-rgb: var(--header-background-rgb);

  --footer-heading-text-color: #e5e7eb;
  --footer-heading-text-color-rgb: 229, 231, 235;

  --footer-body-text-color: #9ca3af;
  --footer-body-text-color-rgb: 156, 163, 175;

  --footer-accent-color: #2563eb;
  --footer-accent-color-rgb: 37, 99, 235;

  --footer-border-color-rgb: 148, 163, 184;
  --footer-border-color-weak: rgba(148, 163, 184, 0.25);
  --footer-border-color-strong: rgba(148, 163, 184, 0.45);
  --footer-border: 1px solid var(--footer-border-color-weak);

  --footer-input-background: var(--footer-background-color);
  --footer-input-border-color: var(--footer-border-color-strong);
  --footer-input-text-color: var(--footer-body-text-color);

  --footer-button-background: var(--footer-accent-color);
  --footer-button-border-color: var(--footer-accent-color);
  --footer-button-text-color: #ecfeff;

  --footer-social-icon-size: 24px;
  --footer-social-icon-color: #e5e7eb;

  --footer-security-logo-width: 83px;
  --footer-selo-svg-width: 100px;

  /* -------------------------------------------------------
     BORDAS / FORMULÁRIOS (GERAL)
  ------------------------------------------------------- */
  --border-color: #d0d7e5;
  --border-color-rgb: 208, 215, 229;

  --border-strong-color: #c4ccdd;
  --border-strong-color-rgb: 196, 204, 221;

  --form-border-color: #c4ccdd;
  --input-background: #ffffff;
  --input-text-color: var(--text-color);

  /* -------------------------------------------------------
     ESTADOS (SUCESSO / ERRO)
  ------------------------------------------------------- */
  --error-color: #ef4444;
  --error-background: rgba(239, 68, 68, 0.09);

  --success-color: #15803d;
  --success-background: rgba(34, 197, 94, 0.08);

  /* -------------------------------------------------------
     BOTÕES
  ------------------------------------------------------- */
  --primary-button-background: #1d4ed8;
  --primary-button-background-rgb: 29, 78, 216;
  --primary-button-text-color: #ecfeff;

  --secondary-button-background: #111827;
  --secondary-button-background-rgb: 17, 24, 39;
  --secondary-button-text-color: #e5e7eb;

  /* -------------------------------------------------------
     PRODUTOS / LABELS / CARDS
  ------------------------------------------------------- */
  --product-on-sale-accent: #1d4ed8;
  --product-on-sale-accent-rgb: 29, 78, 216;
  --product-on-sale-color: #ffffff;

  --product-in-stock-color: #14532d;
  --product-low-stock-color: #a16207;
  --product-sold-out-color: #9ca3af;

  --product-custom-label-1-background: #1d4ed8;
  --product-custom-label-1-color: #ffffff;

  --product-custom-label-2-background: #2563eb;
  --product-custom-label-2-color: #ecfeff;

  --product-review-star-color: #fbbf24;

  --badge_discount_background: #111827;
  --badge_discount_color: #e5e7eb;

  --default_kit_color: #2563eb;

  --product-image-background: #e3ecf9;

  --product-card-background: #f4f6fb;
  --product-card-border-radius: 18px;
  --product-card-shadow-rgb: 15, 23, 42;
  --product-card-shadow-alpha: 0.55;
  --product-card-hover-shadow: 0 4px 10px rgba(15, 23, 42, 0.2);

  /* -------------------------------------------------------
     CORES ESPECÍFICAS DE SEÇÕES / OFERTAS
  ------------------------------------------------------- */
  --lancamento: #1d4ed8;
  --descontopix: #15803d;

  --botaowhatsapp: #128c7e;
  --botaoaddcart: #1d4ed8;
  --botaoaddcartrgba: 29, 78, 216;

  --background-timerbox: #020617;
  --background-timerbox2: #111827;

  --more_payments_color: #1f2933;

  --badge_economy_background: #020617;
  --economy_color: #e5e7eb;
  --economy_value_color: #38bdf8;

  --countdown_background: #020617;
  --countdown_timer_color: #e5e7eb;
  --countdown_desc_color: #9ca3af;

  --special_offer_background: #020617;
  --special_offer_color: #e5e7eb;
  --special_offer_star_color: #fbbf24;

  --parcelamento: #1d4ed8;
  --lancamentotexto: #e5e7eb;

  /* -------------------------------------------------------
     FAIXA / GRADIENTES
  ------------------------------------------------------- */
  --faixa: "tech";
  --porcento: #2563eb;

  --line1: #1d4ed8;
  --line2: #2563eb;
  --line3: #38bdf8;
  --line4: #2563eb;
  --line5: #1d4ed8;

  /* -------------------------------------------------------
     LAYOUT / ESPAÇAMENTO
  ------------------------------------------------------- */
  --mobile-container-gutter: 20px;
  --desktop-container-gutter: 48px;

  /* -------------------------------------------------------
     OUTROS
  ------------------------------------------------------- */
  --flickity-arrow-color: #9ca3af;

  --tesmony-logo: url("//lojasalkin.com/cdn/shop/t/3/assets/Logo%20RD%20tesmoney_399x104.png?v=66607190280083436451703803703");

  --popup_button_color: #111827;

  /* -------------------------------------------------------
     BARRA DE PROGRESSO
  ------------------------------------------------------- */
  --colorp-progress: #e5edf7;
  --colors-progress: #2563eb;
  --alt-progress: 14px;
  --font-progress: 13px;
  --margin-prog-s: 30px;
  --margin-prog-i: 0;

  /* -------------------------------------------------------
     FAQ / ACORDEÃO (.zf-block-list)
  ------------------------------------------------------- */
  --faq-background: #e7ecf2;
  --faq-border-color: rgba(15, 23, 42, 0.12);
  --faq-border-strong-color: rgba(15, 23, 42, 0.22);

  --faq-radius: 12px;
  --faq-gap: 18px;
  --faq-speed: 220ms;

  --faq-title-color: var(--textstrong);
  --faq-text-color: var(--text-color);
  --faq-link-underline-color: var(--link-color);

  --bt_title_color: #111827;
  --bt_plus_color: #111827;

  --focus-ring-color: rgba(37, 99, 235, 0.25);

  /* -------------------------------------------------------
     PREFERÊNCIA DE ANIMAÇÃO
  ------------------------------------------------------- */
  --motion-speed-default: 220ms;
}

/* =========================================================
   2. HEADER, NAV E BARRA DE BUSCA
   ========================================================= */

.header {
  background: var(--header-background) !important;
  color: var(--header-text-color);
  border-bottom: var(--borda-menu);
}

.nav-bar {
  background: var(--header-background) !important;
}

.search-bar__top {
  background: var(--header_search_background) !important;
}

.header__search-bar-wrapper {
  flex: 0.8 0 auto !important;
  margin-right: 18px;
}

@media screen and (max-width: 640px) {
  .header__search-bar-wrapper {
    background: var(--header-background) !important;
  }
}

.search-bar__submit,
.search-bar__input {
  background: transparent !important;
  color: var(--header-text-color) !important;
}

.header__cart-count {
  background: var(--primary-button-background) !important;
}

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

/* =========================================================
   3. LINHA COLORIDA E INFO BAR
   ========================================================= */

.color-line {
  background: linear-gradient(90deg, var(--line1), var(--line2), var(--line3), var(--line4), var(--line5));
  height: 4px;
  width: 100%;
  background-size: 180% 100%;
  -webkit-animation: 8s linear 0s infinite rgbAnimation;
  animation: 8s linear 0s infinite rgbAnimation;
}

.info-bar {
  background: var(--primary-button-background);
}

.info-bar .info-bar-item .title,
.info-bar .info-bar-item .rte {
  color: var(--primary-button-text-color);
}

.info-bar svg path {
  fill: var(--primary-button-text-color) !important;
}

/* Linha decorativa nos títulos */
.section__header .section__title::after {
  background-color: var(--primary-button-background);
}

/* =========================================================
   4. PRODUTOS – LABEL / CARD GENÉRICO
   ========================================================= */

.product-label--on-sale {
  background: var(--badge_discount_background) !important;
  color: var(--badge_discount_color);
}

.product-item {
  background: var(--product-card-background) !important;
  border: 0 !important;
  border-radius: var(--product-card-border-radius) !important;
  box-shadow: 0 10px 15px -20px rgba(var(--product-card-shadow-rgb), var(--product-card-shadow-alpha)) !important;
  flex-shrink: 0 !important;
  min-width: 0 !important;
  padding: 22px !important;
  position: relative !important;
  transform: scale(.98) !important;
  white-space: normal !important;
}

/* =========================================================
   5. SEÇÃO: COLLECTION WITH IMAGE (Shopify)
   ========================================================= */

#shopify-section-collection_with_image_9JeUfT .featured-collection__header {
  color: var(--heading-color);
  font-family: var(--heading-font-family);
}

#shopify-section-collection_with_image_9JeUfT .button {
  color: var(--primary-button-text-color);
  background-color: var(--primary-button-background);
}

#shopify-section-collection_with_image_9JeUfT .product-item__title {
  font-size: 14px;
  color: var(--text-color);
}

#shopify-section-collection_with_image_9JeUfT .price {
  font-size: 13px;
  margin-top: 4px;
}

#shopify-section-collection_with_image_9JeUfT .product-item:hover {
  box-shadow: var(--product-card-hover-shadow);
  transform: translateY(-3px);
  transition: all 0.25s ease;
}

#shopify-section-collection_with_image_9JeUfT .featured-collection {
  background-color: var(--secondary-background);
}

#shopify-section-collection_with_image_9JeUfT .product-item__image-wrapper {
  background-color: var(--product-image-background) !important;
}

@media (min-width: 992px) {
  #shopify-section-collection_with_image_9JeUfT .featured-collection {
    height: 385px;
    overflow: hidden;
  }

  #shopify-section-collection_with_image_9JeUfT .product-item {
    margin-bottom: 10px;
  }

  #shopify-section-collection_with_image_9JeUfT .product-item__image-wrapper {
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

/* =========================================================
   6. UTILITÁRIOS DE IMAGEM / ASPECT-RATIO
   ========================================================= */

.aspect-ratio {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-bottom: 100%;
}

.product-item .aspect-ratio {
  height: 200px;
  padding-bottom: 0;
}

.search-bar__image-container .aspect-ratio {
  width: 60px;
  height: 60px;
  padding-bottom: 0;
  border-radius: 6px;
  overflow: hidden;
}

.aspect-ratio img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease;
}

.aspect-ratio--square {
  padding: 0 !important;
}

/* Imagem secundária no hover */
.product-item__image-wrapper--with-secondary img.product-item__secondary-image {
  opacity: 0;
}

.product-item__image-wrapper--with-secondary:hover img.product-item__secondary-image {
  opacity: 1;
}

.product-item__image-wrapper--with-secondary:hover img.product-item__primary-image {
  opacity: 0;
}

/* =========================================================
   7. FOOTER PREMIUM – LAYOUT GERAL
   ========================================================= */

.footer--premium {
  background: radial-gradient(
    circle at top left,
    #111827 0,
    var(--footer-background-color) 40%,
    #050814 100%
  );
  border-top: var(--footer-border);
  color: var(--footer-heading-text-color);
}

.footer__wrapper--premium {
  padding: 3rem 0 2.5rem;
}

/* TOPO (brand + newsletter) */

.footer-premium__top {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem;
  justify-content: space-between;
  border-bottom: 1px solid var(--footer-border-color-weak);
  padding-bottom: 2.5rem;
}

.footer-premium__brand {
  max-width: 420px;
}

.footer-premium__pill {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  border-radius: 999px;
  border: 1px solid rgba(250, 204, 21, 0.6);
  background: rgba(17, 24, 39, 0.9);
  padding: 0.25rem 0.8rem;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #facc15;
  margin-bottom: 0.9rem;
}

.footer-premium__pill-dot {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #facc15;
  box-shadow: 0 0 0 6px rgba(250, 204, 21, 0.26);
}

.footer-premium__title {
  font-size: clamp(1.7rem, 2.3vw, 2.2rem);
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 0.55rem;
  color: var(--footer-heading-text-color);
}

.footer-premium__subtitle {
  font-size: 0.95rem;
  color: var(--footer-body-text-color);
  max-width: 380px;
}

.footer-premium__newsletter {
  max-width: 620px;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.footer-premium__newsletter-title {
  font-size: 1rem;
  font-weight: 500;
  color: var(--footer-heading-text-color);
}

.footer-premium__newsletter-text {
  font-size: 0.9rem;
  color: var(--footer-body-text-color);
}

.footer-premium__newsletter-form {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.footer-premium__input {
  flex: 1 1 50px;
  min-width: 0;
  padding: 0.7rem 0.9rem;
  border-radius: 999px;
  border: 1px solid var(--footer-input-border-color);
  background: var(--footer-input-background);
  color: var(--footer-input-text-color);
  font-size: 0.9rem;
  outline: none;
}

.footer-premium__input::placeholder {
  color: #6b7280;
}

.footer-premium__btn {
  border-radius: 999px;
  padding: 0.7rem 1.4rem;
  font-size: 0.9rem;
  border: 1px solid var(--footer-button-border-color);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  white-space: nowrap;
  background: linear-gradient(120deg, #facc15, #f97316);
  color: #111827;
  font-weight: 600;
  box-shadow: 0 14px 38px rgba(250, 204, 21, 0.45);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.footer-premium__btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.95);
}

.footer-premium__btn-icon {
  font-size: 1.1rem;
}

.footer-premium__newsletter-note {
  font-size: 0.78rem;
  color: #6b7280;
}

.footer-premium__sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* MEIO – colunas */

.footer-premium__middle {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 2rem;
  padding: 2.6rem 0 2rem;
}

.footer-premium__col-header {
  padding: 0;
  margin: 0 0 0.75rem;
  background: none;
  border: none;
  outline: none;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: default;
  color: inherit;
}

.footer-premium__col-title {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #9ca3af;
}

.footer-premium__col-icon {
  display: none;
  position: relative;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.footer-premium__col-icon::before,
.footer-premium__col-icon::after {
  content: "";
  position: absolute;
  background: #9ca3af;
  border-radius: 999px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.footer-premium__col-icon::before {
  width: 12px;
  height: 2px;
}

.footer-premium__col-icon::after {
  width: 2px;
  height: 12px;
}

.footer-premium__col.is-open .footer-premium__col-icon::after {
  height: 0;
}

.footer-premium__text {
  font-size: 0.9rem;
  color: #d1d5db;
}

.footer-premium__links {
  list-style: none;
  display: grid;
  gap: 0.45rem;
  font-size: 0.9rem;
  padding: 0;
  margin: 0;
}

.footer-premium__link {
  color: #e5e7eb;
  text-decoration: none;
  opacity: 0.9;
  transition: opacity 0.15s ease, transform 0.15s ease;
}

.footer-premium__link:hover {
  opacity: 1;
  transform: translateX(2px);
}

.footer-premium__badges {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.footer-premium__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.4rem 0.8rem;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.6);
  background: rgba(15, 23, 42, 0.9);
  font-size: 0.83rem;
  color: #e5e7eb;
  text-decoration: none;
}

.footer-premium__badge-svg {
  width: 18px;
  height: 18px;
}

/* PARTE DE BAIXO – pagamentos / envio / social / copyright */

.footer-premium__bottom {
  border-top: 1px solid var(--footer-border-color-weak);
  padding-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: center;
  text-align: center;
}

.footer-premium__bottom-row {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
}

.footer-premium__bottom-col {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-premium__bottom-title {
  font-size: 0.9rem;
  font-weight: 500;
  margin-bottom: 0.65rem;
  color: var(--footer-heading-text-color);
}

/* Pagamentos */

.payment-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  align-items: center;
  justify-content: center;
}

.payment-list__item {
  width: 38px;
  height: 24px;
}

.payment-list--center {
  justify-content: center;
}

/* Formas de envio */

.footer-premium__shipping {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  align-items: center;
  justify-content: center;
}

.footer-premium__shipping svg {
  width: var(--footer-selo-svg-width);
  height: auto;
}

/* Social + copyright */

.footer-premium__bottom-row--social {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  width: 100%;
}

.footer-premium__social .social-media__item-list {
  display: flex;
  justify-content: center;
  gap: 0.75rem;
  margin: 0;
  padding: 0;
}

.footer-premium__social .social-media__item svg {
  width: var(--footer-social-icon-size);
  height: var(--footer-social-icon-size);
  fill: var(--footer-social-icon-color);
}

.footer-premium__copyright {
  text-align: center;
  font-size: 0.82rem;
  color: var(--footer-body-text-color);
}

/* Redes sociais – coluna do meio */

.footer-premium__social-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 0.25rem;
}

.footer-premium__social-link {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.55);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--footer-social-icon-color);
  background: rgba(15, 23, 42, 0.9);
  text-decoration: none;
  transition:
    border-color 0.18s ease,
    background 0.18s ease,
    transform 0.18s ease,
    box-shadow 0.18s ease,
    color 0.18s ease;
}

.footer-premium__social-link:hover {
  border-color: var(--footer-accent-color);
  background: radial-gradient(circle at 0 0, rgba(37, 99, 235, 0.3), rgba(15, 23, 42, 0.95));
  color: #f9fafb;
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.65);
}

.footer-premium__social-svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

/* =========================================================
   8. TECHBUY FEATURED – SEÇÃO DESTACADA
   ========================================================= */

.techbuy-featured {
  --tb-radius-section: 22px;
  --tb-radius-card: 18px;
  --tb-bg-section: var(--section-background, #ffffff);
  --tb-bg-card: var(--card-surface, #f9fafb);
  --tb-bg-card-hover: #ffffff;
  --tb-border-radius: var(--tb-radius-section);
  --tb-text-color: var(--text-color, #4b5563);
  --tb-heading-color: var(--heading-color, #111827);
  --tb-accent: var(--accent-color, #4f46e5);
  --tb-accent-soft: rgba(79, 70, 229, 0.12);

  margin: 32px auto 40px;
  padding: 32px 20px;
  border-radius: var(--tb-border-radius);
  background: linear-gradient(
    135deg,
    var(--tb-bg-section) 0%,
    color-mix(in srgb, var(--tb-bg-section) 92%, #dbeafe 8%) 100%
  );
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.12);
  border: 1px solid rgba(148, 163, 184, 0.2);
  max-width: 1200px;
  width: 100%;
  position: relative;
  overflow: hidden;
  color: var(--tb-text-color);
}

.techbuy-featured::before,
.techbuy-featured::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.techbuy-featured::before {
  top: -120px;
  right: -120px;
  width: 320px;
  height: 320px;
  background: radial-gradient(circle, var(--tb-accent) 0%, transparent 70%);
  opacity: 0.1;
}

.techbuy-featured::after {
  left: -120px;
  bottom: -150px;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(14, 165, 233, 0.4) 0%, transparent 70%);
  opacity: 0.16;
}

.techbuy-featured__meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
  padding: 10px 14px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(148, 163, 184, 0.2);
}

.techbuy-featured__meta-text {
  margin: 0;
  font-size: 0.8rem;
  color: #475569;
}

.techbuy-featured__autoplay-toggle {
  border: 0;
  border-radius: 999px;
  padding: 8px 12px;
  font-size: 0.78rem;
  font-weight: 700;
  color: #1e293b;
  background: rgba(15, 23, 42, 0.08);
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}

.techbuy-featured__autoplay-toggle[aria-pressed="true"] {
  background: rgba(239, 68, 68, 0.15);
  color: #b91c1c;
}

.techbuy-featured__empty {
  margin: 12px 0;
  color: #6b7280;
  font-size: 0.9rem;
}

/* HEADER da seção */

.techbuy-featured__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 24px;
  flex-wrap: wrap;
}

.techbuy-featured__header-main {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.techbuy-featured__tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  border-radius: 999px;
  background: var(--tb-accent-soft);
  color: var(--tb-accent);
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.techbuy-featured__title {
  margin: 0;
  font-size: 1.5rem;
  color: var(--tb-heading-color);
  letter-spacing: -0.01em;
}

.techbuy-featured__subtitle {
  margin: 4px 0 0;
  font-size: 0.9rem;
  color: #6b7280;
  max-width: 440px;
}

.techbuy-featured__cta {
  align-self: center;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 9px 20px;
  border-radius: 999px;
  border: 0;
  background: radial-gradient(circle at 0 0, #6366f1, #4f46e5);
  color: #f9fafb;
  font-size: 0.88rem;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.35);
  position: relative;
  overflow: hidden;
  transition:
    background 0.2s ease,
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.techbuy-featured__cta::after {
  content: "→";
  font-size: 0.85rem;
  translate: 0 0;
  transition: translate 0.2s ease;
}

.techbuy-featured__cta:hover {
  background: var(--tb-accent);
  transform: translateY(-1px);
  box-shadow: 0 10px 25px rgba(15, 23, 42, 0.25);
}

.techbuy-featured__cta:focus-visible {
  outline: 2px solid var(--tb-accent);
  outline-offset: 3px;
}

.techbuy-featured__cta:hover::after {
  translate: 2px 0;
}

/* CARROSSEL */

.techbuy-featured__carousel {
  position: relative;
  overflow: hidden;
  padding-bottom: 16px;
}

.techbuy-featured__grid {
  display: flex;
}

.techbuy-featured__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.6);
  background: rgba(15, 23, 42, 0.85);
  color: #e5e7eb;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.35);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 2;
}

.techbuy-featured__arrow--left {
  left: 6px;
}

.techbuy-featured__arrow--right {
  right: 6px;
}

@media (hover: hover) {
  .techbuy-featured:hover .techbuy-featured__arrow {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .techbuy-featured__arrow:hover {
    transform: translateY(-50%) scale(1.03);
  }

  .techbuy-featured__arrow:active {
    transform: translateY(-50%) scale(0.98);
  }
}

/* CARD DO PRODUTO (SLIDE) */

.techbuy-product-card {
  position: relative;
  background: linear-gradient(180deg, #ffffff 0%, var(--tb-bg-card) 100%);
  border-radius: var(--tb-radius-card);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(148, 163, 184, 0.25);
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    background 0.22s ease,
    border-color 0.22s ease;
  width: 277px;
}

.techbuy-product-card__wrapper {
  position: relative;
}

.techbuy-product-card__badge {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 700;
  background: #ef4444;
  color: #fff;
  z-index: 2;
}

.techbuy-product-card__image-wrapper {
  text-decoration: none;
  color: inherit;
  display: block;
}

.techbuy-product-card__aspect {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  overflow: hidden;
  background: #f3f4f6;
}

.techbuy-product-card__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.techbuy-product-card__image--primary {
  opacity: 1;
}

.techbuy-product-card__image--secondary {
  opacity: 0;
}

@media (hover: hover) {
  .techbuy-product-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.18);
    background: var(--tb-bg-card-hover);
    border-color: rgba(79, 70, 229, 0.35);
  }

  .techbuy-product-card:hover .techbuy-product-card__image--primary {
    opacity: 0;
  }

  .techbuy-product-card:hover .techbuy-product-card__image--secondary {
    opacity: 1;
    transform: scale(1.03);
  }
}

.techbuy-product-card__body {
  padding: 14px 14px 16px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.techbuy-product-card__title {
  font-family: var(--text-font-family, system-ui);
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--tb-heading-color);
  text-decoration: none;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.techbuy-product-card__rating {
  display: flex;
  align-items: center;
  gap: 4px;
  min-height: 18px;
}

.techbuy-product-card__stars {
  display: inline-flex;
  align-items: center;
  gap: 1px;
}

.techbuy-product-card__rating-text {
  font-size: 0.72rem;
  color: #6b7280;
}

.techbuy-product-card__prices {
  margin-top: 4px;
}

.techbuy-product-card__price-row {
  display: flex;
  align-items: baseline;
  gap: 6px;
  flex-wrap: wrap;
}

.techbuy-product-card__price-current {
  font-size: 1.08rem;
  font-weight: 800;
  color: var(--tb-heading-color);
  letter-spacing: -0.01em;
}

.techbuy-product-card__price-old {
  font-size: 0.8rem;
  color: #9ca3af;
  text-decoration: line-through;
}

.techbuy-product-card__installments {
  font-size: 0.78rem;
  color: #4b5563;
  margin: 4px 0 0;
}

.techbuy-product-card__pix {
  font-size: 0.82rem;
  font-weight: 700;
  color: #16a34a;
  margin: 2px 0 0;
}

/* PROGRESS BAR DO CARROSSEL */

.techbuy-featured__progress {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 0;
  height: 4px;
  border-radius: 999px;
  background: rgba(148, 163, 184, 0.25);
  overflow: hidden;
  z-index: 2;
}

.techbuy-featured__progress-bar {
  display: block;
  height: 100%;
  width: 18%;
  border-radius: inherit;
  background: linear-gradient(90deg, #6366f1 0%, #0ea5e9 100%);
  transition: width 0.2s ease;
}

/* Swiper – easing mais suave */

.techbuy-featured__carousel .swiper-wrapper {
  transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1) !important;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 20px;
}

/* =========================================================
   9. SECTION HEADER (TÍTULO + "VER TODOS")
   ========================================================= */

.section__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 16px;
  margin-bottom: 18px;
}

.section__header-stack {
  min-width: 0;
}

.section__title {
  position: relative;
  margin: 0;
  padding-bottom: 6px;
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--heading-color, #111827);
  letter-spacing: -0.01em;
}

.section__title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 44px;
  height: 3px;
  border-radius: 999px;
  background: var(--accent-color, #4f46e5);
}

/* LINK "Ver todos" */

.section__action-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
  color: var(--accent-color, #4f46e5);
  cursor: pointer;
  transition: color 0.25s ease;
}

.section__action-link .icon {
  width: 16px;
  height: 16px;
  transition: transform 0.25s ease;
}

.section__action-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0%;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition: width 0.25s ease;
}

.section__action-link:hover {
  color: var(--accent-color-hover, #312e81);
}

.section__action-link:hover .icon {
  transform: translateX(4px);
}

.section__action-link:hover::after {
  width: 100%;
}

/* =========================================================
   10. RESPONSIVO GERAL
   ========================================================= */

@media (max-width: 960px) {
  .footer-premium__middle {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .footer-premium__top {
    flex-direction: column;
  }

  .footer-premium__middle {
    grid-template-columns: minmax(0, 1fr);
    gap: 1rem;
  }

  .footer-premium__col-header {
    padding: 0.4rem 0;
    cursor: pointer;
  }

  .footer-premium__col-icon {
    display: inline-block;
  }

  .footer-premium__col-body {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.25s ease;
  }

  .footer-premium__col.is-open .footer-premium__col-body {
    max-height: 600px;
  }

  .footer-premium__newsletter-form {
    flex-direction: row;
    align-items: stretch;
  }

  .footer-premium__input {
    flex: 1 1 auto;
  }

  .footer-premium__btn {
    flex: 0 0 38%;
    justify-content: center;
    padding-inline: 0.8rem;
  }

  .footer-premium__bottom-row {
    flex-direction: column;
    align-items: center;
  }

  .footer-premium__social .social-media__item-list {
    justify-content: center;
  }

  .footer-premium__copyright {
    text-align: center;
  }

  .techbuy-featured {
    padding: 24px 16px 26px;
    margin: 20px 0;
    border-radius: 18px;
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.18);
  }

  .techbuy-featured__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 18px;
  }

  .techbuy-featured__subtitle {
    font-size: 0.88rem;
    max-width: none;
  }

  .techbuy-featured__meta {
    width: 100%;
    flex-wrap: wrap;
    padding: 8px 10px;
  }

  .techbuy-featured__cta {
    align-self: flex-start;
    width: auto;
    padding: 9px 16px;
    font-size: 0.84rem;
    margin-top: 4px;
  }

  .techbuy-product-card {
    width: 76vw;
    max-width: 360px;
  }

  .techbuy-featured__arrow {
    display: none;
  }

  .section__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
}

@media (max-width: 420px) {
  .techbuy-product-card {
    width: 52vw;
  }

  .techbuy-product-card__body {
    padding: 12px 12px 14px;
  }

  .techbuy-product-card__title {
    font-size: 0.88rem;
  }
}