:root {
  --tplp-ink: #10131a;
  --tplp-muted: #667085;
  --tplp-line: rgba(16, 19, 26, 0.12);
  --tplp-blue: #1463ff;
  --tplp-cyan: #00b8d9;
  --tplp-gold: #c8a45d;
  --tplp-paper: #f7f8fa;
  --tplp-white: #ffffff;
  --tplp-radius: 8px;
  --tplp-shadow: 0 24px 70px rgba(16, 19, 26, 0.16);
  font-synthesis: none;
}

.tplp-app,
.tplp-app * {
  box-sizing: border-box;
}

.tplp-app {
  color: var(--tplp-ink);
  font-family: Rubik, Arial, Helvetica, sans-serif;
  line-height: 1.45;
  background: var(--tplp-paper);
  margin: 0 calc(50% - 50vw);
  min-height: 100vh;
}

body.tplp-template-page {
  background: var(--tplp-paper);
  margin: 0;
}

body.tplp-template-page .tplp-app {
  margin-left: 0;
  margin-right: 0;
}

.tplp-shell-widget {
  min-height: 0;
}

.tplp-header {
  align-items: center;
  background: #293241;
  border-bottom: 0;
  display: block;
  padding: 0;
}

.tplp-header-standalone {
  background: #293241;
  box-shadow: none;
}

.tplp-header-searchbar {
  align-items: stretch;
  background: #fff;
  display: grid;
  grid-template-columns: 430px minmax(0, 1fr) 320px;
  margin: 0 auto;
  max-width: 1920px;
  overflow: hidden;
  width: calc(100% - 24px);
}

.tplp-simple-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1320px;
  min-height: 96px;
  padding: 12px 24px;
}

.tplp-header-logo-link {
  align-items: center;
  display: inline-flex;
  text-decoration: none;
}

.tplp-header-contact-group {
  align-items: center;
  display: flex;
  gap: 12px;
}

.tplp-header-contact-group a {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--tplp-radius);
  color: #fff;
  display: inline-flex;
  font-weight: 900;
  min-height: 44px;
  padding: 0 16px;
  text-decoration: none;
}

.tplp-header-contact-group .tplp-header-phone,
.tplp-header-contact-group .tplp-header-whatsapp {
  border-radius: 999px;
  border-color: transparent;
  font-size: 0;
  height: 44px;
  justify-content: center;
  padding: 0;
  position: relative;
  width: 44px;
}

.tplp-header-contact-group .tplp-header-phone {
  background: var(--tplp-blue);
}

.tplp-header-contact-group .tplp-header-whatsapp {
  background: #25d366;
}

.tplp-header-phone::before,
.tplp-header-whatsapp::before {
  background-color: currentColor;
  content: "";
  height: 24px;
  width: 24px;
}

.tplp-header-phone::before {
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6.62 10.79c1.44 2.83 3.76 5.15 6.59 6.59l2.2-2.2c.28-.28.67-.36 1.02-.25 1.12.37 2.32.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1C10.61 21 3 13.39 3 4c0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.tplp-header-whatsapp::before {
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M16.04 3C9.04 3 3.36 8.58 3.36 15.46c0 2.2.6 4.34 1.74 6.22L3.25 29l7.52-1.78a12.9 12.9 0 0 0 5.27 1.13c7 0 12.7-5.58 12.7-12.45S23.04 3 16.04 3Zm0 22.88c-1.72 0-3.4-.43-4.9-1.25l-.35-.2-4.45 1.05 1.08-4.27-.23-.36a10.05 10.05 0 0 1-1.57-5.39c0-5.5 4.63-9.98 10.32-9.98 5.7 0 10.33 4.48 10.33 9.98 0 5.94-4.63 10.42-10.23 10.42Zm5.68-7.48c-.31-.16-1.84-.9-2.13-1-.28-.1-.49-.16-.7.15-.2.3-.8.99-.98 1.2-.18.2-.36.22-.67.07-.31-.16-1.32-.48-2.52-1.52-.93-.82-1.56-1.82-1.74-2.13-.18-.3-.02-.47.14-.62.14-.14.31-.36.47-.54.16-.18.2-.3.31-.51.1-.2.05-.38-.03-.54-.08-.15-.7-1.66-.96-2.28-.25-.6-.5-.51-.7-.52h-.6c-.2 0-.54.08-.82.38-.28.3-1.08 1.04-1.08 2.53s1.1 2.94 1.25 3.14c.15.2 2.17 3.28 5.27 4.6.74.31 1.31.5 1.76.64.74.23 1.41.2 1.94.12.59-.09 1.84-.74 2.1-1.45.26-.71.26-1.32.18-1.45-.08-.13-.28-.2-.59-.35Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.tplp-header-browse,
.tplp-header-contact {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 20px;
  font-weight: 900;
  min-height: 96px;
  text-decoration: none;
}

.tplp-header-browse {
  background: #293241;
  gap: 18px;
  padding: 0 34px;
}

.tplp-header-contact {
  background: #f04c2f;
  justify-content: center;
  padding: 0 36px;
}

.tplp-logo {
  border-radius: 999px;
  display: block;
  height: 84px;
  object-fit: contain;
  padding: 0;
  width: 84px;
}

.tplp-header-search {
  min-width: 0;
}

.tplp-header-search input {
  border: 0;
  border-radius: 0;
  font-size: 20px;
  min-height: 96px;
  padding: 0 28px;
}

.tplp-header-search button {
  background: #f04c2f;
  border-radius: 0;
  font-size: 20px;
  font-weight: 800;
  min-width: 132px;
}

.tplp-search,
.tplp-catalog-search {
  display: flex;
  min-width: min(540px, 100%);
}

.tplp-search input,
.tplp-catalog-search input {
  border: 1px solid var(--tplp-line);
  border-radius: var(--tplp-radius) 0 0 var(--tplp-radius);
  flex: 1;
  font: inherit;
  min-height: 48px;
  padding: 0 16px;
}

.tplp-search button,
.tplp-catalog-search button {
  background: linear-gradient(135deg, var(--tplp-blue), #0b111f);
  border: 0;
  border-radius: 0 var(--tplp-radius) var(--tplp-radius) 0;
  color: #fff;
  cursor: pointer;
  font: inherit;
  min-width: 68px;
}

.tplp-home {
  padding-top: 28px;
}

.tplp-home-toolbar {
  align-items: stretch;
  background: #fff;
  border: 1px solid var(--tplp-line);
  border-radius: var(--tplp-radius);
  box-shadow: 0 16px 50px rgba(16, 19, 26, 0.08);
  display: grid;
  gap: 0;
  grid-template-columns: 250px minmax(320px, 1fr) repeat(3, auto);
  margin: 0 auto 28px;
  max-width: 1320px;
  overflow: hidden;
  width: calc(100% - 48px);
}

.tplp-home-toolbar > a,
.tplp-browse-link {
  align-items: center;
  color: #1b2433;
  display: inline-flex;
  font-weight: 900;
  min-height: 62px;
  padding: 0 22px;
  text-decoration: none;
  white-space: nowrap;
}

.tplp-browse-link {
  background: #07142d;
  color: #fff !important;
}

.tplp-home-toolbar > a:not(.tplp-browse-link):hover {
  color: var(--tplp-blue);
}

.tplp-home-search {
  min-width: 0;
}

.tplp-home-search input {
  border-bottom: 0;
  border-left: 1px solid var(--tplp-line);
  border-radius: 0;
  border-top: 0;
  min-height: 62px;
}

.tplp-home-search button {
  border-radius: 0;
  min-width: 88px;
}

.tplp-home-showcase {
  align-items: stretch;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1fr) 340px;
  margin: 0 auto;
  max-width: 1320px;
  padding: 0 0 34px;
  width: calc(100% - 48px);
}

.tplp-hero {
  align-items: flex-end;
  background:
    linear-gradient(90deg, rgba(7, 9, 13, 0.94), rgba(7, 9, 13, 0.68) 48%, rgba(7, 9, 13, 0.14)),
    var(--tplp-hero-image) center/cover;
  border-radius: var(--tplp-radius);
  color: #fff;
  display: flex;
  min-height: 520px;
  overflow: hidden;
  padding: 58px;
}

.tplp-hero-copy {
  max-width: 760px;
}

.tplp-kicker {
  color: var(--tplp-gold);
  font-size: 13px;
  font-weight: 800;
  margin: 0 0 14px;
  text-transform: uppercase;
}

.tplp-hero h1,
.tplp-catalog-head h1,
.tplp-product-info h1,
.tplp-editorial h2 {
  font-family: Rubik, Arial, Helvetica, sans-serif;
  font-size: clamp(42px, 6vw, 72px);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.02;
  margin: 0;
}

.tplp-finder-card {
  background:
    linear-gradient(180deg, #293241, #161d2a),
    radial-gradient(circle at bottom right, rgba(240, 76, 47, 0.34), transparent 42%);
  border-radius: var(--tplp-radius);
  color: #fff;
  display: grid;
  gap: 12px;
  overflow: hidden;
  padding: 36px;
  position: relative;
}

.tplp-finder-card::after {
  background: rgba(240, 76, 47, 0.18);
  border-radius: 999px;
  bottom: -90px;
  content: "";
  height: 220px;
  position: absolute;
  right: -72px;
  width: 220px;
}

.tplp-finder-card h2 {
  font-size: 24px;
  line-height: 1.18;
  margin: 0 0 10px;
  position: relative;
  z-index: 1;
}

.tplp-finder-card .tplp-kicker,
.tplp-finder-card a,
.tplp-finder-icon {
  position: relative;
  z-index: 1;
}

.tplp-finder-icon {
  align-items: center;
  background: #f04c2f;
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-size: 0;
  font-weight: 900;
  height: 54px;
  justify-content: center;
  width: 54px;
}

.tplp-finder-icon::before,
.tplp-featured-icon::before {
  background-color: currentColor;
  content: "";
  display: block;
  height: 24px;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M22.6 19.3 13.2 9.9c.9-2.4.4-5.2-1.5-7.1A6.1 6.1 0 0 0 5.4 1.4l3.8 3.8-4 4-3.8-3.8a6.1 6.1 0 0 0 1.4 6.3 6.3 6.3 0 0 0 7.1 1.5l9.4 9.4a1.5 1.5 0 0 0 2.1 0l1.2-1.2a1.5 1.5 0 0 0 0-2.1Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M22.6 19.3 13.2 9.9c.9-2.4.4-5.2-1.5-7.1A6.1 6.1 0 0 0 5.4 1.4l3.8 3.8-4 4-3.8-3.8a6.1 6.1 0 0 0 1.4 6.3 6.3 6.3 0 0 0 7.1 1.5l9.4 9.4a1.5 1.5 0 0 0 2.1 0l1.2-1.2a1.5 1.5 0 0 0 0-2.1Z'/%3E%3C/svg%3E") center / contain no-repeat;
  width: 24px;
}

.tplp-finder-card a {
  align-items: center;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--tplp-radius);
  color: #fff;
  display: flex;
  font-weight: 800;
  min-height: 52px;
  padding: 0 16px;
  text-decoration: none;
}

.tplp-finder-card a:hover {
  background: rgba(255, 255, 255, 0.18);
}

.tplp-hero p:not(.tplp-kicker),
.tplp-lead {
  color: rgba(255, 255, 255, 0.78);
  font-size: 19px;
  margin: 22px 0 0;
  max-width: 640px;
}

.tplp-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.tplp-btn {
  align-items: center;
  border-radius: var(--tplp-radius);
  display: inline-flex;
  font-weight: 800;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  text-decoration: none;
}

.tplp-btn-primary {
  background: linear-gradient(135deg, var(--tplp-blue), var(--tplp-cyan));
  color: #fff;
}

.tplp-btn-ghost {
  border: 1px solid rgba(255, 255, 255, 0.36);
  color: #fff;
}

.tplp-btn-whatsapp {
  background: #23b84a;
  color: #fff;
}

.tplp-strip,
.tplp-editorial,
.tplp-home-cats,
.tplp-catalog {
  margin: 0 auto;
  max-width: 1320px;
  padding-left: 24px;
  padding-right: 24px;
}

.tplp-strip {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, 1fr);
  padding-bottom: 62px;
  padding-top: 34px;
}

.tplp-strip article,
.tplp-home-cats a,
.tplp-card,
.tplp-filter-panel {
  background: var(--tplp-white);
  border: 1px solid var(--tplp-line);
  border-radius: var(--tplp-radius);
  box-shadow: 0 14px 42px rgba(16, 19, 26, 0.08);
}

.tplp-strip article {
  padding: 24px;
}

.tplp-strip strong,
.tplp-strip span,
.tplp-home-cats strong,
.tplp-home-cats span {
  display: block;
}

.tplp-strip strong,
.tplp-home-cats strong {
  font-size: 20px;
  margin-bottom: 7px;
}

.tplp-strip span,
.tplp-home-cats span,
.tplp-card p,
.tplp-result-line {
  color: var(--tplp-muted);
}

.tplp-editorial {
  align-items: end;
  display: grid;
  gap: 60px;
  grid-template-columns: 0.9fr 1.1fr;
  padding-bottom: 52px;
}

.tplp-editorial h2,
.tplp-catalog-head h1,
.tplp-product-info h1 {
  color: #171d38;
  font-size: clamp(34px, 4.6vw, 54px);
}

.tplp-editorial p:last-child {
  color: #3c4351;
  font-size: 18px;
  margin: 0;
}

.tplp-home-cats {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, 1fr);
  padding-bottom: 86px;
}

.tplp-home-cats a {
  color: inherit;
  min-height: 156px;
  padding: 24px;
  text-decoration: none;
}

.tplp-why-section {
  margin: 0 auto;
  max-width: 1320px;
  padding: 0 24px 86px;
}

.tplp-latest-section {
  padding-top: 92px;
  background:
    linear-gradient(180deg, rgba(247, 248, 250, 0), rgba(255, 255, 255, 0.88)),
    radial-gradient(circle at 10% 0%, rgba(20, 99, 255, 0.1), transparent 36%);
  margin: 0 calc(50% - 50vw);
  padding: 0 max(24px, calc((100vw - 1680px) / 2)) 92px;
}

.tplp-section-row {
  align-items: end;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 1fr) auto;
  margin-bottom: 24px;
}

.tplp-section-row h2 {
  color: #171d38;
  font-family: Rubik, Arial, Helvetica, sans-serif;
  font-size: clamp(36px, 4.8vw, 54px);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
  margin: 0;
}

.tplp-section-row > p {
  color: #4b5565;
  font-size: 18px;
  margin: 0;
  max-width: 560px;
}

.tplp-latest-track {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  overflow: visible;
  padding: 2px;
}

.tplp-latest-card {
  background: #fff;
  border: 1px solid var(--tplp-line);
  border-radius: var(--tplp-radius);
  box-shadow: 0 14px 42px rgba(16, 19, 26, 0.08);
  display: grid;
  grid-template-rows: 220px 1fr;
  overflow: hidden;
}

.tplp-latest-card > div {
  display: grid;
  grid-template-rows: auto 1fr auto;
  padding: 20px;
}

.tplp-latest-image {
  background: transparent;
  border: 0;
  cursor: zoom-in;
  display: block;
  font: inherit;
  height: 220px;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.tplp-latest-image img {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  transform: scale(1.04);
  width: 100%;
}

.tplp-latest-card h3 {
  font-size: 22px;
  line-height: 1.14;
  margin: 0;
  min-height: 78px;
}

.tplp-latest-card h3 a,
.tplp-latest-foot a {
  color: #171d38;
  text-decoration: none;
}

.tplp-latest-foot {
  align-items: center;
  border-top: 1px solid var(--tplp-line);
  display: flex;
  justify-content: space-between;
  margin-top: 18px;
  min-height: 45px;
  padding-top: 16px;
}

.tplp-latest-foot strong {
  font-size: 22px;
}

.tplp-latest-foot span {
  color: var(--tplp-muted);
  font-weight: 800;
}

.tplp-latest-foot a {
  color: var(--tplp-blue);
  font-weight: 900;
}

.tplp-why-section {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(247, 248, 250, 0.96)),
    radial-gradient(circle at top right, rgba(20, 99, 255, 0.12), transparent 42%);
  border-top: 1px solid var(--tplp-line);
  max-width: none;
  padding-top: 76px;
}

