@import"https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800&display=swap";nav{background-color:#fca311;display:flex;justify-content:space-between;padding:1.5% 3%}.cart-btn{border:none;cursor:pointer;transition-duration:.2s;display:grid;grid-template-columns:1fr 1fr;gap:10px}.cart-btn p{color:#fff;width:25px;height:25px;background-color:#14213d;text-align:center;border-radius:50%;font-size:1.1rem;font-weight:300}.cart-btn img{width:130%}.cart-btn:hover{transform:scale(1.2)}.links a{margin-left:15%;text-decoration:none;color:#14213d;font-size:1.2rem;font-weight:600;border:1px solid #fca311;padding:5px 10px}.links a:hover{color:#e5e5e5;border-bottom:1px solid #e5e5e5;border-top:1px solid #e5e5e5}.homepage{background-image:url(/buy_box/assets/bg-img-XKHyusfh.jpeg);background-repeat:no-repeat;background-size:cover;background-position:center;height:100vh;border:1px solid transparent;overflow:hidden}.homepage h2{text-transform:uppercase;margin:1%;font-size:2.5rem;font-weight:700;color:var(--color1);text-align:right;white-space:nowrap;overflow:hidden;transform:translate(100%)}.homepage #text1{animation:slide-left 20s linear infinite 0s}.homepage #text2{animation:slide-right 20s linear infinite 5s}.homepage #text3{animation:slide-left 20s linear infinite 10s}.homepage #text4{animation:slide-right 20s linear infinite 15s}.homepage #text5{animation:slide-left 20s linear infinite 20s}.homepage #text6{animation:slide-right 20s linear infinite 20s}.homepage #text7{animation:slide-left 20s linear infinite 20s}@keyframes slide-left{0%{transform:translate(40%)}to{transform:translate(-100%)}}@keyframes slide-right{0%{transform:translate(-100%)}to{transform:translate(100%)}}.about{margin:2% 10%}.about h1{margin-bottom:5%}.about p{margin-bottom:2%}.about a:hover{text-decoration:underline}.about-back-link{background-color:#fca311;color:#000;padding:.5%;border-radius:3px}footer{background-color:#e5e5e5;font-size:.8rem;padding:5px;text-align:center;position:fixed;bottom:0;width:100%}.shop-page{border:1px solid transparent}.shop-page select{border:none;margin:1% 10%;font-size:.9rem;border-radius:5px;padding:3px}.shop-page h1{margin:2% 10% 1%}.product-container{width:80%;margin:2% auto;display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));grid-gap:5rem}.loading,.error-message{text-align:center;margin-top:10%}.error-message img{width:10%}.quantity-controls div{display:inline-block;width:30px}.quantity-controls button{border:none;background-color:var(--color4);color:var(--color1)}@keyframes spinner{to{transform:rotate(360deg)}}.spinner:before{content:"";box-sizing:border-box;position:absolute;top:50%;left:50%;width:50px;height:50px;margin-top:-10px;margin-left:-10px;border-radius:50%;border:2px solid transparent;border-top-color:#07d;border-bottom-color:#07d;animation:spinner .8s ease infinite}.product-item{display:flex;flex-direction:column;justify-content:space-around;text-align:center;padding:15% 3% 3%;transition-duration:.3s;box-shadow:0 0 13px 10px #0000001a;background-color:#fff;border-radius:5px;position:relative}.product-item button{color:#000;background-color:#fca311;margin:5% 3%}.product-img{width:100%;height:200px;object-fit:contain}.product-title{height:20px;margin-bottom:50px;margin-top:10px;font-size:.8rem;font-weight:500}.add-to-cart{border:none;margin-top:15px;background-color:var(--color5);color:var(--color3);padding:4%;cursor:pointer;border-radius:3px}.add-to-cart:hover{opacity:80%}.quantity-controls{margin:10px 0}.quantity-controls div{display:inline-block;width:30px;text-align:center}.quantity-controls button{width:25px;height:25px;font-size:1.1rem;font-weight:799;border-radius:10px;border:none;background-color:var(--color4);color:var(--color2);cursor:pointer}.quantity-controls button:hover{opacity:60%}.added-message{position:absolute;top:0;right:0;background-color:#fca311;font-size:.8rem;color:#fff;padding:2%}.product-details-dialog{max-width:60%;width:100%;margin:0 auto;text-align:center}.product-details-dialog img{margin:10% 0 5%;width:50%}.product-title-modal{font-size:1.2rem;font-weight:400;margin-bottom:5%}.product-description{font-size:.8rem;margin-bottom:5%;font-weight:400;line-height:1.5}.product-price{margin-top:5%}.MuiPaper-root{min-width:50%;height:100%}.item-in-cart{display:grid;grid-template-columns:1fr 2fr;margin:50px auto auto;width:95%;text-align:right;border-bottom:1px solid #14213d;padding:0% 6%;box-shadow:inset 0 0 25px -7px #0000001a}.product-details{margin-top:10%}.product-details button{margin-top:5%;background-color:#d83f31;border:1px solid #d83f31;color:#fff;font-size:.7rem;padding:0}.product-details button:hover{background-color:#fff;color:#d83f31;border:1px solid #d83f31}.product-quantity{font-weight:300}.product-price{font-weight:500}.product-quantity span{font-weight:600}.item-in-cart-title{font-size:1rem;font-weight:600}.item-in-cart img{width:50%}.empty-cart{text-align:center;margin-top:20%}.empty-cart-icon{text-align:center;width:15%;margin-top:5%;margin-left:43%;transition-duration:.3s}.success-order{text-align:center;font-size:1.3rem;color:#000;padding:2%}.success-order img{width:5%}.dialog-title{display:flex;justify-content:space-between;align-items:center}.close-cart-icon{order:2}.total-price{text-align:right;margin:3%;font-size:1.3rem;font-weight:600}.warning-closing-cart{font-size:.8rem;color:#d83f31;margin:3%}:root{--color1: #ffffff;--color2: #000000;--color3: #e5e5e5;--color4: #fca311;--color5: #14213d}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body{height:100%;margin:0;background-color:#e5e5e5;font-family:Poppins,sans-serif;color:var(--color2)}a{text-decoration:none;outline:none}
