/* ============================================================
   Vitrina Klein — menú de categorías + catálogo de productos.
   Los valores por defecto de las variables son el diseño aprobado;
   el configurador del admin los sobreescribe vía inline style.
   ============================================================ */

/* ======================= MENÚ (.kcat) ======================= */
.kcat{
  --kc-ink:        #14161a;
  --kc-stone:      #6e7681;
  --kc-sub:        #565d68;
  --kc-line:       rgba(20,22,26,.08);
  --kc-accent:     #cd296e;
  --kc-accent-hi:  #ff3d8f;
  --kc-accent-rgb: 255, 61, 143;
  --kc-max:        360px;
  --kc-rail-w:     3px;
  --kc-pad-l:      22px;
  --kc-speed:      .38s;
  --kc-name-size:  17px;
  --kc-name-letter:.07em;
  --kc-name-line:  1.25;

  /* El menú fluye con el scroll de la página, sin fijarse. Si en la
     web se queda clavado, es un efecto sticky de la columna de Divi. */
  position: relative;
  box-sizing: border-box;
  max-width: var(--kc-max);
  margin-inline: auto;
  background: transparent;
  font-family: var(--kv-font, "nunito", ui-sans-serif, system-ui, sans-serif);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  container-type: inline-size;
}
.kcat *, .kcat *::before, .kcat *::after{ box-sizing: border-box; }

.kcat ul{ list-style: none; margin: 0; padding: 0; }

/* ---------- Buscador ---------- */
.kcat__search{
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 18px;
  padding: 0 0 8px var(--kc-pad-l);
  border-bottom: 1px solid var(--kc-line);
}
.kcat__search-input{
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
  padding: 6px 0;
  border: 0;
  outline: none;
  background: transparent;
  font-family: inherit;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: .02em;
  color: var(--kc-ink);
}
.kcat__search-input::placeholder{
  color: var(--kc-stone);
  opacity: 1;
  font-weight: 600;
}
.kcat__search-input::-webkit-search-cancel-button,
.kcat__search-input::-webkit-search-decoration{ -webkit-appearance: none; appearance: none; }

.kcat__search-btn{
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--kc-stone);
  cursor: pointer;
  transition: color .25s ease, filter .25s ease;
  -webkit-tap-highlight-color: transparent;
}
.kcat__search-icon{ width: 18px; height: 18px; display: block; }
.kcat__search-btn:hover,
.kcat__search:focus-within .kcat__search-btn{
  color: var(--kc-accent-hi);
  filter: drop-shadow(0 0 6px rgba(var(--kc-accent-rgb), .55));
}

.kcat__search-laser{
  position: absolute;
  left: var(--kc-pad-l); right: 0; bottom: -1px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--kc-accent) 0%, var(--kc-accent-hi) 100%);
  box-shadow:
    0 0 8px rgba(var(--kc-accent-rgb), .65),
    0 0 20px rgba(var(--kc-accent-rgb), .30);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform .34s cubic-bezier(.32,.9,.28,1);
  pointer-events: none;
}
.kcat__search:focus-within .kcat__search-laser{ transform: scaleX(1); }

/* ---------- Raíl de neón ---------- */
.kcat__rail{
  position: absolute;
  left: 0; top: 0;
  width: var(--kc-rail-w);
  height: 48px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--kc-accent) 0%, var(--kc-accent-hi) 100%);
  box-shadow:
    0 0 10px rgba(var(--kc-accent-rgb), .55),
    0 0 26px rgba(var(--kc-accent-rgb), .28);
  opacity: 0;
  transform: translateY(0);
  transition:
    transform var(--kc-speed) cubic-bezier(.32,.9,.28,1),
    height    var(--kc-speed) cubic-bezier(.32,.9,.28,1),
    opacity   .25s ease;
  pointer-events: none;
}

/* ---------- Ítems ---------- */
.kcat__item{ border-bottom: 1px solid var(--kc-line); }
.kcat__item:last-child{ border-bottom: 0; }

.kcat__row{
  position: relative;
  padding-left: var(--kc-pad-l);
}
.kcat__item--parent .kcat__row{ padding-right: 46px; }