.tplp-why-section > * {
  margin-left: auto;
  margin-right: auto;
  max-width: 1320px;
}

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

.tplp-why-grid article {
  background: #fff;
  border: 1px solid var(--tplp-line);
  border-radius: var(--tplp-radius);
  box-shadow: 0 14px 42px rgba(16, 19, 26, 0.07);
  display: grid;
  gap: 12px;
  min-height: 240px;
  padding: 24px;
}

.tplp-why-grid span {
  color: var(--tplp-gold);
  font-family: Rubik, Arial, Helvetica, sans-serif;
  font-size: 42px;
  line-height: 1;
}

.tplp-why-grid strong {
  color: #173820;
  font-size: 22px;
  line-height: 1.1;
}

.tplp-why-grid p {
  color: #4b5565;
  margin: 0;
}

.tplp-catalog {
  max-width: 1680px;
  padding-bottom: 86px;
  padding-top: 62px;
}

.tplp-catalog-head {
  margin-bottom: 24px;
}

.tplp-catalog-head h1 {
  max-width: 760px;
}

.tplp-catalog-search {
  margin-top: 24px;
  max-width: 1040px;
  width: 100%;
}

.tplp-catalog-layout {
  align-items: start;
  display: grid;
  gap: 36px;
  grid-template-columns: minmax(320px, 360px) minmax(0, 1fr);
  margin-top: 26px;
}

.tplp-filter-panel {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(247, 248, 250, 0.96)),
    radial-gradient(circle at top right, rgba(20, 99, 255, 0.14), transparent 44%);
  display: grid;
  gap: 22px;
  overflow: hidden;
  min-width: 0;
  padding: 20px;
  position: sticky;
  top: 22px;
  z-index: 2;
}

.tplp-filter-title {
  align-items: center;
  border-bottom: 1px solid var(--tplp-line);
  display: flex;
  justify-content: space-between;
  min-height: 64px;
  min-width: 0;
  padding-bottom: 0;
}

.tplp-filter-title span {
  color: #171d38;
  font-size: 18px;
  font-weight: 900;
}

.tplp-filter-title button {
  align-items: center;
  background: transparent;
  border: 0;
  color: var(--tplp-blue);
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-weight: 900;
  min-height: 44px;
  padding: 0;
}

.tplp-filter-title button[data-tplp-clear-filters]:hover,
.tplp-filter-title button[data-tplp-clear-filters]:focus {
  background: transparent;
  color: var(--tplp-blue);
}

.tplp-products-panel {
  min-width: 0;
}

.tplp-filter-row {
  display: grid;
  gap: 10px;
  min-width: 0;
}

.tplp-filter-row > span {
  color: #171d38;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.tplp-filter-row div {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.tplp-filter-row button {
  background: #f1f3f7;
  border: 1px solid var(--tplp-line);
  border-radius: var(--tplp-radius);
  color: #1b2433;
  cursor: pointer;
  font: inherit;
  font-weight: 700;
  min-height: 40px;
  padding: 0 12px;
  text-align: left;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
  width: 100%;
  max-width: 100%;
  white-space: normal;
  overflow-wrap: anywhere;
}

.tplp-filter-row button.is-active {
  background: #07142d;
  border-color: #07142d;
  color: #fff;
}

.tplp-filter-row button:hover {
  border-color: rgba(20, 99, 255, 0.44);
  transform: translateX(2px);
}

.tplp-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: 1fr;
}

.tplp-card {
  overflow: hidden;
}

.tplp-list-card {
  align-items: stretch;
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr) 210px;
  min-height: 238px;
}

.tplp-card-image {
  background: transparent;
  display: block;
  height: 300px;
  overflow: hidden;
  position: relative;
}

.tplp-card-image img {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  transform: scale(1.04);
  width: 100%;
}

.tplp-list-card .tplp-card-image {
  height: 100%;
  min-height: 238px;
}

.tplp-list-card .tplp-card-image img {
  object-position: 50% 50%;
}

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

.tplp-list-card .tplp-card-body {
  display: grid;
  grid-template-rows: auto auto 1fr;
  padding: 26px 30px;
}

.tplp-card-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0 0 10px;
}

.tplp-card-category {
  background: rgba(200, 164, 93, 0.11);
  border: 1px solid rgba(200, 164, 93, 0.28);
  border-radius: 999px;
  color: var(--tplp-gold);
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  padding: 6px 9px;
  text-transform: uppercase;
}

.tplp-card h2 {
  font-size: 24px;
  line-height: 1.12;
  margin: 0 0 10px;
}

.tplp-card h2 a {
  color: #171d38;
  text-decoration: none;
}

.tplp-specs {
  border-top: 1px solid var(--tplp-line);
  display: grid;
  gap: 8px 14px;
  grid-template-columns: minmax(88px, 0.35fr) 1fr;
  margin: 18px 0 0;
  padding-top: 16px;
}

.tplp-specs dt {
  color: #171d38;
  font-weight: 900;
}

.tplp-specs dd {
  color: #4b5565;
  margin: 0;
}

.tplp-card-foot {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.tplp-card-foot strong {
  font-size: 20px;
}

.tplp-card-foot a {
  color: var(--tplp-blue);
  font-weight: 900;
  text-decoration: none;
}

.tplp-card-side {
  align-content: center;
  background:
    linear-gradient(180deg, #fff, #fafbfc),
    radial-gradient(circle at top right, rgba(20, 99, 255, 0.08), transparent 38%);
  border-left: 1px solid var(--tplp-line);
  display: grid;
  gap: 12px;
  padding: 24px;
}

.tplp-card-side > span {
  color: var(--tplp-muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.tplp-card-side strong {
  color: #f04c2f;
  font-size: 26px;
  line-height: 1;
}

.tplp-card-detail,
.tplp-card-whatsapp {
  align-items: center;
  border-radius: var(--tplp-radius);
  display: inline-flex;
  font-weight: 900;
  justify-content: center;
  min-height: 42px;
  padding: 0 14px;
  text-decoration: none;
}

.tplp-card-detail {
  background: #07142d;
  color: #fff;
}

.tplp-card-whatsapp {
  background: #23b84a;
  color: #fff;
}

.tplp-pagination,
.tplp-state {
  align-items: center;
  display: flex;
  gap: 14px;
  justify-content: center;
  padding: 34px;
}

.tplp-pagination {
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  padding: 28px 0 8px;
}

.tplp-pagination button {
  align-items: center;
  background: #fff;
  border: 1px solid #dfe3e8;
  border-radius: 0;
  color: #293241;
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-weight: 900;
  justify-content: center;
  min-height: 42px;
  min-width: 42px;
  padding: 0 14px;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease;
  width: auto;
}

.tplp-pagination button:not(:disabled):hover,
.tplp-pagination button.is-active {
  background: #293241;
  border-color: #293241;
  color: #fff;
}

.tplp-pagination-arrow {
  min-width: 112px;
}

.tplp-pagination-pages {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}

.tplp-pagination-count {
  color: #667085;
  flex: 0 0 100%;
  font-size: 13px;
  font-weight: 800;
  order: 5;
  text-align: center;
}

.tplp-pagination button:disabled {
  background: #f4f5f7;
  border-color: #dfe3e8;
  color: #98a2b3;
  cursor: not-allowed;
  opacity: 1;
}

.tplp-state {
  color: var(--tplp-muted);
  min-height: 220px;
}

.tplp-state-error {
  color: #b42318;
}

.tplp-lightbox {
  align-items: center;
  background: rgba(7, 9, 13, 0.92);
  display: flex;
  inset: 0;
  justify-content: center;
  padding: 28px;
  position: fixed;
  z-index: 99999;
}

.tplp-lightbox img {
  border-radius: var(--tplp-radius);
  max-height: 88vh;
  max-width: min(1120px, 88vw);
  object-fit: contain;
}

.tplp-lightbox button {
  align-items: center;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-size: 40px;
  height: 52px;
  justify-content: center;
  position: absolute;
  width: 52px;
}

.tplp-lightbox-close {
  right: 24px;
  top: 24px;
}

.tplp-lightbox-prev {
  left: 24px;
}

.tplp-lightbox-next {
  right: 24px;
}

.tplp-lightbox-counter {
  bottom: 24px;
  color: rgba(255, 255, 255, 0.78);
  font-weight: 900;
  position: absolute;
}

.tplp-product-page {
  margin: 0 auto;
  max-width: 1320px;
  padding: 42px 24px 74px;
}

.tplp-product-shell {
  display: grid;
  gap: 22px;
}

.tplp-product-hero {
  background: #fff;
  border: 1px solid var(--tplp-line);
  border-radius: 0;
  display: grid;
  gap: 36px;
  grid-template-columns: minmax(280px, 0.92fr) minmax(0, 1.08fr);
  padding: 34px;
}

.tplp-product-media {
  align-items: center;
  display: grid;
  min-height: 390px;
}

.tplp-product-image {
  align-items: center;
  background: #fff;
  border: 0;
  cursor: zoom-in;
  display: flex;
  justify-content: center;
  min-height: 390px;
  padding: 0;
  width: 100%;
}

.tplp-product-image img {
  display: block;
  max-height: 390px;
  max-width: 100%;
  object-fit: contain;
}

.tplp-product-image-empty {
  border: 1px dashed var(--tplp-line);
  color: var(--tplp-muted);
  font-weight: 900;
}

.tplp-product-info {
  align-content: center;
  display: grid;
  justify-items: start;
  min-width: 0;
}

.tplp-product-info h1 {
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.08;
  margin: 0;
  text-transform: uppercase;
}

.tplp-product-info .tplp-specs {
  border-top: 0;
  gap: 10px 24px;
  grid-template-columns: 118px minmax(0, 1fr);
  margin-top: 24px;
  padding-top: 0;
}

.tplp-product-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 32px;
  position: relative;
}

.tplp-product-action {
  align-items: center;
  border: 0;
  border-radius: 999px;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-size: 0;
  font-weight: 900;
  height: 46px;
  justify-content: center;
  min-height: 46px;
  padding: 0;
  position: relative;
  text-decoration: none;
  width: 46px;
}

.tplp-product-action::before {
  background: currentColor;
  content: "";
  height: 22px;
  width: 22px;
}

.tplp-product-share {
  background: #1463ff;
}

.tplp-product-share::before {
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M18 16.1c-.76 0-1.44.3-1.96.77L8.91 12.7c.05-.23.09-.46.09-.7s-.04-.47-.09-.7l7.05-4.11A2.99 2.99 0 1 0 15 5c0 .24.04.47.09.7L8.04 9.81A3 3 0 1 0 8.04 14l7.12 4.18c-.05.21-.08.43-.08.65a2.92 2.92 0 1 0 2.92-2.93Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.tplp-product-whatsapp {
  background: #25d366;
}

.tplp-product-whatsapp::before {
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M16.04 3C9.04 3 3.36 8.58 3.36 15.46c0 2.2.6 4.34 1.74 6.22L3.25 29l7.52-1.78a12.9 12.9 0 0 0 5.27 1.13c7 0 12.7-5.58 12.7-12.45S23.04 3 16.04 3Zm0 22.88c-1.72 0-3.4-.43-4.9-1.25l-.35-.2-4.45 1.05 1.08-4.27-.23-.36a10.05 10.05 0 0 1-1.57-5.39c0-5.5 4.63-9.98 10.32-9.98 5.7 0 10.33 4.48 10.33 9.98 0 5.94-4.63 10.42-10.23 10.42Zm5.68-7.48c-.31-.16-1.84-.9-2.13-1-.28-.1-.49-.16-.7.15-.2.3-.8.99-.98 1.2-.18.2-.36.22-.67.07-.31-.16-1.32-.48-2.52-1.52-.93-.82-1.56-1.82-1.74-2.13-.18-.3-.02-.47.14-.62.14-.14.31-.36.47-.54.16-.18.2-.3.31-.51.1-.2.05-.38-.03-.54-.08-.15-.7-1.66-.96-2.28-.25-.6-.5-.51-.7-.52h-.6c-.2 0-.54.08-.82.38-.28.3-1.08 1.04-1.08 2.53s1.1 2.94 1.25 3.14c.15.2 2.17 3.28 5.27 4.6.74.31 1.31.5 1.76.64.74.23 1.41.2 1.94.12.59-.09 1.84-.74 2.1-1.45.26-.71.26-1.32.18-1.45-.08-.13-.28-.2-.59-.35Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.tplp-product-back {
  background: #07142d;
}

.tplp-product-back::before {
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M10.8 19.7 3.3 12l7.5-7.7 1.5 1.4L7.1 11H21v2H7.1l5.2 5.3-1.5 1.4Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.tplp-share-menu {
  background: #fff;
  border: 1px solid var(--tplp-line);
  box-shadow: 0 16px 42px rgba(16, 19, 26, 0.14);
  display: grid;
  gap: 4px;
  min-width: 178px;
  padding: 8px;
  position: absolute;
  right: 0;
  top: calc(100% + 8px);
  z-index: 10;
}

.tplp-share-menu a,
.tplp-share-menu button {
  background: transparent;
  border: 0;
  color: #171d38;
  cursor: pointer;
  font: inherit;
  font-weight: 800;
  padding: 10px 12px;
  text-align: left;
  text-decoration: none;
}

.tplp-share-menu a:hover,
.tplp-share-menu button:hover {
  background: #f2f4f7;
}

.tplp-product-band {
  background: #fff;
  border: 1px solid var(--tplp-line);
  border-radius: 0;
  padding: 24px 34px;
}

.tplp-product-band .tplp-specs {
  border-top: 0;
  display: grid;
  gap: 18px 34px;
  grid-template-columns: 120px minmax(130px, 1fr) 80px minmax(130px, 1fr);
  margin: 0;
  padding: 0;
}

.tplp-product-band .tplp-specs dt {
  align-self: center;
  color: #667085;
  font-size: 12px;
  text-transform: uppercase;
}

.tplp-product-band .tplp-specs dd {
  align-self: center;
  color: #171d38;
  font-size: 20px;
  font-weight: 900;
}

.tplp-product-band .tplp-specs dd:last-child {
  color: #f04c2f;
  font-size: 30px;
}

@media (max-width: 900px) {
  .tplp-product-page {
    padding: 24px 16px 52px;
  }

  .tplp-product-hero {
    gap: 24px;
    grid-template-columns: 1fr;
    padding: 22px;
  }

  .tplp-product-media,
  .tplp-product-image {
    min-height: 280px;
  }

  .tplp-product-image img {
    max-height: 280px;
  }

  .tplp-product-info h1 {
    font-size: 28px;
  }

  .tplp-product-band {
    padding: 22px;
  }

  .tplp-product-band .tplp-specs {
    gap: 8px 16px;
    grid-template-columns: 104px minmax(0, 1fr);
  }
}

.tplp-footer {
  background:
    linear-gradient(135deg, #05070b, #0b111f 55%, #07142d),
    radial-gradient(circle at top right, rgba(20, 99, 255, 0.22), transparent 38%);
  color: #fff;
  padding: 64px max(24px, calc((100vw - 1320px) / 2)) 24px;
}

.tplp-footer-main {
  display: grid;
  gap: 36px;
  grid-template-columns: minmax(280px, 1.4fr) repeat(3, minmax(0, 1fr));
}

.tplp-footer-brand {
  display: grid;
  gap: 14px;
  max-width: 360px;
}

.tplp-footer-logo {
  background: #05070b;
  border-radius: 999px;
  display: block;
  height: 76px;
  object-fit: contain;
  padding: 6px;
  width: 76px;
}

.tplp-footer-logo-link {
  color: inherit;
  display: inline-flex;
  text-decoration: none;
  width: fit-content;
}

body.tplp-template-legal > #site-header,
body.tplp-template-legal > #site-footer,
body.page-id-3 > #site-header,
body.page-id-3 > #site-footer,
body.page-id-957 > #site-header,
body.page-id-957 > #site-footer,
body.page-id-2280 > #site-header,
body.page-id-2280 > #site-footer,
body.privacy-policy > #site-header,
body.privacy-policy > #site-footer {
  display: none !important;
}

.tplp-footer-brand strong {
  font-family: Rubik, Arial, Helvetica, sans-serif;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 0;
}

.tplp-footer-brand span,
.tplp-footer-col p,
.tplp-footer-bottom {
  color: rgba(255, 255, 255, 0.68);
}

.tplp-footer-col {
  align-content: start;
  display: grid;
  gap: 10px;
}

.tplp-footer-col h2 {
  color: var(--tplp-gold);
  font-size: 13px;
  letter-spacing: 0;
  margin: 0 0 8px;
  text-transform: uppercase;
}

.tplp-footer-col a {
  color: #fff;
  font-weight: 800;
  text-decoration: none;
}

.tplp-footer-col a:hover {
  color: var(--tplp-gold);
}

.tplp-footer-col p {
  margin: 0;
}

.tplp-footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  margin-top: 42px;
  padding-top: 20px;
}

.tplp-legal-page {
  background: #f4f5f7;
}

.tplp-legal {
  margin: 0 auto;
  max-width: 1180px;
  padding: 64px 24px 96px;
}

.tplp-legal-hero {
  background:
    linear-gradient(135deg, rgba(41, 50, 65, 0.96), rgba(7, 20, 45, 0.96)),
    radial-gradient(circle at top right, rgba(240, 76, 47, 0.22), transparent 36%);
  border-radius: var(--tplp-radius);
  color: #fff;
  display: grid;
  gap: 18px;
  padding: clamp(34px, 5vw, 64px);
}

.tplp-legal-hero h1 {
  color: #fff;
  font-size: clamp(42px, 6vw, 76px);
  line-height: 0.98;
  margin: 0;
}

.tplp-legal-hero p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
  margin: 0;
  max-width: 760px;
}

.tplp-legal-hero span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.tplp-legal-grid {
  align-items: start;
  display: grid;
  gap: 28px;
  grid-template-columns: 320px minmax(0, 1fr);
  margin-top: 28px;
}

.tplp-legal-summary,
.tplp-legal-content {
  background: #fff;
  border: 1px solid var(--tplp-line);
  box-shadow: 0 18px 48px rgba(16, 19, 26, 0.08);
}

.tplp-legal-summary {
  border-left: 6px solid #f04c2f;
  display: grid;
  gap: 12px;
  padding: 28px;
  position: sticky;
  top: 24px;
}

.tplp-legal-summary strong {
  color: #171d38;
  font-size: 22px;
}

.tplp-legal-summary p {
  color: var(--tplp-muted);
  margin: 0;
}

.tplp-legal-content {
  display: grid;
  gap: 16px;
  padding: clamp(28px, 4vw, 54px);
}

.tplp-legal-content h2 {
  color: #171d38;
  font-size: 24px;
  margin: 18px 0 0;
}

.tplp-legal-content h2:first-child {
  margin-top: 0;
}

.tplp-legal-content p {
  color: #4b5565;
  font-size: 17px;
  line-height: 1.68;
  margin: 0;
}

.tplp-legal-content a {
  color: #f04c2f;
  font-weight: 900;
  text-decoration: none;
}

/* ArenaCommerce-inspired rebuild */
.tplp-home-arena {
  background: #f4f5f7;
  padding: 0 0 0;
}

.tplp-arena-searchbar,
.tplp-arena-categories,
.tplp-arena-hero-grid,
.tplp-arena-benefits,
.tplp-arena-editorial {
  margin-left: auto;
  margin-right: auto;
  max-width: 1320px;
  width: calc(100% - 48px);
}

.tplp-arena-searchbar {
  background: #fff;
  border-radius: 0 0 var(--tplp-radius) var(--tplp-radius);
  box-shadow: 0 18px 48px rgba(16, 19, 26, 0.08);
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr) 250px;
  overflow: hidden;
  position: relative;
}

.tplp-arena-browse-wrap {
  position: relative;
}

.tplp-arena-browse,
.tplp-arena-contact {
  align-items: center;
  color: #fff;
  display: flex;
  font-weight: 900;
  min-height: 68px;
  padding: 0 24px;
  text-decoration: none;
}

.tplp-arena-browse {
  background: #293241;
  border: 0;
  cursor: pointer;
  font: inherit;
  justify-content: flex-start;
  width: 100%;
}

.tplp-arena-contact {
  background: #f04c2f;
  justify-content: center;
}

.tplp-arena-category-menu {
  background: #fff;
  border: 1px solid #e6e8ec;
  box-shadow: 0 18px 46px rgba(16, 19, 26, 0.16);
  left: 0;
  max-height: 420px;
  overflow: auto;
  position: absolute;
  top: 100%;
  width: 320px;
  z-index: 50;
}

.tplp-arena-category-menu a {
  align-items: center;
  border-bottom: 1px solid #eceff3;
  color: #10131a;
  display: flex;
  font-weight: 800;
  justify-content: space-between;
  min-height: 54px;
  padding: 0 18px;
  text-decoration: none;
}

.tplp-arena-category-menu a:hover {
  background: #f7f8fa;
  color: #293241;
}

.tplp-arena-search input {
  border: 0;
  border-radius: 0;
  min-height: 68px;
}

.tplp-arena-search button {
  background: #f04c2f;
  border-radius: 0;
  min-width: 94px;
}

.tplp-arena-categories {
  align-items: center;
  background: #fff;
  border-bottom: 1px solid var(--tplp-line);
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 0;
  padding: 28px 0;
}

.tplp-arena-categories a {
  align-items: center;
  border: 1px solid transparent;
  border-radius: var(--tplp-radius);
  color: #1b2433;
  display: grid;
  gap: 4px;
  min-height: 82px;
  padding: 16px 20px;
  text-decoration: none;
}

.tplp-arena-categories a:hover {
  border-color: rgba(41, 50, 65, 0.22);
  box-shadow: 0 18px 42px rgba(16, 19, 26, 0.08);
}

.tplp-arena-categories strong {
  font-size: 20px;
}

.tplp-arena-categories span {
  color: var(--tplp-muted);
}

.tplp-arena-hero-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1fr) 330px;
  padding: 34px 0 26px;
}

.tplp-arena-hero {
  background:
    linear-gradient(90deg, rgba(7, 9, 13, 0.92), rgba(7, 9, 13, 0.66) 48%, rgba(7, 9, 13, 0.1)),
    var(--tplp-hero-image) center/cover;
  border-radius: var(--tplp-radius);
  color: #fff;
  min-height: 360px;
  padding: 52px 58px;
}

.tplp-arena-hero h1 {
  font-size: clamp(40px, 5vw, 66px);
  font-weight: 800;
  line-height: 1.03;
  margin: 0;
  max-width: 760px;
}

.tplp-arena-hero p:not(.tplp-kicker) {
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
  max-width: 620px;
}

.tplp-arena-finder {
  background: #293241;
  border-radius: var(--tplp-radius);
  color: #fff;
  display: grid;
  gap: 13px;
  min-width: 0;
  overflow: visible;
  padding: 34px;
  position: relative;
  z-index: 25;
}

.tplp-arena-finder h2 {
  font-size: 24px;
  margin: 0 0 8px;
}

.tplp-home-finder-form {
  display: grid;
  gap: 13px;
  min-width: 0;
}

.tplp-home-finder-form label,
.tplp-home-price-range {
  display: grid;
  gap: 7px;
  min-width: 0;
  position: relative;
}

.tplp-home-finder-form label:has(.tplp-themed-select.is-open) {
  z-index: 120;
}

.tplp-home-finder-form label > span,
.tplp-home-price-range > span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.tplp-home-finder-form select,
.tplp-home-price-range input {
  appearance: none;
  background: #3c4556;
  border: 0;
  border-radius: var(--tplp-radius);
  color: #fff;
  font: inherit;
  font-weight: 800;
  min-height: 54px;
  padding: 0 18px;
  width: 100%;
}

.tplp-home-finder-form select {
  background-image:
    linear-gradient(45deg, transparent 50%, rgba(255, 255, 255, 0.78) 50%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.78) 50%, transparent 50%);
  background-position:
    calc(100% - 22px) 50%,
    calc(100% - 16px) 50%;
  background-repeat: no-repeat;
  background-size: 6px 6px, 6px 6px;
}

