.section-items.chip-v2{position:relative;width:auto;height:-moz-fit-content;height:fit-content;padding:var(--spacer-2,2px);cursor:pointer}.section-items.chip-v2>.wrapper{position:relative;display:flex;flex-direction:row;align-items:center;gap:var(--spacer-12,12px);height:28px;border-radius:28px;border:none;padding:0 var(--spacer-10,10px);background-color:var(--color-black-30,#F5F5F5);transition:all var(--transition-duration-fast);z-index:2}@media(min-width:768px){.section-items.chip-v2>.wrapper{height:45px;border-radius:45px;padding:0 var(--spacer-10,0) 0 var(--spacer-22,22px)}}.section-items.chip-v2>.wrapper>i{width:24px;height:24px;font-size:var(--font-22,22px);color:var(--color-black-600,#555555);display:none}@media(min-width:768px){.section-items.chip-v2>.wrapper>i{display:flex}}.section-items.chip-v2>.wrapper>.inner-wrapper{display:flex;flex:1;flex-direction:row;align-items:center;justify-content:flex-start;gap:var(--spacer-4,4px)}@media(min-width:768px){.section-items.chip-v2>.wrapper>.inner-wrapper{gap:var(--spacer-12,12px)}}.section-items.chip-v2>.wrapper>.inner-wrapper.no-cta-icon{padding-right:var(--spacer-2,2px)}@media(min-width:768px){.section-items.chip-v2>.wrapper>.inner-wrapper.no-cta-icon{padding-right:var(--spacer-12,12px)}}.section-items.chip-v2>.wrapper>.inner-wrapper>i{width:16px;height:16px;font-size:var(--font-16,16px);transition:all var(--transition-duration-fast)}@media(min-width:768px){.section-items.chip-v2>.wrapper>.inner-wrapper>i{width:24px;height:24px;font-size:var(--font-22,22px)}}.section-items.chip-v2>.wrapper>.inner-wrapper>.img-wrapper{position:relative;width:16px;height:16px}@media(min-width:768px){.section-items.chip-v2>.wrapper>.inner-wrapper>.img-wrapper{width:24px;height:24px}}.section-items.chip-v2>.wrapper>.inner-wrapper>.img-wrapper>img{width:100%;height:100%}.section-items.chip-v2>.wrapper>.inner-wrapper>.label-wrapper{position:relative;display:flex}.section-items.chip-v2>.wrapper>.inner-wrapper>.label-wrapper>h4{font-weight:var(--font-weight-bold,600)!important;color:rgba(0,0,0,0)!important}.section-items.chip-v2>.wrapper>.inner-wrapper>.label-wrapper>h5{position:absolute;left:0;font-weight:var(--font-weight-regular,400);color:var(--color-black,#000)}.section-items.chip-v2>.wrapper>.inner-wrapper>.label-wrapper>h4,.section-items.chip-v2>.wrapper>.inner-wrapper>.label-wrapper>h5{text-align:left;font-size:var(--font-12,12px);font-style:normal;line-height:15.996px;margin:0}@media(min-width:768px){.section-items.chip-v2>.wrapper>.inner-wrapper>.label-wrapper>h4,.section-items.chip-v2>.wrapper>.inner-wrapper>.label-wrapper>h5{font-size:var(--font-16,16px);line-height:23px;letter-spacing:-.16px}}@supports(-webkit-line-clamp:1){.section-items.chip-v2>.wrapper>.inner-wrapper>.label-wrapper>h4,.section-items.chip-v2>.wrapper>.inner-wrapper>.label-wrapper>h5{overflow:hidden;text-overflow:ellipsis;white-space:normal;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}}.section-items.chip-v2>.borders{position:absolute;top:0;bottom:0;left:0;right:0;width:100%;height:100%;background-color:var(--color-black-30,#F5F5F5);transition:all var(--transition-duration-fast);border-radius:32px;z-index:1}@media(min-width:768px){.section-items.chip-v2>.borders{border-radius:49px}.section-items.chip-v2:hover:not(.selected)>.borders,.section-items.chip-v2:hover:not(.selected)>.wrapper{background-color:var(--color-black-100,#E9E9E9)}}.section-items.chip-v2.selected>.borders{background-color:var(--color-primary,#FF1659);background:linear-gradient(90deg,#FF1659,#EE02CB)}.section-items.chip-v2.selected>.wrapper{background-color:var(--color-white,#FFFFFF)}.section-items.chip-v2.selected>.wrapper>.inner-wrapper>i{color:var(--color-primary,#FF1659)!important}.section-items.chip-v2.selected>.wrapper>.inner-wrapper>.label-wrapper>h5{font-weight:var(--font-weight-bold,600)}.section-items.chip-v2>.flat-bottom-border{position:absolute;bottom:0;left:0;right:0;width:100%;height:0;border-top:1px solid var(--color-black-200,#d9d9d9);transition:all var(--transition-duration-fastest);z-index:1}.section-items.chip-v2>.flat-bottom-border.selected{border-top:2px solid var(--color-primary,#ff1659)}