.store-locations-section{position:relative;overflow:hidden}.store-locations-section__inner{padding:80px 0;position:relative}.store-locations-section--single .store-locations-section__inner{padding:60px 0}.store-locations-section__bg-shape{position:absolute;border-radius:50%;opacity:.06;pointer-events:none;z-index:0}.store-locations-section__bg-shape--1{width:420px;height:420px;background:var(--store-loc-accent, #dc7b96);top:-120px;right:-100px;animation:storeLocFloat 8s ease-in-out infinite}.store-locations-section__bg-shape--2{width:300px;height:300px;background:var(--store-loc-secondary, #b4b7d6);bottom:-80px;left:-60px;animation:storeLocFloat 10s ease-in-out infinite reverse}@keyframes storeLocFloat{0%,to{transform:translate(0) scale(1)}50%{transform:translate(20px,-20px) scale(1.05)}}.store-locations-section__header{text-align:center;margin-bottom:56px;position:relative;z-index:1}.store-locations-section--single .store-locations-section__header{margin-bottom:40px}.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, #dc7b96);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:1.5px;background:var(--store-loc-accent, #dc7b96);opacity:.5}.store-locations-section__subtitle:before{right:100%}.store-locations-section__subtitle:after{left:100%}.store-locations-section__title{font-size:clamp(28px,4vw,48px);font-weight:700;line-height:1.1;letter-spacing:-.01em;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:16px;font-weight:400;line-height:1.6;color:var(--store-loc-text, #555);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{display:grid;gap:28px;position:relative;z-index:1}.store-locations-section__grid--multi{grid-template-columns:repeat(auto-fill,minmax(340px,1fr))}.store-locations-section__grid--single{max-width:680px;margin:0 auto;grid-template-columns:1fr}.store-location-card{background:var(--store-loc-card-bg, #ffffff);border-radius:16px;overflow:hidden;box-shadow:0 4px 24px #0000000f;border:1px solid var(--store-loc-card-border, rgba(0, 0, 0, .06));position:relative;opacity:0;transform:translateY(30px);transition:opacity .7s cubic-bezier(.22,1,.36,1),transform .7s cubic-bezier(.22,1,.36,1),box-shadow .4s ease}.store-location-card:hover{box-shadow:0 12px 40px #0000001a;transform:translateY(-4px)!important}.store-locations-section.is-visible .store-location-card{opacity:1;transform:translateY(0)}.store-locations-section.is-visible .store-location-card:nth-child(1){transition-delay:.15s}.store-locations-section.is-visible .store-location-card:nth-child(2){transition-delay:.25s}.store-locations-section.is-visible .store-location-card:nth-child(3){transition-delay:.35s}.store-locations-section.is-visible .store-location-card:nth-child(4){transition-delay:.45s}.store-locations-section.is-visible .store-location-card:nth-child(5){transition-delay:.55s}.store-locations-section.is-visible .store-location-card:nth-child(6){transition-delay:.65s}.store-location-card__iframe-wrap{position:relative;overflow:hidden;height:260px;background:#eee}.store-locations-section--single .store-location-card__iframe-wrap{height:340px}.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:220px}.store-locations-section--single .store-location-card__image-wrap{height:280px}.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.05)}.store-location-card__image-placeholder{width:100%;height:100%;background:linear-gradient(135deg,var(--store-loc-accent, #dc7b96) 0%,var(--store-loc-secondary, #b4b7d6) 100%);display:flex;align-items:center;justify-content:center}.store-location-card__image-placeholder svg{width:56px;height:56px;color:#fff;opacity:.5}.store-location-card__badge{position:absolute;top:16px;left:16px;display:inline-flex;align-items:center;gap:6px;background:#ffffffeb;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);padding:6px 14px;border-radius:40px;font-size:12px;font-weight:600;letter-spacing:.5px;text-transform:uppercase;color:var(--store-loc-heading, #000)}.store-location-card__badge-dot{width:7px;height:7px;border-radius:50%;background:#34c759;animation:storeLocPulse 2s ease-in-out infinite}@keyframes storeLocPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(1.3)}}.store-location-card__body{padding:28px 28px 32px}.store-locations-section--single .store-location-card__body{padding:32px 36px 40px}.store-location-card__name{font-size:22px;font-weight:700;line-height:1.2;color:var(--store-loc-heading, #000);margin:0 0 6px;letter-spacing:-.01em}.store-locations-section--single .store-location-card__name{font-size:26px}.store-location-card__tagline{font-size:14px;font-weight:500;color:var(--store-loc-accent, #dc7b96);margin:0 0 18px;letter-spacing:.3px}.store-location-card__info{display:flex;flex-direction:column;gap:14px;margin-bottom:24px}.store-location-card__info-row{display:flex;align-items:flex-start;gap:12px}.store-location-card__info-icon{flex-shrink:0;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:10px;background:var(--store-loc-icon-bg, rgba(220, 123, 150, .08));transition:background .3s ease,transform .3s ease}.store-location-card:hover .store-location-card__info-icon{background:var(--store-loc-icon-bg-hover, rgba(220, 123, 150, .15));transform:scale(1.05)}.store-location-card__info-icon svg{width:16px;height:16px;color:var(--store-loc-accent, #dc7b96);stroke:var(--store-loc-accent, #dc7b96)}.store-location-card__info-content{flex:1;min-width:0}.store-location-card__info-label{font-size:11px;font-weight:600;letter-spacing:1px;text-transform:uppercase;color:var(--store-loc-muted, #999);margin-bottom:2px}.store-location-card__info-value{font-size:14px;font-weight:400;line-height:1.5;color:var(--store-loc-text, #555)}.store-location-card__info-value a{color:var(--store-loc-text, #555);text-decoration:none;transition:color .3s ease}.store-location-card__info-value a:hover{color:var(--store-loc-accent, #dc7b96)}.store-location-card__divider{height:1px;background:var(--store-loc-card-border, rgba(0,0,0,.06));margin:0 0 24px}.store-location-card__actions{display:flex;gap:12px;flex-wrap:wrap}.store-location-card__btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 24px;font-size:13px;font-weight:600;letter-spacing:.5px;text-transform:uppercase;text-decoration:none;border-radius:4px;cursor:pointer;border:none;position:relative;overflow:hidden;transition:all .4s cubic-bezier(.22,1,.36,1)}.store-location-card__btn:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,rgba(255,255,255,.15) 0%,transparent 60%);opacity:0;transition:opacity .4s ease}.store-location-card__btn:hover:before{opacity:1}.store-location-card__btn--primary{background:var(--store-loc-accent, #dc7b96);color:#fff;flex:1;min-width:140px}.store-location-card__btn--primary:hover{background:var(--store-loc-accent-hover, #c96a85);transform:translateY(-2px);box-shadow:0 6px 20px #dc7b9659}.store-location-card__btn--secondary{background:transparent;color:var(--store-loc-heading, #000);border:1.5px solid var(--store-loc-card-border, rgba(0,0,0,.12));flex:1;min-width:140px}.store-location-card__btn--secondary:hover{border-color:var(--store-loc-accent, #dc7b96);color:var(--store-loc-accent, #dc7b96);transform:translateY(-2px);box-shadow:0 4px 16px #0000000f}.store-location-card__btn svg{width:14px;height:14px;flex-shrink:0;transition:transform .3s ease}.store-location-card__btn:hover svg{transform:translate(2px)}.store-locations-section__footer{text-align:center;margin-top:48px;position:relative;z-index:1;opacity:0;transform:translateY(16px);transition:opacity .7s cubic-bezier(.22,1,.36,1) .4s,transform .7s cubic-bezier(.22,1,.36,1) .4s}.store-locations-section--single .store-locations-section__footer{margin-top:36px}.store-locations-section.is-visible .store-locations-section__footer{opacity:1;transform:translateY(0)}.store-locations-section__footer-btn{display:inline-flex;align-items:center;gap:10px;padding:14px 36px;font-size:14px;font-weight:600;letter-spacing:1px;text-transform:uppercase;text-decoration:none;color:#fff;background:var(--store-loc-heading, #000);border-radius:4px;border:none;cursor:pointer;position:relative;overflow:hidden;transition:all .4s cubic-bezier(.22,1,.36,1)}.store-locations-section__footer-btn:hover{transform:translateY(-2px);box-shadow:0 8px 28px #0003}.store-locations-section__footer-btn svg{width:16px;height:16px;transition:transform .3s ease}.store-locations-section__footer-btn:hover svg{transform:translate(4px)}@media screen and (max-width:992px){.store-locations-section__inner{padding:60px 0}.store-locations-section--single .store-locations-section__inner{padding:48px 0}.store-locations-section__grid--multi{grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.store-locations-section__header{margin-bottom:40px}}@media screen and (max-width:768px){.store-locations-section__inner{padding:48px 0}.store-locations-section--single .store-locations-section__inner{padding:40px 0}.store-locations-section__header{margin-bottom:32px}.store-locations-section__grid--multi{grid-template-columns:1fr;gap:20px}.store-location-card__image-wrap{height:200px}.store-locations-section--single .store-location-card__image-wrap{height:220px}.store-location-card__body{padding:24px 20px 28px}.store-locations-section--single .store-location-card__body{padding:28px 24px 32px}.store-location-card__actions{flex-direction:column}.store-location-card__btn{width:100%}.store-locations-section__footer{margin-top:36px}.store-locations-section__bg-shape--1{width:260px;height:260px}.store-locations-section__bg-shape--2{width:200px;height:200px}}@media screen and (max-width:480px){.store-locations-section__inner{padding:36px 0}.store-locations-section--single .store-locations-section__inner{padding:32px 0}.store-location-card{border-radius:12px}.store-location-card__name{font-size:20px}.store-locations-section--single .store-location-card__name{font-size:22px}}
/*# sourceMappingURL=/cdn/shop/t/24/assets/store-locations.css.map */
