@import"https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap";:root{--primary-green: #53942b;--secondary-green: #b3d76c;--primary-brown: #dca436;--secondary-brown: #dfdc92;--primary-blue: #acbbd8;--primary-white: #fefefd;--secondary-white: #e1e9d0;--primary-black: #010101}body{background-color:var(--primary-green);color:var(--primary-brown);margin:0;padding:0;font-family:Montserrat,sans-serif}.App{font-family:Montserrat,sans-serif;color:var(--primary-white);align-items:center;text-align:center;background-color:var(--primary-white);min-height:100vh;display:flex;flex-direction:column}.main-content{max-width:1024px;margin:0 auto;width:100%;flex:1;display:flex;flex-direction:column}.navbar{background-color:var(--primary-green);padding:.75rem .25rem;color:var(--primary-white);height:100px;border-bottom:1px solid var(--primary-black);position:sticky;top:0;z-index:1000;width:100vw;left:0;right:0;margin-left:calc(-50vw + 50%);box-sizing:border-box}.navbar-content{max-width:calc(1024px - 4rem);display:flex;flex-direction:column;margin:0 auto;padding:0 1rem}.logo-and-title{display:flex;flex-direction:row;justify-content:start;align-items:center;gap:1rem}.nav-links-container{width:100%;display:flex;justify-content:center;align-items:flex-end;padding:.25rem}.navbar .atco-logo{height:50px;filter:drop-shadow(0 0 4px #000000)}.navbar .atco-logo-desktop{display:none}.navbar h1{text-align:left;font-size:1.25rem;margin:0;text-shadow:#000000 2px 2px 4px}.navbar ul{display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:100%;list-style:none;margin:.35rem 0;padding:0;font-size:.7rem}.navbar ul li a{color:var(--primary-white);text-decoration:none;padding:.25rem .5rem;border-radius:3px;transition:background .2s,color .2s}.navbar ul li a:hover,.navbar ul li a:focus{background:var(--primary-white);color:var(--primary-green)}@media(min-width:425px){.navbar h1{font-size:1.35rem}.navbar ul{font-size:.85rem}}@media(min-width:768px){.navbar-content{flex-direction:row;justify-content:center;align-items:center;transform:translate(calc(-38.56px - 1rem))}.logo-and-title{justify-content:center}.navbar .atco-logo{display:none}.navbar .atco-logo-desktop{display:flex;margin-right:2rem;height:60px;scale:1.4;filter:drop-shadow(0 0 4px #000000)}.navbar h1{font-size:2rem;font-weight:600}.nav-links-container{justify-content:center;transform:translateY(.5rem)}.navbar ul{font-size:.85rem;width:auto;gap:1rem}}.product-page{display:flex;flex-direction:column;padding:.5rem;color:var(--primary-black)}.product-page p{font-size:.75rem;margin:.5rem 0;text-align:start;justify-self:start}.product-page ul{font-size:.75rem;list-style:none;padding:0;text-align:start;justify-self:start}.product-page li{margin-bottom:.25rem}.product-page h4{margin-bottom:.25rem;text-align:start}.product-page .product-gallery{display:flex;flex-direction:column;align-items:center}.product-page .product-gallery img{width:100%;height:auto;border-radius:4px;aspect-ratio:1 / 1;border:#000000 1px solid;object-fit:cover;display:block;max-width:500px}.product-page .product-gallery .cart-actions{display:flex;gap:.5rem;justify-content:space-around;margin-top:.5rem;border:#000000 1px solid;padding:.5rem;border-radius:4px;background-color:var(--secondary-white);color:var(--primary-black);height:6rem;width:90vw;max-width:350px}.product-page .product-gallery .cart-actions .cart-buttons{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:.75rem;width:9rem}.product-page .product-gallery .cart-actions .cart-buttons .actions .decrement-button{border:none;background-color:var(--primary-green);border-right:#000000 1px solid;height:100%;width:25%}.product-page .product-gallery .cart-actions .cart-buttons .actions .increment-button{border:none;background-color:var(--primary-green);border-left:#000000 1px solid;height:100%;width:25%}.product-page .product-gallery .cart-actions .cart-buttons .actions{display:flex;justify-content:space-between;align-items:center;border:#000000 1px solid;border-radius:4px;padding:0;height:40%;width:100%;background-color:var(--secondary-brown)}.product-page .product-gallery .cart-actions .cart-buttons .actions .quantity-display{padding:0 1rem;font-size:1.5rem}.product-page .product-gallery .cart-actions .cart-buttons .add-to-cart-button{border:#000000 1px solid;background-color:var(--primary-green);color:var(--primary-white);padding:.5rem 1rem;border-radius:4px;cursor:pointer}@media(min-width:768px){.product-page .product-gallery{flex-direction:row;gap:1rem;justify-content:center}.product-page .product-gallery img{max-width:50%}.product-page .product-gallery .cart-actions{margin-top:1rem;height:9rem;width:350px;max-width:350px}}.product-container{display:flex;flex-direction:column;gap:1rem;padding:1rem}.product{display:flex;flex-direction:row;justify-content:left;border:1px solid var(--primary-black);border-radius:2px;padding:0;color:var(--primary-black);aspect-ratio:7 / 3;max-height:170px;background-color:var(--primary-white);gap:.5rem;margin:auto;box-sizing:border-box;box-shadow:2px 2px 2px #0003}.product .product-image{width:100%;height:auto;max-width:170px;aspect-ratio:1 / 1;background-color:var(--primary-white);background-size:cover;background-position:center;border-right:var(--primary-black) 1px solid;justify-self:left}.product .product-content{display:flex;flex-direction:column;margin:0 auto}.product h4{font-size:.75rem;margin:.25rem 0;text-align:left}.product p{font-size:.75rem;margin:0;text-align:left;padding-right:.5rem}.product .potato-item{border-radius:4px;border:#000000 1px solid}.footer{background-color:var(--primary-green);color:var(--primary-white);padding:0 1rem;height:100px;font-size:.5rem;width:100vw;left:0;right:0;margin-left:calc(-50vw + 50%);box-sizing:border-box}.footer-content{max-width:calc(1024px - 4rem);display:flex;justify-content:space-between;align-items:center;margin:0 auto;padding:0 1rem}.footer .atco-logo{height:50px;filter:drop-shadow(0 0 2px #000000)}.about-container{color:var(--primary-black);padding:1rem}.about-flex{display:flex;flex-direction:column-reverse;align-items:center;padding:0 2rem 2rem;gap:2rem;font-size:.75rem}.about-flex .about-image{border-radius:3px;border:#000000 1px solid;object-fit:cover;width:clamp(200px,75vw,500px)}.contact-form-page{background:var(--primary-white);color:var(--primary-black);min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:.5rem}.contact-form{max-width:95vw;margin:.5rem auto;padding:2rem;border-radius:8px;box-shadow:0 2px 8px #00000014;background:var(--secondary-white);display:flex;flex-direction:column;gap:1rem}.contact-form label{font-weight:700;margin-bottom:.25rem;color:var(--primary-black);text-align:left;display:block}.contact-form input,.contact-form textarea{padding:.5rem;border:1px solid var(--primary-black);border-radius:4px;font-size:1rem;background:var(--primary-white);color:var(--primary-black);width:100%;box-sizing:border-box}.contact-form textarea{resize:vertical}.contact-form button[type=submit]{background:var(--primary-green);color:var(--primary-white);border:none;border-radius:4px;padding:.75rem 1.5rem;font-size:1rem;font-weight:700;cursor:pointer;transition:background .2s;margin-top:.5rem}.contact-form button[type=submit]:hover{background:var(--primary-green)}.order-page{background:var(--primary-white);color:var(--primary-black);display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:.5rem}.order-page ul{border:var(--primary-black) 1px solid;border-radius:4px;padding:1rem 0;width:100%}.order-page li{display:flex;justify-content:space-between;align-items:center;margin:1rem 0 1rem .5rem;font-size:.75rem}.order-page .right-section button{margin:0;height:1.75rem;width:1.75rem;border:none;background-color:var(--secondary-green);color:var(--primary-black);font-weight:700;font-size:1rem}.order-page .right-section{border:var(--primary-green) 2px solid;border-radius:50px;margin:0 .5rem;background-color:var(--secondary-green);overflow:hidden}.order-page .right-section span{margin:0 .5rem}.user-order-details,.confirm-order-page{background:var(--primary-white);color:var(--primary-black);display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:.5rem}.confirm-order-page .order-detail-summary{display:flex;flex-direction:column;padding:1.5rem 0;margin:0 .5rem;width:100%}.confirm-order-page .order-item-summary{display:flex;justify-content:space-between;align-items:center;padding:.25rem .75rem;border-bottom:var(--primary-black) 1px dashed;background:var(--primary-white)}.confirm-order-page button{margin-top:1rem;padding:.75rem 1.5rem;border:none;border-radius:4px;background:var(--primary-green);color:var(--primary-white);font-size:1rem;font-weight:700;cursor:pointer}.order-page .checkout-button{background:var(--primary-green);color:var(--primary-white);padding:.75rem 1.5rem;border:none;border-radius:4px;font-size:1rem;font-weight:700;cursor:pointer}.confirmation-page{background:var(--primary-white);color:var(--primary-black);display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:.5rem}
