*,body{margin:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#eaeded;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.header{align-items:center;background-color:#131921;display:flex;height:60px;position:-webkit-sticky;position:sticky;top:0;z-index:100}.header__logo{margin:18px 20px 0;object-fit:contain;width:100px}.header__search{align-items:center;border-radius:24px;display:flex;flex:1 1}.header__searchInput{height:12px;padding:10px;width:100%}.header__searchInput:focus{border:2px solid #e99d3b;box-shadow:0 0 6px #e99d3b;outline:none}.header__searchIcon{background-color:#e99d3b;border:2px solid #e99d3b;cursor:pointer;height:22px!important;padding:5px}.header__searchIcon:hover{background-color:#e88b11}.header__optionLineOne{font-size:12px;font-weight:400}.header__optionLineTwo{font-size:14px;font-weight:800}.header__optionCart{align-items:center;color:#fff;display:flex;height:40px}.header__optionCart:hover{color:#f39923}.header__cartCount{margin-left:10px;margin-right:10px}.header__nav{display:flex;justify-content:space-evenly}.header__option{color:#fff;margin-left:10px;margin-right:10px}.header__option,.product{display:flex;flex-direction:column}.product{align-items:center;background-color:#fff;justify-content:flex-end;margin:10px;max-height:400px;min-width:100px;padding:20px;transition-duration:.4s;width:100%;z-index:1}.product:hover{border:3px solid #fcb900;box-shadow:0 12px 16px 0 rgba(0,0,0,.24),0 17px 50px 0 rgba(248,220,8,.19)}.product__rating{display:flex}.product__title{font-size:17px;font-weight:500}.product img{margin-bottom:15px;max-height:200px;object-fit:contain;width:100%}.product button{background:#ffd814;border:2px solid #fcd200;border-radius:25px;box-shadow:0 2px 5px 0 hsla(180,5%,84%,.5);color:#111;cursor:pointer;height:35px;margin-top:10px;transition-duration:.4s;width:100px}.product button:hover{background:#fcd200;box-shadow:0 12px 16px 0 rgba(0,0,0,.24),0 17px 50px 0 rgba(0,0,0,.19)}.product__price{margin-top:5px}.product__info{height:100px;margin-bottom:15px;width:100%}.home{display:flex;justify-content:center;margin-left:auto;margin-right:auto;max-width:1500px}.home__row{display:flex;margin-left:5px;margin-right:5px;z-index:1}.home__image{margin-bottom:-150px;-webkit-mask-image:linear-gradient(180deg,#000,transparent);mask-image:linear-gradient(180deg,#000,transparent);width:100%;z-index:-1}.checkout{background-color:#fff;display:flex;height:-webkit-max-content;height:max-content;padding:20px}.checkout__ad{margin-bottom:10px;width:100%}.checkout__title{border-bottom:1px solid #d3d3d3;margin-right:10px;padding:10px}.subtotal{background-color:#f3f3f3;border:1px solid #ddd;border-radius:3px;display:flex;flex-direction:column;height:100px;justify-content:space-between;padding:20px;transition-duration:.4s;width:300px}.subtotal:hover{box-shadow:0 12px 16px 0 rgba(0,0,0,.24),0 17px 50px 0 rgba(0,0,0,.19)}.subtotal__gift{align-items:center;display:flex}.subtotal__gift input{margin-right:5px}.subtotal button{background:#f7d00b;border:1px solid #fcd200;border-radius:8px;color:#111;cursor:pointer;height:35px;margin-top:10px;transition-duration:.4s;width:100%}.subtotal button:hover{background-color:#ffd500;box-shadow:0 12px 16px 0 rgba(0,0,0,.24),0 17px 50px 0 rgba(0,0,0,.19)}.checkoutProduct{display:flex;margin-bottom:20px;margin-top:20px}.checkoutProduct__info{padding-left:30px}.checkoutProduct__info button{background:#ffd70f;border:2px solid #ffd505;border-radius:25px;box-shadow:0 2px 5px 0 hsla(180,5%,84%,.5);color:#111;cursor:pointer;height:35px;margin-top:30px;transition-duration:.4s;width:100px}.checkoutProduct__info button:hover{box-shadow:0 12px 16px 0 rgba(0,0,0,.24),0 17px 50px 0 rgba(0,0,0,.19)}.checkoutProduct__image{height:180px;margin-left:5px;object-fit:contain;width:180px}.checkoutProduct__rating{display:flex}.checkoutProduct__title{font-size:17px;font-weight:500}.checkoutProduct__container{border:1px solid #d3d3d3;margin-top:20px;transition-duration:.4s}.checkoutProduct__container:hover{box-shadow:0 12px 16px 0 rgba(0,0,0,.24),0 17px 50px 0 rgba(0,0,0,.19)}.login{align-items:center;background-color:#fff;display:flex;flex-direction:column;height:100vh}.login__logo{margin:20px auto;object-fit:contain;width:100px}.login__container{border:1px solid #d3d3d3;border-radius:5px;display:flex;flex-direction:column;height:fit-context;padding:20px;transition-duration:.4s;width:300px}.login__container:hover{box-shadow:0 12px 16px 0 rgba(0,0,0,.24),0 17px 50px 0 rgba(0,0,0,.19)}.login__container h1{font-weight:500;margin-bottom:20px}.login__container form h5{margin-bottom:5px}.login__container form input{background-color:#fff;border:1px solid;border-bottom:1px solid #949494;border-radius:3px;height:30px;margin-bottom:10px;width:98%}.login__container form input:focus{border:2px solid #edbe48;box-shadow:0 0 10px #edbe48;outline:none}.login__newToAmazon,.login__termsMessage{font-size:12px;margin-top:15px}.login__newToAmazon{color:#787070;text-align:center}.login__signInButton{background:#f4cc68;border-color:#a88734 #9c7e31 #846a29;border-radius:3px;border-style:solid;border-width:1px;height:35px;margin-top:10px;width:100%}.login__signInButton:hover{background:#edbe48}.login__registerButton{border:1px solid #a9a9a9;border-radius:3px;height:35px;margin-top:10px;width:100%}.login__registerButton:hover{background:#d3d3d3}.payment{background-color:#fff}.payment__container h1{background-color:#eaeded;font-weight:400;padding:10px;text-align:center}.payment__container h1 a{text-decoration:none}.payment__section{border-bottom:1px solid #d3d3d3;display:flex;margin:0 20px;padding:20px}.payment__title{flex:0.2 1}.payment__address,.payment__details,.payment__items{flex:0.8 1}.payment__details form{max-width:400px}.payment__details h3{padding-bottom:20px}.payment__details form div button{background:#ffd814;border:2px solid #fcd200;border-radius:8px;color:#111;cursor:pointer;font-weight:bolder;height:35px;margin-top:20px;transition-duration:.4s;width:75%}.payment__details form div button:hover{background:#fc0;box-shadow:0 12px 16px 0 rgba(0,0,0,.24),0 17px 50px 0 rgba(0,0,0,.19)}.payment__priceContainer{margin-top:20px}.payment__container h1 a{color:#111}.orders{padding:20px 80px}.orders h1{margin:30px 0}.order{background-color:#fff;border:1px solid #d3d3d3;margin:20px 0;padding:40px;position:relative;transition-duration:.4s}.order:hover{border:3px solid #f7c100;box-shadow:0 12px 16px 0 rgba(0,0,0,.24),0 17px 50px 0 rgba(0,0,0,.19)}.order h2{margin-bottom:15px}.order__id{position:absolute;right:20px;top:50px}.order__total{font-weight:500;text-align:right}
/*# sourceMappingURL=main.58bdfb9b.css.map*/