* {
  box-sizing: border-box;
}

body.tr-shop-page {
  margin: 0;
  background: #f4f7fb;
  color: #111827;
  font-family: Montserrat, Arial, sans-serif;
}

.tr-shop-page a {
  color: inherit;
}

.tr-shop-header {
  position: relative;
  z-index: 50;
  background: #ffffff;
  box-shadow: 0 1px 0 rgb(15 23 42 / 8%);
}

.tr-shop-topbar {
  display: flex;
  min-height: 42px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 0 max(18px, calc((100vw - 1220px) / 2));
  background: #053fba;
  color: #ffffff;
  font-size: 20px;
  font-weight: 900;
}

.tr-shop-socials {
  display: flex;
  align-items: center;
  gap: 12px;
}

.tr-shop-socials a {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgb(255 255 255 / 28%);
  border-radius: 999px;
  background: rgb(255 255 255 / 9%);
  color: #ffffff;
  text-decoration: none;
  transition: background 160ms ease, color 160ms ease, transform 160ms ease, border-color 160ms ease;
}

.tr-shop-socials a:hover,
.tr-shop-socials a:focus-visible {
  border-color: #ffffff;
  background: #ffffff;
  color: #053fba;
  transform: translateY(-1px);
}

.tr-shop-socials svg {
  width: 17px;
  height: 17px;
  fill: currentColor;
}

.tr-shop-nav {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr) auto minmax(170px, 220px);
  align-items: center;
  gap: 12px;
  min-height: 66px;
  padding: 0 max(28px, calc((100vw - 1220px) / 2));
  background: #ffffff;
}

.tr-shop-logo {
  display: grid;
  align-items: center;
}

.tr-shop-logo img {
  display: block;
  width: min(238px, 100%);
  height: auto;
}

.tr-shop-nav nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.tr-shop-nav nav a {
  position: relative;
  color: #111827;
  font-size: 11.5px;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
}

.tr-shop-nav nav a::after {
  display: none;
}

.tr-shop-nav nav a:hover::after,
.tr-shop-nav nav a.is-active::after {
  opacity: 1;
  transform: scaleX(1);
}

.tr-shop-nav nav a:hover {
  color: #053fba;
}

.tr-shop-nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border-radius: 999px;
  padding: 0 26px;
  background: #050505;
  color: #ffffff !important;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}

.tr-shop-nav-cta:visited,
.tr-shop-nav-cta:hover,
.tr-shop-nav-cta:focus-visible {
  color: #ffffff !important;
}

.tr-shop-header-search {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 44px;
  align-items: center;
  min-height: 48px;
  border: 2px solid #0451f3;
  border-radius: 999px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 10px 22px rgb(4 81 243 / 13%);
}

.tr-shop-header-search input[type="search"] {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  padding: 0 14px 0 18px;
  color: #0f172a;
  font: 700 13px Montserrat, Arial, sans-serif;
}

.tr-shop-header-search input[type="search"]::placeholder {
  color: #0b8f43;
  opacity: .95;
}

