/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

/* TeknoCell store visual layer */
:root {
  --retech-ink: #0b1220;
  --retech-muted: #5b6475;
  --retech-line: #d8e0ea;
  --retech-panel: #f7f9fc;
  --retech-blue: #1f6fff;
  --teknocell-menu-blue: #007aff;
  --teknocell-menu-blue-rgb: 0, 122, 255;
  --teknocell-menu-blue-hover: #005fe0;
  --teknocell-menu-blue-soft: rgba(0, 122, 255, 0.1);
  --teknocell-menu-blue-glow: rgba(0, 122, 255, 0.35);
  --retech-cyan: #2ee7d2;
  --retech-lime: #b6ff5c;
  --retech-warm: #ffb86b;
  --retech-radius: 22px;
  --retech-shadow: 0 22px 60px rgba(11, 18, 32, 0.12);
}

html:root {
  --wd-primary-color: rgb(var(--teknocell-menu-blue-rgb)) !important;
  --btn-accented-bgcolor: var(--teknocell-menu-blue) !important;
  --btn-accented-bgcolor-hover: var(--teknocell-menu-blue-hover) !important;
  --wd-link-color: var(--teknocell-menu-blue) !important;
  --wd-link-color-hover: var(--teknocell-menu-blue-hover) !important;
}

body {
  background:
    radial-gradient(circle at 12% 8%, rgba(46, 231, 210, 0.22), transparent 30vw),
    radial-gradient(circle at 88% 0%, rgba(31, 111, 255, 0.14), transparent 26vw),
    linear-gradient(180deg, #f9fbff 0%, #eef3f8 100%);
}

.whb-header-bottom {
  background-color: var(--teknocell-menu-blue) !important;
  border-bottom-color: rgba(255, 255, 255, 0.18) !important;
}

.whb-header-bottom .container {
  max-width: 100%;
  padding-inline: clamp(20px, 2.2vw, 42px);
}

.whb-header-bottom .whb-flex-row,
.whb-header-bottom .whb-column,
.whb-header-bottom .wd-header-nav,
.whb-header-bottom .wd-nav {
  align-items: center;
  min-height: 56px;
}

.whb-header-bottom .whb-flex-row {
  flex-wrap: nowrap;
}

.whb-header-bottom .whb-col-left {
  flex: 1 1 auto;
  min-width: 0;
}

.whb-header-bottom .whb-col-center {
  display: none;
}

.whb-header-bottom .whb-col-right {
  flex: 0 0 auto;
}

.whb-header-bottom .wd-header-nav,
.whb-header-bottom .wd-nav {
  display: flex;
}

.whb-header-bottom .wd-nav {
  flex-wrap: nowrap;
  gap: clamp(10px, 1.2vw, 24px);
}

.whb-header-bottom .wd-nav > li {
  flex: 0 0 auto;
}

.whb-header-bottom .wd-nav > li > a,
.whb-header-bottom .wd-tools-element > a,
.whb-header-bottom .wd-tools-element .wd-tools-text,
.whb-header-bottom .wd-tools-element .wd-tools-count {
  color: #fff !important;
}

.whb-header-bottom .wd-nav > li > a,
.whb-header-bottom .wd-tools-element > a {
  display: inline-flex;
  align-items: center;
  min-height: 56px;
  padding-block: 0;
  line-height: 1.1;
  white-space: nowrap;
}

.whb-header-bottom .wd-nav > li > a {
  padding-inline: 0;
  font-size: clamp(14px, .9vw, 17px);
}

html[lang="en-US"] .whb-header-bottom .wd-nav,
html[lang="de-DE"] .whb-header-bottom .wd-nav,
html[lang="fr-FR"] .whb-header-bottom .wd-nav,
html[lang="es-ES"] .whb-header-bottom .wd-nav,
html[lang="nl-NL"] .whb-header-bottom .wd-nav {
  gap: clamp(8px, .95vw, 18px);
}

html[lang="en-US"] .whb-header-bottom .wd-nav > li > a,
html[lang="de-DE"] .whb-header-bottom .wd-nav > li > a,
html[lang="fr-FR"] .whb-header-bottom .wd-nav > li > a,
html[lang="es-ES"] .whb-header-bottom .wd-nav > li > a,
html[lang="nl-NL"] .whb-header-bottom .wd-nav > li > a {
  font-size: clamp(13px, .82vw, 16px);
}

.whb-header-bottom .wd-nav > li:is(.current-menu-item, .current-menu-ancestor) > a,
.whb-header-bottom .wd-nav > li > a:hover,
.whb-header-bottom .wd-tools-element > a:hover {
  color: rgba(255, 255, 255, 0.82) !important;
}

.product-labels .product-label.onsale,
.woocommerce span.onsale.product-label {
  display: none !important;
}

.wd-product .price del,
.single-product .price del {
  color: #8792a6;
  opacity: 0.95;
  text-decoration: line-through;
  text-decoration-thickness: 1.5px;
}

.wd-product .price del .amount,
.single-product .price del .amount {
  color: inherit;
}

.wd-product .price ins,
.single-product .price ins {
  color: var(--teknocell-menu-blue);
  font-weight: 800;
  text-decoration: none;
}

.wd-product .price ins .amount,
.single-product .price ins .amount {
  color: inherit;
}

.wd-search-form .searchsubmit,
.wd-tools-element .wd-tools-count,
.wd-header-cart .wd-cart-number,
.wd-toolbar .wd-tools-count,
.product-labels .product-label.featured,
.product-grid-item .wd-add-btn > a,
.product-grid-item .wd-add-btn .button,
.single_add_to_cart_button,
.woocommerce-mini-cart__buttons .button.checkout,
.cart-actions .button,
.checkout-button {
  background-color: var(--teknocell-menu-blue) !important;
}

.wd-search-form .searchsubmit:hover,
.product-grid-item .wd-add-btn > a:hover,
.product-grid-item .wd-add-btn .button:hover,
.single_add_to_cart_button:hover,
.woocommerce-mini-cart__buttons .button.checkout:hover,
.checkout-button:hover {
  background-color: var(--teknocell-menu-blue-hover) !important;
}

.price,
.price .amount,
.amount,
.wd-header-cart .wd-tools-text,
.wd-header-cart .wd-tools-inner .amount,
.woocommerce-mini-cart__total .amount,
.cart_totals .order-total .amount,
.woocommerce-Price-amount {
  color: var(--teknocell-menu-blue) !important;
}

html .btn.wd-buy-now-btn {
  color: var(--teknocell-menu-blue) !important;
  background: var(--teknocell-menu-blue-soft) !important;
}

html .btn.wd-buy-now-btn:hover {
  color: var(--teknocell-menu-blue-hover) !important;
  background: rgba(0, 122, 255, 0.16) !important;
}

.home .wd-page-title {
  display: none;
}

.site-logo .wd-logo {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  text-decoration: none;
}

.site-logo .wd-logo img[src*="wood-logo"] {
  display: none;
}

.site-logo .wd-logo::before {
  content: none;
}

.site-logo .wd-logo::after {
  content: none;
}

.site-logo .wd-logo img {
  display: block !important;
  width: auto;
  max-height: 58px;
  object-fit: contain;
}

.retech-hero {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(11, 18, 32, 0.08);
  border-radius: 34px;
  padding: clamp(34px, 6vw, 84px);
  color: #fff;
  background:
    linear-gradient(135deg, rgba(11, 18, 32, 0.96), rgba(20, 42, 72, 0.92)),
    repeating-linear-gradient(90deg, rgba(255,255,255,.08) 0 1px, transparent 1px 64px);
  box-shadow: var(--retech-shadow);
}

.retech-hero::after {
  content: "";
  position: absolute;
  inset: auto -80px -120px auto;
  width: 420px;
  height: 420px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(46, 231, 210, 0.42), transparent 62%);
}

.retech-eyebrow {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  padding: 8px 13px;
  color: var(--retech-cyan);
  background: rgba(255, 255, 255, 0.07);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.retech-hero h1 {
  max-width: 840px;
  margin: 22px 0 16px;
  color: #fff;
  font-size: clamp(2.6rem, 6vw, 5.8rem);
  line-height: 0.92;
  letter-spacing: -0.07em;
}

.retech-hero p {
  max-width: 650px;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1.05rem, 1.7vw, 1.28rem);
}

.retech-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.retech-button,
.retech-button-secondary,
.wp-block-button__link {
  border-radius: 999px !important;
  font-weight: 800;
}

.retech-button {
  display: inline-flex;
  padding: 14px 22px;
  color: #08111f;
  background: linear-gradient(135deg, var(--retech-cyan), var(--retech-lime));
  text-decoration: none;
}

.retech-button-secondary {
  display: inline-flex;
  border: 1px solid rgba(255, 255, 255, 0.22);
  padding: 13px 21px;
  color: #fff;
  background: rgba(255,255,255,0.08);
  text-decoration: none;
}

.retech-trust-grid,
.retech-grid {
  display: grid;
  gap: 18px;
  margin: 28px 0;
}

.retech-trust-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.retech-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.retech-trust-card,
.retech-info-card,
.products .product-grid-item {
  border: 1px solid rgba(11, 18, 32, 0.08);
  border-radius: var(--retech-radius);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 14px 40px rgba(11, 18, 32, 0.07);
  backdrop-filter: blur(14px);
}

.retech-trust-card,
.retech-info-card {
  padding: 24px;
}

.retech-trust-card strong {
  display: block;
  color: var(--retech-ink);
  font-size: 1.02rem;
}

.retech-trust-card span,
.retech-info-card p {
  display: block;
  margin-top: 6px;
  color: var(--retech-muted);
}

.retech-product-faq {
  display: grid;
  gap: 14px;
  margin: 34px 0;
}

.retech-product-faq h2 {
  margin: 0;
  color: var(--retech-ink);
}

.retech-product-faq .rt-m2-section-head {
  margin-bottom: 2px;
}

.retech-faq-item {
  border: 1px solid rgba(11, 18, 32, 0.06);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(11, 18, 32, 0.06);
  overflow: hidden;
}

.retech-faq-item summary {
  position: relative;
  display: flex;
  min-height: 78px;
  align-items: center;
  gap: 18px;
  cursor: pointer;
  padding: 20px 24px 20px 64px;
  color: var(--retech-ink);
  font-size: clamp(1.02rem, 1.35vw, 1.32rem);
  font-weight: 900;
  line-height: 1.25;
  list-style: none;
}

.retech-faq-item summary::-webkit-details-marker {
  display: none;
}

.retech-faq-item summary::before,
.retech-faq-item summary::after {
  content: "";
  position: absolute;
  left: 25px;
  top: 50%;
  width: 16px;
  height: 2px;
  border-radius: 999px;
  background: #aeb6c2;
  transform: translateY(-50%);
  transition: transform .18s ease, background-color .18s ease;
}

.retech-faq-item summary::after {
  transform: translateY(-50%) rotate(90deg);
}

.retech-faq-item[open] summary::before,
.retech-faq-item[open] summary::after {
  background: var(--retech-blue);
}

.retech-faq-item[open] summary::after {
  transform: translateY(-50%) rotate(0deg);
}

.retech-faq-item p {
  margin: 0;
  padding: 0 24px 24px 64px;
  color: var(--retech-muted);
  font-size: 1rem;
  font-weight: 650;
  line-height: 1.62;
}

.retech-language-note,
.trp-language-switcher,
.trp-floating-switcher {
  display: none !important;
}

@media (max-width: 900px) {
  .retech-trust-grid,
  .retech-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .retech-hero {
    border-radius: 24px;
    padding: 28px;
  }

  .retech-trust-grid,
  .retech-grid {
    grid-template-columns: 1fr;
  }
}

