/* Decoplus/KedPro 5.2.17 - compatibilidad movil y acceso. Sin cambios de datos. */
html,
body {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow-x: clip;
  overflow-wrap: break-word;
}

main,
.site-header,
.topbar,
.footer,
.section,
.review-marquee {
  max-width: 100%;
  overflow-x: clip;
}

.product-card,
.product-card__image,
.product-card__body,
.product-card__meta,
.product-card h3,
.product-card__presentation,
.product-card__price {
  min-width: 0;
}

.product-card__image { overflow: hidden; }
.product-card__image img {
  max-inline-size: 100%;
  max-block-size: 100%;
}
.product-card__meta { flex-wrap: wrap; }
.product-card__price {
  position: relative;
  z-index: 1;
  line-height: 1.15;
  overflow-wrap: anywhere;
}

.account-link {
  width: auto;
  min-width: 42px;
  padding-inline: .55rem;
  display: inline-flex;
  grid-auto-flow: column;
  gap: .35rem;
  white-space: nowrap;
}
.account-link__label {
  color: #fff;
  font-size: .68rem;
  font-weight: 850;
}

.password-field-wrap {
  position: relative;
  display: block;
  min-width: 0;
}
.password-field-wrap > input { padding-right: 5.35rem !important; }
.password-toggle {
  position: absolute;
  top: 50%;
  right: .4rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  inline-size: auto !important;
  width: auto !important;
  min-inline-size: 68px !important;
  min-width: 68px !important;
  max-inline-size: none !important;
  max-width: none !important;
  height: 36px;
  padding: 0 .6rem !important;
  transform: translateY(-50%);
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  background: #fff;
  color: #0b2f57;
  cursor: pointer;
  font: 800 11px/1 system-ui, sans-serif;
  white-space: nowrap !important;
  word-break: keep-all !important;
  overflow-wrap: normal !important;
  text-overflow: clip;
}
.password-toggle:focus-visible { outline: 3px solid rgba(23,75,123,.25); }
.account-recovery-links {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem 1rem;
  margin-top: .85rem;
}
.account-recovery-links a { font-weight: 800; }

