.ls-store-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin: 34px 0 8px;
}

.ls-store-heading h2 {
  margin: 0;
  color: #071f3c;
  font-size: clamp(30px, 4vw, 54px);
  line-height: 0.95;
  letter-spacing: 0;
}

.ls-kicker {
  margin: 0 0 8px;
  color: #ffc72c;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.ls-store-controls {
  position: sticky;
  top: 96px;
  grid-column: 1;
  align-self: start;
  display: grid;
  gap: 0;
  margin-top: 50px;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 30px 16px 22px;
  background: #fff;
}

.ls-filter-title {
  margin-bottom: 26px;
  padding: 0;
  color: #050505;
  font-family: Michelin, Impact, sans-serif;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.ls-hidden-filter {
  display: none;
}

.ls-filter-row {
  position: relative;
  min-height: 64px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 18px;
  padding: 0;
  color: #000;
}

.ls-filter-row[hidden] {
  display: none;
}

.ls-filter-trigger {
  width: 100%;
  min-height: 58px;
  border: 0;
  border-radius: 0;
  padding: 0 42px 12px 0;
  color: #000;
  background: transparent;
  text-align: left;
  cursor: pointer;
}

.ls-filter-copy {
  display: grid;
  gap: 4px;
}

.ls-filter-label {
  color: #000;
  font-size: 16px;
  font-family: 'Noto Sans';
  font-weight: 600;
  line-height: 1.15;
}

.ls-filter-value {
  min-height: 17px;
  color: #8a8a8a;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
}

.ls-filter-row.has-value .ls-filter-value {
  color: #002d62;
  font-weight: 400;
}

.ls-filter-arrow {
  position: absolute;
  right: 0;
  top: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  color: #fff;
  background: #1473f9;
  font-family: Arial, sans-serif;
  font-size: 0;
  font-weight: 400;
  line-height: 1;
  overflow: hidden;
}

.ls-filter-arrow::before {
  content: "›";
  display: block;
  font-size: 20px;
  line-height: 1;
  transform: translate(1px, -1px);
}

.ls-filter-row.is-open .ls-filter-arrow {
  transform: rotate(90deg);
}

.ls-filter-menu {
  position: absolute;
  left: -10px;
  right: -10px;
  top: calc(100% - 2px);
  z-index: 20;
  display: none;
  max-height: 300px;
  overflow: auto;
  border: 1px solid rgba(0, 45, 94, 0.14);
  border-radius: 8px;
  padding: 8px;
  background: #fff;
  box-shadow: 0 18px 38px rgba(7, 31, 60, 0.18);
}

.ls-filter-row.is-open {
  z-index: 30;
}

.ls-filter-row.is-open .ls-filter-menu {
  display: grid;
  gap: 2px;
}

.ls-filter-option {
  min-height: 38px;
  border: 0;
  border-radius: 6px;
  padding: 8px 10px;
  color: #071f3c;
  background: #fff;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-align: left;
}

.ls-filter-option:hover,
.ls-filter-option.is-selected {
  background: #eef4ff;
}

.ls-filter-option.is-selected {
  color: #002d62;
}

.ls-clear-filters {
  width: 100%;
  min-height: 42px;
  margin-top: 6px;
  border: 1px solid rgba(0, 45, 94, 0.16) !important;
  border-radius: 8px;
  color: #002d62 !important;
  background: #fff !important;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 900;
}

.ls-store-toolbar {
  grid-column: 1 / -1;
  grid-row: 2;
  display: grid;
  grid-template-columns: minmax(220px, 1fr) minmax(150px, 220px) minmax(150px, 220px);
  gap: 12px;
  margin: 28px 0 0;
}

.ls-store-toolbar input,
.ls-store-toolbar select {
  min-height: 48px;
  border: 1px solid rgba(0, 45, 94, 0.16);
  border-radius: 8px;
  padding: 10px 12px;
  color: #0b2440;
  background: #fff;
}

.ls-store-controls button,
.ls-floating-action,
.ls-drawer button {
  min-height: 44px;
  border: 0;
  border-radius: 8px;
  padding: 10px 14px;
  color: #071f3c;
  background: #ffc72c;
  font-weight: 800;
}

.ls-store-controls .ls-filter-trigger {
  min-height: 58px;
  border: 0;
  border-radius: 0;
  padding: 0 42px 12px 0;
  color: #000;
  background: transparent;
  font-weight: inherit;
  text-align: left;
}

.ls-store-controls .ls-filter-option {
  min-height: 38px;
  border: 0;
  border-radius: 6px;
  padding: 8px 10px;
  color: #071f3c;
  background: #fff;
  font-weight: 700;
  text-align: left;
}

.ls-store-controls .ls-filter-option:hover,
.ls-store-controls .ls-filter-option.is-selected {
  background: #eef4ff;
}

#lsStoreMeta {
  margin: 0 0 18px;
  color: #5d6b7c;
  font-size: 15px;
}

