.pl-Wrapper{margin:0 auto;width:94vw;max-width:1600px}@media screen and (min-width:480px){.pl-Wrapper{width:90vw}}.pl-Wrapper--fullBleed{width:100%;max-width:1780px}.pl-Wrapper--inset{max-width:1200px}@media screen and (min-width:1280px){.pl-Wrapper--inset{width:75%}}.AppBanner{position:relative;background-color:#f5f5f5;border:solid #d1d1d6;border-width:1px 0;display:flex}.AppBanner-logoWrap,.AppBanner-openButton,.AppBanner-text{align-self:center}.AppBanner-closeButton:before,.AppBanner-closeIcon,.AppBanner-logo{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.AppBanner-logoWrap{position:relative;width:40px;height:40px;margin-right:10px;border-radius:10px}.AppBanner-text{color:#211e22;text-decoration:none}.AppBanner-logo{width:28px;height:28px}.AppBanner-link{display:flex;flex:1;padding:8px 0;color:#4d4a4f;text-decoration:none}.AppBanner-closeButton{position:relative;width:40px}.AppBanner-closeButton:before{content:"";width:20px;height:20px;border-radius:50%;background:#646266}.AppBanner-closeIcon{color:#fff}.AppBanner-note{display:block;font-size:12px}.AppBanner-openButton{padding:2px 10px;border:2px solid #d1d1d6;border-radius:3px;margin:0 11px 0 auto;color:#312f32}.pl-TextInput{flex-grow:1;font-size:15px;position:relative}.pl-TextInput:not(.pl-TextInput--disabled) .pl-TextInput-fieldWrap:hover .pl-TextInput-labelWrap,.pl-TextInput:not(.pl-TextInput--disabled) .pl-TextInput-fieldWrap[focus-within] .pl-TextInput-labelWrap{border-color:#4d4a4f}.pl-TextInput:not(.pl-TextInput--disabled) .pl-TextInput-fieldWrap:focus-within .pl-TextInput-labelWrap,.pl-TextInput:not(.pl-TextInput--disabled) .pl-TextInput-fieldWrap:hover .pl-TextInput-labelWrap{border-color:#4d4a4f}.pl-TextInput-fieldWrap,.pl-TextInput-label,.pl-TextInput-labelWrap{display:flex;grid-gap:8px;gap:8px;align-items:center;flex-grow:1}@supports (-webkit-touch-callout:none) and (not (translate:none)){.pl-TextInput-fieldWrap *+:not(.pl-TextInput-labelText),.pl-TextInput-label *+:not(.pl-TextInput-labelText),.pl-TextInput-labelWrap *+:not(.pl-TextInput-labelText){margin-left:8px}.pl-TextInput .pl-TextInput-prefix+.pl-TextInput-inputWrap{margin-left:0}}.pl-TextInput-labelWrap{position:relative;height:56px;background-color:#fff;border-bottom:1px solid #93939a;color:#211e22;transition:border-color .25s cubic-bezier(.65,.05,.36,1)}.pl-TextInput.is-focused .pl-TextInput-labelWrap{border-color:#4d4a4f}.pl-TextInput-labelWrap[focus-within]{box-shadow:0 0 0 1px #1364f1,0 0 4px #1364f1;border-color:#4d4a4f;z-index:1}.pl-TextInput-labelWrap:focus-within{box-shadow:0 0 0 1px #1364f1,0 0 4px #1364f1;border-color:#4d4a4f;z-index:1}.pl-TextInput:not(.pl-TextInput--disabled) .pl-TextInput-labelWrap:active,.pl-TextInput:not(.pl-TextInput--disabled) .pl-TextInput-labelWrap:hover{border-color:#4d4a4f}.pl-TextInput:not(.pl-TextInput--disabled):active .pl-TextInput-labelWrap:after{content:"";position:absolute;pointer-events:none;border:1.5px solid;top:0;left:0;right:0;bottom:0;margin:-1.5px}.pl-TextInput-label{padding-left:8px}.pl-TextInput-labelWrap:last-child .pl-TextInput-label:last-child{padding-right:8px}.pl-TextInput-postfix,.pl-TextInput-prefix{color:#4d4a4f;flex-shrink:0}.pl-TextInput-inputWrap{display:flex;flex-grow:1;position:relative;margin:0 -8px}.pl-TextInput--hasClear .pl-TextInput-inputWrap:last-child{margin-right:0}.pl-TextInput-input{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;flex-grow:1;line-height:inherit;margin:24px 8px 8px;height:24px;width:calc(100% - 16px)}.pl-TextInput:not(.pl-TextInput--textarea) .pl-TextInput-input:not(:focus){text-overflow:ellipsis}.pl-TextInput-input::-moz-placeholder{color:#4d4a4f}.pl-TextInput-input:-ms-input-placeholder{color:#4d4a4f}.pl-TextInput-input::placeholder{color:#4d4a4f}.pl-TextInput-input:disabled{background:transparent}.pl-TextInput-input:required:-moz-ui-invalid,.pl-TextInput-input:required:-moz-ui-invalid:-moz-focusring{box-shadow:0 0}.pl-TextInput-input::-ms-clear{display:none}.pl-TextInput-input::-webkit-search-cancel-button,.pl-TextInput-input::-webkit-search-decoration,.pl-TextInput-input::-webkit-search-results-button,.pl-TextInput-input::-webkit-search-results-decoration{display:none}.pl-TextInput-input.pl-TextInput-input{border:0;padding:0}.pl-TextInput-input[type=hidden]~.pl-TextInput-labelText{display:none}.pl-TextInput-icon{flex-shrink:0}.pl-TextInput-cta{display:flex;align-items:center;background-color:#211e22;color:#fff;height:56px;padding:0 16px;margin-left:8px;transition:.25s cubic-bezier(.65,.05,.36,1);transition-property:background-color,color,border-color}.pl-TextInput-cta:focus{box-shadow:0 0 0 1px #1364f1,0 0 4px #1364f1;z-index:1}.pl-TextInput-cta:hover{transition-duration:0s,0s,.25s}.pl-TextInput-cta:not(.pl-TextInput-cta--plainText):not(:disabled):focus,.pl-TextInput-cta:not(.pl-TextInput-cta--plainText):not(:disabled):hover{background-color:#646266}.pl-TextInput-cta:not(.pl-TextInput-cta--plainText):not(:disabled):active{background-color:#363438}.pl-TextInput-cta:not(.pl-TextInput-cta--plainText):disabled{background-color:#d1d1d6}.pl-TextInput-cta::-moz-focus-inner{border:0}.pl-TextInput-cta--plainText{background-color:transparent;color:#4d4a4f;text-decoration:underline;position:relative;margin-left:0}.pl-TextInput-cta--plainText:before{content:"";position:absolute;bottom:0;right:0;pointer-events:none;width:calc(100% + 16px);transition:border-color .25s cubic-bezier(.65,.05,.36,1);border-bottom:1px solid #93939a}.pl-TextInput-cta--plainText:not(:disabled):focus,.pl-TextInput-cta--plainText:not(:disabled):hover{text-decoration:none;color:#363438}.pl-TextInput-fieldWrap:hover .pl-TextInput-cta--plainText:not(:disabled):before,.pl-TextInput-fieldWrap[focus-within] .pl-TextInput-cta--plainText:not(:disabled):before,.pl-TextInput.is-focused .pl-TextInput-cta--plainText:not(:disabled):before{border-color:#4d4a4f}.pl-TextInput-fieldWrap:focus-within .pl-TextInput-cta--plainText:not(:disabled):before,.pl-TextInput-fieldWrap:hover .pl-TextInput-cta--plainText:not(:disabled):before,.pl-TextInput.is-focused .pl-TextInput-cta--plainText:not(:disabled):before{border-color:#4d4a4f}.pl-TextInput-cta--plainText:disabled{color:#777279}.pl-TextInput-cta-icon{max-width:28px;max-height:100%}.pl-TextInput-characterCount{text-align:right;font-size:12px;color:#4d4a4f;margin-top:8px}.pl-TextInput--hiddenLabel .pl-TextInput-input.pl-TextInput-input{margin:0 8px}.pl-TextInput--hiddenLabel.pl-TextInput--textarea .pl-TextInput-input{margin:8px}.pl-TextInput--withTextCTA .pl-TextInput-fieldWrap{background-color:#fff}.pl-TextInput:not(.pl-TextInput--withTextCTA) .pl-TextInput-label:last-child{padding-right:8px}.pl-TextInput--textarea .pl-TextInput-labelWrap{height:auto}.pl-TextInput--textarea .pl-TextInput-fieldWrap,.pl-TextInput--textarea .pl-TextInput-label,.pl-TextInput--textarea .pl-TextInput-labelWrap{align-items:flex-start}.pl-TextInput--textarea .pl-TextInput-icon{margin-top:28px;transform:translateY(-50%)}.pl-TextInput--textarea .pl-TextInput-input{display:block;resize:none;min-height:4.5em;height:auto}.pl-TextInput--b2b .pl-TextInput-cta:not(:disabled):not(.pl-TextInput-cta--plainText){background-color:#005456}.pl-TextInput--b2b .pl-TextInput-cta:not(:disabled):not(.pl-TextInput-cta--plainText):focus,.pl-TextInput--b2b .pl-TextInput-cta:not(:disabled):not(.pl-TextInput-cta--plainText):hover{background-color:#006e72}.pl-TextInput--b2b .pl-TextInput-cta:not(:disabled):not(.pl-TextInput-cta--plainText):active{background-color:#053e48}.pl-TextInput--b2b .pl-TextInput-cta:not(:disabled).pl-TextInput-cta--plainText{color:#005456}.pl-TextInput--b2b .pl-TextInput-cta:not(:disabled).pl-TextInput-cta--plainText:focus,.pl-TextInput--b2b .pl-TextInput-cta:not(:disabled).pl-TextInput-cta--plainText:hover{color:#053e48}.pl-TextInput--disabled .pl-TextInput-labelWrap{border-color:#d1d1d6}.pl-TextInput--disabled .pl-TextInput-fieldWrap,.pl-TextInput--disabled .pl-TextInput-icon,.pl-TextInput--disabled .pl-TextInput-labelText.pl-TextInput-labelText,.pl-TextInput--disabled .pl-TextInput-postfix,.pl-TextInput--disabled .pl-TextInput-prefix{color:#777279}.pl-TextInput--disabled .pl-TextInput-label{pointer-events:none}.pl-TextInput--disabled .pl-TextInput-cta--plainText:before{border-color:#d1d1d6}.pl-TextInput--valid .pl-TextInput-labelWrap{border-color:#245728}.pl-TextInput--valid .pl-TextInput-fieldWrap,.pl-TextInput--valid .pl-TextInput-icon,.pl-TextInput--valid .pl-TextInput-labelText.pl-TextInput-labelText.pl-TextInput-labelText{color:#245728}.pl-TextInput--valid .pl-TextInput-cta--plainText:before{border-color:#245728}.pl-TextInput--valid:not(.pl-TextInput--disabled).is-focused .pl-TextInput-cta--plainText:before,.pl-TextInput--valid:not(.pl-TextInput--disabled).is-focused .pl-TextInput-labelWrap,.pl-TextInput--valid:not(.pl-TextInput--disabled) .pl-TextInput-fieldWrap:active .pl-TextInput-cta--plainText:before,.pl-TextInput--valid:not(.pl-TextInput--disabled) .pl-TextInput-fieldWrap:active .pl-TextInput-labelWrap,.pl-TextInput--valid:not(.pl-TextInput--disabled) .pl-TextInput-fieldWrap:hover .pl-TextInput-cta--plainText:before,.pl-TextInput--valid:not(.pl-TextInput--disabled) .pl-TextInput-fieldWrap:hover .pl-TextInput-labelWrap,.pl-TextInput--valid:not(.pl-TextInput--disabled) .pl-TextInput-fieldWrap[focus-within] .pl-TextInput-cta--plainText:before,.pl-TextInput--valid:not(.pl-TextInput--disabled) .pl-TextInput-fieldWrap[focus-within] .pl-TextInput-labelWrap{border-color:#234414}.pl-TextInput--valid:not(.pl-TextInput--disabled).is-focused .pl-TextInput-cta--plainText:before,.pl-TextInput--valid:not(.pl-TextInput--disabled).is-focused .pl-TextInput-labelWrap,.pl-TextInput--valid:not(.pl-TextInput--disabled) .pl-TextInput-fieldWrap:active .pl-TextInput-cta--plainText:before,.pl-TextInput--valid:not(.pl-TextInput--disabled) .pl-TextInput-fieldWrap:active .pl-TextInput-labelWrap,.pl-TextInput--valid:not(.pl-TextInput--disabled) .pl-TextInput-fieldWrap:focus-within .pl-TextInput-cta--plainText:before,.pl-TextInput--valid:not(.pl-TextInput--disabled) .pl-TextInput-fieldWrap:focus-within .pl-TextInput-labelWrap,.pl-TextInput--valid:not(.pl-TextInput--disabled) .pl-TextInput-fieldWrap:hover .pl-TextInput-cta--plainText:before,.pl-TextInput--valid:not(.pl-TextInput--disabled) .pl-TextInput-fieldWrap:hover .pl-TextInput-labelWrap{border-color:#234414}.pl-TextInput--invalid .pl-TextInput-labelWrap{border-color:#9b1000}.pl-TextInput--invalid .pl-TextInput-fieldWrap,.pl-TextInput--invalid .pl-TextInput-icon,.pl-TextInput--invalid .pl-TextInput-labelText.pl-TextInput-labelText.pl-TextInput-labelText{color:#9b1000}.pl-TextInput--invalid .pl-TextInput-cta--plainText:before{border-color:#9b1000}.pl-TextInput--invalid:not(.pl-TextInput--disabled).is-focused .pl-TextInput-cta--plainText:before,.pl-TextInput--invalid:not(.pl-TextInput--disabled).is-focused .pl-TextInput-labelWrap,.pl-TextInput--invalid:not(.pl-TextInput--disabled) .pl-TextInput-fieldWrap:active .pl-TextInput-cta--plainText:before,.pl-TextInput--invalid:not(.pl-TextInput--disabled) .pl-TextInput-fieldWrap:active .pl-TextInput-labelWrap,.pl-TextInput--invalid:not(.pl-TextInput--disabled) .pl-TextInput-fieldWrap:hover .pl-TextInput-cta--plainText:before,.pl-TextInput--invalid:not(.pl-TextInput--disabled) .pl-TextInput-fieldWrap:hover .pl-TextInput-labelWrap,.pl-TextInput--invalid:not(.pl-TextInput--disabled) .pl-TextInput-fieldWrap[focus-within] .pl-TextInput-cta--plainText:before,.pl-TextInput--invalid:not(.pl-TextInput--disabled) .pl-TextInput-fieldWrap[focus-within] .pl-TextInput-labelWrap{border-color:#6f2119}.pl-TextInput--invalid:not(.pl-TextInput--disabled).is-focused .pl-TextInput-cta--plainText:before,.pl-TextInput--invalid:not(.pl-TextInput--disabled).is-focused .pl-TextInput-labelWrap,.pl-TextInput--invalid:not(.pl-TextInput--disabled) .pl-TextInput-fieldWrap:active .pl-TextInput-cta--plainText:before,.pl-TextInput--invalid:not(.pl-TextInput--disabled) .pl-TextInput-fieldWrap:active .pl-TextInput-labelWrap,.pl-TextInput--invalid:not(.pl-TextInput--disabled) .pl-TextInput-fieldWrap:focus-within .pl-TextInput-cta--plainText:before,.pl-TextInput--invalid:not(.pl-TextInput--disabled) .pl-TextInput-fieldWrap:focus-within .pl-TextInput-labelWrap,.pl-TextInput--invalid:not(.pl-TextInput--disabled) .pl-TextInput-fieldWrap:hover .pl-TextInput-cta--plainText:before,.pl-TextInput--invalid:not(.pl-TextInput--disabled) .pl-TextInput-fieldWrap:hover .pl-TextInput-labelWrap{border-color:#6f2119}.pl-TextInput--hidden{display:none}.pl-FluidImage{position:relative;flex-grow:1}.pl-FluidImage-image,.pl-FluidImage-placeholder{position:absolute;top:0;left:0;right:0;bottom:0;margin:auto;max-width:100%;max-height:100%}.pl-ProductCardManufacturer{color:#4d4a4f;text-transform:uppercase;letter-spacing:1px;line-height:1.33333}.pl-ProductCardManufacturer.is-oneLine{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pl-ProductCardManufacturer.is-twoLines{display:block;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-overflow:ellipsis;overflow:hidden}.pl-ProductCardName{color:#4d4a4f;font-weight:400;font-size:15px;transition:color .15s ease-out;line-height:1.33333;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}.pl-ProductCardName.is-oneLine{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pl-ProductCardName.is-twoLines{display:block;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-overflow:ellipsis;overflow:hidden}.pl-ProductCardName.is-hovered{color:#211e22;text-decoration:underline}.german .pl-ProductCardName{word-break:break-word}.pl-ProductCard{flex-grow:1;display:flex;flex-direction:column;position:relative}.pl-ProductCard:after{content:"";opacity:0;pointer-events:none;position:absolute;top:-4px;right:-4px;left:-4px;bottom:-4px;transition:opacity .2s cubic-bezier(.22,.61,.36,1)}@media screen and (min-width:640px){.pl-ProductCard:after{top:-8px;right:-8px;left:-8px;bottom:-8px}}.pl-ProductCard--contained{background-color:#fff}.pl-ProductCard--contained .pl-ProductCard-productCardElement,.pl-ProductCard--elevated .pl-ProductCard-productCardElement{padding:8px}.pl-ProductCard--contained.pl-ProductCard:after,.pl-ProductCard--elevated.pl-ProductCard:after{top:0;right:0;left:0;bottom:0}.pl-ProductCard--elevated{transition:transform .2s cubic-bezier(.22,.61,.36,1)}.pl-ProductCard--elevated.is-hovered{transform:translateY(-8px);box-shadow:none}.pl-ProductCard.is-hovered:after{border:1px solid #777279}.pl-ProductCard.is-focused:after,.pl-ProductCard:active:after{box-shadow:0 0 0 1px #1364f1,0 0 4px #1364f1}.pl-ProductCard:active:after{background-color:rgba(147,147,154,.25)}.pl-ProductCard.is-focused:after,.pl-ProductCard.is-hovered:after,.pl-ProductCard:active:after{opacity:1}.pl-ProductCard-productCardElement{outline:0;font-size:15px;text-decoration:none;flex:1 auto;display:flex;flex-direction:column;position:relative}.pl-ProductCard--horizontal .pl-ProductCard-productCardElement{flex-direction:row}.pl-ProductCard-primaryCTA{position:absolute;opacity:0;top:0;margin-top:100%;left:50%;transform:translate(-50%,-200%);transition:opacity .15s ease-out}.pl-ProductCard-productCardElement:focus+.pl-ProductCard-primaryCTA,.pl-ProductCard.is-focused .pl-ProductCard-primaryCTA,.pl-ProductCard:hover .pl-ProductCard-primaryCTA,.pl-ProductCard[focus-within] .pl-ProductCard-primaryCTA{opacity:1}.pl-ProductCard:focus-within .pl-ProductCard-primaryCTA{opacity:1}.pl-ProductCard--horizontal .pl-ProductCard-primaryCTA{display:none;transform:translate(-50%,-200%)}.pl-ProductCard-secondaryCTA{position:absolute;top:0;right:0}.pl-ProductCard--contained .pl-ProductCard-secondaryCTA{top:8px;right:8px}.pl-ProductCard--horizontal .pl-ProductCard-secondaryCTA{display:none;right:auto;transform:translateX(-100%);transition:left .2s cubic-bezier(.22,.61,.36,1);margin-left:-8px}.pl-ProductCard--horizontal.pl-ProductCard--contained .pl-ProductCard-secondaryCTA{top:8px}.pl-ProductCard.has-clickEvent,[role=button].pl-ProductCard-productCardElement:active,[role=button].pl-ProductCard-productCardElement:focus,[role=button].pl-ProductCard-productCardElement:hover{cursor:pointer}.pl-Placeholder{background:#fff;-webkit-animation:pl-placeholderPulse 1.4s infinite;animation:pl-placeholderPulse 1.4s infinite}@media (prefers-reduced-motion:reduce){.pl-Placeholder{-webkit-animation-duration:3s;animation-duration:3s}}.pl-Placeholder:not(.pl-Placeholder--icon){background-color:#d1d1d6}.pl-Placeholder--icon{color:#d1d1d6}.pl-Placeholder--round{border-radius:50%}.pl-Placeholder--text{height:1em}.pl-Placeholder--text+.pl-Placeholder--text{margin-top:8px}.pl-Placeholder--text--medium{height:1.5em}.pl-Placeholder--text--medium+.pl-Placeholder--text--medium{margin-top:12px}.pl-Placeholder--text--large{height:2em}.pl-Placeholder--text--large+.pl-Placeholder--text--large{margin-top:16px}@-webkit-keyframes pl-placeholderPulse{0%{opacity:1}50%{opacity:.6}}@keyframes pl-placeholderPulse{0%{opacity:1}50%{opacity:.6}}.pl-Price{font-size:15px;color:#211e22}.pl-Price-number{white-space:nowrap}.pl-Price--sale{color:#932906}.pl-Price--list{color:#4d4a4f}.pl-Price--b2b{color:#005456}.pl-Price-number--bold{font-weight:700}.pl-Price--small,.pl-Price-number--small{font-size:15px}.pl-Price--medium,.pl-Price-number--medium{font-size:1.25rem}.pl-Price--large,.pl-Price-number--large{font-size:1.9533rem}.pl-Heading{color:inherit}.pl-Heading--lines-1{display:inline-block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.pl-Heading--lines-2{display:block;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-overflow:ellipsis;overflow:hidden}.pl-Heading--marketing-1{font-size:3.8133rem;font-weight:700;line-height:1.12965}.pl-Heading--marketing-1.pl-Heading--lines-2{max-height:2.2593em}@media screen and (min-width:640px){.pl-Heading--marketing-1{line-height:1.11889}.pl-Heading--marketing-1.pl-Heading--lines-2{max-height:2.23778em}}.pl-Heading--marketing-2{font-size:3.0533rem;font-weight:700;line-height:1.20928}.pl-Heading--marketing-2.pl-Heading--lines-2{max-height:2.41857em}@media screen and (min-width:640px){.pl-Heading--marketing-2{line-height:1.13538}.pl-Heading--marketing-2.pl-Heading--lines-2{max-height:2.27077em}}.pl-Heading--marketing-3{font-size:2.44rem;font-weight:700;line-height:1.26103}.pl-Heading--marketing-3.pl-Heading--lines-2{max-height:2.52207em}@media screen and (min-width:640px){.pl-Heading--marketing-3{line-height:1.31148}.pl-Heading--marketing-3.pl-Heading--lines-2{max-height:2.62295em}}.pl-Heading--heading-1,.pl-Heading--pageTitle{font-size:1.9533rem;font-weight:700;line-height:1.26019}.pl-Heading--heading-1.pl-Heading--lines-2,.pl-Heading--pageTitle.pl-Heading--lines-2{max-height:2.52039em}@media screen and (min-width:640px){.pl-Heading--heading-1,.pl-Heading--pageTitle{line-height:1.36521}.pl-Heading--heading-1.pl-Heading--lines-2,.pl-Heading--pageTitle.pl-Heading--lines-2{max-height:2.73042em}}.pl-Heading--heading-2,.pl-Heading--sectionTitle{font-size:1.56rem;font-weight:700;line-height:1.18343}.pl-Heading--heading-2.pl-Heading--lines-2,.pl-Heading--sectionTitle.pl-Heading--lines-2{max-height:2.36686em}@media screen and (min-width:640px){.pl-Heading--heading-2,.pl-Heading--sectionTitle{line-height:1.36752}.pl-Heading--heading-2.pl-Heading--lines-2,.pl-Heading--sectionTitle.pl-Heading--lines-2{max-height:2.73504em}}.pl-Heading--heading-3,.pl-Heading--subsectionTitle{font-size:1.25rem;font-weight:700;line-height:1.23077}.pl-Heading--heading-3.pl-Heading--lines-2,.pl-Heading--subsectionTitle.pl-Heading--lines-2{max-height:2.46154em}@media screen and (min-width:640px){.pl-Heading--heading-3,.pl-Heading--subsectionTitle{line-height:1.28}.pl-Heading--heading-3.pl-Heading--lines-2,.pl-Heading--subsectionTitle.pl-Heading--lines-2{max-height:2.56em}}.pl-Heading--paragraphTitle{font-weight:700;font-size:15px}.pl-ProductCardImage{position:relative;display:flex;flex-shrink:0;flex-direction:column;margin:-8px -8px 0;padding:8px;overflow:hidden}.pl-ProductCardImage--contained.pl-ProductCardImage--fullBleed{padding:0}.pl-ProductCardImage--contained.pl-ProductCardImage--fullBleed .pl-CardFlag--topLeft{bottom:0;left:0;border-bottom-left-radius:0}.pl-ProductCardImage .pl-CardFlag--topLeft{top:auto;bottom:8px;left:8px}