.tr-shop-header-search button {
  display: grid;
  width: 42px;
  height: 42px;
  margin-right: 2px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: #208f51;
  color: #ffffff;
  line-height: 1;
  cursor: pointer;
  transition: background 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.tr-shop-header-search button:hover,
.tr-shop-header-search button:focus-visible {
  background: #0b7d3b;
  box-shadow: 0 7px 16px rgb(32 143 81 / 28%);
  transform: translateY(-1px);
}

.tr-shop-header-search button svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.tr-shop {
  min-height: 100vh;
}

.tr-shop-hero {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 270px;
  padding: 46px max(24px, calc((100vw - 1240px) / 2));
  background-image:
    linear-gradient(90deg, rgb(5 13 29 / 92%) 0%, rgb(5 13 29 / 74%) 36%, rgb(5 13 29 / 24%) 68%, rgb(5 13 29 / 8%) 100%),
    url("/assets/store/productos-banner-ai-v3.png"),
    linear-gradient(135deg, #07111f 0%, #0b1f46 58%, #05080f 100%);
  background-position:
    center,
    center 58%,
    center;
  background-repeat: no-repeat;
  background-size:
    100% 100%,
    cover,
    cover;
  color: #ffffff;
  overflow: hidden;
}

.tr-shop-hero-copy {
  position: relative;
  z-index: 1;
  width: min(100%, 1240px);
}

.tr-shop-hero h1 {
  max-width: 680px;
  margin: 0;
  font-size: clamp(38px, 5vw, 74px);
  font-weight: 900;
  line-height: .95;
  letter-spacing: 0;
  text-shadow: 0 14px 34px rgb(0 0 0 / 42%);
  text-transform: uppercase;
}

.tr-shop-featured {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  justify-self: end;
  width: min(100%, 500px);
  gap: 14px;
}

.tr-shop-featured-card {
  display: grid;
  min-height: 0;
  overflow: hidden;
  border: 1px solid rgb(255 255 255 / 12%);
  border-radius: 18px;
  background: rgb(255 255 255 / 8%);
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 18px 34px rgb(0 0 0 / 24%);
  backdrop-filter: blur(10px);
}

.tr-shop-featured-card img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  padding: 14px;
  background: #ffffff;
  object-fit: contain;
}

.tr-shop-featured-card span {
  padding: 10px 14px 0;
  color: #9fefc4;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.tr-shop-featured-card strong {
  padding: 5px 14px 14px;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.25;
  text-transform: uppercase;
}

.tr-shop-layout {
  display: grid;
  grid-template-columns: minmax(260px, 300px) minmax(0, 1fr);
  gap: 28px;
  width: min(100% - 48px, 1320px);
  margin: 30px auto 0;
  align-items: start;
}

.tr-shop-sidebar,
.tr-shop-catalog {
  border: 1px solid #e2e8f0;
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 18px 45px rgb(15 23 42 / 8%);
}

.tr-shop-sidebar {
  position: sticky;
  top: 116px;
  display: grid;
  gap: 8px;
  padding: 20px;
}

.tr-shop-sidebar-head {
  display: grid;
  gap: 5px;
  padding: 0 4px 14px;
}

.tr-shop-sidebar-head span {
  color: #0aa95b;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.tr-shop-sidebar-head strong {
  color: #111827;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.1;
}

.tr-shop-category-group {
  display: grid;
  gap: 5px;
}

.tr-shop-category-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 38px;
  gap: 7px;
  align-items: stretch;
}

.tr-shop-category-row .tr-shop-category-parent:last-child {
  grid-column: 1 / -1;
}

.tr-shop-category {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  border: 0;
  border-radius: 13px;
  padding: 10px 12px;
  background: transparent;
  color: #111827;
  font: inherit;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
  text-align: left;
  text-transform: uppercase;
  cursor: pointer;
}

.tr-shop-category:hover,
.tr-shop-category.is-active {
  background: #edf7ff;
  color: #0b45d9;
}

.tr-shop-category small {
  display: inline-grid;
  min-width: 28px;
  height: 24px;
  place-items: center;
  border-radius: 999px;
  background: #e5e7eb;
  color: #64748b;
  font-size: 11px;
  font-weight: 900;
}

.tr-shop-category.is-active small {
  background: #0aa95b;
  color: #ffffff;
}

.tr-shop-category-toggle {
  position: relative;
  display: inline-grid;
  min-height: 42px;
  place-items: center;
  border: 1px solid #d6e0ea;
  border-radius: 13px;
  background: #ffffff;
  color: #0b45d9;
  cursor: pointer;
  transition: border-color .2s ease, box-shadow .2s ease, color .2s ease;
}

.tr-shop-category-toggle::before {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
  transition: transform .2s ease;
}

.tr-shop-category-toggle:hover {
  border-color: #0b45d9;
  box-shadow: 0 10px 22px rgb(15 23 42 / 10%);
}

.tr-shop-category-toggle[aria-expanded="true"] {
  color: #0aa95b;
}

.tr-shop-category-toggle[aria-expanded="true"]::before {
  transform: translateY(2px) rotate(225deg);
}

.tr-shop-subcategories {
  display: grid;
  gap: 4px;
  padding: 0 0 2px 10px;
}

.tr-shop-subcategories[hidden] {
  display: none;
}