.ls-store-meta-inline {
  display: none;
  margin: -4px 0 14px;
  color: #8a8a8a;
  font-size: 12px;
  line-height: 1.35;
}

.ls-store-footer {
  display: flex;
  justify-content: center;
  margin: 26px 0 8px;
}

[data-ls-header-cart="true"] {
  cursor: pointer;
}

[data-ls-header-cart-count] {
  min-width: 100%;
  text-align: center;
}

#lsLoadMore {
  min-height: 48px;
  border: 1px solid rgba(0, 45, 94, 0.16);
  border-radius: 8px;
  padding: 12px 18px;
  color: #071f3c;
  background: #fff;
  font-weight: 900;
}

#lsLoadMore:disabled {
  opacity: 0.55;
}

.categoria-item.tienda {
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.categoria-item.tienda.is-active-filter {
  border-color: #ffc72c;
  box-shadow: 0 14px 34px rgba(7, 31, 60, 0.14);
  transform: translateY(-2px);
}

.ls-product-grid {
  grid-column: 2;
  align-items: stretch;
}

.ls-store-footer {
  grid-column: 2;
}

.store-products .rt-component-container-2 {
  max-width: min(1920px, calc(100vw - 100px));
}

.store-products .products-and-filters {
  display: grid !important;
  grid-template-columns: minmax(260px, 0.25fr) minmax(0, 1fr);
  gap: 16px;
  align-items: start;
}

.store-products .products-and-filters > .servicios-destacados {
  grid-column: 2;
  width: 100%;
}

.store-products .products-and-filters > .ls-store-controls {
  grid-column: 1;
  width: 100%;
}

.store-products .products-and-filters > .filter {
  display: none !important;
}

.store-products .products-and-filters > .ls-store-heading {
  grid-column: 1 / -1;
  grid-row: 1;
}

.ls-product-card {
  cursor: default;
}

.ls-product-card .imagen {
  height: clamp(200px, 15.6vw, 308px);
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f0f0f0;
}

.ls-product-card .image-10 {
  max-height: 178px;
  object-fit: contain;
}

.ls-product-card .infollanta {
  display: grid;
  align-content: start;
  gap: 8px;
}

.ls-card-brand-row {
  display: flex;
  align-items: baseline;
  gap: 10px;
  min-width: 0;
}

.ls-card-brand-row .heading-3 {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  color: #050505;
  font-size: clamp(24px, 1.2vw, 34px);
  line-height: 0.9;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ls-card-rim {
  flex: 0 0 auto;
  color: #0056d3;
  font-family: Michelin, Impact, sans-serif;
  font-size: clamp(16px, 1.0vw, 23px);
  font-style: italic;
  font-weight: 700;
  line-height: 0.9;
  text-transform: uppercase;
}

.ls-card-product-title {
  color: #050505;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: clamp(16px, 1.2vw, 22px);
  font-weight: 700;
  line-height: 1.06;
}

.ls-card-spec {
  margin-top: -2px;
  color: #8a8a8a;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.25;
}

.ls-product-card .grupo-precio.no-discount .precio {
  padding-left: 0;
  border-left: 0;
  font-family: Michelin, Impact, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
}

.ls-product-card .grupo-precio.no-discount .precio::before {
  display: none;
}

.ls-product-card .grupo-precio.has-discount .precio.descuento {
  color: #ff0004;
}

.ls-product-card .botones {
  display: flex;
  gap: 0;
  pointer-events: auto;
}

.ls-product-card .boton {
  min-width: auto;
  min-height: 38px;
  padding: 10px;
  cursor: pointer;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
}

.ls-product-card button.boton {
  width: auto;
  border: 0;
  font-family: inherit;
}

.ls-product-card .boton.amarillo {
  border-color: #fce502;
  background: #fce502;
}

.ls-card-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.ls-card-topline .heading-3 {
  margin: 0;
}

.ls-fav {
  min-height: 34px;
  border: 1px solid rgba(0, 45, 94, 0.14);
  border-radius: 999px;
  padding: 7px 10px;
  color: #071f3c;
  background: #fff;
  font-size: 12px;
  font-weight: 900;
}

.ls-fav.is-active {
  border-color: #ffc72c;
  background: #fff7d6;
}

.ls-empty {
  grid-column: 1 / -1;
  border: 1px solid rgba(0, 45, 94, 0.1);
  border-radius: 8px;
  padding: 32px;
  text-align: center;
  background: #fff;
}

.ls-floating-actions {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 999;
  display: grid;
  gap: 8px;
}

.ls-floating-action {
  box-shadow: 0 14px 32px rgba(7, 31, 60, 0.18);
}

.ls-admin-action {
  display: none;
  background: #fff;
  border: 1px solid rgba(0, 45, 94, 0.16);
}

.ls-admin-action.is-visible {
  display: block;
}

.ls-drawer-backdrop {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: none;
  background: rgba(7, 31, 60, 0.45);
}

.ls-drawer-backdrop.is-open {
  display: block;
}

.ls-search-backdrop {
  position: fixed;
  inset: 0;
  z-index: 1002;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 22px;
  background: rgba(2, 14, 31, 0.72);
  backdrop-filter: blur(7px);
}

.ls-search-backdrop.is-open {
  display: flex;
}

.ls-search-modal {
  position: relative;
  width: min(980px, 100%);
  max-height: min(760px, calc(100vh - 44px));
  overflow: auto;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  padding: clamp(24px, 4vw, 46px);
  color: #fff;
  background:
    radial-gradient(circle at top right, rgba(252, 229, 2, 0.18), transparent 30%),
    linear-gradient(135deg, #071f3c 0%, #002d62 100%);
  box-shadow: 0 28px 80px rgba(2, 14, 31, 0.42);
}

.ls-search-close {
  position: absolute;
  top: 18px;
  right: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 999px;
  color: #071f3c;
  background: #fce502;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
}

.ls-search-kicker {
  margin: 0 0 8px;
  color: #fce502;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.ls-search-modal h2 {
  margin: 0 64px 24px 0;
  color: #fff;
  font-family: Michelin, Impact, sans-serif;
  font-size: clamp(38px, 5vw, 72px);
  font-style: italic;
  font-weight: 900;
  line-height: 0.88;
  text-transform: uppercase;
}

.ls-global-search-form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  border-radius: 8px;
  padding: 8px;
  background: #fff;
  box-shadow: 0 16px 38px rgba(2, 14, 31, 0.18);
}

.ls-global-search-form input {
  min-height: 56px;
  border: 0;
  border-radius: 6px;
  padding: 0 14px;
  color: #071f3c;
  background: #fff;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 17px;
  outline: 0;
}

.ls-global-search-form button {
  min-height: 56px;
  border: 0;
  border-radius: 6px;
  padding: 0 26px;
  color: #071f3c;
  background: #fce502;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 16px;
  font-weight: 900;
}

.ls-search-status {
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 14px;
}

.ls-global-search-results {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.ls-search-result,
.ls-search-empty,
.ls-search-loading {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: #fff;
  color: #071f3c;
}

.ls-search-result {
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr);
  gap: 14px;
  padding: 12px;
}

.ls-search-result-image {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 118px;
  border-radius: 6px;
  background: #f0f2f4;
  overflow: hidden;
}

.ls-search-result-image img {
  width: 100%;
  height: 110px;
  object-fit: contain;
}

.ls-search-result-info {
  display: grid;
  align-content: center;
  gap: 7px;
}

.ls-search-result-info p {
  margin: 0;
  color: #667085;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.ls-search-result-info h3 {
  margin: 0;
  color: #071f3c;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.12;
}

.ls-search-result-info strong {
  color: #071f3c;
  font-family: Michelin, Impact, sans-serif;
  font-size: 24px;
  font-style: italic;
  font-weight: 900;
  line-height: 0.95;
}

.ls-search-result-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.ls-search-result-actions .boton {
  min-height: 38px;
  padding: 8px 12px;
  font-size: 13px;
}

.ls-search-empty,
.ls-search-loading {
  grid-column: 1 / -1;
  padding: 22px;
}

.ls-search-empty h3 {
  margin: 0 0 6px;
  color: #071f3c;
}

.ls-search-empty p,
.ls-search-loading {
  margin: 0;
  color: #667085;
}

.ls-drawer {
  position: absolute;
  top: 0;
  right: 0;
  width: min(520px, 100%);
  height: 100%;
  overflow: auto;
  padding: 26px;
  background: #fff;
}

.ls-cart-drawer {
  display: flex;
  flex-direction: column;
  gap: 22px;
  padding: 28px;
  background:
    linear-gradient(180deg, rgba(255, 199, 44, 0.08), rgba(255, 255, 255, 0) 190px),
    #fff;
}

.ls-drawer.wide {
  width: min(980px, 100%);
}

.ls-drawer-close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(0, 45, 94, 0.08) !important;
  border-radius: 999px !important;
  color: #002d62 !important;
  background: #eef3f8 !important;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
}

.ls-drawer h2,
.ls-drawer h3 {
  color: #071f3c;
}

.ls-field {
  display: grid;
  gap: 6px;
  margin: 0px 0;
  color: #637083;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
}

.ls-field input,
.ls-field select {
  width: 100%;
  min-height: 44px;
  border: 1px solid rgba(0, 45, 94, 0.16);
  border-radius: 8px;
  padding: 10px;
}

.ls-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 16px;
  font-size: 14px;
}

