.order-search-container{align-items:center;background-color:var(--store-color-base-200);display:flex;justify-content:center;margin-top:10px;padding:10px}.order-search-header{display:flex;flex-direction:column;width:30%}.order-search-header h1{font-size:1.8rem;font-weight:600}.order-search-header h5{color:oklch(from var(--store-color-base-content) l c h/.8);font-size:1rem;font-weight:300}.order-search-form{display:flex;flex-direction:column;gap:10px;padding:30px;width:60%}.order-search-button{background-color:var(--store-color-primary);border:none;border-radius:10px;color:var(--store-color-primary-content);cursor:pointer;font-size:15px;font-weight:500;height:50px;margin:20px 0 10px;width:100%}.order-search-button:hover{background-color:oklch(from var(--store-color-primary) l c h/.8)}.input-container{display:flex;flex-direction:column;margin:8px 0;position:relative;width:100%}.input-container .label{color:var(--store-color-base-content);display:block;font-size:.875rem;font-weight:500;line-height:1.5rem}.input-container .input-wrapper{align-items:center;display:flex;position:relative}.input-container .input-wrapper .input{background-color:var(--store-color-base-100);border:none;border-radius:8px;color:var(--store-color-base-content);font-size:1rem;line-height:1.5rem;min-width:0;outline:1px solid var(--store-color-base-300);padding:10px 12px;width:100%}.input-container .input-wrapper .input:focus-within{outline:2px solid var(--store-color-secondary);outline-offset:-2px}.input-container .input-wrapper .input::-moz-placeholder{color:#9ca3af}.input-container .input-wrapper .input::placeholder{color:#9ca3af}.input-container .input-wrapper .input-icon{align-items:center;color:#9ca3af;display:flex;height:100%;justify-content:center;position:absolute;right:1rem}.input-container .input-wrapper .input-icon .icon{height:1.5rem;width:1.5rem}.input-container .input-wrapper:focus-within .input-icon{color:var(--store-color-secondary)}.view-orders-container{padding:0 40px}.view-orders-container .view-orders-header{padding:6px 30px}.view-orders-container .view-orders-header__title{font-size:1.8rem;font-weight:700;margin-bottom:10px}.products-ordered-information{padding:30px}.products-ordered-information__header{align-items:center;display:flex;justify-content:space-between;margin-bottom:10px}.products-ordered-information__header--title{font-size:1.4rem;font-weight:500;margin-bottom:10px}.products-ordered-information__header--quantity{background-color:var(--store-color-secondary);border-radius:50%;box-shadow:0 2px 4px rgba(0,0,0,.1);color:var(--store-color-secondary-content);display:inline-block;font-size:14px;font-weight:700;height:30px;line-height:30px;text-align:center;width:30px}.products-ordered-information__header--price{align-items:center;border-bottom:1px dashed var(--store-color-secondary);display:flex;gap:10px}.products-ordered-information__header--price p{font-size:.8rem;font-style:italic}.products-ordered-information__header--price span{font-size:1.2rem;font-weight:700}.products-ordered-items{width:100%}.products-ordered-items-list{display:grid;gap:20px;grid-template-columns:repeat(2,1fr);list-style:none;margin:0;padding:0}.products-ordered-items-list .product-ordered-item{align-items:center;background-color:var(--store-color-base-200);border:1px solid var(--store-color-base-300);border-radius:8px;display:flex;padding:10px 20px}.products-ordered-items-list .product-ordered-item-image{border-radius:5px;height:100px;margin-right:20px;-o-object-fit:cover;object-fit:cover;width:100px}.products-ordered-items-list .product-ordered-item-details{flex:1}.products-ordered-items-list .product-ordered-item-details__header{align-items:center;display:flex;justify-content:space-between}.products-ordered-items-list .product-ordered-item-details__header--name{color:var(--store-color-base-content);margin:0 0 5px}.products-ordered-items-list .product-ordered-item-details__header--price{color:var(--store-color-base-content);font-size:1rem;font-weight:700;margin:0}.products-ordered-items-list .product-ordered-item-details__quantity{align-items:center;background-color:var(--store-color-base-100);border:1px solid var(--store-color-base-300);border-radius:25px;display:inline-flex;font-family:Arial,sans-serif;gap:10px;padding:6px 10px}.products-ordered-items-list .product-ordered-item-details__quantity .quantity-title{color:#333;font-size:14px;font-weight:700}.products-ordered-items-list .product-ordered-item-details__quantity .quantity-value{background-color:var(--store-color-secondary);border-radius:50%;box-shadow:0 2px 4px rgba(0,0,0,.1);color:var(--store-color-secondary-content);display:inline-block;font-size:14px;font-weight:700;height:25px;line-height:25px;text-align:center;width:25px}.products-ordered-items-list .product-ordered-item-details__extras{display:flex;flex-direction:column;width:100%}.products-ordered-items-list .product-ordered-item-details__extras .extra{display:flex;font-size:.8rem;justify-content:flex-start;margin-left:10px}.products-ordered-items-list .product-ordered-item-details__options{display:flex;flex-direction:column;width:100%}.products-ordered-items-list .product-ordered-item-details__options .option{display:flex;font-size:.8rem;justify-content:flex-start;margin:0 10px;text-transform:lowercase}.product-ordered-item__option-and-extra{display:flex;flex-wrap:wrap;margin-top:10px;width:100%}.charge-ordered{display:grid;gap:20px;grid-template-columns:repeat(3,1fr);padding:10px 30px}.charge-ordered-container{align-items:end;background-color:var(--store-color-base-100);border:1px solid var(--store-color-base-300);border-radius:8px;display:flex;justify-content:space-between;padding:10px}.charge-ordered-container .charge-ordered-price{font-size:1rem;font-weight:700}.charge-ordered-container .charge-ordered-info{display:flex;flex-direction:column;gap:5px}.charge-ordered-container .charge-ordered-info__class{border-radius:25px;color:#f2f2f2;font-size:.7rem;font-weight:700;height:-moz-fit-content;height:fit-content;padding:2px 4px;text-align:center;width:80px}.charge-ordered-container .charge-ordered-info__class.charge-ordered-discount{background-color:oklch(from var(--store-color-info) l c h/.6);border:1px solid var(--store-color-info)}.charge-ordered-container .charge-ordered-info__class.charge-ordered-surcharge{background-color:oklch(from var(--store-color-error) l c h/.6);border:1px solid var(--store-color-error)}.charge-ordered-container .charge-ordered-info__name{font-size:1rem}.orders-info-container{align-items:center;display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-bottom:15px}.orders-info-container .orders-info-item{display:flex;flex-direction:column;width:340px}.orders-info-container .orders-info-item__title{font-size:.8rem;font-style:italic;margin-left:5px}.orders-info-container .orders-info-item__description{background-color:var(--store-color-base-200);border:1px solid var(--store-color-base-300);border-radius:25px;padding:6px 12px}@media (max-width:1024px){.products-ordered-information{padding:20px 0}.products-ordered-items-list{grid-template-columns:1fr}.charge-ordered{grid-template-columns:repeat(2,1fr);padding:10px 0}}@media(max-width:820px){.charge-ordered{grid-template-columns:1fr}.products-ordered-information__header{align-items:flex-start;flex-direction:column;justify-content:flex-start}.order-search-container{flex-direction:column;padding:30px 25px 0}.order-search-container .order-search-header{padding:0 30px;width:100%}.order-search-container .order-search-form{width:100%}}@media(max-width:620px){.products-ordered-items-list .product-ordered-item-details__header{align-items:stretch;flex-direction:column}.products-ordered-items-list .product-ordered-item-image{height:60px;width:60px}}
/*# sourceMappingURL=view-orders.css.map */
