@-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:calc(33.33vw - 3rem);max-height:40vw;color:#ccc!important;background:linear-gradient(270deg,#e8e8eb,#f8f8fb 36%,#e8e8eb);background-size:400% 400%;margin:1.25rem 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}@media screen and (max-width:48em){.pending_el{min-width:50%;margin-bottom:2px;margin-left:0}.pending_el:first-child{margin-right:0}.pending_el.product__name{height:10px;width:70px}.pending_el.price,.pending_el.product__name{display:block;max-height:10px;min-height:10px;margin-left:1rem}.pending_el.price{width:50px!important}}.other-colors-desktop .pending_el,.other-colors-mobile .pending_el{margin:unset;min-height:unset;max-height:unset}.popup-content .pending_el{width:100%!important;height:100%!important;min-height:unset;max-height:unset}