@charset "UTF-8";@import"https://fonts.googleapis.com/css?family=Lato:300,400,900";@import"https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700";body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box}html{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:16px;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;padding:0;background-color:#fafafa;color:#171717;overflow-x:hidden}.app{background-color:#fafafa;position:relative;min-height:100vh;display:flex;flex-direction:column}.main{flex:1}.scrollbar-themed-rounded::-webkit-scrollbar{width:8px;height:8px}.scrollbar-themed-rounded::-webkit-scrollbar-track{background:#f5f5f5;border-radius:9999px}.scrollbar-themed-rounded::-webkit-scrollbar-thumb{background:#d4d4d4;border-radius:9999px;border:2px solid #f5f5f5}.scrollbar-themed-rounded::-webkit-scrollbar-thumb:hover{background:#a3a3a3}.scrollbar-themed-rounded::-webkit-scrollbar-corner{background:#f5f5f5}h1,h2,h3,h4,h5,h6{margin:0 0 1rem;font-weight:600;line-height:1.25;color:#171717}h1{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.875rem;font-weight:700;line-height:1.25;color:#171717}h2{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.5rem;font-weight:600;line-height:1.25;color:#171717}h3{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.25rem;font-weight:600;line-height:1.5;color:#171717}p{margin:0 0 1rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;color:#171717}a{color:#0284c7;text-decoration:none;transition:color .15s ease-in-out}a:hover{color:#0369a1;text-decoration:underline}a:focus{outline:2px solid #0ea5e9;outline-offset:2px}button{font-family:inherit;font-size:inherit;border:none;background:none;cursor:pointer}button:focus{outline:2px solid #0ea5e9;outline-offset:2px}input,textarea,select{font-family:inherit;font-size:inherit;border:1px solid #e5e5e5;border-radius:.5rem;padding:.75rem;background:#fff;color:#171717;transition:border-color .15s ease-in-out}input:focus,textarea:focus,select:focus{outline:none;border-color:#0ea5e9;box-shadow:0 0 0 3px #0ea5e91a}input::placeholder,textarea::placeholder,select::placeholder{color:#737373}.container{max-width:1200px;margin:0 auto;padding-left:1.5rem;padding-right:1.5rem}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.loading{border-radius:.5rem;height:1em;margin:.5rem 0;background:linear-gradient(90deg,#e5e5e5 25%,#f5f5f5,#e5e5e5 75%);background-size:200% 100%;animation:loading 1.5s infinite}.fade-in{animation:fadeIn .3s ease-in-out}.slide-up{animation:slideUp .3s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(1rem)}to{opacity:1;transform:translateY(0)}}.focus-visible{outline:2px solid #0ea5e9;outline-offset:2px}.grid{display:grid}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}@media (min-width: 641px){.mobile-only{display:none!important}}@media (max-width: 640px){.tablet-up{display:none!important}}@media (max-width: 640px){.desktop-only{display:none!important}}@media (min-width: 641px) and (max-width: 768px){.desktop-only{display:none!important}}.modal-background{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1000;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;padding:1rem;overflow-y:auto}.modal-background .modal{background:#fff;border-radius:1rem;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;border:1px solid #e5e5e5;width:100%;max-width:450px;max-height:90vh;overflow-y:auto;position:relative;margin:auto}@media (max-width: 640px){.modal-background .modal{max-width:95%;margin:1rem auto;border-radius:.75rem;max-height:85vh}}.modal-background .modal .modal-close{position:absolute;top:1rem;right:1rem;z-index:1;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.875rem;font-weight:500;line-height:1;border:none;border-radius:.5rem;cursor:pointer;transition:all .15s ease-in-out;text-decoration:none}.modal-background .modal .modal-close:disabled{cursor:not-allowed;opacity:.5}.modal-background .modal .modal-close{background:transparent;color:#525252}.modal-background .modal .modal-close:hover:not(:disabled){background:#f5f5f5;color:#171717}.modal-background .modal .modal-close{padding:.5rem;border-radius:9999px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;color:#737373;transition:all .15s ease-in-out}.modal-background .modal .modal-close:hover{background:#f5f5f5;color:#171717}.modal-background .modal .modal-close span{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.modal-background .modal .modal-close .modal-close-icon{font-size:18px}.modal-background .modal .modal-announcement{padding:2rem}@media (max-width: 640px){.modal-background .modal .modal-announcement{padding:1.5rem}}.modal-background .modal .modal-announcement h3{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.5rem;font-weight:600;line-height:1.25;margin-bottom:1rem;color:#171717}.modal-background .modal .modal-announcement h4{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.25rem;font-weight:600;line-height:1.5;color:#171717;margin-bottom:.75rem;color:#525252}.modal-background .modal .modal-announcement p{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;color:#171717;margin-bottom:1rem}.modal-background .modal .modal-announcement ul{margin:1rem 0;padding-left:1.5rem}.modal-background .modal .modal-announcement ul li{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;color:#171717;margin-bottom:.5rem}.modal-background .modal .modal-announcement a{display:inline-block;margin-top:1rem}.modal-background .modal .modal-announcement a img{max-width:200px;height:auto}.modal-background .modal .modal-settings{padding:2rem}@media (max-width: 640px){.modal-background .modal .modal-settings{padding:1.5rem}}.modal-background .modal .modal-settings h2{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.5rem;font-weight:600;line-height:1.25;margin-bottom:1.5rem;color:#171717}.modal-background .modal .modal-settings label{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;font-weight:500;color:#171717;display:block;margin-bottom:.75rem}.modal-background .modal .modal-settings .modal-settings-currency-select{width:100%}.auth-modal{padding:2rem;width:100%;max-width:100%;display:flex;flex-direction:column;align-items:center;text-align:center}@media (max-width: 640px){.auth-modal{padding:1.5rem}}.auth-modal .auth-modal-header{width:100%;text-align:center;margin-bottom:2rem}.auth-modal .auth-modal-header .auth-modal-logo{width:64px;height:64px;background:#f0f9ff;border-radius:9999px;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.auth-modal .auth-modal-header .auth-modal-logo .auth-modal-logo-icon{font-size:32px;color:#0284c7}.auth-modal .auth-modal-header .auth-modal-title{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.875rem;font-weight:700;line-height:1.25;margin-bottom:.75rem;color:#171717}.auth-modal .auth-modal-header .auth-modal-subtitle{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;color:#171717;color:#525252;margin:0 auto;line-height:1.75;max-width:300px}.auth-modal .auth-modal-form{width:100%;margin-bottom:1.5rem}.auth-modal .auth-modal-form .auth-modal-input-group{margin-bottom:1.25rem;text-align:left}.auth-modal .auth-modal-form .auth-modal-input-group .auth-modal-label{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.875rem;font-weight:400;line-height:1.5;color:#525252;font-weight:500;color:#171717;display:block;margin-bottom:.5rem}.auth-modal .auth-modal-form .auth-modal-input-group .auth-modal-input-wrapper{position:relative;display:flex;align-items:center}.auth-modal .auth-modal-form .auth-modal-input-group .auth-modal-input-wrapper .auth-modal-input-icon{position:absolute;left:.75rem;font-size:18px;color:#737373;z-index:1}.auth-modal .auth-modal-form .auth-modal-input-group .auth-modal-input-wrapper .auth-modal-input{width:100%;padding:.75rem 1rem .75rem calc(1.25rem + 18px);border:1px solid #e5e5e5;border-radius:.5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;color:#171717;background:#fff;transition:all .15s ease-in-out}.auth-modal .auth-modal-form .auth-modal-input-group .auth-modal-input-wrapper .auth-modal-input:focus{outline:none;border-color:#0ea5e9;box-shadow:0 0 0 3px #0ea5e91a}.auth-modal .auth-modal-form .auth-modal-input-group .auth-modal-input-wrapper .auth-modal-input::placeholder{color:#737373}.auth-modal .auth-modal-form .auth-modal-input-group .auth-modal-input-wrapper .auth-modal-input-toggle{position:absolute;right:.75rem;background:none;border:none;color:#737373;cursor:pointer;padding:.25rem;border-radius:.375rem;transition:color .15s ease-in-out}.auth-modal .auth-modal-form .auth-modal-input-group .auth-modal-input-wrapper .auth-modal-input-toggle:hover{color:#171717}.auth-modal .auth-modal-form .auth-modal-input-group .auth-modal-input-wrapper .auth-modal-input-toggle:focus{outline:2px solid #0ea5e9;outline-offset:2px}.auth-modal .auth-modal-form .auth-modal-error{margin-bottom:1rem;padding:.75rem 1rem;background:#ef44441a;border:1px solid rgba(239,68,68,.2);border-radius:.5rem;text-align:center}.auth-modal .auth-modal-form .auth-modal-error span{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.875rem;font-weight:400;line-height:1.5;color:#525252;color:#ef4444;font-weight:500}.auth-modal .auth-modal-form .auth-modal-submit{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.875rem;font-weight:500;line-height:1;border:none;border-radius:.5rem;cursor:pointer;transition:all .15s ease-in-out;text-decoration:none}.auth-modal .auth-modal-form .auth-modal-submit:disabled{cursor:not-allowed;opacity:.5}.auth-modal .auth-modal-form .auth-modal-submit{background:#0284c7;color:#fff}.auth-modal .auth-modal-form .auth-modal-submit:hover:not(:disabled){background:#0369a1}.auth-modal .auth-modal-form .auth-modal-submit:active:not(:disabled){background:#075985}.auth-modal .auth-modal-form .auth-modal-submit{width:100%;padding:1rem;font-size:1rem;font-weight:600;margin-bottom:1rem}.auth-modal .auth-modal-form .auth-modal-submit:disabled{opacity:.7;cursor:not-allowed}.auth-modal .auth-modal-form .auth-modal-submit .auth-modal-loading{display:flex;align-items:center;justify-content:center;gap:.5rem}.auth-modal .auth-modal-form .auth-modal-submit .auth-modal-loading .auth-modal-spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-radius:9999px;border-top-color:#fff;animation:spin 1s linear infinite}.auth-modal .auth-modal-form .auth-modal-forgot{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.875rem;font-weight:500;line-height:1;border:none;border-radius:.5rem;cursor:pointer;transition:all .15s ease-in-out;text-decoration:none}.auth-modal .auth-modal-form .auth-modal-forgot:disabled{cursor:not-allowed;opacity:.5}.auth-modal .auth-modal-form .auth-modal-forgot{background:transparent;color:#525252}.auth-modal .auth-modal-form .auth-modal-forgot:hover:not(:disabled){background:#f5f5f5;color:#171717}.auth-modal .auth-modal-form .auth-modal-forgot{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.875rem;font-weight:400;line-height:1.5;color:#525252;color:#0284c7;font-weight:500;display:block;margin:0 auto;padding:.5rem;text-align:center}.auth-modal .auth-modal-form .auth-modal-forgot:hover{background:#f0f9ff;color:#0369a1}.auth-modal .auth-modal-divider{position:relative;text-align:center;margin:1.5rem 0;width:100%}.auth-modal .auth-modal-divider:before{content:"";position:absolute;top:50%;left:0;right:0;height:1px;background:#e5e5e5}.auth-modal .auth-modal-divider span{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.875rem;font-weight:400;line-height:1.5;color:#525252;color:#737373;background:#fff;padding:0 1rem;position:relative}.auth-modal .auth-modal-oauth-buttons{width:100%;display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem}.auth-modal .auth-modal-google{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.875rem;font-weight:500;line-height:1;border:none;border-radius:.5rem;cursor:pointer;transition:all .15s ease-in-out;text-decoration:none}.auth-modal .auth-modal-google:disabled{cursor:not-allowed;opacity:.5}.auth-modal .auth-modal-google{background:#fff;color:#171717;border:1px solid #e5e5e5}.auth-modal .auth-modal-google:hover:not(:disabled){background:#f5f5f5;border-color:#d4d4d4}.auth-modal .auth-modal-google{width:100%;padding:.75rem 1rem;font-weight:500;display:flex;align-items:center;justify-content:center;gap:.75rem}.auth-modal .auth-modal-google .auth-modal-google-icon{font-size:20px}.auth-modal .auth-modal-google:hover{background:#f5f5f5;border-color:#d4d4d4}.auth-modal .auth-modal-square{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.875rem;font-weight:500;line-height:1;border:none;border-radius:.5rem;cursor:pointer;transition:all .15s ease-in-out;text-decoration:none}.auth-modal .auth-modal-square:disabled{cursor:not-allowed;opacity:.5}.auth-modal .auth-modal-square{background:#fff;color:#171717;border:1px solid #e5e5e5}.auth-modal .auth-modal-square:hover:not(:disabled){background:#f5f5f5;border-color:#d4d4d4}.auth-modal .auth-modal-square{width:100%;padding:.75rem 1rem;font-weight:500;display:flex;align-items:center;justify-content:center;gap:.75rem;border-color:#1e88e5;color:#1e88e5;background:#fff;transition:all .15s ease-in-out}.auth-modal .auth-modal-square:hover:not(:disabled){background:#1e88e5;color:#fff;border-color:#1e88e5}.auth-modal .auth-modal-square:hover:not(:disabled) svg rect{fill:#fff}.auth-modal .auth-modal-square:hover:not(:disabled) svg path:first-of-type{fill:#1e88e5}.auth-modal .auth-modal-square:disabled{opacity:.7;cursor:not-allowed}.auth-modal .auth-modal-square .auth-modal-loading{display:flex;align-items:center;justify-content:center;gap:.5rem}.auth-modal .auth-modal-square .auth-modal-loading .auth-modal-spinner{width:16px;height:16px;border:2px solid rgba(30,136,229,.3);border-radius:9999px;border-top-color:#1e88e5;animation:spin 1s linear infinite}.auth-modal .auth-modal-switch{text-align:center;width:100%}.auth-modal .auth-modal-switch span{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.875rem;font-weight:400;line-height:1.5;color:#525252;margin-right:.5rem}.auth-modal .auth-modal-switch .auth-modal-switch-btn{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.875rem;font-weight:400;line-height:1.5;color:#525252;background:none;border:none;color:#0284c7;font-weight:600;cursor:pointer;padding:0;text-decoration:underline;transition:color .15s ease-in-out}.auth-modal .auth-modal-switch .auth-modal-switch-btn:hover{color:#0369a1}.auth-modal .auth-modal-switch .auth-modal-switch-btn:focus{outline:2px solid #0ea5e9;outline-offset:2px}.modal-login,.modal-login-separator-1,#modal-login-header,#modal-login-form,#modal-login-forget-password,.modal-login-button-general,.modal-login-incorrect-msg,.modal-input-field{display:none}.button-submit{border:none;background-color:#2a838d;border-radius:3px;margin:0 auto;padding:5px 0;transition:.2s;-webkit-user-select:none;user-select:none;outline-width:0;color:#fff}.button-submit:hover{cursor:pointer;transform:scale(1.01);transition:.2s;box-shadow:3px 3px #000}.button-submit:active{transform:translate(1px,1px);box-shadow:1px 1px #000;transition:.1s}.button-standard-optional-icon{position:relative;height:43px;color:#1e1e1e;text-align:center;font-family:Inter;font-size:20px;font-style:normal;font-weight:300;line-height:40px;border:solid .5px black;border-radius:10px;vertical-align:middle;background-color:#51f5ff;cursor:pointer}.button-standard-optional-icon:hover{background-color:#44d3db}.button-standard-optional-icon .button-standard-optional-icon-icon{position:absolute;top:2px;left:5px}.ripple{position:relative;overflow:hidden}.ripple .ripple-container{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}@keyframes ripple{to{opacity:0;transform:scale(2)}}.ripple .ripple-container span{transform:scale(0);border-radius:100%;position:absolute;opacity:.75;background-color:#fff;animation:ripple .65s}.header{background:#fff;border-bottom:1px solid #e5e5e5;position:sticky;top:0;z-index:50;box-shadow:0 1px 2px #0000000d;overflow:visible!important}.navbar{max-width:1200px;margin:0 auto;padding-left:1.5rem;padding-right:1.5rem;display:flex;align-items:center;justify-content:space-between;height:80px;gap:2rem;overflow:visible!important}@media (max-width: 640px){.navbar{height:64px;gap:1rem}}.navbar .navbar-title-container{display:flex;align-items:center;flex-shrink:0}.navbar .navbar-title-container .navbar-title{display:flex;align-items:center;gap:.75rem;cursor:pointer;transition:opacity .15s ease-in-out}.navbar .navbar-title-container .navbar-title img{height:56px;width:auto;object-fit:contain}@media (max-width: 640px){.navbar .navbar-title-container .navbar-title img{height:44px}}.navbar .navbar-title-container .navbar-title:hover{opacity:.8}.navbar .navbar-title-container .navbar-title:active{opacity:.6}.navbar .navbar-search{flex:1;max-width:600px;overflow:visible!important}@media (max-width: 640px){.navbar .navbar-search{display:none}}.navbar .navbar-commands{display:flex;align-items:center;gap:.5rem}.navbar .navbar-commands .navbar-command{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.875rem;font-weight:500;line-height:1;border:none;border-radius:.5rem;cursor:pointer;transition:all .15s ease-in-out;text-decoration:none}.navbar .navbar-commands .navbar-command:disabled{cursor:not-allowed;opacity:.5}.navbar .navbar-commands .navbar-command{background:transparent;color:#525252}.navbar .navbar-commands .navbar-command:hover:not(:disabled){background:#f5f5f5;color:#171717}.navbar .navbar-commands .navbar-command{flex-direction:column;gap:.25rem;padding:.5rem .75rem;min-width:64px;height:auto;border-radius:.5rem}@media (max-width: 640px){.navbar .navbar-commands .navbar-command{min-width:48px;padding:.5rem}}.navbar .navbar-commands .navbar-command .navbar-command-icon-wrap{position:relative;display:inline-flex}.navbar .navbar-commands .navbar-command .navbar-command-icon{font-size:20px}@media (max-width: 640px){.navbar .navbar-commands .navbar-command .navbar-command-icon{font-size:18px}}.navbar .navbar-commands .navbar-command .navbar-command-badge{position:absolute;top:-6px;right:-8px;background:#0284c7;color:#fff;font-size:10px;font-weight:500;line-height:1;min-width:16px;height:16px;border-radius:999px;display:flex;align-items:center;justify-content:center;padding:0 3px}.navbar .navbar-commands .navbar-command label{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.75rem;font-weight:400;line-height:1.5;color:#737373;font-weight:500;margin:0;cursor:inherit}@media (max-width: 640px){.navbar .navbar-commands .navbar-command label{font-size:10px}}.navbar .navbar-commands .navbar-command:hover{background:#f5f5f5;color:#171717}.navbar .navbar-commands .navbar-command:nth-child(3):hover{background:linear-gradient(135deg,#833ab4,#fd1d1d,#fcb045)!important;color:#fff!important;transform:translateY(-1px);box-shadow:0 4px 12px #833ab44d;border-radius:.5rem}.navbar .navbar-commands .navbar-command:nth-child(3):hover .navbar-command-icon{color:#fff!important;filter:drop-shadow(0 0 3px rgba(255,255,255,.3))}.navbar .navbar-commands .navbar-command:nth-child(3):hover label{color:#fff!important;font-weight:700}.navigation .instagram-promo .instagram-link{background:linear-gradient(135deg,#833ab4,#fd1d1d,#fcb045)!important;color:#fff!important;border-radius:9999px;padding:.5rem 1rem;font-weight:600;transition:all .15s ease-in-out;text-decoration:none!important;display:flex;align-items:center;gap:.5rem;animation:instagram-pulse 3s infinite;position:relative;overflow:hidden;border:none!important}@media (max-width: 640px){.navigation .instagram-promo .instagram-link{padding:.5rem .75rem;font-size:.75rem;gap:.25rem}}.navigation .instagram-promo .instagram-link .instagram-icon{font-size:16px}@media (max-width: 640px){.navigation .instagram-promo .instagram-link .instagram-icon{font-size:14px}}.navigation .instagram-promo .instagram-link .instagram-text{color:#fff!important}@media (max-width: 640px){.navigation .instagram-promo .instagram-link .instagram-text{display:none}}.navigation .instagram-promo .instagram-link .instagram-icon{color:#fff!important}.navigation .instagram-promo .instagram-link:hover{background:linear-gradient(45deg,#833ab4,#fd1d1d,#fcb045,#833ab4,#fd1d1d,#fcb045)!important;background-size:400% 400%!important;animation:instagram-flow 2s ease infinite!important;color:#fff!important}.navigation .instagram-promo .instagram-link:hover .instagram-icon,.navigation .instagram-promo .instagram-link:hover .instagram-text{color:#fff!important}.navigation .instagram-promo .instagram-link:active{transform:translateY(0)}@keyframes instagram-pulse{0%,to{box-shadow:0 2px 8px #833ab44d}50%{box-shadow:0 2px 8px #833ab499,0 0 0 3px #833ab41a}}@keyframes instagram-flow{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.navbar-search{display:flex;align-items:center;background:#f5f5f5;border:1px solid #e5e5e5;border-radius:.75rem;overflow:visible!important;transition:all .15s ease-in-out}.navbar-search:focus-within{border-color:#0ea5e9;box-shadow:0 0 0 3px #0ea5e91a}.navbar-search .navbar-search-category-toggler{position:relative;display:flex;align-items:center;justify-content:center;gap:.25rem;padding:.75rem 1rem;background:#f5f5f5;border-right:1px solid #e5e5e5;cursor:pointer;transition:background-color .15s ease-in-out;min-width:120px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.875rem;font-weight:400;line-height:1.5;font-weight:500;color:#525252}.navbar-search .navbar-search-category-toggler:hover{background:#e5e5e5}.navbar-search .navbar-search-category-toggler .navbar-search-selected-category{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:80px}.navbar-search .search-form{flex:1;display:flex;position:relative}.navbar-search .search-form .search-input-container{flex:1;position:relative}.navbar-search .search-form .search-input-container input{flex:1;width:100%;border:none;background:transparent;padding:.75rem 1rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;color:#171717}.navbar-search .search-form .search-input-container input:focus{outline:none;box-shadow:none}.navbar-search .search-form .search-input-container input::placeholder{color:#737373}.navbar-search .search-form .search-input-container .search-suggestions{position:absolute;top:100%;left:0;right:0;z-index:101;background:#fff;border:1px solid #e5e5e5;border-top:none;border-radius:0 0 .75rem .75rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;max-height:250px;overflow-y:auto}.navbar-search .search-form .search-input-container .search-suggestions .suggestion-item{display:flex;justify-content:space-between;align-items:center;padding:.5rem 1rem;cursor:pointer;transition:background-color .15s ease}.navbar-search .search-form .search-input-container .search-suggestions .suggestion-item:hover{background-color:#f5f5f5}.navbar-search .search-form .search-input-container .search-suggestions .suggestion-item:last-child{border-radius:0 0 .75rem .75rem}.navbar-search .search-form .search-input-container .search-suggestions .suggestion-item .suggestion-text{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.875rem;font-weight:400;line-height:1.5;color:#525252;color:#171717}.navbar-search .search-form .search-input-container .search-suggestions .suggestion-item .suggestion-type{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.75rem;font-weight:400;line-height:1.5;color:#737373;text-transform:uppercase;font-weight:500}.navbar-search .search-form .search-input-container .search-suggestions .suggestion-item.product .suggestion-type{color:#0284c7}.navbar-search .search-form .search-input-container .search-suggestions .suggestion-item.category .suggestion-type{color:#f59e0b}.navbar-search .navbar-search-magnifier{display:flex;align-items:center;justify-content:center;padding:.75rem;background:#0284c7;color:#fff;cursor:pointer;transition:background-color .15s ease-in-out}.navbar-search .navbar-search-magnifier:hover{background:#0369a1}.navbar-search .navbar-search-magnifier svg{font-size:18px}.navbar-search.navbar-search-mobile{margin:1rem;border-radius:.75rem}@media (min-width: 641px){.navbar-search.navbar-search-mobile{display:none}}.pages{max-width:1200px;margin:0 auto;padding-left:1.5rem;padding-right:1.5rem;display:flex;justify-content:center;gap:.25rem;padding:1rem 0;border-bottom:1px solid #e5e5e5}@media (max-width: 640px){.pages{padding:.75rem 0;gap:0}}.pages a{text-decoration:none;color:inherit}.pages .pages-text{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.875rem;font-weight:500;line-height:1;border:none;border-radius:.5rem;cursor:pointer;transition:all .15s ease-in-out;text-decoration:none}.pages .pages-text:disabled{cursor:not-allowed;opacity:.5}.pages .pages-text{background:transparent;color:#525252}.pages .pages-text:hover:not(:disabled){background:#f5f5f5;color:#171717}.pages .pages-text{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;color:#171717;font-weight:500;padding:.75rem 1.5rem;border-radius:.5rem;transition:all .15s ease-in-out}@media (max-width: 640px){.pages .pages-text{padding:.5rem 1rem;font-size:.875rem}}.pages .pages-text:hover{background:#f5f5f5;color:#0284c7}.horizontal-line{display:none}.tabs{background:#fff;border-bottom:1px solid #e5e5e5}.tabs-container{max-width:1200px;margin:0 auto;padding-left:1.5rem;padding-right:1.5rem}.tabs-container .tab-list{display:flex;justify-content:center;list-style:none;padding:0;margin:0;gap:.5rem;padding:1rem 0}@media (max-width: 640px){.tabs-container .tab-list{gap:.25rem;padding:.75rem 0;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.tabs-container .tab-list::-webkit-scrollbar{display:none}}.tabs-container .tab-item{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:.75rem 1rem;cursor:pointer;border-radius:.5rem;transition:all .15s ease-in-out;min-width:80px;text-align:center}@media (max-width: 640px){.tabs-container .tab-item{padding:.5rem .75rem;min-width:60px;gap:.25rem;flex-shrink:0}}.tabs-container .tab-item .tab-content{display:flex;flex-direction:column;align-items:center;gap:.25rem}.tabs-container .tab-item .icon{font-size:24px;color:#737373;transition:color .15s ease-in-out}@media (max-width: 640px){.tabs-container .tab-item .icon{font-size:20px}}.tabs-container .tab-item .tab-label{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.75rem;font-weight:400;line-height:1.5;color:#737373;font-weight:500;color:#525252;transition:color .15s ease-in-out}@media (max-width: 640px){.tabs-container .tab-item .tab-label{font-size:10px}}.tabs-container .tab-item:hover{background:#f5f5f5}.tabs-container .tab-item:hover .icon{color:#0284c7}.tabs-container .tab-item:hover .tab-label{color:#171717}.tabs-container .tab-item.active{background:#f0f9ff}.tabs-container .tab-item.active .icon{color:#0284c7}.tabs-container .tab-item.active .tab-label{color:#0284c7;font-weight:600}.navigation{border-top:1px solid #e5e5e5;background:#fff}.navigation .nav-container{max-width:1200px;margin:0 auto;padding-left:1.5rem;padding-right:1.5rem;display:flex;align-items:center;gap:2rem;padding:.75rem 0}@media (max-width: 640px){.navigation .nav-container{gap:1.5rem;padding:.5rem 0;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.navigation .nav-container::-webkit-scrollbar{display:none}}.navigation .nav-item,.navigation .nav-item.dropdown{position:relative}.navigation .nav-item a{text-decoration:none;color:inherit}.navigation .nav-link{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.875rem;font-weight:500;line-height:1;border:none;border-radius:.5rem;cursor:pointer;transition:all .15s ease-in-out;text-decoration:none}.navigation .nav-link:disabled{cursor:not-allowed;opacity:.5}.navigation .nav-link{background:transparent;color:#525252}.navigation .nav-link:hover:not(:disabled){background:#f5f5f5;color:#171717}.navigation .nav-link{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;color:#171717;font-weight:500;padding:.5rem 1rem;border-radius:.5rem;transition:all .15s ease-in-out;background:none;border:none;cursor:pointer;color:#525252;display:flex;align-items:center;gap:.25rem;white-space:nowrap}@media (max-width: 640px){.navigation .nav-link{padding:.5rem .75rem;font-size:.875rem}}.navigation .nav-link:hover{background:#f5f5f5;color:#0284c7}.navigation .nav-link.instagram-link{background:linear-gradient(135deg,#833ab4,#fd1d1d,#fcb045)!important;color:#fff!important}.navigation .nav-link.instagram-link:hover{background:linear-gradient(45deg,#833ab4,#fd1d1d,#fcb045,#833ab4,#fd1d1d,#fcb045)!important;background-size:400% 400%!important;animation:instagram-flow 2s ease infinite!important;color:#fff!important}.navigation .nav-link .chevron{width:16px;height:16px;transition:transform .15s ease-in-out}.navigation .nav-link .chevron.open{transform:rotate(180deg)}.categories-dropdown{position:absolute;top:100%;left:0;z-index:100;background:#fff;border:1px solid #e5e5e5;border-radius:.75rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;min-width:600px;max-width:800px;min-height:400px;max-height:600px;padding:1.5rem;margin-top:.25rem}@media (max-width: 640px){.categories-dropdown{left:-1rem;right:-1rem;min-width:auto;max-width:none;min-height:300px;max-height:500px;margin-top:.5rem;border-radius:.5rem;padding:1rem}}.categories-dropdown .dropdown-header{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:600;line-height:1.5;font-weight:700;color:#171717;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:2px solid #e0f2fe;text-align:center}.categories-dropdown .dropdown-loading,.categories-dropdown .dropdown-empty{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;color:#171717;color:#737373;text-align:center;padding:1.5rem}.categories-dropdown .categories-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:.75rem;margin-bottom:1rem}@media (max-width: 640px){.categories-dropdown .categories-grid{grid-template-columns:1fr;gap:.5rem}}.categories-dropdown .category-item{display:flex;align-items:center;justify-content:center;padding:1.25rem;border-radius:.75rem;border:2px solid transparent;background:#f5f5f5;cursor:pointer;transition:all .2s ease-in-out;text-align:center;min-height:80px}@media (max-width: 640px){.categories-dropdown .category-item{padding:1rem;min-height:60px}}.categories-dropdown .category-item:hover{background:#f0f9ff;border-color:#7dd3fc;transform:translateY(-2px);box-shadow:0 4px 12px #0ea5e926}.categories-dropdown .category-item .category-name{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.125rem;font-weight:400;line-height:1.75;font-weight:600;color:#171717;margin:0;line-height:1.3}@media (max-width: 640px){.categories-dropdown .category-item .category-name{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;color:#171717}}.categories-dropdown .dropdown-footer{border-top:1px solid #e5e5e5;padding-top:1rem;text-align:center}.categories-dropdown .dropdown-footer .view-all-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.875rem;font-weight:500;line-height:1;border:none;border-radius:.5rem;cursor:pointer;transition:all .15s ease-in-out;text-decoration:none}.categories-dropdown .dropdown-footer .view-all-btn:disabled{cursor:not-allowed;opacity:.5}.categories-dropdown .dropdown-footer .view-all-btn{background:transparent;color:#0284c7;border:1px solid #7dd3fc}.categories-dropdown .dropdown-footer .view-all-btn:hover:not(:disabled){background:#f0f9ff;border-color:#38bdf8}.categories-dropdown .dropdown-footer .view-all-btn:active:not(:disabled){background:#e0f2fe}.categories-dropdown .dropdown-footer .view-all-btn{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;color:#171717;font-weight:600;padding:.75rem 1.5rem;border-radius:.75rem;border:2px solid #7dd3fc;background:none;color:#0284c7;cursor:pointer;transition:all .2s ease-in-out}.categories-dropdown .dropdown-footer .view-all-btn:hover{background:#0284c7;border-color:#0284c7;color:#fff;transform:translateY(-1px)}.dropdown-menu{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #e5e5e5;border-radius:.5rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;z-index:9999;max-height:200px;overflow-y:auto;margin-top:2px;animation:dropdown-fade-in .15s ease-out;transform-origin:top}.dropdown-menu .dropdown .categories{list-style:none;padding:.5rem;margin:0}.dropdown-menu .dropdown .categories li{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.875rem;font-weight:400;line-height:1.5;color:#525252;padding:.5rem .75rem;cursor:pointer;border-radius:.375rem;transition:background-color .15s ease-in-out}.dropdown-menu .dropdown .categories li:hover{background:#f5f5f5}.dropdown-menu .dropdown .categories li:active{background:#f0f9ff;color:#0284c7}@keyframes dropdown-fade-in{0%{opacity:0;transform:translateY(-8px) scaleY(.95)}to{opacity:1;transform:translateY(0) scaleY(1)}}.footer{background-color:#262626;color:#fff;width:100%;height:60px;display:flex;justify-content:center;align-items:center;-webkit-user-select:none;user-select:none;flex-shrink:0;padding:0 1rem}.footer-content{display:flex;justify-content:space-between;align-items:center;width:100%;max-width:1200px}@media (max-width: 640px){.footer-content{flex-direction:column;gap:.5rem;text-align:center}}.footer-content p{margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.875rem;font-weight:400;line-height:1.5;color:#525252;color:#fff}.footer-links{display:flex;align-items:center;gap:1rem}@media (max-width: 640px){.footer-links{flex-direction:column;gap:.5rem}}.footer-links span{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.875rem;font-weight:400;line-height:1.5;color:#525252;color:#a3a3a3}.footer-links .footer-nav,.footer-links .footer-social{display:flex;align-items:center;gap:.75rem}@media (max-width: 640px){.footer-links .footer-nav,.footer-links .footer-social{flex-direction:column;gap:.5rem}}.footer-links a{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.875rem;font-weight:400;line-height:1.5;color:#525252;color:#fff;text-decoration:none;transition:color .15s ease-in-out}.footer-links a:hover{color:#38bdf8;text-decoration:underline}.footer-links .footer-social a{display:flex;align-items:center;gap:.25rem;font-weight:500;padding:.25rem .5rem;border-radius:.5rem;transition:all .15s ease-in-out}.footer-links .footer-social a:hover{background:linear-gradient(45deg,#833ab4,#fd1d1d,#fcb045,#833ab4,#fd1d1d,#fcb045);background-size:400% 400%;animation:instagram-flow-footer 2s ease infinite;color:#fff!important;text-decoration:none!important}@keyframes instagram-flow-footer{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.cards-featured-merch{display:flex;flex-direction:column;background:#fff;border-radius:.5rem;overflow:hidden;width:100%;border:1px solid #e5e5e5;transition:all .15s ease;position:relative;cursor:pointer}.cards-featured-merch:hover{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;border-color:#bae6fd}.cards-featured-merch:hover .cards-featured-merch-image-container img{transform:scale(1.04)}.cards-featured-merch:hover .cards-featured-merch-cart-btn{opacity:1}.cards-featured-merch .cards-featured-merch-image-container{position:relative;width:100%;aspect-ratio:1/1;overflow:hidden;background:#f5f5f5}.cards-featured-merch .cards-featured-merch-image-container img{width:100%;height:100%;object-fit:contain;transition:transform .2s ease}.cards-featured-merch .cards-featured-merch-image-container .cards-featured-merch-badges{position:absolute;top:.5rem;left:.5rem;display:flex;flex-direction:column;gap:.25rem;z-index:2}.cards-featured-merch .cards-featured-merch-image-container .cards-featured-merch-badges .badge{font-size:.65rem;line-height:1;padding:3px 6px;border-radius:.5rem;font-weight:700}.cards-featured-merch .cards-featured-merch-image-container .cards-featured-merch-badges .badge.new{background:#22c55eeb;color:#fff}.cards-featured-merch .cards-featured-merch-image-container .cards-featured-merch-badges .badge.preorder{background:#ef4444eb;color:#fff}.cards-featured-merch .cards-featured-merch-image-container .cards-featured-merch-badges .badge.sale{background:#9333eaeb;color:#fff}.cards-featured-merch .cards-featured-merch-image-container .cards-featured-merch-favorite{position:absolute;top:.5rem;right:.5rem;width:26px;height:26px;font-size:.8rem;background:#ffffffe6;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:2}.cards-featured-merch .cards-featured-merch-image-container .cards-featured-merch-cart-btn{position:absolute;bottom:.5rem;right:.5rem;width:32px;height:32px;font-size:.95rem;background:#0284c7;color:#fff;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:2;opacity:0;transition:opacity .15s ease,transform .15s ease}.cards-featured-merch .cards-featured-merch-image-container .cards-featured-merch-cart-btn:hover{transform:scale(1.1)}@media (max-width: 640px){.cards-featured-merch .cards-featured-merch-image-container .cards-featured-merch-cart-btn{opacity:1}}.cards-featured-merch .cards-featured-merch-details{padding:.5rem .5rem .75rem}.cards-featured-merch .cards-featured-merch-details .cards-featured-merch-title{font-size:.8rem;line-height:1.3;font-weight:500;color:#171717;margin:0 0 .25rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.6em}.cards-featured-merch .cards-featured-merch-details .cards-featured-merch-price{display:flex;align-items:baseline;gap:.5rem}.cards-featured-merch .cards-featured-merch-details .cards-featured-merch-price .price-current{font-size:.95rem;font-weight:700;color:#0284c7}.cards-featured-merch .cards-featured-merch-details .cards-featured-merch-price .price-original{font-size:.75rem;color:#737373;text-decoration:line-through}.dropdown{position:relative;-webkit-user-select:none;user-select:none}.dropdown .dropdown-bordered,.dropdown .dropdown-menu,.dropdown .dropdown-selection{border:gray 1px solid}.dropdown .dropdown-common,.dropdown .dropdown-menu .dropdown-item,.dropdown .dropdown-selection{height:30px;display:flex;align-items:center;background-color:#fff;color:#000}.dropdown .dropdown-common:hover,.dropdown .dropdown-menu .dropdown-item:hover,.dropdown .dropdown-selection:hover{cursor:pointer}.dropdown .dropdown-common label,.dropdown .dropdown-menu .dropdown-item label,.dropdown .dropdown-selection label{font-size:1em;cursor:inherit}.dropdown .dropdown-selection{white-space:nowrap;overflow:hidden}.dropdown .dropdown-selection label{width:100%}.dropdown .dropdown-menu{position:absolute;background-color:#fff}.dropdown .dropdown-menu .dropdown-item{transition:.3s;border:none;outline:0;width:100%;white-space:nowrap;border-radius:0}.dropdown .dropdown-menu .dropdown-item:hover{background-color:#d9d9d9}.search-expandable{display:flex;position:relative;align-items:center;overflow:hidden;background-color:#fff;box-shadow:0 0 2px #000}.search-expandable .search-expandable-icon-wrapper{display:flex;align-items:center;justify-content:center;cursor:pointer}.search-expandable form{position:absolute}.search-expandable form input[type=search]{outline:none;border:none;box-sizing:border-box;background-color:#fff}.search-expandable form input[type=search]::-webkit-search-decoration:hover{cursor:pointer}.search-expandable form input[type=search]::-webkit-search-cancel-button:hover{cursor:pointer}body{font-family:sans-serif;-webkit-font-smoothing:auto;-moz-font-smoothing:auto;-moz-osx-font-smoothing:grayscale;font-smoothing:auto;text-rendering:optimizeLegibility;font-smooth:always;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}.card-field{width:100%;padding:12px;border:1px solid #ccc;border-radius:4px;box-sizing:border-box;margin-top:6px;margin-bottom:16px;resize:vertical;height:40px;background:#fff;font-size:17px;color:#3a3a3a;font-family:helvetica,tahoma,calibri,sans-serif}.btn{display:inline-block;font-weight:400;text-align:center;white-space:nowrap;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;line-height:1.5;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;cursor:pointer}.btn-primary{color:#fff;background-color:#007bff;border-color:#007bff}.mark{display:flex;align-items:center}.spinner{display:inline-block;height:40px;width:40px;box-sizing:border-box;border:3px solid rgba(0,0,0,.2);border-top-color:#2180c0cc;border-radius:100%;animation:rotation .7s infinite linear}.spinner.tiny{height:20px;width:20px;border-top-color:#007bff;position:relative;top:3px}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(359deg)}}.slideshow-draggable{max-width:1200px;margin:0 auto;padding:50px 0}.slideshow-draggable h1{margin-bottom:50px}.slideshow-draggable .wrapper{position:relative}.slideshow-draggable .wrapper:before,.slideshow-draggable .wrapper:after{position:absolute;top:0;z-index:1;content:"";display:block;width:20px;height:100%}.slideshow-draggable .wrapper:before{left:0;background:linear-gradient(90deg,#222,transparent)}.slideshow-draggable .wrapper:after{right:0;background:linear-gradient(-90deg,#222,transparent)}.slideshow-draggable .wrapper ul{padding:0}.slideshow-draggable .wrapper ul li{list-style:none}.slideshow-draggable .wrapper .items{position:relative;width:100%;overflow:hidden;white-space:nowrap;font-size:0;cursor:pointer}.slideshow-draggable .wrapper .items.active{cursor:grab}.slideshow-draggable .wrapper .items .slideshow-draggable-item{display:inline-block;margin-left:20px;-webkit-user-select:none;user-select:none;background:tomato;width:50%;height:130px;color:#222;font-size:33px;font-weight:700;line-height:130px}.slideshow-draggable .wrapper .items .slideshow-draggable-item:last-child{margin-right:20px}@media screen and (min-width: 500px){.slideshow-draggable-item{width:33%}}@media screen and (min-width: 800px){.slideshow-draggable-item{width:25%}}@media screen and (min-width: 1200px){.wrapper{margin-left:-20px}.slideshow-draggable-item{width:20%}}.search-filters{display:flex;width:70%;justify-content:flex-start}.general-style{background-color:#fff;border:black solid 1px;border-radius:3px;padding:5px 10px}.general-style-v2{color:#fff;background-color:gray;border:white solid 1px;border-radius:3px;padding:5px 10px}.general-style-v2 span{display:none}.general-style-v2:before{content:"- "}.row1{margin-right:10px;margin-bottom:5px}.dropdown-content{margin:0 20px}.dropdown-item{margin-right:5px}.chosen-filter-button:hover{background-color:gray;color:#fff;border:white solid 1px}.chosen-filter-button:hover span{display:none}.chosen-filter-button:hover:before{content:"- "}.sort-option{display:inline;font-size:small}.sort-option .general-style{border:none}.sort-option:before{content:"Sort by  "}.select-sort-option{background-color:#fff;border:none;text-align:center;padding:3px 0}.select-currency{text-align:center;background-color:#fff;border:none}.currency{margin-right:0;border-top-right-radius:0;border-bottom-right-radius:0;border-right:none}.min-max{background-color:#fff;border:black solid 1px;border-top-right-radius:3px;border-bottom-right-radius:3px}.min-max-input{text-align:center;color:#000;border:none;outline:none;width:100px;padding:8px 0}.to{font-size:small}.dropdown-button{background-color:#fff;border:none}.separator{display:flex;align-items:center;text-align:center}.separator:before,.separator:after{content:"";flex:1;border-bottom:1px solid #000}.separator:not(:empty):before{margin-right:.25em}.separator:not(:empty):after{margin-left:.25em}.input-inner-label{border:solid 1px black;border-radius:10px;display:flex;flex-direction:column;justify-content:space-between;padding:7px 12px;height:64px}.input-inner-label.input-inner-label-error{border:solid 2px red}.input-inner-label label{height:18.86px;color:#000;font-family:Inter;font-size:16.031px;font-style:normal;font-weight:400;line-height:normal}.input-inner-label .input-inner-label-input-container{height:40px;display:flex;flex-direction:row;justify-content:space-between}.input-inner-label .input-inner-label-input-container .input-inner-label-show-password-icon{width:20px;margin:0 6px;cursor:pointer}.input-inner-label .input-inner-label-input-container input{height:100%;width:100%;border:hidden;outline:none;font-size:20px}.hero-section{position:relative;min-height:300px;background:linear-gradient(135deg,#f0f9ff,#fff);overflow:hidden}@media (max-width: 640px){.hero-section{display:none}}.hero-section .hero-container{max-width:1200px;margin:0 auto;padding-left:1.5rem;padding-right:1.5rem;position:relative;height:300px;display:flex;align-items:center;gap:2rem}@media (min-width: 641px) and (max-width: 768px){.hero-section .hero-container{height:250px;gap:1rem}}.hero-section .hero-content{flex:1;max-width:600px;z-index:2}.hero-section .hero-content .hero-text .hero-welcome{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;color:#171717;color:#0284c7;margin-bottom:.5rem;font-size:.875rem;font-weight:500;text-transform:uppercase;letter-spacing:1px}@media (min-width: 641px) and (max-width: 768px){.hero-section .hero-content .hero-text .hero-welcome{font-size:.75rem}}.hero-section .hero-content .hero-text .hero-headline{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.5rem;font-weight:600;line-height:1.25;color:#171717;margin-bottom:.75rem;font-size:1.875rem;line-height:1.2}@media (min-width: 641px) and (max-width: 768px){.hero-section .hero-content .hero-text .hero-headline{font-size:1.5rem}}.hero-section .hero-content .hero-text .hero-subheading{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:400;color:#171717;font-size:1rem;color:#525252;margin-bottom:1rem;line-height:1.5}@media (min-width: 641px) and (max-width: 768px){.hero-section .hero-content .hero-text .hero-subheading{font-size:.875rem}}.hero-section .hero-content .hero-text .hero-actions{display:flex;gap:.75rem;align-items:center}@media (min-width: 641px) and (max-width: 768px){.hero-section .hero-content .hero-text .hero-actions{flex-direction:column;align-items:flex-start;gap:.75rem}}.hero-section .hero-content .hero-text .hero-actions .hero-btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.875rem;font-weight:500;line-height:1;border:none;border-radius:.5rem;cursor:pointer;transition:all .15s ease-in-out;text-decoration:none}.hero-section .hero-content .hero-text .hero-actions .hero-btn-primary:disabled{cursor:not-allowed;opacity:.5}.hero-section .hero-content .hero-text .hero-actions .hero-btn-primary{background:#0284c7;color:#fff}.hero-section .hero-content .hero-text .hero-actions .hero-btn-primary:hover:not(:disabled){background:#0369a1}.hero-section .hero-content .hero-text .hero-actions .hero-btn-primary:active:not(:disabled){background:#075985}.hero-section .hero-content .hero-text .hero-actions .hero-btn-primary{padding:.5rem 1rem;font-size:1rem;font-weight:500}@media (min-width: 641px) and (max-width: 768px){.hero-section .hero-content .hero-text .hero-actions .hero-btn-primary{padding:.5rem .75rem;font-size:.875rem}}.hero-section .hero-content .hero-text .hero-actions .hero-btn-secondary{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.875rem;font-weight:500;line-height:1;border:none;border-radius:.5rem;cursor:pointer;transition:all .15s ease-in-out;text-decoration:none}.hero-section .hero-content .hero-text .hero-actions .hero-btn-secondary:disabled{cursor:not-allowed;opacity:.5}.hero-section .hero-content .hero-text .hero-actions .hero-btn-secondary{background:#fff;color:#171717;border:1px solid #e5e5e5}.hero-section .hero-content .hero-text .hero-actions .hero-btn-secondary:hover:not(:disabled){background:#f5f5f5;border-color:#d4d4d4}.hero-section .hero-content .hero-text .hero-actions .hero-btn-secondary{padding:.5rem 1rem;font-size:1rem;font-weight:500}@media (min-width: 641px) and (max-width: 768px){.hero-section .hero-content .hero-text .hero-actions .hero-btn-secondary{padding:.5rem .75rem;font-size:.875rem}}.hero-section .hero-image{flex:1;position:relative;height:250px;border-radius:.75rem;overflow:hidden;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}@media (min-width: 641px) and (max-width: 768px){.hero-section .hero-image{height:200px}}.hero-section .hero-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease-in-out}.hero-section .hero-image .hero-image-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(45deg,#0ea5e91a,#0000001a)}.hero-section .hero-image .hero-nav-btn{position:absolute;top:50%;transform:translateY(-50%);background:#ffffffe6;border:1px solid #e5e5e5;border-radius:9999px;width:48px;height:48px;display:flex;align-items:center;justify-content:center;font-size:24px;color:#171717;cursor:pointer;transition:all .15s ease-in-out;z-index:4}.hero-section .hero-image .hero-nav-btn:hover{background:#fff;border-color:#7dd3fc;color:#0284c7;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.hero-section .hero-image .hero-nav-btn.hero-nav-prev{left:1rem}.hero-section .hero-image .hero-nav-btn.hero-nav-next{right:1rem}.hero-section .hero-indicators{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);display:flex;gap:.5rem;z-index:3}.hero-section .hero-indicators .hero-indicator{width:12px;height:12px;border-radius:9999px;border:none;background:#ffffff80;cursor:pointer;transition:all .15s ease-in-out}.hero-section .hero-indicators .hero-indicator.active{background:#fff;box-shadow:0 0 0 2px #0ea5e9}.hero-section .hero-indicators .hero-indicator:hover{background:#fffc}.hero-mobile{position:relative;height:250px;overflow:hidden}@media (min-width: 641px){.hero-mobile{display:none}}.hero-mobile .hero-mobile-slide{position:absolute;top:0;left:0;right:0;bottom:0;opacity:0;transition:opacity .3s ease-in-out}.hero-mobile .hero-mobile-slide.active{opacity:1}.hero-mobile .hero-mobile-slide .hero-mobile-image{position:relative;width:100%;height:70%}.hero-mobile .hero-mobile-slide .hero-mobile-image img{width:100%;height:100%;object-fit:cover}.hero-mobile .hero-mobile-slide .hero-mobile-image .hero-mobile-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom,transparent 0%,rgba(0,0,0,.7) 100%)}.hero-mobile .hero-mobile-slide .hero-mobile-content{position:absolute;bottom:0;left:0;right:0;padding:1rem .75rem;background:linear-gradient(to top,rgba(0,0,0,.8) 0%,transparent 100%);color:#fff}.hero-mobile .hero-mobile-slide .hero-mobile-content h2{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.25rem;font-weight:600;line-height:1.5;color:#171717;color:#fff;margin-bottom:.25rem;font-size:1.125rem}.hero-mobile .hero-mobile-slide .hero-mobile-content p{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:400;line-height:1.5;color:#525252;color:#ffffffe6;margin:0;font-size:.875rem}.hero-mobile .hero-mobile-indicators{position:absolute;bottom:1rem;left:50%;transform:translate(-50%);display:flex;gap:.5rem;z-index:2}.hero-mobile .hero-mobile-indicators .indicator{width:8px;height:8px;border-radius:9999px;border:none;background:#ffffff80;cursor:pointer;transition:all .15s ease-in-out}.hero-mobile .hero-mobile-indicators .indicator.active{background:#fff;box-shadow:0 0 0 1px #0ea5e980}.slider,.slider__top-heading,.slider__slides,.slider__slide,.slider__slide-content,.slider__slide-subheading,.slider__slide-heading,.slider__slide-readmore,.slider__slide-parts,.slider__slide-part,.slider__slide-part-inner,.slider__control,.home-header-mobile,.home-header-mobile-item,.home-header-mobile-item-label{display:none}.home-merchs{margin-bottom:4rem}.home-merchs .home-merchs-display{margin-bottom:2rem}.home-merchs .home-merchs-display .home-merchs-display-tab-panel{border-bottom:1px solid #e5e5e5;padding-bottom:1rem}.home-merchs .home-merchs-display .home-merchs-display-tab-panel .home-merchs-display-tab-items-wrapper{display:flex;gap:2rem;justify-content:center}@media (max-width: 640px){.home-merchs .home-merchs-display .home-merchs-display-tab-panel .home-merchs-display-tab-items-wrapper{gap:1rem;justify-content:flex-start;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.home-merchs .home-merchs-display .home-merchs-display-tab-panel .home-merchs-display-tab-items-wrapper::-webkit-scrollbar{display:none}}.home-merchs .home-merchs-display .home-merchs-display-tab-panel .home-merchs-display-tab-items-wrapper .home-merchs-display-tab-item{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;color:#171717;font-weight:500;font-size:1.125rem;cursor:pointer;-webkit-user-select:none;user-select:none;padding:.5rem 1rem;border-radius:.5rem;transition:all .15s ease-in-out;white-space:nowrap}@media (max-width: 640px){.home-merchs .home-merchs-display .home-merchs-display-tab-panel .home-merchs-display-tab-items-wrapper .home-merchs-display-tab-item{font-size:1rem;padding:.5rem .75rem;flex-shrink:0}}.home-merchs .home-merchs-display .home-merchs-display-tab-panel .home-merchs-display-tab-items-wrapper .home-merchs-display-tab-item.home-merchs-display-tab-item-active{color:#0284c7;background:#f0f9ff;font-weight:600}.home-merchs .home-merchs-display .home-merchs-display-tab-panel .home-merchs-display-tab-items-wrapper .home-merchs-display-tab-item.home-merchs-display-tab-item-inactive{color:#525252}.home-merchs .home-merchs-display .home-merchs-display-tab-panel .home-merchs-display-tab-items-wrapper .home-merchs-display-tab-item.home-merchs-display-tab-item-inactive:hover{color:#171717;background:#f5f5f5}.home-merchs .home-merchs-group{margin-bottom:3rem;background:#fff;border-radius:.75rem;overflow:hidden;border:1px solid #e5e5e5;box-shadow:0 1px 2px #0000000d}.home-merchs .home-merchs-group .home-merch-headline-wrapper{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;border-bottom:1px solid #e5e5e5;background:#f5f5f5}@media (max-width: 640px){.home-merchs .home-merchs-group .home-merch-headline-wrapper{padding:1rem;flex-wrap:wrap;gap:.75rem}}.home-merchs .home-merchs-group .home-merch-headline-wrapper.home-merch-headline-group h2{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.5rem;font-weight:600;line-height:1.25;color:#171717;margin:0}.home-merchs .home-merchs-group .home-merch-headline-wrapper.home-merch-headline-subgroup h2{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.25rem;font-weight:600;line-height:1.5;color:#171717;margin:0}.home-merchs .home-merchs-group .home-merch-headline-wrapper .home-merch-group-see-more{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.875rem;font-weight:500;line-height:1;border:none;border-radius:.5rem;cursor:pointer;transition:all .15s ease-in-out;text-decoration:none}.home-merchs .home-merchs-group .home-merch-headline-wrapper .home-merch-group-see-more:disabled{cursor:not-allowed;opacity:.5}.home-merchs .home-merchs-group .home-merch-headline-wrapper .home-merch-group-see-more{background:transparent;color:#525252}.home-merchs .home-merchs-group .home-merch-headline-wrapper .home-merch-group-see-more:hover:not(:disabled){background:#f5f5f5;color:#171717}.home-merchs .home-merchs-group .home-merch-headline-wrapper .home-merch-group-see-more{color:#0284c7;font-weight:500;padding:.5rem 1rem}.home-merchs .home-merchs-group .home-merch-headline-wrapper .home-merch-group-see-more:hover{background:#f0f9ff;color:#0369a1}.home-merchs .home-merchs-group .home-merch-headline-wrapper .home-merch-group-search{margin-left:auto}@media (max-width: 640px){.home-merchs .home-merchs-group .home-merch-headline-wrapper .home-merch-group-search{order:3;flex-basis:100%;margin-left:0}}.home-merchs .home-merchs-group .home-merch-cards-container{overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;padding:1.5rem;display:flex;gap:1rem}@media (max-width: 640px){.home-merchs .home-merchs-group .home-merch-cards-container{padding:1rem;gap:.75rem}}.home-merchs .home-merchs-group .home-merch-cards-container .home-merch-card-rounded{background:#fff;border:1px solid #e5e5e5;border-radius:.75rem;box-shadow:0 1px 2px #0000000d;overflow:hidden;transition:all .2s ease-in-out}.home-merchs .home-merchs-group .home-merch-cards-container .home-merch-card-rounded:hover{border-color:#d4d4d4;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.home-merchs .home-merchs-group .home-merch-cards-container .home-merch-card-rounded{flex-shrink:0;width:200px;height:200px;border-radius:1rem;overflow:hidden;cursor:pointer;transition:all .2s ease-in-out}@media (max-width: 640px){.home-merchs .home-merchs-group .home-merch-cards-container .home-merch-card-rounded{width:160px;height:160px}}.home-merchs .home-merchs-group .home-merch-cards-container .home-merch-card-rounded:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.home-merchs .home-merchs-group .home-merch-cards-container .home-merch-card-rounded .home-merch-card-rounded-img-wrapper{position:relative;height:75%;overflow:hidden}.home-merchs .home-merchs-group .home-merch-cards-container .home-merch-card-rounded .home-merch-card-rounded-img-wrapper img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease-in-out}.home-merchs .home-merchs-group .home-merch-cards-container .home-merch-card-rounded .home-merch-card-rounded-img-wrapper:hover img{transform:scale(1.05)}.home-merchs .home-merchs-group .home-merch-cards-container .home-merch-card-rounded h2{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;font-weight:600;height:25%;margin:0;padding:.75rem;display:flex;align-items:center;justify-content:center;text-align:center;background:#fff;color:#171717;line-height:1.25}@media (max-width: 640px){.home-merchs .home-merchs-group .home-merch-cards-container .home-merch-card-rounded h2{font-size:.875rem;padding:.5rem}}.home-merchs .home-merchs-group .home-merch-cards-container .home-merch-card-standard{background:#fff;border:1px solid #e5e5e5;border-radius:.75rem;box-shadow:0 1px 2px #0000000d;overflow:hidden;transition:all .2s ease-in-out}.home-merchs .home-merchs-group .home-merch-cards-container .home-merch-card-standard:hover{border-color:#d4d4d4;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.home-merchs .home-merchs-group .home-merch-cards-container .home-merch-card-standard{flex-shrink:0;width:280px;height:400px;cursor:pointer;transition:all .2s ease-in-out;background:#fff}@media (max-width: 640px){.home-merchs .home-merchs-group .home-merch-cards-container .home-merch-card-standard{width:240px;height:320px}}.home-merchs .home-merchs-group .home-merch-cards-container .home-merch-card-standard:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.home-merchs .home-merchs-group .home-merch-cards-container .home-merch-card-standard:hover .home-merch-card-standard-image-container img{transform:scale(1.05)}.home-merchs .home-merchs-group .home-merch-cards-container .home-merch-card-standard .home-merch-card-standard-image-container{height:60%;overflow:hidden;border-radius:.75rem .75rem 0 0}.home-merchs .home-merchs-group .home-merch-cards-container .home-merch-card-standard .home-merch-card-standard-image-container img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease-in-out}.home-merchs .home-merchs-group .home-merch-cards-container .home-merch-card-standard .home-merch-card-standard-details{height:40%;padding:1rem;display:flex;flex-direction:column;justify-content:space-between;background:#fff}@media (max-width: 640px){.home-merchs .home-merchs-group .home-merch-cards-container .home-merch-card-standard .home-merch-card-standard-details{padding:.75rem}}.home-merchs .home-merchs-group .home-merch-cards-container .home-merch-card-standard .home-merch-card-standard-details h4{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.25rem;font-weight:600;line-height:1.5;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:1.125rem;margin:0 0 .5rem;color:#171717}@media (max-width: 640px){.home-merchs .home-merchs-group .home-merch-cards-container .home-merch-card-standard .home-merch-card-standard-details h4{font-size:1rem}}.home-merchs .home-merchs-group .home-merch-cards-container .home-merch-card-standard .home-merch-card-standard-details p{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.875rem;font-weight:400;color:#525252;margin:0 0 .75rem;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-height:1.5}.home-merchs .home-merchs-group .home-merch-cards-container .home-merch-card-standard .home-merch-card-standard-details .home-merch-card-standard-price{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;color:#171717;font-weight:700;font-size:1.25rem;color:#0284c7;margin:0}@media (max-width: 640px){.home-merchs .home-merchs-group .home-merch-cards-container .home-merch-card-standard .home-merch-card-standard-details .home-merch-card-standard-price{font-size:1.125rem}}.featured-merchandise{background:#fff;border-radius:1rem;padding:3rem;box-shadow:0 1px 2px #0000000d;border:1px solid #e5e5e5}@media (max-width: 640px){.featured-merchandise{padding:1.5rem;border-radius:.75rem}}.featured-merchandise .featured-merchandise-header{text-align:center;margin-bottom:3rem}@media (max-width: 640px){.featured-merchandise .featured-merchandise-header{margin-bottom:2rem}}.featured-merchandise .featured-merchandise-header h2{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.875rem;font-weight:700;line-height:1.25;margin-bottom:.75rem;color:#171717}.featured-merchandise .featured-merchandise-header p{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;color:#171717;color:#525252;margin:0;font-size:1.125rem}@media (max-width: 640px){.featured-merchandise .featured-merchandise-header p{font-size:1rem}}.featured-merchandise .featured-merchandise-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(3,200px);gap:1rem}@media (min-width: 641px) and (max-width: 768px){.featured-merchandise .featured-merchandise-grid{grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,180px)}}@media (max-width: 640px){.featured-merchandise .featured-merchandise-grid{grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(3,160px);gap:.75rem}}.featured-merchandise .featured-merch-card{background:#fff;border:1px solid #e5e5e5;border-radius:.75rem;box-shadow:0 1px 2px #0000000d;overflow:hidden;transition:all .2s ease-in-out}.featured-merchandise .featured-merch-card:hover{border-color:#d4d4d4;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.featured-merchandise .featured-merch-card{position:relative;cursor:pointer;overflow:hidden;background:#fff;transition:all .2s ease-in-out}.featured-merchandise .featured-merch-card:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.featured-merchandise .featured-merch-card:hover .featured-merch-card-overlay{opacity:1}.featured-merchandise .featured-merch-card:hover .featured-merch-card-image img{transform:scale(1.05)}.featured-merchandise .featured-merch-card--large{grid-column:span 2;grid-row:span 2}@media (min-width: 641px) and (max-width: 768px){.featured-merchandise .featured-merch-card--large{grid-column:span 2;grid-row:span 1}}@media (max-width: 640px){.featured-merchandise .featured-merch-card--large{grid-column:span 2;grid-row:span 1}}.featured-merchandise .featured-merch-card--large .featured-merch-card-content{padding:1.5rem}.featured-merchandise .featured-merch-card--large .featured-merch-card-content .featured-merch-card-title{font-size:1.25rem}.featured-merchandise .featured-merch-card--medium{grid-column:span 1;grid-row:span 2}@media (min-width: 641px) and (max-width: 768px){.featured-merchandise .featured-merch-card--medium{grid-column:span 1;grid-row:span 2}}@media (max-width: 640px){.featured-merchandise .featured-merch-card--medium{grid-column:span 1;grid-row:span 2}}.featured-merchandise .featured-merch-card--small{grid-column:span 1;grid-row:span 1}.featured-merchandise .featured-merch-card--small .featured-merch-card-content{padding:.75rem}.featured-merchandise .featured-merch-card--small .featured-merch-card-content .featured-merch-card-title{font-size:.875rem;margin-bottom:.25rem}.featured-merchandise .featured-merch-card--small .featured-merch-card-content .featured-merch-card-description{display:none}.featured-merchandise .featured-merch-card .featured-merch-card-image{position:relative;height:70%;overflow:hidden}.featured-merchandise .featured-merch-card .featured-merch-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease-in-out}.featured-merchandise .featured-merch-card .featured-merch-card-image .featured-merch-card-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .15s ease-in-out}.featured-merchandise .featured-merch-card .featured-merch-card-image .featured-merch-card-overlay .featured-merch-card-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.875rem;font-weight:500;line-height:1;border:none;border-radius:.5rem;cursor:pointer;transition:all .15s ease-in-out;text-decoration:none}.featured-merchandise .featured-merch-card .featured-merch-card-image .featured-merch-card-overlay .featured-merch-card-btn:disabled{cursor:not-allowed;opacity:.5}.featured-merchandise .featured-merch-card .featured-merch-card-image .featured-merch-card-overlay .featured-merch-card-btn{background:#0284c7;color:#fff}.featured-merchandise .featured-merch-card .featured-merch-card-image .featured-merch-card-overlay .featured-merch-card-btn:hover:not(:disabled){background:#0369a1}.featured-merchandise .featured-merch-card .featured-merch-card-image .featured-merch-card-overlay .featured-merch-card-btn:active:not(:disabled){background:#075985}.featured-merchandise .featured-merch-card .featured-merch-card-image .featured-merch-card-overlay .featured-merch-card-btn{padding:.5rem 1rem;font-size:.875rem;font-weight:600;border-radius:.5rem}.featured-merchandise .featured-merch-card .featured-merch-card-content{padding:1rem;height:30%;display:flex;flex-direction:column;justify-content:space-between}.featured-merchandise .featured-merch-card .featured-merch-card-content .featured-merch-card-title{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.25rem;font-weight:600;line-height:1.5;color:#171717;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-bottom:.5rem;font-size:1rem;line-height:1.25}.featured-merchandise .featured-merch-card .featured-merch-card-content .featured-merch-card-description{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.875rem;font-weight:400;color:#525252;margin-bottom:.5rem;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-height:1.5}.featured-merchandise .featured-merch-card .featured-merch-card-content .featured-merch-card-price{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;color:#171717;font-weight:600;color:#0284c7;font-size:1.125rem;margin-top:auto}.home-featured-merchs,.home-ripple-featured-card,.home-featured-merchs-simple,.home-featured-merchs-simple-card,.home-featured-merchs-simple-title,.home-featured-merchs-simple-title-container,.home-featured-merchs-simple-card-image-container,.home-featured-merchs-simple-card-block-1,.home-featured-merchs-simple-card-block-2{display:none}.home-main{background:#fafafa}.home-main .home-main-padded{max-width:1200px;margin:0 auto;padding:4rem 1.5rem 5rem}@media (max-width: 640px){.home-main .home-main-padded{padding-top:2rem;padding-bottom:3rem}}.home-main-padded>*{margin-bottom:4rem}@media (max-width: 640px){.home-main-padded>*{margin-bottom:3rem}}.home-main-padded>*:last-child{margin-bottom:0}.home-loading{display:flex;justify-content:center;align-items:center;min-height:80vh;background:#fafafa}.home-loading .loading-spinner{display:flex;flex-direction:column;align-items:center;gap:1rem}.home-loading .loading-spinner .spinner{border:4px solid #f3f3f3;border-top:4px solid #0284c7;border-radius:50%;width:50px;height:50px;animation:spin 1s linear infinite}.home-loading .loading-spinner p{color:#737373;font-size:1.1rem;margin:0;text-align:center}.home-error{display:flex;justify-content:center;align-items:center;min-height:80vh;background:#fafafa;padding:2rem}.home-error .error-message{background:#fff;border:1px solid #ef4444;border-radius:.5rem;padding:2rem;max-width:500px;text-align:center;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.home-error .error-message h3{color:#ef4444;margin-bottom:1rem;font-size:1.5rem}.home-error .error-message p{color:#737373;margin-bottom:1rem;line-height:1.5}.home-error .error-message details{text-align:left;margin-top:1rem}.home-error .error-message details summary{cursor:pointer;color:#0284c7;font-weight:500}.home-error .error-message details summary:hover{text-decoration:underline}.home-error .error-message details pre{background:#f5f5f5;border:1px solid #e5e5e5;border-radius:.375rem;padding:1rem;margin-top:.5rem;overflow-x:auto;font-size:.875rem;color:#171717}.products-page{min-height:100vh;background:linear-gradient(135deg,#f0f9ff,#fff,#fafafa)}.products-page .products-header{background:linear-gradient(135deg,#0284c7,#0369a1);color:#fff;padding:2rem 0 1.5rem;position:relative;overflow:hidden}.products-page .products-header:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="white" opacity="0.1"/><circle cx="75" cy="75" r="1" fill="white" opacity="0.1"/><circle cx="50" cy="10" r="1" fill="white" opacity="0.05"/><circle cx="90" cy="40" r="1" fill="white" opacity="0.05"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');pointer-events:none}.products-page .products-header .products-header-content{max-width:1200px;margin:0 auto;padding-left:1.5rem;padding-right:1.5rem;position:relative;z-index:1}.products-page .products-header .products-breadcrumb{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.875rem;font-weight:400;line-height:1.5;color:#525252;opacity:.9}.products-page .products-header .products-breadcrumb .breadcrumb-btn{background:none;border:none;color:#fff;cursor:pointer;text-decoration:none;transition:opacity .2s ease}.products-page .products-header .products-breadcrumb .breadcrumb-btn:hover{opacity:.8}.products-page .products-header .products-breadcrumb .breadcrumb-separator{opacity:.6}.products-page .products-header .products-breadcrumb .breadcrumb-current{opacity:.7}.products-page .products-header .products-title{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.products-page .products-header .products-title .products-icon{font-size:2.5rem;opacity:.9}.products-page .products-header .products-title h1{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.875rem;line-height:1.25;color:#171717;margin:0;font-weight:700;text-shadow:0 2px 4px rgba(0,0,0,.2)}@media (max-width: 640px){.products-page .products-header .products-title h1{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.5rem;font-weight:600;line-height:1.25;color:#171717}}.products-page .products-header .products-description{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.125rem;font-weight:400;line-height:1.75;color:#171717;opacity:.9;line-height:1.6;max-width:600px}.products-page .products-header .products-stats{display:flex;flex-wrap:wrap;gap:1rem;margin-top:1rem}.products-page .products-header .products-stats .stat-item{background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:.5rem 1rem;border-radius:.75rem;border:1px solid rgba(255,255,255,.2);display:flex;align-items:center;gap:.5rem}.products-page .products-header .products-stats .stat-item .stat-icon{opacity:.8}.products-page .products-header .products-stats .stat-item .stat-text{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.875rem;font-weight:400;line-height:1.5;color:#525252;font-weight:500}.products-page .trust-strip{max-width:1200px;margin:0 auto;padding-left:1.5rem;padding-right:1.5rem;display:flex;justify-content:center;flex-wrap:wrap;gap:1.5rem;padding:1rem 0;border-bottom:1px solid #e5e5e5}.products-page .trust-strip .trust-item{display:flex;align-items:center;gap:.5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.875rem;font-weight:400;line-height:1.5;color:#525252;font-weight:500}.products-page .trust-strip .trust-item .trust-icon{font-size:1rem}@media (max-width: 640px){.products-page .trust-strip{gap:.75rem;justify-content:flex-start;overflow-x:auto;flex-wrap:nowrap}}.products-page .products-content{max-width:1200px;margin:0 auto;padding-left:1.5rem;padding-right:1.5rem;padding:1.5rem 0}.products-page .products-content .products-toolbar{background:#fff;border-radius:1rem;padding:1rem;margin-bottom:1.5rem;box-shadow:0 1px 2px #0000000d;border:1px solid #e5e5e5;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.75rem}@media (max-width: 640px){.products-page .products-content .products-toolbar{flex-direction:column;align-items:stretch}}.products-page .products-content .products-toolbar .products-count{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;color:#171717;color:#525252;display:flex;align-items:center;gap:.5rem}.products-page .products-content .products-toolbar .products-count .count-icon{color:#0284c7;font-size:1.2rem}.products-page .products-content .products-toolbar .products-count .count-number{color:#0284c7;font-weight:700}.products-page .products-content .products-toolbar .products-actions{display:flex;gap:.75rem;align-items:center}.products-page .products-content .products-toolbar .products-actions .filter-dropdown{background:#fff;border:1px solid #e5e5e5;border-radius:.5rem;padding:.5rem .75rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.875rem;font-weight:400;line-height:1.5;color:#525252;cursor:pointer;transition:border-color .2s ease}.products-page .products-content .products-toolbar .products-actions .filter-dropdown:hover{border-color:#0284c7}.products-page .products-content .products-toolbar .products-actions .sort-dropdown{background:#fff;border:1px solid #e5e5e5;border-radius:.5rem;padding:.5rem .75rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.875rem;font-weight:400;line-height:1.5;color:#525252;cursor:pointer;transition:border-color .2s ease}.products-page .products-content .products-toolbar .products-actions .sort-dropdown:hover{border-color:#0284c7}.products-page .products-content .products-toolbar .products-actions .view-toggle{display:flex;background:#f5f5f5;border-radius:.5rem;overflow:hidden}.products-page .products-content .products-toolbar .products-actions .view-toggle button{background:none;border:none;padding:.5rem .75rem;cursor:pointer;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.875rem;font-weight:400;line-height:1.5;color:#525252;transition:all .2s ease}.products-page .products-content .products-toolbar .products-actions .view-toggle button.active{background:#0284c7;color:#fff}.products-page .products-content .products-toolbar .products-actions .view-toggle button:hover:not(.active){background:#e5e5e5}.products-page .products-content .products-loading{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:400px;padding:2rem}.products-page .products-content .products-loading .loading-animation{width:80px;height:80px;margin-bottom:1rem;position:relative}.products-page .products-content .products-loading .loading-animation:before{content:"";position:absolute;width:100%;height:100%;border:3px solid #e0f2fe;border-top:3px solid #0284c7;border-radius:50%;animation:spin 1s linear infinite}.products-page .products-content .products-loading .loading-animation:after{content:"📦";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:1.5rem;animation:pulse 2s ease-in-out infinite}.products-page .products-content .products-loading .loading-text{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.125rem;font-weight:400;line-height:1.75;color:#171717;color:#525252;margin-bottom:.5rem;font-weight:500}.products-page .products-content .products-loading .loading-subtext{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.875rem;font-weight:400;line-height:1.5;color:#525252;color:#737373;text-align:center;max-width:300px}.products-page .products-content .products-error{background:#fff;border-radius:1rem;padding:2rem;text-align:center;box-shadow:0 1px 2px #0000000d;border:1px solid #e5e5e5;margin:1.5rem 0}.products-page .products-content .products-error .error-illustration{font-size:4rem;margin-bottom:1rem;opacity:.7}.products-page .products-content .products-error h3{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.25rem;font-weight:600;line-height:1.5;color:#171717;color:#ef4444;margin-bottom:.5rem}.products-page .products-content .products-error p{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;color:#171717;color:#525252;margin-bottom:1rem}.products-page .products-content .products-error .retry-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.875rem;font-weight:500;line-height:1;border:none;border-radius:.5rem;cursor:pointer;transition:all .15s ease-in-out;text-decoration:none}.products-page .products-content .products-error .retry-btn:disabled{cursor:not-allowed;opacity:.5}.products-page .products-content .products-error .retry-btn{background:#0284c7;color:#fff}.products-page .products-content .products-error .retry-btn:hover:not(:disabled){background:#0369a1}.products-page .products-content .products-error .retry-btn:active:not(:disabled){background:#075985}.products-page .products-content .products-error .retry-btn{padding:.75rem 1.5rem;border-radius:.75rem}.products-page .products-content .products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:.75rem;margin-bottom:1.5rem}@media (min-width: 641px) and (max-width: 768px){.products-page .products-content .products-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:.5rem}}@media (max-width: 640px){.products-page .products-content .products-grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:.5rem}}.products-page .products-content .products-empty{background:#fff;border-radius:1rem;padding:2rem;text-align:center;box-shadow:0 1px 2px #0000000d;border:1px solid #e5e5e5;margin:1.5rem 0}.products-page .products-content .products-empty .empty-illustration{font-size:4rem;margin-bottom:1rem;opacity:.7;animation:float 3s ease-in-out infinite}.products-page .products-content .products-empty h3{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.25rem;font-weight:600;line-height:1.5;color:#171717;margin-bottom:.75rem}.products-page .products-content .products-empty p{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;color:#171717;color:#525252;margin-bottom:1rem}.products-page .products-content .products-empty .btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.875rem;font-weight:500;line-height:1;border:none;border-radius:.5rem;cursor:pointer;transition:all .15s ease-in-out;text-decoration:none}.products-page .products-content .products-empty .btn-primary:disabled{cursor:not-allowed;opacity:.5}.products-page .products-content .products-empty .btn-primary{background:#0284c7;color:#fff}.products-page .products-content .products-empty .btn-primary:hover:not(:disabled){background:#0369a1}.products-page .products-content .products-empty .btn-primary:active:not(:disabled){background:#075985}.products-page .products-content .products-empty .btn-primary{padding:.75rem 1.5rem;border-radius:.75rem}.products-page .products-content .pagination{display:flex;justify-content:center;align-items:center;gap:.5rem;margin-top:2rem;padding:1rem;background:#fff;border-radius:1rem;box-shadow:0 1px 2px #0000000d;border:1px solid #e5e5e5}@media (max-width: 640px){.products-page .products-content .pagination{flex-wrap:wrap;gap:.25rem}}.products-page .products-content .pagination .pagination-btn{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.875rem;font-weight:400;line-height:1.5;color:#525252;background:#fff;border:1px solid #e5e5e5;color:#171717;padding:.5rem .75rem;border-radius:.5rem;cursor:pointer;transition:all .2s ease;min-width:40px;font-weight:500}.products-page .products-content .pagination .pagination-btn:hover:not(:disabled){background:#f0f9ff;border-color:#0284c7;color:#0284c7;transform:translateY(-1px)}.products-page .products-content .pagination .pagination-btn.active{background:#0284c7;border-color:#0284c7;color:#fff;box-shadow:0 1px 2px #0000000d}.products-page .products-content .pagination .pagination-btn:disabled{opacity:.5;cursor:not-allowed}.product-card-ripple{width:100%;border-radius:1rem;overflow:hidden;transition:all .2s ease;background:#fff;border:1px solid #e5e5e5;box-shadow:0 1px 2px #0000000d}.product-card-ripple:hover{transform:translateY(-4px) scale(1.02);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;border-color:#bae6fd}.product-card-ripple:active{transform:translateY(-2px) scale(1.01)}.products-grid>*{animation:fadeInUp .6s ease-out;animation-fill-mode:both}.products-grid>*:nth-child(1){animation-delay:.1s}.products-grid>*:nth-child(2){animation-delay:.2s}.products-grid>*:nth-child(3){animation-delay:.3s}.products-grid>*:nth-child(4){animation-delay:.4s}.products-grid>*:nth-child(5){animation-delay:.5s}.products-grid>*:nth-child(6){animation-delay:.6s}.cf:before,.cf:after{content:" ";display:block;height:0;overflow:hidden}.cf:after{clear:both}.cf{zoom:1}html{box-sizing:border-box;overflow-y:scroll}*,*:before,*:after{box-sizing:inherit}body{font-family:Lato,helvetica,arial,sans-serif!important;font-size:100%;font-weight:400;color:#424242;line-height:1.3}strong{font-weight:900}.wrap{width:85%;max-width:1024px;margin:0 auto;padding:100px 0}.btn{display:inline-block;font-size:.9em;padding:12px 30px;background:#ffc21d;color:#232323;font-weight:900;cursor:pointer;text-transform:uppercase;font-weight:700;letter-spacing:2px;opacity:1;transition:opacity .3s}.btn:hover{opacity:.8}.blue-link{color:#659baf;cursor:pointer}.blue-link:hover{color:#223840}.cart-header{border-bottom:1px solid #ccc;padding-bottom:20px;position:relative}.cart-header strong{font-size:1.8em;position:relative;font-weight:400;line-height:1}.cart-header .btn{position:absolute;bottom:10px;right:0}.bonus-products{border:1px solid #ccc;border-top:none;padding:18px;background:#0000000d}.bonus-products strong{font-weight:400;color:#888;font-size:.8em}.bonus-products strong .bp-toggle{font-size:.7em;cursor:default}.cart-table{padding:10px 0 0;border-bottom:1px solid #ccc}.item{border-bottom:1px solid #ccc;margin-bottom:10px}.item:last-child{border-bottom:none;padding-bottom:0;margin-bottom:0}.item .item-block{float:left}.item .item-block.ib-info{width:60%}.item .item-block.ib-info img.product-img{float:left;display:block;width:100px;margin-right:15px}.item .item-block.ib-info .ib-info-meta{float:left}.item .item-block.ib-info span{display:block;margin-bottom:3px}.item .item-block.ib-info span.title{font-size:1em}.item .item-block.ib-info span.itemno{color:#888;font-size:.8em}.item .item-block.ib-info span.styles{border-left:3px solid rgba(0,0,0,.1);padding-left:5px;font-size:.8em}.item .item-block.ib-info span.styles strong{display:inline-block;min-width:70px}.item .item-block.ib-info span.styles .blue-link{font-size:.8em}.item .item-block.ib-qty{width:20%;text-align:right}.item .item-block.ib-qty input{text-align:center;font-size:16px;border-radius:0;outline:none;border:1px solid #ccc;width:50px;height:40px;vertical-align:middle;color:#555}.item .item-block.ib-qty input:focus{border-color:#7bcde8}.item .item-block.ib-qty span.price{display:inline-block;color:#777}.item .item-block.ib-qty span.price>span{margin:0 5px}.item .item-block.ib-total-price{width:20%;text-align:right;padding-top:6px;position:relative}.item .item-block.ib-total-price span{color:#555}.item .item-block.ib-total-price span.tp-price{font-size:1.4em;font-weight:900}.item .item-block.ib-total-price span.tp-remove{font-size:14px;margin-left:10px;position:relative;top:-2px;cursor:pointer}.item .item-block.ib-total-price span.tp-remove:hover{color:red}.item .item-foot{padding:0 0 10px;margin-top:10px;font-size:.7em}.item .item-foot i{position:relative;font-size:12px}.item .item-foot .if-message{float:left;width:100%;margin-bottom:10px;color:#777}.item .item-foot .if-left{float:left;color:#ccc;font-size:115%;text-transform:uppercase}.item .item-foot .if-right{float:right;color:#ccc;padding-top:2px;text-transform:uppercase}.item .item-foot .if-status{font-weight:900;color:#333}.item .bundle-block{padding:0 0 10px 50px;position:relative}.item .bundle-block ul li{position:relative;display:block;width:100%;margin-top:10px;padding-top:5px}.item .bundle-block ul li i.i-down-right-arrow{display:block;position:absolute;left:-30px;font-size:12px;top:50%;margin-top:-6px;color:#999}.item .bundle-block ul li img{width:100%;max-width:48px;display:block;float:left;margin-right:15px}.item .bundle-block ul li span{display:block}.item .bundle-block ul li span.bundle-title{font-size:.85em}.item .bundle-block ul li span.bundle-itemno{color:#888;font-size:.7em}.sub-table{margin:20px 0;position:relative}.sub-table .copy-block{float:left;margin-top:60px}.sub-table .copy-block p{font-size:.7em;color:#666;max-width:320px;line-height:1.55;display:block}.sub-table .copy-block p a:link,.sub-table .copy-block p a:visited{color:#666}.sub-table .copy-block p a:hover,.sub-table .copy-block p a:focus{color:#333}.sub-table .copy-block p.customer-care{padding-top:10px;margin-top:10px;border-top:1px solid #ccc}.sub-table .summary-block{float:right}.sub-table .summary-block .sb-promo{border-bottom:1px solid #ccc;padding-bottom:10px;margin-bottom:10px;position:absolute;top:0;left:0;width:320px}.sub-table .summary-block .sb-promo input{font-size:16px;width:220px;padding:7px;margin-right:5px;vertical-align:top;color:#777}.sub-table .summary-block .sb-promo .btn{padding:10px 8px;font-size:.8em}.sub-table .summary-block ul li{margin-bottom:10px;font-size:.9em;text-align:right}.sub-table .summary-block ul li span{display:inline-block}.sub-table .summary-block ul li span.sb-label{color:#999;text-transform:uppercase;letter-spacing:1px}.sub-table .summary-block ul li span.sb-value{font-size:1.1em;width:120px}.sub-table .summary-block ul li.tax .tax-edit{color:#223840;font-size:.8em;font-weight:900;text-transform:capitalize;cursor:pointer}.sub-table .summary-block ul li.tax .tax-edit i{position:relative;top:1px;left:-3px}.sub-table .summary-block ul li.tax .tax-edit.te-open i:before{content:""}.sub-table .summary-block ul li.tax-calculate{padding:10px;margin-top:10px;background:#0000000d;display:none}.sub-table .summary-block ul li.tax-calculate input{font-size:16px;width:148px;padding:7px;margin-right:5px;vertical-align:top;color:#777}.sub-table .summary-block ul li.tax-calculate .btn{padding:10px 8px;font-size:.8em}.sub-table .summary-block ul li.grand-total{border-top:1px solid #ccc;padding-top:10px;margin-top:10px;font-size:1.2em;font-weight:900}@media only screen and (max-width: 860px){.item-main{position:relative}.item .item-block.ib-info{width:70%}.item .item-block.ib-qty{width:30%;text-align:right}.item .item-block.ib-total-price{width:auto;text-align:right;padding-top:0;position:absolute;top:50px;right:0}.sub-table .copy-block{float:right;margin-top:0;text-align:right;padding:12px;background:#00000009}.sub-table .summary-block{float:none;width:100%;margin-top:55px}.sub-table .summary-block .sb-promo{position:absolute;top:0;left:auto;right:0;max-width:300px;text-align:right;border-bottom:none}}@media only screen and (max-width: 630px){.item .item-block.ib-info{float:left;width:100%}.item .item-block.ib-qty{float:left;width:auto;margin-top:10px}.item .item-block.ib-total-price{float:left;width:auto;position:relative;top:13px;right:0;border-left:1px solid #ccc;padding-left:15px;margin-left:15px}.item .bundle-block{display:none}.item .item-block.ib-info img.product-img{width:70px}}.loading-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:9999}.loading-overlay .loading-spinner{background:#fff;padding:20px 40px;border-radius:8px;font-size:16px;font-weight:700;color:#333;box-shadow:0 4px 12px #0000004d}.empty-cart .empty-cart-content{text-align:center;padding:60px 20px}.empty-cart .empty-cart-content .empty-icon{font-size:4rem;margin-bottom:20px;opacity:.5}.empty-cart .empty-cart-content h2{color:#333;margin-bottom:10px;font-size:1.8rem}.empty-cart .empty-cart-content p{color:#666;margin-bottom:30px;font-size:1.1rem}.empty-cart .empty-cart-content .btn-primary{background:#52ad9c;color:#fff;padding:12px 30px;border:none;border-radius:6px;font-size:16px;text-decoration:none;display:inline-block;transition:background .3s}.empty-cart .empty-cart-content .btn-primary:hover{background:#428a7d}.cart-header{display:flex;justify-content:space-between;align-items:center;padding:20px 0;border-bottom:2px solid #e0e0e0;margin-bottom:20px}.cart-header strong{font-size:1.8rem;color:#333}.cart-header .cart-actions{display:flex;align-items:center;gap:15px}.cart-header .cart-actions .item-count{color:#666;font-size:14px}.cart-header .cart-actions .clear-cart{background:#dc3545;color:#fff;border:none;padding:8px 16px;border-radius:4px;font-size:14px;cursor:pointer;transition:background .3s}.cart-header .cart-actions .clear-cart:hover:not(:disabled){background:#c82333}.cart-header .cart-actions .clear-cart:disabled{opacity:.5;cursor:not-allowed}.cart-table .item{border:1px solid #e0e0e0;border-radius:8px;margin-bottom:15px;background:#fff}.cart-table .item .item-main{padding:20px;display:flex;align-items:center;gap:20px}.cart-table .item .item-main .ib-info{flex:2;display:flex;gap:15px;align-items:flex-start}.cart-table .item .item-main .ib-info .product-img{width:80px;height:80px;object-fit:cover;border-radius:6px;border:1px solid #e0e0e0}.cart-table .item .item-main .ib-info .ib-info-meta{flex:1}.cart-table .item .item-main .ib-info .ib-info-meta .title{display:block;font-weight:700;font-size:16px;color:#333;margin-bottom:5px}.cart-table .item .item-main .ib-info .ib-info-meta .itemno{display:block;color:#666;font-size:12px;margin-bottom:15px}.cart-table .item .item-main .ib-info .ib-info-meta .item-controls{display:flex;align-items:center;gap:8px}.cart-table .item .item-main .ib-info .ib-info-meta .item-controls .btn-quantity{width:30px;height:30px;border:1px solid #ddd;background:#fff;border-radius:4px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:16px;transition:all .2s}.cart-table .item .item-main .ib-info .ib-info-meta .item-controls .btn-quantity:hover:not(:disabled){background:#f0f0f0;border-color:#52ad9c}.cart-table .item .item-main .ib-info .ib-info-meta .item-controls .btn-quantity:disabled{opacity:.5;cursor:not-allowed}.cart-table .item .item-main .ib-info .ib-info-meta .item-controls .qty-input{width:60px;height:30px;text-align:center;border:1px solid #ddd;border-radius:4px;font-size:14px}.cart-table .item .item-main .ib-info .ib-info-meta .item-controls .qty-input:focus{outline:none;border-color:#52ad9c}.cart-table .item .item-main .ib-qty{flex:1;text-align:center}.cart-table .item .item-main .ib-qty .price{display:block;font-size:16px;font-weight:700;color:#52ad9c;margin-bottom:5px}.cart-table .item .item-main .ib-qty .quantity{display:block;font-size:14px;color:#666}.cart-table .item .item-main .ib-total-price{flex:1;text-align:right;display:flex;flex-direction:column;align-items:flex-end;gap:10px}.cart-table .item .item-main .ib-total-price .tp-price{font-size:18px;font-weight:700;color:#333}.cart-table .item .item-main .ib-total-price .tp-remove{background:none;border:none;cursor:pointer;font-size:18px;color:#dc3545;padding:5px;border-radius:4px;transition:background .2s}.cart-table .item .item-main .ib-total-price .tp-remove:hover:not(:disabled){background:#dc35451a}.cart-table .item .item-main .ib-total-price .tp-remove:disabled{opacity:.5;cursor:not-allowed}.cart-table .item .item-foot{padding:15px 20px;border-top:1px solid #f0f0f0;background:#fafafa}.cart-table .item .item-foot .if-left{display:flex;gap:20px;align-items:center}.cart-table .item .item-foot .if-left .if-status.in-stock{color:#28a745;font-size:14px;font-weight:700}.cart-table .item .item-foot .if-left .if-shipping{color:#666;font-size:12px}.sub-table{display:flex;gap:40px;margin-top:30px}.sub-table .summary-block{flex:1}.sub-table .summary-block ul{list-style:none;padding:0;margin:0;border:1px solid #e0e0e0;border-radius:8px;background:#fff}.sub-table .summary-block ul li{display:flex;justify-content:space-between;padding:15px 20px;border-bottom:1px solid #f0f0f0}.sub-table .summary-block ul li:last-child{border-bottom:none}.sub-table .summary-block ul li.grand-total{background:#f8f9fa;font-weight:700;font-size:18px}.sub-table .summary-block ul li.grand-total .sb-value{color:#52ad9c}.sub-table .summary-block ul li .sb-label{color:#333}.sub-table .summary-block ul li .sb-value{color:#666;font-weight:500}.sub-table .copy-block{flex:1}.sub-table .copy-block .security-info p{margin:8px 0;color:#666;font-size:14px;display:flex;align-items:center;gap:8px}.cart-footer{display:flex;justify-content:space-between;align-items:center;margin-top:30px;padding:20px 0;border-top:1px solid #e0e0e0}.cart-footer .checkout-btn{box-sizing:border-box;background:#52ad9c;color:#fff;border:none;padding:15px 40px;border-radius:6px;font-size:18px;font-weight:700;letter-spacing:normal;cursor:pointer;transition:background .3s}.cart-footer .checkout-btn:hover:not(:disabled){background:#428a7d}.cart-footer .checkout-btn:disabled{opacity:.5;cursor:not-allowed}.cart-footer .cont-shopping{color:#52ad9c;text-decoration:none;font-size:16px;display:flex;align-items:center;gap:8px}.cart-footer .cont-shopping:hover{color:#428a7d}.cart-footer .cont-shopping .i-angle-left:before{content:"←"}@media (max-width: 768px){.cart-header{flex-direction:column;gap:15px;align-items:flex-start}.cart-table .item .item-main{flex-direction:column;gap:15px}.cart-table .item .item-main .ib-info,.cart-table .item .item-main .ib-qty,.cart-table .item .item-main .ib-total-price{flex:none;text-align:left}.cart-table .item .item-main .ib-total-price{align-items:flex-start}.sub-table{flex-direction:column;gap:20px}.cart-footer{flex-direction:column;gap:15px}.cart-footer .checkout-btn{width:100%}}.checkout-container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.checkout-container .d-flex{display:flex;flex-direction:row;border-radius:0 0 5px 5px;padding:25px}.checkout-container form{flex:4}.checkout-container .Yorder{flex:2}.checkout-container .title{background:-webkit-gradient(linear,left top,right bottom,color-stop(0,#5195a8),color-stop(100,#70eaff));background:-moz-linear-gradient(top left,#5195a8 0%,#70eaff 100%);background:-ms-linear-gradient(top left,#5195a8 0%,#70eaff 100%);background:-o-linear-gradient(top left,#5195a8 0%,#70eaff 100%);background:linear-gradient(to bottom right,#5195a8,#70eaff);border-radius:5px 5px 0 0;padding:20px;color:#f6f6f6}.checkout-container h2{margin:0;padding-left:15px}.checkout-container .required{color:red}.checkout-container label,.checkout-container table{display:block;margin:15px}.checkout-container label>span{margin-bottom:-30px;z-index:1;position:relative;padding:0 10px 0 20px;pointer-events:none;font-size:80%;font-weight:400;display:block}.checkout-container input[type=text],.checkout-container input[type=tel],.checkout-container input[type=email],.checkout-container select{border:0;border-radius:6px;padding:35px 20px 15px;margin:0 0 20px;width:100%;box-shadow:inset 0 0 0 1px #ccc}.checkout-container .Yorder{margin-top:15px;height:600px;padding:20px;border:1px solid #dadada}.checkout-container table{margin:0;padding:0}.checkout-container th{border-bottom:1px solid #dadada;padding:10px 0}.checkout-container tr>td:nth-child(1){text-align:left;color:#2d2d2a}.checkout-container tr>td:nth-child(2){text-align:right;color:#52ad9c}.checkout-container td{border-bottom:1px solid #dadada;padding:25px 25px 25px 0}.checkout-container p{display:block;color:#888;margin:0;padding-left:25px}.checkout-container .Yorder>div{padding:15px 0}.checkout-container button{width:100%;margin-top:10px;padding:10px;border:none;border-radius:30px;background:#52ad9c;color:#fff;font-size:15px;font-weight:700}.checkout-container button:hover{cursor:pointer;background:#428a7d}.checkout-container .paypal-buttons-container{z-index:1000}.checkout-container .payment-section{margin-top:20px}.checkout-container .payment-success{background:#d4edda;border:1px solid #c3e6cb;border-radius:8px;padding:20px;text-align:center}.checkout-container .payment-success h3{color:#155724;margin:0 0 10px}.checkout-container .payment-success p{color:#155724;margin:5px 0}.checkout-container .payment-success .order-details{background:#fff;border-radius:6px;padding:15px;margin:15px 0}.checkout-container .payment-success .order-details p{margin:5px 0;text-align:left}.checkout-container .payment-success a{display:inline-block;margin-top:10px;padding:8px 16px;background:#155724;color:#fff;text-decoration:none;border-radius:4px}.checkout-container .payment-success a:hover{background:#0e3f1a}.checkout-container .payment-error{background:#f8d7da;border:1px solid #f5c6cb;border-radius:8px;padding:15px;margin-bottom:20px;text-align:center}.checkout-container .payment-error p{color:#721c24;margin:0 0 10px}.checkout-container .payment-error button{background:#dc3545;color:#fff;border:none;padding:8px 16px;border-radius:4px;cursor:pointer}.checkout-container .payment-error button:hover{background:#c82333}.checkout-container .mark-address{display:inline-block;padding:0}.checkout-container .checkout-header:before,.checkout-container checkout-header:after{content:"";display:table}.checkout-container .checkout-header{border-bottom:1px solid;margin-bottom:30px}.checkout-container .checkout-header label{margin:0;padding-left:15px}.checkout-container .checkout-header .required-notice{padding-left:15px}@media (min-width: 1200px){.checkout-container{max-width:1140px}.checkout-header{position:relative;padding-bottom:10px;margin-bottom:45px}.checkout-header h2{display:inline-block}.checkout-header label{display:inline-block;margin:0 0 0 50px}.checkout-header .required-notice{position:absolute;right:0;bottom:10px}.form-group{display:flex;justify-content:space-between}.form-group label{width:48%;margin-bottom:0}}.checkout-section{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:30px;margin-top:20px}.checkout-section h3{color:#333;margin-bottom:10px;font-size:1.5rem}.checkout-section .checkout-description{color:#666;margin-bottom:20px;font-size:1rem}.checkout-section .square-card-container{border:1px solid #e0e0e0;border-radius:6px;padding:12px;margin-bottom:20px;min-height:90px}.checkout-section .checkout-error{background:#f8d7da;border:1px solid #f5c6cb;border-radius:6px;padding:15px;margin-bottom:20px;display:flex;justify-content:space-between;align-items:center}.checkout-section .checkout-error p{color:#721c24;margin:0}.checkout-section .checkout-error .btn-dismiss{background:#dc3545;color:#fff;border:none;padding:6px 12px;border-radius:4px;cursor:pointer;font-size:12px}.checkout-section .checkout-error .btn-dismiss:hover{background:#c82333}.checkout-section .order-summary{background:#f8f9fa;border:1px solid #e9ecef;border-radius:6px;padding:20px;margin-bottom:25px}.checkout-section .order-summary h4{margin:0 0 15px;color:#333;font-size:1.2rem}.checkout-section .order-summary .summary-row{display:flex;justify-content:space-between;padding:8px 0;border-bottom:1px solid #e9ecef}.checkout-section .order-summary .summary-row:last-child{border-bottom:none}.checkout-section .order-summary .summary-row.total{font-weight:700;font-size:1.1rem;color:#52ad9c;margin-top:10px;padding-top:15px;border-top:2px solid #52ad9c}.checkout-section .checkout-actions{text-align:center}.checkout-section .checkout-actions .btn-checkout-square{background:linear-gradient(135deg,#52ad9c,#428a7d);color:#fff;border:none;padding:18px 40px;border-radius:8px;font-size:18px;font-weight:700;cursor:pointer;width:100%;margin-bottom:20px;transition:all .3s;box-shadow:0 4px 12px #52ad9c4d}.checkout-section .checkout-actions .btn-checkout-square:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 16px #52ad9c66}.checkout-section .checkout-actions .btn-checkout-square:disabled{opacity:.7;cursor:not-allowed;transform:none;box-shadow:0 2px 6px #52ad9c33}.checkout-section .checkout-actions .btn-checkout-square .processing{display:flex;align-items:center;justify-content:center;gap:12px}.checkout-section .checkout-actions .btn-checkout-square .processing .spinner{width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:#fff;animation:spin 1s linear infinite}.checkout-section .checkout-actions .btn-checkout-square .checkout-content{display:flex;align-items:center;justify-content:center;gap:12px}.checkout-section .checkout-actions .btn-checkout-square .checkout-content .square-logo{font-size:20px;font-weight:700}.checkout-section .checkout-actions .btn-checkout-square .checkout-content .amount{background:#fff3;padding:4px 12px;border-radius:20px;font-size:16px}.checkout-section .checkout-actions .payment-methods{margin-bottom:20px}.checkout-section .checkout-actions .payment-methods p{color:#666;margin-bottom:10px;font-size:14px}.checkout-section .checkout-actions .payment-methods .payment-icons{display:flex;align-items:center;justify-content:center;gap:10px}.checkout-section .checkout-actions .payment-methods .payment-icons .payment-icon{font-size:24px}.checkout-section .checkout-actions .payment-methods .payment-icons .payment-text{color:#666;font-size:14px}.checkout-section .checkout-actions .security-notice p{color:#666;font-size:13px;margin:5px 0;display:flex;align-items:center;justify-content:center;gap:6px}@keyframes spin{to{transform:rotate(360deg)}}#account{display:flex;justify-content:center;color:#000;font-style:normal;line-height:normal}#account #account-container{width:1280px}#account #account-container #account-header{height:51px;text-align:center;vertical-align:middle;line-height:51px;font-family:Arial;font-size:20px;font-style:normal;font-weight:400;margin-top:4px;margin-bottom:20px}#account #account-container #account-content{display:flex;flex-direction:row;justify-content:space-between}#account #account-container #account-content .account-side-title{display:flex;width:278px;height:24px;flex-direction:column;justify-content:center;flex-shrink:0;font-size:16px;font-weight:400}#account #account-container #account-content #account-menu{width:31%;-webkit-user-select:none;user-select:none}#account #account-container #account-content #account-menu #account-menu-index{width:371px;height:205px;flex-shrink:0;border:solid 1px black;padding:18px 16px 15.68px 19px;display:flex;flex-direction:column;justify-content:space-between}#account #account-container #account-content #account-menu #account-menu-index .account-menu-item{font-size:15px;display:flex;flex-direction:row;justify-content:space-between}#account #account-container #account-content #account-menu #account-menu-index .account-menu-item-selected{font-weight:800;cursor:default}#account #account-container #account-content #account-menu #account-menu-index .account-menu-item-unselected{font-weight:400;cursor:pointer}#account #account-container #account-content #account-content-right{width:68%}#account #account-container #account-content #account-details{width:100%}.search-page{min-height:100vh;background:linear-gradient(135deg,#f0f9ff,#fff,#fafafa)}.search-page .search-header{background:linear-gradient(135deg,#0284c7,#0369a1);color:#fff;padding:2rem 0 1.5rem;position:relative;overflow:hidden}.search-page .search-header:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="white" opacity="0.1"/><circle cx="75" cy="75" r="1" fill="white" opacity="0.1"/><circle cx="50" cy="10" r="1" fill="white" opacity="0.05"/><circle cx="90" cy="40" r="1" fill="white" opacity="0.05"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');pointer-events:none}.search-page .search-header .search-header-content{max-width:1200px;margin:0 auto;padding-left:1.5rem;padding-right:1.5rem;position:relative;z-index:1}.search-page .search-header .search-breadcrumb{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.875rem;font-weight:400;line-height:1.5;color:#525252;opacity:.9}.search-page .search-header .search-breadcrumb .breadcrumb-btn{background:none;border:none;color:#fff;cursor:pointer;text-decoration:none;transition:opacity .2s ease}.search-page .search-header .search-breadcrumb .breadcrumb-btn:hover{opacity:.8}.search-page .search-header .search-breadcrumb .breadcrumb-separator{opacity:.6}.search-page .search-header .search-breadcrumb .breadcrumb-current{opacity:.7}.search-page .search-header .search-title{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.search-page .search-header .search-title .search-icon{font-size:2.5rem;opacity:.9}.search-page .search-header .search-title h1{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.875rem;line-height:1.25;color:#171717;margin:0;font-weight:700;text-shadow:0 2px 4px rgba(0,0,0,.2)}@media (max-width: 640px){.search-page .search-header .search-title h1{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.5rem;font-weight:600;line-height:1.25;color:#171717}}.search-page .search-header .search-info{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem}.search-page .search-header .search-info .search-query{background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;padding:.5rem 1rem;border-radius:9999px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;color:#171717;font-weight:500;border:1px solid rgba(255,255,255,.2);display:flex;align-items:center;gap:.5rem}.search-page .search-header .search-info .search-query:before{content:"🔍";opacity:.8}.search-page .search-header .search-info .search-category{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;padding:.5rem .75rem;border-radius:.5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.875rem;font-weight:400;line-height:1.5;color:#525252;border:1px solid rgba(255,255,255,.15);display:flex;align-items:center;gap:.25rem}.search-page .search-header .search-info .search-category:before{content:"📂";opacity:.8}.search-page .search-content{max-width:1200px;margin:0 auto;padding-left:1.5rem;padding-right:1.5rem;padding:1.5rem 0;position:relative}.search-page .search-content .search-toolbar{background:#fff;border-radius:1rem;padding:1rem;margin-bottom:1.5rem;box-shadow:0 1px 2px #0000000d;border:1px solid #e5e5e5;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.75rem}@media (max-width: 640px){.search-page .search-content .search-toolbar{flex-direction:column;align-items:stretch}}.search-page .search-content .search-toolbar .search-results-count{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;color:#171717;color:#525252;display:flex;align-items:center;gap:.5rem}.search-page .search-content .search-toolbar .search-results-count .results-icon{color:#0284c7;font-size:1.2rem}.search-page .search-content .search-toolbar .search-results-count .count-number{color:#0284c7;font-weight:700}.search-page .search-content .search-toolbar .search-actions{display:flex;gap:.75rem;align-items:center}.search-page .search-content .search-toolbar .search-actions .sort-dropdown{background:#fff;border:1px solid #e5e5e5;border-radius:.5rem;padding:.5rem .75rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.875rem;font-weight:400;line-height:1.5;color:#525252;cursor:pointer;transition:border-color .2s ease}.search-page .search-content .search-toolbar .search-actions .sort-dropdown:hover{border-color:#0284c7}.search-page .search-content .search-toolbar .search-actions .view-toggle{display:flex;background:#f5f5f5;border-radius:.5rem;overflow:hidden}.search-page .search-content .search-toolbar .search-actions .view-toggle button{background:none;border:none;padding:.5rem .75rem;cursor:pointer;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.875rem;font-weight:400;line-height:1.5;color:#525252;transition:all .2s ease}.search-page .search-content .search-toolbar .search-actions .view-toggle button.active{background:#0284c7;color:#fff}.search-page .search-content .search-toolbar .search-actions .view-toggle button:hover:not(.active){background:#e5e5e5}.search-page .search-content .search-loading{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:400px;padding:2rem}.search-page .search-content .search-loading .loading-animation{width:80px;height:80px;margin-bottom:1rem;position:relative}.search-page .search-content .search-loading .loading-animation:before{content:"";position:absolute;width:100%;height:100%;border:3px solid #e0f2fe;border-top:3px solid #0284c7;border-radius:50%;animation:spin 1s linear infinite}.search-page .search-content .search-loading .loading-animation:after{content:"🔍";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:1.5rem;animation:pulse 2s ease-in-out infinite}.search-page .search-content .search-loading .loading-text{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.125rem;font-weight:400;line-height:1.75;color:#171717;color:#525252;margin-bottom:.5rem;font-weight:500}.search-page .search-content .search-loading .loading-subtext{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.875rem;font-weight:400;line-height:1.5;color:#525252;color:#737373;text-align:center;max-width:300px}.search-page .search-content .search-merchs{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.25rem;margin:.5rem 0}@media (min-width: 641px) and (max-width: 768px){.search-page .search-content .search-merchs{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1rem}}@media (max-width: 640px){.search-page .search-content .search-merchs{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.75rem}}.search-page .search-content .search-empty{background:#fff;border-radius:1rem;padding:2rem;text-align:center;box-shadow:0 1px 2px #0000000d;border:1px solid #e5e5e5;margin:1.5rem 0}.search-page .search-content .search-empty .empty-illustration{font-size:4rem;margin-bottom:1rem;opacity:.7;animation:float 3s ease-in-out infinite}.search-page .search-content .search-empty h3{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.25rem;font-weight:600;line-height:1.5;color:#171717;margin-bottom:.75rem;font-weight:700}.search-page .search-content .search-empty p{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.125rem;font-weight:400;line-height:1.75;color:#171717;color:#525252;margin-bottom:1.5rem;max-width:500px;margin-left:auto;margin-right:auto;line-height:1.6}.search-page .search-content .search-empty .empty-actions{display:flex;flex-direction:column;gap:.75rem;align-items:center}@media (min-width: 641px){.search-page .search-content .search-empty .empty-actions{flex-direction:row;justify-content:center}}.search-page .search-content .search-empty .empty-actions .btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.875rem;font-weight:500;line-height:1;border:none;border-radius:.5rem;cursor:pointer;transition:all .15s ease-in-out;text-decoration:none}.search-page .search-content .search-empty .empty-actions .btn-primary:disabled{cursor:not-allowed;opacity:.5}.search-page .search-content .search-empty .empty-actions .btn-primary{background:#0284c7;color:#fff}.search-page .search-content .search-empty .empty-actions .btn-primary:hover:not(:disabled){background:#0369a1}.search-page .search-content .search-empty .empty-actions .btn-primary:active:not(:disabled){background:#075985}.search-page .search-content .search-empty .empty-actions .btn-primary{padding:.75rem 1.5rem;font-weight:500;border-radius:.75rem}.search-page .search-content .search-empty .empty-actions .btn-secondary{background:none;border:2px solid #d4d4d4;color:#525252;padding:.75rem 1.5rem;border-radius:.75rem;cursor:pointer;transition:all .2s ease}.search-page .search-content .search-empty .empty-actions .btn-secondary:hover{border-color:#0284c7;color:#0284c7}.search-page .search-content .search-empty .search-suggestions{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e5e5e5}.search-page .search-content .search-empty .search-suggestions h4{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:600;line-height:1.5;color:#171717;margin-bottom:.75rem}.search-page .search-content .search-empty .search-suggestions .suggestion-tags{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center}.search-page .search-content .search-empty .search-suggestions .suggestion-tags .suggestion-tag{background:#f0f9ff;color:#0369a1;padding:.25rem .75rem;border-radius:9999px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.875rem;font-weight:400;line-height:1.5;color:#525252;cursor:pointer;transition:all .2s ease;border:1px solid #bae6fd}.search-page .search-content .search-empty .search-suggestions .suggestion-tags .suggestion-tag:hover{background:#0284c7;color:#fff;transform:translateY(-1px)}.search-ripple-featured-card{width:100%;border-radius:1rem;overflow:hidden;transition:all .2s ease;background:#fff;border:1px solid #e5e5e5;box-shadow:0 1px 2px #0000000d}.search-ripple-featured-card:hover{transform:translateY(-4px) scale(1.02);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;border-color:#bae6fd}.search-ripple-featured-card:active{transform:translateY(-2px) scale(1.01)}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.6}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.search-merchs>*{animation:fadeInUp .6s ease-out;animation-fill-mode:both}.search-merchs>*:nth-child(1){animation-delay:.1s}.search-merchs>*:nth-child(2){animation-delay:.2s}.search-merchs>*:nth-child(3){animation-delay:.3s}.search-merchs>*:nth-child(4){animation-delay:.4s}.search-merchs>*:nth-child(5){animation-delay:.5s}.search-merchs>*:nth-child(6){animation-delay:.6s}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.login-page{min-height:80vh;display:flex;align-items:center;justify-content:center;padding:1.5rem;background:linear-gradient(135deg,#f0f9ff,#e0f2fe)}.login-page .login-container{background:#fff;border-radius:1rem;padding:2rem;max-width:500px;width:100%;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;border:1px solid #e5e5e5}@media (max-width: 640px){.login-page .login-container{padding:1.5rem;margin:1rem}}.login-page .login-header{text-align:center;margin-bottom:1.5rem}.login-page .login-header h1{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.5rem;font-weight:600;line-height:1.25;color:#171717;margin-bottom:.5rem}.login-page .login-header p{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;color:#171717;color:#525252}.login-page .beta-success{text-align:center;padding:1.5rem}.login-page .beta-success h4{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.25rem;font-weight:600;line-height:1.5;color:#171717;color:#10b981;margin-bottom:1rem}.login-page .beta-success h5{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:600;line-height:1.5;color:#171717;margin-bottom:1rem}.login-page .beta-success .beta-links{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem}.login-page .beta-success .beta-links a{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;color:#171717;color:#0284c7;text-decoration:none;padding:.5rem 1rem;border-radius:.5rem;transition:background-color .2s ease}.login-page .beta-success .beta-links a:hover{background-color:#f0f9ff;text-decoration:underline}.login-page .beta-success .beta-links a.admin-link{color:#ef4444;font-weight:700;background-color:#ef4444;color:#fff}.login-page .beta-success .beta-links a.admin-link:hover{background-color:#dc2626}.login-page .beta-success .logout-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.875rem;font-weight:500;line-height:1;border:none;border-radius:.5rem;cursor:pointer;transition:all .15s ease-in-out;text-decoration:none}.login-page .beta-success .logout-btn:disabled{cursor:not-allowed;opacity:.5}.login-page .beta-success .logout-btn{background:#0284c7;color:#fff}.login-page .beta-success .logout-btn:hover:not(:disabled){background:#0369a1}.login-page .beta-success .logout-btn:active:not(:disabled){background:#075985}.login-page .beta-success .logout-btn{background-color:#525252;padding:.5rem 1rem}.login-page .beta-success .logout-btn:hover{background-color:#404040}.login-page .login-form .error-message{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.875rem;font-weight:400;line-height:1.5;color:#525252;color:#ef4444;background-color:#fef2f2;padding:.75rem;border-radius:.5rem;border:1px solid #fecaca;margin-bottom:1rem;text-align:center}.login-page .login-form .loading-message{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.875rem;font-weight:400;line-height:1.5;color:#525252;color:#f59e0b;background-color:#fffbeb;padding:.75rem;border-radius:.5rem;border:1px solid #fed7aa;margin-bottom:1rem;text-align:center}.login-page .login-form .form-group{margin-bottom:1rem}.login-page .login-form .form-group label{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.875rem;font-weight:400;line-height:1.5;color:#525252;color:#171717;font-weight:500;display:block;margin-bottom:.5rem}.login-page .login-form .form-group input[type=text],.login-page .login-form .form-group input[type=password]{width:100%;padding:.75rem;border:1px solid #e5e5e5;border-radius:.5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;color:#171717;background-color:#fff;transition:border-color .2s ease,box-shadow .2s ease}.login-page .login-form .form-group input[type=text]:focus,.login-page .login-form .form-group input[type=password]:focus{outline:none;border-color:#0ea5e9;box-shadow:0 0 0 3px #0ea5e91a}.login-page .login-form .form-group input[type=text]::placeholder,.login-page .login-form .form-group input[type=password]::placeholder{color:#737373}.login-page .login-form .checkbox-group{display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem}.login-page .login-form .checkbox-group input[type=checkbox]{width:16px;height:16px;accent-color:#0284c7}.login-page .login-form .checkbox-group label{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.875rem;font-weight:400;line-height:1.5;color:#525252;margin:0;cursor:pointer}.login-page .login-form .submit-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.875rem;font-weight:500;line-height:1;border:none;border-radius:.5rem;cursor:pointer;transition:all .15s ease-in-out;text-decoration:none}.login-page .login-form .submit-btn:disabled{cursor:not-allowed;opacity:.5}.login-page .login-form .submit-btn{background:#0284c7;color:#fff}.login-page .login-form .submit-btn:hover:not(:disabled){background:#0369a1}.login-page .login-form .submit-btn:active:not(:disabled){background:#075985}.login-page .login-form .submit-btn{width:100%;padding:.75rem 1rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;color:#171717;font-weight:500;cursor:pointer;transition:background-color .2s ease}.login-page .login-form .submit-btn:disabled{background-color:#d4d4d4;cursor:not-allowed}.checkout-success{min-height:80vh;display:flex;align-items:center;justify-content:center;padding:2rem 1rem;background:linear-gradient(135deg,#f0f9ff,#e0f2fe)}.checkout-success .success-container{background:#fff;border-radius:1rem;padding:2rem;max-width:600px;width:100%;text-align:center;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;border:1px solid #e5e5e5}@media (max-width: 640px){.checkout-success .success-container{padding:1.5rem 1rem;margin:1rem}}.checkout-success .success-icon{font-size:4rem;margin-bottom:1.25rem;animation:bounce 2s ease-in-out}.checkout-success h1{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.875rem;font-weight:700;line-height:1.25;color:#171717;color:#10b981;margin-bottom:.5rem}@media (max-width: 640px){.checkout-success h1{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.5rem;font-weight:600;line-height:1.25;color:#171717}}.checkout-success .success-message{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.125rem;font-weight:400;line-height:1.75;color:#171717;color:#525252;margin-bottom:1.5rem;line-height:1.6}.checkout-success .order-details{background:#f5f5f5;border:1px solid #e5e5e5;border-radius:.75rem;padding:1.25rem;margin-bottom:1.5rem;text-align:left}.checkout-success .order-details h3{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.125rem;font-weight:600;line-height:1.5;margin:0 0 .75rem;color:#171717}.checkout-success .order-details p{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;color:#171717;margin:.5rem 0;color:#525252}.checkout-success .order-details p strong{color:#171717;font-weight:700}.checkout-success .next-steps{text-align:left;margin-bottom:1.5rem}.checkout-success .next-steps h3{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.125rem;font-weight:600;line-height:1.5;color:#171717;margin-bottom:.75rem}.checkout-success .next-steps ul{list-style:none;padding:0;margin:0}.checkout-success .next-steps ul li{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;color:#171717;padding:.5rem 0;color:#525252;display:flex;align-items:center;gap:.5rem}.checkout-success .action-buttons{display:flex;gap:1rem;justify-content:center;margin-bottom:1.5rem}@media (max-width: 640px){.checkout-success .action-buttons{flex-direction:column;gap:.75rem}}.checkout-success .action-buttons .btn{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;color:#171717;padding:.75rem 1.5rem;border-radius:.75rem;text-decoration:none;font-weight:700;transition:all .2s ease;border:none;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.checkout-success .action-buttons .btn.btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.875rem;font-weight:500;line-height:1;border:none;border-radius:.5rem;cursor:pointer;transition:all .15s ease-in-out;text-decoration:none}.checkout-success .action-buttons .btn.btn-primary:disabled{cursor:not-allowed;opacity:.5}.checkout-success .action-buttons .btn.btn-primary{background:#0284c7;color:#fff}.checkout-success .action-buttons .btn.btn-primary:hover:not(:disabled){background:#0369a1}.checkout-success .action-buttons .btn.btn-primary:active:not(:disabled){background:#075985}.checkout-success .action-buttons .btn.btn-secondary{background:#fff;color:#0284c7;border:2px solid #0284c7}.checkout-success .action-buttons .btn.btn-secondary:hover{background:#0284c7;color:#fff}.checkout-success .support-info{padding-top:1.25rem;border-top:1px solid #e5e5e5}.checkout-success .support-info p{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.875rem;font-weight:400;color:#525252;margin:0;line-height:1.5}.checkout-success .support-info a{color:#0284c7;text-decoration:none;font-weight:500}.checkout-success .support-info a:hover{text-decoration:underline}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}.not-found-page{min-height:80vh;display:flex;align-items:center;justify-content:center;padding:2rem 1rem;background:linear-gradient(135deg,#fafafa,#f5f5f5)}.not-found-page .not-found-container{background:#fff;border-radius:1rem;padding:2rem;max-width:600px;width:100%;text-align:center;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;border:1px solid #e5e5e5}@media (max-width: 640px){.not-found-page .not-found-container{padding:1.5rem 1rem;margin:1rem}}.not-found-page .error-icon{font-size:4rem;margin-bottom:.75rem;opacity:.7}.not-found-page h1{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:2.25rem;line-height:1.25;color:#171717;color:#0284c7;margin-bottom:.5rem;font-weight:700}@media (max-width: 640px){.not-found-page h1{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.875rem;font-weight:700;line-height:1.25;color:#171717}}.not-found-page h2{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.5rem;font-weight:600;line-height:1.25;color:#171717;margin-bottom:.75rem}@media (max-width: 640px){.not-found-page h2{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.25rem;font-weight:600;line-height:1.5;color:#171717}}.not-found-page .error-message{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.125rem;font-weight:400;line-height:1.75;color:#171717;color:#525252;margin-bottom:1.5rem;line-height:1.6;max-width:500px;margin-left:auto;margin-right:auto}.not-found-page .error-actions{display:flex;gap:1rem;justify-content:center;margin-bottom:2rem}@media (max-width: 640px){.not-found-page .error-actions{flex-direction:column;gap:.75rem}}.not-found-page .error-actions .btn{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;color:#171717;padding:.75rem 1.5rem;border-radius:.75rem;text-decoration:none;font-weight:700;transition:all .2s ease;border:none;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.not-found-page .error-actions .btn.btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.875rem;font-weight:500;line-height:1;border:none;border-radius:.5rem;cursor:pointer;transition:all .15s ease-in-out;text-decoration:none}.not-found-page .error-actions .btn.btn-primary:disabled{cursor:not-allowed;opacity:.5}.not-found-page .error-actions .btn.btn-primary{background:#0284c7;color:#fff}.not-found-page .error-actions .btn.btn-primary:hover:not(:disabled){background:#0369a1}.not-found-page .error-actions .btn.btn-primary:active:not(:disabled){background:#075985}.not-found-page .error-actions .btn.btn-secondary{background:#fff;color:#525252;border:2px solid #525252}.not-found-page .error-actions .btn.btn-secondary:hover{background:#525252;color:#fff}.not-found-page .helpful-links{margin-bottom:1.5rem;text-align:center}.not-found-page .helpful-links h3{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.125rem;font-weight:600;line-height:1.5;color:#171717;margin-bottom:1rem}.not-found-page .helpful-links .links-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:.75rem;max-width:400px;margin:0 auto}@media (max-width: 640px){.not-found-page .helpful-links .links-grid{grid-template-columns:repeat(2,1fr)}}.not-found-page .helpful-links .helpful-link{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.875rem;font-weight:400;line-height:1.5;color:#525252;color:#0284c7;text-decoration:none;padding:.75rem;border-radius:.5rem;border:1px solid #e5e5e5;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:.25rem}.not-found-page .helpful-links .helpful-link:hover{background:#f0f9ff;border-color:#0284c7;transform:translateY(-1px)}.not-found-page .contact-support{padding-top:1.25rem;border-top:1px solid #e5e5e5}.not-found-page .contact-support p{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.875rem;font-weight:400;line-height:1.5;color:#525252;margin:0}.not-found-page .contact-support a{color:#0284c7;text-decoration:none;font-weight:500}.not-found-page .contact-support a:hover{text-decoration:underline}.table-cell-center{display:table-cell;height:100%;vertical-align:middle;text-align:center}.fade-in{animation:fadein .3s;opacity:1}@keyframes fadein{0%{opacity:0}to{opacity:1}}@media (max-width: 1717px){.tmp-background-img{display:none}.tmp-background-img-right{width:95%}}@media (min-width: 1717px){.tmp-background-img-right{width:48%}}:root{--PhoneInput-color--focus: #03b2cb;--PhoneInputInternationalIconPhone-opacity: .8;--PhoneInputInternationalIconGlobe-opacity: .65;--PhoneInputCountrySelect-marginRight: .35em;--PhoneInputCountrySelectArrow-width: .3em;--PhoneInputCountrySelectArrow-marginLeft: var(--PhoneInputCountrySelect-marginRight);--PhoneInputCountrySelectArrow-borderWidth: 1px;--PhoneInputCountrySelectArrow-opacity: .45;--PhoneInputCountrySelectArrow-color: currentColor;--PhoneInputCountrySelectArrow-color--focus: var(--PhoneInput-color--focus);--PhoneInputCountrySelectArrow-transform: rotate(45deg);--PhoneInputCountryFlag-aspectRatio: 1.5;--PhoneInputCountryFlag-height: 1em;--PhoneInputCountryFlag-borderWidth: 1px;--PhoneInputCountryFlag-borderColor: rgba(0,0,0,.5);--PhoneInputCountryFlag-borderColor--focus: var(--PhoneInput-color--focus);--PhoneInputCountryFlag-backgroundColor--loading: rgba(0,0,0,.1)}.PhoneInput{display:flex;align-items:center}.PhoneInputInput{flex:1;min-width:0}.PhoneInputCountryIcon{width:calc(var(--PhoneInputCountryFlag-height) * var(--PhoneInputCountryFlag-aspectRatio));height:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--square{width:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--border{background-color:var(--PhoneInputCountryFlag-backgroundColor--loading);box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor)}.PhoneInputCountryIconImg{display:block;width:100%;height:100%}.PhoneInputInternationalIconPhone{opacity:var(--PhoneInputInternationalIconPhone-opacity)}.PhoneInputInternationalIconGlobe{opacity:var(--PhoneInputInternationalIconGlobe-opacity)}.PhoneInputCountry{position:relative;align-self:stretch;display:flex;align-items:center;margin-right:var(--PhoneInputCountrySelect-marginRight)}.PhoneInputCountrySelect{position:absolute;top:0;left:0;height:100%;width:100%;z-index:1;border:0;opacity:0;cursor:pointer}.PhoneInputCountrySelect[disabled],.PhoneInputCountrySelect[readonly]{cursor:default}.PhoneInputCountrySelectArrow{display:block;content:"";width:var(--PhoneInputCountrySelectArrow-width);height:var(--PhoneInputCountrySelectArrow-width);margin-left:var(--PhoneInputCountrySelectArrow-marginLeft);border-style:solid;border-color:var(--PhoneInputCountrySelectArrow-color);border-top-width:0;border-bottom-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-left-width:0;border-right-width:var(--PhoneInputCountrySelectArrow-borderWidth);transform:var(--PhoneInputCountrySelectArrow-transform);opacity:var(--PhoneInputCountrySelectArrow-opacity)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon+.PhoneInputCountrySelectArrow{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon--border{box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon .PhoneInputInternationalIconGlobe{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}.previewer{--sizeIcon: 1.25rem;--sizeIconBig: 2.5rem;--sizePreviewer: 500px;--sizePreviewerPlaylist: 400px;max-width:var(--sizePreviewer);display:flex;flex-direction:column;gap:var(--gap1)}.previewerMain{position:relative}.previewerMain img{border-radius:.5rem;width:100%;aspect-ratio:1/1;object-fit:contain;background:var(--white)}.previewerBtn{width:calc(var(--sizeIcon) + 1.5rem);height:calc(var(--sizeIcon) + 1.5rem);position:absolute;top:50%;display:none;align-items:center;justify-content:center;background-color:var(--white);border:none;outline:none;border-radius:50%}.previewerBtn img{width:var(--sizeIcon);height:var(--sizeIcon);transition:transform .2s ease}.previewerBtn:active img{transform:scale(1.25)}.previewerBtn:first-child{left:0;transform:translate(-50%,-50%)}.previewerBtn:last-child{right:0;transform:translate(50%,-50%)}.previewerImg{width:var(--sizePreviewer)}.previewerPlaylist{margin:0 auto;max-width:var(--sizePreviewerPlaylist);display:flex;justify-content:center;gap:1rem}.previewerItem{width:100%;aspect-ratio:1/1;position:relative;border:2px solid transparent;border-radius:.5rem;overflow:hidden;cursor:pointer;transition:border-color .2s ease}.previewerItem img{width:100%}.previewerItem:after{content:"";width:100%;height:100%;position:absolute;top:0;left:0;background-color:var(--white);opacity:0;transition:opacity .2s ease}.previewerItemSelected{border-color:var(--orange)}.previewerItemSelected:after{opacity:.6!important}.previewerItem:hover:after{opacity:.3}@media (max-width: 450px){.previewerHome{--sizePreviewer: 100%}.previewerHome .previewerMain img{border-radius:0}.previewerHome .previewerBtn{display:flex}.previewerHome .previewerBtn:first-child{transform:translate(50%,-50%)}.previewerHome .previewerBtn:last-child{transform:translate(-50%,-50%)}.previewerHome .previewerPlaylist{display:none}}.product-detail-page{max-width:1140px;margin:0 auto;padding:1.5rem 1rem}.product-detail-loading,.product-detail-not-found{text-align:center;padding:2rem 0}.product-detail-breadcrumb{display:flex;align-items:center;gap:.5rem;color:#525252;margin-bottom:1.5rem}.product-detail-breadcrumb .breadcrumb-btn{background:none;border:none;color:#0284c7;cursor:pointer;font-size:inherit;padding:0}.product-detail-breadcrumb .breadcrumb-current{color:#525252}.product-detail-content{display:flex;gap:2rem;flex-wrap:wrap}@media (max-width: 640px){.product-detail-content{flex-direction:column}}.product-detail-images{flex:1 1 460px}.product-detail-info{flex:1 1 360px}.product-detail-info h1{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.5rem;font-weight:600;line-height:1.25;color:#171717;margin:0 0 .75rem}.product-detail-info .product-detail-price{font-size:1.75rem;font-weight:700;color:#0284c7;margin-bottom:1rem}.product-detail-info .product-detail-description{color:#525252;line-height:1.6;margin-bottom:1.5rem;white-space:pre-line}.product-detail-info .product-detail-quantity{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.product-detail-info .product-detail-quantity .quantity-controls{display:flex;align-items:center;border:1px solid #e5e5e5;border-radius:.5rem;overflow:hidden}.product-detail-info .product-detail-quantity .quantity-controls button{width:36px;height:36px;border:none;background:#f5f5f5;cursor:pointer;font-size:1.1rem}.product-detail-info .product-detail-quantity .quantity-controls input{width:48px;height:36px;border:none;text-align:center;-moz-appearance:textfield}.product-detail-info .btn-add-to-cart-large{width:100%;padding:1rem;background:#0284c7;color:#fff;border:none;border-radius:.5rem;font-size:1.05rem;font-weight:500;cursor:pointer;transition:background .15s ease}.product-detail-info .btn-add-to-cart-large:hover{background:#0369a1}.product-detail-info .view-cart-link{display:block;text-align:center;margin-top:.75rem;color:#0284c7}.product-detail-info .product-detail-trust{list-style:none;margin:1.25rem 0 0;padding:1rem 0 0;border-top:1px solid #e5e5e5;display:flex;flex-direction:column;gap:.5rem}.product-detail-info .product-detail-trust li{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.875rem;font-weight:400;line-height:1.5;color:#525252}.admin-dashboard{min-height:100vh;background:#f8f9fa}.admin-dashboard .loading,.admin-dashboard .error{display:flex;align-items:center;justify-content:center;min-height:50vh;font-size:1.2rem;color:#666}.admin-dashboard .error{flex-direction:column;gap:1rem;color:#e74c3c}.admin-header{background:#fff;padding:1rem 2rem;border-bottom:1px solid #e9ecef;box-shadow:0 2px 4px #0000001a}.admin-header h1{margin:0 0 1rem;color:#2c3e50;font-size:1.8rem}.admin-header .admin-nav{display:flex;gap:2rem}.admin-header .admin-nav .nav-link{text-decoration:none;color:#6c757d;padding:.5rem 1rem;border-radius:6px;transition:all .2s}.admin-header .admin-nav .nav-link:hover{background:#f8f9fa;color:#495057}.admin-header .admin-nav .nav-link.active{background:#007bff;color:#fff}.admin-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;padding:2rem}.admin-stats .stat-card{background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 2px 4px #0000001a;text-align:center;border-left:4px solid #6c757d}.admin-stats .stat-card h3{margin:0;font-size:2rem;color:#2c3e50}.admin-stats .stat-card p{margin:.5rem 0 0;color:#6c757d;font-weight:500}.admin-stats .stat-card.featured{border-left-color:#ffc107}.admin-stats .stat-card.visible{border-left-color:#28a745}.admin-stats .stat-card.hidden{border-left-color:#dc3545}.admin-content{padding:0 2rem 2rem}.admin-section{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;overflow:hidden}.admin-section .section-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;border-bottom:1px solid #e9ecef;background:#f8f9fa}.admin-section .section-header h2{margin:0;color:#2c3e50}.admin-section .section-header .btn-refresh{background:#007bff;color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;cursor:pointer;transition:all .2s}.admin-section .section-header .btn-refresh:hover{background:#0056b3}.bulk-actions{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;background:#f8f9fa;border-bottom:1px solid #e9ecef}.bulk-actions .selection-controls{display:flex;gap:1rem}.bulk-actions .bulk-action-controls{display:flex;gap:1rem;align-items:center}.bulk-actions .bulk-select{padding:.5rem;border:1px solid #ced4da;border-radius:4px;background:#fff}.categories-table{overflow-x:auto}.categories-table table{width:100%;border-collapse:collapse}.categories-table table th,.categories-table table td{padding:1rem;text-align:left;border-bottom:1px solid #e9ecef}.categories-table table th{background:#f8f9fa;font-weight:600;color:#495057}.categories-table table tr{transition:background-color .2s}.categories-table table tr:hover{background:#f8f9fa}.categories-table table tr.hidden-row{opacity:.6;background:#fff3cd}.category-info strong{display:block;color:#2c3e50;margin-bottom:.25rem}.category-info small{color:#6c757d;font-style:italic}.category-info .subcategory-badge{display:inline-block;background:#6f42c1;color:#fff;padding:.2rem .5rem;border-radius:12px;font-size:.75rem;margin-top:.25rem}.product-count{display:block;font-weight:600;color:#007bff}.subcategory-count{display:block;font-size:.85rem;color:#6c757d;margin-top:.25rem}.status-badges{display:flex;flex-direction:column;gap:.25rem}.status-badges .badge{display:inline-block;padding:.25rem .5rem;border-radius:12px;font-size:.75rem;font-weight:500}.status-badges .badge.featured{background:#fff3cd;color:#856404}.status-badges .badge.hidden{background:#f8d7da;color:#721c24}.status-badges .badge.subcategory{background:#d1ecf1;color:#0c5460}.btn-toggle{background:#6c757d;color:#fff;border:none;padding:.4rem .8rem;border-radius:4px;cursor:pointer;transition:all .2s;font-size:.85rem}.btn-toggle:hover{background:#5a6268}.btn-toggle.active{background:#28a745}.btn-toggle.active:hover{background:#218838}.action-buttons{display:flex;gap:.5rem}.action-buttons .btn-small{padding:.3rem .6rem;text-decoration:none;border-radius:4px;font-size:.8rem;transition:all .2s}.action-buttons .btn-small.btn-primary{background:#007bff;color:#fff}.action-buttons .btn-small.btn-primary:hover{background:#0056b3}.action-buttons .btn-small.btn-secondary{background:#6c757d;color:#fff}.action-buttons .btn-small.btn-secondary:hover{background:#5a6268}.btn-primary{background:#007bff;color:#fff;border:none;padding:.5rem 1rem;border-radius:4px;cursor:pointer;transition:all .2s}.btn-primary:hover:not(:disabled){background:#0056b3}.btn-primary:disabled{background:#6c757d;cursor:not-allowed}.btn-secondary{background:#6c757d;color:#fff;border:none;padding:.5rem 1rem;border-radius:4px;cursor:pointer;transition:all .2s}.btn-secondary:hover{background:#5a6268}@media (max-width: 768px){.admin-header{padding:1rem}.admin-header .admin-nav{flex-wrap:wrap;gap:1rem}.admin-stats{grid-template-columns:repeat(2,1fr);padding:1rem}.admin-content{padding:0 1rem 1rem}.bulk-actions{flex-direction:column;gap:1rem;align-items:stretch}.bulk-actions .selection-controls,.bulk-actions .bulk-action-controls{justify-content:center}.categories-table th,.categories-table td{padding:.5rem;font-size:.9rem}.categories-table .action-buttons{flex-direction:column}}.navigation-settings{background:#fff;border-radius:12px;padding:2rem;margin-bottom:2rem;box-shadow:0 4px 6px #0000000d;border:1px solid #e9ecef}.navigation-settings .section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid #f8f9fa}.navigation-settings .section-header h2{margin:0;color:#2c3e50;font-size:1.6rem}.navigation-settings .section-header .header-actions{display:flex;gap:1rem}.navigation-settings .section-header .header-actions .btn-preview{background:#6f42c1;color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;cursor:pointer;transition:all .2s}.navigation-settings .section-header .header-actions .btn-preview:hover{background:#5a2d91}.navigation-settings .section-header .header-actions .btn-refresh{background:#17a2b8;color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;cursor:pointer;transition:all .2s}.navigation-settings .section-header .header-actions .btn-refresh:hover{background:#138496}.navigation-settings .navigation-content{display:grid;grid-template-columns:1fr 1fr;gap:2rem}@media (max-width: 1200px){.navigation-settings .navigation-content{grid-template-columns:1fr}}.navigation-settings .navigation-manager .manager-header{margin-bottom:1.5rem}.navigation-settings .navigation-manager .manager-header h3{margin:0 0 .5rem;color:#495057;font-size:1.2rem}.navigation-settings .navigation-manager .manager-header p{margin:0;color:#6c757d;font-size:.9rem}.navigation-settings .navigation-manager .nav-categories-list{min-height:200px;background:#f8f9fa;border-radius:8px;padding:1rem;border:2px dashed #dee2e6}.navigation-settings .navigation-manager .nav-category-item{background:#fff;border:1px solid #e9ecef;border-radius:8px;padding:1rem;margin-bottom:1rem;display:flex;align-items:center;gap:1rem;transition:all .2s}.navigation-settings .navigation-manager .nav-category-item:hover{box-shadow:0 2px 8px #0000001a;border-color:#6f42c1}.navigation-settings .navigation-manager .nav-category-item .reorder-controls{display:flex;flex-direction:column;gap:.25rem}.navigation-settings .navigation-manager .nav-category-item .reorder-controls .btn-reorder{background:none;border:1px solid #dee2e6;border-radius:4px;padding:.25rem;cursor:pointer;font-size:.8rem;transition:all .2s}.navigation-settings .navigation-manager .nav-category-item .reorder-controls .btn-reorder:hover:not(:disabled){background:#f8f9fa;border-color:#6f42c1}.navigation-settings .navigation-manager .nav-category-item .reorder-controls .btn-reorder:disabled{opacity:.3;cursor:not-allowed}.navigation-settings .navigation-manager .nav-category-item .category-info{flex:1}.navigation-settings .navigation-manager .nav-category-item .category-info .category-name{font-weight:600;color:#495057;margin-bottom:.25rem}.navigation-settings .navigation-manager .nav-category-item .category-info .category-details{font-size:.85rem;color:#6c757d}.navigation-settings .navigation-manager .nav-category-item .category-info .category-details .subcategory-count{margin-left:.5rem}.navigation-settings .navigation-manager .nav-category-item .category-actions{display:flex;align-items:center;gap:.5rem}.navigation-settings .navigation-manager .nav-category-item .category-actions .featured-badge{background:linear-gradient(45deg,gold,#ffed4e);color:#333;padding:.25rem .75rem;border-radius:20px;font-size:.8rem;font-weight:600;box-shadow:0 2px 4px #ffd7004d}.navigation-settings .navigation-manager .nav-category-item .category-actions .btn-remove{background:none;border:none;cursor:pointer;padding:.25rem;border-radius:4px;transition:all .2s}.navigation-settings .navigation-manager .nav-category-item .category-actions .btn-remove:hover{background:#ffebee}.navigation-settings .navigation-manager .empty-state{text-align:center;color:#6c757d;padding:2rem}.navigation-settings .navigation-manager .empty-state p{margin:.5rem 0}.navigation-settings .navigation-preview{background:#f8f9fa;border-radius:8px;padding:1.5rem;border:1px solid #e9ecef}.navigation-settings .navigation-preview h3{margin:0 0 1rem;color:#495057;font-size:1.2rem}.navigation-settings .navigation-preview .preview-dropdown{background:#fff;border:1px solid #dee2e6;border-radius:8px;overflow:hidden;box-shadow:0 4px 6px #0000001a}.navigation-settings .navigation-preview .preview-dropdown .preview-header{background:#495057;color:#fff;padding:.75rem 1rem;font-weight:600;border-bottom:1px solid #dee2e6}.navigation-settings .navigation-preview .preview-dropdown .preview-items{max-height:300px;overflow-y:auto}.navigation-settings .navigation-preview .preview-dropdown .preview-item{padding:.75rem 1rem;border-bottom:1px solid #f8f9fa;transition:background .2s}.navigation-settings .navigation-preview .preview-dropdown .preview-item:hover{background:#f8f9fa}.navigation-settings .navigation-preview .preview-dropdown .preview-item:last-child{border-bottom:none}.navigation-settings .navigation-preview .preview-dropdown .preview-item .preview-name{font-weight:500;color:#495057;margin-bottom:.5rem}.navigation-settings .navigation-preview .preview-dropdown .preview-item .preview-subcategories{margin-top:.5rem;padding-left:1rem;border-left:2px solid #e9ecef}.navigation-settings .navigation-preview .preview-dropdown .preview-item .preview-subcategories .preview-subcategory{padding:.25rem 0;font-size:.85rem;color:#6c757d}.navigation-settings .navigation-help{grid-column:1/-1;background:#e3f2fd;border:1px solid #bbdefb;border-radius:8px;padding:1.5rem;margin-top:1rem}.navigation-settings .navigation-help h4{margin:0 0 1rem;color:#1565c0;font-size:1.1rem}.navigation-settings .navigation-help ul{margin:0;padding-left:1.5rem}.navigation-settings .navigation-help ul li{margin-bottom:.5rem;color:#424242}.navigation-settings .navigation-help ul li strong{color:#1565c0}.square-integration{padding:1.5rem}.square-integration .integration-header{margin-bottom:1.5rem;text-align:center}.square-integration .integration-header h2{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.5rem;font-weight:600;line-height:1.25;color:#171717;margin-bottom:.5rem}.square-integration .integration-header p{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.125rem;font-weight:400;line-height:1.75;color:#171717;color:#525252}.square-integration .integration-sections{display:flex;flex-direction:column;gap:1.5rem;max-width:1000px;margin:0 auto}.square-integration .integration-section{background:#fff;border-radius:1rem;padding:1.25rem;box-shadow:0 1px 2px #0000000d;border:1px solid #e5e5e5}.square-integration .integration-section h3{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.125rem;font-weight:600;line-height:1.5;color:#171717;margin-bottom:1rem}.square-integration .data-source-selector{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem}@media (max-width: 640px){.square-integration .data-source-selector{grid-template-columns:1fr}}.square-integration .data-source-selector .source-option label{display:flex;align-items:flex-start;gap:.75rem;padding:1rem;border:2px solid #e5e5e5;border-radius:.75rem;cursor:pointer;transition:all .2s ease}.square-integration .data-source-selector .source-option label:hover{border-color:#0284c7;background:#f0f9ff}.square-integration .data-source-selector .source-option label input[type=radio]{margin-top:.25rem;accent-color:#0284c7}.square-integration .data-source-selector .source-option label .option-content strong{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;color:#171717;font-weight:700;display:block;margin-bottom:.25rem}.square-integration .data-source-selector .source-option label .option-content p{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.875rem;font-weight:400;line-height:1.5;color:#525252;margin:0}.square-integration .source-actions{text-align:center}.square-integration .source-actions .btn-switch{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.875rem;font-weight:500;line-height:1;border:none;border-radius:.5rem;cursor:pointer;transition:all .15s ease-in-out;text-decoration:none}.square-integration .source-actions .btn-switch:disabled{cursor:not-allowed;opacity:.5}.square-integration .source-actions .btn-switch{background:#0284c7;color:#fff}.square-integration .source-actions .btn-switch:hover:not(:disabled){background:#0369a1}.square-integration .source-actions .btn-switch:active:not(:disabled){background:#075985}.square-integration .source-actions .btn-switch{padding:.75rem 1.5rem;border-radius:.75rem;font-weight:500}.square-integration .source-actions .btn-switch.secondary{background:#525252}.square-integration .source-actions .btn-switch.secondary:hover{background:#404040}.square-integration .api-test .btn-test{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.875rem;font-weight:500;line-height:1;border:none;border-radius:.5rem;cursor:pointer;transition:all .15s ease-in-out;text-decoration:none}.square-integration .api-test .btn-test:disabled{cursor:not-allowed;opacity:.5}.square-integration .api-test .btn-test{background:#0284c7;color:#fff}.square-integration .api-test .btn-test:hover:not(:disabled){background:#0369a1}.square-integration .api-test .btn-test:active:not(:disabled){background:#075985}.square-integration .api-test .btn-test{padding:.75rem 1.25rem;margin-bottom:1rem;border-radius:.75rem}.square-integration .api-test .btn-test:disabled{opacity:.6;cursor:not-allowed}.square-integration .api-test .test-result{background:#f5f5f5;border-radius:.75rem;padding:1rem}.square-integration .api-test .test-result.success{border-left:4px solid #10b981;background:#f0fdf4}.square-integration .api-test .test-result.error{border-left:4px solid #ef4444;background:#fef2f2}.square-integration .api-test .test-result .result-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}.square-integration .api-test .test-result .result-header .status-text{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;font-weight:700;color:#171717}.square-integration .api-test .test-result .result-message,.square-integration .api-test .test-result .result-error,.square-integration .api-test .test-result .result-details{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.875rem;font-weight:400;line-height:1.5;color:#525252;margin-bottom:.5rem}.square-integration .api-test .test-result .result-error{color:#ef4444}.square-integration .api-test .test-result .result-data,.square-integration .api-test .test-result .result-help{margin-top:.75rem;padding-top:.75rem;border-top:1px solid #e5e5e5}.square-integration .api-test .test-result .result-data h4,.square-integration .api-test .test-result .result-help h4{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;color:#171717;font-weight:700;margin-bottom:.5rem}.square-integration .products-preview .btn-load{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.875rem;font-weight:500;line-height:1;border:none;border-radius:.5rem;cursor:pointer;transition:all .15s ease-in-out;text-decoration:none}.square-integration .products-preview .btn-load:disabled{cursor:not-allowed;opacity:.5}.square-integration .products-preview .btn-load{background:#0284c7;color:#fff}.square-integration .products-preview .btn-load:hover:not(:disabled){background:#0369a1}.square-integration .products-preview .btn-load:active:not(:disabled){background:#075985}.square-integration .products-preview .btn-load{padding:.75rem 1.25rem;margin-bottom:1rem;border-radius:.75rem}.square-integration .products-preview .btn-load:disabled{opacity:.6;cursor:not-allowed}.square-integration .products-preview .products-list h4{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:600;line-height:1.5;color:#171717;margin-bottom:1rem}.square-integration .products-preview .products-list .products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.75rem;margin-bottom:.75rem}.square-integration .products-preview .products-list .products-grid .product-preview{background:#fff;border-radius:.5rem;padding:.75rem;border:1px solid #e5e5e5;text-align:center}.square-integration .products-preview .products-list .products-grid .product-preview img{width:100%;height:120px;object-fit:cover;border-radius:.5rem;margin-bottom:.5rem}.square-integration .products-preview .products-list .products-grid .product-preview .product-info h5{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.875rem;font-weight:400;line-height:1.5;color:#525252;font-weight:700;margin-bottom:.25rem;color:#171717}.square-integration .products-preview .products-list .products-grid .product-preview .product-info p{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.875rem;font-weight:400;line-height:1.5;color:#525252;color:#0284c7;font-weight:700;margin-bottom:.25rem}.square-integration .products-preview .products-list .products-grid .product-preview .product-info .product-source{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.75rem;font-weight:400;line-height:1.5;color:#737373;background:#dcfce7;color:#15803d;padding:.25rem .5rem;border-radius:9999px;font-weight:500}.square-integration .setup-instructions .instruction-step{margin-bottom:1.25rem}.square-integration .setup-instructions .instruction-step h4{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:600;line-height:1.5;color:#171717;margin-bottom:.5rem}.square-integration .setup-instructions .instruction-step p{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;color:#171717;color:#525252;margin-bottom:.5rem}.square-integration .setup-instructions .instruction-step p code{background:#f5f5f5;padding:.25rem;border-radius:.5rem;font-family:monospace;font-size:.9em}.square-integration .setup-instructions .instruction-step pre{background:#171717;color:#f5f5f5;padding:.75rem;border-radius:.5rem;font-family:monospace;font-size:.9em;overflow-x:auto;margin:.5rem 0}.contact-page{background:#f5f5f5;padding:2rem 0}@media (max-width: 640px){.contact-page{padding:1.5rem 0}}.contact-container{margin:0 auto;padding-left:1.5rem;padding-right:1.5rem;max-width:1200px}.contact-header{text-align:center;margin-bottom:2rem}@media (max-width: 640px){.contact-header{margin-bottom:1.5rem}}.contact-header h1{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.875rem;font-weight:700;line-height:1.25;color:#171717;margin-bottom:1rem}.contact-header p{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.125rem;font-weight:400;line-height:1.75;color:#171717;color:#525252;max-width:600px;margin:0 auto}.contact-content{display:grid;grid-template-columns:1fr;gap:2rem}@media (max-width: 640px){.contact-content{gap:1.5rem}}.contact-info .contact-methods{display:flex;flex-direction:column;gap:1.5rem}.contact-info .contact-method{background:#fff;padding:1.5rem;border-radius:.75rem;border:1px solid #e5e5e5}.contact-info .contact-method h3{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.875rem;font-weight:600;line-height:1.5;color:#171717;color:#0284c7;margin-bottom:.75rem}.contact-info .contact-method p{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;color:#171717;color:#525252;margin-bottom:.25rem}.contact-info .contact-method p:first-of-type{font-weight:600;color:#171717}.contact-info .contact-method p:last-child{margin-bottom:0}.contact-info .contact-method p a{color:#0284c7;text-decoration:none;font-weight:600;padding:.25rem .5rem;border-radius:.5rem;transition:all .15s ease-in-out;display:inline-block}.contact-info .contact-method p a:hover{background:linear-gradient(45deg,#833ab4,#fd1d1d,#fcb045,#833ab4,#fd1d1d,#fcb045);background-size:400% 400%;animation:instagram-flow-contact 2s ease infinite;color:#fff!important;text-decoration:none}@keyframes instagram-flow-contact{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.contact-form{background:#fff;padding:1.5rem;border-radius:.75rem;border:1px solid #e5e5e5;height:fit-content}.contact-form h2{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:600;line-height:1.5;color:#171717;margin-bottom:1.5rem}.contact-form .form-group{margin-bottom:1rem}.contact-form .form-group label{display:block;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;font-weight:500;color:#171717;margin-bottom:.5rem}.contact-form .form-group input,.contact-form .form-group select,.contact-form .form-group textarea{width:100%;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;padding:.75rem;border:1px solid #e5e5e5;border-radius:.5rem;background:#fff;color:#171717;transition:border-color .15s ease-in-out}.contact-form .form-group input:focus,.contact-form .form-group select:focus,.contact-form .form-group textarea:focus{outline:none;border-color:#38bdf8;box-shadow:0 0 0 3px #0ea5e91a}.contact-form .form-group input::placeholder,.contact-form .form-group select::placeholder,.contact-form .form-group textarea::placeholder{color:#737373}.contact-form .form-group textarea{resize:vertical;min-height:120px}.contact-form .submit-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.875rem;font-weight:500;line-height:1;border:none;border-radius:.5rem;cursor:pointer;transition:all .15s ease-in-out;text-decoration:none}.contact-form .submit-btn:disabled{cursor:not-allowed;opacity:.5}.contact-form .submit-btn{background:#0284c7;color:#fff}.contact-form .submit-btn:hover:not(:disabled){background:#0369a1}.contact-form .submit-btn:active:not(:disabled){background:#075985}.contact-form .submit-btn{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;color:#171717;font-weight:600;padding:.75rem 1.5rem;border-radius:.5rem;border:none;background:#0284c7;color:#fff;cursor:pointer;transition:all .15s ease-in-out;width:100%}.contact-form .submit-btn:hover{background:#0369a1;transform:translateY(-1px);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.contact-form .submit-btn:active{transform:translateY(0)}.support-page{min-height:calc(100vh - 200px);background:#f5f5f5;padding:2rem 0}@media (max-width: 640px){.support-page{padding:1.5rem 0}}.support-container{margin:0 auto;padding-left:1.5rem;padding-right:1.5rem;max-width:1200px}.support-header{text-align:center;margin-bottom:2rem}@media (max-width: 640px){.support-header{margin-bottom:1.5rem}}.support-header h1{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.875rem;font-weight:700;line-height:1.25;color:#171717;margin-bottom:1rem}.support-header p{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.125rem;font-weight:400;line-height:1.75;color:#171717;color:#525252;max-width:600px;margin:0 auto}.support-content{display:grid;grid-template-columns:2fr 1fr;gap:2rem}@media (max-width: 640px){.support-content{grid-template-columns:1fr;gap:1.5rem}}.faq-section h2{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.25rem;font-weight:600;line-height:1.5;color:#171717;margin-bottom:1.5rem}.faq-list{display:flex;flex-direction:column;gap:1.5rem}.faq-item{background:#fff;border:1px solid #e5e5e5;border-radius:.75rem;padding:1.5rem}.faq-item h3{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.875rem;font-weight:600;line-height:1.5;color:#171717;color:#0284c7;margin-bottom:1rem;border-bottom:1px solid #e5e5e5;padding-bottom:.5rem}.faq-item .faq-content p{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;color:#171717;margin-bottom:.75rem}.faq-item .faq-content p:last-child{margin-bottom:0}.faq-item .faq-content p strong{color:#171717;font-weight:600;display:block;margin-bottom:.25rem}.faq-item .faq-content p:not(:has(strong)){color:#525252;margin-bottom:1rem;padding-left:.5rem}.support-sidebar{display:flex;flex-direction:column;gap:1.5rem}.quick-help{background:#fff;border:1px solid #e5e5e5;border-radius:.75rem;padding:1.5rem}.quick-help h3{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.875rem;font-weight:600;line-height:1.5;color:#171717;margin-bottom:1rem}.help-links{display:flex;flex-direction:column;gap:.75rem}.help-link{display:flex;align-items:center;gap:.75rem;padding:.75rem;border-radius:.5rem;text-decoration:none;color:inherit;transition:all .15s ease-in-out;border:1px solid transparent}.help-link:hover{background:#f5f5f5;border-color:#bae6fd;transform:translateY(-1px)}.help-link .help-icon{font-size:24px;flex-shrink:0}.help-link div{flex:1}.help-link div strong{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;font-weight:600;color:#171717;display:block;margin-bottom:.25rem}.help-link div p{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.75rem;font-weight:400;line-height:1.5;color:#737373;margin:0}.support-hours{background:#fff;border:1px solid #e5e5e5;border-radius:.75rem;padding:1.5rem}.support-hours h3{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.875rem;font-weight:600;line-height:1.5;color:#171717;margin-bottom:1rem}.hours-list{display:flex;flex-direction:column;gap:.5rem}.hours-item{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px solid #e5e5e5}.hours-item:last-child{border-bottom:none}.hours-item span{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;color:#171717}.hours-item span:first-child{color:#525252}.hours-item span:last-child{font-weight:500;color:#171717}.events-page{min-height:100vh;background:linear-gradient(135deg,#f0f9ff,#fff,#fafafa)}.events-header{background:linear-gradient(135deg,#0284c7,#0369a1);color:#fff;padding:2rem 0 1.5rem}.events-header .events-header-content{max-width:1200px;margin:0 auto;padding-left:1.5rem;padding-right:1.5rem}.events-header .events-header-content h1{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.875rem;font-weight:700;line-height:1.25;color:#171717;margin:0 0 .5rem}.events-header .events-header-content p{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.125rem;font-weight:400;line-height:1.75;color:#171717;opacity:.9;margin:0}.events-content{max-width:1200px;margin:0 auto;padding-left:1.5rem;padding-right:1.5rem;padding:1.5rem 0}.events-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem}.event-card{background:#fff;border:1px solid #e5e5e5;border-radius:.5rem;padding:1.25rem}.event-card .event-date{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.75rem;font-weight:400;line-height:1.5;color:#737373;color:#0284c7;font-weight:700;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.5rem}.event-card h3{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:600;line-height:1.5;color:#171717;margin:0 0 .5rem}.event-card .event-location{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.875rem;font-weight:400;line-height:1.5;color:#525252;margin-bottom:.75rem}.event-card .event-note{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.875rem;font-weight:400;line-height:1.5;color:#525252;color:#ef4444;font-style:italic;margin:0 0 .5rem}.event-card .event-link{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.875rem;font-weight:400;line-height:1.5;color:#525252;color:#0284c7;font-weight:500;text-decoration:none}.event-card .event-link:hover{text-decoration:underline}.about-page{min-height:100vh;background:linear-gradient(135deg,#f0f9ff,#fff,#fafafa)}.about-header{background:linear-gradient(135deg,#0284c7,#0369a1);color:#fff;padding:2rem 0 1.5rem}.about-header .about-header-content{max-width:1200px;margin:0 auto;padding-left:1.5rem;padding-right:1.5rem}.about-header .about-header-content h1{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.875rem;font-weight:700;line-height:1.25;color:#171717;margin:0 0 .5rem}.about-header .about-header-content p{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.125rem;font-weight:400;line-height:1.75;color:#171717;opacity:.9;margin:0}.about-content{max-width:1200px;margin:0 auto;padding-left:1.5rem;padding-right:1.5rem;max-width:900px;padding:2rem 0}.about-section{margin-bottom:2rem}.about-section h2{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.25rem;font-weight:600;line-height:1.5;color:#171717;margin:0 0 1rem}.about-section p{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;color:#171717;color:#525252;line-height:1.7}.about-values{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.25rem}.about-value{background:#fff;border:1px solid #e5e5e5;border-radius:.5rem;padding:1.25rem;text-align:center}.about-value .about-value-icon{font-size:2rem;display:block;margin-bottom:.75rem}.about-value h3{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.875rem;font-weight:600;line-height:1.5;color:#171717;margin:0 0 .5rem}.about-value p{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.875rem;font-weight:400;line-height:1.5;color:#525252;margin:0}.about-cta{text-align:center;background:#fff;border:1px solid #e5e5e5;border-radius:.5rem;padding:1.5rem}.about-cta .btn-primary{display:inline-block;margin-top:.75rem;padding:.75rem 1.5rem;background:#0284c7;color:#fff;border-radius:.5rem;font-weight:500;text-decoration:none}.about-cta .btn-primary:hover{background:#0369a1}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}.cashier-page{min-height:100vh;background:#f5f5f5;padding:1.5rem 0 2.5rem}.cashier-container{max-width:480px;margin:0 auto;padding:0 1rem}.cashier-container h1{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.25rem;font-weight:600;line-height:1.5;color:#171717;text-align:center;margin:0 0 1.5rem}.cashier-step{display:flex;flex-direction:column;gap:1rem}.cashier-hint{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;color:#171717;color:#525252;text-align:center;margin:0 0 .5rem}.cashier-photo{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:.75rem;border:1px solid #e5e5e5}.cashier-loading{align-items:center;text-align:center}.cashier-loading p{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;color:#171717;color:#525252}.cashier-spinner{width:40px;height:40px;border:4px solid #e5e5e5;border-top-color:#0284c7;border-radius:9999px;animation:cashier-spin .8s linear infinite}@keyframes cashier-spin{to{transform:rotate(360deg)}}.cashier-error{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.875rem;font-weight:400;line-height:1.5;color:#525252;color:#ef4444;background:#ef444414;border-radius:.5rem;padding:.75rem;margin:0}.cashier-field{display:flex;flex-direction:column;gap:.5rem}.cashier-field span{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.875rem;font-weight:400;line-height:1.5;color:#525252;font-weight:500;color:#171717}.cashier-field input,.cashier-field textarea{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;width:100%;box-sizing:border-box;padding:.75rem;border:1px solid #e5e5e5;border-radius:.5rem;background:#fff;color:#171717;font-family:inherit}.cashier-field input:focus,.cashier-field textarea:focus{outline:none;border-color:#38bdf8;box-shadow:0 0 0 3px #0ea5e91a}.cashier-field textarea{resize:vertical}.cashier-actions{display:flex;gap:.75rem;margin-top:.5rem}.cashier-actions .cashier-btn{flex:1}.cashier-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.875rem;font-weight:500;line-height:1;border:none;border-radius:.5rem;cursor:pointer;transition:all .15s ease-in-out;text-decoration:none}.cashier-btn:disabled{cursor:not-allowed;opacity:.5}.cashier-btn{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;color:#171717;box-sizing:border-box;width:100%;padding:1rem;font-weight:600;border-radius:.5rem;border:none;cursor:pointer}.cashier-btn:disabled{opacity:.5;cursor:not-allowed}.cashier-btn-primary{background:#0284c7;color:#fff}.cashier-btn-primary:hover:not(:disabled){background:#0369a1}.cashier-btn-ghost{background:transparent;color:#525252;border:1px solid #e5e5e5}.cashier-btn-ghost:hover{background:#fff}.cashier-final{align-items:center;text-align:center;background:#fff;border-radius:.75rem;border:1px solid #e5e5e5;padding:2rem 1.5rem}.cashier-final-title{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:600;line-height:1.5;color:#171717;color:#525252}.cashier-final-price{font-size:3.75rem;font-weight:700;color:#0284c7;line-height:1;margin:.5rem 0}.cashier-final-instructions{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;color:#171717;color:#525252;margin:.5rem 0 1rem}.cashier-final-instructions strong{color:#171717}
