.nk-store-container{max-width:1100px;margin:0 auto;padding:0 20px;width:100%}.nk-store-hero{background-color:var(--color-primary);padding:48px 20px 40px;position:relative;overflow:hidden}.nk-store-hero-content{position:relative;z-index:1;text-align:center}.nk-store-hero-title{margin-bottom:12px;font-weight:500;color:var(--color-white);letter-spacing:.05em}.nk-store-hero-subtitle{color:var(--color-accent);letter-spacing:.15em;text-transform:uppercase;font-weight:600}.nk-store-intro{padding:36px 0}.nk-store-intro-content{text-align:center;max-width:800px;margin:0 auto}.nk-store-intro-title{margin-bottom:24px;font-weight:700;color:#292524;line-height:1.2}.nk-store-intro-divider{width:48px;height:2px;background-color:#292524;margin:0 auto 24px}.nk-store-intro-description{color:#57534e;line-height:1.75;font-weight:500}.nk-store-intro-description p{margin-bottom:24px}.nk-store-intro-description p:last-child{margin-bottom:0}.nk-store-navigation{background-color:#f5f5f4;padding:24px 0;position:sticky;top:0;z-index:30;box-shadow:0 1px 2px #0000000d}@media screen and (min-width:768px){.nk-store-navigation{position:static;background-color:transparent;padding:32px 0;box-shadow:none}}.nk-store-navigation-buttons{display:flex;justify-content:center;gap:16px;flex-wrap:wrap}@media screen and (min-width:768px){.nk-store-navigation-buttons{gap:32px}}.nk-store-navigation-button{display:inline-block;padding:8px 16px;background-color:#fff;border:1px solid var(--color-primary);color:var(--color-primary);border-radius:9999px;text-decoration:none;transition:all .3s ease;box-shadow:0 1px 2px #0000000d;font-weight:700}@media screen and (min-width:768px){.nk-store-navigation-button{padding:8px 24px}}.nk-store-navigation-button:hover{background-color:var(--color-primary);color:#fff;transform:translateY(-2px);box-shadow:0 4px 6px -1px #0000001a}.nk-store-list{padding:36px 0}.nk-store-item{margin-bottom:80px;scroll-margin-top:100px}.nk-store-item:last-child{margin-bottom:0}.nk-store-item-header{display:flex;align-items:center;margin-bottom:24px}.nk-store-item-header-bar{width:8px;height:32px;background-color:var(--color-primary);margin-right:16px;flex-shrink:0}.nk-store-item:nth-child(2) .nk-store-item-header-bar{background-color:var(--color-secondary)}.nk-store-item:nth-child(3) .nk-store-item-header-bar{background-color:var(--color-secondary)}.nk-store-item-title{font-weight:700;color:#292524;line-height:1.2}@media screen and (min-width:768px){.nk-store-item-title{font-size:1.875rem}}.nk-store-item-card{background-color:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;overflow:hidden;border:1px solid #f5f5f4}.nk-store-item-grid{display:grid;grid-template-columns:1fr}@media screen and (min-width:1024px){.nk-store-item-grid{grid-template-columns:1fr 1fr}}.nk-store-item-images{display:flex;flex-direction:column;background-color:#f5f5f4;border-bottom:1px solid #e7e5e4}@media screen and (min-width:1024px){.nk-store-item-images{border-bottom:none;border-right:1px solid #e7e5e4}}.nk-store-item-image-wrapper{position:relative;width:100%;aspect-ratio:16 / 9;overflow:hidden;border-bottom:1px solid #e7e5e4}.nk-store-item-image-wrapper:last-child{border-bottom:none}.nk-store-item-image{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.nk-store-item-image-wrapper:hover .nk-store-item-image{transform:scale(1.05)}.nk-store-item-image-label{position:absolute;bottom:0;left:0;background-color:#5d4037cc;color:#fff;padding:4px 8px;font-size:.75rem}.nk-store-item:nth-child(2) .nk-store-item-image-label{background-color:#8d6e63cc}.nk-store-item:nth-child(3) .nk-store-item-image-label{background-color:#8d6e63cc}.nk-store-item-info{padding:24px;display:flex;flex-direction:column}@media screen and (min-width:768px){.nk-store-item-info{padding:40px}}.nk-store-item-description{color:#57534e;line-height:1.75;margin-bottom:32px}.nk-store-item-details{display:flex;flex-direction:column;gap:0;margin-bottom:24px}.nk-store-item-detail{display:grid;grid-template-columns:80px 1fr;gap:12px;padding:12px 0;border-bottom:1px solid #f5f5f4;align-items:start}@media screen and (min-width:768px){.nk-store-item-detail{grid-template-columns:100px 1fr}}.nk-store-item-detail:last-child{border-bottom:none}.nk-store-item-detail-label{display:flex;align-items:center;gap:4px;color:#78716c;font-weight:700;padding-top:2px}.nk-store-item-icon{width:20px;height:20px;flex-shrink:0;color:var(--color-primary)}.nk-store-item-detail-value{color:#292524;line-height:1.5}.nk-store-item-tel{letter-spacing:.05em}.nk-store-item-map-link{display:inline-flex;align-items:center;gap:4px;margin-left:8px;color:#2563eb;text-decoration:underline;font-size:.75rem;transition:color .3s ease}.nk-store-item-map-link:hover{color:#1e40af}.nk-store-item-icon-small{width:12px;height:12px}.nk-store-item-buttons{display:flex;flex-direction:column;gap:16px;margin-top:8px}@media screen and (min-width:640px){.nk-store-item-buttons{flex-direction:row}}.nk-store-item-button{display:flex;align-items:center;justify-content:center;gap:8px;padding:12px 24px;border-radius:8px;text-decoration:none;font-weight:700;transition:all .3s ease;flex:1}.nk-store-item-button-outline{background-color:#fff;border:2px solid var(--color-primary);color:var(--color-primary)}.nk-store-item-button-outline:hover{background-color:var(--color-primary);color:#fff}.nk-store-item:nth-child(2) .nk-store-item-button-outline{border-color:var(--color-secondary);color:var(--color-secondary)}.nk-store-item:nth-child(2) .nk-store-item-button-outline:hover{background-color:var(--color-secondary);color:#fff}.nk-store-item:nth-child(3) .nk-store-item-button-outline{border-color:var(--color-secondary);color:var(--color-secondary)}.nk-store-item:nth-child(3) .nk-store-item-button-outline:hover{background-color:var(--color-secondary);color:#fff}.nk-store-item-button-primary{background-color:var(--color-primary);color:#fff;box-shadow:0 2px 4px #0000001a}.nk-store-item-button-primary:hover{background-color:#5d4037e6;box-shadow:0 4px 6px -1px #00000026}.nk-store-item-button-icon{width:20px;height:20px;flex-shrink:0}.nk-store-item-floor-map{margin-top:32px;padding-top:24px;border-top:1px solid #f5f5f4}@media screen and (min-width:1024px){.nk-store-item-floor-map-in-images{display:block;margin-top:0;padding-top:24px;border-top:1px solid #e7e5e4}.nk-store-item-floor-map-in-info{display:none}}@media screen and (max-width:1023px){.nk-store-item-floor-map-in-images{display:none}.nk-store-item-floor-map-in-info{display:block}}.nk-store-item-floor-map-header{display:flex;align-items:center;gap:8px;margin-bottom:16px;color:#44403c}.nk-store-item-floor-map-title{font-weight:700;letter-spacing:.1em;text-transform:uppercase;font-size:.875rem}.nk-store-item-floor-map-image-wrapper{position:relative;width:100%;background-color:#f5f5f4;border-radius:8px;border:1px solid #e7e5e4;overflow:hidden}.nk-store-item-floor-map-image{width:100%;height:auto;object-fit:contain;padding:8px;transition:opacity .3s ease}.nk-store-item-floor-map-image-wrapper:hover .nk-store-item-floor-map-image{opacity:.95}.nk-store-item-floor-map-label{position:absolute;bottom:8px;right:8px;background-color:#fffc;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding:4px 8px;border-radius:4px;border:1px solid #e7e5e4;font-size:.625rem;color:#78716c}.nk-store-cta{position:relative;background-color:#1f2937;background-size:cover;background-position:center;background-repeat:no-repeat;color:#fff;overflow:hidden}.nk-store-cta:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,calc(var(--overlay-opacity, 50) / 100));z-index:0}.nk-store-cta-content{position:relative;z-index:1;text-align:center;max-width:800px;margin:0 auto;padding:0 20px}.nk-store-cta-accent{display:inline-block;padding:8px 16px;border:1px solid #ffffff;border-radius:4px;margin-bottom:24px;color:#fff;font-weight:600;letter-spacing:.05em;text-transform:uppercase;font-size:.875rem}.nk-store-cta-title{font-weight:700;margin-bottom:16px;line-height:1.3;color:#fff}.nk-store-cta-description{color:#e5e7eb;margin-bottom:32px;line-height:1.75}.nk-store-cta-button{display:inline-block;padding:12px 32px;background-color:transparent;color:#fff;border:1px solid #ffffff;border-radius:4px;text-decoration:none;font-weight:700;transition:all .3s ease;letter-spacing:.05em}.nk-store-cta-button:hover{background-color:#fff;color:#1f2937;transform:translateY(-2px);box-shadow:0 4px 12px #00000026}@media screen and (max-width:749px){.nk-store-cta-content{padding:0 16px}.nk-store-cta-accent{font-size:.75rem;padding:6px 12px;margin-bottom:20px}.nk-store-cta-title{font-size:2rem;margin-bottom:12px}.nk-store-cta-description{margin-bottom:24px}.nk-store-cta-button{padding:10px 24px;font-size:1.2rem}}.nk-store-item-map{aspect-ratio:16 / 9;width:100%;background-color:#e5e7eb;border-radius:8px;overflow:hidden;margin-top:24px;position:relative}.nk-store-item-map iframe{width:100%;height:100%;border:none}html{scroll-behavior:smooth}
/*# sourceMappingURL=/cdn/shop/t/23/assets/nk-store.css.map */
