html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden !important;
}
body {
  font-family: TildaSans, Arial, sans-serif;
  background: #ffffff;
  color: #111111;
}
* {
  box-sizing: border-box;
}
img, svg, video, canvas {
  max-width: 100%;
}
.t-tildalabel,
.t-tildalabel-free,
.tildacopy,
a[href*="tilda.cc"],
img[src*="tildacopy"] {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}
#allrecords,
.t-records,
.t-rec,
.t1291,
.t-catalog,
.t-catalog__cont-w-filter,
.t-catalog__cont-wrapper,
.t-catalog__grid-wrapper,
.t-catalog__grid-cont,
.js-catalog-wrapper,
.js-catalog-grid-cont {
  max-width: 100% !important;
  min-width: 0 !important;
  overflow-x: hidden !important;
}
.boton-catalog-top {
  height: 44px;
  background: #050505;
  color: #fff;
  display: flex;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 100;
  max-width: 100vw;
  overflow: hidden;
}
.boton-catalog-top__inner {
  width: min(1200px, calc(100% - 90px));
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 0;
}
.boton-catalog-brand {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff !important;
  text-decoration: none;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  min-width: 0;
}
.boton-catalog-brand img {
  width: 24px;
  height: 24px;
  object-fit: cover;
  border-radius: 50%;
  flex: 0 0 auto;
}
.boton-catalog-topnav {
  display: flex;
  align-items: center;
  gap: 28px;
}
.boton-catalog-topnav a {
  color: #fff !important;
  text-decoration: none;
  font-size: 12px;
  font-weight: 800;
}
.boton-catalog-menu {
  border: 0;
  background: transparent;
  width: 32px;
  height: 32px;
  position: relative;
  cursor: pointer;
  color: #fff;
  flex: 0 0 auto;
}
.boton-catalog-menu span,
.boton-catalog-menu:before,
.boton-catalog-menu:after {
  content: "";
  position: absolute;
  left: 6px;
  right: 6px;
  height: 2px;
  background: currentColor;
}
.boton-catalog-menu:before { top: 9px; }
.boton-catalog-menu span { top: 16px; }
.boton-catalog-menu:after { top: 23px; }