.tplp-home-finder-form select option {
  background: #293241;
  color: #fff;
}

.tplp-native-select {
  height: 1px !important;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 1px !important;
}

.tplp-themed-select {
  font: inherit;
  min-width: 0;
  position: relative;
  width: 100%;
  z-index: 30;
}

.tplp-themed-select.is-open {
  z-index: 90;
}

.tplp-themed-select-toggle {
  align-items: center;
  background: #f1f1f1;
  border: 0;
  color: #777;
  cursor: pointer;
  display: flex;
  font: inherit;
  gap: 16px;
  justify-content: space-between;
  min-height: 48px;
  padding: 0 18px 0 20px;
  text-align: left;
  width: 100%;
}

.tplp-themed-select-toggle span {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: none;
  white-space: nowrap;
}

.tplp-themed-select-toggle i {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 7px solid currentColor;
  flex: 0 0 auto;
  height: 0;
  opacity: 0.72;
  width: 0;
}

.tplp-themed-select-menu {
  background: #fff;
  border: 1px solid #e1e4e9;
  box-shadow: 0 18px 46px rgba(16, 19, 26, 0.16);
  left: 0;
  max-height: 390px;
  min-width: 100%;
  overflow: auto;
  position: absolute;
  top: calc(100% + 8px);
  width: min(360px, 100%);
}

.tplp-themed-select-menu button {
  align-items: center;
  background: #fff;
  border: 0;
  border-bottom: 1px solid #eceff3;
  color: #10131a;
  cursor: pointer;
  display: grid;
  font: inherit;
  font-weight: 800;
  gap: 10px;
  grid-template-columns: 20px minmax(0, 1fr);
  min-height: 52px;
  min-width: 100%;
  padding: 0 18px;
  text-align: left;
  white-space: nowrap;
}

.tplp-themed-select-menu button:last-child {
  border-bottom: 0;
}

.tplp-themed-select-menu button:hover,
.tplp-themed-select-menu button.is-selected {
  background: #f7f8fa !important;
  color: #293241 !important;
}

.tplp-themed-select-menu button span {
  color: inherit;
  font-size: 18px;
  font-weight: 900;
  text-transform: none;
}

.tplp-themed-select-menu button strong {
  color: inherit;
  font-size: inherit;
  font-weight: 800;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tplp-home-finder-form .tplp-themed-select-toggle {
  background: #3c4556;
  border-radius: var(--tplp-radius);
  color: #fff;
  font-weight: 800;
  justify-content: space-between;
  min-height: 54px;
  padding: 0 18px;
}

.tplp-home-finder-form .tplp-themed-select-menu {
  background: #fff;
  border-color: #dfe3e8;
  border-radius: 0 0 var(--tplp-radius) var(--tplp-radius);
  max-height: 360px;
  min-width: 0;
  width: 100%;
}

.tplp-home-finder-form .tplp-themed-select-menu button {
  background: #fff;
  border-bottom: 1px solid #eceff3;
  border-radius: 0;
  color: #10131a;
  display: grid;
  gap: 10px;
  grid-template-columns: 20px minmax(0, 1fr);
  justify-content: stretch;
  min-height: 54px;
  padding: 0 18px;
  text-align: left;
  white-space: normal;
}

.tplp-home-finder-form .tplp-themed-select-menu button:hover,
.tplp-home-finder-form .tplp-themed-select-menu button.is-selected {
  background: #f7f8fa;
  color: #293241;
}

.tplp-app .tplp-themed-select-toggle:hover,
.tplp-app .tplp-themed-select-toggle:focus,
.tplp-app .tplp-themed-select.is-open .tplp-themed-select-toggle {
  background: #f1f1f1 !important;
}

.tplp-app .tplp-home-finder-form .tplp-themed-select-toggle:hover,
.tplp-app .tplp-home-finder-form .tplp-themed-select-toggle:focus,
.tplp-app .tplp-home-finder-form .tplp-themed-select.is-open .tplp-themed-select-toggle {
  background: #3c4556 !important;
}

.tplp-home-price-range div {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr;
}

.tplp-home-price-range input::placeholder {
  color: rgba(255, 255, 255, 0.62);
}

.tplp-home-finder-form button {
  align-items: center;
  background: #f04c2f;
  border: 0;
  border-radius: var(--tplp-radius);
  color: #fff;
  display: flex;
  cursor: pointer;
  font: inherit;
  font-weight: 800;
  justify-content: center;
  min-height: 48px;
  padding: 0 16px;
}

.tplp-arena-benefits {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, 1fr);
  padding: 10px 0 74px;
}

.tplp-arena-benefits article {
  background: #fff;
  border: 1px solid var(--tplp-line);
  border-radius: var(--tplp-radius);
  box-shadow: 0 18px 48px rgba(16, 19, 26, 0.08);
  min-height: 132px;
  padding: 24px;
}

.tplp-arena-benefits strong,
.tplp-arena-benefits span {
  display: block;
}

.tplp-arena-benefits strong {
  font-size: 21px;
  margin-bottom: 8px;
}

.tplp-arena-benefits span {
  color: var(--tplp-muted);
}

.tplp-arena-editorial {
  align-items: end;
  display: grid;
  gap: 72px;
  grid-template-columns: 0.9fr 1.1fr;
  padding-bottom: 56px;
}

.tplp-arena-editorial h2 {
  color: #171d38;
  font-size: clamp(36px, 4.8vw, 54px);
  line-height: 1.02;
  margin: 0;
}

.tplp-arena-editorial > p {
  color: #3c4351;
  font-size: 18px;
  margin: 0;
}

.tplp-catalog {
  max-width: 1680px;
}

.tplp-catalog-tools {
  align-items: center;
  background: #fff;
  border-left: 6px solid #a7a7a7;
  box-sizing: border-box;
  box-shadow: 0 16px 42px rgba(16, 19, 26, 0.08);
  display: grid;
  gap: 28px;
  grid-template-columns: repeat(2, minmax(0, auto)) auto;
  justify-content: space-between;
  margin: 28px 0 30px;
  max-width: 1040px;
  min-height: 76px;
  padding: 16px 28px;
}

.tplp-catalog-tools label,
.tplp-view-tools {
  align-items: center;
  background: #fff;
  display: flex;
  gap: 12px;
}

.tplp-catalog-tools span {
  color: #50545c;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.tplp-catalog-tools .tplp-themed-select {
  min-width: 150px;
}

.tplp-catalog-tools .tplp-themed-select-toggle {
  background: #fff;
  border: 1px solid #dfe3e8;
  color: #50545c;
  font-weight: 900;
  min-height: 48px;
  text-transform: uppercase;
}