.ls-table th,
.ls-table td {
  border-bottom: 1px solid #e2e8f0;
  padding: 10px 8px;
  text-align: left;
  vertical-align: top;
}

.ls-cart-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(0, 45, 94, 0.12);
}

.ls-cart-kicker {
  margin: 0 0 8px;
  color: #ffc72c;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.ls-cart-header h2 {
  margin: 0;
  color: #071f3c;
  font-family: 'Michelin';
  font-size: 32px;
  font-style: italic;
  font-weight: 800;
  line-height: 0.9;
  letter-spacing: 0;
  text-transform: uppercase;
}

.ls-cart-subtitle {
  margin: 10px 0 0;
  color: #667085;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.35;
}

.ls-cart-items {
  flex: 1 1 auto;
  min-height: 0;
}

.ls-cart-empty {
  display: grid;
  gap: 12px;
  margin-top: 8px;
  border: 1px solid rgba(0, 45, 94, 0.1);
  border-radius: 8px;
  padding: 22px;
  background: #f8fafc;
}

.ls-cart-empty h3 {
  margin: 0;
  color: #071f3c;
  font-family: Michelin, Impact, sans-serif;
  font-size: 24px;
  font-style: italic;
  line-height: 0.95;
  text-transform: uppercase;
}

.ls-cart-empty p {
  margin: 0;
  color: #667085;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.45;
}