/* Margen deliberadamente amplio: conserva el encabezado estable al rotar o usar zoom. */
@media (max-width: 700px) {
  .container { width: min(calc(100% - 32px), var(--max)); }
  .section { padding-block: 2.75rem; }
  .site-header {
    /* backdrop-filter convierte el encabezado en contenedor de los elementos
       fixed en algunos navegadores móviles y desplazaba el panel 40 px. */
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    isolation: isolate;
  }
  .nav {
    width: min(calc(100% - 32px), var(--max));
    max-width: 100%;
    min-width: 0;
    min-height: 66px;
    gap: .25rem;
  }
  .brand--official {
    flex: 0 1 auto;
    min-width: 0;
    max-width: 42vw;
    overflow: hidden;
  }
  .brand__logo {
    width: clamp(112px, 36vw, 148px);
    max-width: 100%;
    height: auto;
    max-height: 36px;
    object-fit: contain;
    object-position: left center;
  }
  .nav__actions {
    min-width: 0;
    flex: 0 0 auto;
    gap: .18rem;
  }
  .nav__actions .icon-btn {
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
  }
  .nav__actions .account-link {
    width: auto;
    min-width: 42px;
    flex-basis: auto;
  }
  .menu-toggle { width: 42px; padding: 0; }
  .menu-toggle .menu-label { display: none; }
  .menu-bars,
  .menu-bars::before,
  .menu-bars::after { transition: transform .2s ease, top .2s ease, background-color .2s ease; }
  .menu-toggle[aria-expanded="true"] {
    border-color: #e32333 !important;
    background: #e32333 !important;
  }
  .menu-toggle[aria-expanded="true"] .menu-bars { background: transparent; }
  .menu-toggle[aria-expanded="true"] .menu-bars::before { top: 0; transform: rotate(45deg); }
  .menu-toggle[aria-expanded="true"] .menu-bars::after { top: 0; transform: rotate(-45deg); }
  .brand--official,
  .nav__actions {
    position: relative;
    z-index: 4;
  }
  body.menu-open .nav::before {
    content: "";
    position: fixed;
    inset: 0 0 auto 0;
    height: var(--mobile-menu-bar-bottom, 108px);
    z-index: 3;
    pointer-events: auto;
    background: #071f3a;
    border-bottom: 1px solid rgba(255,255,255,.16);
    box-shadow: 0 8px 24px rgba(0,0,0,.18);
  }
  .nav__links {
    inset: 0 !important;
    width: 100vw !important;
    max-width: 100vw;
    height: 100dvh !important;
    max-height: 100dvh;
    padding: calc(var(--mobile-menu-bar-bottom, 108px) + 1rem) 1rem calc(1.5rem + env(safe-area-inset-bottom));
    z-index: 1;
    isolation: isolate;
    contain: layout paint;
    background: #071f3a;
    box-shadow: none;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    scroll-padding-top: calc(var(--mobile-menu-bar-bottom, 108px) + 1rem);
  }
  .nav__links > a,
  .nav__links > .nav-dropdown {
    width: min(100%, 520px);
    margin-inline: auto;
  }

  .product-grid,
  .product-grid--single {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: .6rem;
    align-items: stretch;
  }
  .product-card { border-radius: 13px; }
  .product-card__image {
    height: clamp(126px, 42vw, 190px) !important;
    padding: .45rem;
  }
  .product-card__body { gap: .38rem; padding: .65rem; }
  .product-card__meta {
    display: grid;
    gap: .15rem;
    font-size: .62rem;
    letter-spacing: .015em;
  }
  .product-card h3 {
    min-height: 0;
    font-size: .87rem;
    line-height: 1.2;
    overflow-wrap: anywhere;
  }
  .product-card__rating { min-height: 0; margin: .1rem 0; line-height: 1.15; }
  .product-card__stars { font-size: .68rem; letter-spacing: 0; }
  .product-card__rating small { font-size: .66rem; }
  .product-card__presentation { font-size: .76rem; line-height: 1.25; }
  .product-card__price { font-size: 1.08rem; }
  .product-card__actions { grid-template-columns: 1fr; gap: .35rem; }
  .product-card__actions .btn {
    width: 100%;
    min-height: 40px;
    padding: .52rem .35rem;
    font-size: .76rem;
  }
  .image-review-badge {
    left: .35rem;
    top: .35rem;
    max-width: calc(100% - .7rem);
    font-size: .58rem;
  }
  .product-page-grid { gap: 1.25rem; }
  .product-gallery-main { max-height: min(88vw, 430px); }
  .product-page-grid h1 { font-size: clamp(1.75rem, 9vw, 2.55rem); overflow-wrap: anywhere; }
  .product-page-grid .price { font-size: clamp(1.55rem, 8vw, 2rem); }
  .product-facts { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .5rem; }
  .product-facts div { min-width: 0; padding: .75rem; font-size: .82rem; overflow-wrap: anywhere; }
  .nav__links,
  .cart-drawer { height: 100dvh; max-height: 100dvh; overscroll-behavior: contain; }
  .dialog-card,
  .assistant__dialog--guided { max-height: calc(100dvh - .9rem); }
  .footer { padding-bottom: calc(2rem + env(safe-area-inset-bottom)); }
}