.kcat__link{
  flex: 1 1 auto;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  min-width: 0;
  padding: 12px 0;
  text-decoration: none !important;
  transform: translateX(0);
  transition: transform .28s cubic-bezier(.32,.9,.28,1);
}
.kcat__item:hover .kcat__link,
.kcat__link:focus-visible{ transform: translateX(6px); }

/* Hexágono: la celda de grafeno */
.kcat__mark{
  flex: 0 0 auto;
  width: 10px;
  height: 11px;
  margin-top: 5px;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  background: var(--kc-stone);
  opacity: .45;
  transition: background .25s ease, opacity .25s ease, filter .25s ease;
}
.kcat__item:hover .kcat__mark,
.kcat__item.is-active .kcat__mark{
  background: var(--kc-accent-hi);
  opacity: 1;
  filter: drop-shadow(0 0 5px rgba(var(--kc-accent-rgb), .60));
}

.kcat__name{
  position: relative;
  font-family: var(--kc-name-font, inherit);
  /* El tamaño del admin manda: techo en px y proporción al ancho del bloque */
  font-size: calc(var(--kc-name-fs, 17) * 1px);   /* fallback sin cq */
  font-size: clamp(13px, calc(var(--kc-name-fs, 17) * 0.306cqw), calc(var(--kc-name-fs, 17) * 1px));
  font-weight: var(--kc-name-weight, 900);
  letter-spacing: var(--kc-name-letter);
  line-height: var(--kc-name-line);
  color: var(--kc-ink);
  overflow-wrap: break-word;
  transition: color .25s ease;
}
.kcat__name::after{
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: -5px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--kc-accent) 0%, var(--kc-accent-hi) 100%);
  box-shadow:
    0 0 8px rgba(var(--kc-accent-rgb), .65),
    0 0 20px rgba(var(--kc-accent-rgb), .30);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform .34s cubic-bezier(.32,.9,.28,1);
}
.kcat__item:hover .kcat__name::after,
.kcat__link:focus-visible .kcat__name::after{ transform: scaleX(1); }

.kcat__item.is-active .kcat__name::after{
  transform: scaleX(1);
  box-shadow: 0 0 6px rgba(var(--kc-accent-rgb), .40);
}

