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;margin:0}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{border:none;height:12px;padding:10px;width:100%}.header__searchIcon{background-color:#cd9042;height:22px;padding:5px}.header__options{align-items:center}.header__nav,.header__options{display:flex;justify-content:space-evenly}.header__nav{flex:1 1}.header__option{color:#fff;display:flex;flex-direction:column;margin:0 10px}.header__optionLineOne{font-size:10px}.header__optionLineTwo{font-size:13px;font-weight:800}.header__optionBasket{align-items:center;color:#fff;display:flex}.header__basketCount{margin:0 10px}.home{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-left:auto;margin-right:auto;max-width:1500px}.home__row{margin-left:5px;margin-right:5px;overflow:visible}.home__row,.product{display:flex;z-index:1}.product{align-items:center;background-color:#fff;border-radius:12px;box-shadow:0 4px 12px #0000001a;flex-direction:column;justify-content:flex-end;margin:15px;max-height:400px;min-width:250px;padding:20px;transition:transform .3s ease,box-shadow .3s ease;width:100%}.product:hover{background-color:#fffdf5;box-shadow:0 6px 16px #0003;transform:translateY(-4px)}.product__title{font-size:14px;font-weight:500;line-height:1.2;max-height:40px;overflow:hidden;text-align:center}.product>img{margin-bottom:15px;max-height:180px;object-fit:contain;width:auto}.product__price{margin-bottom:5px}.product>button{background-color:#f0c14b;border-color:#a88734 #9c7e31 #846a29;border-style:solid;border-width:1px;color:#111;font-weight:700;margin-top:10px}.product__info{margin-bottom:10px;text-align:center}.product__rating{display:flex;justify-content:center}.product__info{height:100px;margin-bottom:15px}.bannerSlider{height:600px;margin-bottom:-150px;overflow:hidden;position:relative;width:100%}.bannerSlider__image{height:100%;left:0;-webkit-mask-image:linear-gradient(180deg,#000,#0006);mask-image:linear-gradient(180deg,#000,#0006);object-fit:cover;opacity:0;position:absolute;top:0;transition:opacity 1s ease-in-out;width:100%;z-index:0;z-index:-1}.bannerSlider__image.active{opacity:1;z-index:-1}.checkout{align-items:center;background-color:#ededed;box-sizing:border-box;display:flex;justify-content:center;padding:20px;width:100%}.checkout__left{margin-left:20px;width:100%}.checkout__ad{margin-bottom:10px;max-height:100px;width:100%}.checkout__title{border-bottom:1px solid #d3d3d3;margin-right:10px;padding:10px}.checkout__right{margin-left:20px;width:100%}.subtotal{background-color:#f3f3f3;border:1px solid #ddd;border-radius:3px;display:flex;flex-direction:column;justify-content:space-between;max-width:400px;padding:20px;width:100%}.subtotal__gift{align-items:center;display:flex}.subtotal__gift input{margin-right:5px}.subtotal>button{background-color:#f0c14b;border-color:#a88734 #9c7e31 #846a29;border-radius:2px;border-style:solid;border-width:1px;color:#111;height:30px;margin-top:10px;padding:5px 10px;width:100%}.checkoutProduct{display:flex;margin:0 20px}.checkoutProduct__info{padding-left:20px}.checkoutProduct__info>button{background-color:#f0c14b;border:2px solid #a88734;cursor:pointer;padding:5px 10px}.checkoutProduct__image{object-fit:contain;width:180px}.checkoutProduct__rating{display:flex}.checkoutProduct__title{font-size:17px;font-weight:800}.body{background-color:#fff}.payment__container>h1{background-color:#eaeded;border-bottom:1px solid #d3d3d3;font-weight:400px;padding:10px;text-align:center;width:100%}.payment__container>h1 a{color:#000;text-decoration:none}.payment__section{align-items:center;border-bottom:1px solid #d3d3d3;display:flex;justify-content:center;margin:0 20px;padding:20px}.payment__title{flex:0.2 1;font-size:16px;font-weight:400}.payment__address,.payment__details,.payment__items{flex:0.8 1;font-size:14px;font-weight:400}.payment__details{max-width:400px}.payment__details>h3{padding-bottom:20px}.payment__details>form>div>button{background:#f0c14b;border-color:#a88734 #9c7e31 #846a29;border-radius:2px;border-style:solid;border-width:1px;color:#000;cursor:pointer;height:30px;margin-top:10px;width:100%}.orders{align-items:center;display:flex;flex-direction:column;padding:20px}.orders>h1{font-size:2em;margin:30px 0}.order{background-color:#fff;border:1px solid #ccc;margin:20px 0;padding:40px;position:relative}.order__id{position:absolute;right:20px;top:40px}.order__total{color:#333;font-weight:700;text-align:right}.login{align-items:center;background-color:#f0f0f0;display:flex;flex-direction:column;height:100vh}.login__logo{height:auto;margin:20px auto;object-fit:contain;width:100px}.login__container{align-items:center;background-color:#fff;border:1px solid #d3d3d3;border-radius:5px;box-shadow:0 2px 10px #0000001a;display:flex;flex-direction:column;height:-webkit-fit-content;height:fit-content;padding:20px;width:300px}.login__container>h1{font-weight:500;margin-bottom:20px}.login__container>form{width:100%}.login__container>form>h5{margin-bottom:5px}.login__container>form>input{border:1px solid #ccc;border-radius:4px;height:30px;margin-bottom:10px;width:100%}.login__container>p{font-size:12px;margin-top:15px}.login__signInButton{background-color:#f0c14b;border:1px solid #a88734;border-radius:4px;cursor:pointer;height:30px;margin-top:10px;padding:5px 10px;width:100%}.login__registerButton{background-color:#ccc;border:2px solid #a9a9a9;border-radius:4px;cursor:pointer;height:30px;width:100%}
/*# sourceMappingURL=main.5e9a6b82.css.map*/