.product_item{box-shadow:inset 0 0 0 1px hsla(0,0%,100%,.145),0 11px 40px 0 rgba(0,0,0,.25),0 2px 10px 0 rgba(0,0,0,.12);border-radius:15px;color:#6d6dff;transition:filter .2s ease,transform .2s ease}.product_item .image_container{position:relative;border-radius:15px 15px 0 0;overflow:hidden;aspect-ratio:4/3;background:#fff}.product_item__image{width:100%;height:100%;display:block;object-fit:cover}.product_item:hover{filter:brightness(1.2);transform:translateY(-10px)}.basket_item .icon path{stroke-color:#6d6dff!important}.quantity_selector{color:#6d6dff}.quantity_selector :first-child,.quantity_selector :last-child{color:#6d6dff;width:30px;height:30px;border:2px solid #6d6dff;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer}.basket{color:#6d6dff}.basket button{color:#fff}.basket .basket_items>div{margin-bottom:10px;border-bottom:1px solid #ccc;padding:10px}