/* WoodMart Marketplace2-inspired homepage */
.retech-marketplace2 {
  --rt-m2-gap: 18px;
  padding: 18px 0 54px;
}

.rt-m2-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(290px, 0.78fr);
  gap: var(--rt-m2-gap);
  margin-bottom: 28px;
}

.rt-m2-main-hero,
.rt-m2-mini-card,
.rt-m2-wide-banner,
.rt-m2-service-strip,
.rt-m2-articles article {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(11, 18, 32, 0.08);
  border-radius: 28px;
  box-shadow: 0 16px 42px rgba(11, 18, 32, 0.08);
}

.rt-m2-main-hero {
  min-height: 520px;
  display: flex;
  align-items: center;
  padding: clamp(30px, 5vw, 72px);
  color: #fff;
  background:
    radial-gradient(circle at 78% 28%, rgba(46, 231, 210, 0.36), transparent 28%),
    radial-gradient(circle at 88% 82%, rgba(182, 255, 92, 0.28), transparent 24%),
    linear-gradient(135deg, #101a2c 0%, #183866 58%, #0d1320 100%);
}

.rt-m2-main-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255,255,255,.06) 1px, transparent 1px);
  background-size: 58px 58px;
  mask-image: linear-gradient(90deg, rgba(0,0,0,.7), transparent 80%);
}

.rt-m2-main-hero.rt-m2-main-hero--image {
  display: block;
  min-height: 0;
  padding: 0;
  line-height: 0;
  background: #07111f;
}

.rt-m2-main-hero.rt-m2-main-hero--image::before {
  display: none;
}

.rt-m2-main-hero-image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1302 / 1208;
  object-fit: cover;
}

.rt-m2-copy {
  position: relative;
  z-index: 3;
  max-width: 560px;
}

.rt-m2-kicker {
  display: none !important;
}

.rt-m2-copy p,
.rt-m2-mini-card p,
.rt-m2-wide-banner p,
.rt-m2-articles p {
  color: rgba(255, 255, 255, 0.74);
}

.rt-m2-copy h1 {
  margin: 18px 0;
  max-width: 640px;
  color: #fff;
  font-size: clamp(2.4rem, 5vw, 5.4rem);
  line-height: 0.95;
  letter-spacing: -0.07em;
}

.rt-m2-price-line {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 10px;
  margin: 0 0 26px;
}

.rt-m2-price-line strong {
  color: #fff;
  font-size: clamp(2rem, 4vw, 3.8rem);
  letter-spacing: -0.06em;
}

.rt-m2-price-line em {
  color: rgba(255, 255, 255, 0.68);
  font-style: normal;
}

.rt-m2-hero-device {
  position: absolute;
  z-index: 2;
  width: clamp(220px, 28vw, 390px);
  border-radius: 34px;
  filter: drop-shadow(0 28px 45px rgba(0,0,0,.32));
}

.rt-m2-device-one {
  right: 8%;
  bottom: 28px;
  transform: rotate(-8deg);
}

.rt-m2-device-two {
  right: 25%;
  top: 34px;
  width: clamp(170px, 18vw, 260px);
  transform: rotate(9deg);
  opacity: 0.92;
}

.rt-m2-slide-dots {
  position: absolute;
  z-index: 4;
  left: 42px;
  bottom: 30px;
  display: flex;
  gap: 8px;
}

.rt-m2-slide-dots span {
  width: 34px;
  height: 4px;
  border-radius: 999px;
  background: rgba(255,255,255,.35);
}

.rt-m2-slide-dots span:first-child {
  background: var(--retech-cyan);
}

.rt-m2-side-promo {
  display: grid;
  align-content: start;
  gap: var(--rt-m2-gap);
}

.rt-m2-mini-card {
  display: block;
  min-height: 250px;
  padding: 28px;
  text-decoration: none;
}

.rt-m2-mini-card h2,
.rt-m2-wide-banner h2 {
  margin: 8px 0 8px;
  color: inherit;
  font-size: clamp(1.8rem, 3vw, 3.1rem);
  line-height: 0.95;
  letter-spacing: -0.06em;
}

.rt-m2-mini-card span,
.rt-m2-wide-banner span {
  color: var(--retech-cyan);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.rt-m2-mini-card strong {
  color: #fff;
  font-size: 2rem;
}

.rt-m2-mini-card img {
  position: absolute;
  right: -20px;
  bottom: -34px;
  width: 210px;
  border-radius: 24px;
}

.rt-m2-mini-card.rt-m2-mini-card--image {
  display: block;
  align-self: start;
  min-height: 0;
  padding: 0;
  line-height: 0;
  background: #07111f;
}

.rt-m2-mini-card.rt-m2-mini-card--image .rt-m2-mini-card-image {
  position: static;
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1149 / 1369;
  border-radius: 0;
  object-fit: cover;
}

.rt-m2-mini-card-dark {
  color: #fff;
  background: linear-gradient(135deg, #111827, #223556);
}

.rt-m2-mini-card-light {
  color: var(--retech-ink);
  background:
    radial-gradient(circle at 88% 12%, rgba(31,111,255,.18), transparent 30%),
    linear-gradient(135deg, #fff, #eef5ff);
}

.rt-m2-mini-card-light p {
  color: var(--retech-muted);
}

.rt-m2-section {
  margin: 34px 0;
}

.rt-m2-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.rt-m2-section-head h2 {
  margin: 0;
  font-size: clamp(1.8rem, 3vw, 3.4rem);
  line-height: 0.98;
  letter-spacing: -0.06em;
}

.rt-m2-section-head a {
  color: var(--retech-blue);
  font-weight: 900;
  text-decoration: none;
}

.rt-m2-cat-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 14px;
}

.rt-m2-cat-card {
  position: relative;
  min-height: 184px;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  border: 1px solid rgba(11,18,32,.08);
  border-radius: 24px;
  padding: 22px;
  padding-right: 158px;
  color: var(--retech-ink);
  background: linear-gradient(135deg, #fff 0%, #eef5ff 100%);
  text-decoration: none;
  box-shadow: 0 10px 30px rgba(11,18,32,.06);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.rt-m2-cat-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--retech-shadow);
}

.rt-m2-cat-card strong,
.rt-m2-cat-card em {
  position: relative;
  z-index: 4;
  display: block;
}

.rt-m2-cat-card strong {
  font-size: 1.12rem;
  font-weight: 900;
}

.rt-m2-cat-card em {
  margin-top: 4px;
  color: var(--retech-muted);
  font-style: normal;
}

.rt-m2-cat-card img {
  position: absolute;
  top: 54%;
  right: -22px;
  bottom: auto;
  z-index: 3;
  display: block !important;
  width: 188px;
  max-height: 188px;
  object-fit: contain;
  border-radius: 12px;
  opacity: 1 !important;
  transform: translateY(-50%);
  visibility: visible !important;
  filter: drop-shadow(0 16px 22px rgba(11,18,32,.12));
}

.single-product #wd-f749b1c0,
.single-product #wd-8e98b325 {
  display: none !important;
}

@media (min-width: 1025px) {
  body.single-product {
    --retech-product-sticky-top: 112px;
  }

  body.admin-bar.single-product {
    --retech-product-sticky-top: 144px;
  }

  .single-product #wd-69dc7864 {
    align-items: flex-start !important;
    min-height: clamp(720px, 84vh, 860px);
    overflow: visible;
  }

  .single-product #wd-0239d61f {
    align-self: stretch !important;
    min-width: 0;
  }

  .single-product #wd-b8e5c1a6,
  .single-product #wd-946191d9 {
    align-self: flex-start !important;
    min-width: 0;
  }

  .single-product #wd-4c34b9dd {
    position: sticky;
    top: var(--retech-product-sticky-top);
    z-index: 4;
  }

  .single-product #wd-4c34b9dd .woocommerce-product-gallery {
    margin-bottom: 0;
  }

  .single-product #wd-4c34b9dd .woocommerce-product-gallery__image img {
    max-height: calc(100vh - var(--retech-product-sticky-top) - 36px);
    object-fit: contain;
  }

  .single-product .retech-bonus-gifts--gallery.retech-bonus-gifts--after-summary {
    display: grid;
    grid-template-columns: minmax(220px, .42fr) minmax(0, 1fr);
    gap: 18px;
    align-items: center;
    margin: 24px 0 0;
    padding: 18px;
  }

  .single-product .retech-bonus-gifts--gallery.retech-bonus-gifts--after-summary .rt-m2-section-head,
  .single-product .retech-bonus-gifts--gallery.retech-bonus-gifts--after-summary .retech-bonus-gifts__note,
  .single-product .retech-bonus-gifts--gallery.retech-bonus-gifts--after-summary .retech-bonus-gifts__auto {
    grid-column: 1;
  }

  .single-product .retech-bonus-gifts--gallery.retech-bonus-gifts--after-summary .retech-bonus-gifts__grid {
    grid-column: 2;
    grid-row: 1 / span 3;
  }

  .single-product .wd-single-title,
  .single-product .wd-single-price,
  .single-product .wd-single-stock-status,
  .single-product .wd-single-short-desc,
  .single-product .wd-single-add-cart,
  .single-product .retech-product-description,
  .single-product .retech-grade-guide,
  .single-product .retech-product-faq,
  .single-product .retech-technical-checklist,
  .single-product .retech-product-specs,
  .single-product .retech-recommended-products,
  .single-product .retech-bonus-gifts,
  .single-product .retech-recommended-products .product-grid-item,
  .single-product .retech-recommended-products .product-element-bottom,
  .single-product .retech-recommended-products .wd-entities-title,
  .single-product .retech-recommended-products .price {
    text-align: left !important;
  }

  .single-product .wd-single-title .product_title,
  .single-product .wd-single-price .price,
  .single-product .wd-single-stock-status .stock,
  .single-product .woocommerce-product-details__short-description,
  .single-product .retech-product-description h2,
  .single-product .retech-product-description h3,
  .single-product .retech-product-description p,
  .single-product .retech-product-description li,
  .single-product .retech-grade-guide h2,
  .single-product .retech-grade-guide p,
  .single-product .retech-grade-guide strong,
  .single-product .retech-product-faq h2,
  .single-product .retech-faq-item summary,
  .single-product .retech-faq-item p,
  .single-product .retech-technical-checklist .rt-m2-section-head,
  .single-product .retech-technical-checklist__item,
  .single-product .retech-product-specs .rt-m2-section-head,
  .single-product .retech-recommended-products .rt-m2-section-head,
  .single-product .retech-bonus-gifts .rt-m2-section-head {
    text-align: left;
  }

  .single-product .wd-single-add-cart form.cart,
  .single-product .wd-single-add-cart .quantity,
  .single-product .wd-single-action-btn,
  .single-product .wd-social-icons,
  .single-product .rt-m2-section-head {
    justify-content: flex-start !important;
  }

  .single-product .wp-block-wd-container.wd-align-is-lg-center {
    justify-content: flex-start !important;
    text-align: left !important;
  }
}

.retech-single-extras {
  display: grid;
  gap: 34px;
  margin: clamp(30px, 5vw, 70px) 0;
}

.retech-product-story {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(320px, .55fr);
  gap: 24px;
  align-items: start;
}

.retech-product-story-main {
  display: grid;
  gap: 24px;
}

.retech-product-story .retech-product-faq {
  margin: 0;
}

.retech-product-specs,
.retech-technical-checklist,
.retech-visible-reviews,
.retech-recommended-products,
.retech-bonus-gifts {
  padding: clamp(22px, 3vw, 30px);
  background: rgba(255,255,255,.74);
  border-radius: 28px;
  box-shadow: inset 0 0 0 1px rgba(11,18,32,.07);
}