.ls-cart-empty button {
  justify-self: start;
  min-height: 42px;
  border: 0;
  border-radius: 8px;
  padding: 10px 16px;
  color: #071f3c;
  background: #ffc72c;
  font-weight: 900;
}

.ls-cart-line {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  margin-bottom: 12px;
  border: 1px solid rgba(0, 45, 94, 0.1);
  border-radius: 8px;
  padding: 14px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(7, 31, 60, 0.07);
}

.ls-cart-thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 74px;
  height: 74px;
  border-radius: 6px;
  overflow: hidden;
  background: #f0f2f4;
}

.ls-cart-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 7px;
}

.ls-cart-product {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.ls-cart-product strong {
  color: #071f3c;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.25;
}

.ls-cart-product span {
  color: #667085;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3;
}

.ls-cart-product em {
  color: #071f3c;
  font-style: normal;
  font-size: 13px;
  font-weight: 900;
}

.ls-cart-checkout {
  display: none;
  gap: 12px;
  margin: 8px 0 14px;
  border: 1px solid rgba(0, 45, 94, 0.1);
  border-radius: 8px;
  padding: 16px;
  background: #f8fafc;
}

.ls-cart-drawer.is-checkout .ls-cart-checkout {
  display: grid;
}

.ls-cart-drawer.is-checkout .ls-cart-items {
  display: none;
}

.ls-cart-drawer.is-empty .ls-cart-checkout,
.ls-cart-drawer.is-empty .ls-cart-summary {
  display: none;
}

.ls-checkout-back {
  justify-self: start;
  min-height: 38px;
  border: 1px solid rgba(0, 45, 94, 0.12);
  border-radius: 6px;
  padding: 8px 12px;
  color: #071f3c;
  background: #fff;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
}

.ls-cart-checkout h3 {
  margin: 0;
  color: #071f3c;
  font-family: Michelin, Impact, sans-serif;
  font-size: 22px;
  font-style: italic;
  font-weight: 900;
  line-height: 0.95;
  text-transform: uppercase;
}

.ls-cart-checkout p {
  margin: 0;
  color: #667085;
  font-size: 13px;
  line-height: 1.4;
}

.ls-payment-options {
  display: grid;
  gap: 8px;
}

.ls-payment-options label {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  border: 1px solid rgba(0, 45, 94, 0.12);
  border-radius: 6px;
  padding: 10px 12px;
  color: #071f3c;
  background: #fff;
  font-size: 13px;
  font-weight: 800;
}

.ls-payment-options input {
  width: 16px;
  height: 16px;
  accent-color: #0056d3;
}

.ls-payment-options label:has(input:disabled) {
  opacity: 0.48;
}

.ls-payment-options small {
  color: #667085;
  font-size: 12px;
  line-height: 1.35;
}

.ls-qty {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-width: 112px;
  justify-content: flex-end;
}

.ls-qty button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 1px solid rgba(0, 45, 94, 0.14);
  border-radius: 999px;
  color: #071f3c;
  background: #fff;
  font-size: 18px;
  font-weight: 900;
}

.ls-qty span {
  min-width: 18px;
  color: #071f3c;
  font-weight: 900;
  text-align: center;
}

.ls-cart-summary {
  position: sticky;
  bottom: 0;
  display: grid;
  gap: 14px;
  margin: auto -4px -4px;
  border: 1px solid rgba(0, 45, 94, 0.1);
  border-radius: 6px;
  padding: 16px;
  background: #071f3c;
  box-shadow: 0 -16px 34px rgba(7, 31, 60, 0.1);
}