.tr-shop-category-child {
  margin-left: 0;
  color: #475467;
  font-size: 11px;
}

.tr-shop-catalog {
  min-width: 0;
  padding: 26px;
}

.tr-shop-toolbar {
  display: grid;
  grid-template-columns: minmax(260px, .7fr) minmax(360px, 1fr);
  gap: 24px;
  align-items: end;
  padding-bottom: 22px;
  border-bottom: 1px solid #e5e7eb;
}

.tr-shop-toolbar h2 {
  margin: 14px 0 8px;
  color: #111827;
  font-size: clamp(28px, 3vw, 46px);
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.tr-shop-toolbar p {
  margin: 0;
  color: #667085;
  font-size: 14px;
  line-height: 1.5;
}

.tr-shop-filters {
  display: grid;
  grid-template-columns: minmax(260px, 520px);
  justify-content: end;
  gap: 12px;
}

.tr-shop-filters label {
  display: grid;
  gap: 7px;
  min-width: 0;
}

.tr-shop-filters span {
  color: #344054;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.tr-shop-filters input,
.tr-shop-filters select {
  width: 100%;
  min-height: 45px;
  border: 1px solid #cbd5e1;
  border-radius: 12px;
  padding: 0 14px;
  background: #ffffff;
  color: #111827;
  font: inherit;
  font-size: 13px;
  font-weight: 700;
}

.tr-shop-filters input:focus,
.tr-shop-filters select:focus {
  outline: 3px solid rgb(13 110 253 / 15%);
  border-color: #0d6efd;
}

.tr-shop-active-filter {
  display: flex;
  align-items: center;
  width: fit-content;
  min-height: 36px;
  margin: 20px 0;
  border-radius: 999px;
  padding: 0 15px;
  background: #f0fdf4;
  color: #067647;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.tr-shop-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 22px;
}

.tr-product-card {
  display: grid;
  grid-template-rows: 260px auto;
  overflow: hidden;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 16px 36px rgb(15 23 42 / 8%);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.tr-product-card:hover {
  transform: translateY(-4px);
  border-color: #bfdbfe;
  box-shadow: 0 22px 46px rgb(15 23 42 / 12%);
}

.tr-product-card.is-filtered,
.tr-product-card.is-limited {
  display: none;
}

.tr-product-card-media {
  display: grid;
  min-width: 0;
  place-items: center;
  padding: 18px 18px 4px;
  background:
    linear-gradient(180deg, #ffffff 0%, #ffffff 68%, #f8fafc 100%);
  text-decoration: none;
}

.tr-product-card-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.tr-product-card-media span {
  color: #98a2b3;
  font-size: 13px;
  font-weight: 800;
}

.tr-product-card-body {
  display: grid;
  align-content: start;
  gap: 14px;
  padding: 18px 18px 20px;
  text-align: center;
}

.tr-product-card h3 {
  min-height: 48px;
  margin: 0;
  color: #111827;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.25;
  text-transform: uppercase;
}

.tr-product-card h3 a {
  text-decoration: none;
}

.tr-product-card-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 2px;
}

.tr-product-card-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  border: 1px solid #d1d5db;
  border-radius: 999px;
  padding: 0 10px;
  color: #111827;
  font-size: 11px;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}

.tr-product-card-actions a + a {
  border-color: #0aa95b;
  background: #0aa95b;
  color: #ffffff;
}

.tr-shop-empty {
  display: grid;
  place-items: center;
  gap: 8px;
  min-height: 240px;
  border: 1px dashed #cbd5e1;
  border-radius: 18px;
  color: #667085;
  text-align: center;
}

.tr-shop-empty[hidden] {
  display: none;
}

.tr-shop-empty strong {
  color: #111827;
  font-size: 26px;
  font-weight: 900;
}

.tr-shop-pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 34px;
  border: 1px solid #dbe5f0;
  border-radius: 12px;
  padding: 16px;
  background: linear-gradient(90deg, #fffaf7 0%, #ffffff 50%, #f8fbff 100%);
  box-shadow: 0 18px 38px rgb(15 23 42 / 8%);
}

.tr-shop-pagination[hidden] {
  display: none;
}

.tr-shop-pagination-status {
  color: #6b7280;
  font-size: 14px;
  font-weight: 900;
}

.tr-shop-pagination-controls,
.tr-shop-page-list {
  display: flex;
  align-items: center;
  gap: 8px;
}

.tr-shop-page-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  min-height: 42px;
  border: 1px solid #d8e3ef;
  border-radius: 13px;
  padding: 0 15px;
  background: #ffffff;
  color: #0b1d3b;
  font: inherit;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
  transition: border-color .2s ease, background .2s ease, color .2s ease, transform .2s ease;
}

.tr-shop-page-btn:hover:not(:disabled),
.tr-shop-page-btn.is-active {
  border-color: #ff6b1a;
  background: #ff6b1a;
  color: #ffffff;
  transform: translateY(-1px);
}

.tr-shop-page-btn:disabled {
  background: #f8fafc;
  color: #a2acba;
  cursor: not-allowed;
}

.tr-shop-page-ellipsis {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 42px;
  color: #8a94a6;
  font-size: 15px;
  font-weight: 900;
}

.tr-product-detail-main {
  min-height: 620px;
  padding: 72px max(22px, calc((100vw - 1220px) / 2)) 78px;
  background:
    radial-gradient(circle at 18% 10%, rgb(4 81 243 / 8%), transparent 28%),
    linear-gradient(180deg, #f6f8fb 0%, #ffffff 100%);
}

.tr-product-detail-wrap {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, .9fr);
  align-items: start;
  gap: 54px;
  width: min(100%, 1220px);
  margin: 0 auto;
}

.tr-product-detail-gallery {
  display: grid;
  gap: 16px;
  min-width: 0;
}

.tr-product-detail-media {
  display: grid;
  min-height: 620px;
  overflow: hidden;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 26px 70px rgb(15 23 42 / 12%);
}

.tr-product-detail-media a,
.tr-product-detail-media span {
  display: grid;
  min-width: 0;
  place-items: center;
  padding: 24px;
  text-decoration: none;
}

.tr-product-detail-media img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 590px;
  object-fit: contain;
}

