.store-locations-section{position:relative;overflow:hidden}.store-locations-section__inner{padding:60px 0;position:relative}.store-locations-section__header{text-align:center;margin-bottom:40px;position:relative;z-index:1}.store-locations-section__subtitle{display:inline-block;font-size:13px;font-weight:600;letter-spacing:2.5px;text-transform:uppercase;color:var(--store-loc-accent, #000);margin-bottom:14px;position:relative;padding:0 16px;opacity:0;transform:translateY(12px);transition:opacity .6s cubic-bezier(.22,1,.36,1),transform .6s cubic-bezier(.22,1,.36,1)}.store-locations-section__subtitle:before,.store-locations-section__subtitle:after{content:"";position:absolute;top:50%;width:32px;height:1px;background:var(--store-loc-accent, #000)}.store-locations-section__subtitle:before{right:100%}.store-locations-section__subtitle:after{left:100%}.store-locations-section__title{font-family:var(--typeHeaderPrimary),serif;font-size:clamp(28px,4vw,42px);font-weight:400;line-height:1.2;color:var(--store-loc-heading, #000);margin:0 0 16px;opacity:0;transform:translateY(18px);transition:opacity .7s cubic-bezier(.22,1,.36,1) .1s,transform .7s cubic-bezier(.22,1,.36,1) .1s}.store-locations-section__description{font-size:15px;font-weight:400;line-height:1.6;color:var(--store-loc-text, #333);max-width:560px;margin:0 auto;opacity:0;transform:translateY(14px);transition:opacity .7s cubic-bezier(.22,1,.36,1) .2s,transform .7s cubic-bezier(.22,1,.36,1) .2s}.store-locations-section.is-visible .store-locations-section__subtitle,.store-locations-section.is-visible .store-locations-section__title,.store-locations-section.is-visible .store-locations-section__description{opacity:1;transform:translateY(0)}.store-locations-section__grid{position:relative;z-index:1}.store-locations-section__grid--single{margin:0 auto}.store-location-card{background:var(--store-loc-card-bg, #ffffff);border-radius:0;overflow:hidden;border:1px solid var(--store-loc-card-border, #e5e5e5);position:relative;opacity:0;transform:translateY(30px);transition:opacity .7s cubic-bezier(.22,1,.36,1),transform .7s cubic-bezier(.22,1,.36,1);display:flex;flex-direction:column}@media screen and (min-width:769px){.store-location-card{flex-direction:row}}.store-locations-section.is-visible .store-location-card{opacity:1;transform:translateY(0)}.store-location-card__iframe-wrap{position:relative;overflow:hidden;height:340px;background:#eee;flex:1}@media screen and (min-width:769px){.store-location-card__iframe-wrap{height:auto;min-height:100%;width:50%}}.store-location-card__iframe-wrap iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0}.store-location-card__image-wrap{position:relative;overflow:hidden;height:280px;flex:1}@media screen and (min-width:769px){.store-location-card__image-wrap{height:auto;min-height:100%;width:50%}}.store-location-card__image-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.22,1,.36,1)}.store-location-card:hover .store-location-card__image-wrap img{transform:scale(1.03)}.store-location-card__image-placeholder{width:100%;height:100%;background:#f4f4f4;display:flex;align-items:center;justify-content:center}.store-location-card__image-placeholder svg{width:48px;height:48px;color:#ccc}.store-location-card__badge{position:absolute;top:16px;left:16px;display:inline-flex;align-items:center;gap:8px;background:#fff;padding:6px 14px;border-radius:0;font-size:11px;font-weight:600;letter-spacing:1px;text-transform:uppercase;color:var(--store-loc-heading, #000);border:1px solid var(--store-loc-card-border, #e5e5e5)}.store-location-card__badge-dot{width:6px;height:6px;border-radius:50%;background:#000;animation:storeLocPulse 2s ease-in-out infinite}@keyframes storeLocPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.2)}}.store-location-card__body{padding:32px 24px;flex:1;display:flex;flex-direction:column;justify-content:center}@media screen and (min-width:769px){.store-location-card__body{padding:48px;width:50%}}.store-location-card__name{font-family:var(--typeHeaderPrimary),serif;font-size:28px;font-weight:400;line-height:1.2;color:var(--store-loc-heading, #000);margin:0 0 8px}.store-location-card__tagline{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:1.5px;color:var(--store-loc-accent, #000);margin:0 0 24px}.store-location-card__info{display:flex;flex-direction:column;gap:16px;margin-bottom:32px}.store-location-card__info-row{display:flex;align-items:flex-start;gap:16px}.store-location-card__info-icon{flex-shrink:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:0;background:transparent}.store-location-card__info-icon svg{width:18px;height:18px;color:var(--store-loc-accent, #000);stroke:var(--store-loc-accent, #000)}.store-location-card__info-content{flex:1;min-width:0}.store-location-card__info-label{font-size:10px;font-weight:600;letter-spacing:1px;text-transform:uppercase;color:var(--store-loc-muted, #999);margin-bottom:4px}.store-location-card__info-value{font-size:14px;font-weight:400;line-height:1.6;color:var(--store-loc-text, #333)}.store-location-card__info-value a{color:var(--store-loc-text, #333);text-decoration:none;transition:color .3s ease}.store-location-card__info-value a:hover{color:var(--store-loc-accent, #000)}.store-location-card__divider{height:1px;background:var(--store-loc-card-border, #e5e5e5);margin:0 0 32px}.store-location-card__actions{display:flex;gap:16px;flex-wrap:wrap}.store-location-card__btn{flex:1;min-width:140px}@media screen and (max-width:768px){.store-locations-section__inner{padding:40px 0}.store-locations-section__header{margin-bottom:32px}.store-location-card__image-wrap,.store-location-card__iframe-wrap{height:240px}.store-location-card__body{padding:28px 24px 36px}.store-location-card__actions{flex-direction:column}.store-location-card__btn{width:100%}}
/*# sourceMappingURL=/cdn/shop/t/7/assets/location-wise-section.css.map */
