.header{position:-webkit-sticky;position:sticky;top:0;display:grid;grid-template:"logo search search search search search search nav nav"auto;height:60px;padding:.5rem;background-color:#131921;z-index:100}.header>a{grid-area:logo;display:flex;align-items:center}.header-logo{width:100px;height:40px;object-fit:cover;margin:0 1rem}.header-search{grid-area:search;display:flex;align-items:center}.header-search-bar{display:flex;flex:1 1;align-items:center;border-radius:5px;overflow:hidden}.header-search-input{height:2rem;padding:10px;border:none;width:100%}.header-search-icon{padding:6px;height:2rem!important;width:2rem!important;background-color:#cd9042}.header-line-one{font-size:12px}.header-line-two{font-size:14px;font-weight:800}.header-nav{grid-area:nav;display:flex;align-items:center;justify-content:space-evenly}.header-option{display:flex;flex-direction:column;margin:0 10px;color:#f5f5f5}.header-option-basket{position:relative;color:#fff}.header-option-basket svg{width:2rem;height:2rem}.header-basket-count{display:flex;justify-content:center;width:100%;position:absolute;left:0;bottom:5%;color:#f08804}.header a{text-decoration:none}@media screen and (max-width:640px){.header{height:100px;grid-template:"logo nav"auto "search search"auto}.header-logo{width:60px;height:30px}}.stars{position:relative;display:flex}.stars>label{display:none;position:absolute;left:6rem;bottom:-50%;padding:.25rem .5rem;background-color:#fff;border:1px solid #bbb}.stars svg{cursor:help}.stars svg:hover~label{display:unset}.home-product{display:flex;flex-direction:column;align-items:center;justify-content:space-between;width:100%;margin:10px;padding:20px;min-width:100px;max-height:500px;background-color:#fff;z-index:1}.home-product-info{width:100%;min-height:100px;margin-bottom:15px;text-align:left}.home-product-title{overflow:hidden;text-overflow:ellipsis;cursor:pointer;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}.home-product-price{margin-top:5px;text-align:end}.home-product>img{max-height:180px;width:100%;object-fit:contain;margin-bottom:15px;cursor:pointer}.home-product-add{display:flex;justify-content:space-between;align-items:center;width:100%}.home-product-quantity{width:3rem}.home-product-add>button{background:#f0c14b;border-color:#a88734 #9c7e31 #846a29;border-style:solid;border-width:1px;color:#111}.loader{position:absolute;top:0;left:0;right:0;bottom:0;background-color:#fff}.loader-spin{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-animation:spin 2s linear infinite;animation:spin 2s linear infinite}@-webkit-keyframes spin{0%{-webkit-transform:translate(-50%,-50%) rotate(0deg);transform:translate(-50%,-50%) rotate(0deg)}to{-webkit-transform:translate(-50%,-50%) rotate(1turn);transform:translate(-50%,-50%) rotate(1turn)}}@keyframes spin{0%{-webkit-transform:translate(-50%,-50%) rotate(0deg);transform:translate(-50%,-50%) rotate(0deg)}to{-webkit-transform:translate(-50%,-50%) rotate(1turn);transform:translate(-50%,-50%) rotate(1turn)}}.home{max-width:1500px;margin:0 auto 2rem;display:flex;justify-content:center}.home,.home-container{width:100%}.home-image{width:100%;margin-bottom:-25%;-webkit-mask-image:linear-gradient(180deg,#000,transparent);mask-image:linear-gradient(180deg,#000,transparent);z-index:-1}.home-row{display:flex;justify-content:space-evenly;flex-wrap:wrap;margin:0 2rem}.home-row .home-product{flex:1 1;min-width:260px}@media screen and (max-width:540px){.home-row{flex-wrap:wrap}}.login{overflow:auto;background-color:#fff;height:100vh;display:flex;flex-direction:column;align-items:center}.login_logo{width:clamp(5rem,20vw,10rem);height:5rem;object-fit:cover}.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:20px;margin-bottom:2rem}.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;width:98%}.login_container>p{margin-top:15px;font-size:12px}.login_signInButton{margin-top:10px;width:100%;height:30px;background:#f0c14b;border-radius:2px;border-color:#a88734 #9c7e31 #846a29;border-style:solid;border-width:1px}.login_registerButton{margin-top:10px;width:100%;height:30px;background:silver;border-radius:2px;border:1px solid #a9a9a9}.subtotal{display:flex;flex-direction:column;justify-content:space-between;min-width:250px;max-height:300px;padding:20px;background-color:snow;border:1px solid #ddd;border-radius:3px}.subtotal_gift{display:flex;align-items:center}.subtotal_gift>input{margin-right:.5rem}.subtotal_gift>button{margin-right:5px}.subtotal>button{background:#f0c14b;border-radius:2px;width:100%;height:30px;margin-top:10px;border-color:#a88734 #9c7e31 #846a29;border-style:solid;border-width:1px;color:#111}.subtotal>button[disabled]{background-color:grey;color:snow}.checkout-product{display:flex;flex-wrap:wrap;grid-gap:1rem;gap:1rem;justify-content:center;padding:20px 1rem}.checkout-product-image{flex:1 1;object-fit:contain;min-width:200px;width:100%;max-width:200px;height:180px;cursor:pointer}.checkout-product-info{flex:1 1;padding-left:20px;flex-direction:column}.checkout-product-details,.checkout-product-info{width:100%;display:flex;grid-gap:1rem;gap:1rem;justify-content:space-between}.checkout-product-details{flex-wrap:wrap;text-align:start;font-size:17px;font-weight:400;cursor:pointer}.checkout-product-title{flex:1 1;min-width:10rem}.checkout-product-price{flex-basis:content;margin-left:auto;min-width:5rem;text-align:end}.checkout-product-quantity{width:4.5rem;margin-right:1rem}.checkout-product-remove{background:transparent;border:none;border-left:1px solid #ddd;padding:0 1rem;color:#0e82c0;font-size:12px}.checkout{display:flex;flex-wrap:wrap;justify-content:center;grid-gap:1rem;gap:1rem;padding:20px;background-color:#eaeded;height:-webkit-max-content;height:max-content}.checkout-left{flex:0.8 1;width:100%;padding:1rem 2rem;background-color:#fffdfc}.checkout-left .checkout-product{border-top:1px solid #ddd}.checkout-right{flex:0.2 1;display:flex;flex-direction:column;align-items:center}.checkout-tilte{margin-right:10px;padding:10px}.checkout-subtotal{padding:1rem;border-top:1px solid #ddd;text-align:end;font-size:18px}.payment{width:90%;max-width:1500px;margin:0 auto 3rem;background-color:#fff}.payment-container>h1{text-align:center;padding-top:2rem;padding-bottom:2rem;font-weight:400;background-color:#eaeded;border-bottom:1px solid #d3d3d3;margin:0}.payment-container>h1 a{color:#0e82c0;text-decoration:none}.payment-section{display:flex;flex-wrap:wrap;grid-gap:1rem;gap:1rem;justify-content:center;padding:1.25rem;margin:0 1.25rem;border-bottom:1px solid #d3d3d3}.payment-section:last-of-type{border:none}.payment-title{flex:0.2 1 12rem}.payment-address,.payment-details,.payment-items{flex:0.8 1 25rem}.payment-details>form{padding:1rem 0;max-width:25rem;margin:auto}.payment-details h3{padding-bottom:1.25rem}.payment-details>form>div>button{background:#f0c14b;border-radius:2px;width:100%;height:2rem;font-weight:bolder;border-color:#a88734 #9c7e31 #846a29;border-style:solid;border-width:1px;color:#111}.payment-details>form>div>button[disabled]{background-color:grey;color:snow}.payment-error{padding-top:1rem;color:red;text-transform:uppercase;font-weight:600}.order{padding:2.5rem;margin:1.25rem 0;border:1px solid #d3d3d3;background-color:#fff;position:relative}.order-id{position:absolute;top:2.5rem;right:1.5rem}.order-total{font-size:x-large;font-weight:600;text-align:right}@media screen and (max-width:680px){.order{padding:1rem}.order-id{top:1.5rem;max-width:50%;overflow:hidden;text-overflow:ellipsis}}.orders{padding:1.25rem 5rem}.orders>h1{margin:2rem 0}@media screen and (max-width:680px){.orders{padding:0 2rem}.orders>h1{margin:1rem}}.product{display:flex;flex-wrap:wrap;grid-gap:3rem;gap:3rem;min-height:calc(100vh - 60px);padding:3rem 5rem;justify-content:center;background-color:#fff}.product>img{flex:1 2;min-width:250px;max-height:500px;object-fit:contain}.product-details{flex:1 0;min-width:300px;height:100%}.product-title{font-size:x-large}.product-options{display:flex;justify-content:space-evenly;align-items:center;width:100%}.product-quantity{width:3rem}.product-options>button{background:#f0c14b;border-color:#a88734 #9c7e31 #846a29;border-style:solid;border-width:1px;color:#111}@media screen and (max-width:640px){.product{padding:2rem}.product-details{padding:1rem}}*{box-sizing:border-box}body{background-color:#eaeded;margin:0;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}:is(button,select,option){cursor:pointer}button[disabled]{cursor:not-allowed}
/*# sourceMappingURL=main.b336349e.chunk.css.map */