.tr-product-detail-media span {
  color: #98a2b3;
  font-size: 18px;
  font-weight: 900;
}

.tr-product-gallery-strip {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(92px, 1fr));
  gap: 12px;
}

.tr-product-gallery-strip a {
  display: grid;
  min-height: 92px;
  overflow: hidden;
  place-items: center;
  border: 2px solid transparent;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 12px 28px rgb(15 23 42 / 8%);
  transition: border-color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.tr-product-gallery-strip a:hover,
.tr-product-gallery-strip a.is-active {
  border-color: #0d6efd;
  box-shadow: 0 16px 36px rgb(13 110 253 / 16%);
  transform: translateY(-1px);
}

.tr-product-gallery-strip img {
  display: block;
  width: 100%;
  height: 92px;
  object-fit: contain;
  padding: 8px;
}

.tr-product-detail-content {
  display: grid;
  gap: 18px;
  padding-top: 8px;
}

.tr-product-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  color: #6b7280;
  font-size: 12px;
  font-weight: 700;
}

.tr-product-breadcrumbs a {
  color: #0b1d3b;
  text-decoration: none;
}

.tr-product-kicker {
  margin: 8px 0 0;
  color: #0aa95b;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: .02em;
  line-height: 1.4;
  text-transform: uppercase;
}

.tr-product-detail-content h1 {
  margin: 0;
  color: #111827;
  font-size: clamp(36px, 4.3vw, 54px);
  font-weight: 900;
  line-height: 1.04;
  letter-spacing: 0;
  text-transform: uppercase;
}

.tr-product-detail-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin: 4px 0 8px;
}

.tr-product-detail-actions span {
  margin-right: 4px;
  color: #4b5563;
  font-size: 16px;
  font-weight: 500;
}

.tr-product-catalog-button,
.tr-product-whatsapp-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border-radius: 8px;
  padding: 0 24px;
  color: #ffffff !important;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.tr-product-catalog-button {
  background: #1f2d3d;
}

.tr-product-whatsapp-button {
  background: #0d6efd;
  border-radius: 999px;
}