.ls-cart-summary div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 14px;
}

.ls-cart-summary span {
  color: rgba(255, 255, 255, 0.74);
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
}

.ls-cart-summary strong {
  color: #fff;
  font-family: Michelin, Impact, sans-serif;
  font-size: 30px;
  font-style: italic;
  font-weight: 900;
  line-height: 0.95;
}

.ls-cart-summary #lsCheckout {
  min-height: 50px;
  border: 0;
  border-radius: 4px;
  color: #071f3c;
  background: #fce502;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.ls-detail {
  display: grid;
  grid-template-columns: minmax(220px, 0.8fr) minmax(0, 1.2fr);
  gap: 28px;
  align-items: center;
}

.ls-detail-media {
  display: grid;
  min-height: 320px;
  place-items: center;
  border-radius: 8px;
  background: #f4f7fb;
}

.ls-detail-media img {
  max-width: 88%;
  max-height: 300px;
  object-fit: contain;
}

.ls-detail-copy h2 {
  margin: 0 0 12px;
  color: #071f3c;
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1;
  letter-spacing: 0;
}

.ls-detail-copy p {
  color: #5d6b7c;
}

.ls-detail-price {
  margin: 18px 0 6px;
  color: #071f3c;
  font-size: 34px;
  font-weight: 900;
}

.ls-muted {
  color: #667085;
  font-size: 14px;
}

.ls-detail-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 20px;
}

.ls-detail-actions .boton {
  width: 100%;
  min-height: 52px;
  border: 1px solid rgba(0, 45, 94, 0.16);
  font: inherit;
}

#lsProductDrawer {
  padding: 18px;
  background: rgba(2, 16, 35, 0.64);
}

#lsProductDrawer.is-open {
  display: flex;
  align-items: center;
  justify-content: center;
}

#lsProductDrawer .ls-drawer.wide {
  position: relative;
  top: auto;
  right: auto;
  width: min(1060px, calc(100vw - 32px));
  height: min(880px, calc(100vh - 32px));
  overflow: auto;
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 8px;
  padding: 0;
  background:
    linear-gradient(135deg, #071f3c 0 255px, transparent 256px),
    linear-gradient(180deg, #fff 0, #f7f9fc 100%);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.36);
}

#lsProductDrawer .ls-drawer-close {
  position: sticky;
  top: 18px;
  left: calc(100% - 66px);
  z-index: 5;
  margin: 18px 18px -62px auto;
  color: #071f3c !important;
  background: #fce502 !important;
  border-color: rgba(7, 31, 60, 0.12) !important;
  box-shadow: 0 12px 26px rgba(7, 31, 60, 0.18);
}

.ls-detail-modal {
  display: grid;
  gap: 24px;
  padding: 30px;
}

.ls-detail-hero {
  display: grid;
  grid-template-columns: minmax(280px, 0.86fr) minmax(0, 1.14fr);
  gap: 30px;
  align-items: stretch;
}

.ls-detail-modal .ls-detail-media {
  min-height: 420px;
  border: 1px solid rgba(0, 45, 94, 0.08);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(252, 229, 2, 0.08), rgba(255, 255, 255, 0) 45%),
    #eef1f5;
  overflow: hidden;
}

.ls-detail-modal .ls-detail-media img {
  width: min(78%, 420px);
  max-width: 420px;
  max-height: 380px;
  object-fit: contain;
}

.ls-detail-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 34px 6px;
}

.ls-detail-brandline {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 14px;
}

.ls-detail-brandline span,
.ls-detail-eyebrow {
  color: #f4bf16;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 19px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.ls-detail-brandline b {
  color: #0056d3;
  font-family: Michelin, Impact, sans-serif;
  font-size: clamp(14px, 1.1vw, 18px);
  font-style: italic;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}

.ls-detail-modal .ls-detail-copy h2 {
  margin: 0 0 12px;
  color: #071f3c;
  font-family: Michelin, Impact, sans-serif;
  font-size: clamp(26px, 3vw, 44px);
  font-style: italic;
  font-weight: 700;
  line-height: 0.96;
  letter-spacing: 0;
  text-transform: uppercase;
}

.ls-detail-subtitle {
  max-width: 680px;
  margin: 0;
  color: #667085;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.35;
}

.ls-detail-price-row {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 22px 0 4px;
}

.ls-detail-price-row span {
  color: #ff0004;
  font-family: Michelin, Impact, sans-serif;
  font-size: 24px;
  font-style: italic;
  font-weight: 900;
  line-height: 0.9;
}

.ls-detail-price-row.has-discount strong {
  padding-left: 16px;
  border-left: 1px solid rgba(7, 31, 60, 0.22);
}