@media (max-width: 350px) {
  .nav__actions button[data-open-dialog="search"] { display: none; }
  .brand--official { max-width: 38vw; }
  .brand__logo { width: 112px; }
  .account-link {
    flex-direction: column;
    gap: 1px;
    padding: 3px 2px;
  }
  .account-link img { width: 18px; height: 18px; }
  .account-link__label { font-size: .55rem; line-height: 1; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}

/* Flujo de compra 5.2.17: invitado, ubicación única y acciones claras. */
.checkout-choice-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .7rem;
}
.checkout-choice {
  min-width: 0;
  display: flex;
  gap: .65rem;
  align-items: flex-start;
  padding: .85rem;
  border: 1px solid #cbd9e4;
  border-radius: 13px;
  background: #fff;
  cursor: pointer;
}
.checkout-choice:has(input:checked) {
  border-color: #174b7b;
  background: #eef6fd;
  box-shadow: 0 0 0 2px rgba(23,75,123,.1);
}
.checkout-choice input {
  width: 17px !important;
  min-width: 17px;
  height: 17px !important;
  min-height: 17px !important;
  margin: .15rem 0 0;
  padding: 0 !important;
  flex: 0 0 17px;
  accent-color: #174b7b;
}
.checkout-choice span,
.checkout-choice strong,
.checkout-choice small { display: block; min-width: 0; }
.checkout-choice strong { color: #082d52; line-height: 1.25; }
.checkout-choice small { margin-top: .28rem; color: #60758a; line-height: 1.4; }
.checkout-guest-note {
  margin: -.2rem 0 1rem;
  padding: .7rem .8rem;
  border-left: 3px solid #174b7b;
  border-radius: 7px;
  background: #eef6fd;
  color: #294b68;
  font-size: .88rem;
}
.checkout-location-saved {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
  padding: .8rem .9rem;
  border: 1px solid #bfd4e4;
  border-radius: 12px;
  background: #f2f8fc;
}
.checkout-location-saved[hidden] { display: none !important; }
.checkout-location-saved small,
.checkout-location-saved strong { display: block; }
.checkout-location-saved small { margin-bottom: .18rem; color: #60758a; }
.checkout-location-saved strong { color: #082d52; }
.checkout-location-saved .btn { min-height: 38px; padding: .45rem .7rem; }
.checkout-consent { padding: .75rem .85rem; gap: .55rem; }
.checkout-consent label,
.privacy-preferences label { align-items: flex-start; font-size: .84rem; line-height: 1.35; }
.checkout-consent input[type="checkbox"],
.privacy-preferences input[type="checkbox"] {
  appearance: auto;
  width: 16px !important;
  min-width: 16px !important;
  height: 16px !important;
  min-height: 16px !important;
  margin: .08rem 0 0;
  padding: 0 !important;
  flex: 0 0 16px;
  accent-color: #174b7b;
}
.checkout-submit { width: 100%; margin-top: 1rem; }
.order-confirm-notice { margin-bottom: 1rem; }
.order-next-step { align-self: start; }
.order-primary-action { width: 100%; margin-top: .5rem; text-align: center; }
.order-channel-actions { display: grid; gap: .65rem; margin-top: 1rem; }
.order-channel-actions .btn { width: 100%; text-align: center; }
.order-secondary-actions { margin-top: 1rem; padding-top: 1rem; border-top: 1px solid #d9e2ec; }
.order-secondary-actions .text-link { align-self: center; }

/* FAQ de producto: dos columnas en pantallas amplias y tarjetas más compactas. */
.product-faq-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .65rem;
  align-items: start;
  margin-top: 1.25rem;
}
.product-faq-list details { min-width: 0; border-radius: 13px; }
.product-faq-list summary {
  min-height: 58px;
  grid-template-columns: 30px minmax(0, 1fr) 28px;
  gap: .6rem;
  padding: .7rem .75rem;
  font-size: .86rem;
  line-height: 1.3;
}
.product-faq-index { width: 30px; height: 30px; border-radius: 9px; font-size: .64rem; }
.product-faq-list summary::after { width: 28px; height: 28px; }
.product-faq-list details p { padding: .8rem .9rem .9rem; font-size: .86rem; line-height: 1.55; }

@media (max-width: 820px) {
  .checkout-choice-grid { grid-template-columns: 1fr; }
}
@media (max-width: 520px) {
  .checkout-location-saved { align-items: flex-start; }
  .checkout-location-saved .btn { flex: 0 0 auto; }
  .product-faq-list { grid-template-columns: 1fr; gap: .45rem; }
  .product-faq-list summary {
    min-height: 50px;
    grid-template-columns: 26px minmax(0, 1fr) 26px;
    gap: .45rem;
    padding: .55rem .6rem;
    font-size: .8rem;
  }
  .product-faq-index,
  .product-faq-list summary::after { width: 26px; height: 26px; }
  .product-faq-list details p { padding: .7rem .75rem .8rem; font-size: .82rem; line-height: 1.5; }
}

/* KedPro 5.2.22: edición rápida de productos compacta, clara y táctil. */
.quick-products-card { padding: 0; overflow: hidden; }
.quick-products-heading { gap: 1rem; padding: 1.25rem 1.25rem .9rem; }
.quick-products-heading h2 { margin: 0 0 .2rem; }
.quick-products-filters { margin: 0 1.25rem 1rem; }
.quick-products-toolbar {
  display: flex;
  align-items: end;
  gap: .75rem;
  margin: 0;
  padding: .85rem 1.25rem;
  border-block: 1px solid #dce6ef;
  background: #f7fafc;
}
.quick-products-toolbar .field { flex: 0 1 230px; margin: 0; }
.quick-products-toolbar .field label { margin-bottom: .25rem; font-size: .7rem; }
.quick-products-toolbar select,
.quick-products-toolbar input { min-height: 36px; padding: .45rem .65rem; }
.quick-products-toolbar [hidden] { display: none !important; }
.quick-select-page { align-self: center; white-space: nowrap; }
.quick-products-wrap { max-width: 100%; margin: 0; border: 0; border-radius: 0; }
.quick-products-table { min-width: 1200px; table-layout: auto; font-size: .8rem; }
.quick-products-table thead th {
  position: sticky;
  top: 0;
  z-index: 2;
  padding: .72rem .6rem;
  background: #edf4f8;
  color: #31536f;
  font-size: .65rem;
  letter-spacing: .045em;
  text-transform: uppercase;
}
.quick-products-table tbody tr { transition: background-color .18s ease, box-shadow .18s ease; }
.quick-products-table tbody tr:hover { background: #f8fbfd; box-shadow: inset 3px 0 #2e78a5; }
.quick-products-table td { padding: .85rem .6rem; vertical-align: middle; }
.quick-products-table input,
.quick-products-table select { min-height: 34px; padding: .42rem .55rem; font-size: .78rem; }
.quick-products-table label > span:first-child:not(.quick-image-drop-title) {
  display: block;
  margin-bottom: .2rem;
  color: #587086;
  font-size: .62rem;
  font-weight: 700;
  letter-spacing: .035em;
  text-transform: uppercase;
}
.quick-check-column {
  position: sticky;
  left: 0;
  z-index: 3 !important;
  width: 42px;
  min-width: 42px;
  background: inherit;
  text-align: center;
}
.quick-products-table thead .quick-check-column { background: #edf4f8; }
.quick-image-editor {
  display: grid;
  grid-template-columns: 76px 124px;
  align-items: center;
  gap: .55rem;
  width: 209px;
}
.quick-product-image {
  width: 75px;
  height: 75px;
  padding: 4px;
  border: 1px solid #d7e2ea;
  border-radius: 12px;
  background: #fff;
  object-fit: contain;
  box-shadow: 0 3px 10px rgba(13,50,78,.08);
}
.quick-image-drop {
  display: flex;
  min-height: 66px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: .4rem;
  overflow: hidden;
  border: 1px dashed #8eb1c8;
  border-radius: 10px;
  background: #f5fafd;
  color: #315a76;
  cursor: pointer;
  text-align: center;
  transition: border-color .18s ease, background .18s ease, transform .18s ease;
}
.quick-image-drop:hover,
.quick-image-drop:focus,
.quick-image-drop.is-dragging { border-color: #df2935; outline: 0; background: #fff5f6; transform: translateY(-1px); }
.quick-image-input { position: absolute !important; width: 1px !important; height: 1px !important; opacity: 0; pointer-events: none; }
.quick-image-drop-title { display: block; max-width: 108px; overflow: hidden; font-size: .69rem; font-weight: 750; text-overflow: ellipsis; white-space: nowrap; }
.quick-image-drop-or { color: #8295a5; font-size: .58rem; line-height: 1.25; }
.quick-image-drop-action { color: #c51f2b; font-size: .68rem; font-weight: 750; }
.quick-product-fields { display: grid; gap: .4rem; width: 220px; }
.quick-product-fields label { margin: 0; }
.quick-product-name { width: 100%; font-weight: 700; }
.quick-product-sku { width: 140px; font-family: ui-monospace, SFMono-Regular, Consolas, monospace; letter-spacing: .03em; text-transform: uppercase; }
.quick-product-meta { max-width: 215px; overflow: hidden; color: #637b8f; font-size: .7rem; text-overflow: ellipsis; white-space: nowrap; }
.quick-category-editor { display: grid; gap: .35rem; width: 190px; }
.quick-category-editor select,
.quick-new-category input { width: 100%; }
.quick-new-category-toggle {
  width: max-content;
  padding: 0;
  border: 0;
  background: transparent;
  color: #176b99;
  cursor: pointer;
  font-size: .68rem;
  font-weight: 750;
}
.quick-new-category[hidden] { display: none !important; }
.quick-price-field { display: block; width: 104px; }
.quick-price-field input { width: 100%; font-weight: 700; }
.quick-state-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .4rem; width: 224px; }
.quick-state-grid label { min-width: 0; }
.quick-state-grid select { width: 100%; min-width: 0; }
.quick-visibility { display: flex; align-items: center; gap: .4rem; margin-bottom: .55rem; }
.quick-switch {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  gap: .3rem;
  padding: .28rem .48rem;
  border: 1px solid #d8e4ec;
  border-radius: 999px;
  background: #fff;
  color: #2e4e67;
  cursor: pointer;
  font-size: .68rem;
  font-weight: 700;
  white-space: nowrap;
}
.quick-switch input[type="checkbox"] { width: 14px; min-width: 14px; height: 14px; min-height: 14px; margin: 0; padding: 0; accent-color: #174b7b; }
.quick-switch > span:first-child { display: inline !important; margin: 0 !important; color: inherit !important; font-size: inherit !important; letter-spacing: 0 !important; text-transform: none !important; }
.quick-row-actions { display: flex; align-items: center; gap: .35rem; white-space: nowrap; }
.quick-row-actions .btn { min-height: 30px; padding: .36rem .55rem; }
.quick-delete-product { margin-left: .15rem; }

@media (max-width: 1100px) {
  .quick-products-heading { align-items: flex-start; flex-direction: column; }
  .quick-products-toolbar { align-items: stretch; flex-wrap: wrap; }
  .quick-products-toolbar .field { flex: 1 1 180px; }
  .quick-products-toolbar .btn { align-self: end; }
}

.product-danger-actions { display: grid; gap: .75rem; margin-top: 1rem; }
.product-delete-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin: 0;
  padding: 1rem 1.1rem;
  border-color: #fecaca;
  background: #fffafa;
}
.product-delete-card h2 { margin: 0 0 .2rem; color: #991b1b; font-size: 1rem; }
.product-delete-card p { max-width: 780px; margin: 0; color: #6b4141; font-size: .8rem; }
.product-delete-card form { flex: 0 0 auto; }
.dashboard-connection-status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin: 0 0 1rem;
}
.dashboard-connection-status .btn { flex: 0 0 auto; }
.backup-status-grid { margin-bottom: 18px; }
.backup-status-grid .metric { display: grid; gap: .25rem; }
.backup-status-value { font-size: 1.45rem !important; }
.backup-main-grid { align-items: stretch; }
.backup-section-heading { margin-bottom: .75rem; }
.backup-section-heading h2 { margin: 0; }
.backup-restore-details { min-width: 210px; }
.backup-restore-details summary { width: max-content; list-style: none; }
.backup-restore-details summary::-webkit-details-marker { display: none; }
.backup-restore-details[open] {
  position: relative;
  padding: .7rem;
  border: 1px solid #fecaca;
  border-radius: 10px;
  background: #fffafa;
}
.backup-restore-details[open] summary { margin-bottom: .65rem; }
.backup-restore-details form { display: grid; gap: .55rem; min-width: 250px; }
.backup-restore-details input { min-height: 36px; padding: .45rem .6rem; }
@media (max-width: 700px) {
  .product-delete-card { align-items: stretch; flex-direction: column; }
  .product-delete-card .btn { width: 100%; }
  .dashboard-connection-status { align-items: stretch; flex-direction: column; }
  .dashboard-connection-status .btn { width: 100%; }
  .backup-main-grid { grid-template-columns: 1fr; }
}

/* KedPro 5.2.26: tarjetas uniformes y vista de 2, 3 o 4 columnas. */
.product-grid-controls {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: flex-end;
  gap: .65rem;
  margin: 0 0 1rem;
  color: #4f687c;
  font-size: .78rem;
  font-weight: 750;
}
.product-grid-controls > span { white-space: nowrap; }
.product-grid-controls > small { display: none; color: #647b8d; font-size: .72rem; font-weight: 650; }
.product-grid-controls__buttons {
  display: inline-flex;
  gap: .25rem;
  padding: .25rem;
  border: 1px solid #d4e1ea;
  border-radius: 10px;
  background: #fff;
}
.product-grid-controls__buttons button {
  min-width: 48px;
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .4rem;
  padding: .35rem .5rem;
  border: 0;
  border-radius: 7px;
  background: transparent;
  color: #234b68;
  cursor: pointer;
  font: 800 .75rem/1 system-ui, sans-serif;
}
.product-grid-controls__buttons button:hover { background: #edf5fa; }
.product-grid-controls__buttons button[aria-pressed="true"] { background: #0b3158; color: #fff; box-shadow: 0 4px 12px rgba(11,49,88,.18); }
.product-grid-controls__icon { display: grid; grid-auto-flow: column; gap: 2px; }
.product-grid-controls__icon i { width: 3px; height: 13px; display: block; border-radius: 2px; background: currentColor; }
.catalog-results-head__actions { display: flex; align-items: center; justify-content: flex-end; gap: .75rem; }
.catalog-results-head__actions .product-grid-controls { margin: 0; }

@media (min-width: 701px) {
  .product-grid[data-product-grid][data-columns="2"] { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
  .product-grid[data-product-grid][data-columns="3"] { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; }
  .product-grid[data-product-grid][data-columns="4"] { grid-template-columns: repeat(4, minmax(0, 1fr)) !important; }
}

.product-card { isolation: isolate; }
.product-card__image {
  z-index: 0;
  overflow: hidden;
}
.product-card__image img {
  display: block;
  object-fit: contain !important;
  transform: scale(1);
  transform-origin: center;
  transition: transform .3s ease;
}
.product-card__image:hover img,
.product-card__image:focus-visible img { transform: scale(1.09); }
.product-card__body { position: relative; z-index: 1; background: #fff; }
.product-card__description {
  min-width: 0;
  min-height: 3.9em;
  display: -webkit-box;
  overflow: hidden;
  color: #566d7e;
  font-size: .84rem;
  line-height: 1.3;
  overflow-wrap: anywhere;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
}
.product-card__price { z-index: 2; }
.product-card__actions { position: relative; z-index: 2; }

@media (max-width: 900px) {
  .catalog-results-head__actions { width: 100%; justify-content: space-between; }
}

@media (max-width: 700px) {
  .product-grid[data-product-grid],
  .product-grid[data-product-grid][data-columns="2"],
  .product-grid[data-product-grid][data-columns="3"],
  .product-grid[data-product-grid][data-columns="4"] { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
  .product-grid-controls { justify-content: flex-start; margin-bottom: .75rem; }
  .product-grid-controls > span,
  .product-grid-controls__buttons { display: none; }
  .product-grid-controls > small { display: block; }
  .catalog-results-head__actions { align-items: stretch; flex-direction: column; }
  .product-card__description { min-height: 2.6em; font-size: .72rem; -webkit-line-clamp: 2; line-clamp: 2; }
}

@media (hover: none) {
  .product-card__image:hover img { transform: none; }
}
