.storeProductList{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;margin-bottom:40px;display:grid}@media (max-width:1140px){.storeProductList{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.storeProductList{grid-template-columns:repeat(1,minmax(0,1fr))}}.storeProductList-empty{color:var(--color_black_60);text-align:center;background:#fff;border-radius:10px;margin-bottom:40px;padding:24px}
.storeProductItem{background:#fff;border-radius:10px;align-items:stretch;gap:16px;padding:16px;display:flex}.storeProductItem-image{flex:0 0 117px;min-width:117px;height:117px}.storeProductItem-image figure{border-radius:inherit;width:100%;height:100%;display:block}.storeProductItem-image img{border:1px solid var(--color_black_40);border-radius:13px;width:100%;height:100%;display:block}.storeProductItem-info{flex-direction:column;flex:1;justify-content:flex-start;align-items:flex-start;display:flex}.storeProductItem-name{color:var(--color_black_main);line-clamp:2;-webkit-line-clamp:2;-webkit-hyphens:auto;hyphens:auto;text-overflow:ellipsis;-webkit-box-orient:vertical;height:45px;margin-bottom:4px;font-size:16px;font-weight:500;line-height:1.4;display:-webkit-box;overflow:hidden}@media (min-width:330px) and (max-width:389px){.storeProductItem-name{height:auto;font-size:12px}}.storeProductItem-price{cursor:pointer;align-items:center;gap:4px;margin-bottom:12px;font-size:16px;font-weight:500;line-height:1.2;display:flex}.storeProductItem-price img,.storeProductItem-price svg{object-fit:contain;flex:0 0 18px;min-width:18px;height:18px;display:block}.storeProductItem .button{width:100%;margin-top:auto;padding-left:8px;padding-right:8px}
.storeOrderCreate{flex-direction:column;align-items:stretch;gap:24px;display:flex}.storeOrderCreate-modal .modal__content{max-width:500px}.storeOrderCreate-product{align-items:stretch;gap:16px;padding-right:40px;display:flex}.storeOrderCreate-product__image{flex:0 0 80px;min-width:80px;height:80px}.storeOrderCreate-product__image figure{border-radius:inherit;width:100%;height:100%;display:block}.storeOrderCreate-product__image img{border:1px solid var(--color_black_40);border-radius:13px;width:100%;height:100%;display:block}.storeOrderCreate-product__text{word-wrap:break-word}.storeOrderCreate-product__info{flex-direction:column;flex:1;justify-content:space-between;align-items:flex-start;display:flex}.storeOrderCreate-product__name{margin-bottom:16px;font-size:16px;font-weight:500;line-height:1.4}.storeOrderCreate-product__price{cursor:pointer;align-items:center;gap:6px;font-size:16px;line-height:1.2;display:flex}.storeOrderCreate-product__price b{font-size:18px;font-weight:500}.storeOrderCreate-product__price img,.storeOrderCreate-product__price svg{object-fit:contain;flex:0 0 20px;min-width:20px;height:20px;display:block}.storeOrderCreate-balance{background:var(--color_black_20);border-radius:10px;justify-content:space-between;align-items:center;gap:16px;padding:16px;display:flex}.storeOrderCreate-balance span{font-size:14px;font-weight:500;line-height:1.4}.storeOrderCreate-balance b{cursor:pointer;align-items:center;gap:4px;font-size:16px;font-weight:500;line-height:1.2;display:flex}.storeOrderCreate-balance b img,.storeOrderCreate-balance b svg{flex:0 0 18px;min-width:18px;height:18px;display:block}.storeOrderCreate-form{flex-direction:column;gap:14px;display:flex}.storeOrderCreate-form__row{grid-template-columns:1fr 1fr;gap:14px;display:grid}.storeOrderCreate-form__row:last-child{grid-template-columns:1.4fr .65fr .65fr}.storeOrderCreate-form__field,.storeOrderCreate-form__field--full{width:100%}.storeOrderCreate-form__field--small{min-width:0}.storeOrderCreate-form__field input{border:1px solid var(--color_black_35);color:var(--color_black_main);background:#fff;border-radius:10px;width:100%;height:50px;padding:0 20px;font-size:16px;line-height:1.4}.storeOrderCreate-form__field input::placeholder{color:var(--color_black_60)}.storeOrderCreate-form__field input:focus{border-color:var(--color_red_main)}@media (max-width:640px){.storeOrderCreate-form__field input{padding:0 12px}}
