.product-finder__subCategory-main-wrapper{position:relative;overflow:hidden;width:100%;height:fit-content}
.product-finder__subCategory-container{width:100%;max-width:1440px;margin:0 auto;overflow:hidden;text-align:center}
.product-finder__subCategory{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;flex-direction:row;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;flex-wrap:nowrap;width:max-content}
.product-finder__subCategory-link{height:auto;width:auto;padding:8px;border-radius:2.22222vw;font-size:14px;text-align:center;color:#000;font-family:"SamsungOne";white-space:nowrap;font-weight:bold;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:default;flex-shrink:0}
.product-finder__subCategory-link.hasIcon{height:auto;width:80px;padding:8px;font-size:14px;white-space:wrap;color:#717171;display:flex;justify-content:flex-start;border-radius:0;flex-shrink:0}
.product-finder__subCategory-link.hasIcon img{height:28px;width:28px;margin-bottom:9px;opacity:.5}
.product-finder__subCategory-link:not(.selected):hover{color:#717171;cursor:pointer}
.product-finder__subCategory-link.selected{pointer-events:none;user-select:none}
.product-finder__subCategory-link span{padding-bottom:6px}
.product-finder__subCategory-link.selected span{padding-bottom:4px}
.product-finder__subCategory-link.selected span{border-bottom:2px solid #000}
.product-finder__subCategory-link.selected,.product-finder__subCategory-link.hasIcon.selected{color:#000}
.product-finder__subCategory-link.selected img{opacity:1;filter:brightness(0) contrast(100%)}
.product-finder__subCategory-cta-mobile{display:block}
.product-finder__subCategory-cta-mobile.left,.product-finder__subCategory-cta-mobile.right{position:absolute;z-index:12;top:0;height:100%;width:24px;display:flex;flex-direction:column;justify-content:center;align-items:center}
.product-finder__subCategory-cta-mobile.left span,.product-finder__subCategory-cta-mobile.right span{visibility:hidden}
.product-finder__subCategory-cta-mobile.left:focus-within span,.product-finder__subCategory-cta-mobile.right:focus-within span{visibility:visible}
.product-finder__subCategory-main-wrapper:focus-within .product-finder__subCategory-cta-mobile.left span,.product-finder__subCategory-main-wrapper:focus-within .product-finder__subCategory-cta-mobile.right span{visibility:visible}
.product-finder__subCategory-cta-mobile.left{left:0}
.product-finder__subCategory-cta-mobile.right{right:0}
.product-finder__subCategory-gradient-left{display:none;top:0;position:absolute;height:100%;width:24px;left:0;background:linear-gradient(270deg,rgba(247,247,247,0),rgba(247,247,247,1));z-index:11}
.product-finder__subCategory-gradient-right{display:none;top:0;position:absolute;height:100%;width:24px;right:0;background:linear-gradient(90deg,rgba(247,247,247,0),rgba(247,247,247,1));z-index:11}
@media only screen and (min-width:769px) and (max-width:1440px){.product-finder__subCategory{justify-content:center}
.product-finder__subCategory-link{border-radius:.555556vw;min-height:3.88889vw;padding:0vw 1.11111vw;font-size:.972vw}
.product-finder__subCategory-link.hasIcon{padding:1.31944vw .555556vw .694444vw;height:8.33333vw;width:8.33333vw;font-size:.972vw;border-radius:.555556vw;min-width:auto}
.product-finder__subCategory-link.hasIcon img{margin-bottom:.555556vw;height:3.33333vw;width:3.33333vw}
.product-finder__subCategory-gradient-left,.product-finder__subCategory-gradient-right{display:block}
}
@media only screen and (min-width:1440px){.product-finder__subCategory{justify-content:center}
.product-finder__subCategory-link{padding:0 16px;min-height:56px;border-radius:8px;font-size:16px}
.product-finder__subCategory-link.hasIcon{width:120px;height:120px;padding:19px 8px 10px;font-size:16px;border-radius:8px;min-width:auto}
.product-finder__subCategory-link.hasIcon img{width:40px;height:40px;margin-bottom:8px}
.product-finder__subCategory-gradient-left,.product-finder__subCategory-gradient-right{display:block}
}
@media only screen and (max-width:767px){.product-finder__subCategory .product-finder__subCategory-link:first-child{margin-left:6.66667vw}
}