/* ---------- Toggle + / × ---------- */
.kcat__toggle{
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: transparent;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.kcat__plus{
  position: relative;
  width: 14px;
  height: 14px;
  transition: transform var(--kc-speed) cubic-bezier(.32,.9,.28,1);
}
.kcat__plus::before,
.kcat__plus::after{
  content: "";
  position: absolute;
  top: 50%; left: 50%;
  translate: -50% -50%;
  width: 14px;
  height: 2px;
  border-radius: 999px;
  background: var(--kc-stone);
  transition: background .25s ease, box-shadow .25s ease;
}
.kcat__plus::after{ rotate: 90deg; }
.kcat__toggle:hover .kcat__plus::before,
.kcat__toggle:hover .kcat__plus::after{
  background: var(--kc-accent-hi);
  box-shadow: 0 0 8px rgba(var(--kc-accent-rgb), .55);
}
.kcat__item.is-open .kcat__plus{ transform: rotate(135deg); }
.kcat__item.is-open .kcat__plus::before,
.kcat__item.is-open .kcat__plus::after{ background: var(--kc-accent); }

/* ---------- Subcategorías (acordeón) ---------- */
.kcat__subswrap{
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows var(--kc-speed) cubic-bezier(.32,.9,.28,1);
}
.kcat ul.kcat__subs{
  overflow: hidden;
  min-height: 0;
  padding-left: calc(var(--kc-pad-l) + 22px);
}
.kcat__item.is-open .kcat__subswrap{ grid-template-rows: 1fr; }
.kcat__subs > li:last-child{ padding-bottom: 12px; }

.kcat__sub{
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 6px 0;
  font-family: var(--kc-sub-font, inherit);
  font-size: calc(var(--kc-sub-fs, 14) * 1px);     /* fallback sin cq */
  font-size: clamp(12px, calc(var(--kc-sub-fs, 14) * 0.279cqw), calc(var(--kc-sub-fs, 14) * 1px));
  font-weight: var(--kc-sub-weight, 600);
  letter-spacing: var(--kc-sub-letter, .015em);
  line-height: var(--kc-sub-line, 1.45);
  color: var(--kc-sub);
  text-decoration: none !important;
  transform: translateX(0);
  transition: color .22s ease, transform .22s ease;
}
.kcat__dot{
  flex: 0 0 auto;
  width: 5px;
  height: 5px;
  border-radius: 999px;
  border: 1px solid var(--kc-stone);
  background: transparent;
  transition: background .22s ease, border-color .22s ease, box-shadow .22s ease;
}
.kcat__sub:hover,
.kcat__sub:focus-visible{
  color: var(--kc-ink);
  transform: translateX(3px);
}
.kcat__sub:hover .kcat__dot,
.kcat__sub:focus-visible .kcat__dot,
.kcat__sub.is-active .kcat__dot{
  border-color: var(--kc-accent-hi);
  background: var(--kc-accent-hi);
  box-shadow: 0 0 7px rgba(var(--kc-accent-rgb), .70);
}
.kcat__sub.is-active{ color: var(--kc-ink); }

/* ---------- Foco visible ---------- */
.kcat a:focus-visible,
.kcat button:focus-visible{
  outline: 2px solid var(--kc-accent-hi);
  outline-offset: 3px;
  border-radius: 6px;
}

/* ---------- Solo escritorio: en tablet/móvil el menú no se muestra
   (980px es el breakpoint de tablet de Divi) ---------- */
@media (max-width: 980px){
  .kcat{ display: none; }
}

/* ===================== CATÁLOGO (.kshop) ===================== */
.kshop{
  --ks-ink:        #14161a;
  --ks-stone:      #6e7681;
  --ks-line:       rgba(20,22,26,.08);
  --ks-card:       #ffffff;
  --ks-ph:         #f2f0ec;
  --ks-accent:     #cd296e;
  --ks-accent-hi:  #ff3d8f;
  --ks-accent-rgb: 255, 61, 143;
  --ks-radius:     14px;
  --ks-gap:        24px;
  --ks-maxw:       1560px;
  --ks-name-size:  15px;
  --ks-name-letter:.005em;
  --ks-name-line:  1.3;

  box-sizing: border-box;
  max-width: var(--ks-maxw);
  margin-inline: 0;
  background: transparent;
  container-type: inline-size;
  font-family: var(--kv-font, "nunito", ui-sans-serif, system-ui, sans-serif);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
.kshop *, .kshop *::before, .kshop *::after{ box-sizing: border-box; }
.kshop a{ text-decoration: none !important; }

.kshop__hex{
  display: inline-block;
  width: 10px;
  height: 11px;
  margin-right: 10px;
  vertical-align: -1px;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  background: var(--ks-accent-hi);
  filter: drop-shadow(0 0 5px rgba(var(--ks-accent-rgb), .50));
}

/* Al volver de orden/paginación se aterriza en el ancla del bloque;
   el margen evita que una cabecera fija (Divi) tape la barra. */
.kshop{ scroll-margin-top: 96px; }

/* ---------- Barra superior ---------- */
.kshop__bar{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px 24px;
  margin: 0 0 22px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--ks-line);
}
.kshop__count{
  margin: 0;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--ks-stone);
}
.kshop__count-num{ color: var(--ks-ink); }
.kshop__count-cat{ color: var(--ks-accent); }

.kshop__orderwrap{ position: relative; margin: 0; }
.kshop__order{
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
  padding: 6px 26px 6px 0;
  border: 0;
  outline: none;
  background: transparent;
  font-family: inherit;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--ks-ink);
  cursor: pointer;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%236e7681' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 4px center;
}
.kshop__order-laser{
  position: absolute;
  left: 0; right: 0; bottom: -2px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--ks-accent) 0%, var(--ks-accent-hi) 100%);
  box-shadow: 0 0 8px rgba(var(--ks-accent-rgb), .65);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform .3s cubic-bezier(.32,.9,.28,1);
  pointer-events: none;
}
.kshop__orderwrap:focus-within .kshop__order-laser,
.kshop__orderwrap:hover .kshop__order-laser{ transform: scaleX(1); }