.retech-product-specs .rt-m2-section-head,
.retech-technical-checklist .rt-m2-section-head,
.retech-visible-reviews .rt-m2-section-head,
.retech-recommended-products .rt-m2-section-head,
.retech-bonus-gifts .rt-m2-section-head {
  align-items: center;
}

.retech-visible-reviews .rt-m2-section-head {
  gap: 18px;
}

.retech-visible-reviews__score {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  justify-content: flex-end;
  color: var(--retech-ink);
  font-weight: 900;
  white-space: nowrap;
}

.retech-visible-reviews__score .star-rating,
.retech-visible-review .star-rating {
  margin: 0;
}

.retech-visible-reviews__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.retech-visible-review {
  display: grid;
  gap: 12px;
  min-width: 0;
  padding: 16px;
  border: 1px solid rgba(11,18,32,.08);
  border-radius: 16px;
  background: #fff;
}

.retech-visible-review__top {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
}

.retech-visible-review__top span {
  color: var(--retech-muted);
  font-size: 12px;
  font-weight: 800;
}

.retech-visible-review p {
  min-height: 5.9em;
  margin: 0;
  color: var(--retech-muted);
  font-size: .9rem;
  font-weight: 700;
  line-height: 1.48;
}

.retech-visible-review__badge {
  width: fit-content;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(8, 126, 164, .1);
  color: #075f7e;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}

.retech-visible-review__reply {
  margin-top: 2px;
  padding: 14px 15px;
  border: 1px solid rgba(var(--teknocell-menu-blue-rgb, 0, 118, 255), .14);
  border-radius: 14px;
  background: #f5f9ff;
}

.retech-visible-review__reply strong {
  display: block;
  margin-bottom: 6px;
  color: var(--retech-ink);
  font-size: .82rem;
  font-weight: 900;
  line-height: 1.2;
}

.retech-visible-review__reply p {
  min-height: 0;
  margin: 0;
  color: #586273;
  font-size: .86rem;
  font-weight: 650;
  line-height: 1.48;
}

.retech-technical-checklist__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.retech-technical-checklist__item {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 12px;
  min-width: 0;
  padding: 16px;
  border: 1px solid rgba(11,18,32,.08);
  border-radius: 16px;
  background: #fff;
}

.retech-technical-checklist__item > span {
  display: inline-grid;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  place-items: center;
  color: #07555a;
  background: rgba(46, 231, 210, 0.2);
  font-size: 15px;
  font-weight: 900;
  line-height: 1;
}

.retech-technical-checklist__item strong {
  display: block;
  margin-bottom: 5px;
  color: var(--retech-ink);
  font-size: .95rem;
  line-height: 1.25;
}

.retech-technical-checklist__item p {
  margin: 0;
  color: var(--retech-muted);
  font-size: .86rem;
  font-weight: 700;
  line-height: 1.45;
}

.retech-bonus-gifts__note {
  max-width: 820px;
  margin: -6px 0 18px;
  color: var(--retech-muted);
  font-weight: 800;
}

.retech-bonus-gifts__auto {
  margin: -10px 0 14px;
  color: #0b1220;
  font-size: .88rem;
  font-weight: 900;
}

.retech-bonus-gifts__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 14px;
}

.retech-bonus-gift {
  margin: 0;
}

.retech-bonus-gift a {
  display: grid;
  grid-template-rows: 142px auto auto auto;
  min-height: 100%;
  padding: 14px;
  border: 1px solid rgba(11,18,32,.08);
  border-radius: 18px;
  background: #fff;
  color: var(--retech-ink);
  text-decoration: none;
}

.retech-bonus-gift img {
  width: 100%;
  height: 142px;
  object-fit: contain;
}

