

/* Start:/local/templates/masterplace/template_styles.css?17826667931871*/
/* masterPlace.by — точечные стили шаблона (основа на Tailwind CDN из header.php) */
html { scroll-behavior: smooth; }
.no-scrollbar::-webkit-scrollbar { display: none; }
.mp-card-hover { transition: transform .2s cubic-bezier(.2,.7,.2,1), box-shadow .2s; }
.mp-card-hover:hover { transform: translateY(-4px); }
.mp-vysh {
  background-color:#C8102E;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='44' viewBox='0 0 44 44'%3E%3Cg fill='%23ffffff' fill-opacity='0.16'%3E%3Cpath d='M22 6l4 4-4 4-4-4 4-4zm0 24l4 4-4 4-4-4 4-4zM6 22l4 4-4 4-4-4 4-4zm32 0l4 4-4 4-4-4 4-4zm-16-8l4 4-4 4-4-4 4-4zm0 8l-4 4 4 4 4-4-4-4z'/%3E%3C/g%3E%3C/svg%3E");
}
.mp-ornament { height:10px;background-repeat:repeat-x;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='10' viewBox='0 0 40 10'%3E%3Cg fill='%23C8102E'%3E%3Cpath d='M5 0l5 5-5 5-5-5z'/%3E%3Cpath d='M25 0l5 5-5 5-5-5z'/%3E%3Cpath d='M15 0l5 5-5 5-5-5z' fill-opacity='.45'/%3E%3Cpath d='M35 0l5 5-5 5-5-5z' fill-opacity='.45'/%3E%3C/g%3E%3C/svg%3E");
}
.line-clamp-2 { display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden; }
/* анимации корзины */
@keyframes mpBump { 0%{transform:scale(1)} 35%{transform:scale(1.45)} 70%{transform:scale(.9)} 100%{transform:scale(1)} }
.mp-bump { animation: mpBump .42s cubic-bezier(.3,.7,.3,1.4); }
@keyframes mpPop { 0%{transform:scale(1)} 45%{transform:scale(.94)} 100%{transform:scale(1)} }
.mp-pop { animation: mpPop .28s ease; }
@keyframes mpRowIn { from{opacity:0;transform:translateY(6px)} to{opacity:1;transform:none} }
.mp-mc-row { animation: mpRowIn .25s ease both; }
@media (prefers-reduced-motion: reduce){ *{animation:none!important;transition:none!important;scroll-behavior:auto!important} }

/* End */
/* /local/templates/masterplace/template_styles.css?17826667931871 */
