.vendors-page{--vendors-gold: hsl(38 50% 50%);--vendors-gold-hover: hsl(38 55% 42%);--vendors-charcoal: hsl(30 10% 20%);--vendors-muted: hsl(30 8% 45%);--vendors-border: hsl(35 15% 85%);--vendors-bg-muted: hsl(30 20% 96%);--vendors-cream: hsl(30 20% 96%);--vendors-white: #ffffff;font-family:Montserrat,-apple-system,BlinkMacSystemFont,sans-serif;color:var(--vendors-charcoal)}.vendors-container{max-width:1152px;margin:0 auto;padding:0 1.5rem}.vendors-container--narrow{max-width:768px}.vendors-btn{display:inline-flex;align-items:center;justify-content:center;padding:1rem 2rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:all .2s ease}.vendors-btn--primary{background-color:var(--vendors-gold);color:var(--vendors-white)}.vendors-btn--primary:hover{background-color:var(--vendors-gold-hover)}.vendors-hero{position:relative;padding:6rem 0;overflow:hidden;display:flex;align-items:center;justify-content:center}.vendors-hero__background{position:absolute;top:0;right:0;bottom:0;left:0}.vendors-hero__image{width:100%;height:100%;object-fit:cover}.vendors-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#332f2c99}.vendors-hero__content{position:relative;z-index:1;text-align:center;color:var(--vendors-white);max-width:56rem;padding:0 1.5rem}.vendors-hero__tagline{font-size:.75rem;text-transform:uppercase;letter-spacing:.2em;margin-bottom:1rem;font-weight:300;color:var(--vendors-gold)}.vendors-hero__title{font-family:Cormorant Garamond,Georgia,serif;font-size:2.25rem;font-weight:400;letter-spacing:-.02em;margin-bottom:1.5rem;line-height:1.2;color:var(--vendors-white)}@media(min-width:768px){.vendors-hero__title{font-size:3rem}}@media(min-width:1024px){.vendors-hero__title{font-size:3.75rem}}.vendors-hero__description{font-size:1.125rem;font-weight:300;max-width:42rem;margin:0 auto;line-height:1.6;color:#fffc}.vendors-filter{padding:2rem 0;background:var(--vendors-bg-muted);border-bottom:1px solid var(--vendors-border)}.vendors-filter__wrapper{display:flex;align-items:center;justify-content:center;gap:1rem;flex-wrap:wrap}.vendors-filter__label{font-family:Cormorant Garamond,Georgia,serif;font-size:1.125rem;font-weight:500;color:var(--vendors-charcoal)}.vendors-filter__select{font-family:Montserrat,-apple-system,BlinkMacSystemFont,sans-serif;font-size:1rem;padding:.75rem 2.5rem .75rem 1rem;border:2px solid var(--vendors-gold);background:var(--vendors-white);color:var(--vendors-charcoal);border-radius:4px;cursor:pointer;transition:all .2s ease;-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23D4AF37' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;background-size:12px}.vendors-filter__select:hover{border-color:var(--vendors-gold-hover);box-shadow:0 2px 8px #0000001a}.vendors-filter__select:focus{outline:none;border-color:var(--vendors-gold);box-shadow:0 0 0 3px #d4af371a}@media(max-width:767px){.vendors-filter{padding:1.5rem 0}.vendors-filter__wrapper{flex-direction:column;gap:.75rem}.vendors-filter__label{font-size:1rem}.vendors-filter__select{width:100%;max-width:300px}}.vendors-state-section{padding:4rem 0;border-top:1px solid var(--vendors-border)}.vendors-state-section:first-of-type{border-top:none}.vendors-state-header{text-align:center;margin-bottom:3rem;padding-bottom:1.5rem;border-bottom:2px solid var(--vendors-gold)}.vendors-state-title{font-family:Cormorant Garamond,Georgia,serif;font-size:2.5rem;font-weight:600;color:var(--vendors-charcoal);text-transform:uppercase;letter-spacing:.05em}@media(min-width:768px){.vendors-state-title{font-size:3rem}}.vendors-category{margin-bottom:3rem}.vendors-category:last-child{margin-bottom:0}.vendors-category-title{font-family:Cormorant Garamond,Georgia,serif;font-size:1.5rem;font-weight:500;color:var(--vendors-charcoal);margin-bottom:1.5rem;padding-bottom:.5rem;border-bottom:1px solid var(--vendors-border)}@media(min-width:768px){.vendors-category-title{font-size:1.875rem}}.vendors-grid{display:grid;gap:1.5rem}@media(min-width:768px){.vendors-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.vendors-grid{grid-template-columns:repeat(3,1fr)}}.vendors-grid--four{display:grid;gap:1.5rem}@media(min-width:768px){.vendors-grid--four{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.vendors-grid--four{grid-template-columns:repeat(4,1fr)}}.vendors-card{background:var(--vendors-white);border:1px solid var(--vendors-border);overflow:hidden;transition:box-shadow .3s ease}.vendors-card:hover{box-shadow:0 4px 20px #00000014}.vendors-card__image{aspect-ratio:4 / 3;overflow:hidden;background:var(--vendors-cream)}.vendors-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.vendors-card:hover .vendors-card__image img{transform:scale(1.05)}.vendors-card__content{padding:1.5rem}.vendors-card__name{font-family:Cormorant Garamond,Georgia,serif;font-size:1.25rem;font-weight:500;color:var(--vendors-charcoal);margin-bottom:.5rem}.vendors-card__description{font-size:.875rem;color:var(--vendors-muted);line-height:1.6;margin-bottom:1rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.vendors-card__links{display:flex;gap:1rem}.vendors-card__link{font-size:.875rem;color:var(--vendors-gold);text-decoration:none;display:inline-flex;align-items:center;gap:.25rem;transition:color .2s ease}.vendors-card__link:hover{text-decoration:underline}.vendors-card__link-icon{width:12px;height:12px}.vendors-cta{padding:4rem 0;background:var(--vendors-charcoal);text-align:center}.vendors-cta__title{font-family:Cormorant Garamond,Georgia,serif;font-size:1.875rem;font-weight:500;color:var(--vendors-white);margin-bottom:1rem}@media(min-width:768px){.vendors-cta__title{font-size:2.25rem}}.vendors-cta__text{color:#ffffffb3;line-height:1.7;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}@media(max-width:767px){.vendors-hero{padding:4rem 0}.vendors-hero__description{font-size:1rem}.vendors-state-section{padding:3rem 0}.vendors-state-header{margin-bottom:2rem;padding-bottom:1rem}.vendors-state-title{font-size:1.875rem}.vendors-category{margin-bottom:2rem}.vendors-category-title{font-size:1.25rem}.vendors-card__content{padding:1rem}.vendors-cta{padding:3rem 0}.vendors-cta__title{font-size:1.5rem}}
/*# sourceMappingURL=/cdn/shop/t/19/assets/page-vendors.css.map */