.retech-bonus-gift span {
  display: inline-flex;
  width: fit-content;
  margin-top: 10px;
  padding: 5px 9px;
  border-radius: 999px;
  color: #08111f;
  background: var(--retech-lime);
  font-size: .72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.retech-bonus-gift strong {
  margin-top: 8px;
  font-size: .98rem;
  line-height: 1.2;
}

.retech-bonus-gift em {
  margin-top: 6px;
  color: var(--retech-muted);
  font-size: .82rem;
  font-style: normal;
  font-weight: 700;
}

.single-product .retech-bonus-gifts--gallery {
  margin-top: 18px;
  padding: 16px;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(11,18,32,.08);
}

.single-product .retech-bonus-gifts--gallery .rt-m2-section-head {
  margin-bottom: 8px;
}

.single-product .retech-bonus-gifts--gallery h2 {
  margin: 0;
  font-size: 1.08rem;
  line-height: 1.15;
}

.single-product .retech-bonus-gifts--gallery .retech-bonus-gifts__note {
  margin: 0 0 6px;
  color: var(--retech-muted);
  font-size: .86rem;
  line-height: 1.35;
}

.single-product .retech-bonus-gifts--gallery .retech-bonus-gifts__auto {
  margin: 0 0 12px;
  color: #0b1220;
  font-size: .82rem;
  line-height: 1.35;
}

.single-product .retech-bonus-gifts--gallery .retech-bonus-gifts__grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.single-product .retech-bonus-gifts--gallery .retech-bonus-gift a {
  grid-template-rows: 88px auto auto;
  padding: 10px;
  border-radius: 14px;
}

.single-product .retech-bonus-gifts--gallery .retech-bonus-gift img {
  height: 88px;
}

.single-product .retech-bonus-gifts--gallery .retech-bonus-gift span {
  margin-top: 8px;
  padding: 4px 8px;
  font-size: .66rem;
}

.single-product .retech-bonus-gifts--gallery .retech-bonus-gift strong {
  font-size: .84rem;
  line-height: 1.22;
}

.single-product .retech-bonus-gifts--gallery .retech-bonus-gift em {
  display: none;
}

.retech-cart-gift-label {
  display: inline-flex;
  margin-top: 4px;
  padding: 3px 8px;
  border-radius: 999px;
  color: #08111f;
  background: var(--retech-lime);
  font-size: .72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.retech-checkout-trust {
  margin: 0 0 26px;
  padding: clamp(20px, 3vw, 28px);
  border: 1px solid rgba(0, 122, 255, 0.14);
  border-radius: 20px;
  background:
    linear-gradient(135deg, rgba(0, 122, 255, 0.08), rgba(46, 231, 210, 0.08)),
    #fff;
  box-shadow: 0 18px 48px rgba(11, 18, 32, 0.08);
}

.retech-checkout-trust__head {
  display: grid;
  gap: 4px;
  margin-bottom: 16px;
}

.retech-checkout-trust__head span {
  color: var(--teknocell-menu-blue);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.retech-checkout-trust__head strong {
  color: var(--retech-ink);
  font-size: clamp(20px, 2.5vw, 28px);
  line-height: 1.1;
}

.retech-checkout-trust__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.retech-checkout-trust article {
  display: grid;
  grid-template-columns: 26px minmax(0, 1fr);
  gap: 10px;
  min-width: 0;
  padding: 13px;
  border: 1px solid rgba(11, 18, 32, 0.08);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.82);
}

.retech-checkout-trust article > span {
  display: grid;
  width: 26px;
  height: 26px;
  border-radius: 999px;
  place-items: center;
  color: #07555a;
  background: rgba(46, 231, 210, 0.22);
  font-size: 13px;
  font-weight: 900;
}

.retech-checkout-trust article strong {
  display: block;
  color: var(--retech-ink);
  font-size: 13px;
  line-height: 1.2;
}

.retech-checkout-trust article p {
  margin: 4px 0 0;
  color: var(--retech-muted);
  font-size: 12px;
  line-height: 1.35;
}

.retech-checkout-trust--compact {
  margin: 18px 0;
  padding: 16px;
  border-radius: 16px;
  box-shadow: none;
}

.retech-checkout-trust--compact .retech-checkout-trust__head strong {
  font-size: 18px;
}

.retech-checkout-trust--compact .retech-checkout-trust__grid {
  grid-template-columns: 1fr;
}

.retech-product-specs dl {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
}

.retech-product-specs dl > div {
  min-width: 0;
  padding: 14px 16px;
  background: #fff;
  border: 1px solid rgba(11,18,32,.08);
  border-radius: 16px;
}

.retech-product-specs dt {
  margin-bottom: 5px;
  color: var(--retech-muted);
  font-size: .78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.retech-product-specs dd {
  margin: 0;
  color: var(--retech-ink);
  font-size: 1rem;
  font-weight: 900;
  overflow-wrap: anywhere;
}

.retech-recommended-products .products {
  margin-bottom: 0;
}

.rt-m2-best-pick {
  border-radius: 30px;
  padding: 28px;
  background: rgba(255,255,255,.58);
  box-shadow: inset 0 0 0 1px rgba(11,18,32,.07);
}

.rt-m2-best-pick .products {
  margin-bottom: 0;
}

.rt-m2-service-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin: 34px 0;
  padding: 0;
  background: #101827;
}

.rt-m2-service-strip div {
  padding: 26px;
  color: #fff;
}

.rt-m2-service-strip div + div {
  border-left: 1px solid rgba(255,255,255,.12);
}

.rt-m2-service-strip strong,
.rt-m2-service-strip span {
  display: block;
}

.rt-m2-service-strip span {
  margin-top: 5px;
  color: rgba(255,255,255,.62);
}

.rt-m2-content-row {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(320px, .75fr);
  gap: var(--rt-m2-gap);
}

.rt-m2-wide-banner {
  display: block;
  min-height: 360px;
  padding: clamp(28px, 4vw, 54px);
  color: #fff;
  text-decoration: none;
  background:
    radial-gradient(circle at 78% 52%, rgba(46,231,210,.25), transparent 30%),
    linear-gradient(135deg, #1d3557, #0b1220);
}

.rt-m2-wide-banner p {
  max-width: 470px;
}

.rt-m2-wide-banner strong {
  display: inline-flex;
  margin-top: 10px;
  color: var(--retech-lime);
}

.rt-m2-wide-banner img {
  position: absolute;
  right: 28px;
  bottom: -38px;
  width: min(300px, 38%);
  border-radius: 26px;
  transform: rotate(-6deg);
  filter: drop-shadow(0 22px 36px rgba(0,0,0,.28));
}

.rt-m2-articles {
  display: grid;
  gap: 14px;
}

.rt-m2-articles .rt-m2-section-head {
  margin-bottom: 0;
}

.rt-m2-articles article {
  padding: 24px;
  background: rgba(255,255,255,.84);
}

.rt-m2-articles article span {
  color: var(--retech-blue);
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.rt-m2-articles h3 {
  margin: 8px 0;
  font-size: 1.25rem;
}

.rt-m2-articles p {
  color: var(--retech-muted);
}

@media (max-width: 1024px) {
  .rt-m2-hero-grid,
  .rt-m2-content-row {
    grid-template-columns: 1fr;
  }

  .rt-m2-side-promo,
  .rt-m2-service-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rt-m2-cat-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .retech-product-specs dl {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .retech-technical-checklist__grid,
  .retech-visible-reviews__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .retech-checkout-trust__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .rt-m2-main-hero {
    min-height: 620px;
    align-items: flex-start;
  }

  .rt-m2-main-hero.rt-m2-main-hero--image {
    min-height: 0;
  }

  .rt-m2-device-one {
    right: 4%;
    bottom: 30px;
  }

  .rt-m2-device-two {
    right: 42%;
    top: auto;
    bottom: 72px;
  }

  .rt-m2-cat-grid,
  .rt-m2-side-promo,
  .rt-m2-service-strip,
  .retech-checkout-trust__grid {
    grid-template-columns: 1fr;
  }

  .rt-m2-cat-card {
    min-height: 190px;
    padding: 22px 160px 22px 22px;
  }

  .rt-m2-cat-card img {
    right: -38px;
    width: 220px;
    max-height: 220px;
  }

  .rt-m2-service-strip div + div {
    border-left: 0;
    border-top: 1px solid rgba(255,255,255,.12);
  }

  .rt-m2-section-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .retech-product-specs dl {
    grid-template-columns: 1fr;
  }

  .retech-technical-checklist__grid,
  .retech-visible-reviews__grid {
    grid-template-columns: 1fr;
  }

  .retech-visible-reviews__score {
    justify-content: flex-start;
  }

  .single-product .retech-bonus-gifts--gallery .retech-bonus-gifts__grid {
    grid-template-columns: 1fr;
  }
}

body {
  background: #f6f5f8;
}

.site-logo .wd-logo {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #fff;
  font-size: 34px;
  font-weight: 900;
  letter-spacing: -0.05em;
  line-height: 1;
  text-decoration: none;
}

.site-logo .wd-logo::before {
  content: none;
}

.site-logo .wd-logo::after {
  content: none;
}

.home .products .product-grid-item {
  border: 0;
  box-shadow: none;
  backdrop-filter: none;
}

/* Compact, retail-focused homepage proportions. */
.home .retech-marketplace2 {
  --rt-m2-gap: 16px;
  max-width: 1320px;
  margin: 0 auto;
  padding: 12px 12px 48px;
}

.home .rt-m2-hero-grid {
  grid-template-columns: minmax(0, 1.7fr) minmax(280px, .7fr);
  margin-bottom: 22px;
}

.home .rt-m2-main-hero,
.home .rt-m2-mini-card,
.home .rt-m2-wide-banner,
.home .rt-m2-service-strip,
.home .rt-m2-articles article,
.home .rt-m2-best-pick {
  border-radius: 22px;
}

.home .rt-m2-main-hero-image {
  height: clamp(620px, 45vw, 660px);
  aspect-ratio: auto;
  object-fit: cover;
  object-position: center top;
}

.home .rt-m2-mini-card {
  min-height: 205px;
  padding: 24px;
}

.home .rt-m2-mini-card.rt-m2-mini-card--image .rt-m2-mini-card-image {
  height: 100%;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: center top;
}

.home .rt-m2-mini-card.rt-m2-mini-card--image {
  aspect-ratio: 688 / 820;
}

.home .rt-m2-mini-card h2,
.home .rt-m2-wide-banner h2,
.home .rt-m2-section-head h2 {
  letter-spacing: 0;
}

.home .rt-m2-mini-card h2 {
  max-width: 210px;
  font-size: clamp(1.42rem, 2.05vw, 2.18rem);
  line-height: 1;
}

.home .rt-m2-mini-card-light img {
  right: -12px;
  bottom: -18px;
  width: min(168px, 44%);
}

.home .rt-m2-section {
  margin: 26px 0;
}

.home .rt-m2-section-head {
  margin-bottom: 14px;
}

.home .rt-m2-section-head h2 {
  font-size: clamp(1.58rem, 2.35vw, 2.55rem);
  line-height: 1.06;
}

.home .rt-m2-cat-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.home .rt-m2-cat-card {
  min-height: 128px;
  padding: 18px 112px 18px 18px;
  border-radius: 18px;
}

.home .rt-m2-cat-card strong {
  font-size: 1.02rem;
}

.home .rt-m2-cat-card em {
  font-size: .9rem;
  line-height: 1.42;
}

.home .rt-m2-cat-card img {
  right: -18px;
  width: 136px;
  max-height: 136px;
  filter: drop-shadow(0 10px 15px rgba(11,18,32,.1));
}

.home .rt-m2-best-pick {
  padding: 22px;
}

.home .rt-m2-best-pick .products {
  gap: 18px;
}

.home .rt-m2-best-pick .product-grid-item {
  padding: 12px;
  border: 1px solid rgba(11,18,32,.06);
  border-radius: 18px;
  background: #fff;
}

.home .rt-m2-best-pick .product-wrapper {
  display: grid;
  grid-template-rows: 188px auto;
  min-height: 100%;
}

.home .rt-m2-best-pick .wd-product-thumb {
  display: grid;
  place-items: center;
  height: 188px;
  margin-bottom: 12px;
  overflow: hidden;
  background: #f7f8fb;
  border-radius: 14px;
}

.home .rt-m2-best-pick .product-image-link {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
}

.home .rt-m2-best-pick .wd-product-thumb img {
  width: 100% !important;
  height: 100% !important;
  max-width: 86%;
  max-height: 86%;
  padding: 8px;
  object-fit: contain;
}

.home .rt-m2-best-pick .product-element-bottom {
  padding: 0 4px 4px;
}

.home .rt-m2-best-pick .wd-entities-title {
  min-height: 2.7em;
  margin-bottom: 5px;
  font-size: .96rem;
  line-height: 1.35;
}

.home .rt-m2-best-pick .price {
  font-size: .95rem;
}

.home .rt-m2-service-strip {
  margin: 28px 0;
}

.home .rt-m2-service-strip div {
  padding: 20px 24px;
}

.home .rt-m2-content-row {
  grid-template-columns: minmax(0, 1.28fr) minmax(300px, .72fr);
}

.home .rt-m2-wide-banner {
  min-height: 280px;
  padding: 34px;
}

.home .rt-m2-wide-banner h2 {
  max-width: 520px;
  font-size: clamp(1.75rem, 2.45vw, 2.75rem);
  line-height: 1.05;
}

.home .rt-m2-wide-banner img {
  right: 22px;
  bottom: -26px;
  width: min(220px, 30%);
  border-radius: 20px;
}

@media (max-width: 1024px) {
  .home .rt-m2-hero-grid,
  .home .rt-m2-content-row {
    grid-template-columns: 1fr;
  }

  .home .rt-m2-side-promo,
  .home .rt-m2-service-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home .rt-m2-cat-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .home .rt-m2-main-hero-image {
    height: clamp(520px, 70vw, 660px);
    max-height: none;
  }
}

@media (max-width: 760px) {
  .home .rt-m2-main-hero-image {
    height: auto;
    max-height: none;
  }

  .home .rt-m2-cat-grid {
    grid-template-columns: 1fr;
  }

  .home .rt-m2-side-promo,
  .home .rt-m2-service-strip {
    grid-template-columns: 1fr;
  }

  .home .rt-m2-mini-card.rt-m2-mini-card--image .rt-m2-mini-card-image {
    height: 100%;
    max-height: none;
  }

  .home .rt-m2-cat-card {
    min-height: 132px;
    padding: 18px 126px 18px 18px;
  }

  .home .rt-m2-cat-card img {
    right: -12px;
    width: 128px;
    max-height: 128px;
  }

  .home .rt-m2-best-pick {
    padding: 16px;
  }

  .home .rt-m2-best-pick .product-wrapper {
    grid-template-rows: 168px auto;
  }

  .home .rt-m2-best-pick .wd-product-thumb {
    height: 168px;
  }

  .home .rt-m2-wide-banner {
    min-height: 250px;
    padding: 26px;
  }

  .home .rt-m2-wide-banner img {
    width: min(160px, 42%);
  }
}

@media (max-width: 768px) {
  .site-logo .wd-logo {
    font-size: 25px;
  }
}

.retech-whatsapp-widget {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 9999;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 58px;
  padding: 10px 18px 10px 10px;
  color: #fff;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  background: linear-gradient(135deg, #20d367, #0faa52);
  border-radius: 999px;
  box-shadow: 0 16px 36px rgba(15, 170, 82, .35);
  transition: transform .18s ease, box-shadow .18s ease;
}

.retech-whatsapp-widget:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 20px 42px rgba(15, 170, 82, .42);
}

.retech-whatsapp-widget--pending {
  background: linear-gradient(135deg, #9ca3af, #687280);
  box-shadow: 0 16px 36px rgba(17, 24, 39, .18);
}

.retech-whatsapp-widget__icon {
  display: inline-grid;
  width: 38px;
  height: 38px;
  place-items: center;
  color: #16bf5b;
  background: #fff;
  border-radius: 50%;
}

.retech-whatsapp-widget svg {
  display: block;
  width: 25px;
  height: 25px;
  fill: currentColor;
}

.single-product .retech-quality-banner {
  position: relative;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease;
}

.single-product .retech-quality-banner .retech-quality-banner-link {
  position: absolute;
  inset: 0;
  z-index: 6;
  border-radius: inherit;
  text-decoration: none;
}

.single-product .retech-quality-banner:hover {
  transform: translateY(-1px);
}

.single-product .retech-quality-banner .retech-quality-banner-link:focus-visible {
  outline: 3px solid rgba(var(--teknocell-menu-blue-rgb), .45);
  outline-offset: 4px;
}

.retech-page {
  max-width: 1140px;
  margin: 0 auto 72px;
}

.retech-legal-page,
.retech-contact-hero,
.retech-contact-grid article,
.retech-contact-note {
  background: #fff;
  border: 1px solid rgba(16, 8, 48, .08);
  border-radius: 28px;
  box-shadow: 0 22px 60px rgba(21, 12, 58, .06);
}

.retech-legal-page {
  padding: clamp(28px, 4vw, 58px);
}

.retech-legal-intro {
  max-width: 820px;
  color: #4f4b5e;
  font-size: 18px;
}

.retech-legal-intro h1 {
  max-width: 820px;
  margin: 10px 0 16px;
  color: #201831;
  font-size: clamp(36px, 5vw, 64px);
  line-height: 1;
  letter-spacing: 0;
}

.retech-info-kicker {
  display: inline-flex;
  margin-bottom: 6px;
  padding: 7px 11px;
  color: var(--teknocell-menu-blue);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
  background: var(--teknocell-menu-blue-soft);
  border-radius: 999px;
}

.retech-warranty-trust {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 28px 0 10px;
}

.retech-warranty-trust article,
.retech-info-panel,
.retech-process-step,
.retech-contact-split article {
  padding: 22px;
  background: #f8f7fb;
  border: 1px solid rgba(16, 8, 48, .07);
  border-radius: 20px;
}

.retech-warranty-trust strong,
.retech-process-step strong,
.retech-contact-split strong {
  display: block;
  margin-bottom: 7px;
  color: #201831;
  font-size: 17px;
  line-height: 1.25;
}

.retech-warranty-trust span,
.retech-process-step span,
.retech-contact-split span {
  color: #656171;
  line-height: 1.55;
}

.retech-legal-section {
  padding-top: 26px;
  margin-top: 26px;
  border-top: 1px solid rgba(16, 8, 48, .08);
}

.retech-legal-section h2,
.retech-contact-page h2 {
  margin-bottom: 12px;
  color: #201831;
  font-size: clamp(22px, 2.2vw, 30px);
  line-height: 1.15;
}

.retech-legal-section p,
.retech-legal-section li,
.retech-contact-page p {
  color: #656171;
  font-size: 16px;
  line-height: 1.75;
}

.retech-legal-section ul {
  display: grid;
  gap: 10px;
  padding-left: 20px;
  margin: 14px 0 0;
}

.retech-info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 18px;
}

.retech-info-panel h3,
.retech-contact-split h2 {
  margin: 0 0 10px;
  color: #201831;
  font-size: 22px;
  line-height: 1.15;
}

.retech-process {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
  counter-reset: warranty-step;
}

.retech-process-step {
  position: relative;
}

.retech-process-step::before {
  counter-increment: warranty-step;
  content: counter(warranty-step);
  display: inline-grid;
  width: 34px;
  height: 34px;
  margin-bottom: 14px;
  place-items: center;
  color: #fff;
  font-weight: 900;
  background: var(--teknocell-menu-blue);
  border-radius: 50%;
}

.retech-legal-alert {
  margin-top: 20px;
  padding: 18px 20px;
  color: #201831;
  background: #fff7df;
  border: 1px solid rgba(245, 180, 0, .32);
  border-radius: 18px;
}

.retech-legal-alert strong {
  display: block;
  margin-bottom: 5px;
}

.retech-legal-cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 30px;
  padding: 24px;
  color: #fff;
  background: linear-gradient(135deg, #10072f, #263d78 56%, var(--teknocell-menu-blue));
  border-radius: 24px;
}

.retech-legal-cta strong {
  display: block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 21px;
}

.retech-legal-cta span {
  color: rgba(255,255,255,.78);
}

.retech-legal-cta a {
  display: inline-flex;
  padding: 12px 18px;
  color: #10072f;
  font-weight: 900;
  text-decoration: none;
  background: #fff;
  border-radius: 999px;
}

.retech-page-updated {
  display: inline-flex;
  gap: 8px;
  margin-top: 34px;
  padding: 10px 14px;
  color: #565064;
  background: #f5f3f8;
  border-radius: 999px;
}

.retech-contact-page {
  display: grid;
  gap: 24px;
}

.retech-contact-hero {
  padding: clamp(32px, 5vw, 70px);
  color: #fff;
  background:
    radial-gradient(circle at 82% 18%, rgba(0, 122, 255, .72), transparent 24%),
    linear-gradient(135deg, #11072f 0%, #261353 54%, var(--teknocell-menu-blue) 100%);
  overflow: hidden;
}

.retech-contact-hero h1 {
  max-width: 760px;
  margin: 0 0 16px;
  color: #fff;
  font-size: clamp(42px, 7vw, 84px);
  line-height: .95;
  letter-spacing: 0;
}

.retech-contact-hero p {
  max-width: 720px;
  color: rgba(255,255,255,.82);
  font-size: clamp(17px, 2vw, 22px);
}

.retech-eyebrow {
  margin-bottom: 14px;
  color: rgba(255,255,255,.68) !important;
  font-size: 12px !important;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

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

.retech-contact-grid article {
  padding: 26px;
}

.retech-contact-grid span {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 7px 11px;
  color: var(--teknocell-menu-blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
  background: var(--teknocell-menu-blue-soft);
  border-radius: 999px;
}

.retech-contact-link {
  display: inline-flex;
  align-items: center;
  margin-top: 8px;
  color: var(--teknocell-menu-blue);
  font-weight: 800;
  text-decoration: none;
}

.retech-contact-link:hover {
  color: #12072f;
}

.retech-contact-data {
  color: #241d32 !important;
  font-weight: 800;
}

.retech-contact-note {
  padding: clamp(24px, 4vw, 42px);
  background: #fdfbfc;
}

.retech-contact-split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.retech-contact-list {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 12px 0 0;
  list-style: none;
}

.retech-contact-list li {
  display: flex;
  gap: 10px;
  color: #656171;
  line-height: 1.55;
}

.retech-contact-list li::before {
  content: "";
  flex: 0 0 auto;
  width: 8px;
  height: 8px;
  margin-top: 9px;
  background: var(--teknocell-menu-blue);
  border-radius: 50%;
}

.retech-modal-open {
  overflow: hidden;
}

.retech-cookie-banner[hidden],
.retech-exit-offer[hidden],
.retech-exit-offer__form[hidden],
.retech-exit-offer__success[hidden] {
  display: none !important;
}

.retech-cookie-banner {
  position: fixed;
  right: 24px;
  bottom: 22px;
  left: 24px;
  z-index: 10020;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  max-width: 980px;
  padding: 18px;
  color: #fff;
  background: rgba(13, 18, 32, .96);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 20px;
  box-shadow: 0 22px 60px rgba(8, 10, 20, .36);
}

.retech-cookie-banner__copy strong {
  display: block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 16px;
}

.retech-cookie-banner__copy p {
  max-width: 660px;
  margin: 0;
  color: rgba(255,255,255,.72);
  font-size: 14px;
  line-height: 1.45;
}

.retech-cookie-banner__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.retech-cookie-banner a,
.retech-cookie-banner button {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 14px;
  color: #fff;
  font-weight: 800;
  text-decoration: none;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  background: transparent;
  cursor: pointer;
}

.retech-cookie-banner button:not(.retech-cookie-banner__ghost) {
  color: #0d1220;
  background: #fff;
}

.retech-exit-offer {
  position: fixed;
  inset: 0;
  z-index: 10030;
  display: grid;
  place-items: center;
  padding: 22px;
}

.retech-exit-offer__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(5, 8, 18, .68);
  backdrop-filter: blur(8px);
}

.retech-exit-offer__dialog {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, .98fr) minmax(360px, 1fr);
  width: min(100%, 980px);
  padding: 0;
  overflow: hidden;
  color: #201831;
  background: #fff;
  border-radius: 28px;
  box-shadow: 0 32px 90px rgba(5, 8, 18, .38);
}

.retech-exit-offer__media {
  display: grid;
  min-height: 560px;
  padding: 18px;
  place-items: center;
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 205, 0, .2), transparent 34%),
    linear-gradient(145deg, #07133b 0%, #06339c 58%, #006de5 100%);
}

.retech-exit-offer__media img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 620px;
  object-fit: contain;
  border-radius: 24px;
  box-shadow: 0 24px 56px rgba(2, 7, 25, .34);
}

.retech-exit-offer__content {
  min-width: 0;
  padding: clamp(28px, 4vw, 42px);
  align-self: center;
}

.retech-exit-offer .retech-exit-offer__close {
  position: absolute;
  top: 14px !important;
  right: 14px !important;
  left: auto !important;
  z-index: 2;
  display: inline-grid;
  min-width: 36px;
  min-height: 36px;
  width: 36px;
  height: 36px;
  padding: 0 !important;
  place-items: center;
  color: #201831;
  font-size: 20px;
  line-height: 1;
  background: rgba(243, 241, 247, .94);
  border: 0;
  border-radius: 50% !important;
  box-shadow: 0 10px 24px rgba(8, 12, 28, .14);
  cursor: pointer;
}

.retech-exit-offer__eyebrow {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 7px 11px;
  color: var(--teknocell-menu-blue);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
  background: var(--teknocell-menu-blue-soft);
  border-radius: 999px;
}

.retech-exit-offer h2 {
  max-width: 460px;
  margin: 0 0 12px;
  color: #201831;
  font-size: clamp(32px, 5vw, 48px);
  line-height: 1.02;
  letter-spacing: 0;
}

.retech-exit-offer p {
  color: #656171;
  font-size: 16px;
  line-height: 1.6;
}

.retech-exit-offer__form {
  display: grid;
  gap: 9px;
  margin-top: 20px;
}

.retech-exit-offer__form label {
  color: #201831;
  font-weight: 900;
}

.retech-exit-offer__form div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
}

.retech-exit-offer__form input {
  min-height: 50px;
  padding: 0 14px;
  border: 1px solid rgba(16, 8, 48, .14);
  border-radius: 14px;
}

.retech-exit-offer__form button,
.retech-exit-offer__success button {
  grid-column: 1 / -1;
  min-height: 50px;
  padding: 0 18px;
  color: #fff;
  font-weight: 900;
  background: var(--teknocell-menu-blue);
  border: 0;
  border-radius: 14px;
  cursor: pointer;
}

.retech-exit-offer__form small {
  color: #7a7484;
  line-height: 1.45;
}

.retech-exit-offer__success {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  margin-top: 20px;
  padding: 16px;
  background: #f6fff9;
  border: 1px solid rgba(31, 190, 101, .24);
  border-radius: 18px;
}

.retech-exit-offer__success span {
  display: block;
  color: #128446;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.retech-exit-offer__success strong {
  display: block;
  color: #201831;
  font-size: 28px;
  line-height: 1;
}

.retech-exit-offer__message {
  min-height: 24px;
  margin: 12px 0 0;
  color: #201831 !important;
  font-weight: 800;
}

.retech-footer {
  margin-top: 46px;
  padding: clamp(34px, 5vw, 62px) clamp(18px, 4vw, 52px) 22px;
  color: rgba(255,255,255,.78);
  background:
    radial-gradient(circle at 10% 0%, var(--teknocell-menu-blue-glow), transparent 28%),
    linear-gradient(135deg, #0b0524 0%, #16083d 62%, #241152 100%);
  border-radius: 34px 34px 0 0;
}

.retech-footer__grid {
  display: grid;
  grid-template-columns: minmax(220px, 1.4fr) repeat(3, minmax(170px, 1fr));
  gap: clamp(24px, 4vw, 54px);
  max-width: 1240px;
  margin: 0 auto;
}

.retech-footer__logo {
  display: inline-flex;
  margin-bottom: 14px;
  color: #fff;
  font-size: 28px;
  font-weight: 900;
  letter-spacing: -.04em;
  text-decoration: none;
}

.retech-footer h3 {
  margin-bottom: 16px;
  color: #fff;
  font-size: 17px;
}

.retech-footer p {
  max-width: 360px;
  color: rgba(255,255,255,.72);
  line-height: 1.7;
}

.retech-footer ul {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.retech-footer a {
  color: rgba(255,255,255,.72);
  text-decoration: none;
}

.retech-footer a:hover {
  color: #fff;
}

.retech-footer__cta {
  display: inline-flex;
  margin-top: 8px;
  padding: 12px 16px;
  color: #fff !important;
  font-weight: 800;
  background: var(--teknocell-menu-blue);
  border-radius: 999px;
}

.retech-footer__bottom {
  max-width: 1240px;
  padding-top: 26px;
  margin: 34px auto 0;
  color: rgba(255,255,255,.55);
  border-top: 1px solid rgba(255,255,255,.12);
}

.single-product .retech-product-description {
  clear: both;
  margin: 0;
  padding: 30px;
  color: #333;
  background: #fff;
  border: 1px solid rgba(10, 5, 36, .08);
  border-radius: 8px;
}

.single-product .retech-product-description h2 {
  margin: 0 0 18px;
  font-size: 28px;
  line-height: 1.2;
}

.single-product .retech-product-description h3 {
  margin: 24px 0 10px;
  font-size: 20px;
  line-height: 1.25;
}

.single-product .retech-product-description p,
.single-product .retech-product-description li {
  font-size: 16px;
  line-height: 1.7;
}

.single-product .retech-product-description ul {
  margin: 0 0 16px 20px;
}

.single-product .retech-grade-guide {
  padding: 30px;
  color: #333;
  background: #fff;
  border: 1px solid rgba(10, 5, 36, .08);
  border-radius: 8px;
}

.single-product .retech-grade-guide .rt-m2-section-head {
  margin-bottom: 14px;
}

.single-product .retech-grade-guide h2 {
  margin: 0;
  font-size: 26px;
  line-height: 1.2;
}

.retech-grade-guide__current,
.retech-grade-guide__note {
  margin: 0;
  color: #565b66;
  font-size: 15px;
  line-height: 1.6;
}

.retech-grade-guide__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 18px 0;
}

.retech-grade-guide__grid article {
  padding: 16px;
  border: 1px solid rgba(10, 5, 36, .08);
  border-radius: 8px;
  background: #fbfbfd;
}

.retech-grade-guide__grid strong {
  display: block;
  margin-bottom: 7px;
  color: #1f2430;
  font-size: 15px;
}

.retech-grade-guide__grid p {
  margin: 0;
  color: #606674;
  font-size: 14px;
  line-height: 1.55;
}

.copyrights-wrapper {
  display: none !important;
}

@media (max-width: 768px) {
  html,
  body,
  .website-wrapper {
    max-width: 100%;
    overflow-x: hidden;
  }

  .wd-content-layout {
    padding-top: 18px;
    padding-bottom: 28px;
  }

  .wd-page-title {
    --wd-title-sp: 8px;
  }

  .wd-page-title .container {
    gap: 5px;
  }

  .single-breadcrumbs-wrapper {
    margin-bottom: 8px;
  }

  body.single-product {
    background: #f6f7f9;
  }

  body.single-product.retech-mobile-sticky-cart-active {
    padding-bottom: calc(154px + env(safe-area-inset-bottom, 0px));
  }

  .single-product .whb-header-bottom {
    display: none !important;
  }

  .single-product .wd-page-content {
    padding-top: 0;
  }

  .single-product #wd-69dc7864 {
    display: flex !important;
    flex-direction: column;
    gap: 0;
  }

  .single-product #wd-0239d61f,
  .single-product #wd-b8e5c1a6,
  .single-product #wd-946191d9 {
    width: 100% !important;
    max-width: 100% !important;
    flex-basis: auto !important;
  }

  .single-product #wd-0239d61f {
    padding: 0 15px !important;
  }

  .single-product #wd-b8e5c1a6 {
    display: grid;
    gap: 12px;
    padding: 0 15px !important;
  }

  .single-product #wd-946191d9 {
    padding: 0 15px !important;
  }

  .single-product .retech-whatsapp-widget {
    bottom: calc(56px + env(safe-area-inset-bottom, 0px)) !important;
    right: 12px !important;
    min-width: 44px !important;
    min-height: 44px !important;
    padding: 6px !important;
  }

  .single-product .retech-whatsapp-widget__icon {
    width: 30px !important;
    height: 30px !important;
  }

  .single-product .retech-whatsapp-widget svg {
    width: 27px !important;
    height: 27px !important;
  }

  .retech-whatsapp-widget {
    right: 12px;
    bottom: calc(78px + env(safe-area-inset-bottom, 0px));
    z-index: 10050;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-width: 48px;
    min-height: 48px;
    padding: 7px;
    box-shadow: 0 12px 28px rgba(15, 170, 82, .34);
  }

  .retech-whatsapp-widget__icon {
    width: 32px;
    height: 32px;
    color: #fff;
    background: transparent;
  }

  .retech-whatsapp-widget svg {
    width: 29px;
    height: 29px;
  }

  body.retech-cookie-banner-visible .retech-whatsapp-widget {
    display: none !important;
  }

  body.single-product:not(.retech-cookie-banner-visible) .retech-whatsapp-widget {
    display: inline-flex !important;
  }

  body.post-type-archive-product .retech-whatsapp-widget,
  body.tax-product_cat .retech-whatsapp-widget,
  body.woocommerce-shop .retech-whatsapp-widget {
    display: none !important;
  }

  .mobile-nav.wd-opened ~ .retech-cookie-banner,
  .mobile-nav.wd-opened ~ .retech-whatsapp-widget {
    display: none !important;
  }

  .scrollToTop,
  .single-product .wd-products-nav,
  .single-product .wd-back-btn,
  .single-product .wd-last-link {
    display: none !important;
  }

  .retech-whatsapp-widget__text {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }

  .retech-legal-page {
    padding: 24px;
    border-radius: 22px;
  }

  .retech-contact-grid,
  .retech-footer__grid,
  .retech-warranty-trust,
  .retech-info-grid,
  .retech-process,
  .retech-contact-split,
  .retech-product-story {
    grid-template-columns: 1fr;
  }

  .retech-info-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .single-product .retech-product-faq {
    gap: 10px;
    margin: 18px 0;
  }

  .single-product .retech-product-faq .rt-m2-section-head {
    margin-bottom: 0;
  }

  .single-product .retech-faq-item {
    border-radius: 14px;
    box-shadow: 0 8px 22px rgba(11, 18, 32, .055);
  }

  .single-product .retech-faq-item summary {
    min-height: 68px;
    padding: 16px 16px 16px 48px;
    font-size: 1rem;
    line-height: 1.28;
  }

  .single-product .retech-faq-item summary::before,
  .single-product .retech-faq-item summary::after {
    left: 18px;
    width: 14px;
  }

  .single-product .retech-faq-item p {
    padding: 0 16px 18px 48px;
    font-size: .92rem;
    line-height: 1.55;
  }

  .retech-info-panel,
  .retech-info-panel h3,
  .retech-info-panel p {
    min-width: 0;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .retech-cookie-banner {
    right: 12px;
    bottom: calc(78px + env(safe-area-inset-bottom));
    left: 12px;
    grid-template-columns: 1fr;
    gap: 10px;
    max-height: 38vh;
    padding: 12px;
    overflow: auto;
    border-radius: 18px;
  }

  .retech-cookie-banner__copy strong {
    margin-bottom: 3px;
    font-size: 15px;
  }

  .retech-cookie-banner__copy p {
    font-size: 13px;
    line-height: 1.35;
  }

  .retech-cookie-banner__actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    justify-content: stretch;
  }

  .retech-cookie-banner__actions a {
    grid-column: 1 / -1;
  }

  .retech-cookie-banner a,
  .retech-cookie-banner button {
    justify-content: center;
    width: 100%;
    min-height: 36px;
    padding: 0 8px;
    font-size: 12px;
    line-height: 1.1;
    text-align: center;
    white-space: normal;
  }

  .retech-exit-offer {
    padding: 14px;
  }

  .retech-exit-offer__dialog {
    grid-template-columns: 1fr;
    width: min(100%, 460px);
    max-height: calc(100vh - 28px);
    overflow: auto;
    border-radius: 24px;
  }

  .retech-exit-offer__media {
    min-height: 0;
    padding: 10px 10px 0;
  }

  .retech-exit-offer__media img {
    max-height: 220px;
    border-radius: 18px;
    box-shadow: 0 14px 34px rgba(2, 7, 25, .26);
  }

  .retech-exit-offer__content {
    padding: 22px;
  }

  .retech-exit-offer h2 {
    font-size: clamp(27px, 9vw, 36px);
    line-height: 1.05;
  }

  .woocommerce-checkout #wd-25dbef85 {
    order: 1 !important;
  }

  .woocommerce-checkout #wd-e8698fb8 {
    order: 2 !important;
  }

  .woocommerce-checkout #payment,
  .woocommerce-checkout #payment.retech-mobile-checkout-payment {
    order: 3 !important;
    width: 100%;
    margin-top: 16px;
  }

  .tax-product_cat .wd-el-breadcrumbs.wd-nowrap-md,
  .post-type-archive-product .wd-el-breadcrumbs.wd-nowrap-md,
  .woocommerce-shop .wd-el-breadcrumbs.wd-nowrap-md {
    overflow: hidden;
    text-align: left !important;
  }

  .tax-product_cat .wd-breadcrumbs,
  .tax-product_cat .woocommerce-breadcrumb,
  .post-type-archive-product .wd-breadcrumbs,
  .post-type-archive-product .woocommerce-breadcrumb,
  .woocommerce-shop .wd-breadcrumbs,
  .woocommerce-shop .woocommerce-breadcrumb {
    justify-content: flex-start !important;
    width: 100%;
    max-width: 100%;
    padding-inline: 15px;
    margin: 4px 0 6px !important;
    overflow-x: auto;
    color: #7d8490;
    font-size: 13px;
    line-height: 1.25;
    text-align: left !important;
    white-space: nowrap;
    transform: none !important;
    scrollbar-width: none;
  }

  .tax-product_cat .wd-breadcrumbs::-webkit-scrollbar,
  .tax-product_cat .woocommerce-breadcrumb::-webkit-scrollbar,
  .post-type-archive-product .wd-breadcrumbs::-webkit-scrollbar,
  .post-type-archive-product .woocommerce-breadcrumb::-webkit-scrollbar,
  .woocommerce-shop .wd-breadcrumbs::-webkit-scrollbar,
  .woocommerce-shop .woocommerce-breadcrumb::-webkit-scrollbar {
    display: none;
  }

  .single-product .wd-breadcrumbs,
  .single-product .woocommerce-breadcrumb {
    width: 100%;
    max-width: 100%;
    padding-inline: 15px;
    margin: 4px 0 6px !important;
    overflow-x: auto;
    color: #7d8490;
    font-size: 13px;
    line-height: 1.25;
    white-space: nowrap;
    transform: none !important;
    scrollbar-width: none;
  }

  .single-product .wd-breadcrumbs::-webkit-scrollbar,
  .single-product .woocommerce-breadcrumb::-webkit-scrollbar {
    display: none;
  }

  .wd-el-breadcrumbs.wd-nowrap-md {
    text-align: left !important;
  }

  .single-product .retech-mobile-product-head {
    display: grid;
    gap: 8px;
    margin: 8px 0 12px;
    text-align: left;
  }

  .single-product .retech-mobile-product-head .wd-single-title {
    margin: 0 !important;
    text-align: left !important;
  }

  .single-product .retech-mobile-product-head .product_title {
    margin: 0 !important;
    color: #11213a;
    font-size: clamp(24px, 7vw, 30px);
    font-weight: 900;
    line-height: 1.08;
    letter-spacing: 0;
    text-align: left !important;
  }

  .single-product .retech-mobile-product-head .wd-single-rating {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0 !important;
    text-align: left !important;
  }

  .single-product .retech-mobile-product-head .woocommerce-product-rating {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    margin: 0;
    color: #667085;
    font-size: 13px;
    font-weight: 700;
  }

  .single-product .retech-mobile-product-head .star-rating {
    margin: 0;
  }

  .single-product #wd-4c34b9dd {
    margin: 0 0 8px !important;
    padding: 8px 0 10px;
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(17, 33, 58, .06);
    border-radius: 24px;
    box-shadow: 0 12px 34px rgba(17, 33, 58, .06);
  }

  .single-product #wd-4c34b9dd .woocommerce-product-gallery {
    width: 100%;
    height: auto !important;
    margin: 0 !important;
  }

  .single-product #wd-4c34b9dd .wd-gallery-thumb {
    display: none !important;
  }

  .single-product #wd-4c34b9dd .woocommerce-product-gallery__image {
    display: grid !important;
    min-height: 232px;
    place-items: center;
  }

  .single-product #wd-4c34b9dd .woocommerce-product-gallery__image a {
    display: grid;
    width: 100%;
    place-items: center;
  }

  .single-product #wd-4c34b9dd .woocommerce-product-gallery__image img {
    width: auto !important;
    max-width: 82% !important;
    max-height: 232px;
    margin-inline: auto;
    object-fit: contain;
  }

  .single-product .wd-single-title {
    text-align: left !important;
  }

  .single-product #wd-e43d93e9 {
    justify-content: flex-start !important;
    width: fit-content;
    max-width: 100%;
    margin: 0 0 2px !important;
    padding: 7px 11px !important;
    border-radius: 999px;
    background: #eaf3ff !important;
    color: #005fe0 !important;
    font-size: 12px;
    font-weight: 900;
    line-height: 1;
  }

  .single-product #wd-e43d93e9,
  .single-product #wd-e43d93e9 * {
    color: #005fe0 !important;
  }

  .single-product #wd-e43d93e9 img {
    width: auto !important;
    max-width: 76px;
    max-height: 18px;
    margin-left: 8px;
    object-fit: contain;
  }

  .single-product .wd-single-price {
    margin: 0 !important;
    padding: 11px 14px;
    background: #fff;
    border: 1px solid rgba(17, 33, 58, .07);
    border-radius: 18px;
    box-shadow: 0 10px 28px rgba(17, 33, 58, .05);
    text-align: left !important;
  }

  .single-product .wd-single-price .price {
    display: flex;
    flex-wrap: wrap;
    gap: 4px 10px;
    align-items: baseline;
    margin: 0;
    line-height: 1.05;
  }

  .single-product .wd-single-price del {
    color: #8a94a6 !important;
    font-size: 14px;
    font-weight: 700;
  }

  .single-product .wd-single-price ins,
  .single-product .wd-single-price ins .amount {
    color: var(--teknocell-menu-blue) !important;
    font-size: 26px;
    font-weight: 900;
    letter-spacing: 0;
  }

  .single-product .wd-single-stock-status {
    margin: 0 !important;
    text-align: left !important;
  }

  .single-product .wd-single-stock-status .stock {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    min-height: 32px;
    padding: 0 11px;
    border-radius: 999px;
    background: rgba(20, 184, 166, .12);
    color: #0f766e !important;
    font-size: 13px;
    font-weight: 900;
  }

  .single-product .wd-single-short-desc {
    margin: 0 !important;
    padding: 0 2px;
    text-align: left !important;
  }

  .single-product .woocommerce-product-details__short-description {
    display: -webkit-box;
    margin: 0;
    overflow: hidden;
    color: #667085;
    font-size: 14px;
    line-height: 1.55;
    text-align: left !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }

  .single-product .wd-single-add-cart {
    margin: 2px 0 0 !important;
    text-align: left !important;
  }

  .single-product .wd-single-add-cart form.cart {
    display: flex !important;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
  }

  .single-product .wd-single-add-cart form.variations_form {
    display: grid !important;
    grid-template-columns: 1fr;
    gap: 14px;
    width: 100%;
    align-items: stretch;
  }

  .single-product .wd-single-add-cart table.variations,
  .single-product .wd-single-add-cart table.variations tbody,
  .single-product .wd-single-add-cart table.variations tr,
  .single-product .wd-single-add-cart table.variations .cell {
    display: block;
    width: 100%;
  }

  .single-product .wd-single-add-cart table.variations {
    margin: 0 !important;
    border: 0;
  }

  .single-product .wd-single-add-cart table.variations tbody {
    display: grid;
    gap: 10px;
  }

  .single-product .wd-single-add-cart table.variations tr {
    padding: 12px;
    border: 1px solid rgba(17, 33, 58, .08);
    border-radius: 18px;
    background: #f8fafc;
  }

  .single-product .wd-single-add-cart table.variations .label,
  .single-product .wd-single-add-cart table.variations .value {
    padding: 0 !important;
    text-align: left !important;
  }

  .single-product .wd-single-add-cart table.variations .label {
    margin: 0 0 8px;
  }

  .single-product .wd-single-add-cart table.variations label {
    display: block;
    margin: 0;
    color: #172033;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.25;
    white-space: normal;
  }

  .single-product .wd-single-add-cart table.variations label::after {
    content: "";
  }

  .single-product .wd-single-add-cart table.variations select {
    width: 100% !important;
    max-width: none !important;
    min-height: 48px;
    padding: 0 44px 0 15px;
    border: 1px solid rgba(17, 33, 58, .14);
    border-radius: 14px;
    background-color: #fff;
    box-shadow: none;
    color: #172033;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.2;
  }

  .single-product .wd-single-add-cart table.variations select:focus {
    border-color: var(--teknocell-menu-blue);
    box-shadow: 0 0 0 3px rgba(var(--teknocell-menu-blue-rgb), .12);
    outline: none;
  }

  .single-product .wd-single-add-cart table.variations .wd-reset-var {
    margin-top: 8px;
  }

  .single-product .wd-single-add-cart table.variations .reset_variations {
    min-height: 28px;
    color: #667085;
    font-size: 12px;
    font-weight: 800;
  }

  .single-product .wd-single-add-cart .single_variation_wrap {
    display: grid;
    gap: 12px;
    width: 100%;
  }

  .single-product .wd-single-add-cart .woocommerce-variation-add-to-cart {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
    align-items: center;
  }

  .single-product .wd-single-add-cart form.cart .retech-kasko-upsell {
    flex: 0 0 100%;
    width: 100%;
  }

  .single-product .wd-single-add-cart .quantity {
    flex: 0 0 84px;
    width: 84px !important;
    min-width: 84px;
    margin: 0 !important;
    border-radius: 999px;
    overflow: hidden;
  }

  .single-product .wd-single-add-cart .single_add_to_cart_button {
    flex: 1 1 calc(100% - 94px);
    width: 100% !important;
    min-height: 52px;
    margin: 0 !important;
    border-radius: 999px !important;
    font-size: 15px;
    font-weight: 900;
  }

  .single-product .wd-single-add-cart .wd-buy-now-btn {
    flex: 0 0 100%;
    width: 100%;
    min-height: 46px;
    margin-top: 0 !important;
    border-radius: 999px !important;
    font-weight: 900;
  }

  .single-product .retech-kasko-upsell {
    margin: 4px 0 14px;
    border-radius: 18px;
  }

  .single-product .retech-kasko-upsell__label {
    gap: 12px;
    padding: 14px;
  }

  .single-product .retech-bonus-gifts--gallery.retech-bonus-gifts--mobile-purchase {
    margin: 6px 0 2px;
    padding: 14px;
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(17, 33, 58, .06);
  }

  .single-product .retech-bonus-gifts--gallery.retech-bonus-gifts--mobile-purchase .rt-m2-section-head {
    margin-bottom: 6px;
  }

  .single-product .retech-bonus-gifts--gallery.retech-bonus-gifts--mobile-purchase h2 {
    font-size: 18px;
  }

  .single-product .retech-bonus-gifts--gallery.retech-bonus-gifts--mobile-purchase .retech-bonus-gifts__note,
  .single-product .retech-bonus-gifts--gallery.retech-bonus-gifts--mobile-purchase .retech-bonus-gifts__auto {
    margin-bottom: 8px;
    font-size: 12px;
    line-height: 1.35;
  }

  .single-product .retech-bonus-gifts--gallery.retech-bonus-gifts--mobile-purchase .retech-bonus-gifts__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .single-product .retech-bonus-gifts--gallery.retech-bonus-gifts--mobile-purchase .retech-bonus-gift a {
    grid-template-rows: 70px auto auto;
    padding: 9px;
  }

  .single-product .retech-bonus-gifts--gallery.retech-bonus-gifts--mobile-purchase .retech-bonus-gift img {
    height: 70px;
  }

  .single-product .retech-bonus-gifts--gallery.retech-bonus-gifts--mobile-purchase .retech-bonus-gift strong {
    display: -webkit-box;
    min-height: 2.5em;
    overflow: hidden;
    font-size: 12px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .single-product #wd-946191d9 > * {
    margin-top: 14px !important;
  }

  .single-product .retech-mobile-sticky-cart {
    position: fixed;
    right: 22px;
    bottom: calc(62px + env(safe-area-inset-bottom, 0px));
    left: 22px;
    z-index: 10042;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    align-items: center;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    opacity: 0;
    pointer-events: none;
    transform: translateY(18px);
    transition: opacity .18s ease, transform .18s ease;
  }

  body.single-product.retech-mobile-sticky-cart-active .retech-whatsapp-widget {
    bottom: calc(140px + env(safe-area-inset-bottom, 0px)) !important;
  }

	  .single-product .retech-mobile-sticky-cart.is-visible {
	    opacity: 1;
	    pointer-events: auto;
	    transform: translateY(0);
	  }

	  body.single-product.retech-cart-drawer-open .retech-mobile-sticky-cart,
	  body.single-product:has(.cart-widget-side.wd-opened) .retech-mobile-sticky-cart {
	    opacity: 0 !important;
	    pointer-events: none !important;
	    transform: translateY(18px) !important;
	  }

	  body.single-product.retech-cart-drawer-open .retech-whatsapp-widget,
	  body.single-product:has(.cart-widget-side.wd-opened) .retech-whatsapp-widget {
	    opacity: 0 !important;
	    pointer-events: none !important;
	  }
	
	  .single-product .retech-mobile-sticky-cart__price {
	    display: none !important;
	  }

  .single-product .retech-mobile-sticky-cart__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 56px;
    padding: 0 18px;
    border: 0;
    border-radius: 999px;
    background: var(--teknocell-menu-blue);
    color: #fff;
    font-size: 16px;
    font-weight: 900;
    line-height: 1.1;
    text-align: center;
    box-shadow: 0 10px 24px rgba(0, 122, 255, .28);
  }

  .single-product .retech-mobile-sticky-cart__button.is-disabled,
  .single-product .retech-mobile-sticky-cart__button:disabled {
    cursor: pointer;
    background: var(--teknocell-menu-blue) !important;
    background-image: none !important;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    filter: none !important;
    opacity: 1 !important;
    box-shadow: 0 10px 24px rgba(0, 122, 255, .28);
  }

  .search-results .wd-el-breadcrumbs.wd-nowrap-md .wd-breadcrumbs {
    padding-left: 0;
    transform: none !important;
  }

  .search-results .wd-breadcrumbs .wd-last,
  .search-results .wd-breadcrumbs .wd-delimiter:nth-of-type(2) {
    display: none !important;
  }

  .woocommerce .product-grid-item .wd-entities-title,
  .wd-products .product-grid-item .wd-entities-title,
  .cart-collaterals .product-grid-item .wd-entities-title,
  .single-product .retech-recommended-products .wd-entities-title {
    display: -webkit-box !important;
    height: auto !important;
    min-height: 2.8em;
    max-height: 2.8em;
    overflow: hidden;
    line-height: 1.4;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .single-product .retech-recommended-products .wd-entities-title {
    min-height: 4.2em;
    max-height: 4.2em;
    -webkit-line-clamp: 3;
  }

  .wd-btn-arrow.wd-prev {
    left: 4px !important;
  }

  .wd-btn-arrow.wd-next {
    right: 4px !important;
  }

  .wd-btn-arrow.wd-disabled,
  .wd-btn-arrow.wd-lock {
    display: none !important;
  }

  .category-grid-item .wd-cat-image,
  .category-grid-item .category-image {
    display: grid;
    overflow: visible !important;
    place-items: center;
  }

  .category-grid-item .wd-cat-image img,
  .category-grid-item .category-image img {
    width: 100%;
    height: 100%;
    object-fit: contain !important;
    border-radius: 10px !important;
  }

  .product-grid-item .variations_form.wd-quick-shop-2 {
    width: 100%;
  }

  .product-grid-item .variations_form.wd-quick-shop-2 select {
    width: 100%;
    min-height: 40px;
    padding-inline: 10px 28px;
    font-size: 12px;
    line-height: 1.2;
    text-overflow: ellipsis;
  }

  .retech-exit-offer__form div,
  .retech-exit-offer__success {
    grid-template-columns: 1fr;
  }

  .retech-contact-grid article {
    padding: 22px;
  }

  .retech-footer {
    border-radius: 24px 24px 0 0;
  }

  .single-product .retech-product-description {
    padding: 22px;
  }

  .single-product .retech-grade-guide {
    padding: 22px;
  }

  .retech-grade-guide__grid {
    grid-template-columns: 1fr;
  }

  .single-product .retech-product-description h2 {
    font-size: 24px;
  }

  .single-product .retech-grade-guide h2 {
    font-size: 23px;
  }
}

