@-webkit-keyframes skeletonAnimation{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}@keyframes skeletonAnimation{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.pending_el{min-height:100px;color:#ccc!important;background:linear-gradient(270deg,#e8e8eb,#f8f8fb 36%,#e8e8eb);background-size:400% 400%;border:1px solid #bfbfbf;border-bottom:0;-webkit-animation-name:skeletonAnimation;animation-name:skeletonAnimation;-webkit-animation-duration:1.5s;animation-duration:1.5s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-timing-function:linear;animation-timing-function:linear}.pending_el:nth-child(odd){border-right:0}@media screen and (max-width:48em){.pending_el{border-right:1px solid #bfbfbf;min-width:185px;min-height:170px;margin:0}.pending_el:nth-child(-n+2){border-top:1px solid #bfbfbf}.pending_el:first-child{margin-right:0}.pending_el.product__name{height:10px;width:70px}.pending_el.price,.pending_el.product__name{display:none;max-height:10px;min-height:10px}.pending_el.price{width:50px!important}}.other-colors-desktop .pending_el{min-height:unset}.popup-content .pending_el{border:unset}