.ls-detail-price-row strong {
  color: #050505;
  font-family: Michelin, Impact, sans-serif;
  font-size: clamp(28px, 2.8vw, 40px);
  font-style: italic;
  font-weight: 700;
  line-height: 0.95;
}

.ls-detail-savings {
  margin: 4px 0 0;
  color: #7a828d;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 13px;
  font-weight: 500;
}

.ls-detail-modal .ls-detail-actions {
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.75fr);
  max-width: 640px;
  margin-top: 24px;
}

.ls-detail-modal .ls-detail-actions .boton {
  min-height: 54px;
  border-radius: 6px;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 16px;
  font-weight: 800;
}

.ls-detail-modal .ls-detail-actions .boton:not(.amarillo) {
  border-color: #071f3c;
  color: #fff;
  background: #071f3c;
}

.ls-detail-service-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin-top: 18px;
}

.ls-detail-service-strip span {
  display: grid;
  place-items: center;
  min-height: 42px;
  border: 1px solid rgba(0, 45, 94, 0.1);
  border-radius: 6px;
  padding: 8px;
  color: #071f3c;
  background: #fff;
  font-size: 11px;
  font-weight: 800;
  text-align: center;
}

.ls-detail-section {
  display: grid;
  gap: 14px;
  border: 1px solid rgba(0, 45, 94, 0.1);
  border-radius: 8px;
  padding: 18px;
  background: #fff;
}

.ls-detail-section h3 {
  margin: 2px 0 0;
  color: #071f3c;
  font-family: Michelin, Impact, sans-serif;
  font-size: 25px;
  font-style: italic;
  font-weight: 900;
  line-height: 0.92;
  text-transform: uppercase;
}

.ls-detail-eyebrow {
  margin: 0;
}

.ls-branch-stock-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.ls-branch-stock-card {
  display: grid;
  gap: 8px;
  border: 1px solid rgba(0, 45, 94, 0.1);
  border-radius: 8px;
  padding: 14px;
  background: #f8fafc;
}

.ls-branch-stock-card div:first-child {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px;
}

.ls-branch-stock-card strong {
  color: #071f3c;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 14px;
  font-weight: 900;
}

.ls-branch-stock-card span {
  color: #667085;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.ls-branch-stock-card p {
  min-height: 34px;
  margin: 0;
  color: #667085;
  font-size: 12px;
  line-height: 1.3;
}

.ls-branch-stock-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.ls-stock-pill {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  border-radius: 999px;
  padding: 5px 9px;
  color: #087454 !important;
  background: #d9fbe9;
  font-size: 10px !important;
  font-weight: 900 !important;
}

.ls-branch-stock-footer a {
  color: #0056d3;
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
}

.ls-detail-spec-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(0, 45, 94, 0.1);
  border-left: 1px solid rgba(0, 45, 94, 0.1);
}

.ls-detail-spec-item {
  display: grid;
  gap: 6px;
  min-height: 78px;
  border-right: 1px solid rgba(0, 45, 94, 0.1);
  border-bottom: 1px solid rgba(0, 45, 94, 0.1);
  padding: 12px;
  background: #fff;
}

.ls-detail-spec-item span {
  color: #7a828d;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.ls-detail-spec-item strong {
  color: #071f3c;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.16;
}

.ls-checkout-body {
  min-height: 100vh;
  margin: 0;
  color: #071f3c;
  background: #f6f8fb;
}

.ls-checkout-page {
  min-height: 100vh;
}

.ls-checkout-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 42vw);
  min-height: 100vh;
}

.ls-checkout-main {
  padding: clamp(28px, 5vw, 72px);
  background: #fff;
}

.ls-checkout-header {
  display: grid;
  gap: 10px;
  max-width: 760px;
  margin-bottom: 30px;
}

.ls-checkout-header img {
  width: 150px;
  height: auto;
}

.ls-checkout-header p {
  margin: 10px 0 0;
  color: #ffc72c;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.ls-checkout-header h1 {
  margin: 0;
  color: #071f3c;
  font-family: Michelin, Impact, sans-serif;
  font-size: 30px;
  font-style: italic;
  font-weight: 900;
  line-height: 0.86;
  text-transform: uppercase;
}

.ls-checkout-header span {
  color: #667085;
  font-size: 15px;
  font-weight: 400;
}

.ls-checkout-card {
  display: grid;
  gap: 24px;
  max-width: 760px;
  border: 1px solid rgba(0, 45, 94, 0.12);
  border-radius: 10px;
  padding: clamp(22px, 3vw, 34px);
  background: #fff;
  box-shadow: 0 24px 60px rgba(7, 31, 60, 0.08);
}

.ls-checkout-section-heading {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.ls-checkout-section-heading > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  color: #071f3c;
  background: #fce502;
  font-weight: 900;
}

