.camo-hero-slider{position:relative;overflow:hidden;min-height:0;aspect-ratio:var(--camo-hero-aspect-mobile, 16 / 9);background:#10110e;color:var(--camo-hero-text);cursor:grab;touch-action:pan-y;-webkit-user-select:none;user-select:none}.camo-hero-slider.is-dragging{cursor:grabbing}.camo-hero-slider__slide[data-slide-link]:not([data-slide-link=""]){cursor:pointer}.camo-hero-slider__track,.camo-hero-slider__slide,.camo-hero-slider__media,.camo-hero-slider__media picture,.camo-hero-slider__media img,.camo-hero-slider__placeholder{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.camo-hero-slider__slide{opacity:0;visibility:hidden;transition:opacity .68s ease,visibility .68s ease}.camo-hero-slider__slide.is-active{opacity:1;visibility:visible;z-index:1}.camo-hero-slider__slide:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;background:linear-gradient(180deg,rgba(7,16,12,var(--camo-slide-scrim, 0)),#07100c00 58%);pointer-events:none}.camo-hero-slider.is-swipe-next .camo-hero-slider__slide,.camo-hero-slider.is-swipe-prev .camo-hero-slider__slide{visibility:hidden;opacity:0;transition:none}.camo-hero-slider.is-swipe-next .camo-hero-slider__slide.is-swipe-from,.camo-hero-slider.is-swipe-prev .camo-hero-slider__slide.is-swipe-from,.camo-hero-slider.is-swipe-next .camo-hero-slider__slide.is-swipe-to,.camo-hero-slider.is-swipe-prev .camo-hero-slider__slide.is-swipe-to{visibility:visible;opacity:1;z-index:2}.camo-hero-slider.is-swipe-next .camo-hero-slider__slide.is-swipe-from{animation:camoHeroSlideOutLeft .42s ease forwards}.camo-hero-slider.is-swipe-next .camo-hero-slider__slide.is-swipe-to{animation:camoHeroSlideInRight .42s ease forwards}.camo-hero-slider.is-swipe-prev .camo-hero-slider__slide.is-swipe-from{animation:camoHeroSlideOutRight .42s ease forwards}.camo-hero-slider.is-swipe-prev .camo-hero-slider__slide.is-swipe-to{animation:camoHeroSlideInLeft .42s ease forwards}@keyframes camoHeroSlideInRight{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes camoHeroSlideOutLeft{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes camoHeroSlideInLeft{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes camoHeroSlideOutRight{0%{transform:translate(0)}to{transform:translate(100%)}}.camo-hero-slider__media img,.camo-hero-slider__placeholder{display:block;object-fit:contain;object-position:var(--camo-hero-mobile-position);transform:none}.camo-hero-slider__shade{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;background:rgba(0,0,0,var(--camo-hero-overlay));pointer-events:none}.camo-hero-slider__content{position:absolute;top:0;right:0;bottom:0;left:0;z-index:4;display:flex;align-items:flex-start;padding:calc(var(--header-height-static, 73px) + 16px) 24px 54px;pointer-events:none}.camo-hero-slider__content-inner{width:min(100%,350px);margin:0 auto;text-align:center;pointer-events:none}.camo-hero-slider__slide--left .camo-hero-slider__content-inner{margin-inline:0 auto;text-align:left}.camo-hero-slider__slide--right .camo-hero-slider__content-inner{margin-inline:auto 0;text-align:right}.camo-hero-slider__eyebrow,.camo-hero-slider__subheading,.camo-hero-slider__button{font-family:var(--base-font-family, inherit)}.camo-hero-slider__eyebrow{display:inline-block;margin:0 0 12px;padding:6px 10px 5px;border:1px solid color-mix(in srgb,var(--camo-slide-button-border, #e4ad00) 70%,transparent);background:#0c1f17a3;box-shadow:0 6px 20px #030a0733;color:var(--camo-slide-button-border, #e4ad00);font-size:10px;font-weight:800;letter-spacing:.15em;line-height:1.2;text-transform:uppercase}.camo-hero-slider__heading{margin:0;color:var(--camo-slide-heading, var(--camo-hero-text));font-family:var(--heading-font-family, inherit);font-size:clamp(25px,7.5vw,30px);font-weight:900;letter-spacing:-.02em;line-height:.94;text-shadow:0 2px 0 rgba(0,0,0,.5),0 8px 22px rgba(0,0,0,.28);text-transform:uppercase;text-wrap:balance;white-space:nowrap}.camo-hero-slider__accent{margin:8px 0 0;color:var(--camo-hero-accent);font-size:clamp(27px,8vw,48px);font-style:italic;font-weight:900;letter-spacing:0;line-height:.9;text-transform:uppercase;text-wrap:balance}.camo-hero-slider__subheading{display:flex;align-items:center;justify-content:center;gap:10px;max-width:620px;margin:8px auto 0;color:var(--camo-slide-subheading, var(--camo-hero-text));font-size:12px;font-weight:700;letter-spacing:.035em;line-height:1.35;text-shadow:0 2px 12px rgba(0,0,0,.42)}.camo-hero-slider__subheading:before,.camo-hero-slider__subheading:after{content:"";width:22px;height:1px;background:currentColor;opacity:.88}.camo-hero-slider__subheading p{margin:0}.camo-hero-slider__slide--left .camo-hero-slider__subheading{margin-inline:0 auto}.camo-hero-slider__slide--right .camo-hero-slider__subheading{margin-inline:auto 0}.camo-hero-slider__button{position:relative;z-index:5;display:inline-flex;align-items:center;justify-content:center;gap:16px;min-width:176px;min-height:48px;margin-top:12px;padding:13px 20px 13px 22px;border:2px solid var(--camo-slide-button-border, var(--camo-hero-button-border));border-radius:0;background:var(--camo-slide-button-bg, var(--camo-hero-button-bg));box-shadow:none;color:var(--camo-slide-button-text, var(--camo-hero-button-text));font-family:var(--heading-font-family, inherit);font-size:13px;font-weight:700;letter-spacing:0;line-height:1;text-decoration:none;text-transform:uppercase;pointer-events:auto;transition:transform .18s ease,background-color .18s ease,color .18s ease,border-color .18s ease,box-shadow .18s ease}.camo-hero-slider__button-label{flex:0 0 auto;padding-right:0;white-space:nowrap}.camo-hero-slider__button-icon{display:inline-flex;width:22px;height:22px;flex:0 0 22px;align-items:center;justify-content:center;background:transparent;color:currentColor;transition:transform .18s ease}.camo-hero-slider__button-icon .icon{width:22px;height:22px}.camo-hero-slider__button:hover,.camo-hero-slider__button:focus-visible{background:#fff;border-color:#fff;box-shadow:none;color:#000;transform:none}.camo-hero-slider__button:hover .camo-hero-slider__button-icon,.camo-hero-slider__button:focus-visible .camo-hero-slider__button-icon{background:transparent;color:currentColor;transform:translate(4px)}.camo-hero-slider__button:focus-visible{outline:3px solid #ffffff;outline-offset:4px}.camo-hero-slider__controls{position:absolute;top:0;right:0;bottom:0;left:0;z-index:6;pointer-events:none}.camo-hero-slider__dot{pointer-events:auto}.camo-hero-slider__dots{position:absolute;right:24px;bottom:12px;left:24px;display:flex;align-items:center;justify-content:center;gap:2px}.camo-hero-slider__dot{position:relative;width:32px;height:32px;padding:0;border:0;border-radius:999px;background:transparent;cursor:pointer}.camo-hero-slider__dot:focus-visible{outline:2px solid #f4c430;outline-offset:-5px}.camo-hero-slider__dot:before{content:"";position:absolute;top:50%;left:50%;width:8px;height:8px;border-radius:999px;background:#ffffff7a;transform:translate(-50%,-50%);transition:background-color .18s ease,transform .18s ease}.camo-hero-slider__dot.is-active:before{background:#fff;transform:translate(-50%,-50%) scale(1.35)}@media screen and (max-width:767px){.camo-hero-slider__content-inner{width:min(100%,318px)}.camo-hero-slider__slide--mobile-center .camo-hero-slider__content-inner{width:min(100%,342px);margin-inline:auto;text-align:center}.camo-hero-slider__subheading{display:grid;grid-template-columns:minmax(14px,1fr) auto minmax(14px,1fr);width:100%}.camo-hero-slider__subheading:before,.camo-hero-slider__subheading:after{width:100%}.camo-hero-slider__button{position:absolute;right:auto;bottom:48px;left:50%;width:150px;min-width:150px;min-height:44px;margin:0;justify-content:center;gap:20px;padding:9px 26px;font-size:10px;translate:-50% 0}.camo-hero-slider__button-label{width:auto;text-align:center}.camo-hero-slider__button-icon{position:static}.camo-hero-slider__slide--mobile-button-left .camo-hero-slider__button{display:flex;margin-inline:0 auto}.camo-hero-slider__slide--mobile-button-center .camo-hero-slider__button{display:flex;margin-inline:auto}.camo-hero-slider__slide--mobile-button-right .camo-hero-slider__button{display:flex;margin-inline:auto 0}.camo-hero-slider__slide .camo-hero-slider__button{margin:0}.camo-hero-slider__slide--left .camo-hero-slider__content-inner,.camo-hero-slider__slide--right .camo-hero-slider__content-inner{margin-inline:auto;text-align:center}.camo-hero-slider__slide--left .camo-hero-slider__subheading,.camo-hero-slider__slide--right .camo-hero-slider__subheading{margin-inline:auto}.camo-hero-slider__slide--mobile-left .camo-hero-slider__content-inner{margin-inline:0 auto;text-align:left}.camo-hero-slider__slide--mobile-left .camo-hero-slider__subheading{justify-content:stretch;margin-inline:0 auto}.camo-hero-slider__slide--mobile-right .camo-hero-slider__content-inner{margin-inline:auto 0;text-align:right}.camo-hero-slider__slide--mobile-right .camo-hero-slider__subheading{justify-content:flex-end;margin-inline:auto 0}}@media screen and (max-width:340px){.camo-hero-slider__subheading{gap:8px;font-size:11px}}@media screen and (min-width:768px){.camo-hero-slider{aspect-ratio:var(--camo-hero-aspect-desktop, 16 / 9)}.camo-hero-slider__media img,.camo-hero-slider__placeholder{object-position:var(--camo-hero-desktop-position)}.camo-hero-slider__slide:after{background:linear-gradient(90deg,rgba(7,16,12,var(--camo-slide-scrim, 0)),#07100c00 62%)}.camo-hero-slider__content{align-items:center;padding:max(130px,calc(var(--header-height-static, 102px) + 28px)) 72px 76px}.camo-hero-slider__content-inner{width:min(100%,var(--camo-hero-content-width))}.camo-hero-slider__heading{font-size:clamp(52px,4vw,76px);white-space:nowrap}.camo-hero-slider__eyebrow{margin-bottom:16px;padding:8px 13px 7px;font-size:12px;letter-spacing:.17em}.camo-hero-slider__accent{font-size:clamp(42px,4.8vw,78px)}.camo-hero-slider__subheading{display:block;width:100%;margin-top:18px;font-size:clamp(17px,1.35vw,24px);text-align:left}.camo-hero-slider__subheading:before,.camo-hero-slider__subheading:after{content:none;display:none}.camo-hero-slider__button{min-width:208px;min-height:52px;margin-top:24px;padding:14px 25px 14px 29px;font-size:14px}.camo-hero-slider__button-label{padding-right:0}.camo-hero-slider__button-icon{width:24px;height:24px;flex-basis:24px}.camo-hero-slider__button-icon .icon{width:24px;height:24px}.camo-hero-slider__dots{bottom:18px}}@media(prefers-reduced-motion:reduce){.camo-hero-slider__slide,.camo-hero-slider__button,.camo-hero-slider__dot{transition:none}}.dual-promo-banners{box-sizing:border-box;width:100%;padding-inline:48px;pointer-events:auto}.dual-promo-banners__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--dual-promo-gap-desktop);width:100%;max-width:var(--dual-promo-max-width);margin-inline:auto}.dual-promo-banners__item{min-width:0}.dual-promo-banners__card{position:relative;display:block;aspect-ratio:777 / 315;overflow:hidden;background:#26362c;color:inherit;text-decoration:none;transform:translateZ(0);transition:transform .18s ease,box-shadow .18s ease}.dual-promo-banners__image{display:block;width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .48s cubic-bezier(.2,.7,.2,1),filter .3s ease}.dual-promo-banners__card:after{content:"";position:absolute;z-index:2;top:0;right:0;bottom:0;left:0;border:3px solid var(--dual-promo-hover-border);opacity:0;pointer-events:none;transition:opacity .18s ease}.dual-promo-banners__placeholder{background:#26362c;fill:#d6d0bf}.dual-promo-banners__card[href]:hover,.dual-promo-banners__card[href]:focus-visible{z-index:1;transform:translateY(-4px);box-shadow:0 14px 30px #121d1633}.dual-promo-banners__card[href]:hover .dual-promo-banners__image,.dual-promo-banners__card[href]:focus-visible .dual-promo-banners__image{transform:scale(1.025);filter:saturate(1.04) contrast(1.02)}.dual-promo-banners__card[href]:hover:after,.dual-promo-banners__card[href]:focus-visible:after{opacity:1}.dual-promo-banners__card[href]:focus-visible{outline:3px solid #ffffff;outline-offset:-6px}.dual-promo-banners--animate.is-ready:not(.is-visible) .dual-promo-banners__item{opacity:0;transform:translateY(24px)}.dual-promo-banners--animate.is-visible .dual-promo-banners__item{animation:dual-promo-reveal .7s cubic-bezier(.16,1,.3,1) both;animation-delay:calc(var(--dual-promo-index) * .11s)}@keyframes dual-promo-reveal{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@media screen and (max-width:749px){.dual-promo-banners{padding-inline:0}.dual-promo-banners__grid{grid-template-columns:minmax(0,1fr);gap:var(--dual-promo-gap-mobile)}.dual-promo-banners__card[href]:hover,.dual-promo-banners__card[href]:focus-visible{transform:none;box-shadow:none}}@media(prefers-reduced-motion:reduce){.dual-promo-banners--animate.is-ready:not(.is-visible) .dual-promo-banners__item{opacity:1;transform:none}.dual-promo-banners--animate.is-visible .dual-promo-banners__item{animation:none}.dual-promo-banners__card,.dual-promo-banners__image,.dual-promo-banners__card:after{transition:none}}.hunter-promo-grid,.hunter-promo-grid__items{box-sizing:border-box;margin:0 auto;padding:0;width:100%}.hunter-promo-grid:not(.hunter-promo-grid--full-width){max-width:var(--promo-max-width);padding-left:16px;padding-right:16px}.hunter-promo-grid:not(.hunter-promo-grid--full-width) .hunter-promo-grid__header{max-width:none;padding-left:0;padding-right:0}.hunter-promo-grid__header{box-sizing:border-box;margin:0 0 var(--promo-section-heading-spacing-desktop);margin-left:auto;margin-right:auto;max-width:var(--container-width, 2048px);padding:0 16px;text-align:var(--promo-section-heading-align);width:100%}.hunter-promo-grid__heading{color:var(--promo-section-heading-color);font-family:var(--promo-section-heading-font);font-size:var(--promo-section-heading-size-desktop);font-weight:var(--promo-section-heading-weight);letter-spacing:.04em;line-height:1.1;margin:0;text-transform:var(--promo-section-heading-transform)}.hunter-promo-grid__heading--theme{color:var(--color-heading);font-family:var(--heading-font-family);font-size:calc(var(--heading-font-size) * 1.6363636364);font-weight:var(--heading-font-weight);letter-spacing:normal;line-height:1.3333333333;text-transform:var(--heading-text-transform)}.hunter-promo-grid__items{display:grid;gap:var(--promo-gap-desktop);grid-template-columns:repeat(var(--promo-columns-desktop),minmax(0,1fr))}.hunter-promo-grid__item{box-sizing:border-box;margin:0;min-width:0;overflow:hidden;padding:0;position:relative;text-align:var(--promo-block-text-align)}.hunter-promo-grid__inner{border-radius:var(--promo-card-radius);color:var(--promo-title-color);display:block;isolation:isolate;overflow:hidden;position:relative;text-decoration:none;width:100%}.hunter-promo-grid__inner:focus-visible{outline:3px solid currentColor;outline-offset:-6px}.hunter-promo-grid__image{display:block;height:auto;object-position:var(--promo-block-image-position);position:relative;transition:transform var(--promo-transition-speed) ease;width:100%;z-index:0}.hunter-promo-grid--fixed-ratio .hunter-promo-grid__image{aspect-ratio:var(--promo-image-ratio);height:auto;object-fit:cover}.hunter-promo-grid__image--empty{aspect-ratio:4 / 5;background-color:#303833}.hunter-promo-grid__shade{background:var(--promo-overlay-color);top:0;right:0;bottom:0;left:0;opacity:var(--promo-overlay-opacity);pointer-events:none;position:absolute;transition:opacity var(--promo-transition-speed) ease;z-index:1}.hunter-promo-grid--overlay-gradient_bottom .hunter-promo-grid__shade{background:linear-gradient(to bottom,transparent 20%,var(--promo-overlay-color) 100%)}.hunter-promo-grid--overlay-gradient_center .hunter-promo-grid__shade{background:linear-gradient(to bottom,transparent 0%,var(--promo-overlay-color) 50%,transparent 100%)}.hunter-promo-grid__overlay{align-items:var(--promo-block-align);display:flex;top:0;right:0;bottom:0;left:0;justify-content:var(--promo-block-justify);margin:0;padding:var(--promo-content-padding-desktop);pointer-events:none;position:absolute;text-align:var(--promo-block-text-align);z-index:2}.hunter-promo-grid__content{align-items:var(--promo-block-align);display:flex;flex-direction:column;gap:var(--promo-content-gap);max-width:var(--promo-content-width);transition:opacity var(--promo-transition-speed) ease,transform var(--promo-transition-speed) ease;width:100%}.hunter-promo-grid__title{color:var(--promo-title-color);font-family:var(--promo-title-font);font-size:var(--promo-title-size-desktop);font-weight:var(--promo-title-weight);letter-spacing:var(--promo-title-spacing);line-height:1.05;margin:0;text-shadow:0 2px 6px rgba(0,0,0,.42);text-transform:var(--promo-title-transform)}.hunter-promo-grid__description{color:var(--promo-description-color);font-family:var(--promo-description-font);font-size:var(--promo-description-size-desktop);line-height:1.35;margin:0}.hunter-promo-grid__description p{color:inherit;line-height:inherit;margin:0}.hunter-promo-grid__button{background:var(--promo-button-background);border:1px solid var(--promo-button-border);border-radius:var(--promo-button-radius);color:var(--promo-button-color);display:inline-flex;font-family:var(--promo-button-font);font-size:13px;justify-content:center;letter-spacing:.08em;line-height:1;margin-top:4px;padding:12px 18px;text-transform:var(--button-text-transform)}.hunter-promo-grid__inner:hover .hunter-promo-grid__image{transform:scale(var(--promo-hover-scale))}.hunter-promo-grid__inner:hover .hunter-promo-grid__shade{opacity:var(--promo-overlay-hover-opacity)}.hunter-promo-grid--content-hover .hunter-promo-grid__content{opacity:0;transform:translateY(12px)}.hunter-promo-grid--content-hover .hunter-promo-grid__inner:hover .hunter-promo-grid__content,.hunter-promo-grid--content-hover .hunter-promo-grid__inner:focus-visible .hunter-promo-grid__content{opacity:1;transform:none}.hunter-promo-grid--animate.is-animation-ready:not(.is-visible) .hunter-promo-grid__item{opacity:0}.hunter-promo-grid--animate.is-visible .hunter-promo-grid__item{animation:hunter-promo-reveal .8s both;animation-delay:calc(var(--promo-index) * .16s)}@keyframes hunter-promo-reveal{0%{opacity:0;transform:var(--promo-enter-transform)}to{opacity:1;transform:none}}@media screen and (max-width:749px){.hunter-promo-grid__header{margin-bottom:var(--promo-section-heading-spacing-mobile);padding:0 16px}.hunter-promo-grid__heading{font-size:var(--promo-section-heading-size-mobile)}.hunter-promo-grid__heading--theme{font-size:calc(var(--heading-font-size) * 1.6363636364);line-height:1.3333333333}.hunter-promo-grid__items{column-gap:var(--promo-gap-mobile);grid-template-columns:repeat(var(--promo-columns-mobile),minmax(0,1fr));row-gap:calc(var(--promo-gap-mobile) * 2)}.hunter-promo-grid__overlay{padding:var(--promo-content-padding-mobile)}.hunter-promo-grid__title{font-size:var(--promo-title-size-mobile)}.hunter-promo-grid__description{font-size:var(--promo-description-size-mobile)}.hunter-promo-grid__button{font-size:11px;padding:9px 12px}.hunter-promo-grid--content-hover .hunter-promo-grid__content{opacity:1;transform:none}}@media screen and (min-width:768px){.hunter-promo-grid__heading--theme{font-size:calc(var(--heading-font-size) * 1.9375)}}@media screen and (min-width:1200px){.hunter-promo-grid__header{padding-left:64px;padding-right:64px}.hunter-promo-grid:not(.hunter-promo-grid--full-width){padding-left:64px;padding-right:64px}.hunter-promo-grid:not(.hunter-promo-grid--full-width) .hunter-promo-grid__header{padding-left:0;padding-right:0}.hunter-promo-grid__heading--theme{font-size:calc(var(--heading-font-size) * 2.18);line-height:1.2083333333}}.hunter-promo-grid__container .hunter-promo-grid__header{padding-left:0;padding-right:0}@media(prefers-reduced-motion:reduce){.hunter-promo-grid--animate.is-animation-ready:not(.is-visible) .hunter-promo-grid__item{opacity:1}.hunter-promo-grid--animate.is-visible .hunter-promo-grid__item{animation:none}.hunter-promo-grid__image,.hunter-promo-grid__shade,.hunter-promo-grid__content{transition:none}}.product-purchase-perks{display:grid;grid-template-columns:minmax(170px,1fr) auto;align-items:center;gap:10px;order:16;width:100%;margin:0 0 10px;padding:6px 10px;border:1px solid var(--color-accent, #ffd875);border-radius:0;background:transparent;color:var(--color-text-primary, #203224)}.product-purchase-perks__shipping{display:flex;align-items:center;gap:7px;margin:0;font-size:12px;font-weight:700;line-height:1.2;letter-spacing:.02em;text-transform:uppercase}.product-purchase-perks__shipping .icon{flex:0 0 auto;width:19px;height:19px}.product-purchase-perks__savings{display:flex;align-items:center;padding-left:6px;border-left:1px solid var(--color-accent, #ffd875)}.product-purchase-perks__savings span{padding:2px 7px;border-left:1px solid var(--color-accent, #ffd875);font-family:Oswald,sans-serif;font-size:11px;font-weight:600;line-height:1.2;letter-spacing:.02em;text-transform:uppercase;white-space:nowrap}.product-purchase-perks__savings span:first-child{border-left:0}@media screen and (max-width:767px){.product-purchase-perks{grid-template-columns:1fr;gap:6px;padding:6px 10px}.product-purchase-perks__shipping{justify-content:center}.product-purchase-perks__savings{display:grid;grid-template-columns:repeat(3,1fr);padding-top:6px;padding-left:0;border-top:1px solid var(--color-accent, #ffd875);border-left:0}.product-purchase-perks__savings span{padding:2px 4px;font-size:10.5px;text-align:center}}.also-available{border-top:1px dashed var(--color-border-secondary, rgb(0 0 0 / .18));display:block;margin-block:16px 8px;min-width:0;padding-top:16px}.also-available[hidden]{display:none}.also-available__header{align-items:center;display:flex;gap:12px;justify-content:space-between;margin-bottom:10px}.also-available__heading{margin:0;font-size:14px;font-weight:700;letter-spacing:.04em;line-height:1.3;text-transform:uppercase}.also-available__controls{display:flex;flex:0 0 auto;gap:6px}.also-available__arrow{align-items:center;background:var(--color-background, #fff);border:1px solid var(--color-border-primary, #263c2d);border-radius:0;color:var(--color-text-primary, #263c2d);cursor:pointer;display:inline-flex;height:32px;justify-content:center;padding:0;transition:background-color .16s ease,color .16s ease;width:32px}.also-available__arrow[hidden]{display:none}.also-available__arrow svg{height:18px;width:18px}.also-available__arrow:hover{background:var(--color-text-primary, #263c2d);color:#fff}.also-available__arrow:focus-visible{outline:2px solid currentColor;outline-offset:2px}.also-available__list{cursor:grab;display:flex;gap:8px;overflow-x:auto;overscroll-behavior-inline:contain;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none}.also-available__list.is-dragging{cursor:grabbing;scroll-behavior:auto;scroll-snap-type:none;-webkit-user-select:none;user-select:none}.also-available__list::-webkit-scrollbar{display:none}.also-available__item{background:var(--color-background, #fff);border:1px solid var(--color-border-secondary, rgb(0 0 0 / .14));border-radius:0;color:inherit;display:flex;flex:0 0 calc((100% - 8px)/2);min-width:0;flex-direction:column;padding:10px;scroll-snap-align:start;scroll-snap-stop:always;text-align:center;text-decoration:none}.also-available__media{background:var(--color-img-placeholder-bg, #f2f0e9);border-radius:0;display:block;overflow:hidden;position:relative}.also-available__image{display:block;height:auto;object-fit:contain;-webkit-user-drag:none;width:100%}.also-available__title{font-size:13px;font-weight:700;line-height:1.35;margin-top:10px}.also-available__price{color:var(--color-text-thirdly, #667066);font-size:12px;line-height:1.3;margin-top:2px}.also-available__price-difference{background:var(--color-text-primary, #263c2d);border-radius:0;bottom:6px;color:var(--color-background, #fff);font-size:10px;font-weight:700;left:6px;line-height:1;padding:3px 5px;position:absolute}@media(max-width:767px){.also-available__item{padding:6px}.also-available__title{font-size:12px;margin-top:8px}}@media(prefers-reduced-motion:reduce){.also-available__list{scroll-behavior:auto}}.product-card.product-card--reference{display:flex;width:100%;min-width:0;height:auto!important;min-height:0!important;box-sizing:border-box;flex-direction:column;overflow:visible!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;font-family:var(--base-font-family),Arial,Helvetica,sans-serif!important}.product-card.product-card--reference:hover{transform:none!important;box-shadow:none!important}.product-card.product-card--reference .product-card__main{position:relative;display:block;width:100%;min-width:0;flex:0 0 auto;border:0!important}.product-card.product-card--reference .product-card__image-wrapper-link{display:block;width:100%;overflow:hidden}.product-card.product-card--reference .product-card__image-wrapper--reference{position:relative;display:none;width:100%;padding-top:125%!important;overflow:hidden!important;border-radius:0!important;background:#f2f3f1;box-shadow:inset 0 -28px 42px #26322809}.product-card.product-card--reference .product-card__image-wrapper--reference.is-active{display:block}.product-card.product-card--reference .product-card__image-picture{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;display:block;width:100%;height:100%;overflow:hidden;border-radius:0!important}.product-card.product-card--reference .product-card__image{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%!important;height:100%!important;border-radius:0!important;object-fit:contain!important;object-position:center center!important;filter:contrast(1.01) saturate(.98) brightness(.965)!important}.product-card.product-card--reference img.product-card__image{mix-blend-mode:multiply}.product-card.product-card--reference .product-card__tag-badge{position:absolute;left:0;bottom:6px;z-index:3;display:flex;width:50%;max-width:50%;pointer-events:none;filter:drop-shadow(0 3px 7px rgba(0,0,0,.16))}.product-card.product-card--reference .product-card__tag-badge-image{display:block;width:100%;height:auto;object-fit:contain}.product-card.product-card--reference .product-card__footer{display:flex;width:100%;min-width:0;height:auto!important;margin-top:9px!important;padding:0 0 14px!important;flex:0 0 auto;flex-direction:column;overflow:visible!important;text-align:left}.product-card.product-card--reference .product-card__swatches-block{min-width:0;margin:0 0 12px}.product-card.product-card--reference .product-card__color-label{display:flex;margin:0 0 7px;gap:4px;color:#4a4a4a;font-family:var(--base-font-family),Arial,Helvetica,sans-serif!important;font-size:12px;font-weight:400;line-height:1.25}.product-card.product-card--reference .product-card__swatches-wrapper{display:block;width:100%;min-width:0;margin:0!important}.product-card.product-card--reference .product-card__swatches{display:flex!important;width:100%;min-width:0;align-items:center;flex-wrap:nowrap!important;gap:5px!important;overflow:visible;opacity:1!important;visibility:visible!important;transform:none!important}.product-card.product-card--reference .product-card__swatches.is-expanded{width:100%;padding:2px 1px 4px;box-sizing:border-box;flex-wrap:nowrap!important;overflow-x:auto;overflow-y:hidden;overscroll-behavior-inline:contain;scrollbar-width:none;touch-action:pan-x;-webkit-overflow-scrolling:touch}.product-card.product-card--reference .product-card__swatches.is-expanded::-webkit-scrollbar{display:none}.product-card.product-card--reference .product-card__swatch-button{position:relative;display:inline-flex!important;align-items:center;justify-content:center;width:30px!important;height:30px!important;padding:0!important;flex:0 0 30px;overflow:hidden;border:1px solid #c9c9c9!important;border-radius:0!important;background:#fff!important;box-shadow:none!important;cursor:pointer}.product-card.product-card--reference .product-card__swatch-button:after{display:none!important}.product-card.product-card--reference .product-card__swatch-button.is-active{border-color:#1f1f1f!important;outline:none!important}.product-card.product-card--reference .product-card__swatch-color{position:static;inset:auto;width:calc(100% - 6px)!important;height:calc(100% - 6px)!important;flex:0 0 auto;border-radius:0!important;background:var(--swatch-color)}.product-card.product-card--reference .product-card__swatch-button--extra-desktop{display:none!important}.product-card.product-card--reference .product-card__swatches.is-expanded .product-card__swatch-button--extra-desktop{display:inline-flex!important}.product-card.product-card--reference .product-card__overlimit{display:inline-flex!important;align-items:center;margin-left:3px;padding:0!important;flex:0 0 auto;border:0!important;background:transparent!important;color:#2c3d33!important;font-family:var(--base-font-family),Arial,Helvetica,sans-serif!important;font-size:12px!important;line-height:1.2;text-decoration:underline;text-underline-offset:2px;white-space:nowrap;cursor:pointer}.product-card.product-card--reference .product-card__overlimit--mobile-only,.product-card.product-card--reference .product-card__overlimit-count--mobile,.product-card.product-card--reference .product-card__swatches.is-expanded .product-card__overlimit{display:none!important}.product-card.product-card--reference .product-card__title{display:block!important;width:100%;max-width:100%;min-width:0;min-height:0!important;margin:0 0 5px!important;overflow:hidden!important;font-family:var(--heading-font-family),var(--base-font-family),Arial,sans-serif!important;font-size:16px!important;font-weight:700!important;line-height:1.25!important;text-decoration:none;text-overflow:ellipsis;text-transform:none!important;white-space:nowrap!important;word-break:normal!important}.product-card.product-card--reference a.product-card__title{color:#2c3d33!important}.product-card.product-card--reference .product-card__rating{min-height:18px;margin:0 0 7px;font-family:var(--base-font-family),Arial,Helvetica,sans-serif!important;line-height:1}.product-card.product-card--reference .product-card__rating .jdgm-widget,.product-card.product-card--reference .product-card__rating .jdgm-preview-badge{display:flex!important;align-items:center;min-height:18px;margin:0!important;font-family:var(--base-font-family),Arial,Helvetica,sans-serif!important;white-space:nowrap}.product-card.product-card--reference .product-card__rating .jdgm-star{color:#59663f!important;font-size:14px!important}.product-card.product-card--reference .product-card__rating .jdgm-prev-badge__text{margin-left:5px;color:#4f4f4f!important;font-family:var(--base-font-family),Arial,Helvetica,sans-serif!important;font-size:12px!important}.product-card.product-card--reference .product-card__rating .jdgm-prev-badge[data-number-of-reviews="0"]{display:flex!important;align-items:center}.product-card.product-card--reference .product-card__rating .jdgm-prev-badge[data-number-of-reviews="0"] .jdgm-prev-badge__text{display:none!important}.product-card.product-card--reference .product-card__price{display:flex!important;align-items:baseline!important;flex-wrap:wrap!important;margin:0!important;gap:7px!important;color:#252525!important;font-family:var(--base-font-family),Arial,Helvetica,sans-serif!important;font-size:13px!important;font-weight:400!important;line-height:1.2!important}.product-card.product-card--reference .product-card__compare-price{color:#666!important;font-size:13px!important;font-weight:400!important}.product-card.product-card--reference .product-card__sale-price{color:#a92323!important;font-size:13px!important;font-weight:700!important}.product-card.product-card--reference .product-card__regular-price{color:#252525!important;font-size:13px!important;font-weight:700!important}.product-card.product-card--reference .product-card__discount{color:#a92323!important;font-size:12px!important;font-weight:700!important;white-space:nowrap}.product-card.product-card--reference .product-card__discount--image{--sale-tag-point: 9px;position:absolute;top:12px;left:12px;z-index:4;display:inline-flex;align-items:center;justify-content:center;min-height:27px;padding:6px 12px 6px 18px;border-radius:0;background:#ef1f2b;clip-path:polygon(0 50%,var(--sale-tag-point) 0,100% 0,100% 100%,var(--sale-tag-point) 100%);filter:drop-shadow(0 1px 1px rgba(25,25,25,.14));color:#fff!important;font-family:var(--base-font-family),Arial,Helvetica,sans-serif!important;font-size:13px!important;font-weight:500!important;line-height:1;letter-spacing:.02em;pointer-events:none}.product-card.product-card--reference.product-card--spooky .product-card__image-wrapper-link{position:relative;box-sizing:border-box;overflow:hidden;border-radius:0}.product-card.product-card--reference.product-card--spooky .product-card__image-wrapper-link:before{content:"";position:absolute;top:-1px;left:-1px;z-index:3;width:48%;aspect-ratio:10 / 7;background-image:url(../assets/spooky-corner-web.png);background-position:top left;background-repeat:no-repeat;background-size:contain;filter:drop-shadow(0 1px 2px rgba(89,34,6,.28));pointer-events:none}.product-card.product-card--reference.product-card--spooky .product-card__image-wrapper--reference,.product-card.product-card--reference.product-card--spooky .product-card__image-picture,.product-card.product-card--reference.product-card--spooky .product-card__image{border-radius:0!important}.product-card.product-card--reference.product-card--spooky .product-card__discount--image{top:12px;left:12px;width:40%;max-width:128px;min-height:0;aspect-ratio:2.35 / 1;box-sizing:border-box;padding:0 10px;border:0;background-color:transparent;background-image:url(../assets/spooky-sale-tag.png);background-position:center;background-repeat:no-repeat;background-size:100% 100%;clip-path:none;filter:drop-shadow(0 3px 5px rgba(82,28,4,.35));color:#fff8ea!important;font-family:"Oswald",var(--heading-font-family),sans-serif!important;font-size:15px!important;font-weight:800!important;letter-spacing:.035em;text-shadow:1px 2px 0 rgba(85,26,4,.55)}.product-card.product-card--reference.product-card--spooky a.product-card__title{color:#a83f08!important;letter-spacing:.015em;text-shadow:0 1px 0 rgba(255,174,68,.22)}.product-card.product-card--reference.product-card--spooky a.product-card__title:hover{color:#e9680b!important}.product-card.product-card--reference.product-card--spooky .product-card__rating .jdgm-star{color:#e9680b!important;text-shadow:0 1px 0 #5b2108,0 0 4px rgba(233,104,11,.28)}.product-card.product-card--reference.product-card--spooky .product-card__sale-price{color:#e9680b!important}.product-card.product-card--reference .product-card__custom-quick-add,.product-card.product-card--reference .product-card__swatches-count{display:none!important}@media screen and (max-width:767px){.product-card.product-card--reference.product-card--spooky .product-card__image-wrapper-link{border-radius:0}.product-card.product-card--reference.product-card--spooky .product-card__image-wrapper--reference,.product-card.product-card--reference.product-card--spooky .product-card__image-picture,.product-card.product-card--reference.product-card--spooky .product-card__image{border-radius:0!important}.product-card.product-card--reference.product-card--spooky .product-card__image-wrapper-link:before{width:54%}.product-card.product-card--reference.product-card--spooky .product-card__discount--image{top:8px;left:8px;width:50%;max-width:92px;min-height:0;padding:0 7px;font-size:11px!important}.product-card.product-card--reference .product-card__discount--image{--sale-tag-point: 7px;top:8px;left:8px;min-height:18px;padding:3px 7px 3px 12px;font-size:10px!important}.product-card.product-card--reference .product-card__footer{margin-top:7px!important}.product-card.product-card--reference .product-card__swatches{gap:4px!important}.product-card.product-card--reference .product-card__overlimit{margin-left:0;font-size:11px!important}.product-card.product-card--reference .product-card__tag-badge{bottom:5px}.product-card.product-card--reference .product-card__swatches-block{margin-bottom:10px}.product-card.product-card--reference .product-card__swatch-button{width:26px!important;height:26px!important;flex-basis:26px}.product-card.product-card--reference .product-card__swatch-button--extra-mobile{display:none!important}.product-card.product-card--reference .product-card__swatches.is-expanded .product-card__swatch-button--extra-mobile,.product-card.product-card--reference .product-card__overlimit--mobile-only{display:inline-flex!important}.product-card.product-card--reference .product-card__overlimit-count--desktop{display:none!important}.product-card.product-card--reference .product-card__overlimit-count--mobile{display:inline!important}.product-card.product-card--reference .product-card__title{font-size:14px!important}}.product-customization{display:grid;gap:20px;width:100%;margin:18px 0 20px;padding:0}.product-customization__field{display:grid;gap:10px}.product-customization__label{color:var(--color-text-primary, #324335);font-family:"Oswald",var(--font-heading-family),sans-serif;font-size:14px;font-weight:400;line-height:1.2;letter-spacing:.04em;text-transform:uppercase}.product-customization__required{margin-left:3px;color:#c9574d}.product-customization__input{box-sizing:border-box;width:100%;height:56px;min-height:56px;padding:0 14px;border:1px solid #c8cbc8!important;border-radius:4px!important;background:#fff!important;color:var(--color-text-primary, #324335);font:inherit;transition:border-color .16s ease,box-shadow .16s ease}.product-customization__input:hover{border-color:#929992!important}.product-customization__input:focus-visible{border-color:var(--color-text-primary, #324335)!important;outline:0;box-shadow:0 0 0 1px var(--color-text-primary, #324335)!important}
/*# sourceMappingURL=/cdn/shop/t/10/compiled_assets/styles.css.map */