.boton-catalog-page #rec2486365093 {
  padding-top: 82px !important;
  padding-bottom: 110px !important;
}
.boton-catalog-page .t-catalog__cont-wrapper {
  gap: 20px;
  min-width: 0;
}
.boton-catalog-page .t-catalog__sidebar {
  background-color: #f5f5f5;
  border: 1px solid #e7e7e7;
  border-radius: 10px;
  padding: 40px 30px;
  min-width: 0 !important;
  max-width: 100% !important;
}
.boton-catalog-page .t-catalog__parts-sidebar-item {
  margin-bottom: 5px;
  min-width: 0;
}
.boton-catalog-page .t-catalog__parts-sidebar-button,
.boton-catalog-page .t-catalog__parts-switch-btn {
  color: #111 !important;
  text-decoration: none !important;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
  min-height: 26px;
  min-width: 0;
  max-width: 100%;
}
.boton-catalog-page .t-catalog__parts-sidebar-title {
  color: #111;
  font-weight: 500;
  min-width: 0;
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.boton-catalog-page .t-catalog__parts-subparts {
  margin-top: 5px;
  min-width: 0;
  max-width: 100%;
}
.t-catalog__parts-expand-arrow,
.t-catalog__part-arrow {
  flex: 0 0 auto;
  width: 12px;
  max-width: 12px;
}
.boton-catalog-filter {
  margin-top: 25px;
  padding-top: 22px;
  border-top: 1px solid #e2e2e2;
  max-width: 100%;
  min-width: 0;
}
.boton-catalog-filter label {
  display: block;
  font-size: 12px;
  line-height: 1.25;
  font-weight: 600;
  margin-bottom: 12px;
  max-width: 100%;
}
.boton-catalog-filter input,
.boton-catalog-filter select {
  width: 100%;
  max-width: 100%;
  height: 39px;
  border: 1px solid #dddddd;
  border-radius: 8px;
  background: #fff;
  padding: 0 10px;
  margin-top: 5px;
  font-family: inherit;
  font-size: 13px;
}
.boton-filter-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  margin-top: 15px;
}
.boton-filter-actions button,
.boton-filter-actions a {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  color: #fff !important;
  border-radius: 4px;
  border: 0;
  text-decoration: none;
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
  font-family: inherit;
  max-width: 100%;
}
.boton-filter-actions a {
  background: #777;
}
.boton-catalog-results-head {
  margin-bottom: 20px;
  color: #111;
  min-width: 0;
  max-width: 100%;
}
.boton-catalog-results-head h1 {
  margin: 0 0 8px;
  font-size: 28px;
  line-height: 1.15;
  font-weight: 700;
  overflow-wrap: anywhere;
}
.boton-catalog-results-head p {
  margin: 0;
  font-size: 14px;
  opacity: .72;
  overflow-wrap: anywhere;
}
.boton-catalog-products {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  min-width: 0;
  max-width: 100%;
}
.boton-product-card {
  background-color: #f1f1f1;
  border: 1px solid #e7e7e7;
  border-radius: 10px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 0;
  min-height: 220px;
  min-width: 0;
  max-width: 100%;
  transition: box-shadow .2s ease;
}
.boton-product-card:hover {
  box-shadow: 0px 5px 15px -2px rgba(0,0,0,0.07);
}
.boton-product-card__image {
  min-height: 220px;
  background: #ebebeb;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
}
.boton-product-card__image img {
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
  display: block;
}
.boton-product-card__fallback {
  width: 96px !important;
  height: 96px !important;
  min-height: 96px !important;
  border-radius: 999px;
  object-fit: cover;
}
.boton-product-card__content {
  padding: 22px 24px 20px;
  display: flex;
  flex-direction: column;
  min-width: 0;
  max-width: 100%;
}
.boton-product-card__title {
  margin: 0 0 8px;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 600;
  color: #111;
  overflow-wrap: anywhere;
}
.boton-product-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 10px;
  max-width: 100%;
}
.boton-product-card__chip {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding: 3px 8px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid #e2e2e2;
  font-size: 11px;
  color: #333;
  max-width: 100%;
  overflow-wrap: anywhere;
}
.boton-product-card__descr {
  margin: 0 0 14px;
  font-size: 14px;
  line-height: 1.35;
  opacity: .7;
  overflow-wrap: anywhere;
}
.boton-product-card__bottom {
  margin-top: auto;
  display: grid;
  gap: 12px;
  min-width: 0;
}
.boton-product-price {
  display: flex;
  align-items: baseline;
  gap: 10px;
  flex-wrap: wrap;
}
.boton-product-price__value {
  font-size: 22px;
  line-height: 1;
  font-weight: 600;
}
.boton-product-price__old {
  font-size: 14px;
  text-decoration: line-through;
  opacity: .55;
}
.boton-product-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.boton-product-actions a,
.boton-product-actions button {
  min-height: 38px;
  padding: 0 18px;
  background: #000;
  color: #fff !important;
  border: 0;
  border-radius: 4px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: inherit;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  max-width: 100%;
}
.boton-product-actions .secondary {
  background: #fff;
  color: #111 !important;
  border: 1px solid #d4d4d4;
}
.boton-empty {
  background: #f1f1f1;
  border: 1px solid #e7e7e7;
  border-radius: 10px;
  padding: 44px;
  color: #111;
  max-width: 100%;
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}

@media screen and (max-width: 960px) {
  .boton-catalog-top__inner {
    width: calc(100% - 24px);
  }
  .boton-catalog-topnav {
    display: none;
  }
  .boton-catalog-page #rec2486365093 {
    padding-top: 42px !important;
    padding-bottom: 70px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .boton-catalog-page .t-catalog__cont-wrapper {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  .boton-catalog-page .t-catalog__grid-cont,
  .boton-catalog-page .t-catalog__cont-w-filter {
    width: calc(100vw - 22px) !important;
    max-width: calc(100vw - 22px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .boton-catalog-page .t-catalog__sidebar {
    position: static !important;
    margin-bottom: 20px;
    padding: 22px 16px;
    width: 100% !important;
    max-width: 100% !important;
  }
  .boton-catalog-page .t-catalog__grid-wrapper {
    width: 100% !important;
    max-width: 100% !important;
  }
  .boton-product-card {
    grid-template-columns: 1fr;
  }
  .boton-product-card__image {
    min-height: 230px;
  }
  .boton-product-card__content {
    padding: 18px;
  }
}
@media screen and (max-width: 520px) {
  .boton-catalog-top__inner {
    width: calc(100% - 18px);
  }
  .boton-catalog-page #rec2486365093 {
    padding-top: 24px !important;
  }
  .boton-catalog-page .t-catalog__grid-cont,
  .boton-catalog-page .t-catalog__cont-w-filter {
    width: calc(100vw - 18px) !important;
    max-width: calc(100vw - 18px) !important;
  }
  .boton-catalog-page .t-catalog__sidebar {
    padding: 18px 12px;
  }
  .t-catalog__parts-subparts {
    margin-left: 8px !important;
  }
  .boton-catalog-results-head h1 {
    font-size: 24px;
  }
  .boton-product-card__title {
    font-size: 21px;
  }
  .boton-product-actions {
    display: grid;
    grid-template-columns: 1fr;
  }
  .boton-product-actions a,
  .boton-product-actions button,
  .boton-product-actions form {
    width: 100%;
    max-width: 100%;
  }
  .boton-empty {
    padding: 28px 18px;
  }
}

