.lpc-prods-4 .lpc-prods-4__item .lpc-prods-4__item-content {
  transition: all 0.3s ease;
  border: none !important;
  box-shadow: inset 0px 0px 0px 7px rgba(202, 202, 202, 1); }
  .lpc-prods-4 .lpc-prods-4__item:hover .lpc-prods-4__item-content {
    box-shadow: none;
    transform: translate3D(0px, -5px, 0px); }
  .lpc-prods-4 .lpc-prods-4__item-img {
    animation-name: ms-animator-pulse;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-fill-mode: both;
    -webkit-transform: translateZ(0); }

@keyframes ms-animator-pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.lpc-prods-4__wrap .lpc-prods-4__items .lpc-prods-4__item .lpc-light-mode-block {
  position: relative; }
  .lpc-prods-4__wrap .lpc-prods-4__items .lpc-prods-4__item .lpc-light-mode-block:before {
    content: '';
    position: absolute;
    top: 20px;
    left: calc(50% - 7px);
    width: 15px;
    display: block;
    height: 75px;
    background-color: rgba(255, 172, 0, 1);
    border-top-left-radius: 55px;
    border-top-right-radius: 55px;
    border-bottom-right-radius: 55px;
    border-bottom-left-radius: 55px;
    z-index: 1;
    box-shadow: 0px 0px 0px 7px #fff; }
  .lpc-prods-4__wrap .lpc-prods-4__items .lpc-prods-4__item .lpc-light-mode-block .lpc-prods-4__item-img {
    margin-top: 20px; }

.popup_form .mce-s3-button {
  transition: 300ms ease all; }
  .popup_form .mce-s3-button:hover {
    transform: scale(1.06); }

@media (max-width: 480px) {
  .content--u-i70zj1sx0 img {
    height: auto !important; } }