@media (max-width: 480px) {
  .retech-cookie-banner {
    gap: 8px;
    max-height: none;
    padding: 10px;
  }

  .retech-cookie-banner__copy p {
    display: none;
  }

  .retech-cookie-banner__actions {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
  }

  .retech-cookie-banner__actions a {
    grid-column: auto;
  }

  .retech-cookie-banner a,
  .retech-cookie-banner button {
    min-height: 34px;
    padding: 0 6px;
    font-size: 11px;
  }
}

.single-product .retech-kasko-upsell {
  margin: 18px 0;
  border: 1px solid rgba(0, 122, 255, 0.18);
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(0, 122, 255, 0.08), rgba(46, 231, 210, 0.09)),
    #fff;
  box-shadow: 0 16px 42px rgba(11, 18, 32, 0.08);
}

.single-product .retech-kasko-upsell__label {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 14px;
  align-items: start;
  margin: 0;
  padding: 18px;
  cursor: pointer;
}

.single-product .retech-kasko-upsell input {
  width: 20px;
  height: 20px;
  margin-top: 4px;
  accent-color: var(--teknocell-menu-blue);
}

.single-product .retech-kasko-upsell__content {
  display: grid;
  gap: 6px;
  color: var(--retech-muted);
  font-size: 14px;
  line-height: 1.45;
}