.tr-product-catalog-button:hover,
.tr-product-whatsapp-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgb(15 23 42 / 18%);
}

.tr-product-tech-table {
  overflow: hidden;
  border: 1px solid #d7dce5;
  border-radius: 0;
  background: #ffffff;
  box-shadow: 0 14px 34px rgb(15 23 42 / 8%);
}

.tr-product-tech-table table {
  width: 100%;
  border-collapse: collapse;
  color: #4b5563;
  font-size: 13px;
  line-height: 1.35;
}

.tr-product-tech-table th {
  padding: 10px 12px;
  background: #0245f1;
  color: #ffffff;
  font-weight: 900;
  text-align: left;
}

.tr-product-tech-table th + th,
.tr-product-tech-table td + td {
  text-align: center;
}

.tr-product-tech-table td {
  padding: 8px 12px;
  border-top: 1px solid #d0d5dd;
}

.tr-product-tech-table tbody tr:nth-child(odd):not(.tr-product-tech-section) {
  background: #e6e6e6;
}

.tr-product-tech-table tbody tr:nth-child(even):not(.tr-product-tech-section) {
  background: #f2f2f2;
}

.tr-product-tech-table .tr-product-tech-section td {
  background: #0245f1;
  color: #ffffff;
  font-weight: 900;
  text-align: left;
}

.tr-product-measures-table {
  overflow: hidden;
  border: 1px solid #d7dce5;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 14px 34px rgb(15 23 42 / 8%);
}

.tr-product-measures-table h2 {
  margin: 0;
  padding: 12px 16px;
  background: #0245f1;
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}

.tr-product-measures-table table {
  width: 100%;
  border-collapse: collapse;
}

.tr-product-measures-table td {
  width: 25%;
  border-top: 1px solid #d0d5dd;
  border-right: 1px solid #d0d5dd;
  padding: 12px 14px;
  color: #0b172a;
  font-size: 15px;
  font-weight: 900;
  text-align: center;
}

.tr-product-measures-table td:last-child {
  border-right: 0;
}

.tr-product-measures-table tr:nth-child(odd) td {
  background: #f4f7fb;
}

.tr-product-detail-summary {
  max-width: 620px;
  margin: 0;
  color: #4b5563;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.75;
}

.tr-product-tabs {
  display: grid;
  gap: 0;
  margin-top: 18px;
  overflow: hidden;
  border: 1px solid #d9e2ef;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 18px 42px rgb(15 23 42 / 8%);
}

.tr-product-detail-extra {
  grid-column: 1 / -1;
  margin-top: 8px;
}

.tr-product-tabs-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  border-bottom: 1px solid #d9e2ef;
  background: #f7faff;
}

.tr-product-tabs-nav button {
  min-height: 48px;
  border: 0;
  border-right: 1px solid #d9e2ef;
  padding: 0 20px;
  background: transparent;
  color: #526174;
  cursor: pointer;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.tr-product-tabs-nav button.is-active {
  background: #ffffff;
  color: #0d6efd;
  box-shadow: inset 0 -3px 0 #0d6efd;
}

.tr-product-tabs-panels {
  padding: 22px 24px;
}

.tr-product-tab-panel {
  display: none;
  color: #526174;
  font-size: 17px;
  line-height: 1.75;
}

.tr-product-tab-panel.is-active {
  display: block;
}

.tr-product-tab-panel p {
  margin: 0 0 14px;
}

.tr-product-tab-panel ul,
.tr-product-tab-panel ol {
  margin: 0 0 14px 20px;
  padding: 0;
}

.tr-product-info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 10px 0 0;
}

.tr-product-info-grid div {
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 16px;
  background: #ffffff;
  box-shadow: 0 12px 30px rgb(15 23 42 / 6%);
}

.tr-product-info-grid dt {
  margin-bottom: 6px;
  color: #0aa95b;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.tr-product-info-grid dd {
  margin: 0;
  color: #111827;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.35;
}

.tr-related-products {
  padding: 74px max(22px, calc((100vw - 1220px) / 2)) 76px;
  background: #ffffff;
}

.tr-related-products-inner {
  display: grid;
  gap: 34px;
  width: min(100%, 1220px);
  margin: 0 auto;
}

