:root{--desert-sand:#7A5C39;--sage-green:#50614A;--parchment:#F5F1EB;--sunbleached-cotton:#FDFCF9;--market-gold:#C9A875;--adobe-clay:#AF4B3F;--iron-ore:#2F2C28;--market-silver:#C0C0C0;--silver-light:#D9D9D9;--silver-dark:#A6A6A6;--silver-warm:#B8B8B2;--blue:#506B8E;--blue-over:#3C5673;--red:#AF4B3F;--red-over:#993F36;--darkgreen:#6B8B4D;--darkgreen-over:#56703C;--aqua:#66BFA6;--gray:#8C8C8C;--lightblue:#ADCBE3;--white:#FFFFFF;--black:#000000;--tan:#f6e8c3;--brown:#462c0e;--tan-hover:#faf2dd;--brown-hover:#5d3d18;--paragraph-font:"Libre Caslon Text",serif;--headline-font:"Cal Sans",sans-serif;--headliner-font:"Urbanist",sans-serif;}p,h1,h2,h3,h4,h5{padding:0px;margin:0px;line-height:1.25;}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0;}alerts{position:fixed;width:100%;height:100%;top:0px;left:0px;z-index:100001;justify-content:center;align-items:center;background:rgba(140,140,140,0.6);backdrop-filter:blur(15px);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}alerts *:focus-visible{outline:0px;}alerts,alerts div,alerts form{box-sizing:border-box;display:flex;flex-direction:column;}alerts .alert-container{position:relative;width:420px;height:auto;min-height:260px;justify-content:stretch;align-items:stretch;overflow:hidden;border-radius:0px;margin-top:-180px;-webkit-box-shadow:0px 16px 48px 0px rgba(0,0,0,0.2);-moz-box-shadow:0px 16px 48px 0px rgba(0,0,0,0.2);box-shadow:0px 16px 48px 0px rgba(0,0,0,0.2);}alerts .alert{flex:1;width:100%;height:100%;max-height:80vh;justify-content:stretch;align-items:stretch;z-index:1;}alerts #alert_form{z-index:1;gap:0 !important;padding:0px 0 !important;border-radius:12px;overflow:hidden;}alerts .alert-header{flex:1;width:100%;max-height:53px;min-height:53px;display:flex;justify-content:flex-start;align-items:center;padding:0px 24px 0px 24px;background-color:var(--blue);color:var(--white);flex-direction:row;font-size:1.25rem;font-weight:bold;border:1px solid transparent;}alerts .alert-header:focus-visible{outline:0px;border:1px dashed var(--lightblue);}alerts .alert-header i{top:0px;margin-right:12px;position:relative;}alerts .alert-confirm .alert-header{background-color:var(--blue);}alerts .alert-success .alert-header{background-color:var(--darkgreen);}alerts .alert-danger .alert-header{background-color:var(--red);}alerts .alert-info .alert-header{background-color:var(--blue);}alerts .alert-content{flex:1;width:100%;display:flex;padding:10px;color:var(--black);font-size:1rem;padding:12px 24px;letter-spacing:0.5px;word-spacing:0.5px;line-height:1.3;background:var(--white);max-height:75vh;overflow-y:auto;}alerts .alert-content span{border:1px solid transparent;}alerts .alert-content span:focus-visible{outline:0px;border:1px dashed var(--lightblue);}alerts .alert-content a{font-weight:bold;color:var(--red);text-decoration:none;border:1px solid transparent;}alerts .alert-content a:focus-visible{outline:0px;border:1px dashed var(--lightblue);}alerts .alert-content .alert_inputs{width:100%;justify-content:center;align-items:center;}alerts .alert-content .alert_inputs input,alerts .alert-content .alert_inputs select,alerts .alert-content .alert_inputs textarea{width:90%;font-size:1.1rem;padding:8px 12px;border:1px solid var(--gray);border-radius:3px;margin:12px 0px;}alerts .alert-content .alert_inputs textarea{height:100px;}alerts .alert-controls{flex:1;max-height:64px;min-height:64px;justify-content:space-between;align-items:center;flex-direction:row;padding:0px 32px 12px 32px;background:var(--white);}alerts .alert-controls button{padding:10px 14px;border-radius:8px;font-size:1.1rem;letter-spacing:0.5px;word-spacing:0.5px;line-height:1.3;color:var(--white);background-color:var(--blue);min-width:86px;border:0px;outline:0px;transition:all 0.2s;cursor:pointer;}alerts .alert-controls button:hover{background-color:var(--blue-over);cursor:pointer;transition:all 0.2s;animation:bounceScale 0.2s ease-in-out;}alerts .alert-success .alert-controls button{background-color:var(--darkgreen);cursor:pointer;}alerts .alert-success .alert-controls button:hover{cursor:pointer;background-color:var(--darkgreen-over);}alerts .alert-danger .alert-controls button{cursor:pointer;background-color:var(--red);}alerts .alert-danger .alert-controls button:hover{cursor:pointer;background-color:var(--red-over);}alerts .alert-info .alert-controls button,alerts .alert-confirm .alert-controls button,alerts .alert-prompt .alert-controls button{cursor:pointer;background-color:var(--blue);}alerts .alert-info .alert-controls button:hover,alerts .alert-confirm .alert-controls button:hover,alerts .alert-prompt .alert-controls button:hover{cursor:pointer;background-color:var(--blue-over);}alerts .alert-confirm .alert-controls button.cancel,alerts .alert-prompt .alert-controls button.cancel{cursor:pointer;color:var(--black);background-color:white;-webkit-box-shadow:0;-moz-box-shadow:0;box-shadow:0;}alerts .alert-confirm .alert-controls button.cancel:hover,alerts .alert-prompt .alert-controls button.cancel:hover{cursor:pointer;background-color:white;-webkit-box-shadow:0;-moz-box-shadow:0;box-shadow:0;}alerts .alert-controls button[disabled]{opacity:0.4;cursor:not-allowed;}alerts .alert-controls button{border:2px solid transparent;}alerts .alert-controls button:focus-visible{cursor:pointer;outline:0px;border:2px dashed var(--aqua);}alerts .alert-controls button i{position:relative;top:2px;margin-left:4px;margin-right:4px;}.alert-container.init_welcome{width:66%;}alerts .alert-message ul{padding-left:32px;margin:8px 0px;}alerts .alert-message ul li{margin:4px 0px;display:flex;justify-content:flex-start;align-items:center;}alerts .alert-message ul li img{margin-right:12px;border-radius:50%;}.main-nav{position:sticky;top:0px;left:0px;z-index:1000;background:var(--iron-ore);padding:0.5rem 1rem;color:white;font-family:var(--headliner-font);}.nav-container{display:flex;justify-content:space-between;align-items:center;flex-wrap:nowrap;}.nav-logo{width:48px;height:48px;max-width:48px;max-height:48px;margin-left:16px;}.nav-links{display:flex;list-style:none;padding:0;margin:0;}.nav-links li{display:inline-block;margin-left:1rem;}.nav-links a{text-decoration:none;color:#333;}.nav-user-area{display:flex;justify-content:center;align-items:center;}.cart-link{position:relative;margin-right:1rem;text-decoration:none;color:white;}.cart-link .cart-count{position:absolute;width:26px;height:26px;border-radius:16px;background-color:var(--adobe-clay);color:white;display:flex;justify-content:center;align-items:center;font-size:0.8rem;top:0px;left:-32px;}.profile-picture{width:32px;height:32px;max-width:32px;max-height:32px;overflow:hidden;border-radius:16px;object-fit:cover;margin-left:16px;}.user-profile{display:flex;justify-content:center;align-items:center;padding-right:32px;}.user-profile a{color:white;text-decoration:none;margin-right:12px;}.user-profile .username{}body{margin:0px;padding:0px;overflow-x:hidden;overflow-y:scroll;display:flex;flex-direction:column;position:relative;}.fixed-banner{position:fixed;top:0px;left:0;width:100%;background-color:var(--blue);color:white;padding:16px;text-align:center;font-size:1.25rem;z-index:10001;transition:all 2s ease-out;}.fixed-banner.hide{top:-512px;transition:all 2s ease-out;pointer-events:none;}.controls{position:relative;width:100%;display:flex;justify-content:space-between;align-items:flex-end;}.controls button{width:100%;padding:0.75rem;background-color:#000;color:#fff;border:none;border-radius:5px;font-weight:bold;font-size:1rem;cursor:pointer;letter-spacing:1px;transition:background-color 0.2s ease;}.controls button:hover{background-color:#333;}.controls button:disabled{background-color:#666;cursor:not-allowed;}.hero{position:relative;background:url('/images/heros/market.webp') center/cover no-repeat;padding:256px 32px;text-align:center;color:var(--white);}.hero .darkener{position:absolute;width:100%;height:100%;top:0px;left:0px;background-color:rgba(0,0,0,0.5);z-index:0;}.hero,.hero *{}.hero-content{position:relative;z-index:1;}.hero-content h1{font-family:var(--headliner-font);font-size:3.5rem;letter-spacing:0.25rem;margin:0px;text-transform:uppercase;}.hero-content .pretitle{font-size:2.5rem;padding:0px;margin:0px 0px 16px 0px;}.hero-content .subtitle{font-size:2rem;padding:0px;margin:24px 0px 64px 0px;}.hero-buttons{display:flex;justify-content:center;flex-wrap:wrap;}.header-btn{padding:16px 48px;font-size:1.3rem;border:none;border-radius:6px;text-decoration:none;display:inline-block;cursor:pointer;transition:background 0.2s ease-in-out;margin:0px 12px;}.header-btn i{margin-right:8px;}.header-btn.enter{background:var(--tan);color:var(--brown);}.header-btn.vendor{background:var(--brown);color:var(--tan);}.header-btn.enter:hover{background:var(--tan-hover);color:var(--brown-hover);transition:all 0.2s;}.header-btn.vendor:hover{background:var(--brown-hover);color:var(--tan-hover);transition:all 0.2s;}.header-btn.enter:hover,.header-btn.vendor:hover{}.featured-vendors{position:relative;display:block;width:100%;padding:40px 0px;background-color:var(--sunbleached-cotton);}.featured-vendors h2{text-align:center;color:var(--iron-ore);margin-bottom:24px;}.carousel-track{display:flex;overflow-x:auto;overflow-y:hidden;scroll-behavior:auto;white-space:nowrap;position:relative;width:100%;scrollbar-width:none;-ms-overflow-style:none;}.carousel-track::-webkit-scrollbar{display:none;}.carousel-card{flex:0 0 auto;min-width:512px;max-width:512px;margin-right:32px;padding:24px;white-space:normal;display:inline-block;vertical-align:top;border:1px solid rgba(0,0,0,0.1);}.carousel-btn{font-size:2rem;background-color:transparent;border:0px;outline:0px;cursor:pointer;}.carousel-btn-icons{font-size:0.7rem;position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;}.carousel-btn-icons .carousel-icon{font-size:2rem;}.carousel-clone{aria-hidden:true;}.carousel-controls{display:none !important;align-items:center;justify-content:center;margin-top:15px;padding:10px;}.carousel-status{font-size:14px;color:#666;margin-left:15px;font-weight:500;}.carousel-track:focus{outline:2px solid #007cba;outline-offset:2px;}@media (prefers-contrast:high){.carousel-btn{border:2px solid currentColor;}.carousel-track:focus{outline:3px solid;}}@media (prefers-reduced-motion:reduce){.carousel-track{scroll-behavior:auto;}.carousel-btn{transition:none;}}.breadcrumb-list{display:flex;flex-wrap:wrap;align-items:center;font-size:0.875rem;padding:1rem 1rem;background-color:rgba(0,0,0,0.05);border-bottom:1px solid rgba(255,255,255,1);}.breadcrumb a{text-decoration:none;color:#00704A;font-weight:normal;transition:color 0.2s ease;display:inline-flex;align-items:center;}.breadcrumb a::after{content:"›";margin:-28px 0.5rem;position:relative;top:-2px;color:#999;font-weight:normal;font-size:1.5rem;}.breadcrumb .breadcrumb:last-child a::after,.breadcrumb .breadcrumb-current::after{content:none;}.breadcrumb .breadcrumb-current{color:#555;font-weight:bold;}@media (max-width:600px){.breadcrumb .breadcrumb-list{font-size:0.8rem;flex-wrap:wrap;}}.favorite{position:relative;display:flex;justify-content:center;align-items:center;background:var(--market-gold);color:var(--black);padding:40px 20px;flex-direction:column;}.favorite h2{margin-bottom:32px;}.favorite-product{position:relative;display:flex;justify-content:center;align-items:flex-start;flex-direction:row;background-color:rgba(255,255,255,0.334);padding:24px;border-radius:16px;}.favorite-product img{max-width:300px;border-radius:8px;}.favorite-info{flex:1;position:relative;display:flex;flex-direction:column;max-width:512px;padding:0px 24px;}.favorite-info h3{font-size:1.25rem;margin-bottom:24px;}.favorite-info p{margin-bottom:24px;line-height:1.5;}section.category-grid{background-color:var(--parchment);padding:40px 20px;text-align:center;}section.category-grid ul.categories{display:flex;flex-wrap:wrap;justify-content:center;padding:0;margin:0 auto;list-style:none;max-width:1800px;padding-top:64px;}section.category-grid ul.categories li.category-item{width:30%;max-width:30%;min-width:30%;margin-bottom:64px;}section.category-grid a.category-card{background:var(--sunbleached-cotton);padding:20px;border:0px;border-radius:0px;font-weight:bold;font-size:1.25rem;color:var(--sage-green);text-decoration:none;margin:0px 12px;transition:background 0.2s ease-in-out;font-family:var(--headliner-font);}section.category-grid a.category-card{display:flex;max-height:40px;width:90%;max-width:90%;min-width:90%;}section.category-grid a.category-card img{position:relative;display:inline-block;max-width:100%;top:-80px;transition:transform 0.3s ease,filter 0.3s ease;transform:scale(1);filter:grayscale(50%);margin-right:24px;}section.category-grid a.category-card:hover img{transform:scale(1.05);filter:grayscale(0%);}body{margin:0;font-family:var(--paragraph-font);background-color:var(--sunbleached-cotton);color:var(--iron-ore);font-size:1.15rem;line-height:1.5;}section h2{font-family:var(--headliner-font);font-size:1.8rem;margin-bottom:20px;color:var(--iron-ore);}.btn{padding:10px 16px;font-size:1rem;border:none;border-radius:6px;text-decoration:none;display:inline-block;cursor:pointer;transition:background 0.2s ease-in-out;}.btn.primary{background:var(--blue);color:var(--white);}.btn.primary:hover{background:var(--blue-over);}.btn.secondary{background:var(--market-gold);color:var(--black);}.btn.secondary:hover{background:#b29063;}.btn.small{font-size:0.9rem;padding:6px 12px;}.btn.link{background:none;color:var(--blue);text-decoration:underline;padding:0;}.spotlight{background:var(--market-gold);color:var(--black);padding:40px 20px;}.spotlight-product{display:flex;flex-wrap:wrap;gap:20px;align-items:center;}.spotlight-product img{max-width:300px;border-radius:8px;}.spotlight-info{flex:1;}.market-bulletin{background:var(--parchment);padding:40px 20px;}.blog-preview{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px;}.blog-preview article{background:var(--white);padding:20px;border-left:4px solid var(--blue);border-radius:4px;}.about{padding:40px 20px;text-align:center;}.newsletter{background:var(--sage-green);color:var(--white);padding:40px 20px;text-align:center;}.newsletter form{margin-top:20px;}.newsletter input[type="email"]{padding:10px;font-size:1rem;width:280px;border:none;border-radius:4px;margin-right:10px;}.footer{background:var(--desert-sand);color:var(--white);padding:20px;text-align:center;}.footer-nav{display:flex;flex-wrap:wrap;justify-content:center;gap:16px;margin-bottom:12px;}.footer-nav a{color:var(--white);text-decoration:none;}.footer-nav a:hover{text-decoration:underline;}.tagline{font-size:0.9rem;}