.contact-chooser{background:#f5f3ee;border-top:1px solid rgba(133,133,133,.15)}.contact-chooser__inner{max-width:900px;margin:0 auto;background:#ebe8e1;border-radius:16px;padding:2.5rem 2rem}.contact-chooser__header{text-align:center;margin-bottom:2rem}.contact-chooser__heading{font-size:28px;font-weight:500;margin:0 0 .5rem;color:#1a1a1a;line-height:1.2}.contact-chooser__subheading{font-size:15px;color:#6b6b6b;margin:0}.contact-chooser__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:16px}.contact-chooser__card{display:block;background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:12px;padding:1.75rem 1.5rem;text-decoration:none;color:inherit;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}.contact-chooser__card:hover{transform:translateY(-2px);box-shadow:0 4px 16px #0000000f;border-color:#00000026}.contact-chooser__card-top{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:14px;min-height:36px}.contact-chooser__icon{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.contact-chooser__icon--info{background:#e6f1fb;color:#0c447c}.contact-chooser__icon--warning{background:#faeeda;color:#854f0b}.contact-chooser__icon--neutral{background:#f1efe8;color:#444441}.contact-chooser__badge{font-size:11px;font-weight:500;padding:4px 10px;border-radius:6px;line-height:1.4}.contact-chooser__badge--info{background:#e6f1fb;color:#0c447c}.contact-chooser__badge--warning{background:#faeeda;color:#854f0b}.contact-chooser__badge--neutral{background:#f1efe8;color:#444441}.contact-chooser__card-heading{font-size:17px;font-weight:500;margin:0 0 8px;color:#1a1a1a;line-height:1.3}.contact-chooser__card-description{font-size:14px;color:#6b6b6b;margin:0 0 16px;line-height:1.5}.contact-chooser__detail{border-top:1px solid rgba(0,0,0,.08);padding-top:12px;margin-bottom:16px}.contact-chooser__detail-label{font-size:12px;color:#999;margin:0 0 4px;text-transform:uppercase;letter-spacing:.03em}.contact-chooser__detail-text{font-size:13px;color:#6b6b6b;margin:0}.contact-chooser__button{display:block;width:100%;padding:11px;font-size:14px;font-weight:500;text-align:center;background:#1a1a1a;color:#fff;border-radius:8px;box-sizing:border-box}.contact-chooser__card:hover .contact-chooser__button{background:#000}@media(max-width:600px){.contact-chooser__inner{padding:1.75rem 1.25rem}.contact-chooser__heading{font-size:24px}}.store-location-page{--store-max-width: 1200px;--store-gap: 2rem;--store-border: #e5e5e5;--store-muted: #666;--store-bg-soft: #f7f7f7;--store-radius: 8px;color:inherit}.store-container{max-width:var(--store-max-width);margin:0 auto;padding:0 2rem}@media(min-width:768px){.store-container{padding:0rem}}.store-section-title{font-size:clamp(1.4rem,2.5vw,2rem);margin:0 0 1.5rem;font-weight:600}.store-breadcrumb{padding:1.5rem 0;font-size:1.125rem;color:inherit}.store-breadcrumb ol{list-style:none;display:flex;flex-wrap:wrap;gap:.5rem;margin:0;padding:0;align-items:center}.store-breadcrumb li+li:before{content:">";margin-right:.5rem;color:var(--store-muted);font-weight:400}.store-breadcrumb a{color:inherit;text-decoration:none}.store-breadcrumb a:hover{text-decoration:underline}.store-hero{padding:2rem 0}.store-hero__inner{display:grid;gap:var(--store-gap);grid-template-columns:1fr}@media(min-width:768px){.store-hero__inner{grid-template-columns:1fr 1fr;align-items:center}}.store-hero__title{font-size:clamp(2.75rem,4vw,2.75rem);margin:0 0 2rem;line-height:1.2}.store-hero__address{margin:0 0 .5rem;font-size:1.5rem;color:var(--store-muted);line-height:1.4}.store-hero__phone a{color:inherit;text-decoration:none;font-weight:500}.store-hero__ctas{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.5rem}.store-hero__media img,.store-hero__placeholder{width:100%;aspect-ratio:4 / 3;object-fit:cover;border-radius:var(--store-radius)}.store-hero__placeholder{background:var(--store-bg-soft);display:flex;align-items:center;justify-content:center;color:var(--store-muted);font-size:1.25rem}.store-hero__intro{font-size:1.5rem;line-height:1.6;margin:2rem 0 2.5rem;color:inherit;max-width:60ch}.store-btn{display:inline-block;padding:.75rem 1.25rem;border-radius:var(--store-radius);text-decoration:none;font-weight:500;font-size:.95rem;border:1px solid transparent;cursor:pointer;transition:opacity .15s ease}.store-btn:hover{opacity:.85}.store-btn--primary{background:#111;color:#fff}.store-btn--secondary{background:#fff;color:#111;border-color:#111}.store-btn--ghost{background:transparent;color:inherit;border-color:var(--store-border)}.store-hours{padding:2rem 0;background:var(--store-bg-soft)}.store-hours__table{max-width:600px;margin:0 auto;border:1px solid var(--store-border);border-radius:var(--store-radius);background:#fff;overflow:hidden}.store-hours__row{display:flex;justify-content:space-between;padding:.875rem 1.25rem;border-bottom:1px solid var(--store-border)}.store-hours__row:last-child{border-bottom:none}.store-hours__day{font-weight:500}.store-hours__time{color:var(--store-muted)}.store-about{padding:3rem 0}.store-about__inner{display:grid;gap:var(--store-gap);grid-template-columns:1fr;align-items:center}@media(min-width:768px){.store-about__inner{grid-template-columns:1fr 1fr}}.store-about__media img,.store-about__placeholder{width:100%;aspect-ratio:4 / 3;object-fit:cover;border-radius:var(--store-radius)}.store-about__placeholder{background:var(--store-bg-soft);display:flex;align-items:center;justify-content:center;color:var(--store-muted)}.store-about__text{line-height:1.6}.store-features{padding:3rem 0;background:var(--store-bg-soft)}.store-features__grid{list-style:none;margin:0;padding:0;display:grid;gap:1rem;grid-template-columns:repeat(2,1fr)}@media(min-width:600px){.store-features__grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:900px){.store-features__grid{grid-template-columns:repeat(6,1fr)}}.store-features__item{background:#fff;padding:1.25rem .75rem;border-radius:var(--store-radius);text-align:center;display:flex;flex-direction:column;align-items:center;gap:.5rem;border:1px solid var(--store-border)}.store-features__icon{font-size:1.5rem;width:2.5rem;height:2.5rem;border-radius:50%;background:var(--store-bg-soft);display:flex;align-items:center;justify-content:center}.store-features__label{font-size:1.25rem;font-weight:500;margin-top:.5rem}.store-map{padding:3rem 0}.store-map__inner{display:grid;gap:var(--store-gap);grid-template-columns:1fr}@media(min-width:768px){.store-map__inner{grid-template-columns:2fr 1fr}}.store-map__embed{aspect-ratio:16 / 9;border-radius:var(--store-radius);overflow:hidden;background:var(--store-bg-soft)}.store-map__placeholder{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--store-muted);gap:.5rem}.store-location-page .store-map__details h3{font-size:clamp(1.4rem,2.5vw,2rem);margin:0 0 1rem;font-weight:600;line-height:1.2}.store-location-page .store-map__details address{margin:0 0 1.5rem}.store-location-page .store-map__details .store-btn{display:inline-block;padding:1rem 2rem;background:#111;color:#fff!important;text-decoration:none;border-radius:8px;font-weight:500;font-size:1.0625rem;margin-top:.5rem}.store-location-page .store-hero__ctas .store-btn{display:inline-block;padding:1rem 2rem;background:#111;color:#fff!important;text-decoration:none;border-radius:8px;font-weight:500;font-size:1.0625rem}.store-location-page .store-hero__ctas .store-btn:hover,.store-location-page .store-map__details .store-btn:hover{opacity:.85;color:#fff!important}.store-map__details address{font-style:normal;margin:0 0 1.5rem;line-height:1.6}.store-map__details a{color:inherit}.store-nearby{padding:3rem 0 4rem;background:var(--store-bg-soft)}.store-nearby__grid{display:grid;gap:1.5rem;grid-template-columns:1fr}@media(min-width:600px){.store-nearby__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:900px){.store-nearby__grid{grid-template-columns:repeat(4,1fr)}}.store-nearby__card{background:#fff;border-radius:var(--store-radius);overflow:hidden;border:1px solid var(--store-border);display:flex;flex-direction:column}.store-nearby__image{aspect-ratio:4 / 3;overflow:hidden}.store-nearby__image img{width:100%;height:100%;object-fit:cover}.store-nearby__image--placeholder{background:var(--store-bg-soft)}.store-nearby__body{padding:1rem;flex:1;display:flex;flex-direction:column}.store-nearby__name{font-size:1.1rem;margin:0 0 .5rem;font-weight:600}.store-nearby__address{font-size:.875rem;color:var(--store-muted);margin:0 0 1rem;flex:1}.store-nearby__link{color:inherit;text-decoration:none;font-weight:500;font-size:.9rem}.store-nearby__link:hover{text-decoration:underline}@media(max-width:767px){.store-hero__content,.store-about__content{text-align:center}.store-hero__ctas{justify-content:center}.store-hero__intro{margin-left:auto;margin-right:auto}}
/*# sourceMappingURL=/cdn/shop/t/107/compiled_assets/styles.css.map */
