#root,body,html{box-sizing:border-box;font-family:Arial,sans-serif;height:100%;margin:0;overflow-x:hidden;padding:0}a{text-decoration:none}.wrapper{display:flex}Layout Wrappers .header{align-items:center;background-color:#f8f9fa;display:flex;justify-content:space-between;padding:1rem}.wrapper{.catalog-grid-row{grid-gap:32px;display:grid;gap:32px;grid-template-columns:repeat(3,1fr)}@media (max-width:900px){.catalog-grid-row{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.catalog-grid-row{grid-template-columns:1fr}}flex-direction:column;min-height:100vh;.catalog-grid{grid-gap:32px;background:#0000;display:grid;gap:32px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));padding:32px 0}.catalog-title{grid-column:1/-1;margin-bottom:24px;text-align:center}.product-card{align-items:center;background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;display:flex;flex-direction:column;padding:24px}.product-title{color:#222;font-size:1.1em;font-weight:700;margin-bottom:8px}.product-description{color:#555;margin-bottom:12px}.product-image-wrapper{margin-bottom:16px;text-align:center}.product-img{border-radius:8px;box-shadow:0 2px 8px #00000014;height:auto;max-width:180px;width:100%}.product-details{background:#fafafa;border:1px solid #eee;border-radius:8px;color:#222;font-size:.98em;margin-bottom:12px;padding:12px;width:100%}.product-type{color:#333;font-weight:700}.filter-heading{font-size:1.3em;font-weight:700;margin-bottom:16px;text-align:center}.filter-list{list-style:none;margin:0;padding:0}.filter-category{border-radius:4px;cursor:pointer;padding:10px 0;text-align:center;transition:background .2s}.filter-category:hover{background:#e0e0e0}.main .form-group{display:flex;margin-bottom:1.5rem;padding:.5rem 0}.main label{font-weight:700;margin-bottom:.5rem}.main input[type=email],.main input[type=password],.main input[type=text]{border:1px solid #ccc;border-radius:4px;font-size:1rem;margin-bottom:.5rem;padding:.5rem}.main textarea{border:1px solid #ccc;border-radius:4px;font-size:1rem;margin-bottom:.5rem;min-height:120px;padding:1rem;resize:vertical}.main button[type=submit]{background:#333;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:1rem;padding:.75rem 1.5rem;transition:background .2s}.main button[type=submit]:hover{background:#555}.main .error,.main .error-message{color:#d32f2f;font-size:.95rem;margin-top:.25rem}.main .success-message{color:#388e3c;font-size:1.1rem;margin-top:1rem}.footer{background-color:#faebd7;display:flex;justify-content:space-between;padding:1rem}.footer .footercolumn{flex:1 1;padding:0 1rem}.footer .footercolumn h4{margin-top:0}.footer .footercolumn p,.footer .footercolumn ul{list-style:none;margin:0;padding:0}.footer .footercolumn ul li{margin:.5rem 0}.footer a{color:#000;text-decoration:none}.dark-mode{background-color:#121212;color:#fff}.dark-mode .footer,.dark-mode .header{background-color:#333;color:#fff}.dark-mode .footer a{color:#fff}.dark-mode .hamburger,.dark-mode .header .nav-links{background-color:#333}.dark-mode .hamburger div{background-color:#fff}.dark-mode .dark-mode-toggle{background-color:#333;border:none;color:#fff}.dark-mode .dark-mode-toggle svg{fill:#fff}.dark-mode .header .nav-links li a{color:#fff!important}.App.dark-mode .main .product-card{background:#333;box-shadow:0 2px 8px #0003;color:#fff}.App.dark-mode .main ul li:hover{background:#444}.App.dark-mode .main .product-img{box-shadow:0 2px 8px #ffffff14}}.header,.row{display:flex}.header{align-items:center;background-color:#f8f9fa;justify-content:space-between;padding:1rem}.header img{height:100px;width:100px}.header a{color:#fff;text-decoration:none}.header a:hover{text-decoration:underline}.header .nav-links{display:flex;list-style:none;margin:0;padding:0}.header .nav-links li{margin:0 1rem}.header .nav-links li a{color:#000;text-decoration:none}.header .nav-links li a:hover{text-decoration:underline}.hamburger{cursor:pointer;display:none;flex-direction:column}.hamburger div{background-color:#000;height:3px;margin:4px 0;width:25px}.App.dark-mode .product-card{background:#222;color:#f1f1f1}.App.dark-mode .product-title{color:gold}.App.dark-mode .product-description{background:#222222d9;border-radius:6px;color:#e0e0e0;padding:.5em 1em}.App.dark-mode .product-img{background:#222222d9;border-radius:8px;padding:8px}.App.dark-mode .product-details{background:#333;border:1px solid #444;color:#f1f1f1}.App.dark-mode .product-type{color:gold}.main{align-items:stretch;display:flex;gap:0;padding:0}.main .column2{display:flex;flex-direction:column;gap:2rem}.main h2{margin-top:0}.main ul{padding-left:1rem}.main ul li{border-radius:4px;cursor:pointer;margin-bottom:.5rem;padding:.5rem 1rem;transition:background .2s}.main ul li:hover{background:#e0e0e0}.main .product-img{height:auto;max-width:200px}.main .product-card,.main .product-img{border-radius:8px;box-shadow:0 2px 8px #00000014}.main .product-card{background:#fff;margin-bottom:2rem;padding:1.5rem}.main .product-card h3{margin-top:0}.main .product-card h4{margin-bottom:.5rem}.main .product-card strong{color:#333}.main .product-card .AddCartButton{margin-top:1rem}.main .form-group{display:flex;flex-direction:column;margin-bottom:1.5rem;padding:.5rem 0}.main label{font-weight:700;margin-bottom:.5rem}.main input[type=email],.main input[type=password],.main input[type=text]{border:1px solid #ccc;border-radius:4px;font-size:1rem;margin-bottom:.5rem;padding:.5rem}.main textarea{border:1px solid #ccc;border-radius:4px;font-size:1rem;margin-bottom:.5rem;min-height:120px;padding:1rem;resize:vertical}.main button[type=submit]{background:#333;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:1rem;padding:.75rem 1.5rem;transition:background .2s}.main button[type=submit]:hover{background:#555}.main .error,.main .error-message{color:#d32f2f;font-size:.95rem;margin-top:.25rem}.main .success-message{color:#388e3c;font-size:1.1rem;margin-top:1rem}.column1{flex:1 1}.column2{flex:2 1}.column3{flex:1 1}.footer{background-color:#faebd7;display:flex;justify-content:space-between;padding:1rem}.footer .footercolumn{flex:1 1;padding:0 1rem}.footer .footercolumn h4{margin-top:0}.footer .footercolumn p,.footer .footercolumn ul{list-style:none;margin:0;padding:0}.footer .footercolumn ul li{margin:.5rem 0}.footer a{color:#000;text-decoration:none}.dark-mode{background-color:#121212;color:#fff}.dark-mode .footer,.dark-mode .header{background-color:#333;color:#fff}.dark-mode .footer a{color:#fff}.dark-mode .hamburger,.dark-mode .header .nav-links{background-color:#333}.dark-mode .hamburger div{background-color:#fff}.dark-mode .dark-mode-toggle{background-color:#333;border:none;color:#fff}.dark-mode .dark-mode-toggle svg{fill:#fff}.dark-mode .header .nav-links li a{color:#fff!important}.App.dark-mode .main .product-card{background:#333;box-shadow:0 2px 8px #0003;color:#fff}.App.dark-mode .main ul li:hover{background:#444}.App.dark-mode .main .product-img{box-shadow:0 2px 8px #ffffff14}@media (max-width:640px){.header .nav-links{background-color:#f8f9fa;display:none;flex-direction:column;left:0;position:absolute;top:60px;width:100%}.hamburger,.header .nav-links.active{display:flex}.row{flex-direction:column;padding:0}.main{align-items:center!important;flex-direction:column!important;padding:0 8px!important}.column1,.column3{display:none!important}.column2{max-width:100vw!important;padding:0!important;width:100%!important}.column2,.product-img{margin:0 auto!important}.product-img{display:block!important;height:auto!important;max-width:90vw!important}.book-card,.card{box-sizing:border-box!important;margin:0 auto!important;width:100%!important}.column1,.column2,.column3{box-sizing:border-box;flex:1 1 100%;padding:.5rem;width:100%}}
/*# sourceMappingURL=main.2102e35c.css.map*/