*{box-sizing:border-box;margin:0;padding:0}body{color:#0e3020;background-color:#f9f7f0;font-family:Inter,system-ui,-apple-system,sans-serif}.counter{color:var(--accent);background:var(--accent-bg);border:2px solid #0000;border-radius:5px;margin-bottom:24px;padding:5px 10px;font-size:16px;transition:border-color .3s}.counter:hover{border-color:var(--accent-border)}.counter:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.hero{position:relative}.hero .base,.hero .framework,.hero .vite{margin:0 auto;inset-inline:0}.hero .base{z-index:0;width:170px;position:relative}.hero .framework,.hero .vite{position:absolute}.hero .framework{z-index:1;height:28px;top:34px;transform:perspective(2000px)rotate(300deg)rotateX(44deg)rotateY(39deg)scale(1.4)}.hero .vite{z-index:0;width:auto;height:26px;top:107px;transform:perspective(2000px)rotate(300deg)rotateX(40deg)rotateY(39deg)scale(.8)}#center{flex-direction:column;flex-grow:1;place-content:center;place-items:center;gap:25px;display:flex}@media (width<=1024px){#center{gap:18px;padding:32px 20px 24px}}#next-steps{border-top:1px solid var(--border);text-align:left;display:flex}#next-steps>div{flex:1 1 0;padding:32px}@media (width<=1024px){#next-steps>div{padding:24px 20px}}#next-steps .icon{width:22px;height:22px;margin-bottom:16px}@media (width<=1024px){#next-steps{text-align:center;flex-direction:column}}#docs{border-right:1px solid var(--border)}@media (width<=1024px){#docs{border-right:none;border-bottom:1px solid var(--border)}}#next-steps ul{gap:8px;margin:32px 0 0;padding:0;list-style:none;display:flex}#next-steps ul .logo{height:18px}#next-steps ul a{color:var(--text-h);background:var(--social-bg);border-radius:6px;align-items:center;gap:8px;padding:6px 12px;font-size:16px;text-decoration:none;transition:box-shadow .3s;display:flex}#next-steps ul a:hover{box-shadow:var(--shadow)}#next-steps ul a .button-icon{width:18px;height:18px}@media (width<=1024px){#next-steps ul{flex-wrap:wrap;justify-content:center;margin-top:20px}#next-steps ul li{flex:calc(50% - 8px)}#next-steps ul a{box-sizing:border-box;justify-content:center;width:100%}}#spacer{border-top:1px solid var(--border);height:88px}@media (width<=1024px){#spacer{height:48px}}.ticks{width:100%;position:relative}.ticks:before,.ticks:after{content:"";border:5px solid #0000;position:absolute;top:-4.5px}.ticks:before{border-left-color:var(--border);left:0}.ticks:after{border-right-color:var(--border);right:0}p{margin:0}header{transition:display .5s ease-in-out}.hero-container{text-align:center;max-width:80%;padding:50px;transition:display .5s ease-in-out}.hero-main{color:#0e3020;font-size:35px;font-weight:800;line-height:1.2}.red-line{display:inline-block;position:relative}.red-line:after{content:"";background-color:#e63946;width:105%;height:5px;position:absolute;top:50%;left:-2px;transform:rotate(-5deg)}.green-underline{text-underline-offset:8px;text-decoration:underline;text-decoration-thickness:3px}.hero-italic{color:#777;margin-top:15px;font-size:20px;font-style:italic}@media (width<=992px){.hero-main{font-size:30px}}@media (width<=600px){.hero-main{font-size:15px}.red-line:after{height:3px}}.hero-italic{color:#777;font-size:24px;font-style:italic}@media (width<=600px){.hero-italic{font-size:8px}}.card{border-radius:15px;justify-self:center;width:100%;max-width:400px;height:100%;box-shadow:0 2px 7px #000}.card button{color:#fff;background-color:#0e3020;border:none;border-radius:10px;justify-content:center;align-items:center;gap:8px;width:100%;margin-top:5px;padding:5px 10px;font-size:14px;font-weight:500;display:flex}.spinner{border:3px solid #ddd;border-top-color:#0e3020;border-radius:50%;width:20px;height:20px;animation:.8s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.card-body{flex-direction:column;justify-content:flex-end;align-items:flex-start;font-weight:600;display:flex}.product-ratings{gap:2px;margin-bottom:4px;display:flex}.image-box{justify-content:center;align-items:center;height:180px;padding:5px;display:flex}.image-box img{width:100px;max-height:100%}.added-message{color:#0e3020;opacity:1}.nav{border:1px solid #ddd;justify-content:space-between;align-items:center;margin:10px;padding:10px;display:flex}.image{width:150px;height:60px}.hart{width:80px;height:50px}.hero-section{flex-direction:column;justify-content:center;align-items:center;gap:10px;margin-top:10px;margin-bottom:10px;padding:10px;display:flex}.p-1{width:150px;height:20px}.p-2{width:80px;height:20px}.products-grid{border:1px solid #ddd;grid-template-columns:300px;justify-content:center;gap:10px;margin:10px;padding:10px;display:grid}.product{height:200px}@media (width>=768px){.nav{gap:20px}.search{flex-grow:1;height:30px}.return-orders{width:100px;height:40px}.p-1{width:250px;height:20px}.p-2{width:180px;height:20px}.products-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.products-grid{grid-template-columns:repeat(4,1fr)}}.skeleton{background:linear-gradient(90deg,#e5e7eb 25%,#f3f4f6 50%,#e5e7eb 75%) 0 0/200% 100%;border-radius:10px;animation:1.5s linear infinite load}@keyframes load{0%{background-position:200%}to{background-position:-200%}}header{padding:15px}.navbar-large-screens{display:none}.navbar-large-screens form{flex-grow:1;justify-content:end;align-items:center;display:flex}.navbar-large-screens button{border:none;border-top-left-radius:30px;border-bottom-left-radius:30px;padding:17px 15px}#search-bar-ld{background-color:#f0f0f0;border:none;border-top-right-radius:30px;border-bottom-right-radius:30px;outline:none;flex-grow:1;max-width:600px;padding:15px;font-size:1.2rem}.order-page-link{color:#0e3020;text-align:left;margin-left:10px;font-size:1.2rem;text-decoration:none}.order-page-link:hover{text-decoration:underline}.navbar-small-screens{background-color:#fff;padding:10px;box-shadow:0 0 10px #000}.nav-top{justify-content:space-between;align-items:center;display:flex}.expand-menu-btn{color:#0e3020;cursor:pointer;background-color:#fff;padding:2px 5px;font-size:1.3rem}.expand-menu-btn:hover{color:#fff;cursor:pointer;background-color:#0e3020}.search-products{justify-content:center;margin-top:10px;display:flex}.mobile-menu{flex-direction:column;justify-content:center;align-items:start;gap:10px;height:0;transition:height .6s;display:flex;overflow:hidden}.mobile-menu-expanded{height:100px}.mobile-menu label{display:none}.mobile-menu button{border:none;border-top-left-radius:15px;border-bottom-left-radius:15px;padding:5px}.mobile-menu svg{margin-top:2px;margin-left:8px}#search-bar{background-color:#f0f0f0;border:none;border-top-right-radius:15px;border-bottom-right-radius:15px;outline:none;flex-grow:1;max-width:700px;padding:8px}.search-products-sd{justify-content:center;margin-top:10px;display:flex}.search-products-sd button{border:none;border-top-left-radius:15px;border-bottom-left-radius:15px;padding:8px}.searched-products{cursor:pointer;z-index:100;background-color:#fff;border:1px solid #fff;border-top:none;border-radius:20px;margin-top:10px;padding:10px;list-style:none;position:absolute;left:10px;right:10px}.searched-products li{margin:10px}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.cart-wrapper{color:#cc0e0eab;align-items:center;margin-top:10px;display:flex}.cart-wrapper a{color:#0e3020;justify-content:center;align-items:center;margin:2px;padding:5px;font-size:1.2rem;text-decoration:none;display:flex}.cart-wrapper:hover a{text-decoration:underline}.cart-wrapper svg{margin:0}.fixed{z-index:1000;position:fixed;top:0;left:0;right:0}@media (width>=1024px){.navbar-large-screens{cursor:pointer;background-color:#ffffffec;justify-content:space-between;align-items:center;gap:20px;padding:20px;display:flex;box-shadow:0 0 10px #000}.navbar-small-screens{display:none}.order-page-link{margin-left:0;font-weight:700}.cart-wrapper{margin:2px}.cart-wrapper a:hover{border:2px solid #0e3020;margin:0}.search-products-sd{display:none}}.main-content{justify-content:center;align-items:center;padding:40px 20px;display:flex}.empty-cart-card{text-align:center;background-color:#fff;border:1px solid #1a3a2a;border-radius:12px;width:100%;max-width:480px;padding:40px 25px;box-shadow:0 4px 15px #00000008}.illustration-container{margin-bottom:25px}.large-cart-svg{opacity:.85;width:80px;height:80px}.alert-headline{letter-spacing:-.3px;margin-bottom:15px;font-size:24px;font-weight:800}.alert-subline{margin-bottom:30px;font-size:20px;font-weight:600}.explore-btn{color:#fff;background-color:#1a3a2a;border-radius:6px;width:100%;padding:12px 30px;font-size:15px;font-weight:600;text-decoration:none;transition:opacity .15s;display:inline-block}.explore-btn:hover{opacity:.9}@media (width<=768px){.navbar-container{gap:12px}.brand-name{font-size:18px}.alert-headline{font-size:21px}}@media (width<=540px){.navbar-container{flex-wrap:wrap}.search-bar-container{order:3;width:100%;max-width:100%}.empty-cart-card{padding:30px 15px}.alert-headline{font-size:19px}}.spinner{border:3px solid #0e3020;border-top-color:#ddd;border-radius:50%;width:15px;height:15px;animation:.8s linear infinite spin;display:inline-block}.checkout-header{background-color:#f9f7f0;border-radius:15px;margin:10px 10px 20px;padding:1.5rem 0;box-shadow:0 4px 12px #0000000d}.header-content{justify-content:space-between;align-items:center;max-width:1140px;margin:0 auto;padding:0 2rem;display:flex}.brand-section{align-items:center;max-width:20%;display:flex}.brand-icon{cursor:pointer;width:100%}.checkout-status h2{color:#1a3a2a;letter-spacing:-.5px;margin-bottom:0;font-size:1.5rem;font-weight:700}@media (width<=768px){.checkout-header{margin:5px;padding:1rem 0}.checkout-status h2{font-size:1.2rem}}@media (width<=480px){.header-content{flex-direction:column;gap:10px}.brand-section{max-width:50%}}:root{--kaamna-green:#1a3a2a;--kaamna-cream:#f9f7f0;--kaamna-accent:#2d5a42;--text-main:#1a3a2a;--white:#fff}.checkout-grid{max-width:1200px;color:var(--text-main);grid-template-columns:1fr 350px;gap:2rem;margin:0 auto;padding:20px;font-family:Inter,sans-serif;display:grid}.order-review h2{color:var(--kaamna-green);margin-bottom:1.5rem;font-weight:800}.cart-item-container{background:var(--white);border:1px solid #1a3a2a1a;border-radius:12px;margin-bottom:1rem;padding:1.5rem}.delivery-date{color:#007600;margin-bottom:1rem;font-size:1.1rem;font-weight:700}.cart-item-details-grid{grid-template-columns:120px 2fr 1fr;align-items:start;gap:1.5rem;display:grid}.checkout-product-info{flex-direction:column;align-self:start;gap:8px;display:flex}.checkout-product-image{object-fit:contain;border-radius:8px;width:100%}.checkout-product-name{color:#1a3a2a;font-size:1.1rem;font-weight:700}.checkout-product-price{color:#1a3a2a;margin:4px 0;font-weight:700}.checkout-link{color:#1a3a2a;cursor:pointer;margin-left:10px;font-size:.9rem}.checkout-link:hover{color:#c45500;text-decoration:underline}.option-title{margin-bottom:.5rem;font-weight:700}.delivery-option{cursor:pointer;gap:10px;margin-bottom:12px;font-size:.95rem;display:flex}.delivery-option input[type=radio]{accent-color:var(--kaamna-green);margin-top:4px}.date{color:#007600;font-weight:700}.payment-summary{background:var(--white);border:1px solid #1a3a2a33;border-radius:12px;height:fit-content;padding:1.5rem;position:sticky;top:20px}.payment-summary h3{margin-bottom:1rem;font-size:1.25rem;font-weight:800}.summary-row{justify-content:space-between;margin-bottom:8px;font-size:.95rem;display:flex}.summary-row.total{color:#1a3a2a;margin-top:10px;font-size:1.2rem;font-weight:800}hr{border:0;border-top:1px solid #ddd;margin:15px 0}.kaamna-btn{cursor:pointer;color:#fff;background-color:#1a3a2a;border:1px solid #1a3a2a;border-radius:8px;width:100%;margin-top:1rem;padding:12px;font-weight:600;transition:background-color .2s}.kaamna-btn:hover{background-color:#30aa6d}@media (width<=992px){.checkout-grid{grid-template-columns:1fr}.payment-summary{order:-1;position:static}}@media (width<=576px){.cart-item-details-grid{text-align:center;grid-template-columns:1fr}.checkout-product-image{width:120px;margin:0 auto}.delivery-option{justify-content:start}.option-title{justify-self:start}}.order-container{max-width:900px;margin:20px auto;padding:0 15px}.order-header{background:#fff;border-bottom:1px solid #d5d9d9;padding:15px 0}.header-container{text-align:center;flex-direction:column;align-items:center;gap:15px;max-width:900px;margin:0 auto;padding:0 15px;display:flex}.brand-identity{flex-direction:column;align-items:center;gap:10px;display:flex}.logo{border-radius:50%;width:150px}.brand-text h1{letter-spacing:1px;font-size:1.3rem;line-height:1}.brand-text p{color:#565959;font-size:.75rem}.order-card{background:#fff;border:1px solid #d5d9d9;border-radius:12px;margin-bottom:30px;overflow:hidden}.order-card-header{background:#f0f2f2;border-bottom:1px solid #d5d9d9;flex-direction:column;gap:12px;padding:15px;font-size:.85rem;display:flex}.order-label{color:#565959;text-transform:uppercase;font-size:.7rem;font-weight:700;display:block}.order-value{font-weight:700}.order-body{flex-direction:column;display:flex}.order{flex-direction:column;justify-content:center;align-items:center;gap:20px;padding:20px;display:flex}.order-product-info{flex-direction:column;align-items:center;gap:15px;display:flex}.order-product-thumb{object-fit:contain;border-radius:8px;width:100px;height:100px}.product-details h3{color:#1a3a2a;margin-bottom:5px;font-size:1.1rem}.order-status{color:#007600;margin-bottom:5px;font-weight:700}.order-qty{color:#565959;font-size:.9rem}.product-actions{width:100%}.order-btn{cursor:pointer;text-align:center;border:1px solid #d5d9d9;border-radius:8px;width:100%;padding:12px;font-size:.85rem;font-weight:700;display:block}.order-btn-primary{color:#fff;background:#1a3a2a;justify-self:center;text-decoration:none}.order-btn-secondary{color:#fff;background:#1a3a2a;border-color:#1a3a2a}.order-footer{text-align:center;background:#f9f7f0;border-top:1px solid #d5d9d9;padding:12px 20px;font-size:.85rem;font-style:italic}.hidden{display:none}@media (width>=480px){.header-container{flex-direction:row;justify-content:space-between}.brand-identity{text-align:left;flex-direction:row}.logo{width:180px}.order-card-header{flex-direction:row;gap:25px}.order-product-info{text-align:left;flex-direction:row;align-items:flex-start}}@media (width>=768px){.order{flex-direction:row;justify-content:space-between;align-items:flex-start}.product-actions{width:auto}.order-btn-primary{width:200px}}.page-content{max-width:900px;margin:30px auto;padding:0 20px}.all-orders-link{color:#007185;font-size:14px;text-decoration:none}.all-orders-link:hover{text-decoration:underline}.delivery-headline{margin-top:25px;margin-bottom:5px;font-size:22px}.product-title{margin:0;font-size:14px}.product-quantity{color:#565959;margin:4px 0 20px;font-size:14px}.shirt-image{width:130px;height:auto;margin-bottom:30px}.tracking-section{margin-top:40px}.status-labels-container{justify-content:space-between;margin-bottom:8px;display:flex}.status-label{color:#111;width:33%;font-size:16px;font-weight:700}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.active-text{color:#007600}.progress-bar-outline{background-color:#fff;border:1px solid #ccc;border-radius:20px;height:16px;padding:2px}.progress-bar-fill-green{background-color:#007600;border-radius:20px;width:45px;height:100%}