.ls-checkout-section-heading h2 {
  margin: 0;
  color: #071f3c;
  font-family: Michelin, Impact, sans-serif;
  font-size: 28px;
  font-style: italic;
  font-weight: 900;
  line-height: 0.9;
  text-transform: uppercase;
}

.ls-checkout-section-heading p {
  margin: 8px 0 0;
  color: #667085;
  font-size: 15px;
  line-height: 1.4;
}

.ls-checkout-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.ls-checkout-fields .ls-field:first-child {
  grid-column: 1 / -1;
}

.ls-checkout-fields .ls-field input {
  min-height: 54px;
  border-radius: 7px;
  background: #fff;
  font-size: 16px;
}

.ls-checkout-payment-options label {
  min-height: 58px;
  border-radius: 7px;
  padding: 14px 16px;
  font-size: 15px;
}

.ls-checkout-submit {
  min-height: 58px;
  border: 0;
  border-radius: 6px;
  color: #071f3c;
  background: #fce502;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 17px;
  font-weight: 900;
  text-transform: uppercase;
}

.ls-checkout-summary {
  padding: clamp(24px, 4vw, 56px);
  background: #f0f3f7;
  border-left: 1px solid rgba(0, 45, 94, 0.1);
}

.ls-checkout-summary-card {
  position: sticky;
  top: 28px;
  display: grid;
  gap: 18px;
}

.ls-checkout-summary-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
}

.ls-checkout-summary-head h2 {
  margin: 0;
  color: #071f3c;
  font-family: Michelin, Impact, sans-serif;
  font-size: 34px;
  font-style: italic;
  font-weight: 900;
  line-height: 0.9;
  text-transform: uppercase;
}

.ls-checkout-summary-head a {
  color: #0056d3;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.ls-checkout-items {
  display: grid;
  gap: 12px;
}

.ls-checkout-item {
  display: grid;
  grid-template-columns: 66px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  border: 1px solid rgba(0, 45, 94, 0.1);
  border-radius: 8px;
  padding: 12px;
  background: #fff;
}

.ls-checkout-item .ls-cart-thumb {
  width: 66px;
  height: 66px;
}

.ls-checkout-item strong,
.ls-checkout-item b {
  color: #071f3c;
  font-size: 14px;
  font-weight: 900;
}

.ls-checkout-item span,
.ls-checkout-item em {
  display: block;
  margin-top: 3px;
  color: #667085;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
}

.ls-checkout-total-row {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  border-top: 1px solid rgba(0, 45, 94, 0.12);
  padding-top: 18px;
}

.ls-checkout-total-row span {
  color: #667085;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.ls-checkout-total-row strong {
  color: #071f3c;
  font-family: Michelin, Impact, sans-serif;
  font-size: 28px;
  font-style: italic;
  font-weight: 900;
  line-height: 0.9;
}

.ls-checkout-total-bar {
  display: none;
}

.ls-qty {
  display: inline-grid;
  grid-template-columns: 34px 34px 34px;
  align-items: center;
  gap: 4px;
}

.ls-qty button {
  min-height: 34px;
  padding: 0;
}

.ls-toast {
  position: fixed;
  left: 50%;
  bottom: 18px;
  z-index: 1100;
  display: none;
  transform: translateX(-50%);
  border-radius: 8px;
  padding: 12px 16px;
  color: #fff;
  background: #071f3c;
  font-weight: 800;
}

.ls-toast.is-visible {
  display: block;
}

.llantasur-map-section {
  padding: 56px 24px 42px !important;
}

.llantasur-map-container {
  width: min(1080px, 100%) !important;
  margin: 0 auto !important;
}

.llantasur-map-image {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  border-radius: 8px !important;
  box-shadow: 0 16px 40px rgba(7, 31, 60, 0.07) !important;
}

@media (max-width: 991px) and (min-width: 768px) {
  .store-products .rt-component-container-2 {
    max-width: min(100%, calc(100vw - 48px));
  }

  .store-products .products-and-filters {
    display: grid !important;
    grid-template-columns: minmax(220px, 260px) minmax(0, 1fr);
  }

  .ls-store-controls {
    position: sticky;
    grid-column: 1;
  }

  .ls-product-grid {
    grid-column: 2;
  }

  .ls-store-footer {
    grid-column: 2;
  }
}

