:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;padding:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#000}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}#root{max-width:1280px;margin:0;padding:0;text-align:center;height:100vh}.nav-button{background-color:#fff;margin:1rem;padding:.5rem 1.75rem;position:relative;transition:.5s;font-family:Raleway,sans-serif;font-optical-sizing:auto;font-style:normal;font-weight:700}.nav-button span{position:absolute;bottom:.3rem;right:.4rem;border-radius:100%;margin-left:.25rem;padding:0 .25rem;background-color:red;color:#fff;font-size:.9rem;font-weight:900;transition:.5s;animation-duration:.4s;animation-name:scaleout}.nav-button:hover{background-color:red;color:#fff}.nav-button:active{background-color:#a80000}.nav-button:hover span{background-color:#fff;color:red}@keyframes scaleout{0%{transform:scale(3)}to{transform:scale(1)}}.nav-bar{color:#fff;background-color:green;width:100vw;display:grid;grid-template-columns:repeat(4,1fr);position:sticky;top:0;gap:0;z-index:3}.nav-bar h1{font-size:1.75rem;padding:0;margin:0;font-family:Satisfy,cursive;font-weight:400;font-style:normal}.logo-items{display:flex;align-items:center;gap:.75rem;padding-left:1rem}.menu-items{justify-self:center;display:flex;padding:0;margin:0;grid-column:span 2}.nav-bar a{color:#fff}@media only screen and (max-width: 800px){.nav-bar{grid-template-columns:1fr}.nav-bar a{display:grid}.logo-items{padding:0;display:grid;grid-template-columns:repeat(3,1fr);justify-items:center;align-items:center}.menu-items{display:none}}.burger-menu{display:none}@media only screen and (max-width: 800px){.burger-menu{display:flex;height:100%;width:5rem}.burger-button{display:flex;justify-content:center;align-items:center;background-image:url(/menu.svg);background-size:50%;background-repeat:no-repeat;background-position:center;height:100%;width:100%;border-radius:0%;background-color:green}.burger-items{display:flex;flex-direction:column;position:absolute;top:4rem;left:0;right:0;gap:0;border:none}.burger-items .nav-button{margin:0;border-radius:0;color:#fff;background-color:#009400;font-size:1.25rem;font-weight:700;border:none;padding:1rem}}#shop-now{background-color:#1e971e;color:#fff;font-weight:900;font-size:1.25rem;opacity:1;transition:.4s}#shop-now:hover{background-color:#146814;transform:scale(1.5)}#shop-now:active{background-color:#0c3b0c;transform:scale(1)}@media only screen and (max-width: 800px){#shop-now{margin:1rem;font-size:1.25rem}}.bullet-item{background-color:#e4e4e4;border-radius:2rem;padding:1rem;display:flex;flex-direction:column;align-items:center;gap:.25rem}.bullet-item h1{font-size:1.25rem}.bullet-item p{margin-top:0;font-weight:500}@media only screen and (max-width: 800px){.bullet-item{width:90%;padding:1rem}.bullet-list .bullet-item h1{font-size:1.5rem}.bullet-item>p{font-size:1.25rem;padding:0 15%}}@media only screen and (max-width: 600px){.bullet-item>p{font-size:1.25rem;padding:0 5%}}.bullet-list{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem;height:auto;margin:1rem}@media only screen and (max-width: 800px){.bullet-list{grid-template-columns:1fr;justify-items:center;align-items:center;gap:.25rem;height:auto;margin:0;padding:0}}.home-page{display:flex;flex-direction:column;align-items:center;width:100vw;height:100%;background-image:url(/home-background.jpg);background-repeat:no-repeat;background-size:cover;text-align:center;font-family:Montserrat,sans-serif;font-optical-sizing:auto;font-style:normal}.home-modal{max-width:1280px;background-color:#fff;opacity:.85;padding:2rem 0;margin:2%;border-radius:2rem}.home-modal>p{padding:0 15%;font-weight:500}@media only screen and (max-width: 800px){.home-page{width:auto;height:auto;background-image:url(/mobile-background.jpg)}.home-page h1{font-size:2rem}.home-modal{padding:.5rem;margin:.5rem;opacity:.9;border-radius:8px}.home-modal>p{padding:0 3rem;margin:1rem;font-weight:500;font-size:1.25rem}}@media only screen and (max-width: 500px){.home-modal>p{padding:0}}.shop{width:100vw;display:flex;flex-direction:column;justify-content:center;align-items:center;background-image:url(/shop-background.jpg);background-repeat:no-repeat;background-size:cover;background-attachment:fixed;margin:0;padding:0;position:relative;font-family:Montserrat,sans-serif;font-optical-sizing:auto;font-style:normal}.shop h1{background-color:#fff;padding:.5rem 2rem;border-radius:8px;opacity:.9}.shop .back-button{right:10%;left:auto;margin:2rem;border:3px solid white}@media only screen and (max-width: 800px){.shop{background-size:cover;background-position:center}.shop h1{display:none}.shop a{position:sticky;top:3.25rem;z-index:1}.shop .back-button{position:relative;right:0;margin:1rem}}.products{margin:0 10% 3%;padding-top:2rem;border-radius:8px}.product-items{display:flex;justify-content:center;flex-wrap:wrap;gap:2rem;row-gap:0;margin-bottom:5%;padding:0}@media only screen and (max-width: 800px){.products{margin:2%;padding:1rem}.product-items{gap:1rem;row-gap:0}}.product-general,.add-to-cart{background-color:#acacac;border:2px solid white;border-radius:20px;width:150px;display:grid;grid-template-rows:3fr 1fr;padding:1rem;font-size:1rem;color:#fff;font-family:Raleway,sans-serif}.product-general{height:200px;padding-bottom:0}.add-to-cart{border-top:none;height:112px;padding-top:0;border-top-right-radius:0;border-top-left-radius:0}.add-to-cart{visibility:hidden;display:grid;grid-template-columns:1fr;gap:.25rem}.product-item:hover>.add-to-cart,.add-to-cart:hover{cursor:pointer;visibility:visible}.product-general:hover,.product-item:hover>.product-general{cursor:pointer;border-bottom:none;padding-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.product-item h3,.product-item p{padding:0;margin:0;display:flex;align-items:center;justify-content:center}.product-item p{margin-bottom:.5rem}.product-item img{border:2px solid white;object-fit:cover;height:125px;width:100%;align-self:center;justify-self:center;border-radius:15px}.add-button{padding:.5rem 1rem;background-color:green;color:#fff;border:2px solid white;outline:none;font-weight:700}.add-button:hover{background-color:#00bd00}.add-button:active{background-color:#00a500;transform:scale(1.1)}@media only screen and (max-width: 800px){.product-item{width:auto}}.warning{background:#ff7171;font-weight:600;font-size:.9rem;padding:.25rem;color:#fff;position:absolute;top:calc(100% + .25rem);border-radius:8px}.number-input{position:relative;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;gap:.25rem;font-size:1rem;font-family:Roboto Mono,monospace;font-optical-sizing:auto;font-weight:300;font-style:normal}.number-input button{margin:0;padding:.25rem}.number-input .quantity-button,.number-input input{grid-row:span 2;display:flex;align-items:center;justify-content:center;background-color:#f9f9f9;border-radius:8px;margin:0}.number-input input{box-sizing:border-box;text-align:center;width:100%;font-size:1rem;font-family:Roboto Mono,monospace;font-optical-sizing:auto;font-weight:600;font-style:normal}.increase:hover,.decrease:hover{background-color:#7e7e7e;color:#fff}.increase:active,.decrease:active{background-color:#6b6b6b;color:#fff;transform:scale(1.05)}@media only screen and (max-width: 800px){.quantity-button{font-size:1.5rem;padding:0;margin:0}.number-input input{padding:0;margin:0}.number-input button{padding:0}.increase,.decrease{font-size:1.5rem}}.back-button{position:absolute;top:0;left:0;display:flex;align-items:center;justify-content:center;padding:1rem 2rem;margin:0 2rem;background-color:green;color:#fff;transition:.4s;font-size:1.25rem}.back-button:hover{background-color:#0b0;transform:scale(1.1)}.back-button:active{background-color:#004100}@media only screen and (max-width: 800px){.back-button{font-size:1.25rem}}.cart{position:relative;width:100vw;height:80vh;background-image:url(/cart-background.png);background-repeat:no-repeat;background-size:fill;background-position:center;background-attachment:fixed;font-family:Montserrat,sans-serif;font-optical-sizing:auto;font-style:normal}.cart .back-button{font-size:1.25rem;z-index:2;left:5%;margin-top:2%}.cart h1{color:#fff;background-color:#888888e6;border-radius:8px;opacity:.9;padding:1rem 2rem;position:relative;text-align:center;z-index:1;margin:1% 40%}.cart-products{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:.75rem;margin:5%;border-radius:8px;background-color:#888888e6;color:#fff}table{border-collapse:collapse;margin:2rem 10%;font-size:1.5rem}.table-head-row th{width:10%;white-space:wrap}td{padding:1rem}tr{border-bottom:1px solid white}.first-column>div{display:flex;align-items:center;gap:2rem;padding-left:10%}p{font-weight:900}.image-container{display:flex;justify-self:center;width:10%;border:2px solid green;margin:.5rem;border-radius:5px}.image-container img{object-fit:cover;overflow:hidden;height:100%;padding:.25rem}.empty-cart{font-size:2.5rem;background-color:#fffc;padding:1rem 2rem;border-radius:8px;display:flex;justify-content:center;align-items:center;position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;z-index:0}@media only screen and (max-width: 1200px){.cart h1{display:none}.cart .back-button{font-size:1.25rem;position:relative;left:0;right:0;margin:.5rem auto}.cart-products{display:block;gap:1rem;margin:.5rem;padding:.1rem}table{grid-template-columns:1fr 1fr;margin:1rem;font-size:1.25rem}.table-head-row th{display:none}tr{display:grid;justify-content:center;row-gap:.25rem;grid-template-columns:30% 15% 15%;border-bottom:1px solid white}.first-column>div{display:flex;align-items:center;justify-content:start;gap:0;padding:0;margin:0}.first-column{grid-row:span 2;align-self:center}td{justify-self:start;align-self:center;padding:0;margin:0}.single-price{display:none}.quantity{grid-row:span 2;font-size:1rem;grid-column:2/3;justify-self:center}.total-price{justify-self:end;grid-column:3/4;font-size:1rem}.cart .remove-container{grid-row:1/2;grid-column:3/4;justify-self:end}.cart p{font-weight:600;padding:0;margin:0}.image-container{height:45px;width:35px;margin:0 .25rem}.image-container img{height:auto;padding:.1rem}}@media only screen and (max-width: 800px){tr{grid-template-columns:40% 15% 15%}}@media only screen and (max-width: 600px){tr{grid-template-columns:70% 10% 20%;border-bottom:1px solid white}}.cart-item{padding:0 1rem}.remove-button{background-color:#ff8787;color:#fff;font-size:.75rem;padding:.5rem;height:auto;width:2rem;border-radius:50%;font-weight:900;transition:.4s}.remove-button:hover{background-color:#ff3232}.remove-button:active{background-color:#b90000}@media only screen and (max-width: 1200px){.cart-item{padding:.5rem 0;width:calc(100vw - 3.2rem)}}.price-calculator{border:1px solid white;display:grid;grid-template-columns:repeat(5,1fr);margin:1.5rem;padding:0;border-radius:8px;font-size:1.25rem;align-items:center}.price-calculator *:nth-child(n){border-right:1px solid white;font-weight:600}.price-calculator p{padding:0 .5rem}.price-calculator *:last-child{border-right:none;display:flex;align-items:center;justify-content:center}.pay-button{flex:1;border:none;background-color:#00ca00;color:#fff;margin:.5rem;transition:.4s}.pay-button:hover{background-color:#0f0}.pay-button:active{background-color:#00a500}@media only screen and (max-width: 1000px){.price-calculator{margin:1.5rem .25rem}.price-calculator *:nth-child(n){font-size:1rem;margin:0}.price-calculator p{padding:0}.price-calculator *:last-child{align-self:center;margin:.25rem;font-size:1.2rem;font-weight:600}}@media only screen and (max-width: 800px){.price-calculator{display:grid;grid-template-columns:repeat(3,1fr);margin:0 1rem 1rem}.price-calculator *:nth-child(n){border-right:none;border-bottom:1px solid white;margin:.5rem}.price-calculator *:last-child{border:none;align-self:center;margin:.25rem;grid-column:span 2}}@media only screen and (max-width: 500px){.price-calculator{display:flex;flex-direction:column;margin:1rem;padding:1rem;gap:.5rem;align-items:end}.price-calculator *:nth-child(n){border-right:none;border:none;margin:0}.price-calculator *:last-child{align-self:center}}.pay{width:100vw;position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;background-image:url(/pay-background.webp);background-repeat:no-repeat;background-size:cover;background-position:center;background-attachment:fixed;margin:0;font-family:Montserrat,sans-serif}.pay h1{background-color:#ffffffe6;padding:.5rem 2rem;border-radius:8px;color:gray;margin-bottom:0;font-family:Raleway,sans-serif}.pay h2{color:#fff;padding:.5rem 2rem;border-radius:8px;background-color:#ff2525e6;font-family:Raleway,sans-serif}.pay .back-button{top:.5rem;left:10%;right:auto;margin:2rem}@media only screen and (max-width: 1000px){.pay{background-size:contain;background-repeat:repeat}.pay h1{display:none}.pay .back-button{top:0;position:relative;left:0;margin:.5rem}.pay h2{margin:.5rem;margin-top:0;padding:.5rem;font-size:1.25rem}}.order-summary{display:grid;grid-template-columns:1fr 1fr;background-color:#868686e6;border-radius:8px;color:#fff}.order-items{border:none;justify-self:stretch;margin:2rem}.total{grid-column:span 2}@media only screen and (max-width: 800px){.order-summary{grid-template-columns:1fr;padding:0;margin:0}.order-items{grid-row:1/2;width:auto;margin:0}}.order-item{display:grid;grid-template-columns:1fr 2fr 1fr 1fr 2fr 1fr;padding:.5rem;margin:0 .5rem;justify-content:center;align-items:center;border-bottom:1px solid white}.order-item p{font-weight:700}.order-item .image-container{width:3rem;height:3rem}.order-item img{padding:0;width:3rem;height:3rem}.order-item *:nth-child(n){margin:0;border-radius:8px}.order-item .remove-container{display:flex;justify-content:center;align-items:center}.order-item .remove-container>.remove-button{padding:.25rem;border:none;color:#fff;background-color:#ffa1a1;display:flex;justify-content:center;align-items:center;border-radius:50%;width:1.5rem;height:1.5rem;transition:.3s}.order-item .remove-container>.remove-button:hover{background-color:#ff3f3f}.order-item .remove-container>.remove-button:active{background-color:#b10000}@media only screen and (max-width: 1200px){.order-item{grid-template-columns:1fr 5fr 1fr 1fr;gap:.5rem}.order-item h3{justify-self:start}.order-item .remove-container{grid-column:4/5}.checkout-single-price,.checkout-quantity{display:none}}.order-form{display:grid;align-items:center;justify-content:center;background-color:green;color:#fff;font-family:Montserrat,sans-serif;font-optical-sizing:auto;font-style:normal;font-weight:500;font-size:1rem;margin:2rem;padding:1rem;border-radius:8px}.order-form fieldset{border:none}.order-form legend{font-weight:900;font-size:1.5rem}.order-form input{border-radius:4px;border:1px solid grey;font-size:1rem;padding-left:.25rem;outline-color:#752020}form .payment-option{border:2px solid white;border-radius:8px;display:flex;justify-content:center;align-items:center;margin-bottom:1rem}.payment-option>legend{padding:0 1rem;font-size:1rem}.payment-option label{padding:1rem 0}.order-form fieldset div{display:grid;grid-template-columns:1fr 1fr;margin:1rem}.order-form label{justify-self:start}.order-now{margin:1rem;transition:.2s}.order-now:hover{transform:scale(1.3)}.order-now:active{outline:none;color:#fff;background-color:red}@media only screen and (max-width: 1000px){.order-form{margin:.25rem;padding:.25rem}.order-form fieldset{margin:0}.order-form legend{font-size:1.25rem;font-weight:700}.order-form fieldset div{margin:.25rem;display:grid;grid-template-columns:1fr}.order-now{margin:0;margin-top:1rem}}.calculator{border-bottom:1px solid white;margin:0;padding:0 2rem;text-align:end}.calculator *:nth-child(n){margin:.5rem;font-weight:400}.calculator p:last-child{font-weight:800}@media only screen and (max-width: 800px){.calculator{padding:.5rem 2rem}.calculator *:nth-child(n){margin:.15rem;font-weight:400}.calculator p:last-child{font-weight:700}}.thank-you{width:100vw;display:flex;flex-direction:column;align-items:center;justify-content:center;font-family:Montserrat,sans-serif}.thank-you button{margin-top:1%;position:relative}.thank-you img{margin-top:0}.thank-you p{font-weight:600}@media only screen and (max-width: 800px){.thank-you{width:auto;margin:1rem;padding:0}.thank-you h1{font-size:2rem}.thank-you h2{font-size:1.25rem}.thank-you img{width:90%}.thank-you p{font-weight:500;margin:1rem}.thank-you button{font-size:1rem}}
