*{box-sizing:border-box;margin:0;padding:0}body{background:#f4f4f4;font-family:Arial,Helvetica,sans-serif}img{object-fit:contain;width:100%}.app{height:80vh}.navbar{align-items:center;background:#71b144;background:linear-gradient(90deg,#71b144,#436e24 35%,#83a66a);color:#fff;display:flex;justify-content:space-between;padding:.7rem 2rem}.navbar__logo h2{color:#fff;margin:0}.navbar__logo a{text-decoration:none}.navbar__links{align-items:center;display:flex;list-style:none}.navbar__links li{margin-left:1.5rem}.navbar__links a,.navbar__links p{color:#fff;cursor:pointer;text-decoration:none}.navbar__links a:hover,.navbar__links p:hover{color:#f4f4f4}.cart__link{align-items:center;display:flex}.cartlogo__badge{background:#fff;border-radius:50%;color:#333;font-size:.8rem;margin-left:.2rem;padding:0 .4rem}.navbar__user{align-items:center;display:flex}.navbar__user span{margin-right:.5rem}.hamburger__menu{cursor:pointer;display:none}.hamburger__menu div{background:#fff;height:3px;margin:5px;width:25px}@media (max-width:768px){.navbar__links{display:none}.hamburger__menu{display:block}}.search{align-items:center;display:flex;flex:1 1;margin:0 2rem}.search input{border:1px solid #ccc;border-radius:4px 0 0 4px;font-size:1rem;padding:.5rem;width:100%}.search button{border:none;border-radius:0 4px 4px 0;color:#fff;cursor:pointer;padding:.6rem 1rem}.search button,.search button:hover{background:#555}.digi-topbar{background-color:#71b144;color:#fff;font-size:.95rem;padding:8px 0}.digi-topbar-container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 20px}.digi-topbar-left span{font-weight:500;margin-right:20px}.digi-topbar-right{display:flex;gap:12px}.digi-topbar-icon{color:#fff;font-size:1rem;transition:color .3s ease}.digi-topbar-icon:hover{color:#dff3e3}@media (max-width:768px){.digi-topbar-container{flex-direction:column;gap:5px;text-align:center}.digi-topbar-left span{display:block;margin:2px 0}}.sidedrawer{background:#fff;display:flex;flex-direction:column;height:100vh;justify-content:center;left:0;position:fixed;top:0;transform:translateX(-100%);transition:all .3s ease-out;width:70%;z-index:200}.sidedrawer.show{transform:translateX(0)}.sidedrawer__links{display:flex;flex-direction:column;list-style:none}.sidedrawer__links>li{align-items:center;display:flex}.sidedrawer__links>li>a:hover{background:#333;color:#f4f4f4}.sidedrawer__links>li>a,.sidedrawer__links>li>p{align-items:center;color:#171717;display:flex;flex:1 1;font-size:1.6rem;justify-content:center;padding:1rem;text-align:center;text-decoration:none}.sidedrawer__cartbadge,.sidedrawer__links>li>a>span{align-items:center;display:flex;margin-left:8px}.sidedrawer__cartbadge{background-color:#171717;border-radius:50%;color:#fff;font-size:1rem;height:30px;justify-content:center;width:30px}.sidedrawer__links>li>a:hover .sidedrawer__cartbadge{background-color:#fff;color:#171717}@media (min-width:960px){.sidedrawer{display:none}}.backdrop{background:#00000080;height:100vh;left:0;position:fixed;top:0;width:100%;z-index:100}.home-container{margin:0 auto;padding:0}.category-section{margin:40px 0}.category-title{border-bottom:2px solid #71b144;color:#71b144;font-size:1.8rem;margin-bottom:20px;padding:5px;text-transform:capitalize}.homescreen{margin:1rem auto;padding:0 20px}.homescreen__title{color:#171717;font-size:1.5rem;margin-bottom:1rem;margin-left:8px}.homescreen__products{display:grid;grid-template-columns:repeat(4,1fr)}@media (max-width:1232px){.homescreen__products{grid-template-columns:repeat(3,auto)}}@media (max-width:950px){.homescreen__products{grid-template-columns:repeat(2,auto)}}@media (max-width:630px){.homescreen__products{grid-template-columns:1fr}}.product{background:#fff;box-shadow:0 4px 10px #71b1441f;cursor:pointer;display:flex;flex-direction:column;justify-content:space-between;margin:8px auto;padding:1rem;width:300px}.product>img{border-radius:8px;height:170px;object-fit:contain;width:100%}.product__info{margin:10px 0 0}.product__info>p{margin-bottom:8px}.info__price{font-weight:700}.info__name{font-size:1rem;overflow:hidden}.info__description{font-size:.8rem}.info__button{background:#71b144;background:linear-gradient(90deg,#71b144,#436e24 35%,#83a66a);border:1px solid #fff;color:#fff;display:block;font-size:1rem;padding:8px 16px;text-align:center;text-decoration:none;width:100%}.info__button:hover{background:#555;color:#f4f4f4}@media (max-width:1232px){.product{width:360px}}@media (max-width:1115px){.product{width:330px}}@media (max-width:1028px){.product{width:300px}}@media (max-width:950px){.product{width:400px}}@media (max-width:830px){.product{width:330px}}@media (max-width:700px){.product{width:290px}}@media (max-width:630px){.product{width:450px}}@media (max-width:500px){.product{width:350px}}@media (max-width:400px){.product{width:300px}}.carousel-container{border-radius:8px;box-shadow:0 4px 8px #0000001a;margin:0 auto;max-width:100%;overflow:hidden;position:relative;width:100%}.carousel-slides{display:flex;height:100%;transition:transform .5s ease-in-out}.carousel-slide{min-width:100%;position:relative}.carousel-image{aspect-ratio:16/9;display:block;height:500px;object-fit:cover;width:100%}.carousel-caption{background-color:#0009;border-radius:4px;bottom:20px;color:#fff;left:20px;max-width:500px;padding:20px;position:absolute;right:20px}.carousel-caption h3{font-size:1.5rem;margin-top:0}.carousel-caption p{font-size:1rem;margin-bottom:15px}.carousel-button{background:#71b144;background:linear-gradient(90deg,#71b144,#436e24 35%,#83a66a);border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:.9rem;padding:8px 16px;transition:background-color .3s}.carousel-button:hover{background-color:#d95338d2}.carousel-control{align-items:center;background-color:#555;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:1.5rem;height:40px;justify-content:center;padding:10px 15px;position:absolute;top:50%;transform:translateY(-50%);width:40px;z-index:10}.carousel-control:hover{background-color:#000c}.carousel-control.prev{left:15px}.carousel-control.next{right:15px}.carousel-indicators{bottom:20px;display:flex;gap:8px;position:absolute;right:20px}.indicator{background-color:#ffffff80;border-radius:50%;cursor:pointer;height:12px;transition:background-color .3s;width:12px}.indicator.active{background-color:#555}@media (max-width:768px){.carousel-caption{bottom:10px;left:10px;max-width:80%;padding:15px;right:10px}.carousel-caption h3{font-size:1.2rem}.carousel-caption p{font-size:.9rem;margin-bottom:10px}.carousel-button{font-size:.8rem;padding:6px 12px}.carousel-control{font-size:1.2rem;height:30px;width:30px}.carousel-indicators{bottom:10px;right:10px}}@media (max-width:480px){.carousel-caption{background-color:#000c;border-radius:0;max-width:100%;position:static}.carousel-indicators{justify-content:center;margin-top:10px;position:static}}.digi-two-column-section{background-color:#f9f9f9;padding:60px 20px}.digi-two-column-container{align-items:center;display:flex;flex-wrap:wrap;gap:40px;justify-content:space-between;margin:0 auto;max-width:1200px}.digi-two-column-image-wrapper{flex:1 1 45%;text-align:center}.digi-two-column-image{border-radius:12px;max-width:500px;transition:all .4s ease;width:100%}.digi-two-column-image:hover{opacity:.95;transform:translateY(-10px)}.digi-two-column-content{flex:1 1 50%}.digi-two-column-heading{border-bottom:2px solid #71b144;color:#71b144;font-size:1.8rem;margin-bottom:20px;padding:5px;text-transform:capitalize}.digi-two-column-paragraph{color:#555;font-size:1.05rem;line-height:1.7;max-width:600px}@media (max-width:768px){.digi-two-column-container{flex-direction:column;text-align:center}.digi-two-column-content{margin-top:30px}}.digi-fullwidth-image-section{height:500px;margin-bottom:20px;margin-top:20px;overflow:hidden;width:100%}.digi-fullwidth-image{display:block;height:100%;object-fit:cover;width:100%}@media (max-width:1024px){.digi-fullwidth-image-section{height:500px}}@media (max-width:768px){.digi-fullwidth-image-section{height:400px}}@media (max-width:480px){.digi-fullwidth-image-section{height:300px}}.digi-counter-section{background-color:#f9f9f9;padding:80px 20px;text-align:center}.digi-counter-container{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(4,1fr);margin:0 auto;max-width:1100px}.digi-counter-box{background:#fff;border-radius:12px;box-shadow:0 8px 20px #71b1441f;padding:30px 20px;transition:all .4s ease}.digi-counter-box:hover{box-shadow:0 12px 25px #71b14433;transform:translateY(-8px)}.digi-counter-number{color:#71b144;font-size:2.8rem;font-weight:700;margin-bottom:8px}.digi-counter-label{color:#555;font-size:1.1rem;font-weight:500}@media (max-width:768px){.digi-counter-container{gap:20px;grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.digi-counter-container{grid-template-columns:1fr}}.category-slider-container{align-items:center;display:flex;margin:20px 0;position:relative;width:100%}.category-slider{overflow:hidden;width:100%}.slider-container{-webkit-overflow-scrolling:touch;display:flex;gap:15px;overflow-x:auto;padding:10px 0;scroll-behavior:smooth;scroll-snap-type:x mandatory}.slider-container::-webkit-scrollbar{display:none}.slider-container{-ms-overflow-style:none;scrollbar-width:none}.slider-item{flex:0 0 auto;min-width:200px;opacity:1;scroll-snap-align:start;transform:translateY(0);transition:all .4s ease}.slider-item:hover{box-shadow:0 8px 20px #71b14433;opacity:.9;transform:translateY(-10px)}.slider-nav-button{align-items:center;background-color:#fffc;border:none;border-radius:50%;box-shadow:0 2px 5px #0003;cursor:pointer;display:flex;font-size:18px;height:40px;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);transition:all .3s ease;width:40px;z-index:1}.slider-nav-button:hover{background-color:#ffffffe6;transform:translateY(-50%) scale(1.05)}.slider-nav-button.left{color:#71b144;font-weight:600;left:10px}.slider-nav-button.right{color:#71b144;font-weight:600;right:10px}@media (max-width:768px){.slider-nav-button{display:none}.slider-item{min-width:160px}}@media (max-width:480px){.slider-item{min-width:140px}}.productscreen{display:flex;margin:1rem auto;max-width:1300px}.productscreen__left{display:flex;flex:0.8 1}.left__image{flex:0.6 1;margin:1rem}.left__info{background:#fff;flex:0.4 1;font-size:.9rem;height:-webkit-fit-content;height:fit-content;margin:1rem}.left__name{font-size:1.3rem;font-weight:700}.left__info>p,.right__info>p{border-bottom:1px solid #0003;padding:1rem}.left__info>p:last-child,.right__info>p:last-child{border:none}.productscreen__right{flex:0.2 1}.right__info{background:#fff;box-shadow:0 1px 4px #0006;margin:1rem;width:250px}.right__info p{display:grid;font-size:.8rem;grid-template-columns:repeat(2,1fr);padding:1rem}.right__info p>button{background:#171717;border:1px solid #171717;border-radius:5px;color:#f4f4f4;cursor:pointer;grid-column:1/-1;padding:10px 16px;width:100%}.right__info select{padding:10px 16px}@media (max-width:960px){.productscreen,.productscreen__left{flex-direction:column}.left__image,.left__info,.productscreen__left{flex:1 1}.productscreen__right{flex:1 1;padding:1rem}.right__info{margin:0;width:100%}}.cartscreen{display:flex;margin:2rem auto;max-width:1300px}.cartscreen h2{margin-bottom:1rem}.cartscreen__left{background:#0000;flex:0.7 1;margin-right:1rem;padding:1rem}.cartscreen__right{background:#fff;box-shadow:0 1px 4px #0006;flex:0.3 1;height:-webkit-fit-content;height:fit-content}.cartscreen__right div{border-bottom:1px solid #0003;padding:1rem}.cartscreen__info p{padding:8px}.cartscreen__info p:first-child{font-weight:700}.cartscreen__right div:last-child{border:none}.cartscreen__right div button{background:#171717;border:1px solid #171717;color:#f4f4f4;cursor:pointer;padding:10px 17px;width:100%}.cartscreen__right div button:hover{opacity:.9}@media (max-width:1320px){.cartscreen{max-width:900px}}@media (max-width:960px){.cartscreen{flex-direction:column;max-width:800px}.cartscreen__right{margin:1rem}}.cartitem{grid-gap:8px;background:#fff;border-radius:2px;display:grid;gap:8px;grid-template-columns:1fr 4fr 1fr 1fr 1fr;margin-bottom:8px;padding:1rem;place-items:center;width:100%}.cartItem__name{color:#171717;text-decoration:none}.cartItem__name:hover{color:#dd219e}.cartItem__select{padding:10px 17px}.cartItem__deleteBtn{background:#f4f4f4;border:1px solid #171717;color:red;cursor:pointer;padding:10px 17px;transition:all .3s ease-out}.carItem__deleteBtn:active,.carItem__deleteBtn:focus,.cartItem__deleteBtn:hover{background:#171717;transform:scale(1.2)}@media (max-width:700px){.cartItem__name{font-size:.8rem}.cartItem__deleteBtn,.cartItem__select{padding:8px 13px}.cartitem__price{font-size:.8rem}.cartItem__name{font-size:.6rem}.cartItem__deleteBtn,.cartItem__select{padding:5px 8px}.cartitem__price{font-size:.6rem}}.signupscreen input[type=text],input[type=email],input[type=password],select,textarea{border:1px solid #ccc;border-radius:4px;box-sizing:border-box;margin-bottom:16px;margin-top:6px;padding:12px;resize:vertical;width:100%}.signupscreen input[type=submit]{background-color:#71b144;border:none;border-radius:4px;color:#fff;cursor:pointer;margin-top:20px;padding:12px 20px}.signupscreen input[type=submit]:hover{background-color:#000}.signupscreen .container p{font-size:28px;margin-bottom:10px;text-align:center}.signupscreen .container{align-items:center;display:flex;flex-grow:1}.signupscreen .container .innerContainer{background-color:#fff;border:2px solid #ccc;border-radius:5px;height:-webkit-fit-content;height:fit-content;max-width:500px;padding:20px}.signupscreen .header{background-color:#264653;padding:20px;width:100%}.signupscreen .header p{color:#fff;font-size:20px;font-weight:700}.signupscreen .container .innerContainer span{color:#71b144;font-size:14px}.signupscreen{align-items:center;display:flex;flex-direction:column;height:100%;width:100%}.signinscreen input[type=text],input[type=email],input[type=password],select,textarea{border:1px solid #ccc;border-radius:4px;box-sizing:border-box;margin-bottom:16px;margin-top:6px;padding:12px;resize:vertical;width:100%}.signinscreen input[type=submit]{background:#71b144;background:linear-gradient(90deg,#71b144,#436e24 35%,#83a66a);border:none;border-radius:4px;color:#fff;cursor:pointer;margin-top:20px;padding:12px 20px}.signinscreen input[type=submit]:hover{background-color:#1d3557}.signinscreen .container p{font-size:28px;margin-bottom:10px;text-align:center}.signinscreen .container{align-items:center;display:flex;flex-grow:1}.signinscreen .container .innerContainer{background-color:#fff;border:2px solid #ccc;border-radius:5px;height:-webkit-fit-content;height:fit-content;max-width:500px;padding:20px}.signinscreen .header{background-color:#71b144;padding:20px;width:100%}.signinscreen .header p{color:#fff;font-size:20px;font-weight:700}.signinscreen .container .innerContainer span{color:#71b144;font-size:14px}.innerContainer i{color:#71b144}.link{cursor:pointer;text-decoration:none}.signinscreen{align-items:center;display:flex;flex-direction:column;height:100%;width:100%}.shipping{background-color:#fff;border-radius:8px;box-shadow:0 0 10px #0000001a;margin:2rem auto;max-width:600px;padding:1.5rem}.shipping h1{color:#333;margin-bottom:1.5rem;text-align:center}.shipping form{gap:1.2rem}.shipping form,.shipping form div{display:flex;flex-direction:column}.shipping form div{gap:.5rem}.shipping label{color:#555;font-weight:500}.shipping input{border:1px solid #ddd;border-radius:4px;font-size:1rem;padding:.8rem;transition:border-color .3s ease}.shipping input:focus{border-color:#71b144;box-shadow:0 0 0 2px #4a90e233;outline:none}.shipping button{background:#71b144;background:linear-gradient(90deg,#71b144,#436e24 35%,#83a66a);border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:1rem;font-weight:500;margin-top:.5rem;padding:.8rem;transition:background-color .3s ease}.shipping button:hover{background-color:#d95338b9}@media (max-width:640px){.shipping{margin:1rem;padding:1rem}}.payment-container{background:#fff;border-radius:8px;box-shadow:0 0 10px #0000001a;margin:2rem auto;max-width:600px;padding:2rem}.payment-header{color:#333;margin-bottom:2rem;text-align:center}.payment-form{display:flex;flex-direction:column;gap:1.5rem}.payment-method-group{display:flex;flex-direction:column;gap:1rem}.method-label{font-weight:700;margin-bottom:.5rem}.method-option{align-items:center;border:1px solid #ddd;border-radius:4px;display:flex;gap:.5rem;padding:.8rem;transition:all .2s}.method-option:hover{background-color:#f9f9f9;border-color:#aaa}.submit-button{background:#71b144;background:linear-gradient(90deg,#71b144,#436e24 35%,#83a66a);border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:1rem;padding:.8rem;transition:background-color .2s}.submit-button:hover{background-color:#d95338b9}.message{border-radius:4px;font-weight:500;margin:1rem 0;padding:1rem}.message.info{background-color:#e6f7ff;color:#1890ff}.message.success{background-color:#f6ffed;color:#52c41a}.message.danger{background-color:#fff2f0;color:#ff4d4f}.loader{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:20px}.spinner{animation:spin 1s linear infinite;border:4px solid #0000001a;border-left-color:#09f;border-radius:50%;height:36px;width:36px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.placeorder{display:flex;flex-wrap:wrap;gap:2rem;margin:2rem auto;max-width:1200px;padding:0 1rem}.placeorder__left{flex:1 1;min-width:300px}.placeorder__right{flex:0 0 350px;position:relative}.placeorder h2{border-bottom:1px solid #eee;color:#333;margin:1.5rem 0 1rem;padding-bottom:.5rem}.placeorder p{color:#555;margin:.5rem 0}.placeorder p strong{color:#333;margin-right:.5rem}.placeorder__left>div:last-child{margin-bottom:2rem}.placeorder__left>div>div{display:flex;flex-wrap:wrap;gap:1rem;margin-top:1rem}.placeorder__left>div>div>div{align-items:center;background:#f9f9f9;border-radius:4px;display:flex;gap:1rem;padding:1rem;width:100%}.placeorder__left img{border-radius:4px;height:60px;object-fit:cover;width:60px}.order-summary{background:#f9f9f9;border:1px solid #eee;border-radius:8px;margin-bottom:1.5rem;padding:1.5rem}.order-summary>div{border-bottom:1px solid #eee;display:flex;justify-content:space-between;margin:.8rem 0;padding-bottom:.8rem}.order-summary>div:last-child{border-bottom:none;color:#333;font-size:1.1rem;font-weight:700}.place-order-btn{background:#71b144;background:linear-gradient(90deg,#71b144,#436e24 35%,#83a66a);border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:1rem;font-weight:500;padding:1rem;transition:background-color .3s ease;width:100%}.place-order-btn:hover:not(:disabled){background-color:#d95338a8}.place-order-btn:disabled{background-color:#ccc;cursor:not-allowed}@media (max-width:768px){.placeorder{flex-direction:column;gap:1rem}.placeorder__right{flex:1 1;width:100%}.placeorder__left>div>div>div{align-items:flex-start;flex-direction:column}}.placeorder .message{margin-bottom:2rem;width:100%}.order-list-container{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;margin:0 auto;max-width:1200px;padding:2rem 1rem}.order-list-title{color:#2d3748;font-size:2rem;margin-bottom:2rem;padding-bottom:.5rem;position:relative;text-align:center}.order-list-title:after{background:#71b144;background:linear-gradient(90deg,#71b144,#436e24 35%,#83a66a);bottom:0;content:"";height:3px;left:50%;position:absolute;transform:translateX(-50%);width:80px}.orders-table{border-collapse:collapse;border-radius:8px;box-shadow:0 1px 3px #0000001a;margin-top:1.5rem;overflow:hidden;width:100%}.orders-table-header{background:#71b144;background:linear-gradient(90deg,#71b144,#436e24 35%,#83a66a);color:#fff}.orders-table-header th{font-weight:500;padding:1rem;text-align:left}.orders-table-row{background-color:#fff;border-bottom:1px solid #e2e8f0;transition:background-color .2s}.orders-table-row:last-child{border-bottom:none}.orders-table-row:hover{background-color:#f7fafc}.orders-table-cell{color:#4a5568;padding:1rem}.status-badge{align-items:center;border-radius:9999px;display:inline-flex;font-size:.875rem;font-weight:500;gap:.5rem;padding:.25rem .75rem}.status-paid{background-color:#f0fff4;color:#38a169}.status-not-paid{background-color:#fff5f5;color:#e53e3e}.status-delivered{background-color:#ebf8ff;color:#71b144}.status-not-delivered{background-color:#fffaf0;color:#dd6b20}.details-button{align-items:center;background:#71b144;background:linear-gradient(90deg,#71b144,#436e24 35%,#83a66a);border:none;border-radius:6px;color:#fff;cursor:pointer;display:inline-flex;font-size:.875rem;gap:.5rem;padding:.5rem 1rem;transition:all .2s}.details-button:hover{background-color:#d9533894;transform:translateY(-1px)}.loading-state{display:flex;justify-content:center;padding:2rem}.error-state{background-color:#fff5f5;border-radius:8px;color:#e53e3e;margin-top:1rem;padding:2rem;text-align:center}@media (max-width:768px){.orders-table{display:block;overflow-x:auto}.order-list-title{font-size:1.5rem}.orders-table-cell,.orders-table-header th{padding:.75rem}.details-button{padding:.5rem}}@media (max-width:480px){.order-list-container{font-size:.9rem;padding:1rem .5rem}.status-badge{padding:.2rem .5rem}}.order-details-container{font-family:Arial,sans-serif;margin:2rem auto;max-width:1200px;padding:1rem}.order-details-title{color:#333;font-size:2rem;margin-bottom:2rem;text-align:center}.order-summary{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-bottom:2rem}.order-section{background:#fff;border-radius:8px;box-shadow:0 2px 5px #0000001a;padding:1.5rem}.order-section h2{border-bottom:1px solid #eee;color:#444;font-size:1.5rem;margin-bottom:1rem;padding-bottom:.5rem}.order-items{margin-top:1rem}.order-item{align-items:center;border-bottom:1px solid #f5f5f5;display:flex;margin-bottom:1rem;padding-bottom:1rem}.item-image img{border-radius:4px;height:60px;margin-right:1rem;object-fit:cover;width:60px}.item-details p{color:#555;margin:.2rem 0}.paid{color:#28a745;font-weight:700}.not-paid{color:#dc3545;font-weight:700}.delivered{color:#28a745;font-weight:700}.not-delivered{color:#dc3545;font-weight:700}.order-total{background:#fff;border-radius:8px;box-shadow:0 2px 5px #0000001a;padding:1.5rem}.order-total h2{border-bottom:1px solid #eee;color:#444;font-size:1.5rem;margin-bottom:1rem;padding-bottom:.5rem}.total-row{border-bottom:1px solid #f5f5f5;display:flex;justify-content:space-between;margin-bottom:.5rem;padding:.5rem 0}.grand-total{border-top:2px solid #eee;color:#333;font-size:1.2rem;font-weight:700;margin-top:1rem;padding-top:1rem}@media (max-width:768px){.order-summary{grid-template-columns:1fr}}.navigation-buttons{display:flex;gap:1rem;margin-bottom:2rem}.back-button,.home-link,.orders-link{border:none;border-radius:4px;cursor:pointer;font-size:.9rem;padding:.5rem 1rem;text-decoration:none;transition:all .3s ease}.back-button{background-color:#f0f0f0;color:#333}.orders-link{background-color:#007bff;color:#fff}.home-link{background-color:#6c757d;color:#fff}.back-button:hover{background-color:#e0e0e0}.orders-link:hover{background-color:#0056b3}.home-link:hover{background-color:#5a6268}.footer{background:#71b144;background:linear-gradient(90deg,#71b144,#436e24 35%,#83a66a);color:#fff;margin-top:2rem;padding:2rem 0 0}.footer__content{display:flex;flex-wrap:wrap;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 2rem}.footer__section{flex:1 1;margin-bottom:2rem;min-width:200px;padding:0 1rem}.footer__section h3{color:#fff;font-size:1.2rem;margin-bottom:1rem}.footer__section ul{font-size:small;font-weight:700;list-style:none;padding:0}.footer__section ul li{margin-bottom:.5rem}.footer__section a{color:#fdfbfbc9;text-decoration:none}.footer__section a:hover{color:#fff;text-decoration:underline}.social__icons{display:flex;gap:1rem;margin-bottom:1rem}.social__icons a{color:#fff;font-size:1.5rem}.newsletter__form{display:flex;margin-top:1rem}.newsletter__form input{border:none;border-radius:4px 0 0 4px;flex:1 1;padding:.5rem}.newsletter__form button{background:#555;border:none;border-radius:0 4px 4px 0;color:#fff;cursor:pointer;height:46px;padding:10px}.newsletter__form button:hover{background:#555}.footer__bottom{border-top:1px solid #efebeb3d;margin-top:1rem;padding:1rem;text-align:center}.footer__bottom p{color:#fdfbfbc9;font-size:.9rem;margin:0}@media (max-width:768px){.footer__content{flex-direction:column;padding:0 1rem}.footer__section{margin-bottom:1.5rem;padding:0}.newsletter__form{flex-direction:column}.newsletter__form input{border-radius:4px;margin-bottom:.5rem}.newsletter__form button{border-radius:4px}}
/*# sourceMappingURL=main.31a7517a.css.map*/