.tplp-catalog-tools .tplp-themed-select.is-open .tplp-themed-select-toggle,
.tplp-catalog-tools .tplp-themed-select-toggle:hover,
.tplp-catalog-tools .tplp-themed-select-toggle:focus {
  background: #f1f1f1;
  border-color: #293241;
  color: #293241;
}

.tplp-catalog-tools .tplp-themed-select-menu {
  left: auto;
  right: 0;
}

.tplp-catalog-tools .tplp-themed-select-menu button:hover,
.tplp-catalog-tools .tplp-themed-select-menu button.is-selected {
  background: #f7f8fa !important;
  color: #293241 !important;
}

.tplp-view-tools button {
  background: #f04c2f;
  border: 0;
  border-radius: 0;
  color: #fff;
  font-weight: 900;
  height: 48px;
  min-width: 86px;
  padding: 0 14px;
}

.tplp-view-tools button:not(.is-active) {
  background: #f1f1f1;
  color: #777;
}

.tplp-mobile-filter-toggle,
.tplp-filter-close {
  display: none;
}

@media (min-width: 1101px) {
  .tplp-filter-close {
    display: none !important;
  }
}

@media (min-width: 1181px) {
  .tplp-catalog-tools {
    max-width: none;
    width: calc(100% - 354px);
  }

  .tplp-catalog-head .tplp-catalog-search {
    max-width: none;
    width: calc(100% - 354px);
  }
}

.tplp-catalog-layout {
  grid-template-columns: minmax(0, 1fr) 320px;
}

.tplp-filter-panel {
  background: #fff;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  display: grid;
  gap: 34px;
  justify-items: center;
  margin-top: -106px;
  padding: 0;
}

.tplp-filter-title {
  align-items: center;
  border-bottom: 1px solid #e5e5e5;
  border-left: 5px solid #9a9a9a;
  max-width: 260px;
  min-height: 76px;
  padding: 0 0 0 28px;
  width: 100%;
}

.tplp-filter-title span,
.tplp-filter-row > span,
.tplp-price-filter > span {
  color: #232323;
  font-size: 17px;
  font-weight: 900;
  text-transform: uppercase;
}

.tplp-filter-row {
  border-bottom: 1px solid #ededed;
  max-width: 260px;
  padding: 0 0 30px;
  width: 100%;
}

.tplp-filter-row div {
  gap: 13px;
  margin-top: 18px;
}

.tplp-filter-row button {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #555;
  min-height: 24px;
  padding: 0 0 0 20px;
  position: relative;
  text-align: left;
}

.tplp-filter-row button::before {
  color: #f04c2f;
  content: "›";
  left: 0;
  position: absolute;
}

.tplp-filter-row button.is-active {
  background: transparent;
  color: #f04c2f;
  transform: none;
}

.tplp-filter-row button:hover {
  background: transparent;
  color: #293241;
  transform: none;
}

.tplp-price-filter {
  border-bottom: 1px solid #ededed;
  display: grid;
  gap: 18px;
  max-width: 260px;
  padding: 0 0 30px;
  width: 100%;
}

.tplp-price-inputs {
  align-items: end;
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr 1fr;
}

.tplp-price-inputs label {
  display: grid;
  gap: 6px;
}

.tplp-price-inputs small {
  color: var(--tplp-muted);
  font-weight: 800;
}

.tplp-price-inputs input {
  background: #f5f5f5;
  border: 0;
  font: inherit;
  min-height: 42px;
  padding: 0 12px;
  width: 100%;
}

.tplp-price-filter button {
  background: #f04c2f;
  border: 0;
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-weight: 900;
  min-height: 44px;
}

.tplp-grid {
  background: #f1f1f1;
  gap: 26px;
  padding: 0;
}

.tplp-list-card {
  background: #fff;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  grid-template-columns: 300px minmax(0, 1fr) 210px;
  min-height: 230px;
}

.tplp-list-card .tplp-card-image {
  height: 230px;
  min-height: 230px;
}

.tplp-list-card .tplp-card-body {
  padding: 34px 32px;
}

.tplp-list-card h2 {
  font-size: 22px;
  font-weight: 900;
  text-transform: uppercase;
}

.tplp-list-card .tplp-card-categories::after {
  background: #cfcfcf;
  content: "";
  display: block;
  height: 1px;
  margin-top: 8px;
  width: 36px;
}

.tplp-list-card .tplp-card-category {
  background: transparent;
  border: 0;
  color: #f04c2f;
  padding: 0;
}

.tplp-list-card .tplp-specs {
  border-top: 0;
  grid-template-columns: 120px 1fr 120px 1fr;
  margin-top: 24px;
  padding-top: 0;
}

.tplp-list-card .tplp-specs dt,
.tplp-list-card .tplp-specs dd {
  font-size: 13px;
}

.tplp-card-side {
  background: #fff;
  border-left: 1px solid #e1e1e1;
  justify-content: center;
}

.tplp-card-side strong {
  color: #f04c2f;
}

.tplp-card-detail {
  background: #07142d;
  border-radius: 0;
}

.tplp-card-whatsapp {
  background: #25d366;
  border-radius: 0;
}

.tplp-featured-products {
  background: #fff;
  border-top: 1px solid #eceff3;
  margin: 0 calc(50% - 50vw);
  max-width: none;
  padding: 86px max(24px, calc((100vw - 1320px) / 2)) 112px;
  width: 100vw;
}

.tplp-featured-head {
  align-items: center;
  border-bottom: 1px solid #e6e8ec;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(300px, 1fr) minmax(360px, auto) minmax(140px, 1fr);
  margin-bottom: 58px;
}

.tplp-featured-title {
  align-items: center;
  display: flex;
  gap: 16px;
  min-height: 62px;
}

.tplp-featured-icon {
  align-items: center;
  background: #f04c2f;
  clip-path: polygon(18% 0, 100% 0, 82% 100%, 0 100%);
  color: #fff;
  display: inline-flex;
  font-size: 0;
  font-weight: 900;
  height: 36px;
  justify-content: center;
  width: 36px;
}

.tplp-featured-icon::before {
  height: 18px;
  width: 18px;
}

.tplp-featured-title h2 {
  color: #293241;
  font-size: 28px;
  font-weight: 900;
  margin: 0;
}

.tplp-featured-tabs {
  align-items: center;
  display: flex;
  gap: 28px;
  height: 62px;
  justify-content: center;
}

.tplp-featured-tabs button,
.tplp-featured-more {
  color: #8a929f;
  font-weight: 700;
  text-decoration: none;
}

.tplp-featured-tabs button {
  align-items: center;
  background: transparent;
  border: 0;
  color: #8a929f;
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  height: 100%;
  padding: 0;
  position: relative;
}

.tplp-featured-tabs button:hover {
  background: transparent;
  color: #293241;
}

.tplp-featured-tabs button.is-active,
.tplp-featured-more {
  color: #293241;
}

.tplp-featured-tabs button.is-active::after {
  background: #f04c2f;
  bottom: -1px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}

.tplp-featured-more {
  font-weight: 900;
  justify-self: end;
  white-space: nowrap;
}