.single-product .retech-kasko-upsell__top {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  justify-content: space-between;
}

.single-product .retech-kasko-upsell__badge {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  border-radius: 999px;
  padding: 5px 10px;
  color: #07555a;
  background: rgba(46, 231, 210, 0.2);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.single-product .retech-kasko-upsell__price {
  color: var(--teknocell-menu-blue);
  font-size: 15px;
  font-weight: 900;
}

.single-product .retech-kasko-upsell__content strong {
  color: var(--retech-ink);
  font-size: 17px;
}

.single-product .retech-kasko-upsell__content em {
  color: #304157;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
}

.single-product .retech-kasko-upsell__terms {
  display: inline-flex;
  margin: 0 18px 18px 54px;
  color: var(--teknocell-menu-blue);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.3;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.single-product .retech-kasko-upsell__terms:hover {
  color: var(--teknocell-menu-blue-hover);
}

.retech-social-proof {
  position: fixed;
  bottom: calc(22px + env(safe-area-inset-bottom, 0px));
  left: 22px;
  z-index: 390;
  width: min(390px, calc(100vw - 44px));
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transform: translate3d(0, 14px, 0) scale(.98);
  transform-origin: left bottom;
  transition: opacity .26s ease, transform .26s ease, visibility 0s linear .26s;
  will-change: opacity, transform;
}

.retech-social-proof.is-visible {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  transform: translate3d(0, 0, 0) scale(1);
  transition-delay: 0s;
}

.retech-social-proof__card {
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 12px;
  align-items: center;
  min-height: 86px;
  padding: 10px 42px 10px 10px;
  color: var(--retech-ink, #201831) !important;
  text-decoration: none !important;
  background: rgba(255, 255, 255, .96);
  border: 1px solid rgba(0, 122, 255, .16);
  border-radius: 18px;
  box-shadow: 0 18px 48px rgba(8, 12, 28, .18);
  backdrop-filter: blur(14px);
}

.retech-social-proof:not(.is-ready) .retech-social-proof__card {
  opacity: 0;
}

.retech-social-proof.is-ready .retech-social-proof__image,
.retech-social-proof.is-ready .retech-social-proof__content,
.retech-social-proof.is-ready .retech-social-proof__close {
  animation: retech-social-proof-content-in .24s ease both;
}

.retech-social-proof.is-ready .retech-social-proof__content {
  animation-delay: .04s;
}

@keyframes retech-social-proof-content-in {
  from {
    opacity: 0;
    transform: translateY(4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.retech-social-proof__image {
  display: grid;
  width: 62px;
  height: 62px;
  overflow: hidden;
  place-items: center;
  background: #f5f7fb;
  border: 1px solid rgba(11, 18, 32, .08);
  border-radius: 14px;
}

.retech-social-proof__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.retech-social-proof__content {
  display: grid;
  min-width: 0;
  gap: 2px;
}

.retech-social-proof__eyebrow {
  color: var(--teknocell-menu-blue);
  font-size: 11px;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}

.retech-social-proof__content strong {
  overflow: hidden;
  color: #201831;
  font-size: 14px;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.retech-social-proof__content span:not(.retech-social-proof__eyebrow) {
  display: -webkit-box;
  overflow: hidden;
  color: #566174;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.25;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.retech-social-proof__content em {
  overflow: hidden;
  color: #6c7485;
  font-size: 12px;
  font-style: normal;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.retech-social-proof__close {
  position: absolute;
  top: 9px;
  right: 9px;
  display: inline-grid;
  width: 26px;
  height: 26px;
  padding: 0;
  color: #6c7485;
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
  background: rgba(11, 18, 32, .06);
  border: 0;
  border-radius: 999px;
  place-items: center;
}

.retech-social-proof__close:hover {
  color: #201831;
  background: rgba(0, 122, 255, .1);
}

body:has(.cart-widget-side.wd-opened) .retech-social-proof,
body.retech-cart-drawer-open .retech-social-proof {
  opacity: 0 !important;
  pointer-events: none !important;
}

.teknocell-product-story {
  --tc-blue: var(--teknocell-menu-blue, #1478ff);
  --tc-ink: #1f2430;
  --tc-muted: #657085;
  --tc-line: rgba(20, 120, 255, .14);
  display: grid;
  gap: 22px;
  color: var(--tc-ink);
}

.teknocell-product-story .tc-product-hero,
.teknocell-product-story .tc-feature-grid,
.teknocell-product-story .tc-specs,
.teknocell-product-story .tc-inbox {
  padding: 24px;
  background: #fff;
  border: 1px solid rgba(16, 24, 40, .08);
  border-radius: 18px;
  box-shadow: 0 16px 45px rgba(15, 23, 42, .06);
}

.teknocell-product-story .tc-product-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr);
  gap: 22px;
  align-items: stretch;
  background:
    radial-gradient(circle at top right, rgba(20, 120, 255, .13), transparent 36%),
    linear-gradient(135deg, #ffffff 0%, #f6f9ff 100%);
}

.teknocell-product-story .tc-eyebrow {
  margin: 0 0 8px;
  color: var(--tc-blue);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.teknocell-product-story h2,
.teknocell-product-story h3 {
  margin: 0 0 12px;
  color: var(--tc-ink);
  line-height: 1.15;
}

.teknocell-product-story h2 {
  font-size: 34px;
}

.teknocell-product-story h3 {
  font-size: 21px;
}

.teknocell-product-story p,
.teknocell-product-story li,
.teknocell-product-story td,
.teknocell-product-story th {
  color: var(--tc-muted);
  font-size: 16px;
  line-height: 1.65;
}

.teknocell-product-story .tc-product-points,
.teknocell-product-story .tc-inbox ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.teknocell-product-story .tc-product-points li {
  display: grid;
  gap: 2px;
  padding: 14px 16px;
  background: rgba(255, 255, 255, .82);
  border: 1px solid var(--tc-line);
  border-radius: 14px;
}

.teknocell-product-story .tc-product-points strong {
  color: var(--tc-blue);
  font-size: 16px;
  line-height: 1.2;
}

.teknocell-product-story .tc-product-points span {
  color: var(--tc-muted);
  font-size: 14px;
  line-height: 1.45;
}

.teknocell-product-story .tc-video-wrap {
  overflow: hidden;
  background: #071026;
  border-radius: 18px;
  box-shadow: 0 18px 50px rgba(8, 12, 28, .14);
}

.teknocell-product-story .tc-video-wrap video,
.teknocell-product-story .tc-video-wrap iframe {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  border: 0;
  object-fit: cover;
}

.teknocell-product-story .tc-video-wrap iframe {
  height: 100%;
}

.teknocell-product-story .tc-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.teknocell-product-story .tc-feature-grid article {
  padding: 22px;
  background: #fff;
  border: 1px solid rgba(16, 24, 40, .08);
  border-radius: 18px;
  box-shadow: 0 16px 45px rgba(15, 23, 42, .05);
}

.teknocell-product-story .tc-feature-grid p:last-child,
.teknocell-product-story .tc-product-hero p:last-child,
.teknocell-product-story .tc-inbox ul:last-child,
.teknocell-product-story .tc-source-note:last-child {
  margin-bottom: 0;
}

.teknocell-product-story .tc-specs table {
  width: 100%;
  margin: 0;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  border: 1px solid rgba(16, 24, 40, .08);
  border-radius: 14px;
}

.teknocell-product-story .tc-specs th,
.teknocell-product-story .tc-specs td {
  padding: 13px 16px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid rgba(16, 24, 40, .07);
}

.teknocell-product-story .tc-specs th {
  width: 34%;
  color: var(--tc-ink);
  font-weight: 900;
  background: #f7faff;
}

.teknocell-product-story .tc-specs tr:last-child th,
.teknocell-product-story .tc-specs tr:last-child td {
  border-bottom: 0;
}

.teknocell-product-story .tc-inbox li {
  position: relative;
  padding: 10px 0 10px 30px;
  border-bottom: 1px solid rgba(16, 24, 40, .07);
}

.teknocell-product-story .tc-inbox li::before {
  position: absolute;
  top: 13px;
  left: 0;
  display: grid;
  width: 20px;
  height: 20px;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  content: "✓";
  background: var(--tc-blue);
  border-radius: 50%;
  place-items: center;
}

.teknocell-product-story .tc-inbox li:last-child {
  border-bottom: 0;
}

.teknocell-product-story .tc-source-note {
  margin: 0;
  padding: 14px 16px;
  color: #6f7788;
  font-size: 13px;
  background: #f7f8fb;
  border: 1px solid rgba(16, 24, 40, .07);
  border-radius: 14px;
}

@media (max-width: 768px) {
  .teknocell-product-story {
    gap: 14px;
  }

  .teknocell-product-story .tc-product-hero,
  .teknocell-product-story .tc-feature-grid {
    grid-template-columns: 1fr;
  }

  .teknocell-product-story .tc-product-hero,
  .teknocell-product-story .tc-feature-grid article,
  .teknocell-product-story .tc-specs,
  .teknocell-product-story .tc-inbox {
    padding: 18px;
    border-radius: 16px;
  }

  .teknocell-product-story h2 {
    font-size: 26px;
  }

  .teknocell-product-story h3 {
    font-size: 19px;
  }

  .teknocell-product-story p,
  .teknocell-product-story li,
  .teknocell-product-story td,
  .teknocell-product-story th {
    font-size: 15px;
    line-height: 1.55;
  }

  .teknocell-product-story .tc-specs table,
  .teknocell-product-story .tc-specs tbody,
  .teknocell-product-story .tc-specs tr,
  .teknocell-product-story .tc-specs th,
  .teknocell-product-story .tc-specs td {
    display: block;
    width: 100%;
  }

  .teknocell-product-story .tc-specs th {
    padding-bottom: 4px;
    border-bottom: 0;
  }

  .teknocell-product-story .tc-specs td {
    padding-top: 4px;
  }
}

@media (max-width: 575px) {
  .retech-social-proof {
    right: 12px;
    bottom: calc(78px + env(safe-area-inset-bottom, 0px));
    left: 12px;
    width: auto;
  }

  .retech-social-proof__card {
    grid-template-columns: 56px 1fr;
    min-height: 78px;
    padding: 9px 38px 9px 9px;
    border-radius: 16px;
  }

  .retech-social-proof__image {
    width: 56px;
    height: 56px;
    border-radius: 12px;
  }

  .retech-social-proof__content strong {
    font-size: 13px;
  }

  .retech-social-proof__content span:not(.retech-social-proof__eyebrow) {
    font-size: 12px;
  }

  .single-product .retech-kasko-upsell__label {
    padding: 16px;
  }

  .single-product .retech-kasko-upsell__top {
    align-items: flex-start;
  }

  .single-product .retech-kasko-upsell__terms {
    margin: 0 16px 16px 52px;
  }
}