.tr-related-products-heading {
  display: grid;
  justify-items: center;
  gap: 8px;
  text-align: center;
}

.tr-related-products-heading span {
  color: #0aa95b;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.tr-related-products-heading h2 {
  margin: 0;
  color: #0b1d3b;
  font-size: clamp(30px, 4vw, 46px);
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.tr-related-products-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.tr-related-product-card {
  grid-template-rows: 250px auto;
}

.tr-related-product-category {
  margin: 0;
  color: #0aa95b;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}

.tr-shop-prefooter {
  display: grid;
  justify-items: center;
  gap: 0;
  margin-top: 80px;
  padding: 62px 24px 68px;
  background: #f7f7f7;
  color: #172033;
  text-align: center;
}

.tr-shop-prefooter h2 {
  max-width: 900px;
  margin: 0;
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.tr-shop-allies-shell {
  display: grid;
  grid-template-columns: 42px minmax(0, 980px) 42px;
  align-items: center;
  gap: 22px;
  width: min(100%, 1120px);
  margin-top: 38px;
}

.tr-shop-allies-viewport {
  overflow: hidden;
}

.tr-shop-allies-track {
  display: flex;
  align-items: center;
  gap: 34px;
  transition: transform 320ms ease;
  will-change: transform;
}

.tr-shop-allies-item {
  flex: 0 0 calc((100% - 136px) / 5);
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  height: 58px;
  margin: 0;
}

.tr-shop-allies-item img {
  display: block;
  max-width: 100%;
  max-height: 50px;
  object-fit: contain;
}

.tr-shop-allies-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #d3d7dd;
  font: inherit;
  font-size: 46px;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
}

.tr-shop-allies-arrow:hover {
  color: #172033;
}

.tr-shop-allies-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 30px;
}

.tr-shop-allies-dots button {
  width: 5px;
  height: 5px;
  border: 0;
  border-radius: 999px;
  background: #d6d9de;
  padding: 0;
  cursor: pointer;
}

.tr-shop-allies-dots button.is-active {
  background: #0b172a;
}

.tr-shop-footer {
  display: grid;
  grid-template-columns: minmax(260px, 42%) minmax(320px, 58%);
  gap: 96px;
  padding: 96px max(24px, calc((100vw - 1220px) / 2)) 88px;
  background: #000000;
  color: #ffffff;
  align-items: start;
}

.tr-shop-footer-brand,
.tr-shop-footer-contact {
  display: grid;
  align-content: start;
}

.tr-shop-footer-brand {
  justify-items: center;
  gap: 34px;
}

.tr-shop-footer-brand img {
  display: block;
  width: min(318px, 100%);
}

.tr-shop-footer-socials {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}

.tr-shop-footer-socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 999px;
  background: #1238ff;
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
}

.tr-shop-footer-contact {
  gap: 23px;
}

.tr-shop-footer-line {
  display: grid;
  grid-template-columns: 26px minmax(0, 1fr);
  align-items: start;
  gap: 18px;
  color: #ffffff;
  text-decoration: none;
}

.tr-shop-footer-line span {
  margin: 0;
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.42;
}

.tr-shop-footer-line strong {
  color: #fff127;
  font-size: 24px;
  font-weight: 900;
}

.tr-shop-footer-icon {
  display: inline-flex;
  justify-content: center;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.4;
}

.tr-shop-whatsapp {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 80;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  overflow: hidden;
  border-radius: 999px;
  background: #1fae39;
  color: #ffffff;
  font-size: 0;
  text-decoration: none;
  box-shadow: 0 18px 34px rgb(0 0 0 / 24%);
}

.tr-shop-whatsapp::before {
  content: "W";
  font-size: 26px;
  font-weight: 900;
}

