#buy-list .container{display:flex;flex-direction:column;gap:20px}#buy-list .tabs{border-radius:50px;width:100%}#buy-list .tab:not(:first-of-type){width:100%}.buy-list{-moz-column-gap:20px;column-gap:20px;display:grid;grid-template-columns:1fr 1fr 1fr;row-gap:30px}.base-button.more-btn{display:none;margin-top:60px}.base-button.more-btn.show{display:flex}.buy-card{background:var(--white);padding:5px;position:relative}.buy-card,.buy-card img{border-radius:20px;width:100%}.buy-card img{aspect-ratio:614/214;height:100%;-o-object-fit:cover;object-fit:cover}.buy-card-hover{align-items:center;background:#dc3f0bcc;color:var(--white);display:flex;font-family:Roboto;font-size:24px;font-weight:500;height:calc(100% - 10px);justify-content:center;left:5px;letter-spacing:-.05;line-height:100%;top:5px;transition:var(--transition-hover);width:calc(100% - 10px)}.buy-card-hover,.buy-card-loading{border-radius:20px;opacity:0;pointer-events:none;position:absolute}.buy-card-loading{background:#ddd;height:100%;inset:0;overflow:hidden;transition:var(--transition);width:100%}.loading .buy-card-loading:after{animation:load-list 2.5s infinite;background:var(--white);border-radius:30px;box-shadow:0 0 30px 30px var(--white);content:"";filter:blur(20px);height:2px;left:0;position:absolute;top:0;width:100%}.buy-list.loading .buy-card-loading{opacity:1;pointer-events:all}@media(hover:none){.buy-list:not(.loading) .buy-card:active .buy-card-hover{opacity:1;pointer-events:all}}@media(hover:hover){.buy-list:not(.loading) .buy-card:hover .buy-card-hover{opacity:1;pointer-events:all}}@media screen and (max-width:1919px){.buy-list{gap:5px}.base-button.more-btn{margin-top:30px}}@media screen and (max-width:1199px){.buy-list{gap:10px;grid-template-columns:1fr 1fr}}@media screen and (max-width:639px){.buy-list{grid-template-columns:1fr}#buy-list .tab:not(:first-of-type){min-width:165px;width:165px}.buy-card img{aspect-ratio:345/120}}
