:root{--clr-primary: #645cff;--clr-primary-dark: #282566;--clr-primary-light: #a29dff;--clr-grey-1: #102a42;--clr-grey-5: #617d98;--clr-grey-10: #f1f5f8;--clr-white: #fff;--clr-red-dark: hsl(360, 67%, 44%);--clr-red-light: hsl(360, 71%, 66%);--transition: all .3s linear;--spacing: .25rem;--radius: .25rem;--large-screen-width: 1170px;--small-screen-width: 90vw;--fixed-width: 50rem}*{margin:0;padding:0;box-sizing:border-box}img{width:200px;height:auto}.product-containers{border:1px solid rgb(245,241,241);box-shadow:4px 4px 10px #0003;width:300px;padding-top:20px}.product-containers{display:flex;flex-direction:column;align-items:center;justify-content:center}.product-container{display:flex;flex-wrap:wrap;gap:20px}.button-container{display:flex}.remove-btn{color:var(--clr-primary);letter-spacing:var(--spacing);cursor:pointer;font-size:.75rem;background:transparent;border:none;margin-top:.375rem;transition:var(--transition)}.remove-btn:hover{color:var(--clr-primary-light)}