@media (max-width: 1100px) {
  .tr-shop-nav {
    grid-template-columns: 1fr;
    justify-items: center;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .tr-shop-nav nav {
    flex-wrap: wrap;
  }

  .tr-shop-header-search {
    width: min(100%, 320px);
  }

  .tr-shop-layout,
  .tr-shop-toolbar,
  .tr-product-detail-wrap,
  .tr-shop-footer {
    grid-template-columns: minmax(0, 1fr);
  }

  .tr-product-detail-main {
    padding-top: 48px;
    padding-bottom: 58px;
  }

  .tr-product-detail-media {
    min-height: 460px;
  }

  .tr-product-detail-media img {
    max-height: 440px;
  }

  .tr-shop-sidebar {
    position: static;
  }

  .tr-shop-filters {
    grid-template-columns: minmax(0, 520px);
    justify-content: start;
  }

  .tr-shop-pagination {
    align-items: flex-start;
    flex-direction: column;
  }

  .tr-shop-pagination-controls {
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

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

  .tr-shop-allies-shell {
    grid-template-columns: 34px minmax(0, 1fr) 34px;
    gap: 16px;
  }

  .tr-shop-allies-track {
    gap: 28px;
  }

  .tr-shop-allies-item {
    flex-basis: calc((100% - 84px) / 4);
  }

  .tr-shop-footer {
    gap: 48px;
  }

  .tr-shop-footer-brand {
    justify-items: start;
  }

  .tr-shop-footer-socials {
    justify-content: flex-start;
  }
}

@media (max-width: 700px) {
  .tr-shop-topbar,
  .tr-shop-socials {
    align-items: center;
    flex-direction: column;
    text-align: center;
  }

  .tr-shop-hero {
    min-height: 210px;
    padding-top: 34px;
    padding-bottom: 34px;
    background-position:
      center,
      center 58%,
      center;
    background-size:
      100% 100%,
      cover,
      cover;
  }

  .tr-shop-filters,
  .tr-product-card-actions {
    grid-template-columns: minmax(0, 1fr);
  }

  .tr-product-detail-main {
    padding: 30px 14px 44px;
  }

  .tr-product-detail-wrap {
    gap: 28px;
  }

  .tr-product-detail-media {
    min-height: 320px;
    border-radius: 18px;
  }

  .tr-product-detail-media a,
  .tr-product-detail-media span {
    padding: 14px;
  }

  .tr-product-detail-media img {
    max-height: 320px;
  }

  .tr-product-detail-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .tr-product-detail-actions span,
  .tr-product-catalog-button,
  .tr-product-whatsapp-button {
    width: 100%;
  }

  .tr-product-detail-actions span {
    margin-right: 0;
    text-align: center;
  }

  .tr-product-tech-table,
  .tr-product-measures-table {
    overflow-x: auto;
  }

  .tr-product-tech-table table,
  .tr-product-measures-table table {
    min-width: 460px;
  }

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

  .tr-related-products {
    padding: 52px 14px 56px;
  }

  .tr-related-products-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .tr-shop-page-list {
    flex-wrap: wrap;
  }

  .tr-shop-page-btn {
    min-width: 38px;
    min-height: 38px;
    padding: 0 12px;
    font-size: 13px;
  }

  .tr-shop-hero-copy {
    text-align: center;
  }

  .tr-shop-hero h1 {
    max-width: 100%;
    font-size: clamp(32px, 11vw, 46px);
  }

  .tr-shop-prefooter {
    margin-top: 54px;
    padding: 46px 18px 52px;
  }

  .tr-shop-allies-shell {
    grid-template-columns: 30px minmax(0, 1fr) 30px;
    gap: 10px;
    margin-top: 26px;
  }

  .tr-shop-allies-track {
    gap: 18px;
  }

  .tr-shop-allies-item {
    flex-basis: calc((100% - 18px) / 2);
    height: 52px;
  }

  .tr-shop-allies-arrow {
    width: 30px;
    height: 34px;
    font-size: 36px;
  }

  .tr-shop-footer {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .tr-shop-footer-line {
    grid-template-columns: 22px minmax(0, 1fr);
    gap: 12px;
  }

  .tr-shop-footer-line span {
    font-size: 16px;
  }

  .tr-shop-footer-line strong {
    font-size: 19px;
  }

  .tr-shop-layout {
    width: min(100% - 24px, 1320px);
    margin-top: 20px;
  }

  .tr-shop-catalog,
  .tr-shop-sidebar {
    padding: 18px;
    border-radius: 18px;
  }

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

  .tr-product-card {
    grid-template-rows: 240px auto;
  }
}