@media (max-width: 767px) {
  .store-products .rt-component-container-2 {
    max-width: 100%;
  }

  .store-products .products-and-filters {
    grid-template-columns: 1fr;
  }

  .ls-store-controls {
    position: static;
    grid-column: 1;
    grid-row: auto;
  }

  .ls-product-grid,
  .ls-store-footer,
  .store-products .products-and-filters > .servicios-destacados {
    grid-column: 1;
    grid-row: auto;
  }

  .ls-store-toolbar {
    grid-template-columns: 1fr;
    grid-row: auto;
  }

  .ls-store-heading {
    display: block;
  }

  .ls-detail {
    grid-template-columns: 1fr;
  }

  #lsProductDrawer {
    padding: 12px;
  }

  #lsProductDrawer .ls-drawer.wide {
    width: min(760px, calc(100vw - 24px));
    height: min(92vh, 920px);
  }

  .ls-detail-modal {
    padding: 22px;
  }

  .ls-detail-hero {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .ls-detail-copy {
    padding: 8px 0 0;
  }

  .ls-detail-modal .ls-detail-media {
    min-height: 300px;
  }

  .ls-branch-stock-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ls-detail-spec-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .llantasur-map-section {
    padding: 34px 0 30px !important;
  }

  .llantasur-map-container {
    width: 100% !important;
  }

  .llantasur-map-image {
    border-radius: 0 !important;
    box-shadow: none !important;
  }
}

@media (max-width: 620px) {
  .ls-checkout-shell {
    grid-template-columns: 1fr;
  }

  .ls-checkout-main {
    padding: 24px 18px 190px;
  }

  .ls-checkout-summary {
    padding: 0 18px 24px;
    border-left: 0;
    background: #fff;
  }

  .ls-checkout-summary-card {
    position: static;
  }

  .ls-checkout-card {
    padding: 20px;
  }

  .ls-checkout-fields {
    grid-template-columns: 1fr;
  }

  .ls-checkout-item {
    grid-template-columns: 58px minmax(0, 1fr);
  }

  .ls-checkout-item b {
    grid-column: 2;
  }

  .ls-checkout-item .ls-cart-thumb {
    width: 58px;
    height: 58px;
  }

  .ls-checkout-total-row {
    display: none;
  }

  .ls-checkout-total-bar {
    position: fixed;
    left: 14px;
    right: 14px;
    bottom: 14px;
    z-index: 20;
    display: grid;
    gap: 8px;
    border-radius: 8px;
    padding: 16px;
    color: #fff;
    background: #071f3c;
    box-shadow: 0 -14px 34px rgba(7, 31, 60, 0.2);
  }

  .ls-checkout-total-bar span {
    color: rgba(255, 255, 255, 0.7);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
  }

  .ls-checkout-total-bar strong {
    color: #fff;
    font-family: Michelin, Impact, sans-serif;
    font-size: 34px;
    font-style: italic;
    font-weight: 900;
    line-height: 0.9;
  }

  .ls-cart-drawer {
    padding: 22px;
  }

  .ls-cart-header {
    gap: 12px;
  }

  .ls-cart-line {
    grid-template-columns: 64px 1fr;
  }

  .ls-qty {
    grid-column: 1 / -1;
    justify-self: start;
  }

  .ls-cart-thumb {
    width: 64px;
    height: 64px;
  }

  .ls-cart-summary div {
    display: grid;
    gap: 4px;
  }

  .ls-product-card .botones {
    grid-template-columns: 1fr;
  }

  .ls-search-backdrop {
    align-items: stretch;
    padding: 0;
  }

  .ls-search-modal {
    width: 100%;
    max-height: none;
    border-radius: 0;
    padding: 24px 18px;
  }

  .ls-search-close {
    top: 14px;
    right: 14px;
  }

  .ls-search-modal h2 {
    margin-right: 58px;
    font-size: clamp(34px, 12vw, 52px);
  }

  .ls-global-search-form {
    grid-template-columns: 1fr;
  }

  .ls-global-search-results {
    grid-template-columns: 1fr;
  }

  .ls-search-result {
    grid-template-columns: 90px minmax(0, 1fr);
  }

  .ls-search-result-image {
    min-height: 96px;
  }

  .ls-search-result-image img {
    height: 86px;
  }

  .ls-floating-actions {
    left: 12px;
    right: 12px;
  }

  .ls-detail-actions {
    grid-template-columns: 1fr;
  }

  #lsProductDrawer {
    padding: 0;
  }

  #lsProductDrawer .ls-drawer.wide {
    width: 100%;
    height: 100%;
    border-radius: 0;
  }

  #lsProductDrawer .ls-drawer-close {
    top: 12px;
    margin: 12px 12px -54px auto;
  }

  .ls-detail-modal {
    gap: 18px;
    padding: 18px;
  }

  .ls-detail-modal .ls-detail-media {
    min-height: 250px;
  }

  .ls-detail-modal .ls-detail-media img {
    width: min(82%, 320px);
    max-height: 240px;
  }

  .ls-detail-modal .ls-detail-copy h2 {
    font-size: clamp(30px, 11vw, 46px);
  }

  .ls-detail-price-row strong {
    font-size: 34px;
  }

  .ls-detail-service-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ls-branch-stock-grid,
  .ls-detail-spec-grid {
    grid-template-columns: 1fr;
  }

  .ls-branch-stock-card p {
    min-height: 0;
  }
}