/* ---------- Grid: 3 columnas base; 4 si el bloque es ancho ---------- */
.kshop__grid{
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--ks-gap);
}
@container (min-width: 1180px){
  .kshop__grid{ grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
@container (max-width: 720px){
  .kshop__grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@container (max-width: 440px){
  .kshop__grid{ grid-template-columns: 1fr; }
}

.kshop__empty{
  margin: 24px 0;
  font-size: 15px;
  font-weight: 600;
  color: var(--ks-stone);
}

/* ---------- Tarjeta ---------- */
.kshop__card{
  position: relative;
  /* La tipografía interna escala con el ancho REAL de la tarjeta (cqw) */
  container-type: inline-size;
  display: flex;
  flex-direction: column;
  background: var(--ks-card);
  border-radius: var(--ks-radius);
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(20,22,26,.05);
  transition: transform .3s cubic-bezier(.32,.9,.28,1), box-shadow .3s ease;
}
.kshop__card:hover{
  transform: translateY(-4px);
  box-shadow:
    0 14px 34px -12px rgba(20,22,26,.16),
    0 0 0 1px rgba(var(--ks-accent-rgb), .18),
    0 0 24px -6px rgba(var(--ks-accent-rgb), .25);
}

/* Foto / placeholder */
.kshop__media{
  position: relative;
  display: block;
  aspect-ratio: 1 / 1;
  /* Escenario porcelana: toda foto flota sobre él */
  background: radial-gradient(80% 70% at 50% 38%, #ffffff 0%, var(--ks-ph) 100%);
  overflow: hidden;
}
.kshop__ph{
  position: absolute;
  inset: 0;
  background: radial-gradient(80% 70% at 50% 38%, #ffffff 0%, var(--ks-ph) 100%);
  transform: scale(1);
  transition: transform .8s cubic-bezier(.2,.7,.2,1);
}
.kshop__ph::after{
  content: "";
  position: absolute;
  left: 50%; top: 50%;
  width: 34%;
  aspect-ratio: 10 / 11;
  translate: -50% -50%;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  background: rgba(20,22,26,.06);
}
/* La foto se funde con el escenario (multiply hace invisible el blanco
   de los bodegones) y respira con aire alrededor; las fotos con fondo
   propio quedan como lámina montada gracias al radio. */
.kshop__media img.kshop__img{
  position: absolute;
  left: 9%;
  top: 9%;
  width: 82%;
  height: 82%;
  object-fit: contain;
  mix-blend-mode: multiply;
  border-radius: 8px;
  transform: scale(1);
  transition: transform .8s cubic-bezier(.2,.7,.2,1);
}
.kshop__card:hover .kshop__ph,
.kshop__card:hover .kshop__media img.kshop__img{ transform: scale(1.045); }

/* Badges */
.kshop__badge{
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 5px 11px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
  line-height: 1;
}
.kshop__badge--sale{
  color: #fff6f8;
  background: linear-gradient(90deg, var(--ks-accent) 0%, var(--ks-accent-hi) 100%);
  box-shadow: 0 0 14px rgba(var(--ks-accent-rgb), .55);
}
.kshop__badge--new{
  color: #fdfdfd;
  background: var(--ks-ink);
}

/* Cuenta atrás de la oferta */
.kshop__timer{
  position: absolute;
  top: 42px;
  left: 12px;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  font-variant-numeric: tabular-nums;
  color: var(--ks-accent);
  background: rgba(255,255,255,.88);
  box-shadow: 0 1px 6px rgba(20,22,26,.10);
}
.kshop__timer:empty{ display: none; }

/* Texto de la tarjeta */
.kshop__body{
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 14px 16px 12px;
  /* Alineación configurable: categoría, nombre y precio */
  text-align: var(--ks-card-align, left);
}
.kshop__cat{
  margin: 0;
  font-family: var(--ks-cat-font, inherit);
  font-size: calc(var(--ks-cat-fs, 10.5) * 1px);   /* fallback sin cq */
  font-size: clamp(9px, calc(var(--ks-cat-fs, 10.5) * 0.286cqw), calc(var(--ks-cat-fs, 10.5) * 1px));
  font-weight: var(--ks-cat-weight, 800);
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--ks-stone);
}
.kshop__name{
  margin: 0;
  font-family: var(--ks-name-font, inherit);
  font-size: calc(var(--ks-name-fs, 15) * 1px);    /* fallback sin cq */
  font-size: clamp(13px, calc(var(--ks-name-fs, 15) * 0.28cqw), calc(var(--ks-name-fs, 15) * 1px));
  font-weight: var(--ks-name-weight, 800);
  line-height: var(--ks-name-line);
  letter-spacing: var(--ks-name-letter);
}
.kshop__name a{ color: var(--ks-ink); }
.kshop__name a:hover{ color: var(--ks-accent); }
.kshop__price{
  margin: 2px 0 0;
  font-family: var(--ks-price-font, inherit);
  font-size: calc(var(--ks-price-fs, 16) * 1px);   /* fallback sin cq */
  font-size: clamp(13px, calc(var(--ks-price-fs, 16) * 0.275cqw), calc(var(--ks-price-fs, 16) * 1px));
  font-weight: var(--ks-price-weight, 900);
  color: var(--ks-ink);
  font-variant-numeric: tabular-nums;
}
.kshop__price del{
  margin-right: 8px;
  font-size: 13px;
  font-weight: 700;
  color: var(--ks-stone);
}
.kshop__price ins{
  text-decoration: none;
  color: var(--ks-accent);
}

/* Botón añadir al carrito */
.kshop__add{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 16px;
  font-size: 12px;                                 /* fallback sin cq */
  font-size: clamp(10px, 3.4cqw, 12px);
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #fdfdfd !important;
  background: var(--ks-ink);
  transition: background .25s ease;
}
.kshop__add-arrow{ transition: transform .25s ease; }
.kshop__add:hover{ background: var(--ks-accent); }
.kshop__add:hover .kshop__add-arrow{ transform: translateX(4px); }

@media (hover: hover) and (pointer: fine){
  .kshop__body{ padding-bottom: 54px; }
  .kshop__add{
    position: absolute;
    left: 0; right: 0; bottom: 0;
    transform: translateY(101%);
    transition: transform .32s cubic-bezier(.32,.9,.28,1), background .25s ease;
  }
  .kshop__card:hover .kshop__add,
  .kshop__card:focus-within .kshop__add{ transform: translateY(0); }
}

/* ---------- Paginación ---------- */
.kshop__pager{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 6px 10px;
  margin-top: 28px;
  padding-top: 16px;
  border-top: 1px solid var(--ks-line);
}
.kshop__pages{ display: flex; align-items: center; gap: 6px; }
.kshop__pgbtn{
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  padding: 0 6px;
  border: 0;
  border-radius: 10px;
  background: transparent;
  font-family: inherit;
  font-size: 14px;
  font-weight: 800;
  color: var(--ks-stone);
  cursor: pointer;
  transition: color .2s ease, background .2s ease;
  -webkit-tap-highlight-color: transparent;
}
a.kshop__pgbtn:hover{ color: var(--ks-ink); background: rgba(20,22,26,.05); }
.kshop__pgbtn.is-disabled{ opacity: .3; cursor: default; }
.kshop__pgbtn[aria-current="page"]{ color: var(--ks-ink); cursor: default; }
.kshop__pgbtn[aria-current="page"]::after{
  content: "";
  position: absolute;
  left: 50%; bottom: -2px;
  width: 8px;
  height: 9px;
  translate: -50%;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  background: var(--ks-accent-hi);
  filter: drop-shadow(0 0 4px rgba(var(--ks-accent-rgb), .60));
}
.kshop__pgdots{ color: var(--ks-stone); padding: 0 2px; }
.kshop__pgtotal{
  flex-basis: 100%;
  margin: 4px 0 0;
  text-align: center;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--ks-stone);
}

/* ---------- Foco visible ---------- */
.kshop a:focus-visible,
.kshop button:focus-visible,
.kshop select:focus-visible{
  outline: 2px solid var(--ks-accent-hi);
  outline-offset: 3px;
  border-radius: 6px;
}

/* ---------- Movimiento reducido ---------- */
@media (prefers-reduced-motion: reduce){
  .kcat__rail,
  .kcat__link,
  .kcat__name::after,
  .kcat__plus,
  .kcat__subswrap,
  .kcat__sub,
  .kcat__mark,
  .kcat__search-laser,
  .kcat__search-btn,
  .kshop__card,
  .kshop__ph,
  .kshop__media img.kshop__img,
  .kshop__add,
  .kshop__add-arrow,
  .kshop__order-laser{
    transition: none;
  }
  .kshop__card:hover{ transform: none; }
  .kshop__card:hover .kshop__ph,
  .kshop__card:hover .kshop__media img.kshop__img{ transform: none; }
}