.tplp-featured-products .tplp-latest-track {
  display: flex;
  gap: 28px;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0 0 12px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.tplp-featured-products .tplp-latest-track::-webkit-scrollbar {
  display: none;
}

.tplp-featured-products .tplp-latest-card {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  display: grid;
  gap: 22px;
  grid-template-rows: auto 1fr;
  flex: 0 0 calc((100% - 84px) / 4);
  overflow: visible;
  scroll-snap-align: start;
}

.tplp-latest-dots {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: center;
  margin-top: 28px;
}

.tplp-latest-dots button {
  background: #d8dadd;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  height: 9px;
  padding: 0;
  transition: background 160ms ease, transform 160ms ease;
  width: 9px;
}

.tplp-latest-dots button.is-active {
  background: #f04c2f;
  transform: scale(1.12);
}

.tplp-latest-media {
  background: #fff;
  border: 1px solid #e1e5eb;
  border-radius: var(--tplp-radius);
  height: 282px;
  overflow: hidden;
  position: relative;
}

.tplp-latest-label {
  background: #f04c2f;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  left: 16px;
  line-height: 1;
  padding: 10px 12px;
  position: absolute;
  top: 16px;
  z-index: 2;
}

.tplp-featured-products .tplp-latest-image {
  align-items: center;
  background: transparent !important;
  border: 0 !important;
  cursor: zoom-in;
  display: flex;
  font: inherit;
  height: 100%;
  justify-content: center;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.tplp-featured-products .tplp-latest-image:hover,
.tplp-featured-products .tplp-latest-image:focus {
  background: transparent !important;
  border-color: transparent !important;
}

.tplp-featured-products .tplp-latest-image img {
  display: block;
  height: 100%;
  object-fit: contain;
  object-position: 50% 50%;
  transform: scale(1);
  transition: transform 220ms ease;
  width: 100%;
}

.tplp-featured-products .tplp-latest-image:hover img,
.tplp-featured-products .tplp-latest-image:focus img {
  transform: scale(1.08);
}

.tplp-latest-info {
  border-bottom: 1px solid #e6e8ec;
  display: grid;
  gap: 12px;
  min-height: 170px;
  padding-bottom: 24px;
}

.tplp-featured-products .tplp-latest-card h3 {
  font-size: 18px;
  font-weight: 900;
  line-height: 1.45;
  margin: 0;
  min-height: 52px;
}

.tplp-latest-price-row {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-top: auto;
}

.tplp-latest-price-row strong {
  color: #293241;
  font-size: 24px;
}

.tplp-latest-whatsapp {
  align-items: center;
  background: #25d366;
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 0;
  height: 44px;
  justify-content: center;
  position: relative;
  text-decoration: none;
  width: 44px;
}

.tplp-latest-whatsapp::before {
  background-color: currentColor;
  content: "";
  height: 24px;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M16.04 3C9.04 3 3.36 8.58 3.36 15.46c0 2.2.6 4.34 1.74 6.22L3.25 29l7.52-1.78a12.9 12.9 0 0 0 5.27 1.13c7 0 12.7-5.58 12.7-12.45S23.04 3 16.04 3Zm0 22.88c-1.72 0-3.4-.43-4.9-1.25l-.35-.2-4.45 1.05 1.08-4.27-.23-.36a10.05 10.05 0 0 1-1.57-5.39c0-5.5 4.63-9.98 10.32-9.98 5.7 0 10.33 4.48 10.33 9.98 0 5.94-4.63 10.42-10.23 10.42Zm5.68-7.48c-.31-.16-1.84-.9-2.13-1-.28-.1-.49-.16-.7.15-.2.3-.8.99-.98 1.2-.18.2-.36.22-.67.07-.31-.16-1.32-.48-2.52-1.52-.93-.82-1.56-1.82-1.74-2.13-.18-.3-.02-.47.14-.62.14-.14.31-.36.47-.54.16-.18.2-.3.31-.51.1-.2.05-.38-.03-.54-.08-.15-.7-1.66-.96-2.28-.25-.6-.5-.51-.7-.52h-.6c-.2 0-.54.08-.82.38-.28.3-1.08 1.04-1.08 2.53s1.1 2.94 1.25 3.14c.15.2 2.17 3.28 5.27 4.6.74.31 1.31.5 1.76.64.74.23 1.41.2 1.94.12.59-.09 1.84-.74 2.1-1.45.26-.71.26-1.32.18-1.45-.08-.13-.28-.2-.59-.35Z'/%3E%3C/svg%3E") center / contain no-repeat;
  width: 24px;
}

.tplp-catalog {
  max-width: 1320px;
}

.tplp-catalog-layout {
  gap: 34px;
  grid-template-columns: minmax(0, 1fr) 320px;
}

.tplp-products-panel {
  max-width: 1040px;
}

.tplp-catalog-head .tplp-catalog-search {
  background: #fff;
  box-shadow: 0 16px 42px rgba(16, 19, 26, 0.08);
  display: grid;
  grid-template-columns: minmax(0, 1fr) 180px;
  margin-top: 24px;
  max-width: 1040px;
  min-width: 0;
  width: 100%;
}

.tplp-catalog-head .tplp-catalog-search input {
  border: 1px solid var(--tplp-line);
  border-radius: 0;
  border-right: 0;
  font-size: 18px;
  min-height: 64px;
  padding: 0 24px;
}

.tplp-catalog-head .tplp-catalog-search button {
  background: #f04c2f;
  border-radius: 0;
  font-size: 18px;
  font-weight: 800;
  min-height: 64px;
  min-width: 0;
}

.tplp-result-line {
  margin-bottom: 4px;
}

.tplp-grid {
  background: #f2f2f2;
  gap: 24px;
}

.tplp-list-card {
  background: #fff;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  min-height: 232px;
  padding: 28px;
}

.tplp-list-card .tplp-card-image {
  border: 0;
  border-radius: 0;
  cursor: zoom-in;
  height: 188px;
  min-height: 188px;
  padding: 0;
  width: 100%;
}

.tplp-list-card .tplp-card-image img {
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
}

.tplp-list-card .tplp-card-body {
  align-content: start;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 210px;
  gap: 12px 34px;
  padding: 0 0 0 34px;
}

.tplp-list-card .tplp-card-categories {
  align-items: center;
  grid-column: 1;
  margin: 0;
}

.tplp-list-card .tplp-card-categories::after {
  margin-left: 8px;
  margin-top: 0;
}

.tplp-list-card h2 {
  color: #20242a;
  font-size: 21px;
  font-weight: 900;
  grid-column: 1;
  line-height: 1.18;
  margin: 0 0 10px;
  max-width: 520px;
  text-transform: uppercase;
}

.tplp-list-card .tplp-specs {
  border-top: 0;
  display: grid;
  gap: 8px 22px;
  grid-column: 1;
  grid-template-columns: 120px minmax(0, 1fr);
  margin: 0;
  padding: 0;
}

.tplp-list-card .tplp-specs dt,
.tplp-list-card .tplp-specs dd {
  font-size: 14px;
  line-height: 1.25;
}

.tplp-card-price {
  align-self: end;
  display: grid;
  gap: 8px;
  grid-column: 2;
  grid-row: 3;
  justify-self: end;
  min-width: 170px;
  padding-top: 0;
}

.tplp-card-price span {
  color: #667085;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.tplp-card-price strong {
  color: #f04c2f;
  font-size: 32px;
  font-weight: 900;
  line-height: 1;
}

.tplp-list-card .tplp-card-whatsapp {
  align-items: center;
  align-self: start;
  background: #25d366;
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-size: 0;
  grid-column: 2;
  grid-row: 1;
  height: 44px;
  justify-content: center;
  justify-self: end;
  line-height: 1;
  min-height: 44px;
  min-width: 0;
  padding: 0;
  position: relative;
  width: 44px;
}

.tplp-list-card .tplp-card-whatsapp::before {
  background-color: currentColor;
  content: "";
  height: 24px;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M16.04 3C9.04 3 3.36 8.58 3.36 15.46c0 2.2.6 4.34 1.74 6.22L3.25 29l7.52-1.78a12.9 12.9 0 0 0 5.27 1.13c7 0 12.7-5.58 12.7-12.45S23.04 3 16.04 3Zm0 22.88c-1.72 0-3.4-.43-4.9-1.25l-.35-.2-4.45 1.05 1.08-4.27-.23-.36a10.05 10.05 0 0 1-1.57-5.39c0-5.5 4.63-9.98 10.32-9.98 5.7 0 10.33 4.48 10.33 9.98 0 5.94-4.63 10.42-10.23 10.42Zm5.68-7.48c-.31-.16-1.84-.9-2.13-1-.28-.1-.49-.16-.7.15-.2.3-.8.99-.98 1.2-.18.2-.36.22-.67.07-.31-.16-1.32-.48-2.52-1.52-.93-.82-1.56-1.82-1.74-2.13-.18-.3-.02-.47.14-.62.14-.14.31-.36.47-.54.16-.18.2-.3.31-.51.1-.2.05-.38-.03-.54-.08-.15-.7-1.66-.96-2.28-.25-.6-.5-.51-.7-.52h-.6c-.2 0-.54.08-.82.38-.28.3-1.08 1.04-1.08 2.53s1.1 2.94 1.25 3.14c.15.2 2.17 3.28 5.27 4.6.74.31 1.31.5 1.76.64.74.23 1.41.2 1.94.12.59-.09 1.84-.74 2.1-1.45.26-.71.26-1.32.18-1.45-.08-.13-.28-.2-.59-.35Z'/%3E%3C/svg%3E") center / contain no-repeat;
  width: 24px;
}

.tplp-card-side,
.tplp-card-detail {
  display: none;
}

.tplp-filter-more {
  color: #f04c2f !important;
  font-weight: 900 !important;
  margin-top: 6px;
  text-transform: uppercase;
}

.tplp-grid[data-tplp-view-current="grid"] {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.tplp-grid[data-tplp-view-current="grid"] .tplp-list-card {
  display: grid;
  grid-template-columns: 1fr;
  min-height: 0;
  padding: 0;
}

.tplp-grid[data-tplp-view-current="grid"] .tplp-list-card .tplp-card-image {
  height: 250px;
  min-height: 250px;
}

.tplp-grid[data-tplp-view-current="grid"] .tplp-list-card .tplp-card-body {
  align-content: start;
  grid-template-columns: 1fr;
  padding: 24px;
}

.tplp-grid[data-tplp-view-current="grid"] .tplp-list-card .tplp-card-categories,
.tplp-grid[data-tplp-view-current="grid"] .tplp-list-card h2,
.tplp-grid[data-tplp-view-current="grid"] .tplp-list-card .tplp-specs,
.tplp-grid[data-tplp-view-current="grid"] .tplp-card-price,
.tplp-grid[data-tplp-view-current="grid"] .tplp-list-card .tplp-card-whatsapp {
  grid-column: 1;
  grid-row: auto;
}

.tplp-grid[data-tplp-view-current="grid"] .tplp-card-price {
  margin-top: 12px;
}

@media (max-width: 980px) {
  .tplp-home-toolbar,
  .tplp-home-showcase,
  .tplp-editorial,
  .tplp-catalog-layout,
  .tplp-list-card,
  .tplp-footer-main {
    grid-template-columns: 1fr;
  }

  .tplp-header-searchbar {
    grid-template-columns: 1fr;
  }

  .tplp-legal-grid {
    grid-template-columns: 1fr;
  }

  .tplp-legal-summary {
    position: static;
  }

  .tplp-header-browse,
  .tplp-header-contact,
  .tplp-header-search input {
    min-height: 72px;
  }

  .tplp-strip,
  .tplp-home-cats,
  .tplp-why-grid,
  .tplp-latest-track {
    grid-template-columns: repeat(2, 1fr);
  }

  .tplp-home-toolbar {
    overflow: visible;
  }

  .tplp-list-card .tplp-card-image {
    height: 280px;
    min-height: 0;
  }

  .tplp-card-side {
    border-left: 0;
    border-top: 1px solid var(--tplp-line);
    grid-template-columns: 1fr auto auto auto;
    align-items: center;
  }

  .tplp-section-row {
    align-items: start;
    grid-template-columns: 1fr;
  }

  .tplp-filter-panel {
    margin-top: 0;
    position: static;
  }

  .tplp-filter-row div {
    display: flex;
    flex-wrap: wrap;
  }

  .tplp-filter-row button {
    text-align: center;
  }

  .tplp-card-image {
    height: 280px;
  }
}

@media (max-width: 680px) {
  .tplp-search,
  .tplp-catalog-search {
    min-width: 0;
  }

  .tplp-hero {
    min-height: 540px;
    padding: 56px 18px;
  }

  .tplp-strip,
  .tplp-editorial,
  .tplp-home-cats,
  .tplp-latest-section,
  .tplp-why-section,
  .tplp-catalog {
    padding-left: 18px;
    padding-right: 18px;
  }

  .tplp-strip,
  .tplp-home-cats,
  .tplp-why-grid,
  .tplp-latest-track {
    grid-template-columns: 1fr;
  }

  .tplp-card-image {
    height: 240px;
  }

  .tplp-home-toolbar {
    display: grid;
    grid-template-columns: 1fr;
    margin-left: 18px;
    margin-right: 18px;
  }

  .tplp-home-showcase {
    padding-left: 18px;
    padding-right: 18px;
  }

  .tplp-card-side {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .tplp-lightbox {
    padding: 14px;
  }

  .tplp-lightbox-prev {
    left: 10px;
  }

  .tplp-lightbox-next,
  .tplp-lightbox-close {
    right: 10px;
  }
}

@media (max-width: 980px) {
  .tplp-featured-head {
    align-items: start;
    grid-template-columns: 1fr;
  }

  .tplp-featured-tabs {
    flex-wrap: wrap;
    gap: 18px;
    height: auto;
    justify-content: flex-start;
  }

  .tplp-featured-products .tplp-latest-track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .tplp-featured-products {
    padding-left: 18px;
    padding-right: 18px;
  }

  .tplp-featured-products .tplp-latest-track {
    grid-template-columns: 1fr;
  }
}

/* Restored homepage search band */
.tplp-home-arena .tplp-home-toolbar {
  align-items: stretch;
  background: #fff;
  border: 1px solid var(--tplp-line);
  border-radius: var(--tplp-radius);
  box-shadow: 0 16px 50px rgba(16, 19, 26, 0.08);
  display: grid;
  gap: 0;
  grid-template-columns: 300px minmax(320px, 1fr) 250px;
  margin: 0 auto 28px;
  max-width: 1320px;
  overflow: visible;
  width: calc(100% - 48px);
  z-index: 10;
}

.tplp-home-browse-wrap {
  min-width: 0;
  position: relative;
}

.tplp-home-arena .tplp-browse-link {
  align-items: center;
  background: #293241;
  border: 0;
  border-radius: 0;
  color: #fff !important;
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-weight: 900;
  gap: 14px;
  height: 100%;
  justify-content: flex-start;
  min-height: 62px;
  padding: 0 22px;
  text-align: left;
  text-decoration: none;
  white-space: nowrap;
  width: 100%;
}

.tplp-home-arena .tplp-browse-link:hover,
.tplp-home-arena .tplp-browse-link:focus {
  background: #293241 !important;
  color: #fff !important;
}

.tplp-browse-icon {
  display: inline-block;
  flex: 0 0 auto;
  height: 20px;
  position: relative;
  width: 24px;
}

.tplp-browse-icon::before,
.tplp-browse-icon::after {
  background: currentColor;
  border-radius: 999px;
  content: "";
  left: 0;
  position: absolute;
}

.tplp-browse-icon::before {
  box-shadow:
    0 9px 0 currentColor,
    0 18px 0 currentColor;
  height: 2px;
  top: 0;
  width: 24px;
}

.tplp-browse-icon::after {
  height: 6px;
  left: 6px;
  top: 7px;
  width: 2px;
}

.tplp-home-arena .tplp-home-search {
  display: flex;
  grid-column: 2 / 4;
  justify-self: stretch;
  min-width: 0;
  width: 100%;
}

.tplp-home-arena .tplp-home-search input {
  border-bottom: 0;
  border-left: 1px solid var(--tplp-line);
  border-radius: 0;
  border-right: 0;
  border-top: 0;
  flex: 1;
  font: inherit;
  min-height: 62px;
  padding: 0 22px;
}

.tplp-home-arena .tplp-home-search button {
  background: #f04c2f;
  border: 0;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  font: inherit;
  min-width: 250px;
}

.tplp-home-category-menu {
  background: #fff;
  border: 1px solid #e6e8ec;
  box-shadow: 0 18px 46px rgba(16, 19, 26, 0.16);
  left: 0;
  max-height: 420px;
  overflow: auto;
  position: absolute;
  top: 100%;
  width: 320px;
  z-index: 80;
}

.tplp-home-category-menu a {
  align-items: center;
  border-bottom: 1px solid #eceff3;
  color: #10131a;
  display: flex;
  font-weight: 800;
  justify-content: space-between;
  min-height: 54px;
  padding: 0 18px;
  text-decoration: none;
}

.tplp-home-category-menu a:hover {
  background: #f7f8fa;
  color: #293241;
}

.tplp-arena-finder,
.tplp-arena-finder .tplp-home-finder-form,
.tplp-arena-finder .tplp-home-finder-form label,
.tplp-arena-finder .tplp-home-price-range,
.tplp-arena-finder .tplp-home-price-range div,
.tplp-arena-finder .tplp-themed-select,
.tplp-arena-finder .tplp-native-select + .tplp-themed-select,
.tplp-arena-finder .tplp-themed-select-toggle,
.tplp-arena-finder .tplp-themed-select-menu,
.tplp-arena-finder .tplp-home-finder-form select,
.tplp-arena-finder .tplp-arena-finder-cta {
  box-sizing: border-box;
  max-width: none;
  width: 100%;
}

.tplp-arena-finder .tplp-home-finder-form {
  align-items: stretch;
  justify-items: stretch;
}

.tplp-arena-finder .tplp-home-finder-form label > .tplp-themed-select {
  display: block;
  justify-self: stretch;
}

.tplp-arena-finder .tplp-themed-select-toggle {
  justify-content: space-between;
}

.tplp-arena-finder .tplp-themed-select-menu {
  min-width: 100%;
}

.tplp-arena-finder .tplp-arena-finder-cta {
  justify-content: center;
}

@media (max-width: 980px) {
  .tplp-home-arena .tplp-home-toolbar {
    grid-template-columns: 1fr;
  }
}

/* Final responsive pass */
@media (max-width: 1100px) {
  .tplp-app {
    margin-left: 0;
    margin-right: 0;
    overflow-x: clip;
    overflow-x: hidden;
  }

  .tplp-simple-header {
    max-width: 760px;
    min-height: 92px;
    padding: 2px 18px;
  }

  .tplp-logo {
    height: 72px;
    width: 72px;
  }

  .tplp-home,
  .tplp-home-arena,
  .tplp-catalog {
    max-width: none;
    padding-left: 14px;
    padding-right: 14px;
    width: 100%;
  }

  .tplp-arena-searchbar,
  .tplp-arena-categories,
  .tplp-arena-hero-grid,
  .tplp-arena-benefits,
  .tplp-arena-editorial {
    max-width: none;
    width: 100%;
  }

  .tplp-home-arena .tplp-home-toolbar {
    border-radius: 0;
    display: grid;
    grid-template-columns: 1fr;
    margin: 0 auto 28px;
    max-width: 100%;
    width: 100%;
  }

  .tplp-home-arena .tplp-browse-link,
  .tplp-home-arena .tplp-home-search input,
  .tplp-home-arena .tplp-home-search button {
    min-height: 64px;
  }

  .tplp-home-arena .tplp-home-search {
    display: grid;
    grid-column: auto;
    grid-template-columns: minmax(0, 1fr) 112px;
  }

  .tplp-home-arena .tplp-home-search input {
    border-left: 0;
  }

  .tplp-home-arena .tplp-home-search button {
    min-width: 0;
  }

  .tplp-home-category-menu {
    width: min(100%, 420px);
  }

  .tplp-arena-categories {
    gap: 0;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding: 26px 22px;
  }

  .tplp-arena-categories a {
    align-content: start;
    min-height: 150px;
    padding: 18px 12px;
  }

  .tplp-arena-categories strong {
    font-size: 18px;
  }

  .tplp-arena-categories span {
    font-size: 15px;
    line-height: 1.35;
  }

  .tplp-arena-hero-grid {
    grid-template-columns: 1fr;
    padding: 28px 0;
  }

  .tplp-arena-hero {
    min-height: 480px;
    padding: 46px 42px;
  }

  .tplp-arena-hero h1 {
    font-size: clamp(42px, 8vw, 58px);
    max-width: 620px;
  }

  .tplp-arena-finder {
    padding: 42px;
  }

  .tplp-arena-finder h2 {
    font-size: 32px;
  }

  .tplp-home-finder-form,
  .tplp-home-finder-form label,
  .tplp-home-price-range {
    max-width: 100%;
  }

  .tplp-home-finder-form .tplp-themed-select-toggle,
  .tplp-home-price-range input {
    min-height: 70px;
  }

  .tplp-home-price-range div {
    grid-template-columns: 1fr 1fr;
  }

  .tplp-arena-benefits {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding-bottom: 64px;
  }

  .tplp-arena-benefits article {
    min-height: 210px;
    padding: 26px;
  }

  .tplp-arena-editorial {
    align-items: center;
    gap: 46px;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    padding: 34px 0 70px;
  }

  .tplp-arena-editorial h2 {
    font-size: clamp(42px, 7vw, 56px);
  }

  .tplp-featured-products {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 72px 18px 84px;
    width: 100vw;
  }

  .tplp-featured-head {
    align-items: start;
    gap: 24px;
    grid-template-columns: 1fr;
    margin-bottom: 52px;
  }

  .tplp-featured-title h2 {
    font-size: clamp(28px, 5vw, 38px);
  }

  .tplp-featured-tabs {
    align-content: start;
    display: flex;
    flex-wrap: wrap;
    gap: 20px 28px;
    height: auto;
    justify-content: flex-start;
    width: 100%;
  }

  .tplp-featured-tabs button {
    height: 46px;
  }

  .tplp-featured-more {
    border-top: 1px solid #e6e8ec;
    justify-self: stretch;
    padding-top: 14px;
    text-align: right;
  }

  .tplp-featured-products .tplp-latest-track {
    margin-left: -18px;
    margin-right: -18px;
    padding-left: 36px;
    padding-right: 36px;
  }

  .tplp-featured-products .tplp-latest-card {
    flex-basis: min(calc(100vw - 72px), 360px);
  }

  .tplp-latest-media {
    height: 300px;
  }

  .tplp-catalog-head h1 {
    font-size: clamp(32px, 6vw, 48px);
    max-width: 680px;
  }

  .tplp-catalog-search,
  .tplp-catalog-head .tplp-catalog-search {
    grid-template-columns: minmax(0, 1fr) 86px;
  }

  .tplp-catalog-tools {
    display: grid;
    gap: 18px 24px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 100%;
    padding: 22px 24px;
  }

  .tplp-view-tools {
    grid-column: 1 / -1;
  }

  .tplp-view-tools {
    display: flex;
    flex-wrap: wrap;
  }

  .tplp-catalog-tools label {
    align-items: center;
    display: grid;
    gap: 10px;
    grid-template-columns: auto minmax(0, 1fr);
  }

  .tplp-catalog-tools .tplp-themed-select {
    min-width: 0;
  }

  .tplp-view-tools,
  .tplp-catalog-per-page {
    display: none;
  }

  .tplp-catalog-tools {
    align-items: stretch;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    min-height: 0;
  }

  .tplp-catalog-sort {
    display: block;
    min-width: 0;
  }

  .tplp-catalog-sort > span {
    display: none;
  }

  .tplp-catalog-sort .tplp-themed-select-toggle,
  .tplp-mobile-filter-toggle {
    align-items: center;
    background: #f1f1f1;
    border: 1px solid #dfe3e8;
    border-radius: 0;
    color: #293241;
    display: flex;
    font: inherit;
    font-weight: 900;
    justify-content: center;
    min-height: 54px;
    padding: 0 14px;
    text-transform: uppercase;
    width: 100%;
  }

  .tplp-catalog-sort .tplp-themed-select-toggle {
    justify-content: space-between;
  }

  .tplp-mobile-filter-toggle {
    background: linear-gradient(135deg, var(--tplp-blue), var(--tplp-cyan));
    border-color: transparent;
    color: #fff;
    cursor: pointer;
  }

  .tplp-mobile-filter-toggle:hover,
  .tplp-mobile-filter-toggle:focus {
    background: linear-gradient(135deg, var(--tplp-blue), var(--tplp-cyan));
    color: #fff;
  }

  body.tplp-filter-drawer-open {
    overflow: hidden;
  }

  .tplp-filter-close {
    align-items: center;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-size: 28px;
    font-weight: 700;
    height: 44px;
    justify-content: center;
    line-height: 1;
    margin-left: auto;
    padding: 0;
    width: 44px;
  }

  .tplp-filter-panel {
    background: #293241;
    color: #fff;
    display: block;
    height: 100dvh;
    inset: 0;
    margin: 0;
    max-width: none;
    overflow-y: auto;
    padding: 24px;
    position: fixed;
    transform: translateX(100%);
    transition: transform 220ms ease;
    width: 100vw;
    z-index: 100000;
  }

  .tplp-app.is-filter-open .tplp-filter-panel {
    transform: translateX(0);
  }

  .tplp-filter-title {
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    border-left: 5px solid rgba(255, 255, 255, 0.36);
    display: flex;
    gap: 14px;
    justify-content: flex-start;
    margin: 0 0 28px;
    max-width: none;
    padding: 0 0 18px 18px;
    width: 100%;
  }

  .tplp-filter-title span,
  .tplp-filter-row > span,
  .tplp-price-filter > span {
    color: #fff;
  }

  .tplp-filter-title button[data-tplp-clear-filters] {
    color: #fff;
    margin-left: 0;
  }

  .tplp-filter-title button[data-tplp-clear-filters]:hover,
  .tplp-filter-title button[data-tplp-clear-filters]:focus {
    background: transparent;
    color: #fff;
  }

  .tplp-filter-row {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    max-width: none;
    padding-bottom: 28px;
    width: 100%;
  }

  .tplp-filter-row + .tplp-filter-row,
  .tplp-price-filter {
    margin-top: 28px;
  }

  .tplp-filter-row button {
    color: rgba(255, 255, 255, 0.76);
    min-height: 36px;
  }

  .tplp-filter-row button.is-active,
  .tplp-filter-row button:hover {
    color: #fff;
  }

  .tplp-price-filter {
    max-width: none;
    width: 100%;
  }

  .tplp-price-inputs {
    grid-template-columns: 1fr;
  }

  .tplp-price-inputs small {
    color: rgba(255, 255, 255, 0.72);
  }

  .tplp-catalog-layout {
    display: grid;
    gap: 34px;
    grid-template-columns: 1fr;
  }

  .tplp-products-panel,
  .tplp-filter-panel {
    max-width: 100%;
    width: 100%;
  }

  .tplp-list-card {
    grid-template-columns: 1fr;
    padding: 0;
  }

  .tplp-list-card .tplp-card-image {
    height: 300px;
    min-height: 300px;
  }

  .tplp-list-card .tplp-card-body {
    grid-template-columns: minmax(0, 1fr) 190px;
    padding: 28px;
  }

  .tplp-card-price {
    padding-top: 0;
  }

  .tplp-filter-panel {
    align-content: start;
    gap: 0;
    justify-items: stretch;
    margin-top: 0;
    padding: 0;
  }

  .tplp-filter-title,
  .tplp-filter-row,
  .tplp-price-filter {
    max-width: none;
    padding-left: 28px;
    padding-right: 28px;
  }

  .tplp-filter-row {
    padding-top: 34px;
  }

  .tplp-filter-row div {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tplp-filter-row button {
    text-align: left;
  }
}

@media (max-width: 760px) {
  .tplp-simple-header {
    gap: 16px;
  }

  .tplp-header-contact-group a:not(.tplp-header-whatsapp) {
    min-height: 42px;
    padding: 0 12px;
  }

  .tplp-home,
  .tplp-home-arena,
  .tplp-catalog {
    padding-left: 10px;
    padding-right: 10px;
  }

  .tplp-arena-categories {
    display: flex;
    gap: 14px;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    overflow-x: auto;
    overscroll-behavior-x: contain;
    padding: 18px max(18px, calc((100vw - 100%) / 2 + 18px));
    scroll-snap-type: x mandatory;
    width: 100vw;
  }

  .tplp-arena-categories a {
    border-color: rgba(41, 50, 65, 0.22);
    flex: 0 0 calc(100vw - 36px);
    min-height: 126px;
    scroll-snap-align: start;
  }

  .tplp-arena-categories strong {
    font-size: 21px;
    margin-bottom: 8px;
  }

  .tplp-arena-categories span {
    font-size: inherit;
    line-height: inherit;
  }

  .tplp-arena-hero {
    min-height: 430px;
    padding: 34px 30px;
  }

  .tplp-arena-hero h1 {
    font-size: clamp(38px, 10vw, 54px);
  }

  .tplp-arena-finder {
    padding: 34px 28px;
  }

  .tplp-arena-finder h2 {
    font-size: 28px;
  }

  .tplp-arena-benefits {
    grid-template-columns: 1fr;
  }

  .tplp-arena-benefits article {
    min-height: 0;
  }

  .tplp-arena-editorial {
    gap: 28px;
    grid-template-columns: 1fr;
  }

  .tplp-featured-products,
  .tplp-why-section,
  .tplp-footer {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: 100vw;
  }

  .tplp-featured-products {
    padding-left: 16px;
    padding-right: 16px;
  }

  .tplp-why-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .tplp-why-section > * {
    max-width: none;
  }

  .tplp-footer {
    padding-left: 18px;
    padding-right: 18px;
  }

  .tplp-featured-products .tplp-latest-card {
    flex-basis: min(82vw, 520px);
  }

  .tplp-latest-media {
    height: 340px;
  }

  .tplp-featured-products .tplp-latest-card h3 {
    font-size: 22px;
    min-height: 0;
  }

  .tplp-catalog-search,
  .tplp-catalog-head .tplp-catalog-search {
    grid-template-columns: minmax(0, 1fr) 78px;
  }

  .tplp-catalog-tools {
    grid-template-columns: 1fr;
  }

  .tplp-catalog-tools label,
  .tplp-view-tools {
    grid-template-columns: 1fr;
  }

  .tplp-view-tools {
    align-items: center;
    justify-content: flex-start;
  }

  .tplp-list-card .tplp-card-image {
    height: 330px;
    min-height: 330px;
  }

  .tplp-list-card .tplp-card-body {
    grid-template-columns: 1fr;
    padding: 28px;
  }

  .tplp-card-price,
  .tplp-list-card .tplp-card-whatsapp {
    grid-column: 1;
    grid-row: auto;
    min-width: 0;
    padding-top: 12px;
  }

  .tplp-card-price {
    grid-column: 1;
    justify-self: start;
    width: auto;
  }

  .tplp-list-card .tplp-card-whatsapp {
    align-self: end;
    grid-column: 1;
    grid-row: auto;
    height: 44px;
    justify-content: center;
    justify-self: end;
    margin-top: -58px;
    width: 44px;
  }

  .tplp-filter-row div {
    grid-template-columns: 1fr;
  }

  .tplp-price-inputs {
    grid-template-columns: 1fr;
  }
}

/* Catalog controls definitive overrides */
.tplp-catalog-head .tplp-catalog-search,
.tplp-catalog-tools {
  max-width: 1040px;
}

.tplp-catalog-tools {
  background: #293241;
  border-left: 0;
  border-radius: var(--tplp-radius);
  box-shadow: none;
  color: #fff;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  justify-content: stretch;
  padding: 22px;
}

.tplp-catalog-tools label {
  align-items: stretch;
  background: transparent;
  display: grid;
  gap: 7px;
}

.tplp-catalog-tools span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
}

.tplp-catalog-tools .tplp-themed-select-toggle,
.tplp-catalog-tools .tplp-themed-select.is-open .tplp-themed-select-toggle,
.tplp-catalog-tools .tplp-themed-select-toggle:hover,
.tplp-catalog-tools .tplp-themed-select-toggle:focus {
  background: #3c4556 !important;
  border: 0;
  border-radius: var(--tplp-radius);
  color: #fff;
  font-weight: 800;
  min-height: 54px;
  text-transform: none;
}

.tplp-filter-panel {
  border-left: 5px solid #9a9a9a;
}

.tplp-filter-title {
  border-left: 0;
}

@media (min-width: 1181px) {
  .tplp-catalog-head .tplp-catalog-search,
  .tplp-catalog-tools {
    width: calc(100% - 354px);
  }

  .tplp-mobile-filter-toggle {
    display: none !important;
  }
}

@media (max-width: 1100px) {
  .tplp-catalog-tools {
    align-items: end;
    gap: 10px;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(112px, 0.8fr);
    padding: 14px;
  }

  .tplp-catalog-per-page {
    display: grid;
  }

  .tplp-catalog-per-page > span,
  .tplp-catalog-sort > span {
    display: none;
  }

  .tplp-mobile-filter-toggle,
  .tplp-mobile-filter-toggle:hover,
  .tplp-mobile-filter-toggle:focus {
    background: linear-gradient(135deg, var(--tplp-blue), var(--tplp-cyan));
    border: 0;
    border-radius: var(--tplp-radius);
    color: #fff;
    min-height: 46px;
  }

  .tplp-filter-panel {
    border-left: 0;
  }
}

@media (max-width: 520px) {
  .tplp-catalog-tools {
    gap: 8px;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 112px;
  }

  .tplp-catalog-tools .tplp-themed-select-toggle,
  .tplp-mobile-filter-toggle {
    font-size: 13px;
    min-height: 44px;
    padding: 0 10px;
  }
}

/* Catalog search/tools final desktop-mobile layout */
.tplp-catalog-search-controls {
  display: grid;
  gap: 48px;
  grid-template-columns: repeat(2, minmax(0, 0.2fr));
  padding: 10px;
}

.tplp-catalog-search-controls label {
  min-width: 0;
}

.tplp-catalog-search-controls .tplp-themed-select-toggle,
.tplp-catalog-search-controls .tplp-themed-select.is-open .tplp-themed-select-toggle,
.tplp-catalog-search-controls .tplp-themed-select-toggle:hover,
.tplp-catalog-search-controls .tplp-themed-select-toggle:focus {
  background: #3c4556 !important;
  border: 0;
  border-radius: var(--tplp-radius);
  color: #fff;
  font-weight: 800;
  height: 44px;
  min-height: 44px;
  padding: 0 12px;
  text-transform: none;
}

.tplp-catalog-search-controls .tplp-themed-select-toggle i {
  color: #fff;
}

@media (min-width: 1181px) {
  .tplp-catalog-head .tplp-catalog-search {
    background: #293241;
    grid-template-columns: 140px minmax(0, 1fr) 180px;
    max-width: none;
    width: calc(100% - 354px);
  }

  .tplp-catalog-head .tplp-catalog-search input {
    border-left: 0;
    min-height: 64px;
  }

  .tplp-catalog-head .tplp-catalog-search button {
    min-height: 64px;
  }

  .tplp-catalog-tools {
    display: none !important;
  }
}

@media (max-width: 1180px) {
  .tplp-catalog-search-controls {
    display: none;
  }
}

@media (max-width: 1100px) {
  .tplp-catalog-tools {
    display: grid;
  }

  .tplp-catalog-tools .tplp-themed-select-toggle,
  .tplp-catalog-tools .tplp-themed-select.is-open .tplp-themed-select-toggle,
  .tplp-catalog-tools .tplp-themed-select-toggle:hover,
  .tplp-catalog-tools .tplp-themed-select-toggle:focus {
    height: 46px;
    min-height: 46px;
    transition: none;
  }

  .tplp-mobile-filter-toggle,
  .tplp-mobile-filter-toggle:hover,
  .tplp-mobile-filter-toggle:focus,
  .tplp-mobile-filter-toggle:active {
    background: linear-gradient(135deg, var(--tplp-blue), var(--tplp-cyan)) !important;
    border: 0 !important;
    color: #fff !important;
    outline: 0;
  }

  .tplp-filter-panel {
    position: fixed;
  }

  .tplp-filter-close {
    display: inline-flex;
    font-size: 40px;
    height: 58px;
    position: absolute;
    right: 18px;
    top: 18px;
    width: 58px;
  }

  .tplp-filter-title {
    padding-right: 82px;
  }
}

@media (max-width: 520px) {
  .tplp-list-card .tplp-card-body {
    grid-template-columns: minmax(0, 1fr) 56px;
  }

  .tplp-card-price {
    grid-column: 1;
    grid-row: auto;
    justify-self: start;
  }

  .tplp-list-card .tplp-card-whatsapp {
    align-self: end;
    grid-column: 2;
    grid-row: auto;
    justify-self: end;
    margin-top: 0;
  }
}

@media (min-width: 1181px) {
  .tplp-catalog-head h1 {
    font-size: clamp(34px, 4.6vw, 44px);
  }

  .tplp-filter-panel {
    margin-top: -252px;
  }
}

.tplp-list-card .tplp-card-whatsapp::before {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.tplp-list-card .tplp-card-detail {
  align-items: center;
  align-self: start;
  background: #07142d;
  border-radius: 999px;
  color: #fff;
  display: inline-flex !important;
  font-size: 13px;
  font-weight: 900;
  grid-column: 2;
  grid-row: 1;
  justify-content: center;
  justify-self: end;
  min-height: 40px;
  min-width: 128px;
  padding: 0 16px;
  text-decoration: none;
  text-transform: uppercase;
}

.tplp-list-card .tplp-card-detail:hover,
.tplp-list-card .tplp-card-detail:focus {
  background: #1463ff;
}

.tplp-list-card .tplp-card-image,
.tplp-featured-products .tplp-latest-image {
  cursor: pointer;
}

.tplp-latest-price-row {
  gap: 10px;
}

.tplp-latest-detail {
  align-items: center;
  background: #07142d;
  border-radius: 999px;
  color: #fff !important;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 12px;
  font-weight: 900;
  justify-content: center;
  min-height: 40px;
  padding: 0 14px;
  text-decoration: none !important;
  text-transform: uppercase;
}

.tplp-latest-detail:hover,
.tplp-latest-detail:focus {
  background: #1463ff;
}

@media (max-width: 760px) {
  .tplp-list-card .tplp-card-detail {
    grid-column: 1;
    grid-row: auto;
    justify-self: stretch;
    width: 100%;
  }

  .tplp-latest-price-row {
    align-items: stretch;
    flex-wrap: wrap;
  }

  .tplp-latest-detail {
    flex: 1 1 130px;
  }
}

/* Final catalog dropdown/icon controls */
.tplp-catalog-search-controls .tplp-themed-select,
.tplp-catalog-tools .tplp-themed-select {
  min-width: 0;
  overflow: visible;
}

.tplp-catalog-search-controls .tplp-themed-select-toggle,
.tplp-catalog-tools .tplp-themed-select-toggle {
  justify-content: center;
}

.tplp-catalog-search-controls .tplp-themed-select-toggle span,
.tplp-catalog-search-controls .tplp-themed-select-toggle i,
.tplp-catalog-tools .tplp-themed-select-toggle span,
.tplp-catalog-tools .tplp-themed-select-toggle i {
  display: none;
}

.tplp-catalog-search-controls .tplp-themed-select-toggle::before,
.tplp-catalog-tools .tplp-themed-select-toggle::before {
  background: currentColor;
  content: "";
  display: block;
  height: 24px;
  width: 24px;
}

.tplp-catalog-per-page .tplp-themed-select-toggle::before,
.tplp-catalog-search-controls label:first-child .tplp-themed-select-toggle::before {
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 5h16v2H4V5Zm0 6h16v2H4v-2Zm0 6h16v2H4v-2Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.tplp-catalog-sort .tplp-themed-select-toggle::before,
.tplp-catalog-search-controls label:nth-child(2) .tplp-themed-select-toggle::before {
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7 4h2v10h3l-4 4-4-4h3V4Zm10 2 4 4h-3v10h-2V10h-3l4-4Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.tplp-catalog-search-controls .tplp-themed-select-menu,
.tplp-catalog-tools .tplp-themed-select-menu {
  background: #fff;
  border: 1px solid #dfe3e8;
  box-shadow: 0 18px 46px rgba(16, 19, 26, 0.16);
  color: #10131a;
  left: 0;
  min-width: 240px;
  right: auto;
  width: max-content;
}

.tplp-catalog-search-controls .tplp-themed-select-menu button,
.tplp-catalog-tools .tplp-themed-select-menu button,
.tplp-catalog-search-controls .tplp-themed-select-menu button:hover,
.tplp-catalog-tools .tplp-themed-select-menu button:hover,
.tplp-catalog-search-controls .tplp-themed-select-menu button.is-selected,
.tplp-catalog-tools .tplp-themed-select-menu button.is-selected {
  background: #fff !important;
  border-bottom: 1px solid #eceff3;
  color: #10131a !important;
  min-width: 240px;
  white-space: nowrap;
}

.tplp-catalog-search-controls .tplp-themed-select-menu button:hover,
.tplp-catalog-tools .tplp-themed-select-menu button:hover {
  background: #f7f8fa !important;
}

@media (max-width: 1100px) {
  .tplp-catalog-tools .tplp-themed-select-menu {
    min-width: min(280px, calc(100vw - 32px));
  }

  .tplp-filter-close,
  .tplp-filter-close:hover,
  .tplp-filter-close:focus,
  .tplp-filter-close:active {
    background: transparent !important;
    border: 0 !important;
    color: #fff !important;
    font-size: 52px;
    line-height: 1;
    right: 18px;
    top: 16px;
  }
}

/* Catalog dropdown/icon controls hard override */
.tplp-catalog-search-controls .tplp-themed-select,
.tplp-catalog-tools .tplp-themed-select {
  min-width: 0;
  overflow: visible;
}

.tplp-catalog-search-controls .tplp-themed-select-toggle,
.tplp-catalog-tools .tplp-themed-select-toggle {
  justify-content: center;
}

.tplp-catalog-search-controls .tplp-themed-select-toggle span,
.tplp-catalog-search-controls .tplp-themed-select-toggle i,
.tplp-catalog-tools .tplp-themed-select-toggle span,
.tplp-catalog-tools .tplp-themed-select-toggle i {
  display: none;
}

.tplp-catalog-search-controls .tplp-themed-select-toggle::before,
.tplp-catalog-tools .tplp-themed-select-toggle::before {
  background: currentColor;
  content: "";
  display: block;
  height: 24px;
  width: 24px;
}

.tplp-catalog-per-page .tplp-themed-select-toggle::before,
.tplp-catalog-search-controls label:first-child .tplp-themed-select-toggle::before {
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 5h16v2H4V5Zm0 6h16v2H4v-2Zm0 6h16v2H4v-2Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.tplp-catalog-sort .tplp-themed-select-toggle::before,
.tplp-catalog-search-controls label:nth-child(2) .tplp-themed-select-toggle::before {
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7 4h2v10h3l-4 4-4-4h3V4Zm10 2 4 4h-3v10h-2V10h-3l4-4Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.tplp-catalog-search-controls .tplp-themed-select-menu,
.tplp-catalog-tools .tplp-themed-select-menu {
  background: #fff;
  border: 1px solid #dfe3e8;
  box-shadow: 0 18px 46px rgba(16, 19, 26, 0.16);
  color: #10131a;
  left: 0;
  min-width: 240px;
  right: auto;
  width: max-content;
}

.tplp-catalog-search-controls .tplp-themed-select-menu button,
.tplp-catalog-tools .tplp-themed-select-menu button,
.tplp-catalog-search-controls .tplp-themed-select-menu button:hover,
.tplp-catalog-tools .tplp-themed-select-menu button:hover,
.tplp-catalog-search-controls .tplp-themed-select-menu button.is-selected,
.tplp-catalog-tools .tplp-themed-select-menu button.is-selected {
  background: #fff !important;
  border-bottom: 1px solid #eceff3;
  color: #10131a !important;
  min-width: 240px;
  white-space: nowrap;
}

.tplp-catalog-search-controls .tplp-themed-select-menu button:hover,
.tplp-catalog-tools .tplp-themed-select-menu button:hover {
  background: #f7f8fa !important;
}

@media (max-width: 1100px) {
  .tplp-catalog-tools .tplp-themed-select-menu {
    min-width: min(280px, calc(100vw - 32px));
  }

  .tplp-filter-close,
  .tplp-filter-close:hover,
  .tplp-filter-close:focus,
  .tplp-filter-close:active {
    background: transparent !important;
    border: 0 !important;
    color: #fff !important;
    font-size: 52px;
    line-height: 1;
    right: 18px;
    top: 16px;
  }
}

/* Catalog dropdown/icon controls hard override */
.tplp-catalog-search-controls .tplp-themed-select,
.tplp-catalog-tools .tplp-themed-select {
  min-width: 0;
  overflow: visible;
}

.tplp-catalog-search-controls .tplp-themed-select-toggle,
.tplp-catalog-tools .tplp-themed-select-toggle {
  justify-content: center;
}

.tplp-catalog-search-controls .tplp-themed-select-toggle span,
.tplp-catalog-search-controls .tplp-themed-select-toggle i,
.tplp-catalog-tools .tplp-themed-select-toggle span,
.tplp-catalog-tools .tplp-themed-select-toggle i {
  display: none;
}

.tplp-catalog-search-controls .tplp-themed-select-toggle::before,
.tplp-catalog-tools .tplp-themed-select-toggle::before {
  background: currentColor;
  content: "";
  display: block;
  height: 24px;
  width: 24px;
}

.tplp-catalog-per-page .tplp-themed-select-toggle::before,
.tplp-catalog-search-controls label:first-child .tplp-themed-select-toggle::before {
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 5h16v2H4V5Zm0 6h16v2H4v-2Zm0 6h16v2H4v-2Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.tplp-catalog-sort .tplp-themed-select-toggle::before,
.tplp-catalog-search-controls label:nth-child(2) .tplp-themed-select-toggle::before {
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7 4h2v10h3l-4 4-4-4h3V4Zm10 2 4 4h-3v10h-2V10h-3l4-4Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.tplp-catalog-search-controls .tplp-themed-select-menu,
.tplp-catalog-tools .tplp-themed-select-menu {
  background: #fff;
  border: 1px solid #dfe3e8;
  box-shadow: 0 18px 46px rgba(16, 19, 26, 0.16);
  color: #10131a;
  left: 0;
  min-width: 240px;
  right: auto;
  width: max-content;
}

.tplp-catalog-search-controls .tplp-themed-select-menu button,
.tplp-catalog-tools .tplp-themed-select-menu button,
.tplp-catalog-search-controls .tplp-themed-select-menu button:hover,
.tplp-catalog-tools .tplp-themed-select-menu button:hover,
.tplp-catalog-search-controls .tplp-themed-select-menu button.is-selected,
.tplp-catalog-tools .tplp-themed-select-menu button.is-selected {
  background: #fff !important;
  border-bottom: 1px solid #eceff3;
  color: #10131a !important;
  min-width: 240px;
  white-space: nowrap;
}

.tplp-catalog-search-controls .tplp-themed-select-menu button:hover,
.tplp-catalog-tools .tplp-themed-select-menu button:hover {
  background: #f7f8fa !important;
}

@media (max-width: 1100px) {
  .tplp-catalog-tools .tplp-themed-select-menu {
    min-width: min(280px, calc(100vw - 32px));
  }

  .tplp-filter-close,
  .tplp-filter-close:hover,
  .tplp-filter-close:focus,
  .tplp-filter-close:active {
    background: transparent !important;
    border: 0 !important;
    color: #fff !important;
    font-size: 52px;
    line-height: 1;
    right: 18px;
    top: 16px;
  }
}

/* Catalog controls final pass */
.tplp-catalog-head .tplp-catalog-search {
  max-width: 1040px;
}

.tplp-catalog-tools {
  background: #293241;
  border-left: 0;
  border-radius: var(--tplp-radius);
  box-shadow: none;
  color: #fff;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  justify-content: stretch;
  max-width: 1040px;
  padding: 22px;
}

.tplp-catalog-tools label {
  align-items: stretch;
  background: transparent;
  display: grid;
  gap: 7px;
}

.tplp-catalog-tools span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
}

.tplp-catalog-tools .tplp-themed-select {
  min-width: 0;
}

.tplp-catalog-tools .tplp-themed-select-toggle,
.tplp-catalog-tools .tplp-themed-select.is-open .tplp-themed-select-toggle,
.tplp-catalog-tools .tplp-themed-select-toggle:hover,
.tplp-catalog-tools .tplp-themed-select-toggle:focus {
  background: #3c4556 !important;
  border: 0;
  border-radius: var(--tplp-radius);
  color: #fff;
  font-weight: 800;
  min-height: 54px;
  text-transform: none;
}

.tplp-catalog-tools .tplp-themed-select-toggle i {
  color: #fff;
}

.tplp-catalog-tools .tplp-themed-select-menu {
  left: 0;
  right: auto;
  width: 100%;
}

.tplp-filter-panel {
  border-left: 5px solid #9a9a9a;
}

.tplp-filter-title {
  border-left: 0;
  padding-left: 28px;
}

.tplp-mobile-filter-toggle {
  background: linear-gradient(135deg, var(--tplp-blue), var(--tplp-cyan));
  border: 0;
  border-radius: var(--tplp-radius);
  color: #fff;
}

@media (min-width: 1181px) {
  .tplp-catalog-tools,
  .tplp-catalog-head .tplp-catalog-search {
    width: calc(100% - 354px);
  }

  .tplp-mobile-filter-toggle {
    display: none !important;
  }
}

@media (max-width: 1100px) {
  .tplp-catalog-tools {
    align-items: end;
    gap: 10px;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(112px, 0.8fr);
    padding: 14px;
  }

  .tplp-catalog-per-page > span,
  .tplp-catalog-sort > span {
    display: none;
  }

  .tplp-catalog-tools .tplp-themed-select-toggle,
  .tplp-mobile-filter-toggle {
    min-height: 46px;
    padding: 0 12px;
  }

  .tplp-mobile-filter-toggle,
  .tplp-mobile-filter-toggle:hover,
  .tplp-mobile-filter-toggle:focus {
    background: linear-gradient(135deg, var(--tplp-blue), var(--tplp-cyan));
    color: #fff;
  }
}

@media (max-width: 520px) {
  .tplp-catalog-tools {
    gap: 8px;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 112px;
  }

  .tplp-catalog-tools .tplp-themed-select-toggle,
  .tplp-mobile-filter-toggle {
    font-size: 13px;
    min-height: 44px;
    padding: 0 10px;
  }
}

@media (max-width: 520px) {
  .tplp-simple-header {
    align-items: center;
    flex-wrap: wrap;
    min-height: 0;
  }

  .tplp-header-contact-group {
    margin-left: auto;
  }

  .tplp-logo {
    height: 68px;
    width: 68px;
  }

  .tplp-footer-logo {
    height: 64px;
    width: 64px;
  }

  .tplp-footer-brand strong {
    font-size: 22px;
  }

  .tplp-home-arena .tplp-home-search {
    grid-template-columns: minmax(0, 1fr) 112px;
  }

  .tplp-home-arena .tplp-home-search button {
    min-width: 0;
    width: 100%;
  }

  .tplp-arena-categories {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    padding-left: 10px;
    padding-right: 10px;
    scroll-snap-type: x mandatory;
  }

  .tplp-arena-categories a {
    border-color: rgba(41, 50, 65, 0.22);
    flex: 0 0 calc(100vw - 20px);
    scroll-snap-align: start;
  }

  .tplp-arena-hero {
    min-height: 390px;
    padding: 28px 24px;
  }

  .tplp-arena-hero h1 {
    font-size: 34px;
  }

  .tplp-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .tplp-home-price-range div {
    grid-template-columns: 1fr;
  }

  .tplp-featured-title {
    align-items: flex-start;
  }

  .tplp-featured-title h2 {
    font-size: 28px;
    line-height: 1.12;
  }

  .tplp-featured-tabs {
    gap: 12px 20px;
  }

  .tplp-featured-products .tplp-latest-card {
    flex-basis: calc(100vw - 72px);
  }

  .tplp-latest-media {
    height: 270px;
  }

  .tplp-catalog-head h1 {
    font-size: 32px;
  }

  .tplp-list-card .tplp-card-image {
    height: 260px;
    min-height: 260px;
  }

  .tplp-list-card h2 {
    font-size: 22px;
  }

  .tplp-list-card .tplp-specs {
    grid-template-columns: 90px minmax(0, 1fr);
  }
}

@media (max-width: 1100px) {
  .tplp-catalog-tools {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .tplp-view-tools,
  .tplp-catalog-per-page {
    display: none;
  }

  .tplp-filter-panel {
    align-content: start;
    background: #293241;
    color: #fff;
    display: block;
    gap: 0;
    height: 100dvh;
    inset: 0;
    justify-items: stretch;
    margin: 0;
    max-width: none;
    overflow-y: auto;
    padding: 24px;
    position: fixed;
    transform: translateX(100%);
    transition: transform 220ms ease;
    width: 100vw;
    z-index: 100000;
  }

  .tplp-app.is-filter-open .tplp-filter-panel {
    transform: translateX(0);
  }

  .tplp-filter-title {
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    border-left: 5px solid rgba(255, 255, 255, 0.36);
    display: flex;
    gap: 14px;
    margin: 0 0 28px;
    max-width: none;
    padding: 0 0 18px 18px;
    width: 100%;
  }

  .tplp-filter-title,
  .tplp-filter-row,
  .tplp-price-filter {
    padding-left: 18px;
    padding-right: 0;
  }

  .tplp-filter-row {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    max-width: none;
    padding-bottom: 28px;
    padding-top: 0;
    width: 100%;
  }

  .tplp-filter-row div {
    display: grid;
    gap: 14px;
    grid-template-columns: 1fr;
  }

  .tplp-filter-row button {
    color: rgba(255, 255, 255, 0.76);
  }

  .tplp-filter-row button.is-active,
  .tplp-filter-row button:hover {
    color: #fff;
  }

  .tplp-filter-title span,
  .tplp-filter-row > span,
  .tplp-price-filter > span {
    color: #fff;
  }

  .tplp-filter-title button[data-tplp-clear-filters] {
    color: #fff;
  }

  .tplp-price-filter {
    max-width: none;
    width: 100%;
  }

  .tplp-price-inputs {
    grid-template-columns: 1fr;
  }
}

/* Catalog controls definitive overrides */
.tplp-catalog-head .tplp-catalog-search,
.tplp-catalog-tools {
  max-width: 1040px;
}

.tplp-catalog-tools {
  background: #293241;
  border-left: 0;
  border-radius: var(--tplp-radius);
  box-shadow: none;
  color: #fff;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  justify-content: stretch;
  padding: 22px;
}

.tplp-catalog-tools label {
  align-items: stretch;
  background: transparent;
  display: grid;
  gap: 7px;
}

.tplp-catalog-tools span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
}

.tplp-catalog-tools .tplp-themed-select-toggle,
.tplp-catalog-tools .tplp-themed-select.is-open .tplp-themed-select-toggle,
.tplp-catalog-tools .tplp-themed-select-toggle:hover,
.tplp-catalog-tools .tplp-themed-select-toggle:focus {
  background: #3c4556 !important;
  border: 0;
  border-radius: var(--tplp-radius);
  color: #fff;
  font-weight: 800;
  min-height: 54px;
  text-transform: none;
}

.tplp-filter-panel {
  border-left: 5px solid #9a9a9a;
}

.tplp-filter-title {
  border-left: 0;
}

@media (min-width: 1181px) {
  .tplp-catalog-head .tplp-catalog-search,
  .tplp-catalog-tools {
    width: calc(100% - 354px);
  }

  .tplp-mobile-filter-toggle {
    display: none !important;
  }
}

@media (max-width: 1100px) {
  .tplp-catalog-tools {
    align-items: end;
    gap: 10px;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(112px, 0.8fr);
    padding: 14px;
  }

  .tplp-catalog-per-page {
    display: grid;
  }

  .tplp-catalog-per-page > span,
  .tplp-catalog-sort > span {
    display: none;
  }

  .tplp-mobile-filter-toggle,
  .tplp-mobile-filter-toggle:hover,
  .tplp-mobile-filter-toggle:focus {
    background: linear-gradient(135deg, var(--tplp-blue), var(--tplp-cyan));
    border: 0;
    border-radius: var(--tplp-radius);
    color: #fff;
    min-height: 46px;
  }

  .tplp-filter-panel {
    border-left: 0;
  }
}

@media (max-width: 520px) {
  .tplp-catalog-tools {
    gap: 8px;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 112px;
  }

  .tplp-catalog-tools .tplp-themed-select-toggle,
  .tplp-mobile-filter-toggle {
    font-size: 13px;
    min-height: 44px;
    padding: 0 10px;
  }
}

@media (min-width: 1181px) {
  .tplp-catalog-head h1 {
    font-size: clamp(34px, 4.6vw, 44px);
  }

  .tplp-filter-panel {
    margin-top: -252px;
  }
}

.tplp-list-card .tplp-card-whatsapp::before {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

/* Final single product and button overrides */
.tplp-product-hero {
  align-items: stretch;
  gap: 44px;
  grid-template-columns: minmax(320px, 0.92fr) minmax(0, 1.08fr);
}

.tplp-product-side {
  align-content: center;
  display: grid;
  min-width: 0;
}

.tplp-product-media,
.tplp-product-image {
  min-height: 560px;
}

.tplp-product-media {
  align-items: stretch;
}

.tplp-product-image,
.tplp-product-image:hover,
.tplp-product-image:focus {
  background: #fff !important;
}

.tplp-product-image {
  align-items: center;
  border: 0;
  overflow: hidden;
}

.tplp-product-image img {
  height: auto;
  max-height: none;
  max-width: none;
  width: 100%;
}

.tplp-product-info h1 {
  font-size: clamp(20px, 4vw, 32px);
}

.tplp-product-actions {
  gap: 8px;
  justify-content: flex-end;
  justify-self: end;
  margin: 24px 0 0;
}

.tplp-product-action,
.tplp-product-back {
  border-radius: 10px;
}

.tplp-product-share,
.tplp-product-back {
  background: #293241;
}

.tplp-product-share:hover,
.tplp-product-share:focus,
.tplp-product-back:hover,
.tplp-product-back:focus {
  background: #3c4556;
}

.tplp-product-band {
  border-radius: 0;
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 0;
  padding: 22px 26px;
}

.tplp-product-meta-item {
  display: grid;
  gap: 8px;
}

.tplp-product-meta-item span {
  color: #667085;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.tplp-product-meta-item strong {
  color: #171d38;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.15;
}

.tplp-product-meta-price strong {
  color: #293241;
  font-size: 28px;
}

.tplp-list-card .tplp-card-detail,
.tplp-latest-detail {
  background: #293241;
  border-radius: 10px;
}

.tplp-list-card .tplp-card-detail:hover,
.tplp-list-card .tplp-card-detail:focus,
.tplp-latest-detail:hover,
.tplp-latest-detail:focus {
  background: #3c4556;
}

@media (max-width: 900px) {
  .tplp-product-hero {
    gap: 24px;
    grid-template-columns: 1fr;
  }

  .tplp-product-media,
  .tplp-product-image {
    min-height: 360px;
  }

  .tplp-product-actions {
    justify-content: flex-start;
    justify-self: start;
  }

  .tplp-product-band {
    grid-template-columns: 1fr;
  }
}

/* Product single action polish */
.tplp-product-hero {
  align-items: start;
}

.tplp-product-side {
  align-content: start;
  align-self: start;
}

.tplp-product-info .tplp-card-categories {
  margin-bottom: 12px;
}

.tplp-product-info .tplp-card-category {
  background: rgba(200, 164, 93, 0.11);
  border: 1px solid rgba(200, 164, 93, 0.28);
  border-radius: 999px;
  color: var(--tplp-gold);
}

.tplp-product-image,
.tplp-product-image:hover,
.tplp-product-image:focus,
.tplp-product-image:focus-visible {
  background: #fff !important;
  border: 0 !important;
  box-shadow: none !important;
  outline: 0 !important;
}

.tplp-product-actions {
  align-items: stretch;
  justify-content: flex-end;
  justify-self: end;
}

.tplp-product-action {
  border: 0 !important;
  box-shadow: none !important;
  outline: 0;
}

.tplp-product-share {
  background: linear-gradient(135deg, var(--tplp-blue), var(--tplp-cyan));
  border-radius: 10px;
  color: #fff;
  height: 48px;
  min-height: 48px;
  width: 48px;
}

.tplp-product-share:hover,
.tplp-product-share:focus {
  background: linear-gradient(135deg, var(--tplp-blue), var(--tplp-cyan));
  filter: brightness(0.96);
}

.tplp-product-share::before {
  height: 25px;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M18 16.1c-.76 0-1.44.3-1.96.77L8.91 12.7c.05-.23.09-.46.09-.7s-.04-.47-.09-.7l7.05-4.11A3 3 0 1 0 15 5c0 .24.04.47.09.7L8.04 9.81A3 3 0 1 0 8.04 14l7.12 4.18c-.05.21-.08.43-.08.65A2.92 2.92 0 1 0 18 16.1Z'/%3E%3C/svg%3E") center / contain no-repeat;
  width: 25px;
}

.tplp-product-back {
  background: linear-gradient(135deg, var(--tplp-blue), var(--tplp-cyan));
  border-radius: 10px;
  color: #fff;
  font-size: 14px;
  gap: 8px;
  height: 48px;
  min-height: 48px;
  padding: 0 18px;
  width: auto;
}

.tplp-product-back:hover,
.tplp-product-back:focus {
  background: linear-gradient(135deg, var(--tplp-blue), var(--tplp-cyan));
  filter: brightness(0.96);
}

.tplp-product-back::before {
  height: 18px;
  width: 18px;
}

/* Mobile catalog and product action refinements */
.tplp-filter-row button {
  align-items: center;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
}

.tplp-filter-option-label {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tplp-filter-check {
  align-items: center;
  background: #f04c2f;
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 13px;
  font-weight: 900;
  height: 22px;
  justify-content: center;
  line-height: 1;
  width: 22px;
}

@media (max-width: 760px) {
  .tplp-latest-price-row {
    align-items: center;
    flex-wrap: nowrap;
  }

  .tplp-latest-detail {
    align-items: center;
    flex: 0 0 auto;
    justify-content: center;
    min-height: 38px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .tplp-list-card .tplp-card-body {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .tplp-list-card .tplp-card-price {
    align-self: center;
    grid-column: 1;
    grid-row: 4;
    justify-self: start;
  }

  .tplp-list-card .tplp-card-detail {
    align-self: center;
    grid-column: 2;
    grid-row: 4;
    justify-self: end;
    min-height: 38px;
    min-width: 0;
    padding-left: 10px;
    padding-right: 10px;
    width: auto;
  }
}

@media (max-width: 1100px) {
  .tplp-catalog-tools {
    align-items: stretch;
    display: grid;
    gap: 8px;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(112px, 1fr);
  }

  .tplp-catalog-per-page {
    display: grid;
    grid-column: 1;
  }

  .tplp-catalog-sort {
    display: grid;
    grid-column: 2;
  }

  .tplp-mobile-filter-toggle {
    grid-column: 3;
  }

  .tplp-catalog-tools .tplp-themed-select,
  .tplp-catalog-tools .tplp-themed-select-toggle,
  .tplp-mobile-filter-toggle {
    height: 46px;
    min-height: 46px;
    width: 100%;
  }

  .tplp-catalog-tools .tplp-themed-select-toggle,
  .tplp-mobile-filter-toggle {
    justify-content: center;
  }

  .tplp-filter-close,
  .tplp-filter-close:hover,
  .tplp-filter-close:focus,
  .tplp-filter-close:active {
    font-size: 42px !important;
    height: 48px;
    line-height: 1;
    min-height: 48px;
    width: 48px;
  }

  .tplp-filter-row button {
    padding-right: 4px;
  }
}

@media (max-width: 900px) {
  .tplp-product-actions {
    justify-content: flex-end;
    justify-self: end;
  }
}

/* Single product final corrections */
.tplp-product-info .tplp-card-category {
  background: rgba(200, 164, 93, 0.11) !important;
  border: 1px solid rgba(200, 164, 93, 0.28) !important;
  border-radius: 999px !important;
  color: var(--tplp-gold) !important;
  display: inline-flex !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  padding: 6px 9px !important;
  text-transform: uppercase !important;
}

.tplp-product-back,
.tplp-product-back:hover,
.tplp-product-back:focus,
.tplp-product-back:visited {
  color: #fff !important;
}

.tplp-product-share,
.tplp-product-share:hover,
.tplp-product-share:focus {
  background: transparent !important;
  filter: none;
}

.tplp-product-share::before {
  background: linear-gradient(135deg, var(--tplp-blue), var(--tplp-cyan)) !important;
  height: 32px;
  width: 32px;
}

.tplp-product-meta-price strong {
  color: #f04c2f !important;
}

/* Catalog card detail alignment */
.tplp-list-card .tplp-card-detail {
  align-self: start;
  grid-column: 2;
  grid-row: 1;
  justify-self: end;
}

@media (max-width: 760px) {
  .tplp-list-card .tplp-card-price,
  .tplp-list-card .tplp-card-detail {
    align-self: end;
    grid-row: 4;
  }

  .tplp-list-card .tplp-card-price {
    grid-column: 1;
  }

  .tplp-list-card .tplp-card-detail {
    grid-column: 2;
  }
}

/* Lightbox zoom */
.tplp-lightbox-stage {
  align-items: center;
  display: flex;
  height: 88vh;
  justify-content: center;
  max-width: min(1120px, 88vw);
  overflow: auto;
  width: 88vw;
}

.tplp-lightbox-image-button {
  background: transparent !important;
  border: 0 !important;
  cursor: zoom-in;
  display: block !important;
  height: auto !important;
  padding: 0 !important;
  position: static !important;
  width: auto !important;
}

.tplp-lightbox-image-button img {
  transition: transform 180ms ease;
}

.tplp-lightbox.is-zoomed .tplp-lightbox-stage {
  align-items: flex-start;
  justify-content: flex-start;
}

.tplp-lightbox.is-zoomed .tplp-lightbox-image-button {
  cursor: zoom-out;
}

.tplp-lightbox.is-zoomed .tplp-lightbox-image-button img {
  max-height: none;
  max-width: none;
  width: min(1600px, 180vw);
}

.tplp-lightbox-zoom {
  right: 86px;
  top: 24px;
}

@media (max-width: 760px) {
  .tplp-lightbox-stage {
    height: 82vh;
    max-width: 92vw;
    width: 92vw;
  }

  .tplp-lightbox-zoom {
    right: 76px;
  }

  .tplp-lightbox.is-zoomed .tplp-lightbox-image-button img {
    width: 220vw;
  }
}

/* Single image height refinement */
.tplp-product-media,
.tplp-product-image {
  min-height: 420px;
}

@media (max-width: 900px) {
  .tplp-product-media,
  .tplp-product-image {
    min-height: 270px;
  }
}

/* Final share icon, single categories, and gesture zoom */
.tplp-product-info .tplp-card-categories {
  align-items: center !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  margin: 0 0 20px !important;
}

.tplp-product-info .tplp-card-categories::after {
  background: #cfcfcf !important;
  content: "" !important;
  display: block !important;
  height: 1px !important;
  margin-left: 8px !important;
  width: 36px !important;
}

.tplp-product-info .tplp-card-category {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: #f04c2f !important;
  display: inline-flex !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  padding: 0 !important;
  text-transform: uppercase !important;
}

.tplp-product-share,
.tplp-product-share:hover,
.tplp-product-share:focus {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  filter: none !important;
}

.tplp-product-share::before {
  background: linear-gradient(135deg, var(--tplp-blue), var(--tplp-cyan)) !important;
  height: 34px !important;
  mask: url("../images/icons8-share.svg") center / contain no-repeat !important;
  width: 34px !important;
}

.tplp-lightbox-stage {
  cursor: zoom-in;
  touch-action: none;
  user-select: none;
}

.tplp-lightbox-stage.is-pannable {
  cursor: grab;
}

.tplp-lightbox-stage.is-pannable:active {
  cursor: grabbing;
}

.tplp-lightbox-stage > img,
.tplp-lightbox img {
  transform-origin: center center;
  transition: transform 120ms ease;
  will-change: transform;
}

.tplp-lightbox-zoom {
  display: none !important;
}

/* Inline share icon rendering */
.tplp-product-share::before {
  display: none !important;
  content: none !important;
}

.tplp-share-icon {
  display: block;
  height: 34px;
  pointer-events: none;
  width: 34px;
}

/* Single image compact height */
.tplp-product-media,
.tplp-product-image {
  min-height: 210px;
}

@media (max-width: 900px) {
  .tplp-product-media,
  .tplp-product-image {
    min-height: 135px;
  }
}

/* Single WhatsApp round button */
.tplp-product-whatsapp {
  border-radius: 999px !important;
}

/* Breadcrumb navigation */
.tplp-breadcrumb {
  align-items: center;
  color: #f04c2f;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.2;
  margin: 0 0 20px;
  text-transform: uppercase;
}

.tplp-breadcrumb a,
.tplp-breadcrumb span {
  align-items: center;
  color: inherit;
  display: inline-flex;
  text-decoration: none;
}

.tplp-breadcrumb a:hover,
.tplp-breadcrumb a:focus {
  color: #293241;
}

.tplp-breadcrumb-separator {
  color: #c8ccd4 !important;
}

.tplp-breadcrumb-home {
  gap: 6px;
}

.tplp-breadcrumb-home-icon {
  background: currentColor;
  height: 15px;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 3 2 11h3v9h7v-6h2v6h7v-9h3L12 3Z'/%3E%3C/svg%3E") center / contain no-repeat;
  width: 15px;
}

.tplp-product-shell > .tplp-breadcrumb {
  margin-bottom: 18px;
}

@media (max-width: 760px) {
  .tplp-breadcrumb {
    font-size: 12px;
    margin-bottom: 16px;
  }
}

/* Breadcrumb color refinement */
.tplp-breadcrumb {
  color: #171d38;
}

.tplp-breadcrumb a:hover,
.tplp-breadcrumb a:focus {
  color: #1463ff;
}

/* Breadcrumb gold color */
.tplp-breadcrumb {
  color: var(--tplp-gold);
}

.tplp-breadcrumb a:hover,
.tplp-breadcrumb a:focus {
  color: var(--tplp-gold);
}

/* Single meta row on mobile */
@media (max-width: 900px) {
  .tplp-product-band {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
