.team-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}.team-grid article{text-align:center}.team-grid img{width:100%;aspect-ratio:4/5;object-fit:cover}.team-grid h3{font-size:27px;margin:15px 0 2px}.team-grid strong{color:#8249bd;font-size:12px;letter-spacing:1px}.team-grid p{font-size:14px}@media(max-width:800px){.team-grid{grid-template-columns:1fr}}
.cart-button{width:44px;height:44px;display:grid;place-items:center;border-radius:50%;background:linear-gradient(145deg,#f8f3ff,#eadcf8);border:1px solid #d9c4ed;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.cart-button:hover{transform:translateY(-2px);background:#f1e6fb;box-shadow:0 7px 18px rgba(83,34,124,.16)}.cart-icon{width:25px;height:25px;fill:none;stroke:#7540aa;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.cart-button span[data-cart-count]{right:-4px;top:-5px;min-width:19px;height:19px;line-height:19px;background:#9253c8;border:2px solid #fff;font-size:9px}.cart-button:focus-visible{outline:3px solid rgba(130,73,189,.25);outline-offset:3px}@media(max-width:800px){.cart-button{width:38px;height:38px}.cart-icon{width:22px;height:22px}}
