.admin-container{height:100svh;margin:0 auto;padding:0 1em;overflow:auto}.nav-bar{color:var(--clr-dark);background-color:#ededed;flex-direction:column;justify-content:flex-end;gap:.5em;margin:0 auto 1em;padding:1em;display:flex}@media (min-width:800px){.nav-bar{flex-direction:row;gap:1em}}.admin-btn{color:#fff;font-family:inherit;font-size:inherit;line-height:inherit;cursor:pointer;background-color:#000;border-radius:.25em;padding:.25em;text-decoration:none}.menu-title{margin-top:1rem;font-size:1.5rem;font-weight:700}.menu-btn-wrapper{width:100%;margin-top:1em;display:block}.menu-btn{text-align:center;color:var(--clr-white);background-color:var(--clr-black);border:1px solid var(--clr-black);cursor:pointer;border-radius:.7em;padding:.5em;font-family:inherit;text-decoration:none;display:block}.menu-btn:hover{color:var(--clr-black);background-color:var(--clr-white)}.db-section{width:100%;margin-bottom:1em;overflow-x:scroll;overflow-y:hidden}.db-section__title{font-size:1.5rem;font-weight:700}.db-section__table{width:max-content;margin-top:1em;font-size:1rem}.db-section table,.db-section th,.db-section td{border:1px solid #000}.db-section__table_cell{width:-moz-fit-content;width:fit-content;max-width:20em;padding:.2em}.db-section__table_btn{background-color:var(--clr-black);color:var(--clr-white);cursor:pointer;border-radius:.5em;font-weight:700}.db-section__table_btn:hover{color:var(--clr-black);background-color:var(--clr-white)}.spinnerFrame{flex-direction:column;justify-content:center;align-items:center;gap:2em;width:100%;height:100%;display:flex}.spinner{border:5px solid #0000001a;border-left-color:#09f;border-radius:50%;width:50px;height:50px;animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.cart-links-title{font-size:1.5rem;font-weight:700}.cart-links-empty-msg{font-size:1rem;font-style:italic;font-weight:400}.cart-links-wrapper{flex-wrap:wrap;gap:.5em;width:100%;margin-top:1em;display:flex}.cart-link-btn{aspect-ratio:1;border:1px solid var(--clr-background);cursor:pointer;background-position:50%;background-size:cover;border-radius:1em;width:calc(33.3333% - .666667em - 2px);font-family:inherit}@media (min-width:400px){.cart-link-btn{width:calc(25% - .75em - 8px)}}@media (min-width:576px){.cart-link-btn{width:calc(50% - .25em - 4px)}}@media (min-width:768px){.cart-link-btn{width:calc(33.3333% - .333333em - 4px)}}@media (min-width:992px){.cart-link-btn{width:calc(25% - .375em - 4px)}}.cart-link-btn:hover{border:1px solid var(--clr-black)}.cart-total-amount-wrapper{justify-content:center;width:100%;margin-top:1em;display:flex}.cart-total-amount{font-size:.75rem}.cart-checkout-btn-wrapper,.cart-goto-btn-wrapper{justify-content:center;width:100%;margin-top:1em;display:flex}.cart-checkout-btn,.cart-goto-btn{color:var(--clr-white);background-color:var(--clr-black);border:1px solid var(--clr-grey);cursor:pointer;border-radius:.7em;justify-content:center;align-items:center;gap:.5em;margin-inline:auto;padding:.5em 1em;font-family:inherit;display:flex}.cart-checkout-btn:hover,.cart-goto-btn:hover{background-color:var(--clr-grey);border:1px solid var(--clr-black)}.cart-checkout-btn img,.cart-goto-btn img{height:1.5em}.cart-wrapper{flex-direction:column;gap:1em;display:flex}.cart-title{font-size:1.75rem;font-weight:700}.cart-items-wrapper{flex-direction:column;gap:1em;display:flex}.cart-item{background-color:var(--clr-white);border-radius:1.5em;flex-direction:column;gap:1em;padding:1em;display:flex}.cart-item__img{border-radius:1em;width:100%}@media (min-width:300px){.cart-item{flex-direction:row}.cart-item__img-wrapper{flex:1}.cart-item__summary-wrapper{flex:3}}.cart-item__summary{flex-direction:column;gap:1em;display:flex}.cart-item__element-wrapper{flex-direction:row;align-items:baseline;gap:1em;display:flex}.cart-item__price-qty{flex-direction:row;justify-content:space-between;display:flex}.cart-element__qty-mod_wrapper{flex-direction:row;align-items:center;gap:.5em;display:flex}.cart-item__product-name{font-size:1.5rem;font-weight:700}.cart-item__support-txt{font-size:.75rem}.cart-element__qty-mod_deduct-btn,.cart-element__qty-mod_add-btn{background-color:var(--clr-white);font-family:inherit;font-size:inherit;cursor:pointer;border:none}.cart-element__qty-mod_deduct-btn:hover,.cart-element__qty-mod_add-btn:hover{color:var(--clr-green);font-weight:700}.product-list{flex-wrap:wrap;gap:1em;width:auto;margin:0 auto;display:flex}.product-item{border:1px solid var(--clr-white);cursor:pointer;border-radius:1.5em;width:100%;padding:1em}@media (min-width:400px){.product-item{width:calc(50% - .5em)}}@media (min-width:768px){.product-item{width:calc(33.3333% - .666667em)}}@media (min-width:992px){.product-item{width:calc(25% - .75em)}}.product-item:hover{background-color:var(--clr-white)}.product-item__img{border-radius:1em;width:100%}.product-item__content_desc{margin-top:1em}.product-item__content_part-number{color:var(--clr-grey);margin-top:.5em;font-size:.8rem}.product-item__content_price-block{justify-content:space-between;align-items:baseline;display:flex}.product-item__content_price-btn{color:var(--clr-white);background-color:var(--clr-black);border:1px solid var(--clr-grey);cursor:pointer;border-radius:.7em;padding:.5em;font-family:inherit}.product-item__content_price-btn:hover{background-color:var(--clr-grey);border:1px solid var(--clr-black)}.goto-products-btn{cursor:pointer;border:none;width:max-content;font-family:inherit}.goto-products-btn:hover{font-weight:700;text-decoration:underline}.product-card,.product-card__top-wrapper{flex-direction:column;gap:1em;display:flex}.product-card__img{border-radius:1em;width:100%}.product-card__summary-wrapper{flex-direction:column;justify-content:space-between;gap:1em;display:flex}@media (min-width:300px){.product-card__top-wrapper{flex-direction:row}.product-card__img-wrapper{flex:1}.product-card__summary-wrapper{flex:2}}.product-card__product-name{font-size:1.75rem;font-weight:700}.product-card__support-txt{margin:.5em 0 .3em;font-size:.75rem}.product-card__add-to-cart-btn{color:var(--clr-white);background-color:var(--clr-black);border:1px solid var(--clr-grey);cursor:pointer;border-radius:.7em;justify-content:center;align-items:center;gap:.5em;margin-inline:auto;padding:.5em 1em;font-family:inherit;display:flex}.product-card__add-to-cart-btn img{height:1.5em}.product-card__add-to-cart-btn:hover{background-color:var(--clr-grey);border:1px solid var(--clr-black)}.product-card__bottom-wrapper{border-top:2px solid var(--clr-grey);padding-top:1em}.product-card__description{margin-bottom:.5em;font-size:1.25rem}.checkout-wrapper{flex-direction:column;gap:1em;display:flex}.goto-cart-btn{cursor:pointer;border:none;width:max-content;font-family:inherit}.goto-cart-btn:hover{font-weight:700;text-decoration:underline}.address-wrapper,.payment-method-wrapper{background-color:var(--clr-white);border-radius:1.5em;padding:1em}.address-wrapper p,.payment-method-wrapper p{margin-top:.75em}.address-title,.payment-method-title,.checkout-cart-title{font-size:1.5rem;font-weight:700}.checkout-cart-wrapper{background-color:var(--clr-white);border-radius:1.5em;padding:1em}.checkout-cart-items{flex-direction:column;gap:.5em;margin-top:.5em;display:flex}.checkout-cart-item{border-bottom:1px solid var(--clr-dark);flex-direction:column;gap:1em;padding-bottom:.5em;display:flex}.checkout-cart-item:last-child{border-bottom:none;padding-bottom:0}@media (min-width:300px){.checkout-cart-item{flex-direction:row}}.update-btn-wrapper{border-top:1px solid var(--clr-dark);justify-content:end;width:100%;margin-top:.5em;padding-top:.5em;display:flex}.update-btn{color:var(--clr-black);background-color:var(--clr-white);border:1px solid var(--clr-black);cursor:pointer;border-radius:.7em;padding:.5em 2em;font-family:inherit}.order-list-title{margin-top:1em;font-size:1.5rem;font-weight:700}.orders-list{flex-wrap:wrap;gap:1em;margin-top:1em;display:flex}.order-number-btn{cursor:pointer;border:none;font-family:inherit}.order-number-btn:hover{font-weight:700;text-decoration:underline}.order-summary{background-color:var(--clr-white);border-radius:1.5em;padding:1em}.order-summary-title{font-size:1.15rem;font-weight:700}.flex-between{justify-content:space-between;margin-top:1em;display:flex}.bold{font-weight:700}.place-order-btn-wrapper{border-top:1px solid var(--clr-dark);justify-content:center;width:100%;margin-top:.5em;padding-top:.5em;display:flex}.place-order-btn{color:var(--clr-white);background-color:var(--clr-black);border:1px solid var(--clr-grey);cursor:pointer;border-radius:.7em;padding:.5em 1em;font-family:inherit}.place-order-btn:hover{color:var(--clr-black);background-color:var(--clr-white)}.order-wrapper{flex-direction:column;gap:1em;display:flex}.order-number{font-size:1.75rem;font-weight:700}.order-cart-item-wrapper{background-color:var(--clr-white);border-radius:1.5em;padding:1em}.order-cart-item{flex-direction:column;gap:1em;display:flex}@media (min-width:300px){.order-cart-item{flex-direction:row}}.body-fixed{overflow:hidden}.popup-container{opacity:0;visibility:hidden;background-color:#0006;justify-content:center;align-items:center;width:100%;height:100%;transition:all 1s;display:flex;position:fixed;top:0;left:0}.popup-container-open{opacity:1;visibility:visible}.popup-content{background-color:var(--clr-white);border-radius:1.5em;width:100%;max-width:600px;max-height:100%;margin-inline:1em;padding:1em;position:relative;overflow-y:auto}.popup-payment-method,.popup-address,.popup-welcome-wrapper{flex-direction:column;gap:1em;display:flex}@media (min-width:400px){.popup-content{margin-inline:2em;padding:2em}}.popup-item-wrapper{flex-direction:column;gap:.5em;display:flex}.popup-item-wrapper label{border:none;padding-left:1em}.popup-item-wrapper input{border:1px solid var(--clr-grey);border-radius:.5em;padding:.5em 1em;font-size:1.25rem}.update-btn{color:var(--clr-white);background-color:var(--clr-black);border:1px solid var(--clr-grey);cursor:pointer;border-radius:.5em;justify-content:center;padding:.5em 1em;font-family:inherit;font-size:1.25rem;text-decoration:none;display:flex}.update-btn:hover{color:var(--clr-black);background-color:var(--clr-white)}:root{--clr-black:#000;--clr-dark:#1a1f16;--clr-grey:#60695c;--clr-background:#ededed;--clr-white:#fff;--clr-green:#12805d}html{color:#1a1f16;font-family:Open Sans,sans-serif;font-size:.75em}@media (min-width:400px){html{font-size:1em}}.master-container{color:var(--clr-dark);background-color:#ededed;flex-direction:column-reverse;max-width:1400px;height:100svh;margin:0 auto;padding:1em 0;display:flex}.container-left{padding:0 1em;overflow:auto}.container-right{padding:0 1em 1em}@media (min-width:576px){.master-container{flex-direction:row}.container-left{border-right:3px solid var(--clr-dark);flex:3;max-width:75%}.container-right{border:none;flex:1}}
/*# sourceMappingURL=index.5409df89.css.map */
