*{margin:0;padding:0;box-sizing:border-box}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;color:#333}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;letter-spacing:.5px}button{font-family:inherit;cursor:pointer;border:none;background:none;transition:all .2s ease}:root{--mobile: 0;--tablet: 768px;--desktop: 1024px;--max-width: 1200px}@media (min-width: 768px){.desktop-nav{display:flex!important}.mobile-nav{display:none!important}.desktop-welcome{display:block!important}}@media (max-width: 767px){.desktop-nav{display:none!important}.mobile-nav{display:block!important}.desktop-welcome{display:none!important}}.chatbot-pane{max-width:100vw}@media (max-width: 480px){.chatbot-pane{width:100vw!important}}.product-detail{max-width:1024px;margin:0 auto;width:100%}.product-detail-content{display:flex;gap:2rem;flex-wrap:wrap}.product-detail-image{max-width:100%;height:auto;border-radius:8px}.product-detail-info{flex:1;min-width:300px}.product-detail-title{font-size:2rem;font-weight:600;margin-bottom:1rem;color:#333}.product-detail-price{font-size:1.5rem;font-weight:500;color:#007bff;margin-bottom:1rem}.product-detail-description{margin-bottom:2rem;line-height:1.6;color:#666}.btn{padding:12px 24px;border:none;border-radius:6px;cursor:pointer;font-size:1rem;font-weight:500;transition:background-color .2s}.btn-primary{background-color:#007bff;color:#fff}.btn-primary:hover:not(:disabled){background-color:#0056b3}.btn-success{background-color:#28a745;color:#fff}.btn-success:hover:not(:disabled){background-color:#1e7e34}.btn:disabled{opacity:.6;cursor:not-allowed}.loading,.error{text-align:center;padding:2rem;max-width:1024px;margin:0 auto}.cart-items{display:flex;flex-direction:column;gap:1rem}.cart-item{display:flex;gap:1rem;padding:1rem;border:1px solid #e0e0e0;border-radius:8px;background:#fff}.cart-item-image{width:80px;height:80px;object-fit:cover;border-radius:4px}.cart-item-info{flex:1}.cart-item-name{margin-bottom:.5rem;font-size:1.1rem;font-weight:500}.quantity-controls{display:flex;align-items:center;gap:.5rem;margin:.75rem 0}.quantity-btn{width:36px;height:36px;border:1px solid #ddd;background:#fff;color:#333;border-radius:4px;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1.1rem;font-weight:600;transition:all .2s ease}.quantity-btn:hover:not(:disabled){background:#f8f9fa;border-color:#007bff;color:#007bff}.quantity-btn:disabled{opacity:.5;cursor:not-allowed;background:#f8f9fa}.quantity-display{min-width:40px;text-align:center;font-weight:600;font-size:1rem;padding:0 .5rem}.orders-page{width:100%}.orders-empty{text-align:center;padding:3rem}.empty-state{color:#666;line-height:1.6}.orders-list{display:flex;flex-direction:column;gap:1rem}.order-card{border:1px solid #e0e0e0;border-radius:8px;background:#fff;padding:1.5rem}.order-header{cursor:pointer;display:flex;justify-content:space-between;align-items:center}.order-summary{display:flex;justify-content:space-between;align-items:center;flex:1}.order-info h3{margin:0;font-size:1.1rem;font-weight:600}.order-date{margin:.25rem 0 0;color:#666;font-size:.9rem}.order-status-price{text-align:right}.order-status{display:block;font-weight:500;margin-bottom:.25rem}.order-total{font-size:1.1rem;font-weight:600}.expand-icon{margin-left:1rem;color:#666}.order-details{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e0e0e0}.order-items h4{margin:0 0 1rem;font-size:1rem;font-weight:600}.order-item{display:flex;gap:1rem;padding:1rem 0;border-bottom:1px solid #f0f0f0}.order-item:last-child{border-bottom:none}.order-item-image{width:60px;height:60px;object-fit:cover;border-radius:4px;flex-shrink:0}.order-item-info{flex:1}.order-item-info h5{margin:0 0 .5rem;font-size:1rem;font-weight:500}.order-item-details{margin:0 0 .25rem;color:#666;font-size:.9rem}.order-item-total{margin:0;font-weight:600;color:#007bff}.order-shipping{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #f0f0f0}.order-shipping h4{margin:0 0 1rem;font-size:1rem;font-weight:600}.shipping-address p{margin:.25rem 0;color:#666}.hero-section{position:relative;min-height:60vh;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero-content{text-align:center;padding:2rem;max-width:600px;z-index:2;position:relative}.hero-title{font-size:clamp(2rem,5vw,4rem);font-weight:700;line-height:1.1;margin-bottom:2rem;text-transform:uppercase;letter-spacing:2px}.hero-button{background-color:#fff;color:#333;border:none;border-radius:50px;padding:1rem 2rem;font-size:1rem;font-weight:600;text-transform:uppercase;letter-spacing:1px;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;gap:.5rem}.hero-button:hover{transform:translateY(-2px);box-shadow:0 8px 25px #00000026}.mobile-menu-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;z-index:9999;opacity:0;transition:opacity .3s ease}.mobile-menu-overlay.open{opacity:1}.mobile-menu-panel{background-color:#fff;width:100%;max-width:400px;height:100vh;overflow-y:auto;transform:translate(-100%);transition:transform .3s ease;box-shadow:2px 0 10px #0000001a}.mobile-menu-panel.open{transform:translate(0)}.btn-freitag{background-color:transparent;color:#333;border:2px solid #333;border-radius:50px;padding:1rem 2rem;font-size:.9rem;font-weight:600;text-transform:uppercase;letter-spacing:1px;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;gap:.5rem}.btn-freitag:hover{background-color:#333;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.btn-freitag-filled{background-color:#333;color:#fff;border:2px solid #333}.btn-freitag-filled:hover{background-color:transparent;color:#333}.product-card{border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #00000014;transition:all .3s ease;background:#fff}.product-card:hover{transform:translateY(-4px);box-shadow:0 8px 25px #00000026}.product-card-image{width:100%;height:250px;object-fit:cover}.product-card-content{padding:1.5rem}.product-card-title{font-size:1.2rem;font-weight:600;margin-bottom:.5rem;color:#333;line-height:1.3}.product-card-price{font-size:1.1rem;font-weight:700;color:#2c5530;margin-bottom:1rem}.page-title{font-size:clamp(1.8rem,4vw,3rem);font-weight:700;text-transform:uppercase;text-align:center;letter-spacing:1px;color:#333}.section{padding:3rem 1rem}@media (min-width: 768px){.section{padding:4rem 2rem}}@media (min-width: 1024px){.section{padding:5rem 3rem}}.section-title{font-size:clamp(1.5rem,4vw,3rem);font-weight:700;line-height:1.1;margin-bottom:2rem;text-transform:uppercase;text-align:center}.section-content{max-width:800px;margin:0 auto;text-align:center}.container{width:100%;max-width:var(--max-width);margin:0 auto 2rem;padding:0 1rem}@media (min-width: 768px){.container{padding:0 2rem}}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.fade-in{opacity:0;animation:fadeIn .5s ease-in-out forwards}@keyframes fadeIn{to{opacity:1}}.product-grid{display:grid;grid-template-columns:1fr 1fr;gap:0;max-width:800px;margin:0 auto;border:2px solid #000;width:100%;box-sizing:border-box}@media (min-width: 768px){.product-grid{grid-template-columns:1fr 1fr}}.product-grid-item{border-right:2px solid #000;border-bottom:2px solid #000;background:#fff;display:flex;flex-direction:column;aspect-ratio:1;max-width:calc(50vw - 2rem)!important}.product-grid-item:nth-child(2n){border-right:none}.product-grid-item:nth-last-child(-n+2){border-bottom:none}.product-grid-item:last-child:nth-child(odd){grid-column:span 2}.product-grid-image{flex:1;width:100%;object-fit:cover;background:#f8f8f8}.product-grid-content{padding:20px;display:flex;flex-direction:column;gap:8px}.product-grid-title{font-size:16px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;margin:0;color:#000}.product-grid-price{font-size:16px;font-weight:700;color:#000;margin:0}.product-grid-button{background:none;border:none;color:#000;font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;cursor:pointer;display:flex;align-items:center;gap:8px;margin-top:12px;padding:0;transition:opacity .2s ease}.product-grid-button:hover{opacity:.7}.view-more-button{background:#000;color:#fff;border:none;padding:20px 60px;font-size:18px;font-weight:700;text-transform:uppercase;letter-spacing:1px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:10px;margin:40px auto 0;min-width:300px}.view-more-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0003}@media (max-width: 768px) and (min-width: 641px){.product-grid{max-width:calc(100vw - 3rem);margin:0 1.5rem}.product-grid-section{padding:3rem 1.5rem}}*:focus{outline:2px solid #333;outline-offset:2px}@media (max-width: 640px){.hero-title{font-size:clamp(1.5rem,8vw,2.5rem)!important;line-height:1.2!important;letter-spacing:1px!important}.page-title{font-size:clamp(1.5rem,7vw,2.2rem)!important}.section-title{font-size:clamp(1.3rem,6vw,2rem)!important}.btn-freitag,.btn-freitag-filled,.cta-button,.cta-button-outline{padding:.8rem 1.5rem!important;font-size:.85rem!important}.hero-section{min-height:50vh!important;padding:2rem 1rem!important}.section{padding:2rem .5rem!important}.hero-content{padding:1.5rem!important}.product-grid{max-width:calc(100vw - 3rem)!important;margin:0 1.5rem!important;border-width:1px!important;box-sizing:border-box!important}.product-grid-item{aspect-ratio:.8!important;border-width:1px!important;min-height:auto!important}.product-grid-item:nth-child(2n){border-right:none!important}.product-grid-content{padding:12px!important;gap:6px!important}.product-grid-title{font-size:12px!important;line-height:1.3!important;margin-bottom:4px!important}.product-grid-price{font-size:13px!important;margin-bottom:8px!important}.product-grid-button{font-size:11px!important;margin-top:8px!important;letter-spacing:.3px!important}.product-grid-section{padding:2rem 0!important;overflow-x:hidden!important}.container{padding:0 .8rem!important}nav>div{flex-wrap:wrap!important;gap:.5rem!important}}@media (max-width: 480px){.product-grid{max-width:calc(100vw - 3rem)!important;margin:0 1.5rem!important;width:calc(100vw - 3rem)!important;min-width:0!important}.product-grid-content{padding:6px!important;gap:3px!important}.product-grid-title{font-size:9px!important;line-height:1.2!important}.product-grid-price{font-size:10px!important}.product-grid-button{font-size:8px!important;letter-spacing:.1px!important}.product-grid-item{aspect-ratio:.7!important}.product-grid-section{padding:2rem 0!important;overflow-x:hidden!important}}@media (max-width: 360px){.product-grid{max-width:calc(100vw - 2rem)!important;margin:0 1rem!important;width:calc(100vw - 2rem)!important}.product-grid-content{padding:4px!important;gap:2px!important}.product-grid-title{font-size:8px!important}.product-grid-price{font-size:9px!important}.product-grid-button{font-size:7px!important}}@media (pointer: coarse){button,[role=button],input[type=button],input[type=submit]{min-height:44px;min-width:44px}.product-card:hover,.btn-freitag:hover,.btn-freitag-filled:hover,.cta-button:hover,.cta-button-outline:hover{transform:none!important}}@media (prefers-contrast: high){*{border-width:2px!important}.btn-freitag,.btn-freitag-filled{border-width:3px!important}}@media (prefers-reduced-motion: reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.fade-in{animation:none!important;opacity:1!important}}
