*,body{margin:0}body{background-color:#fff;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}.header{min-height:60px;display:flex;align-items:center;background-color:#131921;flex-wrap:wrap;position:fixed;top:0;z-index:100;width:100%}.header__logo{width:100px;object-fit:contain;margin:18px 20px 0}.header__search{display:flex;flex:1 1;align-items:center;border-radius:24px}.header__searchInput{height:12px;padding:10px;border:none;width:100%;border-radius:4px 0 0 4px}.header__searchIcon{padding:5px;height:22px!important;background:linear-gradient(#fccb70,#e29f48);border-radius:0 4px 4px 0}.header__searchIcon:hover{background:#f1ae56;cursor:pointer}.header__optionLineOne{font-size:10px}.header__optionLineTwo{font-size:13px;font-weight:800}.header__optionLineTwo:hover{cursor:pointer}.header__optionBasket{display:flex;align-items:center;color:#fff}.header__optionBasket:hover{cursor:pointer}.header__basketCount{margin-left:10px;margin-right:10px}.header__nav{display:flex;justify-content:space-evenly;border-radius:5px;transition-duration:.5s}.header__option{display:flex;flex-direction:column;margin-left:10px;margin-right:10px;color:#fff}a{text-decoration:none}@media only screen and (max-width:640px){.header__nav{width:100%;padding-top:3px;padding-bottom:10px}.header__search{margin:10px}.header__searchIcon{margin-right:15px}.header__logo{margin-top:20px}}.home{display:flex;justify-content:center;margin-left:auto;margin-right:auto;max-width:1500px;background-color:#eaeded;height:-webkit-max-content;height:-moz-max-content;height:max-content;padding-bottom:15px;margin-top:50px}.home__row{display:flex;z-index:1;margin:10px 15px}.home__image{width:100%;z-index:-1;margin-top:10px;margin-bottom:-250px;-webkit-mask-image:linear-gradient(180deg,#000,rgba(0,0,0,.75),transparent);mask-image:linear-gradient(180deg,#000,rgba(0,0,0,.75),transparent)}@media only screen and (max-width:640px){.home{width:100%;margin:0 auto;box-sizing:border-box}.home__row{width:100%;display:block;z-index:1;margin-left:auto}.home__image{margin-top:100px;width:100%;height:250px;z-index:-1;margin-bottom:-100px;-webkit-mask-image:linear-gradient(180deg,rgba(0,0,0,.95),rgba(0,0,0,.7),transparent,transparent);mask-image:linear-gradient(180deg,rgba(0,0,0,.95),rgba(0,0,0,.7),transparent,transparent);object-fit:cover}}.product{display:flex;flex-direction:column;align-items:center;justify-content:flex-end;margin:10px;padding:20px;width:100%;max-height:400px;min-height:100px;background-color:#fff;z-index:1;transition-duration:.2s}.product:hover{box-shadow:0 0 7px #c7c7c7}.product__rating{display:flex;margin-top:2px;color:#f0c14b;font-size:25px}.product>img{max-height:200px;width:100%;object-fit:contain;margin-bottom:30px;margin-top:20px;opacity:.9;transition-duration:.2s}.product>img:hover{opacity:1}.product>button{background:linear-gradient(#ffeb77,#f0c14b);border-radius:2px;margin-top:10px;border-color:#a88734 #9c7e31 #856a29;border-style:solid;border-width:1px;color:#111;height:24px}.product>button:hover{background:#f0c14b;cursor:pointer}.product__price{margin-top:5px}.product__info{height:100px;margin-bottom:13px;margin-left:10px}@media only screen and (max-width:640px){.product{margin-left:auto;margin-right:auto;width:85%}.product__info{height:auto}.product__title{font-size:95%}.product__info>img{width:120px;height:120px;margin-bottom:10px}}.checkout{display:flex;height:-webkit-max-content;height:-moz-max-content;height:max-content;padding:100px 20px 20px}.checkout__left{margin-right:10px}.checkout__left,.checkout__right{display:flex;flex-direction:column}.checkout__ad{width:100%;margin-bottom:10px}.checkout__title{margin-right:10px;padding-top:10px;padding-bottom:10px;border-bottom:1px solid #d3d3d3}@-webkit-keyframes wiggle{0%{transform:rotate(0deg)}19%{transform:rotate(0deg)}21%{transform:rotate(-5deg)}22%{transform:rotate(5deg)}23%{transform:rotate(-5deg)}24%{transform:rotate(5deg)}26%{transform:rotate(0deg)}to{transform:rotate(0deg)}}@keyframes wiggle{0%{transform:rotate(0deg)}19%{transform:rotate(0deg)}21%{transform:rotate(-5deg)}22%{transform:rotate(5deg)}23%{transform:rotate(-5deg)}24%{transform:rotate(5deg)}26%{transform:rotate(0deg)}to{transform:rotate(0deg)}}.empty{display:flex;margin-top:25px;margin-bottom:25px;max-height:200px}.empty>img{-webkit-animation:wiggle 8s infinite;animation:wiggle 8s infinite;object-fit:contain;width:40%}.empty__message{padding:20px;margin-left:25px}.checkout__login{background:linear-gradient(#ffeb77,#f0c14b);border-radius:3px;height:24px;margin-top:10px;margin-right:8px;border-color:#a88734 #9c7e31 #856a29;border-style:solid;border-width:1px}.checkout__login:hover{background:#f0c14b;cursor:pointer}.checkout__home{background:linear-gradient(#fff,#e0e0e0);border-radius:3px;height:24px;margin-top:10px;border:1px solid grey}.checkout__home:hover{background:#e0e0e0;cursor:pointer}@media only screen and (max-width:640px){.checkout{padding-top:130px;flex-wrap:wrap}.empty>img{width:70%;margin:0 auto;box-sizing:border-box}.empty__message{font-size:14px}.checkout__home,.checkout__login{width:100%;height:auto}}.subtotal{display:flex;flex-direction:column;justify-content:space-between;width:100%;height:120px;padding:20px;background-color:#f3f3f3;border:1px solid #ddd;border-radius:3px}.subtotal__gift{display:flex;align-items:center}.subtotal__gift>input{margin-right:5px}.subtotal>button{background:linear-gradient(#ffeb77,#f0c14b);border-radius:2px;width:100%;height:30px;margin-top:10px;border-color:#a88734 #9c7e31 #856a29;border-style:solid;border-width:1px;color:#111}.subtotal>button:hover{background:#f0c14b;cursor:pointer}@media only screen and (max-width:1250px){.subtotal>button{height:50px}}@media only screen and (max-width:640px){.subtotal>button{height:30px}}.checkoutProduct{display:flex;margin-top:25px;margin-bottom:25px}.checkoutProduct__info{padding-left:20px}.checkoutProduct__info>button{background:linear-gradient(#ffeb77,#f0c14b);border-radius:2px;margin-top:10px;border-color:#a88734 #9c7e31 #856a29;border-style:solid;border-width:1px;color:#111;height:24px}.checkoutProduct__info>button:hover{background:#f0c14b;cursor:pointer}.checkoutProduct__image{object-fit:contain;width:180px;height:180px}.checkoutProduct__rating{display:flex;margin-top:2px;color:#f0c14b;font-size:25px}.checkoutProduct__title{font-size:16px;font-weight:750}@media only screen and (max-width:640px){.checkoutProduct{width:100%;box-sizing:border-box}.checkoutProduct__title{font-size:90%}.checkoutProduct__image{width:120px;height:120px}.checkoutProduct__info>button{height:auto}}.login{background-color:#fff;height:100vh;display:flex;flex-direction:column;align-items:center}.login__logo{object-fit:contain;width:100px;margin:20px auto;transition-duration:.2s}.login__logo:hover{transform:scale(.95)}.login__container{width:300px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;display:flex;flex-direction:column;border-radius:5px;border:1px solid #d3d3d3;padding:30px}.login__container>h1{font-weight:500;margin-bottom:20px}.login__container>form>h5{margin-bottom:5px}.login__container>form>input{height:30px;margin-bottom:10px;background-color:#fff;border-radius:2px;border:1px solid grey;width:100%;outline-width:0;transition-duration:.4s}.login__container>form>input:focus{border:1px solid #f0c14b}.login__container>p{margin-top:15px;font-size:12px}.login__signInButton{background:linear-gradient(#ffeb77,#f0c14b);border-radius:2px;width:100%;height:30px;margin-top:10px;border-color:#a88734 #9c7e31 #856a29;border-style:solid;border-width:1px}.login__signInButton:hover{background:#f0c14b;cursor:pointer}.login__registerButton{background:linear-gradient(#fff,#e0e0e0);border-radius:2px;width:100%;height:30px;margin-top:10px;border:1px solid grey}.login__registerButton:hover{background:#e0e0e0;cursor:pointer}.line{margin:40px;width:80%;border:0;height:1px;background-image:linear-gradient(90deg,transparent,rgba(0,0,0,.25),transparent)}.orders{padding:20px 80px;margin-left:auto;margin-right:auto;margin-top:50px;max-width:1200px}.orders>h1{margin:30px 0}.no__user>p{margin-top:10px;margin-bottom:10px}.orders__login{background:linear-gradient(#ffeb77,#f0c14b);border-radius:3px;height:25px;margin-top:10px;margin-right:10px;border-color:#a88734 #9c7e31 #856a29;border-style:solid;border-width:1px}.orders__login:hover{background:#f0c14b;cursor:pointer}@media only screen and (max-width:640px){.orders{padding:20px;margin-top:80px}}.order{padding:20px 30px 25px;margin:20px 0;border:1px solid #d3d3d3;border-radius:5px;background-color:#fff;position:relative}.order__id{position:absolute;top:40px;right:20px;padding-right:10px}.order__detail{border-bottom:1px solid #d3d3d3}.order__detail>p{padding-bottom:15px}.order__total{padding-top:10px;font-weight:500;text-align:right}@media only screen and (max-width:740px){.order__id{font-size:0}}.payment__container>h1{margin-top:50px;text-align:center;padding:10px;font-weight:400;background-color:#eaeded;border-bottom:1px solid #d3d3d3}.payment__container>h1 a{text-decoration:none}.payment__section{display:flex;padding:20px;margin:0 20px;border-bottom:1px solid #d3d3d3}.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:linear-gradient(#ffeb77,#f0c14b);border-radius:2px;width:100%;height:30px;margin-top:10px;border-color:#a88734 #9c7e31 #856a29;border-style:solid;border-width:1px;color:#111}.payment__details>form>div>button:hover{background:#f0c14b;cursor:pointer}.payment__demo{padding:2px 0;font-size:.8rem;color:#6c6c6c;display:flex;flex-wrap:wrap;justify-content:space-between}.payment__demo>p{padding:2px 10px 0 0}@media only screen and (max-width:640px){.payment__address,.payment__details,.payment__items{padding-left:10px}.payment__container{margin-top:105px}}.prime{display:flex;justify-content:center;max-width:1500px;background-color:#eaeded;height:-webkit-max-content;height:-moz-max-content;height:max-content;padding-bottom:20px;margin:50px auto 20px}.prime__banner{width:100%;margin-bottom:20px}.prime__row{display:flex;z-index:1;margin-left:10px;margin-right:10px}.prime__ad{margin:0 15px;align-items:center}.prime__ad>img{width:100%;margin-top:10px}@media only screen and (max-width:640px){.prime{width:100%;margin:0 auto;box-sizing:border-box}.prime__row{width:100%;margin-top:10px;margin-left:auto;display:block;z-index:1}.prime__banner{margin-top:118px;width:100%;height:100px;z-index:-1;object-fit:cover;margin-bottom:0}}.info{display:flex;flex-direction:column;align-items:center;justify-content:flex-end;margin:5px;padding:20px;width:100%;max-height:400px;background-color:#fff;z-index:1;transition-duration:.2s}.info:hover{box-shadow:0 0 7px #c7c7c7}.info>h2{font-size:20px}.info>img{max-height:250px;width:100%;object-fit:contain;margin-bottom:30px;margin-top:20px;opacity:.9;transition-duration:.2s}.info>img:hover{opacity:1}.info__description{height:100px;margin-bottom:13px;margin-left:10px}@media only screen and (max-width:640px){.info{margin-left:auto;margin-right:auto;width:85%}.info__description{height:auto}.img__info>img{width:120px;height:120px;margin-bottom:10px}}.receipt{padding:20px 80px;margin-left:auto;margin-right:auto;max-width:1200px}.receipt>h1{margin:30px 0}.receipt__orders{background:linear-gradient(#ffeb77,#f0c14b);border-radius:3px;height:25px;margin-top:10px;margin-right:10px;border-color:#a88734 #9c7e31 #856a29;border-style:solid;border-width:1px}.receipt__orders:hover{background:#f0c14b;cursor:pointer}.receipt__info{padding:20px 30px 25px;margin:20px 0;border:1px solid #d3d3d3;border-radius:5px;background-color:#fff;position:relative}.receipt__detail{border-bottom:1px solid #d3d3d3}.receipt__total{padding-top:10px;font-weight:500;text-align:right}@media only screen and (max-width:640px){.receipt{padding:20px;margin-top:80px}}
/*# sourceMappingURL=main.1ade834d.chunk.css.map */