/* Единая карточка товара для главной, аналогов, просмотренных и товарных каруселей. */
.mkd-plist{ display:flex; gap:16px; overflow-x:auto; scroll-snap-type:x mandatory; scrollbar-width:none; padding-bottom:4px; }
.mkd-plist::-webkit-scrollbar{ display:none; }
.mkd-pcard{ box-sizing:border-box; flex:0 0 224px; scroll-snap-align:start; min-width:0; background:#fff; border:1px solid #ececea; border-radius:18px; padding:14px; position:relative; display:flex; flex-direction:column; text-decoration:none; }
.swiper-products .swiper-slide > .mkd-pcard{ width:224px; height:100%; }
body.mkd-site:not(.mkd-home) .prod-swiper .swiper-slide{ height:auto; }
body.mkd-site:not(.mkd-home) .prod-swiper .mkd-pcard{ min-height:328px; }
body.mkd-site:not(.mkd-home) .prod-swiper .mkd-pcard__img{ height:200px; min-height:200px; }
body.mkd-site:not(.mkd-home) .prod-swiper .mkd-pcard__foot{ margin-top:0; }
.mkd-pcard__product-link{ position:absolute; inset:0; z-index:4; border-radius:inherit; }
.mkd-pcard__product-link:focus-visible{ outline:3px solid rgba(219,26,49,.28); outline-offset:2px; }
.mkd-product-favorite{ position:absolute; top:14px; right:14px; z-index:7; display:flex; align-items:center; justify-content:center; width:38px; height:38px; padding:0; border:1px solid #e5e2df; border-radius:50%; background:rgba(255,255,255,.94); color:#141414; cursor:pointer; box-shadow:0 5px 16px rgba(44,11,20,.1); -webkit-appearance:none; appearance:none; transition:color .2s ease,border-color .2s ease,background .2s ease,transform .2s ease; }
.mkd-product-favorite:hover{ color:#b81225; border-color:#e2aeb5; background:#fff; transform:translateY(-1px); }
.mkd-product-favorite:focus-visible{ outline:3px solid rgba(219,26,49,.28); outline-offset:2px; }
.mkd-product-favorite .mkd-favorite-icon{ display:block; width:19px; height:19px; fill:none; stroke:currentColor; stroke-width:1.8; stroke-linecap:round; stroke-linejoin:round; transition:fill .2s ease,stroke .2s ease; }
.mkd-product-favorite .mkd-favorite-icon.in_favorites{ fill:#db1a31; stroke:#db1a31; }
.mkd-product-favorite[aria-pressed="true"]{ color:#db1a31; border-color:#e5a8b0; background:#fff4f5; }
.mkd-pcard__badge{ position:absolute; top:14px; left:14px; z-index:5; pointer-events:none; background:#db1a31; color:#fff; font-size:12px; font-weight:700; border-radius:8px; padding:4px 8px; }
.mkd-pcard__img{ height:168px; position:relative; margin-bottom:12px; }
.mkd-pcard__img--split{ overflow:hidden; isolation:isolate; }
.mkd-pcard__media{ position:absolute; inset:0; display:block; background:#fff; transition:transform .72s cubic-bezier(.22,1,.36,1),clip-path .68s cubic-bezier(.22,1,.36,1); }
.mkd-pcard__media--main{ z-index:1; }
.mkd-pcard__media--alt{ z-index:2; clip-path:inset(0 99.9% 0 0); transform:scale(1.04); }
.mkd-pcard--single-image .mkd-pcard__media--alt{ transform:none; }
.mkd-pcard__split-line{ position:absolute; top:10px; bottom:10px; left:0; z-index:3; width:1px; background:rgba(219,26,49,.82); opacity:0; pointer-events:none; transition:left .68s cubic-bezier(.22,1,.36,1),opacity .2s; }
.mkd-pcard__img img{ position:absolute; inset:0; width:100%; height:100%; margin:auto; object-fit:contain; }
.mkd-pcard__name{ font-size:13px; line-height:1.35; color:#6b6965; height:36px; overflow:hidden; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; margin-bottom:12px; }
.mkd-pcard__foot{ display:flex; align-items:center; gap:8px; margin-top:auto; }
.mkd-pcard__prices{ display:flex; flex-direction:column; gap:2px; min-width:0; }
.mkd-pcard__new{ font-size:15px; font-weight:800; color:#db1a31; white-space:nowrap; }
.mkd-pcard__new small{ font-size:11px; font-weight:600; }
.mkd-pcard__old{ font-size:12px; color:#a5a3a0; text-decoration:line-through; white-space:nowrap; }
.mkd-pcard__cart{ margin-left:auto; flex:none; width:38px; height:38px; border-radius:50%; border:1px solid #e5e4e1; color:#141414; display:flex; align-items:center; justify-content:center; position:relative; overflow:hidden; isolation:isolate; transition:border-color .68s cubic-bezier(.22,1,.36,1),color .68s cubic-bezier(.22,1,.36,1); }
.mkd-pcard__cart::before{ position:absolute; top:0; bottom:0; left:0; width:calc(100% + 2px); z-index:0; background:linear-gradient(90deg,#fbeaec 0 calc(100% - 2px),#db1a31 calc(100% - 2px) 100%); transform:translateX(-100%); transition:transform .68s cubic-bezier(.22,1,.36,1); content:""; }
.mkd-pcard__cart svg{ position:relative; z-index:2; width:17px; height:17px; }
.mkd-pcard__nostock{ font-size:12px; color:#a5a3a0; }

@media (any-hover:hover) and (any-pointer:fine){
  .mkd-pcard--split-mask:hover .mkd-pcard__media--main{ transform:scale(1.035); }
  .mkd-pcard--split-mask:hover .mkd-pcard__media--alt{ clip-path:inset(0); transform:scale(1.035); }
  .mkd-pcard--single-image:hover .mkd-pcard__media--main,
  .mkd-pcard--single-image:hover .mkd-pcard__media--alt{ transform:scale(1.035); }
  .mkd-pcard--split-mask:hover .mkd-pcard__split-line{ left:calc(100% - 1px); opacity:1; }
  .mkd-pcard:hover .mkd-pcard__cart{ border-color:#e6bec3; color:#b81225; }
  .mkd-pcard:hover .mkd-pcard__cart::before{ transform:translateX(0); }
}

@media (max-width:680px){
  .mkd-pcard{ flex-basis:172px; padding:10px; }
  .swiper-products .swiper-slide > .mkd-pcard{ width:172px; }
  body.mkd-site:not(.mkd-home) .prod-swiper .mkd-pcard{ min-height:297px; }
  body.mkd-site:not(.mkd-home) .prod-swiper .mkd-pcard__img{ height:177px; min-height:177px; }
  .mkd-pcard__img{ height:128px; }
  .mkd-pcard__badge{ left:10px; right:auto; top:10px; }
  .mkd-product-favorite{ top:10px; right:10px; width:36px; height:36px; }
  .mkd-pcard__cart{ display:none; }
}

@media (prefers-reduced-motion:reduce){
  .mkd-pcard__media,
  .mkd-pcard__split-line,
  .mkd-pcard__cart,
  .mkd-pcard__cart::before{ transition-duration:.01ms; }
  .mkd-pcard--split-mask:hover .mkd-pcard__media--main,
  .mkd-pcard--split-mask:hover .mkd-pcard__media--alt{ transform:none; }
  .mkd-pcard__split-line{ display:none; }
}
