.listlimit{position:relative;zoom:1;width:100%;display:block}
.listlimit::before,.listlimit::after{content:' ';display:block;height:0;width:0;overflow:hidden}
.listlimit::after{clear:both}
.listlimit__item{display:block}
.listlimit__show{display:block;width:100%;position:relative;cursor:pointer;overflow:visible;text-align:center}
.keyboard-focus .listlimit__show:focus{outline:1px solid #1973b8;outline-offset:-1px}
.listlimit__show--overlay::before{content:'';position:absolute;right:0;bottom:100%;left:0;background-image:-webkit-gradient(linear,left bottom,left top,from(#fff),to(rgba(255,255,255,0.5)));background-image:linear-gradient(to top,#fff,rgba(255,255,255,0.5));opacity:1;height:90px;pointer-events:none}
@media(min-width:600px){.listlimit__show--overlay::before{height:152px}
}
.listlimit--hidden{display:none}
.background--bbva100 .listlimit__show--overlay::before,.background--100 .listlimit__show--overlay::before,.productgrid__base .listlimit__show--overlay::before{background-image:-webkit-gradient(linear,left bottom,left top,from(#f4f4f4),to(rgba(255,255,255,0)));background-image:linear-gradient(to top,#f4f4f4,rgba(255,255,255,0))}