.ShoppingCartItem_ShoppingCartItem__bGhuO{display:flex;flex-flow:row nowrap;column-gap:1rem;align-items:center}.ShoppingCartItem_ShoppingCartItem__itemInfo__KcHXe{display:grid;grid-template-columns:auto 1rem;grid-column-gap:1rem;column-gap:1rem;width:100%;align-items:center}.ShoppingCartItem_ShoppingCartItem__title__Jr0LH{font-weight:700;font-size:.75rem;color:#000;text-align:left}.ShoppingCartItem_ShoppingCartItem__quantity__XqkVg{width:1rem;height:1rem}.ShoppingCartItem_ShoppingCartItem__removeButton__5drfc{background:transparent;border:none;cursor:pointer;color:#000;font-size:.75rem;font-weight:700;text-align:right;padding:0;margin:0}.ShoppingCartItem_ShoppingCartItem__removeButton__5drfc>svg{width:1rem;height:1rem}.ShoppingCartItem_ShoppingCartItem__removeButton__5drfc:hover{color:#ff4980;text-decoration:underline}.ShoppingCart_ShoppingCart__BlYat{position:relative;color:#000}.ShoppingCart_ShoppingCart__cart__q_aVJ{background-color:transparent;border:none;cursor:pointer;padding:.5rem}.ShoppingCart_ShoppingCart__cart__q_aVJ>svg{width:1.25rem;height:1.25rem;fill:#000}.ShoppingCart_ShoppingCart__counter__qePHF{display:flex;align-items:center;justify-content:center;position:absolute;border-radius:50%;background-color:#ff4980;color:#000;padding:.25rem;top:-.5rem;right:-.25rem;z-index:1;width:.65rem;height:.65rem;font-size:.65rem;font-weight:700}.ShoppingCart_ShoppingCart__items__n9tKG{display:flex;flex-flow:column nowrap;row-gap:.5rem;position:absolute;background:#f1f1f1;border:1px solid #302c3f;border-radius:8px;right:0;min-width:250px;padding:1rem;z-index:2}.ShoppingCart_ShoppingCart__buyButton__QspCF{background:#ff4980;color:#000;width:100%;padding:.5rem;border-radius:8px;border:none;font-weight:700;cursor:pointer;margin-top:1rem}.ShoppingCart_ShoppingCart__buyButton__QspCF:disabled{background:#f1f1f1;color:#000;border:1px solid #302c3f;cursor:not-allowed}#root-store{display:grid;grid-template-rows:60px 1fr;grid-template-columns:1fr;grid-template-areas:"header" "main" "footer";height:100vh;width:100vw;grid-column-gap:6px;grid-row-gap:6px}#root-store header{grid-area:header;background:#fff}#root-store main{width:100%;grid-area:main;overflow:auto;height:100%;display:grid;grid-gap:1rem;grid-template-columns:repeat(auto-fill,435px);grid-auto-flow:row;grid-auto-rows:auto;justify-content:center;justify-self:center}.Header_Header__4gJRp{display:flex;flex-flow:row nowrap;align-items:center;padding:0 1.25rem;justify-content:space-between}.Header_Header__list__vDRkD{display:flex;flex-flow:row nowrap;list-style:none;column-gap:2.5rem;margin:0 auto;padding:2rem;justify-content:center}.Header_Header__list__vDRkD>li>a{color:#000;text-decoration:none;font-size:1.2rem;font-weight:400}.Header_Header__user__rAJDU{display:flex;flex-flow:row nowrap;align-items:center;column-gap:1rem}.Header_Header__user__rAJDU>a{color:#000;text-decoration:none;font-size:1.2rem;font-weight:400;display:flex;align-items:center;cursor:pointer}.Header_Header__src___YOnf{display:grid;grid-template-columns:50px auto;width:50%}.Header_Header__input__MOLqx{border-radius:0 20px 20px 0;outline:none;border:none;font-size:15px;color:#fff;box-shadow:5px 5px 10px 0 rgba(0,0,0,.2);padding-block:0;padding-inline:0}.Header_Header__bx_search__YAAd1,.Header_Header__input__MOLqx{height:100%;width:100%;background:#0b2997;transition:all .5s ease}.Header_Header__bx_search__YAAd1{font-size:22px;border-radius:20px 0 0 20px;box-shadow:0 5px 10px rgba(0,0,0,.2);display:flex;justify-content:center;align-items:center;height:50px;min-width:50px;line-height:50px;text-align:center;font-size:25px}