.wc-float-grid{display:flex;flex-wrap:wrap;gap:20px;justify-content:center;margin-bottom:50px;padding:10px}.wc-card-shell{position:relative;width:310px;max-width:100%;height:140px;z-index:1}.wc-float-card{position:absolute;top:0;left:0;width:100%;min-height:100%;background:#f2f2f2;border-radius:12px;padding:20px;box-sizing:border-box;overflow:hidden;transition:all 0.3s cubic-bezier(.25,.8,.25,1);color:#121212}.wc-float-title{margin:0 0 5px 0;font-size:1.2em;font-weight:700}.wc-float-subtitle{margin:0 0 15px 0;font-size:1.6em;text-transform:uppercase;color:#121212;transition:color 0.3s;font-weight:700}.wc-float-details{opacity:0;max-height:0;transition:opacity 0.3s ease,max-height 0.3s ease;font-size:.8em;line-height:1.5}@media (min-width:769px){.wc-card-shell:hover .wc-float-card{z-index:100;height:auto;background:#121212;color:#fff;transform:scale(1.05);border-color:#121212}.wc-card-shell:hover .wc-float-details{opacity:1;max-height:200px}.wc-card-shell:hover .wc-float-title{color:#fff}.wc-card-shell:hover .wc-float-subtitle{color:#fff}}@media (max-width:768px){.wc-card-shell{width:100%;height:auto;margin-bottom:20px}.wc-float-card{position:relative;height:auto;transform:none;background:#f2f2f2}.wc-float-details{opacity:1;max-height:none;margin-top:10px;color:#121212}}