body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}#root,body,html{height:100%;margin:0;padding:0}#root,.app-container,body,html{display:flex;flex-direction:column}.app-container{min-height:100vh}.main-content{align-items:center;display:flex;flex:1 1;flex-direction:column;justify-content:center}.site-footer{margin-top:auto;width:100%}.intro-container{background:#f8f9fa;border-radius:10px;box-shadow:0 4px 8px #0000001a;margin:auto;max-width:700px;padding:30px;text-align:center}.intro-text{color:#333;font-size:1.2rem;font-weight:500;line-height:1.6;margin:0 auto;max-width:600px;text-align:center}.intro-text strong{color:#2e7d32}.intro-text br{line-height:2}p{color:#555;font-size:1.1rem;line-height:1.4;margin-bottom:15px}.bootloop-logo{background-color:#f8f9fa;border-radius:10px;display:block;margin:0 auto 15px;padding:10px;width:120px}.features-list{list-style:none;margin:15px 0;padding:0}.features-list li{align-items:center;color:#333;display:flex;font-size:1rem;gap:10px;margin-bottom:10px;text-align:left;white-space:nowrap}.feature-icon{height:auto;width:45px}.feature-text{flex:1 1;overflow:hidden;text-align:left;text-overflow:ellipsis}.get-started-bar{align-items:center;background:#4caf50;border-radius:6px;cursor:pointer;display:flex;justify-content:center;margin:15px auto 0;max-width:700px;padding:4px 0;transition:background .3s ease,transform .2s ease;width:100%}.get-started-bar:hover{background:#388e3c;transform:scale(1.02)}.get-started-icon{height:auto;width:100px}.logo-bar{background-color:#1a237e;border-radius:12px;display:flex;justify-content:center;margin:20px auto;max-width:700px;padding:12px 0;width:95%}.bootloop-logo{height:auto;width:100px}.swap-options-container{background-color:#f9f9f9;border-radius:10px;box-shadow:0 4px 6px #0000001a;margin:20px auto;max-width:600px;padding:20px;text-align:center}.swap-options-container h2{color:#333;font-size:24px;margin-bottom:15px}.swap-options-list{list-style:none;padding:0}.swap-option{background-color:#007bff;border-radius:8px;color:#fff;display:block;font-size:18px;margin:10px auto;padding:12px;text-align:center;text-decoration:none;transition:background-color .3s}.swap-option:hover{background-color:#0056b3}.swap-option-text{font-weight:700}.product-detail-container{align-items:flex-start;border-radius:12px;box-shadow:0 4px 12px #00000026;display:flex;flex-direction:row;gap:50px;justify-content:space-between;margin:40px auto;max-width:1100px;width:90%}.back-to-products-container{display:flex;justify-content:flex-start;margin-bottom:20px;width:100%}.back-to-products-btn{align-items:center;background:#0e1e78;border:none;border-radius:20px;color:#fff;cursor:pointer;display:flex;font-size:1.2rem;font-weight:700;justify-content:center;max-width:220px;padding:12px 18px;transition:background .3s ease,color .3s ease}.back-to-products-btn:hover{background:#142b9e;color:#fff}.product-detail-content{align-items:flex-start;display:flex;flex-direction:row;gap:50px;justify-content:space-between;width:100%}.product-image-container{flex:1 1;max-width:380px}.product-detail-image{border-radius:12px;object-fit:contain;width:100%}.product-info{display:flex;flex:2 1;flex-direction:column;justify-content:flex-start;text-align:left}.product-title{color:#333;font-size:1.3rem;font-weight:700;margin-bottom:15px}.product-description{-webkit-line-clamp:8;color:#111;font-size:2rem;font-weight:500;line-height:2.2;margin-bottom:25px;max-width:800px;text-align:left}.product-price{color:#000;font-size:1.8rem;font-weight:700;margin-bottom:12px}.product-condition{color:#777;font-size:1.3rem;margin-bottom:25px}.category-list-container{margin:10px auto auto;max-width:1200px;min-height:calc(100vh - 150px);padding:20px;text-align:center}.category-grid{flex-wrap:wrap;gap:20px;justify-content:center;margin-top:20px}.category-card,.category-grid{align-items:center;display:flex}.category-card{background:#fff;border:2px solid #0000;border-radius:12px;box-shadow:0 4px 8px #0000001a;box-sizing:border-box;color:#fff;cursor:pointer;flex-direction:column;justify-content:space-between;max-width:220px;min-height:140px;overflow:hidden;padding:12px;text-align:center;transition:transform .2s ease,box-shadow .2s ease;width:100%}.category-card:hover{transform:scale(1.04)}.category-card h2,.category-card p{color:#fff!important}.category-card[data-category="1"]{background:#4caf50!important}.category-card[data-category="2"]{background:#0e1e78!important}.category-card[data-category="3"]{background:#ff9800!important}.category-card[data-category="4"]{background:#9c27b0!important}.category-card[data-category="5"]{background:#f44336!important}.category-card[data-category="6"]{background:#795548!important}.product-card[data-category="1"]{--category-color:#4caf50}.product-card[data-category="2"]{--category-color:#0e1e78}.product-card[data-category="3"]{--category-color:#ff9800}.product-card[data-category="4"]{--category-color:#9c27b0}.product-card[data-category="5"]{--category-color:#f44336}.product-card[data-category="6"]{--category-color:#795548}.selected-category-products-container{align-items:flex-start;display:flex;flex-direction:row;gap:30px;justify-content:flex-start;margin:20px auto;max-width:1400px;padding:20px;width:100%}.selected-category-container{align-items:center;display:flex;justify-content:center;margin-top:20px;width:100%}.selected-category-card{background:#fff;border:3px solid #0000;border-radius:12px;box-shadow:0 4px 12px #00000026;color:#fff!important;max-width:400px;padding:20px;text-align:center;width:320px}.selected-category-card h2,.selected-category-card p{color:#fff!important}.selected-category-card .back-button{align-items:center;background:#fff3;border:none;border-radius:20px;color:#fff;cursor:pointer;display:flex;font-size:1rem;font-weight:700;justify-content:center;margin:0 auto;max-width:220px;padding:10px 16px;text-transform:lowercase;transition:background .3s ease,color .3s ease;width:80%}.selected-category-card .back-button:hover{background:#fff6;color:#fff}.subcategory-list{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin-bottom:20px;margin-top:10px}.subcategory-tag{background:#fff3;border:2px solid #fff;border-radius:20px;color:#fff;cursor:pointer;font-size:.9rem;padding:6px 12px;transition:all .3s ease}.subcategory-tag:hover{background:#fff6}.products-grid-container{flex:1 1;max-width:1200px;width:100%}.products-grid{grid-gap:15px;align-items:start;display:grid!important;gap:15px;grid-auto-rows:auto;grid-template-columns:repeat(8,minmax(150px,1fr))!important;justify-content:start;width:100%}.product-card{align-items:center;background-color:#fff;background-color:var(--category-color,#fff);border:2px solid #ddd;border-radius:12px;box-shadow:0 4px 8px #00000026;box-sizing:border-box;display:flex;flex-direction:column;height:220px;justify-content:space-between;overflow:hidden;padding:12px 12px 10px;text-align:center;transition:transform .2s ease,box-shadow .2s ease;width:220px}.product-card h3{color:#fff;font-size:14px;font-weight:600;margin-bottom:5px}.product-description{-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;word-wrap:break-word;color:#eee;display:-webkit-box;font-size:12px;max-height:38px;overflow:hidden;padding:0 5px;text-align:center;text-overflow:ellipsis;white-space:normal}.product-card .product-image{border-radius:8px;height:auto;margin-bottom:5px;max-height:140px;object-fit:contain;width:100%}.product-card:hover{box-shadow:0 6px 12px #0003;transform:scale(1.05)}.product-card p{color:#fff;font-size:12px;font-weight:500;margin:2px 0}.no-products{color:#888;font-size:1rem;margin-top:10px;text-align:center}.pagination-controls button{background:#007bff;border:none;border-radius:6px;color:#fff;cursor:pointer;padding:8px 12px;transition:background .3s ease}.pagination-controls button:hover{background:#0056b3}.pagination-controls button:disabled{background:#ccc;cursor:not-allowed}.pagination-controls{display:flex;gap:10px;justify-content:center;margin-bottom:30px;margin-top:30px}.back-to-category-container{display:flex;justify-content:flex-start;margin-bottom:15px;width:100%}.back-to-category-btn{background:#333;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:1rem;padding:8px 12px;transition:background .3s ease}.back-to-category-btn:hover{background:#555}.product-detail-container{margin:auto;max-width:900px;padding:20px;text-align:left}.product-detail-card{align-items:center;background:#fff;border-radius:12px;box-shadow:0 4px 12px #0000001a;display:flex;gap:20px;padding:20px}.product-detail-image{border-radius:10px;height:auto;width:280px}.product-detail-text{flex-grow:1}.product-detail-text h2{color:#333;font-size:1.5rem;margin-bottom:10px}.product-detail-text p{color:#555;font-size:1rem;margin-bottom:8px}.back-to-products-btn{margin-bottom:20px}.site-header{background-color:#4caf50;color:#fff;justify-content:space-between;padding:10px 20px}.logo-container,.site-header{align-items:center;display:flex}.logo-container{gap:15px}.logo{height:80px;margin-right:15px;width:80px}.site-title{font-size:2rem;margin:0}.site-title a{color:#fff;text-decoration:none}.site-nav ul{display:flex;gap:15px;list-style:none;margin:0;padding:0}.site-nav a{color:#fff;font-weight:700;text-decoration:none}.site-nav a:hover{text-decoration:underline}.site-footer{background-color:#333;color:#fff;padding:10px 20px;text-align:center}.site-footer p{font-size:.9rem;margin:0}.list-your-boots-container{background:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a;margin:40px auto;max-width:500px;padding:20px}.list-your-boots-container h2{color:#333;font-size:1.5rem;margin-bottom:20px;text-align:center}form{align-items:stretch;display:flex;flex-direction:column}form input,form select,form textarea{border:1px solid #ccc;border-radius:5px;font-size:1rem;margin-bottom:10px;padding:12px;width:100%}form textarea{height:100px;resize:none}form input[type=file]{background:#f9f9f9;border:none;padding:5px}form button{background:#007bff;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:1rem;margin-top:10px;padding:12px;transition:background .3s ease}form button:hover{background:#0056b3}@media (min-width:600px){.list-your-boots-container{padding:30px}}.select-dropdown{background-color:#fff;border:2px solid #007bff;border-radius:8px;cursor:pointer;transition:all .2s ease-in-out;width:100%}.select-dropdown:focus{border-color:#0056b3;box-shadow:0 0 5px #007bff80;outline:none}.select-dropdown:hover{border-color:#0056b3}.shoe-size-selector{display:flex;flex-direction:column;gap:10px}.size-inputs{gap:10px}.size-label{font-weight:700}.toggle-label{align-items:center;display:flex;gap:5px}.toggle-group{display:flex;gap:10px;justify-content:center;margin-bottom:10px}.toggle-button{background:#fff;border:1px solid #007bff;border-radius:5px;color:#007bff;cursor:pointer;padding:8px 12px;transition:all .3s ease-in-out}.toggle-button.active{background:#007bff;color:#fff}.size-dropdown{border:1px solid #ccc;border-radius:5px;font-size:14px;padding:8px}.size-inputs{align-items:center;display:flex;flex-direction:column}.size-equivalents{display:flex;font-size:14px;gap:10px}.size-box{background:#f0f0f0;border-radius:5px;font-size:14px;font-weight:700;padding:6px 10px;text-align:center}.find-swap-container{background:#f8f9fa;border-radius:10px;box-shadow:0 4px 10px #0000001a;margin:auto;max-width:800px;padding:20px}h2{color:#007bff;text-align:center}.filter-section{background:#fff;border-radius:8px;box-shadow:0 2px 5px #0000001a;gap:15px;padding:20px}.filter-group,.filter-section{display:flex;flex-direction:column}.filter-label{font-weight:700;margin-bottom:5px}.select-dropdown{background:#f8f9fa;border:1px solid #ddd;border-radius:5px;font-size:16px;padding:10px}.brand-dropdown{background:#dff0d8}.boot-list{margin-top:20px}.boot-card{align-items:center;background:#fff;border-radius:8px;box-shadow:0 2px 5px #0000001a;display:flex;gap:10px;margin-bottom:15px;padding:15px}.boot-image{border-radius:5px;height:100px;object-fit:cover;width:100px}.swap-button{background:#007bff;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:14px;padding:8px 12px;transition:.3s}.swap-button:hover{background:#0056b3}.no-results{color:red;font-weight:700;text-align:center}:root{--bg:#0b0f19;--text:#e8edf7;--muted:#a8b3c7;--border:#ffffff14;--shadow:0 10px 30px #00000059;--radius:18px;--card:#ffffff08}*{box-sizing:border-box}body,html{margin:0;padding:0;scroll-behavior:smooth}body{background:radial-gradient(1200px 600px at 20% 0,#8954ff40,#0000 60%),radial-gradient(900px 500px at 80% 10%,#ff54ba1f,#0000 60%),#0b0f19;background:radial-gradient(1200px 600px at 20% 0,#8954ff40,#0000 60%),radial-gradient(900px 500px at 80% 10%,#ff54ba1f,#0000 60%),var(--bg);color:#e8edf7;color:var(--text);font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Arial}a{color:inherit;text-decoration:none}a:hover{opacity:.92}.lp__srOnly{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.lp__container{margin:0 auto;max-width:1100px;padding:0 20px}.lp__header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0b0f19bf;border-bottom:1px solid #ffffff14;border-bottom:1px solid var(--border);position:-webkit-sticky;position:sticky;top:0;z-index:10}.lp__headerInner{height:74px;justify-content:space-between}.lp__brand,.lp__headerInner{align-items:center;display:flex}.lp__brand{gap:10px}.lp__logo{display:block;height:54px;width:auto}.lp__nav{align-items:center;color:#a8b3c7;color:var(--muted);display:flex;gap:16px}.lp__navLink{border-radius:12px;font-size:14px;padding:8px 10px}.lp__navLink:hover{background:#ffffff0a}.lp__ctaSmall{background:#ffffff08;border:1px solid #ffffff14;border:1px solid var(--border);border-radius:12px;color:#e8edf7;color:var(--text);cursor:pointer;padding:10px 12px}#benefits,#faq,#how,#safety,#waitlist{scroll-margin-top:90px}.lp__hero{padding:54px 0 28px}.lp__heroGrid{grid-gap:22px;align-items:start;display:grid;gap:22px;grid-template-columns:1.2fr .8fr}.lp__kicker{background:#ffffff05;border:1px solid #ffffff14;border:1px solid var(--border);border-radius:999px;color:#a8b3c7;color:var(--muted);display:inline-block;font-size:13px;margin-bottom:14px;padding:6px 10px}.lp__hero h1{font-size:46px;line-height:1.06;margin:0 0 12px}.lp__sub{color:#a8b3c7;color:var(--muted);font-size:18px;line-height:1.55;margin:0 0 18px}.lp__heroHighlights{display:flex;flex-wrap:wrap;gap:10px;margin:10px 0 18px}.lp__highlight{background:#ffffff08;border:1px solid #ffffff14;border:1px solid var(--border);border-radius:999px;color:#a8b3c7;color:var(--muted);font-size:13px;padding:8px 10px}.lp__actions{display:flex;flex-wrap:wrap;gap:12px;margin:8px 0 18px}.lp__cta{background:linear-gradient(135deg,#8954ff,#ff54ba);border:0;border-radius:14px;box-shadow:0 10px 30px #00000059;box-shadow:var(--shadow);color:#08101d;cursor:pointer;font-weight:800;padding:12px 16px}.lp__ctaInline{margin-top:12px}.lp__ghost{background:#ffffff08;border-radius:14px;font-weight:800;padding:12px 16px}.lp__ghost,.lp__miniFormWrap{border:1px solid #ffffff14;border:1px solid var(--border)}.lp__miniFormWrap{background:linear-gradient(180deg,#ffffff0a,#ffffff05);border-radius:18px;border-radius:var(--radius);padding:14px}.lp__miniTitle{font-weight:900;margin-bottom:10px}.lp__form,.lp__miniForm{align-items:center;display:flex;flex-wrap:wrap;gap:10px}.lp__form input,.lp__miniForm input{background:#0000002e;border:1px solid #ffffff14;border:1px solid var(--border);border-radius:10px;color:#e8edf7;color:var(--text);flex:1 1 220px;font-size:14px;padding:9px 11px}.lp__form input::placeholder,.lp__miniForm input::placeholder{color:#a8b3c7bf}.lp__form button,.lp__miniForm button{background:linear-gradient(135deg,#8954ff,#ff54ba);border:0;border-radius:10px;color:#08101d;cursor:pointer;font-size:14px;font-weight:900;padding:10px 14px}.lp__card{background:linear-gradient(180deg,#ffffff0a,#ffffff05);border:1px solid #ffffff14;border:1px solid var(--border);border-radius:18px;border-radius:var(--radius);box-shadow:0 10px 30px #00000059;box-shadow:var(--shadow);padding:18px}.lp__cardTitle{font-weight:900;margin-bottom:10px}.lp__cardRow{border-bottom:1px dashed #ffffff14;color:#a8b3c7;color:var(--muted);display:flex;justify-content:space-between;padding:10px 0}.lp__cardRow strong{color:#e8edf7;color:var(--text)}.lp__divider{background:#ffffff14;background:var(--border);height:1px;margin:14px 0}.lp__list{color:#a8b3c7;color:var(--muted);margin:0;padding-left:18px}.lp__list li{margin:8px 0}.lp__note{background:#8954ff14;border:1px solid #8954ff40;border-radius:14px;color:#a8b3c7;color:var(--muted);margin-top:14px;padding:12px}.lp__section{padding:54px 0}.lp__sectionAlt{background:#ffffff05;border-bottom:1px solid #ffffff14;border-bottom:1px solid var(--border);border-top:1px solid #ffffff14;border-top:1px solid var(--border)}.lp__section h2{font-size:30px;margin:0 0 10px}.lp__sectionLead{color:#a8b3c7;color:var(--muted);line-height:1.5;margin:0 0 18px}.lp__steps{grid-gap:14px;display:grid;gap:14px;grid-template-columns:repeat(3,1fr)}.lp__step{background:#ffffff05;border:1px solid #ffffff14;border:1px solid var(--border);border-radius:18px;border-radius:var(--radius);padding:16px}.lp__step h3{margin:0 0 8px}.lp__stepNum{background:#8954ff40;border:1px solid #8954ff59;border-radius:10px;font-weight:900;height:32px;justify-content:center;margin-bottom:10px;width:32px}.lp__callout,.lp__stepNum{align-items:center;display:flex}.lp__callout{background:#ffffff05;border:1px solid #ffffff14;border:1px solid var(--border);border-radius:18px;border-radius:var(--radius);flex-wrap:wrap;gap:14px;justify-content:space-between;margin-top:18px;padding:16px}.lp__calloutTitle{font-weight:900}.lp__calloutBody{color:#a8b3c7;color:var(--muted);max-width:680px}.lp__grid2{grid-gap:14px;display:grid;gap:14px;grid-template-columns:repeat(2,1fr)}.lp__panel{background:#ffffff05;border:1px solid #ffffff14;border:1px solid var(--border);border-radius:18px;border-radius:var(--radius);color:#a8b3c7;color:var(--muted);padding:16px}.lp__panel h3{color:#e8edf7;color:var(--text);margin:0 0 6px}.lp__faq{grid-gap:10px;display:grid;gap:10px}.lp__faqItem{background:#ffffff05;border:1px solid #ffffff14;border:1px solid var(--border);border-radius:18px;border-radius:var(--radius);padding:12px 14px}.lp__faqItem summary{cursor:pointer;font-weight:900}.lp__faqBody{color:#a8b3c7;color:var(--muted);line-height:1.5;margin-top:10px}.lp__waitlist{padding-bottom:64px}.lp__waitlistGrid{grid-gap:18px;align-items:start;display:grid;gap:18px;grid-template-columns:1.1fr .9fr}.lp__waitlistCard{background:linear-gradient(180deg,#ffffff0a,#ffffff05);border:1px solid #ffffff14;border:1px solid var(--border);border-radius:18px;border-radius:var(--radius);box-shadow:0 10px 30px #00000059;box-shadow:var(--shadow);padding:16px}.lp__trustRow{display:flex;flex-wrap:wrap;gap:10px;margin-top:12px}.lp__trustPill{background:#ffffff08;border:1px solid #ffffff14;border:1px solid var(--border);border-radius:999px;padding:8px 10px}.lp__fine,.lp__trustPill{color:#a8b3c7;color:var(--muted);font-size:13px}.lp__fine,.lp__success{margin-top:10px}.lp__success{background:#54ffaa14;border:1px solid #54ffaa40;border-radius:14px;color:#e8edf7;color:var(--text);padding:12px}.lp__footer{color:#a8b3c7;color:var(--muted);padding:26px 0}.lp__footerInner{align-items:center;display:flex;flex-wrap:wrap;gap:10px}.lp__footerSep{opacity:.5}@media (max-width:920px){.lp__nav{display:none}.lp__grid2,.lp__heroGrid,.lp__steps,.lp__waitlistGrid{grid-template-columns:1fr}.lp__hero h1{font-size:38px}.lp__logo{height:48px}.lp__callout{align-items:flex-start}}
/*# sourceMappingURL=main.65f727fd.css.map*/