*{margin:0;box-sizing:border-box;font-family:Euclid Square,Poppins,Roboto,sans-serif}*:before,*:after{box-sizing:border-box}body{background-color:var(--color-background);color:var(--color-foreground)}body ::-webkit-scrollbar{width:8px;height:8px}body ::-webkit-scrollbar-track{background:transparent;border-radius:99em}body ::-webkit-scrollbar-thumb{border-radius:99em;background-color:var(--primary-color);border:2px solid var(--card-background)}body ::-webkit-scrollbar-thumb:hover{border-color:var(--primary-color)}main{min-height:90vh}main.main-error-page{display:flex;flex-direction:column;justify-content:center;align-items:center}main.main-error-page h1{color:#ff4500}main.main-error-page pre{background:var(--card-background);border:1px solid var(--color-border);border-radius:4px;padding:12px 16px;overflow:auto;max-height:400px;max-width:95%;width:100%;box-shadow:var(--color-shadow)}img{-webkit-user-drag:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}a,button{cursor:pointer}a{text-decoration:none;color:inherit}:root{--app-max-width: 1800px;--color-background: #f5f5f5;--card-background: #ffffff;--color-foreground: #212121;--color-border: #e0e0e0;--color-shadow: 0 2px 4px rgba(0, 0, 0, .1);--primary-color: #f15a24;--accent-highlight-color: #ffb700;--accent-highlight-gradient: #ffb700;--color-button: #ffb700;--color-button-text: #121212;--color-secondary-button: #ffffff;--color-secondary-button-text: #121212;--primary-button-hover-background: #121212;--primary-button-hover-text: #ffffff;--secondary-button-hover-background: #121212;--secondary-button-hover-text: #ffffff;--color-link: #121212;--text-link-hover-color: #ffb700;--color-badge-foreground: #212121;--color-badge-background: #ffffff;--color-badge-border: #212121;--product-button-background: #ffffff;--product-button-color: #121212;--product-button-hover-background: #ffb700;--product-button-hover-color: #ffffff;--product-cart-button-background: #121212;--product-cart-button-color: #ffffff;--product-cart-button-hover-background: #121212;--product-cart-button-hover-color: #ffffff;--payment-terms-background-color: #ffffff;--highlight-bg-color: #ffb700;--highlight-bg-text-color: #ffffff}html[app-theme=dark]:root{--color-background: #181818;--card-background: #232526;--color-foreground: #f5f5f5;--color-border: #3a3a3a;--color-shadow: 0 2px 4px rgba(0, 0, 0, .5);--primary-color: #f15a24;--accent-highlight-color: #ffb700;--accent-highlight-gradient: #232526;--color-button: #ffb700;--color-button-text: #181818;--color-secondary-button: #232526;--color-secondary-button-text: #f5f5f5;--primary-button-hover-background: #ffb700;--primary-button-hover-text: #181818;--secondary-button-hover-background: #ffb700;--secondary-button-hover-text: #181818;--color-link: #ffb700;--text-link-hover-color: #ffffff;--color-badge-foreground: #181818;--color-badge-background: #ffb700;--color-badge-border: #ffb700;--product-button-background: #232526;--product-button-color: #ffb700;--product-button-hover-background: #ffb700;--product-button-hover-color: #232526;--product-cart-button-background: #ffb700;--product-cart-button-color: #181818;--product-cart-button-hover-background: #ffb700;--product-cart-button-hover-color: #181818;--payment-terms-background-color: #232526;--highlight-bg-color: #232526;--highlight-bg-text-color: #ffb700}.predictive-search{width:100%;position:relative}@media (max-width: 768px){.predictive-search{position:unset}}.predictive-search.show .search-bar input{border-color:#ccc;border-bottom-left-radius:0;border-bottom-right-radius:0}@media (max-width: 768px){.predictive-search.show .search-bar input{border-bottom:none}}.predictive-search .predictive-content{position:absolute;top:100%;left:0;right:0;background-color:#fff;border:1px solid #ccc;box-shadow:0 2px 4px #0000001a;border-top:none;z-index:800;max-width:100%;word-break:break-all;padding:20px;border-bottom-left-radius:24px;border-bottom-right-radius:24px}.predictive-search .predictive-content button.close-button{display:none;position:absolute;top:5px;right:5px;background:none;border:none;cursor:pointer}.predictive-search .predictive-content button.close-button:hover{opacity:.8}@media (max-width: 768px){.predictive-search .predictive-content{margin-top:-10px;border-top:1px solid #ccc}.predictive-search .predictive-content button.close-button{display:flex}}
