:root{--kwolly-accent: #b07a73;--kwolly-ink: #4a3f38;--kwolly-rose: #e8a090;--kwolly-cream: #faf6f1;--kwolly-sand: #f5f0eb;--kwolly-accent-rgb: 176, 122, 115;--kwolly-ink-rgb: 74, 63, 56}.husq-product-info{background:var(--kwolly-cream)}.husq-pi__container{max-width:1200px;margin:0 auto;padding-left:16px;padding-right:16px}.husq-pi__grid{display:grid;grid-template-columns:1fr;gap:24px}@media screen and (min-width:900px){.husq-pi__grid{grid-template-columns:1fr 1.1fr;gap:32px}}@media screen and (min-width:1024px){.husq-pi__grid{grid-template-columns:1fr 1fr;gap:40px}}.husq-pi__gallery{display:flex;flex-direction:column;gap:8px}.husq-pi__main-image-wrap{position:relative;aspect-ratio:1 / 1;background:var(--kwolly-sand);border-radius:8px;overflow:hidden}.husq-pi__main-img{width:100%;height:100%;object-fit:contain;padding:16px;display:block}.husq-pi__placeholder{width:100%;height:100%;padding:16px}.husq-pi__thumbnails{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;max-height:340px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgba(var(--kwolly-accent-rgb),.3) transparent}.husq-pi__thumb{position:relative;aspect-ratio:4 / 3;background:var(--kwolly-sand);border-radius:6px;overflow:hidden;cursor:pointer;border:2px solid transparent;padding:0;transition:opacity .15s ease}.husq-pi__thumb img{width:100%;height:100%;object-fit:contain;padding:8px;display:block}.husq-pi__thumb:hover{opacity:.8}.husq-pi__thumb--active{border-color:var(--kwolly-accent);outline:2px solid var(--kwolly-accent);outline-offset:-2px}.husq-pi__info{display:flex;flex-direction:column;gap:16px;min-width:0}.husq-pi__rating{display:flex;align-items:center;gap:8px}.husq-pi__stars{display:flex;align-items:center;gap:2px}.husq-pi__star{color:rgba(var(--kwolly-accent-rgb),.2);flex-shrink:0}.husq-pi__star--filled{color:var(--kwolly-rose)}.husq-pi__rating-text{font-size:14px;color:rgba(var(--kwolly-ink-rgb),.55)}.husq-pi__title{font-family:var(--heading-font-family, "Georgia", serif);font-size:clamp(1.5rem,4vw,2rem);font-weight:var(--heading-font-weight, 400);color:var(--kwolly-ink);line-height:1.2;margin:0;overflow-wrap:break-word;word-break:break-word;-webkit-hyphens:auto;hyphens:auto;letter-spacing:-.01em}.husq-pi__price-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.husq-pi__price{font-size:clamp(18px,4vw,22px);font-weight:600;color:var(--kwolly-ink)}.husq-pi__compare-price{font-size:16px;color:rgba(var(--kwolly-ink-rgb),.4)}.husq-pi__compare-price s{text-decoration:line-through}.husq-pi__save-badge{background:var(--kwolly-rose);color:var(--kwolly-ink);font-size:12px;font-weight:600;padding:4px 8px;border-radius:6px;white-space:nowrap;letter-spacing:.02em}.husq-pi__bogo-banner{background:linear-gradient(90deg,var(--kwolly-sand) 0%,var(--kwolly-cream) 100%);padding:10px 16px;border-radius:6px;font-size:14px;border:1px solid rgba(var(--kwolly-accent-rgb),.1)}.husq-pi__bogo-label{color:rgba(var(--kwolly-ink-rgb),.6)}.husq-pi__bogo-value{font-weight:600;color:var(--kwolly-ink);margin-left:4px}.husq-pi__tagline{font-size:15px;color:rgba(var(--kwolly-ink-rgb),.65);margin:0}.husq-pi__color-selectors{display:flex;flex-direction:column;gap:12px}.husq-pi__color-selector{border:1px solid rgba(var(--kwolly-accent-rgb),.2);border-radius:8px;padding:14px 16px 16px;background:var(--kwolly-sand)}.husq-pi__cs-header{display:flex;align-items:center;gap:8px;margin-bottom:12px;flex-wrap:wrap}.husq-pi__cs-step{font-size:13px;color:rgba(var(--kwolly-ink-rgb),.5);min-width:0;flex-shrink:0}.husq-pi__cs-selected{font-size:17px;font-weight:600;color:var(--kwolly-ink);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0;flex:1;letter-spacing:-.01em}.husq-pi__swatches{display:flex;flex-wrap:wrap;gap:8px;padding:2px 4px 4px}.husq-pi__swatch{width:32px;height:32px;border-radius:50%;cursor:pointer;border:2px solid transparent;padding:0;flex-shrink:0;transition:transform .15s ease;background-color:var(--kwolly-sand);position:relative}.husq-pi__swatch:before{content:"";position:absolute;top:-6px;right:-6px;bottom:-6px;left:-6px;border-radius:50%}.husq-pi__swatch:hover:not(.husq-pi__swatch--selected){transform:scale(1.1)}.husq-pi__swatch--selected{border-color:var(--kwolly-accent);box-shadow:0 0 0 2px var(--kwolly-cream),0 0 0 4px var(--kwolly-accent)}.husq-pi__swatch--text{width:auto;min-width:52px;max-width:120px;height:44px;border-radius:9999px;padding:0 16px;font-size:14px;font-weight:500;color:var(--kwolly-ink);background:#fff;border:1.5px solid rgba(var(--kwolly-accent-rgb),.4);box-shadow:none;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transition:background .15s ease,border-color .15s ease,color .15s ease}.husq-pi__swatch--text.husq-pi__swatch--selected{border-color:var(--kwolly-accent);background:var(--kwolly-accent);color:#fff;box-shadow:none}.husq-pi__swatch--text:hover:not(.husq-pi__swatch--selected):not(.husq-pi__swatch--oos){border-color:var(--kwolly-accent);background:rgba(var(--kwolly-accent-rgb),.08);transform:none}.husq-pi__swatch--text:before{display:none}.husq-pi__swatch--oos{opacity:.4;cursor:not-allowed;position:relative}.husq-pi__swatch--oos:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom right,transparent calc(50% - .5px),rgba(var(--kwolly-ink-rgb),1) calc(50% - .5px),rgba(var(--kwolly-ink-rgb),1) calc(50% + .5px),transparent calc(50% + .5px));border-radius:inherit;pointer-events:none}.husq-pi__swatch--oos.husq-pi__swatch--selected{border-color:rgba(var(--kwolly-accent-rgb),.3);box-shadow:none;background:rgba(var(--kwolly-accent-rgb),.25)}.husq-pi__swatch--text.husq-pi__swatch--oos{background:#fff;border-color:rgba(var(--kwolly-accent-rgb),.2);color:rgba(var(--kwolly-ink-rgb),.5)}.husq-pi__swatch--text.husq-pi__swatch--oos.husq-pi__swatch--selected{background:rgba(var(--kwolly-accent-rgb),.12);border-color:rgba(var(--kwolly-accent-rgb),.3);color:rgba(var(--kwolly-ink-rgb),.45);box-shadow:none}@keyframes husq-swatch-shake{0%,to{transform:translate(0)}18%{transform:translate(-5px)}36%{transform:translate(5px)}54%{transform:translate(-3px)}72%{transform:translate(3px)}90%{transform:translate(-1px)}}.husq-pi__swatch--shake{animation:husq-swatch-shake .28s cubic-bezier(.36,.07,.19,.97) both}@media(prefers-reduced-motion:reduce){.husq-pi__swatch--shake{animation:none}}.husq-pi__stock{display:flex;align-items:center;gap:8px}.husq-pi__stock-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.husq-pi__stock-dot--in{background:#16a34a;animation:husq-pulse 2s ease-in-out infinite}.husq-pi__stock-dot--out{background:#dc2626}@keyframes husq-pulse{0%,to{opacity:1}50%{opacity:.45}}@media(prefers-reduced-motion:reduce){.husq-pi__stock-dot--in{animation:none}}.husq-pi__stock-text{font-size:14px;font-weight:500}.husq-pi__stock-text--in{color:#16a34a}.husq-pi__stock-text--out{color:#dc2626}.husq-pi__cta-row{display:flex;gap:8px;align-items:stretch;min-height:52px}.husq-pi__qty-wrap{display:flex;align-items:center;border:1px solid rgba(var(--kwolly-accent-rgb),.25);border-radius:9999px;overflow:hidden;flex:1 1 0;max-width:160px;justify-content:space-between}.husq-pi__qty-btn{width:44px;height:44px;border:none;background:transparent;cursor:pointer;font-size:18px;color:var(--kwolly-ink);display:flex;align-items:center;justify-content:center;transition:background .15s ease;flex-shrink:0;line-height:1}.husq-pi__qty-btn:hover{background:rgba(var(--kwolly-accent-rgb),.08)}.husq-pi__qty-input{width:48px;text-align:center;border:none;background:transparent;font-size:16px;font-weight:500;color:var(--kwolly-ink);-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield;padding:0}.husq-pi__qty-input::-webkit-outer-spin-button,.husq-pi__qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.husq-pi__qty-btn:focus-visible,.husq-pi__qty-input:focus-visible{outline:3px solid var(--kwolly-accent);outline-offset:-2px}button.husq-pi__atc-btn,.husq-pi__atc-btn[type=submit]{flex:1 1 0;min-width:120px;background-color:var(--kwolly-accent)!important;background-image:none!important;color:#fff;font-weight:600;font-size:16px;padding:0 24px;border-radius:9999px;border:none;cursor:pointer;transition:background-color .28s cubic-bezier(.22,.61,.36,1),transform .28s cubic-bezier(.22,.61,.36,1),box-shadow .28s cubic-bezier(.22,.61,.36,1);display:flex;align-items:center;justify-content:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}button.husq-pi__atc-btn--sold-out,.husq-pi__atc-btn--sold-out[type=button]{flex:none;width:100%;padding:16px 24px;display:flex;align-items:center;justify-content:center;background-color:var(--kwolly-accent)!important;background-image:none!important;color:#fff}button.husq-pi__atc-btn:hover:not(:disabled),.husq-pi__atc-btn[type=submit]:hover:not(:disabled){background-color:#8c5f58!important;transform:translateY(-1px);box-shadow:0 4px 12px rgba(var(--kwolly-accent-rgb),.25)}button.husq-pi__atc-btn:disabled,.husq-pi__atc-btn:disabled{opacity:.45;cursor:not-allowed}.husq-pi__atc-btn--success{background-color:#8c5f58!important;color:#fff}@media screen and (max-width:479px){.husq-pi__qty-wrap{max-width:130px}.husq-pi__qty-btn{width:40px;height:44px;font-size:16px}.husq-pi__qty-input{width:32px;font-size:15px}.husq-pi__atc-btn{font-size:14px;padding:0 12px}.husq-pi__atc-btn--sold-out{padding:14px 16px}}.husq-pi__payment-icons{display:flex;justify-content:center;align-items:center;gap:6px;flex-wrap:wrap;padding:4px 0}.husq-pi__pi-svg{height:24px;width:auto;border-radius:4px;flex-shrink:0}.husq-pi__benefits{display:flex;justify-content:center;align-items:center;gap:20px;flex-wrap:wrap;padding:4px 0}.husq-pi__benefit{display:flex;align-items:center;gap:6px;font-size:13px;color:rgba(var(--kwolly-ink-rgb),.55);min-width:0}.husq-pi__benefit span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.husq-pi__benefit-icon{flex-shrink:0;color:rgba(var(--kwolly-ink-rgb),.45)}.husq-pi__airlines{border-top:1px solid rgba(var(--kwolly-accent-rgb),.12);padding-top:20px;opacity:0;transform:translateY(22px);transition:opacity .75s cubic-bezier(.22,1,.36,1),transform .75s cubic-bezier(.22,1,.36,1)}.husq-pi__airlines--visible{opacity:1;transform:translateY(0)}.husq-pi__airlines-text{font-size:11px;color:rgba(var(--kwolly-ink-rgb),.38);text-align:center;margin:0 0 14px;letter-spacing:.05em;text-transform:uppercase}.husq-pi__marquee{overflow:hidden;isolation:isolate;-webkit-mask-image:linear-gradient(to right,transparent 0%,#000 12%,#000 88%,transparent 100%);mask-image:linear-gradient(to right,transparent 0%,#000 12%,#000 88%,transparent 100%)}.husq-pi__marquee-track{display:flex;align-items:center;gap:0;width:max-content;animation:husq-marquee 28s linear infinite;transition:opacity .4s ease}.husq-pi__marquee:hover .husq-pi__marquee-track{animation-play-state:paused;opacity:.75}.husq-pi__marquee-item{display:inline-flex;align-items:center;padding:10px 28px;flex-shrink:0;transition:transform .28s cubic-bezier(.25,1,.5,1)}.husq-pi__marquee-item:hover{transform:translateY(-2px)}.husq-pi__airline-logo{height:52px;width:auto;max-width:130px;object-fit:contain;display:block;filter:grayscale(100%) opacity(.38);transition:filter .32s cubic-bezier(.25,1,.5,1),transform .32s cubic-bezier(.25,1,.5,1)}.husq-pi__marquee-item:hover .husq-pi__airline-logo{filter:grayscale(0%) opacity(1);transform:scale(1.06)}.husq-pi__airline-name{font-size:12px;font-weight:700;color:rgba(var(--kwolly-ink-rgb),.38);letter-spacing:.08em;text-transform:uppercase;white-space:nowrap;transition:color .28s ease}.husq-pi__marquee-item:hover .husq-pi__airline-name{color:rgba(var(--kwolly-ink-rgb),.8)}@keyframes husq-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(prefers-reduced-motion:reduce){.husq-pi__airlines{opacity:1;transform:none;transition:none}.husq-pi__marquee-track{animation:none;flex-wrap:wrap;justify-content:center;width:100%}.husq-pi__marquee{-webkit-mask-image:none;mask-image:none}.husq-pi__marquee-item{transition:none;transform:none}}.husq-pi__features-box{background:var(--kwolly-sand);border-radius:8px;padding:16px 20px}.husq-pi__features-title{font-family:var(--heading-font-family, "Georgia", serif);font-size:15px;font-weight:var(--heading-font-weight, 500);color:var(--kwolly-ink);text-align:center;margin:0 0 12px}.husq-pi__features-grid{display:grid;grid-template-columns:1fr 1fr;row-gap:8px;column-gap:16px}.husq-pi__feature-item{display:flex;align-items:flex-start;gap:8px;font-size:13px;color:rgba(var(--kwolly-ink-rgb),.7);min-width:0;overflow-wrap:break-word;word-break:break-word}.husq-pi__feature-check{flex-shrink:0;color:var(--kwolly-accent)}.husq-pi__accordions{border-top:1px solid rgba(var(--kwolly-accent-rgb),.12);padding-top:8px}.husq-pi__accordion{border-bottom:1px solid rgba(var(--kwolly-accent-rgb),.15)}.husq-pi__accordion:last-child{border-bottom:none}.husq-pi__accordion-trigger{display:flex;justify-content:space-between;align-items:center;width:100%;padding:16px 0;cursor:pointer;font-family:var(--heading-font-family, "Georgia", serif);font-weight:var(--heading-font-weight, 400);font-size:16px;color:var(--kwolly-ink);list-style:none;transition:color .28s cubic-bezier(.22,.61,.36,1)}.husq-pi__accordion-trigger::-webkit-details-marker{display:none}.husq-pi__accordion-trigger:hover{color:var(--kwolly-accent)}.husq-pi__accordion-icon{flex-shrink:0;transition:transform .2s ease;color:rgba(var(--kwolly-accent-rgb),.6)}@media(prefers-reduced-motion:reduce){.husq-pi__accordion-icon{transition:none}}.husq-pi__accordion[open] .husq-pi__accordion-icon{transform:rotate(180deg)}.husq-pi__accordion-body{padding-bottom:16px;font-size:14px;color:rgba(var(--kwolly-ink-rgb),.65);line-height:1.65;overflow-wrap:break-word;word-break:break-word}.husq-pi__accordion-body p{margin:0 0 6px}.husq-pi__accordion-body p:last-child{margin-bottom:0}.husq-pi__accordion-body strong{color:var(--kwolly-ink);font-weight:600}.husq-pi__thumb:focus-visible{outline:3px solid var(--kwolly-accent);outline-offset:2px}.husq-pi__swatch:focus-visible{outline:3px solid var(--kwolly-accent);outline-offset:3px}.husq-pi__atc-btn:focus-visible{outline:3px solid var(--kwolly-rose);outline-offset:3px}.husq-pi__accordion-trigger:focus-visible{outline:3px solid var(--kwolly-accent);outline-offset:2px;border-radius:4px}.husq-pi__atc-btn--loading{opacity:.75;cursor:wait;pointer-events:none}.husq-pi__atc-btn--loading:after{content:"";display:inline-block;width:14px;height:14px;border:2px solid rgba(255,255,255,.35);border-top-color:#fff;border-radius:50%;animation:husq-spin .7s linear infinite;margin-left:10px;vertical-align:-3px}@keyframes husq-spin{to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){.husq-pi__atc-btn--loading:after{animation:none;content:"\2026";border:none;width:auto;height:auto}}.husq-pi__price-row{min-width:0}.husq-pi__price,.husq-pi__compare-price{min-width:0;max-width:100%}@media screen and (max-width:399px){.husq-pi__features-grid{grid-template-columns:1fr}.husq-pi__thumbnails{grid-template-columns:repeat(3,1fr);gap:4px}.husq-pi__benefits{gap:12px}}.husq-pi__scarcity{display:flex;align-items:center;gap:6px;font-size:13px;font-weight:500;color:#b45309}.husq-pi__scarcity-icon{flex-shrink:0;color:#b45309}.husq-pi__sticky-atc{position:fixed;bottom:0;left:0;right:0;z-index:100;background:var(--kwolly-cream);border-top:1px solid rgba(var(--kwolly-accent-rgb),.12);padding:12px 16px;padding-bottom:calc(12px + env(safe-area-inset-bottom,0px));transform:translateY(100%);transition:transform .3s cubic-bezier(.25,1,.5,1);box-shadow:0 -4px 20px rgba(var(--kwolly-ink-rgb),.07);display:none}@media screen and (max-width:899px){.husq-pi__sticky-atc{display:block}}.husq-pi__sticky-atc--visible{transform:translateY(0)}@media(prefers-reduced-motion:reduce){.husq-pi__sticky-atc{transition:none}}.husq-pi__sticky-inner{display:flex;align-items:center;gap:12px;max-width:600px;margin:0 auto}.husq-pi__sticky-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.husq-pi__sticky-title{font-size:12px;color:rgba(var(--kwolly-ink-rgb),.5);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.husq-pi__sticky-price{font-size:16px;font-weight:600;color:var(--kwolly-ink)}button.husq-pi__sticky-btn{flex-shrink:0;background-color:var(--kwolly-accent)!important;background-image:none!important;color:#fff;font-weight:600;font-size:15px;padding:0 20px;height:48px;border-radius:9999px;border:none;cursor:pointer;transition:background-color .28s cubic-bezier(.22,.61,.36,1);white-space:nowrap}button.husq-pi__sticky-btn:hover:not(:disabled){background-color:#8c5f58!important}.husq-pi__sticky-btn:disabled{opacity:.45;cursor:not-allowed}.husq-pi__sticky-btn:focus-visible{outline:3px solid var(--kwolly-rose);outline-offset:3px}:root{--kwolly-accent: #b07a73;--kwolly-accent-dark: #8c5f58;--kwolly-ink: #4a3f38;--kwolly-rose: #e8a090;--kwolly-cream: #faf6f1;--kwolly-sand: #f5f0eb;--kwolly-white: #ffffff;--kwolly-error: #dc2626;--kwolly-accent-rgb: 176, 122, 115;--kwolly-ink-rgb: 74, 63, 56}.husq-why-metal{background:var(--kwolly-cream)}.husq-wm__container{max-width:1000px;margin-left:auto;margin-right:auto;padding-left:clamp(1rem,5vw,3rem);padding-right:clamp(1rem,5vw,3rem)}.husq-wm__header{text-align:center;margin-bottom:40px}.husq-wm__title{font-family:var(--heading-font-family, "Georgia", serif);font-size:clamp(1.375rem,3vw,1.75rem);font-weight:var(--heading-font-weight, 400);color:var(--kwolly-ink);font-style:normal;line-height:1.2;margin:0 0 12px;letter-spacing:-.01em}.husq-wm__subtitle{font-size:15px;color:rgba(var(--kwolly-ink-rgb),.75);max-width:520px;margin:0 auto;line-height:1.6}.husq-wm__grid{display:grid;grid-template-columns:1fr;gap:12px}@media screen and (min-width:600px){.husq-wm__grid{grid-template-columns:1fr 1fr;gap:16px}}.husq-wm__col{border-radius:10px;overflow:hidden;border:1px solid rgba(var(--kwolly-accent-rgb),.12);transition:transform .55s cubic-bezier(.22,.61,.36,1),box-shadow .55s cubic-bezier(.22,.61,.36,1)}.husq-wm__col:hover{transform:translateY(-2px);box-shadow:0 4px 16px rgba(var(--kwolly-ink-rgb),.07)}.husq-wm__col-header{display:flex;align-items:center;gap:8px;padding:14px 20px;font-size:14px;font-weight:600;letter-spacing:.01em}.husq-wm__col-header--husq{background:var(--kwolly-accent-dark);color:var(--kwolly-white)}.husq-wm__col-header--alt{background:rgba(var(--kwolly-ink-rgb),.06);color:rgba(var(--kwolly-ink-rgb),.78)}.husq-wm__list{list-style:none;margin:0;padding:8px 0;background:var(--kwolly-sand)}.husq-wm__col--alt .husq-wm__list{background:var(--kwolly-white)}.husq-wm__item{display:flex;align-items:flex-start;gap:10px;padding:10px 20px;font-size:14px;line-height:1.5;border-bottom:1px solid rgba(var(--kwolly-accent-rgb),.07)}.husq-wm__item:last-child{border-bottom:none}.husq-wm__item--good{color:rgba(var(--kwolly-ink-rgb),.8)}.husq-wm__item--bad{color:rgba(var(--kwolly-ink-rgb),.76)}.husq-wm__marker{flex-shrink:0;margin-top:1px}.husq-wm__marker--check{color:var(--kwolly-accent)}.husq-wm__marker--cross{color:var(--kwolly-error)}@media(prefers-reduced-motion:reduce){.husq-wm__col{transition:none}.husq-wm__col:hover{transform:none}}
/*# sourceMappingURL=/cdn/shop/t/7/compiled_assets/styles.css.map */
