@import"https://fonts.googleapis.com/css2?family=Lusitana:wght@400;700&family=Raleway:wght@300;400;600;700&display=swap";:root{--jns-orange: #FFA500;--jns-orange-hover: #e6940a;--jns-text: #f5f5f7;--jns-muted: #86868b;--jns-bg: #101010;--jns-bg-dark: #0a0a0a;--jns-bg-mid: #1a1a1a;--jns-cta-blue: #397bde;--jns-cta-blue-hover: #2d64b8;--jns-exodus-hero: #EFEFED;--jns-covenant-accent: #fcf6ff;--jns-nav-height: 7rem;--jns-max-width: 1280px}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Raleway,Arial,Helvetica,sans-serif;font-weight:300;background:var(--jns-bg);color:var(--jns-text);-webkit-font-smoothing:antialiased}body.template-index{background:var(--jns-bg-dark)}body.template-product{background:var(--jns-bg)}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}.jns-brand-font{font-family:Lusitana,serif}.jns-page{padding-top:var(--jns-nav-height);min-height:60vh}.jns-gradient-dark{background:linear-gradient(to bottom,var(--jns-bg-dark),var(--jns-bg-mid),var(--jns-bg-dark))}.jns-container{width:100%;max-width:var(--jns-max-width);margin:0 auto;padding:0 1.5rem}.jns-container--narrow{padding-left:clamp(1.5rem,10vw,25vw);padding-right:clamp(1.5rem,10vw,25vw)}.jns-btn-outline{display:inline-block;border:1px solid var(--jns-orange);color:var(--jns-orange);padding:.5rem 1.5rem;transition:background .2s,color .2s;text-align:center}.jns-btn-outline span{transition:color .2s}.jns-btn-outline:hover{background:var(--jns-orange);color:#000}.jns-btn-outline:hover span{color:#000}.jns-btn-orange{display:inline-block;background:var(--jns-orange);color:#000;font-weight:600;padding:.75rem 1.5rem;border-radius:.25rem;border:none;cursor:pointer;transition:background .2s}.jns-btn-orange:hover{background:var(--jns-orange-hover)}.jns-btn-blue{display:inline-block;background:var(--jns-cta-blue);color:var(--jns-text);font-weight:600;padding:.5rem 1.25rem;border-radius:.25rem;min-width:150px;text-align:center;transition:background .2s}.jns-btn-blue:hover{background:var(--jns-cta-blue-hover)}.jns-btn-blue--disabled{background:#4b5563;color:#d1d5db;pointer-events:none}.jns-header{position:fixed;top:0;left:0;right:0;z-index:100;background:#000;transition:background .3s}.jns-header--transparent{background:#000}@media(min-width:768px){.jns-header--transparent{background:transparent}.jns-header--transparent.jns-header--scrolled,.jns-header--transparent:hover{background:#000}}.jns-header__inner{max-width:var(--jns-max-width);margin:0 auto;padding:2.25rem;display:flex;align-items:center;justify-content:space-between}.jns-header__logo{height:2.5rem;width:auto}.jns-nav{display:none;list-style:none;margin:0;padding:0;gap:2rem}@media(min-width:768px){.jns-nav{display:flex;align-items:center}}.jns-nav a{font-size:1.25rem;font-weight:300;color:#fff;transition:color .2s}.jns-nav a:hover,.jns-nav a.is-active{color:var(--jns-orange)}.jns-header__cart{position:relative;display:inline-flex;align-items:center;justify-content:center;background:none;border:none;padding:0;margin-left:1rem;color:#fff;cursor:pointer;font:inherit}.jns-header__cart svg{width:42px;height:42px}.jns-header__cart-count{position:absolute;top:-6px;right:-8px;background:var(--jns-orange);color:#000;font-size:.7rem;font-weight:700;min-width:1.1rem;height:1.1rem;border-radius:999px;display:flex;align-items:center;justify-content:center}.jns-menu-toggle{display:flex;background:none;border:none;color:#9ca3af;cursor:pointer;padding:.5rem}@media(min-width:768px){.jns-menu-toggle{display:none}}.jns-mobile-nav{display:none;position:fixed;top:100px;left:0;right:0;background:#111827;border:1px solid #374151;border-radius:.5rem;margin:0 1rem;padding:1rem;z-index:99;list-style:none}.jns-mobile-nav.is-open{display:block}.jns-mobile-nav a{display:block;padding:.5rem .75rem;color:#fff;font-size:1.25rem}.jns-mobile-nav a:hover{color:var(--jns-orange)}.jns-footer{background:linear-gradient(to bottom,#000,#111827);padding:clamp(2.5rem,10vw,6.25rem)}.jns-footer__top{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem;margin-bottom:2rem}.jns-footer__logo{height:clamp(3rem,7vw,5rem);width:auto}.jns-footer__tagline{display:none;font-size:2.25rem;font-weight:300;color:var(--jns-text)}@media(min-width:1024px){.jns-footer__tagline{display:block}}.jns-footer__link{position:relative;color:var(--jns-text);font-size:.875rem;margin-left:1.25rem}.jns-footer__link:after{content:"";position:absolute;left:0;bottom:-4px;width:0;height:2px;background:var(--jns-text);transition:width .3s}.jns-footer__link:hover:after{width:100%}.jns-footer__bottom{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.jns-footer__social{display:flex;gap:1rem}.jns-footer__social a{color:#fff;transition:color .2s}.jns-footer__social a:hover.icon-ig{color:#ec4899}.jns-footer__social a:hover.icon-yt{color:#ef4444}.jns-footer__social a:hover.icon-fb{color:#2563eb}.jns-footer__copy{font-size:.75rem;color:var(--jns-text)}.jns-section-hero-carousel{padding-top:var(--jns-nav-height);padding-bottom:0;margin-bottom:0;background:var(--jns-bg-dark)}.jns-home-hero{overflow:hidden;background:var(--jns-bg-dark)}.jns-hero-carousel{position:relative;overflow:hidden;background:var(--jns-bg-dark)}.jns-hero-carousel__track{display:flex}.jns-hero-carousel__track--transition{transition:transform 2s ease-in-out}.jns-hero-carousel__slide{flex:0 0 100%;position:relative}.jns-hero-carousel__img{width:100%;height:90vw;object-fit:cover;object-position:center}@media(min-width:640px){.jns-hero-carousel__img{height:auto;aspect-ratio:16 / 9;object-position:center}.jns-hero-carousel__img--exodus{object-position:70% center}}.jns-hero-carousel__overlay{display:flex;flex-direction:column;align-items:center;padding:2.5rem 1rem;pointer-events:none;position:absolute;bottom:8vw;left:0;width:100%}@media(min-width:640px){.jns-hero-carousel__overlay{bottom:22vh;padding:0;align-items:flex-start}}@media(min-width:768px){.jns-hero-carousel__overlay{bottom:29vh}}@media(min-width:1024px){.jns-hero-carousel__overlay{bottom:52vh}}@media(min-width:1536px){.jns-hero-carousel__overlay{bottom:60%}}.jns-hero-carousel__overlay a{pointer-events:auto}.jns-hero-carousel__copy{display:flex;flex-direction:column;align-items:center;width:fit-content;max-width:100%}@media(min-width:640px){.jns-hero-carousel__copy{padding-left:6vw;align-items:stretch;max-width:calc(100% - 6vw)}}.jns-hero-carousel__name{font-family:Lusitana,serif;font-weight:600;color:var(--jns-orange);font-size:clamp(3rem,5vw,4rem);text-align:center}@media(min-width:640px){.jns-hero-carousel__name{align-self:flex-start;text-align:left}}.jns-hero-carousel__subtitle{font-weight:300;color:var(--jns-text);font-size:clamp(1.25rem,1.675vw,1.625rem);margin-top:.5rem;text-align:center}@media(min-width:640px){.jns-hero-carousel__subtitle{align-self:flex-end;text-align:right}}.jns-hero-carousel__cta{margin-top:1.5rem;display:flex;justify-content:center;width:100%}@media(min-width:640px){.jns-hero-carousel__cta{justify-content:flex-end;margin-top:2vw}}.jns-hero-carousel__cta .jns-btn-outline{width:8.75rem;min-width:8.75rem;box-sizing:border-box}.jns-section-demo{background:var(--jns-bg-dark);margin-top:0}.jns-demo{padding:4vw 0}.jns-demo__title{text-align:center;font-weight:600;font-size:clamp(1.5rem,4vw,3rem);color:var(--jns-text);margin-bottom:3vw}.jns-demo__player{display:flex;align-items:center;justify-content:center;width:min(80vw,900px);margin:0 auto;gap:1rem}.jns-demo__iframe-wrap{flex:1;aspect-ratio:16 / 9}.jns-demo__iframe-wrap iframe{width:100%;height:100%;border:0;border-radius:.5rem}.jns-demo__arrow{background:#0006;border:none;border-radius:999px;color:#fff;padding:.5rem;cursor:pointer;flex-shrink:0;transition:background .2s}.jns-demo__arrow:hover{background:#000000b3}.jns-demo__dots{display:flex;justify-content:center;gap:.5rem;margin-top:1rem}.jns-demo__dot{width:.75rem;height:.75rem;border-radius:999px;border:none;background:#6b7280;opacity:.5;cursor:pointer;padding:0;transition:all .2s}.jns-demo__dot.is-active{background:#fff;opacity:1;transform:scale(1.25)}.jns-pedal-hero{position:relative;overflow:hidden}.jns-pedal-hero--light{background:var(--jns-exodus-hero)}.jns-pedal-hero--dark{background:#000}.jns-pedal-hero__img{width:100%;height:90vw;margin-top:6rem;object-fit:cover;object-position:center;transform:scale(1.25)}@media(min-width:640px){.jns-pedal-hero__img{height:auto;margin-top:5rem;transform:none;object-fit:contain}}@media(min-width:1536px){.jns-pedal-hero__img{min-height:140vh;object-fit:cover}}.jns-pedal-hero__overlay{position:absolute;top:5vh;left:0;right:0;text-align:center;padding:2.5rem 0}.jns-pedal-hero__name{font-family:Lusitana,serif;font-weight:600;color:var(--jns-orange);font-size:clamp(3rem,5vw,4rem)}.jns-pedal-hero__subtitle{font-weight:500;font-size:clamp(1.25rem,2vw,2rem);margin-top:.75rem}.jns-pedal-hero--light .jns-pedal-hero__subtitle{color:#111}.jns-pedal-hero--dark .jns-pedal-hero__subtitle{color:var(--jns-covenant-accent);font-weight:300}.jns-feature{display:flex;flex-direction:column-reverse;padding:3vw 0;gap:2rem}.jns-feature--reverse{flex-direction:column}@media(min-width:640px){.jns-feature{flex-direction:row;align-items:center}.jns-feature--reverse{flex-direction:row-reverse}}.jns-feature__text,.jns-feature__media{flex:1;padding:0 clamp(1.5rem,8vw,12vw)}.jns-feature__title{font-family:Lusitana,serif;font-weight:600;font-size:clamp(1.5rem,3vw,2.25rem);text-align:center;margin-bottom:1rem}.jns-feature__body{color:var(--jns-muted);text-align:justify;font-weight:300;line-height:1.6;font-size:clamp(1rem,1.5vw,1.25rem)}.jns-feature__body strong{color:var(--jns-text);font-weight:600}.jns-feature__media img{margin:0 auto;max-height:300px;width:auto}.jns-content-block{padding:3vw 0}.jns-content-block__heading{font-weight:600;color:var(--jns-text);font-size:clamp(1.5rem,4vw,3rem);margin-bottom:1.25rem}.jns-content-block__text{color:var(--jns-muted);font-weight:300;text-align:justify;line-height:1.7;font-size:clamp(1rem,2vw,1.5rem);margin-bottom:1.5rem}.jns-content-block__text strong{color:#fff;font-weight:600}.jns-content-block__text--intro strong{color:var(--jns-orange);font-family:Lusitana,serif}.jns-manual-link{display:block;text-align:center;font-size:clamp(1.25rem,4vw,3rem);font-weight:600;color:var(--jns-cta-blue);text-decoration:underline;margin:2rem 0}.jns-manual-link:hover{color:var(--jns-cta-blue-hover)}.jns-cta-order{padding:2.5rem 0 3rem}.jns-cta-order__heading{font-weight:600;font-size:clamp(1.5rem,4vw,3rem);margin-bottom:1.5rem}.jns-cta-order__price{font-weight:600;font-size:clamp(1rem,2vw,1.5rem);margin-top:1rem}.jns-cta-order__note{color:#9ca3af;font-size:.875rem;margin-top:.25rem}.jns-section-page-banner.jns-page{min-height:0}.jns-page-banner{position:relative;overflow:hidden;aspect-ratio:12 / 5}.jns-page-banner__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.jns-page-banner__overlay--dark{position:absolute;top:0;right:0;bottom:0;left:0;background:#0006}.jns-page-banner__title-wrap{position:absolute;bottom:5vw;left:8vw}.jns-page-banner__title{font-size:clamp(2rem,5vw,4rem);font-weight:600;color:var(--jns-text);margin:0}.jns-rich-text{padding:3rem 0 4rem}body.template-page-about .jns-rich-text--light{padding-top:0}body.template-page-about .jns-rich-text--light .jns-container--narrow{padding-top:2.5rem;padding-left:clamp(2.25rem,14vw,32vw);padding-right:clamp(2.25rem,14vw,32vw)}.jns-rich-text h2{font-size:clamp(1.5rem,4vw,3rem);font-weight:600;margin-bottom:1.5rem;color:var(--jns-text);text-align:center}.jns-rich-text p{color:var(--jns-muted);line-height:1.8;margin-bottom:1.25rem;text-align:justify;font-weight:300}.jns-rich-text--light .rte{line-height:2.15}body.template-page-about .jns-rich-text--light .rte,body.template-page-about .jns-rich-text--light .rte p,body.template-page-about .jns-rich-text--light .rte div,body.template-page-about .jns-rich-text--light .rte span,body.template-page-about .jns-rich-text--light .rte li{text-align:justify!important}.jns-rich-text--light .rte p{color:var(--jns-text);font-size:1.0625rem;line-height:2.15!important;margin-bottom:1.625rem!important;font-weight:300}.jns-rich-text--light .rte p:last-child{margin-bottom:0!important}.jns-artists{padding-bottom:3rem}.jns-page.jns-artists{padding-top:var(--jns-nav-height)}.jns-artists__title{text-align:center;font-size:clamp(2rem,5vw,3.75rem);font-weight:700;margin-bottom:3rem}.jns-artists__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem;max-width:80rem;margin:0 auto;padding:0 1.5rem}@media(min-width:768px){.jns-artists__grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:1024px){.jns-artists__grid{grid-template-columns:repeat(4,1fr)}}.jns-artist-card{display:block;width:100%;padding:0;margin:0;font:inherit;color:inherit;text-align:left;cursor:pointer;appearance:none;-webkit-appearance:none;background:linear-gradient(to bottom,#1a1a1a,#0f0f0f);border:1px solid rgba(55,65,81,.5);border-radius:.5rem;overflow:hidden;transition:box-shadow .3s ease,border-color .3s ease,transform .3s ease;touch-action:manipulation}.jns-artist-card:hover{border-color:#4b556380;box-shadow:0 20px 40px #eab30833}.jns-artist-card:focus-visible{outline:2px solid #FFA500;outline-offset:2px}.jns-artist-card__img-wrap{position:relative;height:12.5rem;overflow:hidden}@media(min-width:640px){.jns-artist-card__img-wrap{height:18rem}}.jns-artist-card__img{width:100%;height:100%;object-fit:cover;object-position:top}.jns-artist-card__hover{display:none;position:absolute;top:0;right:0;bottom:0;left:0;background:#0009;align-items:center;justify-content:center;gap:1rem;opacity:0;transition:opacity .3s ease}@media(min-width:768px){.jns-artist-card__hover{display:flex}.jns-artist-card:hover .jns-artist-card__hover{opacity:1}}.jns-artist-card__social{width:3rem;height:3rem;background:#ffffff1a;border-radius:999px;display:flex;align-items:center;justify-content:center;color:#fff;transition:transform .3s,background .3s}.jns-artist-card__social:hover{transform:scale(1.1)}.jns-artist-card__social--web:hover{background:var(--jns-orange)}.jns-artist-card__social--yt:hover{background:#dc2626}.jns-artist-card__social--ig:hover{background:linear-gradient(135deg,#9333ea,#ec4899,#f97316)}.jns-artist-card__body{padding:1.25rem 1.5rem}.jns-artist-card__name{text-align:center;font-weight:700;color:var(--jns-text);margin:0;font-size:1rem}@media(min-width:768px){.jns-artist-card__name{font-size:1.25rem}}.jns-artist-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:300;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s ease,visibility 0s linear .2s}.jns-artist-modal.is-open{opacity:1;visibility:visible;pointer-events:auto;transition:opacity .2s ease}.jns-artist-modal__backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:301;background:#000000b3;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);opacity:0;pointer-events:none;transition:opacity .2s ease}.jns-artist-modal.is-open .jns-artist-modal__backdrop{opacity:1;pointer-events:auto}.jns-artist-modal__dialog{position:fixed;top:0;right:0;bottom:0;left:0;z-index:302;display:flex;align-items:center;justify-content:center;padding:1rem;pointer-events:none;opacity:0;transition:opacity .2s ease}.jns-artist-modal.is-open .jns-artist-modal__dialog{opacity:1}.jns-artist-modal__panel{position:relative;width:100%;max-width:32rem;max-height:90vh;overflow:hidden;border-radius:.5rem;border:1px solid rgba(55,65,81,.5);background:linear-gradient(to bottom,#1a1a1a,#0f0f0f);box-shadow:0 25px 50px #eab3081a;pointer-events:auto}@media(min-width:768px){.jns-artist-modal__panel{max-width:48rem}}.jns-artist-modal__close{position:absolute;top:.75rem;right:.75rem;z-index:1;display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;padding:0;border:0;border-radius:999px;background:#0009;color:#fff;cursor:pointer;transition:color .2s ease,background .2s ease}.jns-artist-modal__close:hover{color:orange;background:#000c}.jns-artist-modal__close svg{width:1.25rem;height:auto}.jns-artist-modal__layout{display:flex;flex-direction:column;max-height:90vh}@media(min-width:768px){.jns-artist-modal__layout{flex-direction:row}}.jns-artist-modal__media{position:relative;width:100%;aspect-ratio:4 / 3;flex-shrink:0;overflow:hidden}@media(min-width:768px){.jns-artist-modal__media{width:40%;min-width:17.5rem;min-height:26.25rem;aspect-ratio:auto}}.jns-artist-modal__img{width:100%;height:100%;object-fit:cover;object-position:top;border-radius:.5rem .5rem 0 0}@media(min-width:768px){.jns-artist-modal__img{border-radius:.5rem 0 0 .5rem}}.jns-artist-modal__content{flex:1;overflow-y:auto;padding:1.5rem}@media(min-width:768px){.jns-artist-modal__content{padding:2.5rem 2rem 2rem}}.jns-artist-modal__name{margin:0 0 1rem;padding-right:2rem;font-size:clamp(1.5rem,3vw,1.875rem);font-weight:700;color:orange}.jns-artist-modal__bio{margin:0 0 1.5rem;color:#d1d5db;line-height:1.7;text-align:justify}.jns-artist-modal__socials{display:flex;align-items:center;gap:1rem}.jns-artist-modal__social{display:inline-flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;border-radius:999px;background:#ffffff1a;color:#fff;transition:all .3s ease}.jns-artist-modal__social:hover{transform:scale(1.1)}.jns-artist-modal__social--web:hover{background:orange}.jns-artist-modal__social--yt:hover{background:#dc2626}.jns-artist-modal__social--ig:hover{background:linear-gradient(135deg,#9333ea,#ec4899,#f97316)}.jns-artist-modal__social svg{width:1.25rem;height:1.25rem}.jns-cta-box{text-align:center;margin-top:4rem;padding:2rem;background:linear-gradient(to right,#111827,#1f2937);border:1px solid #374151;border-radius:.5rem}.jns-cta-box h2{font-size:1.5rem;font-weight:700;color:#fff;margin:0 0 1rem}.jns-cta-box p{color:#d1d5db;margin:0 0 1.5rem;line-height:1.6}.jns-pedals-grid-wrap{padding:3rem 1.5rem 4rem}.jns-pedals-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:768px){.jns-pedals-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.jns-pedals-grid{grid-template-columns:repeat(3,1fr)}}.jns-pedal-card{background:linear-gradient(to bottom,var(--jns-bg-mid),#0f0f0f);border:1px solid #1f2937;border-radius:.5rem;overflow:hidden;transition:box-shadow .3s;display:block}.jns-pedal-card:hover{box-shadow:0 25px 50px #00000080}.jns-pedal-card__img-wrap{height:20rem;background:linear-gradient(to bottom,#2a2a2a,var(--jns-bg-mid));display:flex;align-items:center;justify-content:center;overflow:hidden}.jns-pedal-card__img{max-height:15rem;width:auto;object-fit:contain;transition:transform .3s}.jns-pedal-card:hover .jns-pedal-card__img{transform:scale(1.1)}.jns-pedal-card__body{padding:1.5rem;text-align:center}.jns-pedal-card__name{font-family:Lusitana,serif;font-size:2.25rem;font-weight:700;color:var(--jns-orange);margin:0 0 .25rem}.jns-pedal-card__subtitle{color:#d1d5db;font-family:Raleway,Arial,Helvetica,sans-serif;font-size:1.125rem;font-weight:500;margin:0;text-transform:uppercase;letter-spacing:.02em}.jns-contact-content{width:100%;max-width:clamp(20rem,85vw,48rem);margin-inline:auto;padding:5rem clamp(1.5rem,5vw,2.5rem) 3rem;box-sizing:border-box}.jns-contact-intro{text-align:left;color:var(--jns-text);line-height:1.7;font-size:clamp(.9375rem,1.5vw,1.125rem)}.jns-contact-intro p{margin:0}.jns-contact-intro strong{font-weight:600}.jns-contact-form-wrap{width:100%}.jns-contact-fields{margin-top:2.5rem;max-width:100%}.jns-contact-row{display:flex;flex-direction:column;gap:1rem;margin-bottom:1rem}@media(min-width:640px){.jns-contact-row{flex-direction:row}}.jns-contact-input{width:100%;background:#18181b;color:#fff;border:1px solid #3f3f46;padding:.75rem;font-size:1.125rem;border-radius:0;font-family:inherit}.jns-contact-input::placeholder{color:#9ca3af}.jns-contact-textarea{min-height:7.5rem;resize:vertical}.jns-contact-submit{margin-top:1.25rem;background:transparent;color:var(--jns-orange);border:1px solid var(--jns-orange);border-radius:0;padding:.75rem 2.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s,color .2s,opacity .2s;font-family:inherit;display:inline-flex;align-items:center;justify-content:center;min-width:7rem;min-height:2.75rem}.jns-contact-submit:hover{background:var(--jns-orange);color:#000}.jns-contact-submit.is-loading{opacity:.8;cursor:wait}.jns-contact-submit__spinner{display:none;width:1.25rem;height:1.25rem;border:2px solid rgba(255,165,0,.3);border-top-color:var(--jns-orange);border-radius:50%;animation:jns-spin .8s linear infinite}.jns-contact-submit.is-loading .jns-contact-submit__label{display:none}.jns-contact-submit.is-loading .jns-contact-submit__spinner{display:inline-block}.jns-contact-success{margin-top:2.5rem;color:var(--jns-text);font-weight:600;text-align:center}.jns-contact-errors{color:#f87171;margin-top:1rem}.jns-product-page{background:var(--jns-bg);padding-top:8.75rem}.jns-product{display:flex;flex-direction:column;gap:2rem;max-width:72rem;margin:0 auto;padding:2rem 1rem 4rem}@media(min-width:768px){.jns-product{flex-direction:row;align-items:flex-start}}.jns-product__gallery{flex:1;max-width:32rem}.jns-product__main-img{aspect-ratio:1;background:var(--jns-bg);object-fit:contain;width:100%;border-radius:.25rem}.jns-product__thumbs{display:flex;gap:.5rem;justify-content:center;margin-top:1rem}.jns-product__thumb{border:1px solid #d1d5db;border-radius:.5rem;overflow:hidden;width:4rem;height:4rem;padding:0;background:transparent;cursor:pointer}.jns-product__thumb.is-active{border-color:#3b82f6}.jns-product__thumb img{width:100%;height:100%;object-fit:cover}.jns-product__info{flex:1;max-width:28rem}.jns-product__title{font-family:Lusitana,serif;font-size:2.25rem;font-weight:700;color:var(--jns-orange);margin-bottom:.5rem}.jns-product__subtitle{color:#d1d5db;margin-bottom:1rem;font-family:Raleway,Arial,Helvetica,sans-serif;font-size:1.125rem;font-weight:500}.jns-product__price{font-size:1.5rem;font-weight:600;margin-bottom:.25rem}.jns-product__shipping-note{color:#9ca3af;font-size:.875rem;margin-bottom:1.5rem}.jns-product__form .shopify-payment-button{margin-top:.75rem}.jns-product__qty{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.jns-product__qty input{width:4rem;background:var(--jns-bg-mid);border:1px solid #374151;color:#fff;padding:.5rem;text-align:center}.jns-btn-add-cart{width:100%;max-width:28rem;height:3rem;background:#2563eb;color:#fff;border:none;border-radius:2px;font-weight:600;cursor:pointer;transition:background .2s}.jns-btn-add-cart:hover{background:#1d4ed8}.jns-btn-add-cart--disabled{background:#4b5563;color:#d1d5db;cursor:not-allowed}.jns-product__notice{margin-bottom:1rem;padding:.75rem;background:#1e3a8a33;border:1px solid rgba(59,130,246,.3);border-radius:.5rem}.jns-product__notice p{color:#93c5fd;font-size:.875rem;margin:0;line-height:1.5}.jns-product__explore{margin-top:1.5rem}.jns-product__explore a{color:#2563eb;text-decoration:underline}.jns-product__description{margin-top:2rem;color:var(--jns-muted);line-height:1.7}.jns-product__description ul{padding-left:1.25rem}.jns-collection-wrap{max-width:80rem;margin:0 auto;padding:0 1.5rem 4rem}.jns-collection-header{text-align:center;padding:2rem 0 3rem}.jns-collection-header h1{font-size:clamp(2rem,5vw,3.75rem);font-weight:700;margin:0}.jns-collection--shop .jns-pedals-grid-wrap{padding-top:3rem}.jns-collection--shop .jns-collection-header{text-align:center;padding:0 0 3rem}.jns-collection--shop .jns-pedals-grid{max-width:80rem;margin:0 auto}.jns-product-card--shop .jns-product-card__price{font-family:Raleway,Arial,Helvetica,sans-serif;color:#fff;font-weight:700;font-size:1rem;margin:.75rem 0 0;text-align:center}@media(min-width:768px){.jns-product-card--shop .jns-product-card__price{font-size:1.125rem}}.jns-product-card--shop .jns-product-card__note{font-family:Raleway,Arial,Helvetica,sans-serif;color:#9ca3af;font-size:.875rem;font-weight:400;margin:.25rem 0 0;text-align:center}.jns-collection-notice{grid-column:1 / -1;margin:0 0 1.5rem;color:var(--jns-muted);font-size:.9375rem;text-align:center}.jns-collection-empty{grid-column:1 / -1;max-width:36rem;margin:0 auto;color:#9ca3af;text-align:center}.jns-collection-empty p{margin:0 0 1rem}.jns-collection-empty ul{margin:0;padding-left:1.25rem;text-align:left;line-height:1.7}.jns-collection-empty li{margin-bottom:.5rem}.jns-collection-empty code{color:var(--jns-text)}.jns-product-grid{display:grid;grid-template-columns:1fr;gap:2rem;max-width:80rem;margin:0 auto;padding:0 0 1rem}@media(min-width:768px){.jns-product-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.jns-product-grid{grid-template-columns:repeat(3,1fr)}}.jns-product-card{background:linear-gradient(to bottom,var(--jns-bg-mid),#0f0f0f);border:1px solid #1f2937;border-radius:.5rem;overflow:hidden;transition:box-shadow .3s}.jns-product-card:hover{box-shadow:0 25px 50px #00000080}.jns-product-card__img-wrap{height:16rem;background:linear-gradient(to bottom,#2a2a2a,var(--jns-bg-mid));display:flex;align-items:center;justify-content:center;position:relative;padding:1rem;overflow:hidden}.jns-product-card__img-wrap img{transition:transform .3s}.jns-product-card:hover .jns-product-card__img-wrap img{transform:scale(1.1)}.jns-product-card__badge{position:absolute;top:.75rem;right:.75rem;background:#dc2626;color:#fff;font-size:.75rem;padding:.25rem .5rem;border-radius:.25rem}.jns-product-card__img{max-height:12rem;width:auto;object-fit:contain}.jns-product-card__body{padding:1.25rem;text-align:center}.jns-product-card__name{font-family:Lusitana,serif;font-size:1.75rem;font-weight:700;color:var(--jns-orange);margin:0 0 .25rem}.jns-product-card__subtitle{color:#d1d5db;font-size:.875rem;margin:0 0 .75rem}.jns-product-card__price{color:#fff;font-weight:700;margin:0}.jns-product-card__note{color:#9ca3af;font-size:.875rem;margin:.25rem 0 0}.jns-cart-page{padding-bottom:5rem}.jns-cart{max-width:72rem;padding-top:2.5rem;padding-bottom:2rem}.jns-cart__header{margin-bottom:2.5rem;text-align:center}.jns-cart__title{font-size:clamp(2.25rem,5vw,3.25rem);font-weight:700;color:#fff;margin:0 0 .35rem;letter-spacing:.02em}.jns-cart__count{color:var(--jns-muted);margin:0;font-size:1rem;font-weight:400}.jns-cart__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:4rem 1.5rem;background:linear-gradient(to bottom,var(--jns-bg-mid),#0f0f0f);border:1px solid #1f2937;border-radius:.75rem;max-width:28rem;margin:0 auto}.jns-cart__empty-icon{color:#4b5563;margin-bottom:1.25rem}.jns-cart__empty-text{margin:0 0 1.5rem;font-size:1.125rem;color:#9ca3af}.jns-cart__form{display:grid;gap:2rem}@media(min-width:900px){.jns-cart__form{grid-template-columns:minmax(0,1fr) 22rem;gap:2.5rem;align-items:start}}.jns-cart__items{display:flex;flex-direction:column;gap:1rem}.jns-cart__item{display:grid;grid-template-columns:6.5rem minmax(0,1fr);gap:1rem 1.25rem;padding:1.25rem;background:linear-gradient(to bottom,var(--jns-bg-mid),#0f0f0f);border:1px solid #1f2937;border-radius:.75rem;transition:box-shadow .25s,border-color .25s}.jns-cart__item:hover{border-color:#374151;box-shadow:0 16px 40px #00000059}@media(min-width:640px){.jns-cart__item{grid-template-columns:7rem minmax(0,1fr) auto;align-items:center;padding:1.5rem}}.jns-cart__item-image{grid-row:span 2;flex-shrink:0;width:6.5rem;height:6.5rem;display:flex;align-items:center;justify-content:center;background:linear-gradient(to bottom,#2a2a2a,var(--jns-bg-mid));border-radius:.5rem;overflow:hidden;border:1px solid #262626}@media(min-width:640px){.jns-cart__item-image{grid-row:auto;width:7rem;height:7rem}}.jns-cart__item-image img{width:100%;height:100%;object-fit:contain;padding:.5rem}.jns-cart__item-main{min-width:0}.jns-cart__item-title{display:block;font-size:clamp(1.35rem,2.5vw,1.75rem);font-weight:700;color:var(--jns-orange);margin-bottom:.2rem;line-height:1.2}.jns-cart__item-title:hover{color:var(--jns-orange-hover)}.jns-cart__item-subtitle{color:#d1d5db;font-size:.8125rem;font-weight:500;letter-spacing:.06em;text-transform:uppercase;margin:0 0 .5rem}.jns-cart__item-unit{color:#9ca3af;font-size:.875rem;margin:0}.jns-cart__item-side{grid-column:2;display:flex;flex-wrap:nowrap;align-items:center;gap:.75rem}@media(min-width:640px){.jns-cart__item-side{grid-column:auto;align-items:center;gap:.75rem}}.jns-cart__qty{display:inline-flex;align-items:stretch;width:8.5rem;min-height:2.5rem;border:1px solid rgba(255,255,255,.25);border-radius:0;overflow:hidden;background:#111827e6}.jns-cart__qty-btn{width:2.25rem;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:transparent;border:none;color:#fff;cursor:pointer;padding:0;transition:background .2s,color .2s}.jns-cart__qty-btn svg{width:10px;height:auto;pointer-events:none}.jns-cart__qty-btn:hover:not(:disabled){background:#ffffff14;color:var(--jns-orange)}.jns-cart__qty-btn:disabled{opacity:.35;cursor:not-allowed}.jns-cart__qty-input{width:100%;flex:1;min-width:2.25rem;background:transparent;border:none;border-left:1px solid rgba(255,255,255,.15);border-right:1px solid rgba(255,255,255,.15);color:#fff;font-size:.875rem;font-weight:600;text-align:center;padding:.3rem .5rem;-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}.jns-cart__qty-input::-webkit-outer-spin-button,.jns-cart__qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.jns-cart__remove{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;background:none;border:none;padding:0;cursor:pointer;font:inherit;color:#9ca3af;transition:color .2s}.jns-cart__remove svg{width:16px;height:16px}.jns-cart__remove:hover{color:#f87171}.jns-cart__summary{padding:1.75rem;background:linear-gradient(to bottom,var(--jns-bg-mid),#0f0f0f);border:1px solid #1f2937;border-radius:.75rem;box-shadow:0 20px 50px #00000059}@media(min-width:900px){.jns-cart__summary{position:sticky;top:calc(var(--jns-nav-height) + 1.5rem)}}.jns-cart__summary-title{font-size:.8125rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#9ca3af;margin:0 0 1.25rem}.jns-cart__subtotal-row{display:flex;justify-content:space-between;align-items:baseline;color:#fff;font-size:1.125rem;font-weight:600;margin-bottom:.5rem;padding-bottom:1rem;border-bottom:1px solid #262626}.jns-cart__subtotal{font-family:Lusitana,serif;font-size:1.5rem;font-weight:700;color:var(--jns-orange);transition:opacity .35s ease}.jns-cart__subtotal.is-pending,.jns-cart-drawer__total.is-pending{opacity:.45}.jns-cart__item.is-removing,.jns-cart-drawer__item.is-removing{opacity:0;transition:opacity .15s ease}.jns-cart__note{color:#9ca3af;font-size:.8125rem;margin:0 0 1.5rem;line-height:1.6}.jns-cart__checkout{display:block;width:100%;text-align:center;font-size:1rem;font-weight:700;padding:.95rem 1.5rem;margin-bottom:1rem}.jns-cart__continue{display:block;text-align:center;color:#9ca3af;font-size:.875rem;transition:color .2s}.jns-cart__continue:hover{color:var(--jns-orange)}.jns-policy{padding-top:3.5rem;padding-bottom:4rem}.jns-policy.jns-container--narrow{padding-left:clamp(2.5rem,16vw,34vw);padding-right:clamp(2.5rem,16vw,34vw)}.jns-policy__block:first-child h3{margin-top:0}.jns-policy h3{font-weight:600;font-size:clamp(1.25rem,3vw,2rem);color:var(--jns-text);margin:2rem 0 1rem}.jns-policy p,.jns-policy li{color:var(--jns-muted);font-weight:300;text-align:justify;line-height:1.7;margin-bottom:1rem}.jns-policy strong{color:var(--jns-text);font-weight:700}.jns-policy ul{padding-left:2rem;margin:.5rem 0 1rem}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.template-page-exodus,.template-page-covenant{--jns-pedal-page-gutter: clamp(1.5rem, 10vw, 12rem)}@media(min-width:640px){.template-page-exodus,.template-page-covenant{--jns-pedal-page-gutter: 15vw}}@media(min-width:1536px){.template-page-exodus,.template-page-covenant{--jns-pedal-page-gutter: 25vw}.template-page-exodus .jns-feature,.template-page-covenant .jns-feature{padding-left:9vw;padding-right:9vw}}.template-page-exodus .jns-pedal-hero__overlay,.template-page-covenant .jns-pedal-hero__overlay{top:var(--jns-nav-height);padding-left:var(--jns-pedal-page-gutter);padding-right:var(--jns-pedal-page-gutter)}.template-page-exodus .jns-container--narrow,.template-page-covenant .jns-container--narrow,.template-page-exodus .jns-feature__text,.template-page-exodus .jns-feature__media,.template-page-covenant .jns-feature__text,.template-page-covenant .jns-feature__media{padding-left:var(--jns-pedal-page-gutter);padding-right:var(--jns-pedal-page-gutter)}@media(min-width:640px){.template-page-exodus .jns-feature:not(.jns-feature--reverse) .jns-feature__text,.template-page-covenant .jns-feature:not(.jns-feature--reverse) .jns-feature__text{padding-left:8vw;padding-right:0}.template-page-exodus .jns-feature:not(.jns-feature--reverse) .jns-feature__media,.template-page-covenant .jns-feature:not(.jns-feature--reverse) .jns-feature__media{padding-left:0;padding-right:8vw}.template-page-exodus .jns-feature--reverse .jns-feature__text,.template-page-covenant .jns-feature--reverse .jns-feature__text{padding-left:0;padding-right:8vw}.template-page-exodus .jns-feature--reverse .jns-feature__media,.template-page-covenant .jns-feature--reverse .jns-feature__media{padding-left:8vw;padding-right:0}.template-page-exodus .jns-feature__title,.template-page-exodus .jns-feature__body,.template-page-covenant .jns-feature__title,.template-page-covenant .jns-feature__body{padding-left:6vw;padding-right:6vw}}@media(min-width:1536px){.template-page-exodus .jns-feature:not(.jns-feature--reverse) .jns-feature__text,.template-page-covenant .jns-feature:not(.jns-feature--reverse) .jns-feature__text{padding-left:12vw}.template-page-exodus .jns-feature:not(.jns-feature--reverse) .jns-feature__media,.template-page-covenant .jns-feature:not(.jns-feature--reverse) .jns-feature__media{padding-right:12vw}.template-page-exodus .jns-feature--reverse .jns-feature__text,.template-page-covenant .jns-feature--reverse .jns-feature__text{padding-right:12vw}.template-page-exodus .jns-feature--reverse .jns-feature__media,.template-page-covenant .jns-feature--reverse .jns-feature__media{padding-left:12vw}.template-page-exodus .jns-feature__title,.template-page-exodus .jns-feature__body,.template-page-covenant .jns-feature__title,.template-page-covenant .jns-feature__body{padding-left:4vw;padding-right:4vw}}.template-page-exodus .jns-pedal-hero__name,.template-page-covenant .jns-pedal-hero__name{margin:0;line-height:1.05}.template-page-exodus .jns-pedal-hero__subtitle{margin-top:.15rem}.template-page-covenant .jns-pedal-hero__name{font-size:clamp(2.5rem,4vw,3.25rem)}.template-page-covenant .jns-pedal-hero__subtitle{font-size:clamp(1.1rem,1.75vw,1.65rem);margin-top:0}@media(min-width:768px){.template-page-covenant .jns-pedal-hero__img{margin-top:0}}@keyframes jns-spin{to{transform:rotate(360deg)}}[data-jns-animate]{opacity:0;transition-property:opacity,transform;transition-timing-function:ease;transition-duration:var(--jns-animate-duration, 1s);transition-delay:var(--jns-animate-delay, 0ms)}[data-jns-animate].jns-animate--visible{opacity:1;transform:none!important}[data-jns-animate=fade-up]{transform:translateY(30px)}[data-jns-animate=fade-down]{transform:translateY(-30px)}[data-jns-animate=fade-left]{transform:translate(30px)}[data-jns-animate=fade-right]{transform:translate(-30px)}.jns-hero-carousel__slide [data-jns-hero-animate]{opacity:0;transition:opacity 1s ease;transition-delay:var(--jns-hero-delay, 0ms)}.jns-hero-carousel__slide.is-active [data-jns-hero-animate]{opacity:1}@media(prefers-reduced-motion:reduce){[data-jns-animate]{opacity:1;transform:none!important;transition:none!important}.jns-hero-carousel__slide [data-jns-hero-animate]{opacity:1;transition:none!important}}.jns-cart-drawer{position:relative;z-index:200}.jns-cart-drawer__overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:201;background:#00000073;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);opacity:0;pointer-events:none;transition:opacity .3s ease}.jns-cart-drawer.is-open .jns-cart-drawer__overlay{opacity:1;pointer-events:auto}.jns-cart-drawer__panel{position:fixed;z-index:202;left:0;right:0;bottom:0;display:flex;flex-direction:column;height:85vh;width:100%;background:#000;box-shadow:0 -8px 32px #00000073;border-radius:1rem 1rem 0 0;transform:translateY(100%);transition:transform .3s ease;will-change:transform}.jns-cart-drawer.is-open .jns-cart-drawer__panel{transform:translateY(0)}@media(min-width:768px){.jns-cart-drawer__panel{top:0;right:0;left:auto;bottom:auto;width:28rem;height:100%;border-radius:0;transform:translate(100%)}.jns-cart-drawer.is-open .jns-cart-drawer__panel{transform:translate(0)}}.jns-cart-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid #1f2937;flex-shrink:0}@media(min-width:768px){.jns-cart-drawer__header{padding:1rem 1.5rem}}.jns-cart-drawer__title{margin:0;font-size:1.25rem;font-weight:700;color:var(--jns-orange)}.jns-cart-drawer__close{display:inline-flex;align-items:center;justify-content:center;background:none;border:none;padding:.25rem;color:#fff;cursor:pointer;transition:color .2s}.jns-cart-drawer__close:hover{color:var(--jns-orange)}.jns-cart-drawer__close svg{width:1.25rem;height:auto}.jns-cart-drawer__body{flex:1;overflow-y:auto;padding:1rem 1.5rem}.jns-cart-drawer__empty{margin:2rem 0 0;text-align:center;color:#9ca3af}.jns-cart-drawer__item{display:flex;gap:1rem;padding-bottom:1rem;margin-bottom:1rem;border-bottom:1px solid #1f2937}.jns-cart-drawer__item:last-child{margin-bottom:0}.jns-cart-drawer__item-image{flex-shrink:0;width:5rem;height:5rem;display:flex;align-items:center;justify-content:center}.jns-cart-drawer__item-image img{width:100%;height:100%;object-fit:contain}.jns-cart-drawer__item-main{flex:1;min-width:0}.jns-cart-drawer__item-title{display:block;font-weight:600;color:#fff;margin-bottom:.25rem}.jns-cart-drawer__item-title:hover{color:var(--jns-orange)}.jns-cart-drawer__item-subtitle{margin:0 0 .35rem;font-size:.75rem;font-weight:500;letter-spacing:.06em;color:#9ca3af}.jns-cart-drawer__item-unit{margin:0 0 .75rem;font-size:.875rem;color:#9ca3af}.jns-cart-drawer__item-actions{display:flex;align-items:center;gap:.75rem}.jns-cart-drawer__footer{flex-shrink:0;padding:1rem 1.5rem;border-top:1px solid #1f2937}.jns-cart-drawer__total-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem;font-size:1.125rem;font-weight:700;color:#fff}.jns-cart-drawer__total{color:var(--jns-orange);transition:opacity .35s ease}.jns-cart-drawer__checkout{display:block;width:100%;text-align:center;box-sizing:border-box}.jns-cart-drawer__checkout.is-disabled{opacity:.5;pointer-events:none}
/*# sourceMappingURL=/cdn/shop/t/2/assets/base.css.map */
