.AddToCart{background:#00aa46;border-radius:20px;display:block;font-size:0;height:40px;line-height:0;width:100%}.AddToCart>.AddToCart-container{align-items:center;display:flex;height:100%;justify-content:space-between;margin:0;padding:3px;width:100%}.AddToCart .AddToCart-input{-webkit-appearance:none;-moz-appearance:textfield;background:#00aa46;border:none;border-radius:0;box-shadow:none;color:#fff;font-size:1rem;height:100%;outline:none;text-align:center;vertical-align:top;width:calc(100% - 80px)}.AddToCart .AddToCart-input:disabled{background:#f5f5f5;color:#999}.AddToCart .AddToCart-input.has-value{background:#f5f5f5;color:#00aa46}.AddToCart .AddToCart-input::-webkit-inner-spin-button,.AddToCart .AddToCart-input::-webkit-outer-spin-button{-webkit-appearance:none}.AddToCart .AddToCart-button{background:#fff;border:none;border-radius:50%;color:#fff;height:34px;line-height:34px;outline:none;vertical-align:top;width:34px}.AddToCart .AddToCart-button--subtract{background:rgba(0,85,55,.3);pointer-events:none}.AddToCart .AddToCart-button--subtract:after{background-image:url(/Assets/Icons/minus-white.svg);background-repeat:no-repeat;background-size:100% 100%;content:"";display:block;height:10px;margin:0 auto;width:10px}.AddToCart .AddToCart-button--add{background:#005537}.AddToCart .AddToCart-button--add:after{background-image:url(/Assets/Icons/plus-white.svg);background-repeat:no-repeat;background-size:100% 100%;content:"";display:block;height:10px;margin:0 auto;width:10px}.AddToCart .AddToCart-button--confirm.is-confirm{background:#005537;border:none;color:#fff}.AddToCart .AddToCart-button--confirm.is-confirm:after{content:"OK";font-size:.875rem;vertical-align:middle}.AddToCart.is-active{background:#f5f5f5}.AddToCart.is-active .AddToCart-button{background:#fff}.AddToCart.is-active .AddToCart-button--subtract{pointer-events:auto}.AddToCart.is-active .AddToCart-button--subtract:after{background-image:url(/Assets/Icons/minus-green.svg)}.AddToCart.is-active .AddToCart-button--add:after{background-image:url(/Assets/Icons/plus-green.svg)}.AddToCart.is-active .AddToCart-button.is-confirm{color:#00aa46}.AddToCart.is-disabled{background:#f5f5f5}.AddToCart.is-disabled .AddToCart-input{background:#f5f5f5;color:#999}.AddToCart.is-disabled .AddToCart-button{background:#fff}.AddToCart.is-disabled .AddToCart-button--subtract{pointer-events:none}.AddToCart.is-disabled .AddToCart-button--subtract:after{background-image:url(/Assets/Icons/minus-gray.svg)}.AddToCart.is-disabled .AddToCart-button--add{pointer-events:none}.AddToCart.is-disabled .AddToCart-button--add:after{background-image:url(/Assets/Icons/plus-gray.svg)}.AddToCart.is-disabled .AddToCart-button.is-confirm{color:#00aa46}.AddToCart--medium{max-width:120px;min-width:120px;width:120px}.AddToCart--small{border-radius:15px;height:30px;max-height:30px;max-width:100px}.AddToCart--small>.AddToCart-container{padding:0 2px}.AddToCart--small .AddToCart-button{height:26px;line-height:26px;width:26px}.AddToCart--small .AddToCart-button--add:after,.AddToCart--small .AddToCart-button--subtract:after{height:10px;width:10px}.AddToCart--small .AddToCart-button.is-confirm:after{font-size:.75rem}.AddToCart--small .AddToCart-input{font-size:.875rem;line-height:30px;width:calc(100% - 60px)}.AddToCart--mediumToSmall{max-width:120px;min-width:120px;width:120px}@media only screen and (min-width:1024px),print{.AddToCart--mediumToSmall{border-radius:15px;height:30px;max-height:30px;max-width:100px}.AddToCart--mediumToSmall>.AddToCart-container{padding:0 2px}.AddToCart--mediumToSmall .AddToCart-button{height:26px;line-height:26px;width:26px}.AddToCart--mediumToSmall .AddToCart-button--add:after,.AddToCart--mediumToSmall .AddToCart-button--subtract:after{height:10px;width:10px}.AddToCart--mediumToSmall .AddToCart-button.is-confirm:after{font-size:.75rem}.AddToCart--mediumToSmall .AddToCart-input{font-size:.875rem;line-height:30px;width:calc(100% - 60px)}}.AddToCart--new .AddToCart-container.AddToCart--fullWidth{max-width:100%;width:100%}.AddToCart--new{border-radius:16px;color:#fff;display:block;font-size:.75rem;font-weight:700;height:40px;line-height:1rem;width:100%}.AddToCart--new>.Button{border-radius:inherit;height:100%}.AddToCart--new>.AddToCart-container{align-items:center;background-color:#084;border-radius:inherit;display:flex;height:100%;justify-content:space-between;margin:0;max-width:120px;padding:4px}.AddToCart--new .AddToCart-input{-webkit-appearance:none;-moz-appearance:textfield;background:#084;border:1px solid #ffffff4d;border-radius:12px;box-shadow:none;height:100%;margin:0 4px;outline:none;text-align:center;transition:background .15s ease-in-out,border-color .15s ease-in-out;vertical-align:top;width:calc(100% - 72px)}.AddToCart--new .AddToCart-input:hover{background:#00aa46}.AddToCart--new .AddToCart-input.is-confirm{background-color:#fff;color:#333;margin:0;width:calc(100% - 36px)}.AddToCart--new .AddToCart-input::-webkit-inner-spin-button,.AddToCart--new .AddToCart-input::-webkit-outer-spin-button{-webkit-appearance:none}.AddToCart--new .AddToCart-input::selection{background-color:#e0ded6}.AddToCart--new .AddToCart-button{background-color:#084;border:none;border-radius:12px;height:32px;outline:none;transition:background-color .15s ease-in-out;vertical-align:top;width:32px}.AddToCart--new .AddToCart-button:hover{background-color:#00aa46}.AddToCart--new .AddToCart-button:active,.AddToCart--new .AddToCart-button:focus{background-color:#005537;transition:none}.AddToCart--new .AddToCart-button:active{transition:none}.AddToCart--new .AddToCart-button--subtract:after{background-image:url(/Assets/Icons/minus-white.svg);background-repeat:no-repeat;content:"";display:block;height:2px;margin:auto;width:12px}.AddToCart--new .AddToCart-button--add:after{background-image:url(/Assets/Icons/plus-white.svg);background-repeat:no-repeat;content:"";display:block;height:12px;margin:auto;width:12px}.AddToCart--new .AddToCart-button--subtract.is-confirm{display:none}.AddToCart--new .AddToCart-button--confirm:after{color:#fff;content:"Ok";vertical-align:middle}.AspectRatio{height:0!important;position:relative}.AspectRatio--1by1:before{content:"";display:block;padding-bottom:100%}.AspectRatio--4by3:before{content:"";display:block;padding-bottom:75%}.AspectRatio--3by2:before{content:"";display:block;padding-bottom:66.66%}.AspectRatio--8by5:before{content:"";display:block;padding-bottom:62.5%}.AspectRatio--16by9:before{content:"";display:block;padding-bottom:56.25%}.AspectRatio--21by9:before{content:"";display:block;padding-bottom:42.8571%}.AspectRatio--42by9:before{content:"";display:block;padding-bottom:21.4286%}.AspectRatio>*{bottom:0;height:100%!important;left:0;position:absolute!important;right:0;top:0;width:100%!important}.AspectRatioImage{overflow:hidden;position:relative}.AspectRatioImage--16x9{padding-top:56.25%}.AspectRatioImage--4x3{padding-top:75%}.AspectRatioImage--1x1{padding-top:100%}.AspectRatioImage-img{position:absolute;top:50%;transform:translateY(-50%);width:100%}@media only screen and (max-width:599px),print{.AspectRatioVideo-16by9MobileContainer{min-height:0!important;padding-bottom:56.25%;position:relative;width:100%}.AspectRatioVideo-16by9MobileChild{border:0;height:100%;left:0;position:absolute;top:0;width:100%}}.BarMeter-body{border-radius:4px;height:8px;overflow:hidden;position:relative}.BarMeter-footer{align-items:center;color:#aaa;display:flex;font-size:.875rem;justify-content:space-between;position:relative}.BarMeter-footer svg{fill:#aaa;cursor:pointer;height:14px;width:14px}.BarMeter-info{margin:.625rem 0 0}.BarMeter-indicator{height:100%;position:absolute;top:0}.BarMeter-indicator--static{background:#ededed;right:0;width:100%;z-index:1}.BarMeter-indicator--low{background:#f30;border-radius:4px;left:0;width:100%}.BarMeter-indicator--active{background:#00aa46;background:linear-gradient(90deg,#e8f2d7,#00aa46 75%,#005537);border-radius:4px;left:0;width:100%}.Checkbox{display:inline-block;position:relative;text-align:left}.Checkbox input{height:20px;opacity:0;position:absolute;width:20px}.Checkbox input:checked+label:before{background:#00aa46;border:none}.Checkbox input:checked+label:after{opacity:1;transform:scale(1)}.Checkbox input:focus+label:before{background-color:#b6b4ad;border:2px solid #333}.Checkbox input:focus+label:after{border:2px solid #333;border-radius:6px}.Checkbox input:not(:disabled):hover+label:before{background-color:#b6b4ad;border:1px solid #72706c}.Checkbox input:hover+label:after{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAFqSURBVHgB3ZUhT8NAFMffHWWUsYSqBUcFMyQQvkBDJ0kwGAIOh2OgFtwMWXDNHBIHfAFw68AglxAUpjiC6pJBtgF93DVp6XZQ1l4N/OS7l/+vvTbvAfx1yGhBq5naIO9VENFkhyaMBWmzXuulen0aK1Drpk7oR5MVdUiH43lv5d7hrRMU6JBNLpyjUzrZ5LcgCGbqxo5keCgZTL/vCwKkWIGMQCCrgoBd0AqkQJsqCLXoz0FBguXiAtzvXsB6yfixJ7WAh19uNaDT78Ld80O2gmj42tkePHaekgvON478IJnwWMFSsQRX240hSdLwWAEPcHvdUJImnBOOivyxgaOH87NzfqimFgDZaZLw1+oNiX0DDg8K3iTpkwcovzXwwMWTTUjL16hAsCErCGkLAoLYgowgCJYgyKmKxb6jA/I40cUTCtwD20Vvoiwp8RdOtEC+61LZbqD++B5vwrL1arNraeX6iuXWbBf+FZ91AKEkZzn2HAAAAABJRU5ErkJggg==)}.Checkbox input:checked+label--lineThrough{text-decoration:line-through}.Checkbox label{cursor:pointer;display:inline-block;font-family:Akkurat,sans-serif;font-size:.875rem;line-height:20px;padding-left:1.875rem;position:relative;user-select:none}.Checkbox label:before{background:#fff;border:1px solid #72706c;border-radius:6px;display:block;transition:all .3s}.Checkbox label:after,.Checkbox label:before{content:"";height:20px;left:0;position:absolute;top:0;width:20px}.Checkbox label:after{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAEtSURBVHgBrZQ9TsNAEEa/GRANKQwVDZKlXMDUFKxTQInEBRJO4IIb0BP5BpYbWnokFHODcAAUl3SkSAOFl1mTlfLjKLbXT7K1HnuexqPdIVgS5eGQIxRaAaRQj6l8G2P4ltoALWU+mCey8tGOHEUR4j7L/4XpYOYgW5VeHCAZjKTOEdzxQPTDYEToDLpiuQdogXd0XBHVitGC4LSP2d0zbs8vt941FhrZ5HqM+e8CH9+fbsJVWfj6gHzxtV/4oh4RnPRbySqFZeLNeE1aV1YpNAkm0UqbyAwkp0RvBv3emUieZGv0yue6ssoKDSbRVtpEtrNCFxhaZ+gMPRUhvaMzdCw9LGJZ5HBGHMMsZRmKc5nSoZtUckuHndiWRMlspEiuehPI9L9smfylKUz4A0KljtVYUeTHAAAAAElFTkSuQmCC);background-position:50% 50%;background-repeat:no-repeat;display:inline-block;opacity:0;transform:scale(0);transition:all .15s ease;z-index:1}.Checkbox--slider{display:inline-block;height:30px;position:relative;width:62px}@media only screen and (max-width:599px),print{.Checkbox--slider{height:24px;width:40px}}.Checkbox--slider input{display:none}.Checkbox--slider .slider{background-color:#b6b4ad;border:1px solid #b6b4ad;bottom:0;box-sizing:border-box;cursor:pointer;left:0;position:absolute;right:0;top:0;transition:.4s}.Checkbox--slider .slider:before{background-color:#fff;bottom:2px;content:"";height:24px;left:3px;position:absolute;transition:.4s;width:24px}@media only screen and (max-width:599px),print{.Checkbox--slider .slider:before{height:18px;width:18px}}.Checkbox--slider input:checked+.slider{background-color:#00a142;border-color:#00a142}.Checkbox--slider input:checked+.slider:before{transform:translateX(29px)}@media only screen and (max-width:599px),print{.Checkbox--slider input:checked+.slider:before{transform:translateX(14px)}}.Checkbox--slider .slider.round{border-radius:34px}.Checkbox--slider .slider.round:before{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0ibTEuNSA4LjUgNy03bTAgNy03LTciIHN0cm9rZT0iI0I2QjRBRCIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvc3ZnPg==)}.Checkbox--slider .slider.round:before,.Checkbox--slider input:checked+.slider.round:before{background-color:#fff;background-position:50% 50%;background-repeat:no-repeat;background-size:12px;border-radius:50%;content:"";transition:all .15s ease}.Checkbox--slider input:checked+.slider.round:before{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtMSA0IDIuNSAyLjUgNS01IiBzdHJva2U9IiMwMEExNDIiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=)}.Checkbox--slider.Checkbox--sliderWhiteBg .slider,.Checkbox--slider.Checkbox--sliderWhiteBg input:checked+.slider{background-color:#fff}.CodeInput input{-webkit-appearance:none;transition:border-color .2s ease}.CodeInput input:nth-child(3){margin-right:10px}.CodeInput:not(.is-invalid) input:focus,.CodeInput:not(.is-invalid) input:hover{border-color:#d7d7d7!important}.Dropdown{cursor:pointer;display:inline-block;max-width:100%;min-width:150px;user-select:none}.Dropdown,.Dropdown-header{background:#fff;position:relative}.Dropdown-header{border:1px solid #ededed;border-radius:4px;display:block;height:40px;margin:0;overflow:hidden;padding:.625rem 2.5rem .625rem .93750234rem;text-overflow:ellipsis;white-space:nowrap;z-index:2}.Dropdown-header.Dropdown-header--iconClose:after{background-image:url(/Assets/Icons/close-999.svg);background-position:50% 50%;background-repeat:no-repeat;content:"";display:inline-block;height:12px;position:absolute;right:14px;top:14px;width:12px;z-index:-1}.Dropdown-arrow,.Dropdown-icon{fill:none;stroke:#aaa;height:12px;pointer-events:none;position:absolute;right:15px;top:50%;transform:translateY(-50%) rotate(90deg);transition:transform .3s;width:12px}.Dropdown-heart{height:25px;position:absolute;right:-40px;top:20px;width:25px}.Dropdown-list{background:#fff;border-left:1px solid #ededed;border-radius:0 0 4px 4px;border-right:1px solid #ededed;display:none;flex-direction:column;font-size:.875rem;list-style-type:none;padding:0;position:absolute;right:0;width:100%;z-index:1}.Dropdown-list,.Dropdown-list li{border-bottom:1px solid #ededed;margin:0}.Dropdown-list li{align-items:center;display:flex;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.Dropdown-list li:last-of-type{border:none}.Dropdown-list li a,.Dropdown-list li button{align-items:center;display:flex;height:40px;justify-content:space-between;padding:.625rem .93750234rem;width:100%}@media only screen and (min-width:1024px),print{.Dropdown-list li a:not(.is-active):hover,.Dropdown-list li button:not(.is-active):hover{color:#00aa46}}.Dropdown-list li a.Filter-active,.Dropdown-list li a.is-active,.Dropdown-list li button.Filter-active,.Dropdown-list li button.is-active{cursor:default;font-weight:700}.Dropdown-list li a.is-active:after,.Dropdown-list li button.is-active:after{background-image:url(/Assets/Icons/checkbox-black.svg);background-repeat:no-repeat;background-size:contain;content:"";display:block;flex-shrink:0;height:10px;width:10px}.Dropdown-tooltip{margin-top:10px;right:-215px}.Dropdown-tooltipStoreMobile{margin-top:10px;right:-34px}.Dropdown.is-expanded{z-index:8}.Dropdown.is-expanded .Dropdown-header{border-radius:4px 4px 0 0}.Dropdown.is-expanded .Dropdown-arrow{transform:translateY(-50%) rotate(270deg)}.Dropdown.is-expanded .Dropdown-list{display:flex}.Dropdown.Dropdown--wide{min-width:180px}.Dropdown.Dropdown--large{font-family:CoopNew-Black,sans-serif}@media only screen and (min-width:768px),print{.Dropdown.Dropdown--large{min-width:470px}}.Dropdown.Dropdown--large .Dropdown-header{display:block;font-size:1.75rem;height:auto;padding:.625rem 3.75rem .625rem 1.25rem}@media only screen and (min-width:768px),print{.Dropdown.Dropdown--large .Dropdown-header{font-size:2.1875rem}}.Dropdown.Dropdown--large .Dropdown-arrow{height:20px;right:20px;transform:translateY(-50%) rotate(90deg);width:20px}.Dropdown.Dropdown--large .Dropdown-list{font-size:1.5rem}@media only screen and (min-width:768px),print{.Dropdown.Dropdown--large .Dropdown-list{font-size:1.75rem}}.Dropdown.Dropdown--large .Dropdown-list li:hover{background:#fff}.Dropdown.Dropdown--large .Dropdown-list li a,.Dropdown.Dropdown--large .Dropdown-list li button{border:none;height:auto;justify-content:center;margin:.41666667rem 0;padding:11px .93750234rem}.Dropdown.Dropdown--large .Dropdown-list li a{justify-content:center}.Dropdown.Dropdown--large.is-expanded .Dropdown-arrow{transform:translateY(-50%) rotate(270deg)}.Dropdown.Dropdown--checkout{display:block;font-size:.875rem;margin-bottom:17px}.Dropdown.Dropdown--checkout .Dropdown-header{border:1px solid #ededed}.Dropdown.Dropdown--checkout .Dropdown-arrow{fill:none;stroke:#aaa;transform:translateY(-50%) rotate(270deg)}.Dropdown.Dropdown--checkout .Dropdown-list{padding:0;position:relative}.Dropdown.Dropdown--checkout.is-expanded{margin:0}.Dropdown.Dropdown--checkout.is-expanded .Dropdown-arrow{fill:none;stroke:#00aa46;transform:translateY(-50%) rotate(450deg)}.Dropdown.Dropdown--stripped{background:none;min-width:auto}.Dropdown.Dropdown--stripped.is-expanded{z-index:15}.Dropdown.Dropdown--stripped .Dropdown-header{align-items:center;border:none;border-radius:20px;display:flex;font-size:.875rem;height:40px}.Dropdown.Dropdown--stripped .Dropdown-list{border:none;box-shadow:5px 5px 30px 0 rgba(0,0,0,.15);margin-top:1.25rem;min-width:100%;width:auto}.Dropdown.Dropdown--stripped .Dropdown-list:before{border-bottom:10px solid #fff;border-left:10px solid transparent;border-right:10px solid transparent;content:"";display:block;height:0;position:absolute;right:60px;top:-10px;width:0}.Dropdown.Dropdown--stripped .Dropdown-list.Dropdown--active{font-weight:700}.Dropdown.Dropdown--stripped .Dropdown-arrow{fill:none;stroke:#333}.Dropdown.Dropdown--strippedStore{background:none;min-width:auto;z-index:4}.Dropdown.Dropdown--strippedStore.is-expanded{z-index:15}.Dropdown.Dropdown--strippedStore .Dropdown-header{align-items:center;border:none;border-radius:20px;display:flex;font-size:.875rem;height:40px}.Dropdown.Dropdown--strippedStore .Dropdown-list{border:none;box-shadow:5px 5px 30px 0 rgba(0,0,0,.15);margin-top:15px;min-width:100%;right:-30px;width:auto}.Dropdown.Dropdown--strippedStore .Dropdown-list:before{border-bottom:10px solid #fff;border-left:10px solid transparent;border-right:10px solid transparent;content:"";display:block;height:0;position:absolute;right:35px;top:-10px;width:0}.Dropdown.Dropdown--strippedStore .Dropdown-list.Dropdown--active{font-weight:700}.Dropdown.Dropdown--strippedStore .Dropdown-arrow{fill:none;stroke:#333}.Dropdown.Dropdown--strippedStoreMobile{background:none;min-width:auto}.Dropdown.Dropdown--strippedStoreMobile.is-expanded{z-index:15}.Dropdown.Dropdown--strippedStoreMobile .Dropdown-header{align-items:center;border:none;border-radius:20px;display:flex;font-size:.875rem;height:40px}.Dropdown.Dropdown--strippedStoreMobile .Dropdown-list{border:none;box-shadow:5px 5px 30px 0 rgba(0,0,0,.15);margin-top:15px;min-width:100%;right:10px;width:auto}.Dropdown.Dropdown--strippedStoreMobile .Dropdown-list:before{border-bottom:10px solid #fff;border-left:10px solid transparent;border-right:10px solid transparent;content:"";display:block;height:0;position:absolute;right:30px;top:-10px;width:0}.Dropdown.Dropdown--strippedStoreMobile .Dropdown-list.Dropdown--active{font-weight:700}.Dropdown.Dropdown--strippedStoreMobile .Dropdown-arrow{fill:none;stroke:#333}.Dropdown.Dropdown--accordion{background:none;min-width:auto}.Dropdown.Dropdown--accordion .Dropdown-header{align-items:center;border:none;border-radius:20px;display:flex;font-size:.875rem;height:40px}.Dropdown.Dropdown--accordion .Dropdown-icon{transform:translateY(-50%)}.Dropdown.Dropdown--accordion .Dropdown-icon--plus{fill:none;stroke:#333}.Dropdown.Dropdown--accordion .Dropdown-icon--minus{fill:none;stroke:#333;display:none}.Dropdown.Dropdown--accordion.is-expanded .Dropdown-icon--plus{display:none}.Dropdown.Dropdown--accordion.is-expanded .Dropdown-icon--minus{display:inline-block}.Dropdown.Dropdown--cart{font-size:.875rem;height:30px;min-width:auto}.Dropdown.Dropdown--cart .Dropdown-header{border-radius:15px;color:#00aa46;height:30px;padding:.3125rem 1.875rem .3125rem .625rem}.Dropdown.Dropdown--cart .Dropdown-arrow{fill:none;stroke:#00aa46;right:8px}.Dropdown.Dropdown--cart .Dropdown-avatar{fill:#00aa46;height:15px;margin-bottom:2px;margin-right:2px;vertical-align:middle;width:15px}.Dropdown.Dropdown--cart .Dropdown-list li{color:#999}.Dropdown.Dropdown--cart .Dropdown-list li button{height:30px;justify-content:center;padding:0}.Dropdown.Dropdown--cart .Dropdown-list li.is-active{color:#333;font-weight:700}.Dropdown.Dropdown--cart.is-expanded .Dropdown-header{border-radius:4px 4px 0 0}.Dropdown.Dropdown--filter{box-shadow:5px 5px 30px 0 rgba(0,0,0,.15);font-size:.875rem;max-width:100%;min-width:136px}.Dropdown.Dropdown--filter .Dropdown-header{align-items:center;border:none;border-radius:20px;color:#00aa46;display:flex;justify-content:space-between;padding:.625rem .93750234rem}.Dropdown.Dropdown--filter .Dropdown-icon{stroke:#333;height:10px;margin-left:1.25rem;width:10px}.Dropdown.Dropdown--filter .Dropdown-icon--minus{display:none}.Dropdown.Dropdown--filter.is-expanded{box-shadow:5px 5px 30px 0 rgba(0,0,0,.15)}.Dropdown.Dropdown--filter.is-expanded .Dropdown-header{border-radius:4px 4px 0 0}.Dropdown.Dropdown--filter.is-expanded .Dropdown-list{box-shadow:5px 5px 30px 0 rgba(0,0,0,.15)}.Dropdown.Dropdown--filter.is-expanded .Dropdown-icon--plus{display:none}.Dropdown.Dropdown--filter.is-expanded .Dropdown-icon--minus{display:block}.Dropdown.Dropdown--reversed{border-radius:20px;bottom:34px;left:20px;position:absolute}@media only screen and (min-width:600px),print{.Dropdown.Dropdown--reversed{left:40px}}.Dropdown.Dropdown--reversed.is-expanded .Dropdown-header{border-radius:20px 20px 20px 20px}.Dropdown.Dropdown--reversed.is-expanded .Dropdown-list{border-bottom:none;border-radius:0;bottom:39px;flex-direction:column-reverse}.Dropdown.Dropdown--reversed.is-expanded .Dropdown-list li{border-bottom:none;border-top:none;color:#999}.Dropdown.Dropdown--reversed.is-expanded .Dropdown-list li button.is-active{color:#333}.Dropdown.Dropdown--limitHeight .Dropdown-list ul{max-height:345px;overflow:auto}.Dropdown.Dropdown--withPanelArrow.is-expanded:after{border-bottom:10px solid #fff;border-left:10px solid transparent;border-right:10px solid transparent;bottom:-1.25rem;content:"";display:block;height:0;left:50%;position:absolute;transform:translateX(-50%);width:0}.Dropdown.Dropdown-lightGreen .Dropdown-header{background-color:#e0efdd;border:0;color:#005537;transition:background-color .15s ease-in-out,color .15s ease-in-out,border-color .15s ease-in-out}.Dropdown.Dropdown-lightGreen .Dropdown-header:hover{background-color:#00aa46;color:#fff}.Dropdown.Dropdown-lightGreen .Dropdown-header:hover svg{stroke:#fff}.Dropdown.Dropdown-lightGreen .Dropdown-arrow,.Dropdown.Dropdown-lightGreen .Dropdown-icon{stroke:#005537;stroke-width:2px}.Dropdown.Dropdown--small{height:auto;min-width:0}.Dropdown.Dropdown--small .isExpanded>*{border-radius:8px}.Dropdown.Dropdown--small .Dropdown-list{border-radius:8px;margin-top:.93750234rem}.Dropdown.Dropdown--small .Dropdown-list:before{right:20px}.Dropdown.Dropdown--small .Dropdown-arrow,.Dropdown.Dropdown--small>.Dropdown-icon{height:10px;right:10px;width:10px}.Dropdown.Dropdown--small.Dropdown.Dropdown--small>*{font-size:.625rem;font-weight:700}.Dropdown.Dropdown--small .Dropdown-header{border-radius:8px;height:20px;line-height:20px;padding:0 30px 0 10px}.Dropdown.Dropdown--small .DropdownList{border-radius:8px}.FloatingLabel{display:block;position:relative}.FloatingLabel-field,.FloatingLabel-input{-webkit-appearance:none;-moz-appearance:textfield;background:#f5f5f5;border:1px solid #f5f5f5;border-radius:8px;box-shadow:none;cursor:text;filter:none;font-size:1rem;line-height:1.1rem;padding:1.4rem .75rem .4rem .7rem;transition:border-color .2s ease;width:100%}.FloatingLabel-field:not(:disabled).has-focus,.FloatingLabel-field:not(:disabled):focus,.FloatingLabel-field:not(:disabled):hover,.FloatingLabel-input:not(:disabled).has-focus,.FloatingLabel-input:not(:disabled):focus,.FloatingLabel-input:not(:disabled):hover{border-color:#999;outline:none}.FloatingLabel-field:disabled,.FloatingLabel-input:disabled{-webkit-text-fill-color:#707070;color:#707070!important;cursor:not-allowed!important;opacity:1;padding-right:2rem}.FloatingLabel-field.has-value.has-focus,.FloatingLabel-field.has-value:focus,.FloatingLabel-input.has-value.has-focus,.FloatingLabel-input.has-value:focus{padding-right:2rem}.FloatingLabel-field.has-value.has-focus~.FloatingLabel-clear,.FloatingLabel-field.has-value:focus~.FloatingLabel-clear,.FloatingLabel-input.has-value.has-focus~.FloatingLabel-clear,.FloatingLabel-input.has-value:focus~.FloatingLabel-clear{visibility:visible}.FloatingLabel-field:not(:focus):not(.has-focus):not(.has-value):not(.has-placeholder)+.FloatingLabel-label,.FloatingLabel-input:not(:focus):not(.has-focus):not(.has-value):not(.has-placeholder)+.FloatingLabel-label{font-size:1rem}.FloatingLabel-labelOnTop .FloatingLabel-field{padding:.4rem 1.75rem .4rem .75rem!important}.FloatingLabel-lock{line-height:0;position:absolute;right:0;top:50%;transform:translateY(-50%)}.FloatingLabel-lock:hover{z-index:1}.FloatingLabel-lockIcon{cursor:not-allowed;height:2.5rem;padding:.75rem;width:2.1875rem}.FloatingLabel:not(.FloatingLabel--textarea) .FloatingLabel-field,.FloatingLabel:not(.FloatingLabel--textarea) .FloatingLabel-input{height:3.125rem}.FloatingLabel:not(.FloatingLabel--textarea) .FloatingLabel-field:not(:focus):not(.has-value):not([placeholder])+.FloatingLabel-label,.FloatingLabel:not(.FloatingLabel--textarea) .FloatingLabel-input:not(:focus):not(.has-value):not([placeholder])+.FloatingLabel-label{top:50%;transform:translateY(-50%)}.FloatingLabel:not(.FloatingLabel--textarea) .FloatingLabel-field[placeholder]+.FloatingLabel-label,.FloatingLabel:not(.FloatingLabel--textarea) .FloatingLabel-input[placeholder]+.FloatingLabel-label{font-size:.75rem!important;transform:translateY(0)!important}.FloatingLabel-label{color:#707070;font-size:.75rem;left:.75rem;pointer-events:none;position:absolute;top:0;top:.4rem;transform:translateY(0);transition:all .2s ease}.FloatingLabel-input:-webkit-autofill+label{color:#707070!important;font-size:.75rem!important;left:.75rem!important;pointer-events:none!important;position:absolute!important;top:.4rem!important;transform:translateY(0)!important;transition:all .2s ease!important}.FloatingLabel--textarea .FloatingLabel-field:not(.has-focus):not(.has-value):not(.has-placeholder)+.FloatingLabel-label{top:.8rem}.FloatingLabel--textarea .FloatingLabel-textarea{background:transparent;border:none;outline:none;padding:.2rem 0 0;resize:none;width:100%}.FloatingLabel--select{background:#f5f5f5;border-radius:.3rem}.FloatingLabel--select:after{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZD0iTTEyIDE5Yy0uNCAwLS44LS4yLTEuMS0uNEwuMiA3LjhjLS4xLS4xLS4yLS4zLS4yLS41cy4xLS40LjItLjUuMy0uMi41LS4yLjQuMS41LjJMMTIgMTcuNSAyMi43IDYuOGMuMS0uMS4zLS4yLjUtLjJzLjQuMS41LjJjLjIuMS4zLjMuMy41cy0uMS40LS4yLjVMMTMuMSAxOC42Yy0uMy4yLS43LjQtMS4xLjR6IiBmaWxsPSIjMzMzIi8+PC9zdmc+);background-position:50%;background-repeat:no-repeat;background-size:1rem;bottom:0;content:"";pointer-events:none;position:absolute;right:.75rem;top:0;width:1rem}.FloatingLabel--select .FloatingLabel-field{appearance:none;background:transparent;color:#333;cursor:pointer;margin:0;outline:none;padding:1.4rem 1.75rem .4rem .75rem}.FloatingLabel-field.is-invalid,.FloatingLabel-field.is-valid,.FloatingLabel-input.is-invalid,.FloatingLabel-input.is-valid{padding-right:2rem}.FloatingLabel-field.is-invalid~.FloatingLabel-tooltip,.FloatingLabel-field.is-invalid~.FloatingLabel-tooltipToggler,.FloatingLabel-field.is-valid~.FloatingLabel-tooltip,.FloatingLabel-field.is-valid~.FloatingLabel-tooltipToggler,.FloatingLabel-input.is-invalid~.FloatingLabel-tooltip,.FloatingLabel-input.is-invalid~.FloatingLabel-tooltipToggler,.FloatingLabel-input.is-valid~.FloatingLabel-tooltip,.FloatingLabel-input.is-valid~.FloatingLabel-tooltipToggler{visibility:hidden}.FloatingLabel-field.is-invalid,.FloatingLabel-input.is-invalid{border-color:#f30!important}.FloatingLabel-field.is-invalid:not(select)~.FloatingLabel-validationIcon,.FloatingLabel-input.is-invalid:not(select)~.FloatingLabel-validationIcon{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48Y2lyY2xlIGZpbGw9IiNGRjY1NjUiIGN4PSI4IiBjeT0iOCIgcj0iOCIvPjx0ZXh0IGZvbnQtZmFtaWx5PSJBa2t1cmF0U3RkIiBmb250LXNpemU9IjEyIiBmaWxsPSIjRkZGIj48dHNwYW4geD0iNiIgeT0iMTIiPiE8L3RzcGFuPjwvdGV4dD48L2c+PC9zdmc+);display:block}.FloatingLabel-field.is-valid:not(select)~.FloatingLabel-validationIcon,.FloatingLabel-input.is-valid:not(select)~.FloatingLabel-validationIcon{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48Y2lyY2xlIGZpbGw9IiMwMEFBNDYiIGN4PSI4IiBjeT0iOCIgcj0iOCIvPjxwYXRoIHN0cm9rZT0iI0ZGRiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBkPSJNMTEgNSA3LjUgOS43NWwtMi41LTIiLz48L2c+PC9zdmc+);display:block}.FloatingLabel-validationIcon{background-repeat:no-repeat;display:none;height:1rem;position:absolute;right:.75rem;top:50%;transform:translateY(-50%);width:1rem}.FloatingLabel--textarea .FloatingLabel-validationIcon{top:1rem;transform:none}.FloatingLabel-validationMessage{color:#f30;font-size:.75rem;margin-bottom:.41666667rem;margin-left:12px;margin-top:.41666667rem}.FloatingLabel-clear{align-items:center;border:none;bottom:0;cursor:pointer;display:flex;justify-content:center;position:absolute;right:0;top:0;width:2.5rem}.FloatingLabel-clear:focus .FloatingLabel-clearIcon,.FloatingLabel-clear:hover .FloatingLabel-clearIcon{fill:#333}.FloatingLabel-clear .FloatingLabel-clearIcon{fill:#999;background:#ededed;border-radius:50%;height:1rem;width:1rem}.FloatingLabel-helperText{color:#aaa;font-size:.75rem;margin-bottom:.41666667rem;margin-left:12px;margin-top:.41666667rem}.FloatingLabel-tooltipToggler{align-items:center;border:none;bottom:0;cursor:pointer;display:flex;justify-content:center;position:absolute;right:0;top:0;transition:visibility 10ms;width:2.5rem}.FloatingLabel-tooltipToggler:focus .FloatingLabel-tooltipIcon,.FloatingLabel-tooltipToggler:hover .FloatingLabel-tooltipIcon{fill:#333}.FloatingLabel-tooltipToggler .FloatingLabel-tooltipIcon{fill:#999;background:#ededed;border-radius:50%;height:1rem;width:1rem}.InformationBox{background:#f5f5f5;border-radius:8px;display:flex;font-size:1rem;padding:20px}.InformationBox-link{color:#0a893d}.InformationBox-subscriptionBorder{border-radius:0;border-top:1px solid #e6e6e6}.InformationBox-text{line-height:16px;margin:0;width:95%}.InformationBox-icon{fill:#0a893d;height:20px;margin-right:12px;width:20px}.Input{-webkit-appearance:none;border:1px solid #ededed;border-radius:4px;font-size:.875rem;height:40px;outline:none;padding:0 .93750234rem;text-align:left;vertical-align:top}.Input:focus{border:1px solid #00aa46}.Input.Input--dismissablePlaceholder input:focus::-webkit-input-placeholder{color:transparent}.Input.Input--dismissablePlaceholder input:focus::-moz-placeholder{color:transparent}.Input[type=date]{width:12em}.Input-error{color:#ff6565;display:inline-block;font-size:.75rem;margin:.41666667rem 0;text-align:left}.Input-parameter{color:#999;line-height:40px;position:absolute;right:.93750234rem;top:0}.Input.Input--withParam{border:none;padding:0;position:relative}.Input.Input--withParam input{-webkit-appearance:none;-moz-appearance:textfield;border:1px solid #ededed;border-radius:4px;height:100%;outline:none;padding:0 100px 0 .93750234rem;vertical-align:top;width:100%}.Input.Input--withParam input:focus{border:1px solid #00aa46}.Input.Input--withParam.is-invalid{border-color:#ededed}.Input.Input--withParam.is-invalid:focus{border-color:#00aa46}.Input.Input--withParam.is-invalid input{border-color:#ff6565}.Input.Input--withParam.is-invalid input:focus{border-color:#ededed}.Input.Input--custom{border:none;border-radius:0;display:block;margin:0;padding:0;position:relative}.Input.Input--custom input{border:none;border-bottom:1px solid #ededed;border-radius:0;height:100%;width:100%}.Input.Input--custom input::-webkit-inner-spin-button,.Input.Input--custom input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.Input.Input--custom input:focus{border-color:#00aa46;outline:none}.Input.Input--custom input.is-invalid{border-color:#f30}.Input.Input--custom input.is-invalid:focus{border-color:#ededed}.Input.Input--custom input.is-invalid~.Input-error{display:block}.Input.Input--animated{border:none;border-radius:0;display:block;height:50px;margin:0;padding:0;position:relative}.Input.Input--animated input{-moz-appearance:textfield;border:none;border-bottom:1px solid #ededed;border-radius:0;padding:23px 0 7px;width:100%}.Input.Input--animated input::-webkit-inner-spin-button,.Input.Input--animated input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.Input.Input--animated input:required{box-shadow:none}.Input.Input--animated input:focus{border-color:#00aa46;outline:none}.Input.Input--animated input:focus~.Input-label{font-size:.6875rem;transform:translate3d(0,8px,0)}.Input.Input--animated input.is-invalid{border-color:#f30}.Input.Input--animated input.is-invalid:focus{border-color:#ededed}.Input.Input--animated input.is-invalid~.Input-error{display:block}.Input.Input--animated input.has-value~.Input-label{font-size:.6875rem;transform:translate3d(0,8px,0)}.Input.Input--animated .Input-label{color:#999;font-size:.875rem;left:0;pointer-events:none;position:absolute;top:0;transform:translate3d(0,25px,0);transition:all .3s;white-space:nowrap;z-index:1}.Input.Input--customGray{border:none;border-radius:0;display:block;height:50px;margin:0;padding:0;position:relative;width:100%}.Input.Input--customGray input{background-color:#ededed;border:none;border-radius:4px;font-size:1.125rem;font-weight:700;height:50px;padding-left:15px;width:100%}.Input.Input--customGray input:required{box-shadow:none}.Input.Input--customGray input:focus{border:1px solid #999;outline:none}.Input.Input--customGray input[type=password]:disabled{color:#999}.Input.Input--customGray input.is-valid{border:1px solid #00aa46!important}.Input.Input--customGray input.is-invalid{border:1px solid #ff6565!important}.Input.Input--customGray .Input-label{font-size:.75rem;left:15px}.Input.Input--bank{background-color:#ededed;max-width:335px}.Input.Input--bank:focus{border:1px solid #999}.Input.Input--greenBorder{border:1px solid #00aa46}.Input.Input--small{padding:.625rem .93750234rem}.Input.Input--noMinWidth{min-width:0}.Input.is-invalid{border-color:#ffeaf3}.Input.is-invalid:focus{border-color:#ededed}.Input ::-webkit-input-placeholder{color:#999}.Input :-moz-placeholder,.Input ::-moz-placeholder{color:#999}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.List{list-style-type:none}.List li.is-disabled{opacity:.5;text-decoration:line-through}.List-sublist{padding:2.5rem}.List.List--noSpacing{margin:0;padding:0}.List.List--hoverGreen li:hover{color:#00aa46}.List.List--simple li{margin-bottom:.625rem}.List.List--simple li:last-of-type{margin:0}.List.List--column li{margin-bottom:.41666667rem}.List.List--column li:last-of-type{margin:0}@media only screen and (min-width:600px),print{.List.List--column li{float:left;margin:0;width:50%}}.List.List--separated li{display:flex;justify-content:space-between}.List.List--columnEven{display:table;margin:0;padding:0}.List.List--columnEven li{margin-bottom:.93750234rem}.List.List--columnEven li:last-of-type{margin:0}@media only screen and (min-width:600px),print{.List.List--columnEven li{display:table-row;margin:0}.List.List--columnEven span{padding-bottom:.93750234rem}}.List.List--columnEven span:nth-of-type(odd){display:block;font-weight:700}@media only screen and (min-width:600px),print{.List.List--columnEven span:nth-of-type(odd){display:table-cell;padding-right:2.5rem}}.List.List--table{margin:0;padding:0}.List.List--table li{border-bottom:1px solid #ededed;display:flex;justify-content:space-between;margin-bottom:.625rem;padding-bottom:.625rem}.List.List--table li>span:last-of-type{color:#999}.List.List--section{margin:0 0 1.875rem;padding:0}.List.List--section:last-of-type{margin:0;padding-bottom:1.875rem}.List.List--section .List-heading{color:#333;display:inline-block;font-size:1rem;font-weight:700}.List.List--section li{color:#777;font-size:.875rem;margin-bottom:1.25rem}.List.List--greenBullet{font-size:.875rem;padding-left:.93750234rem}@media only screen and (min-width:1024px),print{.List.List--greenBullet{font-size:1rem}}.List.List--greenBullet li{margin-top:.41666667rem}.List.List--greenBullet li:before{color:#00aa46;content:"• ";display:inline-block;margin-left:-.93750234rem;width:.93750234rem}.List.List--checkbox{font-size:.875rem;padding-left:0}@media only screen and (min-width:1024px),print{.List.List--checkbox{font-size:1rem}}.List.List--checkbox li{margin-top:.41666667rem}.List.List--checkbox li svg{fill:none;stroke:#00aa46;margin-right:.41666667rem;max-height:15px;max-width:15px;vertical-align:middle}.List.List--checkboxGreen{list-style:none;padding:0 1.25rem 0 0}.List.List--checkboxGreen>li{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cmVjdCBmaWxsPSIjMDBBRTRDIiB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHJ4PSIxMCIvPjxwYXRoIHN0cm9rZT0iI0ZGRiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBkPSJtMTUgNi01LjI1IDcuMTI1LTMuNzUtMyIvPjwvZz48L3N2Zz4=);background-position:0 18%;background-repeat:no-repeat;background-size:13px 13px;line-height:1.25rem;margin:0 0 10px;padding:0 0 0 30px}@media only screen and (max-width:479px),print{.List.List--checkboxGreen{padding:0}}.List.List--greenChecked{list-style:none;padding:0 1.25rem 0 0}.List.List--greenChecked>li{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cmVjdCBmaWxsPSIjMDBBRTRDIiB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHJ4PSIxMCIvPjxwYXRoIGZpbGw9IiNGRkYiIGZpbGwtcnVsZT0ibm9uemVybyIgZD0ibTE0LjY0NyA1Ljc2Ljc4OC42MTYtNS43ODIgNy4zOTYtMy41MDMtMy41MTcuNzA5LS43MDUgMi43MDMgMi43MTR6Ii8+PC9nPjwvc3ZnPg==);background-repeat:no-repeat;line-height:1.25rem;margin:0 0 10px;padding:0 0 0 30px}@media only screen and (max-width:479px),print{.List.List--greenChecked{padding:0}}.List.List--greenCheckedInverted{list-style:none;padding:0 1.25rem 0 0}.List.List--greenCheckedInverted>li{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cmVjdCBmaWxsPSIjRkZGIiB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHJ4PSIxMCIvPjxwYXRoIGZpbGw9IiMwMEFFNEMiIGZpbGwtcnVsZT0ibm9uemVybyIgZD0ibTE0LjY0NyA1Ljc2Ljc4OC42MTYtNS43ODIgNy4zOTYtMy41MDMtMy41MTcuNzA5LS43MDUgMi43MDMgMi43MTR6Ii8+PC9nPjwvc3ZnPg==);background-repeat:no-repeat;line-height:1.25rem;margin:0 0 10px;padding:0 0 0 24px}@media only screen and (max-width:479px),print{.List.List--greenCheckedInverted{padding:0}}.List.List--ordered{font-size:.875rem;margin-top:0;padding-left:1.875rem}@media only screen and (min-width:1024px),print{.List.List--ordered{font-size:1rem}}.List.List--ordered li{color:#999;line-height:1.57;margin-bottom:20px;margin-top:.41666667rem;text-align:left}.List.List--ordered li:before{border:1px solid #ededed;border-radius:50%;color:#333;content:counter(orderedItems) "";counter-increment:orderedItems;display:inline-block;font-size:12px;font-weight:700;height:20px;margin-left:-33px;margin-right:10px;text-align:center;width:20px}.List.List--ordered-container{counter-reset:orderedItems}.List.List--orderedRecipe-container{counter-reset:item}.List.List--orderedRecipe{font-size:.875rem;margin-top:0;padding-left:1.875rem}@media only screen and (min-width:1024px),print{.List.List--orderedRecipe{font-size:1rem}}.List.List--orderedRecipe li{color:#999;line-height:1.57;margin-bottom:20px;margin-top:.41666667rem;text-align:left}.List.List--orderedRecipe li:before{border:1px solid #999;border-radius:50%;color:#333;content:counter(item) "";counter-increment:item;display:inline-block;font-size:15px;font-weight:400;height:25px;margin-left:-33px;margin-right:8px;padding-top:.5px;text-align:center;width:25px}.List.List--navigation{column-fill:balance;column-gap:2.5rem;line-height:1.3em;list-style:none;margin:0;padding:0;text-align:left}@media only screen and (min-width:600px),print{.List.List--navigation{column-count:2}}.List.List--navigation li{break-inside:avoid;font-size:.875rem;margin:0;padding:.41666667rem 0}.List.List--navigation li.is-active a{color:#00aa46}.List.List--navigation li.is-active a:hover{color:#005537}.List.List--navigation a{color:#333;text-decoration:none}.List.List--navigation a:hover{color:#777}.List.List--filter{margin:0;overflow:hidden;padding:0;user-select:none}.List.List--filter li{color:#999;cursor:pointer;display:none;font-size:.875rem;margin-bottom:.625rem}.List.List--filter li:nth-child(-n+5){display:block}.List.List--filter li:last-of-type{display:block;margin:0}.List.List--filter li:hover{color:#333}.List.List--filter li.is-active{color:#333;font-weight:700}.List.List--filter li.is-active .List-icon{display:inline-block}.List.List--filter li .List-icon{fill:none;stroke:#333;display:none;height:12px;margin-left:.41666667rem;vertical-align:middle;width:12px}.List.List--filter .List-showMore{color:#00aa46;font-size:.875rem;margin-top:1.25rem}.List.List--filter .List-showMore svg{fill:none;stroke:#00aa46;height:12px;margin-left:.41666667rem;vertical-align:middle;width:12px}.List.List--filter .List-showMore--minus{display:none}.List.List--filter.is-expanded li{display:block}.List.List--filter.is-expanded .List-showMore--plus{display:none}.List.List--filter.is-expanded .List-showMore--minus{display:block}.List.List--temporary{margin:0;padding-left:2.5rem}.List.List--temporary li{margin:.41666667rem 0}.List.List--myCoop{display:flex;flex-wrap:wrap;justify-content:space-between;margin-top:0;padding:0}.Loader{position:relative}.Loader.Loader--balls{align-items:center;display:flex;justify-content:center;width:100%}.Loader.Loader--balls .Loader-icon{display:flex;justify-content:space-between;width:70px}.Loader.Loader--balls .Loader-icon>div{animation:ballsLoader 1.4s ease-in-out infinite both;background-color:#00aa46;border-radius:50%;display:inline-block;height:18px;width:18px}.Loader.Loader--balls .Loader-icon>div:first-child{animation-delay:-.32s}.Loader.Loader--balls .Loader-icon>div:nth-child(2){animation-delay:-.16s}.Loader.Loader--balls.Loader--small .Loader-icon{width:50px}.Loader.Loader--balls.Loader--small .Loader-icon>div{height:12px;width:12px}@keyframes ballsLoader{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.Pill{border-radius:2.5rem;color:#333;font-size:.75rem;font-weight:700;line-height:1;padding:.3125rem .625rem}.Pill.Pill--greenLight4{background:#e8f2d2;color:#0a893d}.Pill.Pill--absoluteOffset{left:1.25rem;position:absolute;top:-.625rem}.Preamble{color:#777;font-size:1.125rem;line-height:1.4}@media only screen and (min-width:768px),print{.Preamble{font-size:1.25rem}}.Preamble--small{font-size:1rem;margin:0 auto;max-width:520px;padding-bottom:.93750234rem}.Preamble-img{max-height:150px}.Preamble-container{align-items:center;display:flex;flex-direction:column;justify-content:center;position:relative;width:100%}@media only screen and (min-width:768px),print{.Preamble-container{flex-direction:row;justify-content:center}}.Preamble-image{height:100%;margin-bottom:20px;max-width:295px}.Preamble-image img{max-height:110px;max-width:295px}@media only screen and (min-width:768px),print{.Preamble-image{margin:0 40px 0 0}}.Preamble-text{max-width:508px}.ProgressBar{background:#f5f5f5;border-radius:32px;height:30px}.ProgressBar.ProgressBar-green{align-items:center;background:#00aa46;display:flex;height:100%;justify-content:flex-end}.ProgressBar--complementaryShopping{height:20px}@media only screen and (min-width:768px),print{.ProgressBar--complementaryShopping{height:40px}}.Radio{position:relative;text-align:left}.Radio,.Radio-heading{display:inline-block}.Radio-subheading{display:block;font-size:.875rem}.Radio-subheading--dynamic{font-size:.875rem}@media only screen and (min-width:768px),print{.Radio-subheading--dynamic{font-size:1rem}}.Radio-input{opacity:0;position:absolute;z-index:1}.Radio-input:checked+.Radio-label:before{border:none}.Radio-input:checked+.Radio-label:after{opacity:1;transform:scale(1)}.Radio-input.is-invalid+label:before{border-color:#f30}.Radio-label{cursor:pointer;display:inline-block;font-family:Akkurat,sans-serif;font-size:.875rem;line-height:20px;padding-left:30px;position:relative;user-select:none}@media only screen and (min-width:600px),print{.Radio-label{font-size:1rem;padding-left:1.875rem}}.Radio-label:before{background:#fff;border:1px solid #aaa;border-radius:50%;content:"";display:block;height:20px;left:0;position:absolute;top:0;width:20px}.Radio-label:after{background:#00aa46;border-radius:50%;content:"";display:inline-block;height:6px;left:7px;opacity:0;position:absolute;top:7px;transform:scale(0);transition:all .15s ease;width:6px;z-index:1}.Radio-link{float:right;font-size:.75rem;position:relative;z-index:2}.Radio-link:hover{text-decoration:none!important}.Radio-content{font-size:.875rem;padding-left:1.875rem}.Radio-icon{fill:none;stroke:#333;height:14px;margin-bottom:-1px;margin-right:.3125rem;width:14px}.Radio.is-disabled .Radio-input{cursor:not-allowed}.Radio.is-disabled .Radio-label{cursor:not-allowed;opacity:.7;text-decoration:line-through}.Radio .Radio-input:disabled{cursor:not-allowed}.Radio .Radio-input:disabled+.Radio-label{cursor:not-allowed;opacity:.7;text-decoration:line-through}.Radio-validationMessage{color:#f30}.Radio-helperText,.Radio-validationMessage{font-size:.75rem;margin-bottom:.41666667rem;margin-left:1.875rem;margin-top:.41666667rem}.Radio-helperText{color:#aaa}.Radio--block{cursor:pointer;display:block;height:100%;padding:1.25rem}.Radio--block:hover{color:#00aa46}.Radio--block .Radio-heading{display:block;font-size:1rem;margin:0}.Radio--block .Radio-input{cursor:pointer;height:100%;left:0;top:0;width:100%}.Radio--block .Radio-label{font-size:.75rem;line-height:1.5}.Radio--block.is-active{background:#00aa46;color:#fff;cursor:default}.Radio--blockNoHoverColor{display:block;height:100%;margin-bottom:.93750234rem;padding:1.25rem}.Radio--blockNoHoverColor:last-child{margin:0!important}.Radio--blockNoHoverColor .Radio-heading{display:block;font-size:1rem;margin:0}.Radio--blockNoHoverColor .Radio-input{cursor:pointer;height:100%;left:0;top:0;width:100%}.Radio--blockNoHoverColor .Radio-label{font-size:.75rem;line-height:1.5}.Radio--blockNoHoverColor.is-active{background:#00aa46;color:#fff;cursor:default}.Radio--inverted .Radio-input:checked+.Radio-label:before{background:#00aa46;border:1px solid #00aa46}.Radio--inverted .Radio-input:checked+.Radio-label:after{background:#fff}.Radio--inverted.is-active{background:#fff;color:#333}.Radio--flex{align-items:center;display:flex;flex-direction:column;justify-content:center}.Radio--store{border:1px solid #ededed;padding:.93750234rem;width:100%}.Radio--store .Radio-content{padding-left:0}.Radio--store .Radio-dot{border:1px solid #000;border-radius:50%;flex-shrink:0;height:10px;width:10px}.Radio--store .Radio-dot--green{background-color:#00aa46;border:1px solid transparent}.Radio--store .Radio-dot--darkGreen{background-color:#005537;border:1px solid transparent}.Radio--store .Radio-heading{font-size:.875rem;margin-bottom:.41666667rem}.Radio--store .Radio-text{font-size:.875rem;margin-top:.93750234rem}.Radio--store.is-active{border:1px solid #00aa46}.Radio--border{border:1px solid #ededed}.Radio--borderBottom{border-bottom:1px solid #ededed}.Radio--border.is-active{border:1px solid #00aa46}.Radio--borderTransparent{border:1px solid transparent}.Radio--borderTransparent.is-active{border:1px solid #00aa46}.Radio--small{padding:.625rem .93750234rem}.Radio--small .Radio-heading,.Radio--small .Radio-label{font-size:1rem}.Radio--dynamicSize{padding:.625rem 1.25rem}.Radio--dynamicSize .Radio-heading,.Radio--dynamicSize .Radio-label{font-size:.75rem}@media only screen and (min-width:480px),print{.Radio--dynamicSize .Radio-heading,.Radio--dynamicSize .Radio-label{font-size:.875rem}}@media only screen and (min-width:600px),print{.Radio--dynamicSize .Radio-heading,.Radio--dynamicSize .Radio-label{font-size:1rem}}.Radio--hoverGreen:hover{background:#00aa46;color:#fff}.Radio--hoverGreen:hover .Radio-label:before{border-color:#00aa46}.Radio--gray .Radio-label{color:#999}.Radio--gray.is-active .Radio-label{color:#333}.Radio--calculation{border:1px solid #ededed;cursor:pointer;display:block;height:100%;padding:1.25rem}.Radio--calculation:hover{color:#00aa46}.Radio--calculation .Radio-heading{display:block;font-size:1rem;margin:0}.Radio--calculation .Radio-input{cursor:pointer;height:100%;left:0;top:0;width:100%}.Radio--calculation .Radio-label{font-size:.75rem;line-height:1.5}.Radio--calculation.is-active{background:#00aa46;color:#fff;cursor:default}.Radio--calculation .Radio-input:checked+.Radio-label:before{background:#00aa46;border:1px solid #00aa46}.Radio--calculation .Radio-input:checked+.Radio-label:after{background:#fff}.Radio--calculation.is-active{background:#fff;color:#333}.Radio--calculationBottom{border-bottom:1px solid #ededed}.Radio--calculation.is-active{border:1px solid #00aa46}.Radio--calculation .Radio-label{color:#999}.Radio--calculation.is-active .Radio-label{color:#333}@media only screen and (min-width:600px),print{.Radio--calculation{align-items:center;display:flex;height:50px;padding:0 .93750234rem}}.Radio--calculation .Radio-heading,.Radio--calculation .Radio-label{font-size:1rem}.RangeSlider-input{-webkit-appearance:none;background:none;height:29px;overflow:hidden;padding:0;width:100%}.RangeSlider-input.--secondTheme{height:36px}.RangeSlider-input.--secondTheme::-webkit-slider-thumb{border:2px solid #005537;height:30px;margin-top:-12.8065px;width:30px}.RangeSlider-input.--secondTheme::-webkit-slider-runnable-track{background:#005537;height:4px}.RangeSlider-input.--secondTheme::-moz-range-track{background-color:#005537;height:4px}.RangeSlider-input.--secondTheme::-moz-range-progress{height:4px}.RangeSlider-input.--secondTheme::-moz-range-thumb{border:2px solid #005537;height:30px;width:30px}.RangeSlider-input:focus{outline:none}.RangeSlider-input::-webkit-slider-thumb{-webkit-appearance:none;background:#fff;border:2px solid #00aa46;border-radius:50%;box-sizing:border-box;cursor:grab;height:25px;margin-top:-9px;width:25px}.RangeSlider-input::-webkit-slider-runnable-track{background:#a1dbab;border-radius:4px;content:"";cursor:pointer;height:7px;width:100%}.RangeSlider-input::-moz-range-track{background-color:#a1dbab;border-radius:4px;cursor:pointer;height:7px}.RangeSlider-input::-moz-range-progress{background:#00aa46;border-radius:4px 0 0 4px;height:7px}.RangeSlider-input::-moz-range-thumb{background:#fff;border:2px solid #00aa46;border-radius:50%;cursor:grab;height:25px;width:25px}.RangeSlider-output{align-items:center;display:flex;justify-content:space-between;margin:0 auto;width:190px}.RangeSlider-year{margin-right:15px}.RangeSlider-amount,.RangeSlider-year{color:#005537;font-family:CoopNew-Black,sans-serif;font-weight:400}.Select,.Select--medium{word-wrap:normal;border:1px solid #ededed;border-radius:4px;color:#333;cursor:pointer;display:inline-block;font-size:.875rem;height:40px;max-width:100%;overflow:hidden;padding:0 .625rem;text-decoration:none;text-overflow:ellipsis;user-select:none;white-space:nowrap}.Select--custom{-webkit-appearance:none;-moz-appearance:none;background-color:#fff;background-image:url(/Assets/Icons/arrow-down.svg);background-position:95% 50%;background-repeat:no-repeat;background-size:10px 11px;box-shadow:none!important;padding:.625rem 1.875rem .625rem .625rem}.Select--customFont{font-family:CoopNew-Black,sans-serif;font-size:1.125rem;padding:.41666667rem 30px .41666667rem .93750234rem}.Select--stripped{background-image:url(/Assets/Icons/arrow-down.svg);background-position:90% 50%;font-size:1rem;font-weight:700;padding:.625rem 2.5rem .625rem .625rem}.Select--stripped,.Select--strippedSmall{-webkit-appearance:none;-moz-appearance:none;background-color:#fff;background-repeat:no-repeat;background-size:14px 14px;border:none;box-shadow:none!important;outline:none}.Select--strippedSmall{background-image:url(/Assets/Icons/arrow-down-green.svg);background-position:95% 50%;height:auto;padding:.625rem .93750234rem}.Select--large{-webkit-appearance:none;background-image:url(/Assets/Icons/arrow-down.svg);background-position:94% 50%;background-repeat:no-repeat;background-size:30px 30px;font-family:CoopNew-Black,sans-serif;font-size:1.75rem;height:auto;line-height:40px;max-width:100%;padding:1.25rem 70px 1.25rem 12px}@media only screen and (min-width:768px),print{.Select--large{font-size:2.1875rem;max-width:none}}.Select--lightGreen{background-color:#e0efdd;border:0;color:#005537}.Select--lightGreen option{background-color:#fff;color:#333}.Select--green{background-image:url(/Assets/Icons/arrow-down-green.svg);color:#00aa46}.Select--green:focus{outline:none}.Select--green option{color:#333}.Select--consumption{border-radius:2em;box-shadow:none!important;height:40px;padding:.625rem 1.875rem .625rem .93750234rem}.Select--consumptionGreen{-webkit-appearance:none;-moz-appearance:none;background:#00aa46;background-image:url(/Assets/Icons/arrow-down2-white.svg);background-position:91% 50%;background-repeat:no-repeat;background-size:12px 11px;color:#fff}.Select--consumptionBase{-webkit-appearance:none;-moz-appearance:none;background:#ededed;background-image:url(/Assets/Icons/arrow-down2.svg);background-position:91% 50%;background-repeat:no-repeat;background-size:12px 11px;color:#333}.Select--product{appearance:none;background-color:#fff;background-image:url(/Assets/Icons/arrow-down-green.svg);background-position:90% 50%;background-repeat:no-repeat;background-size:10px 11px;border-radius:20px;color:#00aa46;padding:.625rem 1.875rem .625rem .625rem}.Select--product:focus{outline:none}.Select--product option{color:#333}.Select--small{border-radius:15px;font-size:.875rem;height:30px;padding:6px 1.875rem 6px .625rem}@media only screen and (min-width:1024px),print{.Select--mediumToSmall{border-radius:15px;font-size:.875rem;height:30px;padding:6px 1.875rem 6px .625rem}}.Select-flex{justify-content:space-between}.Select-flex,.Select-mod{align-items:center;display:flex;flex-direction:row}.Select-mod{position:relative}.Select-icon{left:20px;position:absolute;top:10px}.Select-labelOnTop{margin-top:45px!important}.Select-labelOnTop .FloatingLabel-label{color:#333!important;font-size:1rem!important;margin-left:-10px!important;margin-top:-35px!important}.Table{background:#fff;min-width:100%;overflow-x:hidden}.Table-row{cursor:pointer}.Table-header{align-items:center;background:#fff;border-bottom:2px solid #f5f5f5;display:flex;height:50px;justify-content:space-between;padding:0 1.25rem;position:relative}.Table-panel{border:none!important;opacity:1!important}.Table-panel>td{padding:0!important}.Table-item{align-items:center;border-bottom:2px solid #f5f5f5;display:flex;font-size:.875rem;height:100%;justify-content:space-between;min-height:60px;padding:0 1.25rem}.Table-item:last-of-type{border:none}@media only screen and (min-width:600px),print{.Table-item{height:60px}}.Table-confirmation{align-items:center;background-color:#e8f2d7;display:flex;flex-grow:1;height:100%;justify-content:space-between;margin:0 -1.25rem;min-height:58px;padding:1.25rem;position:relative}@media only screen and (min-width:600px),print{.Table-confirmation{height:58px;padding:0 1.25rem}}.Table-confirmationError{background-color:#ffeaf3}.Table-confirmationText{white-space:normal}.Table-confirmationCta{align-items:center;display:flex;margin-top:.93750234rem;width:100%}@media only screen and (min-width:600px),print{.Table-confirmationCta{margin:0;width:auto}}.Table-confirmationIcon{height:20px;margin-right:.625rem;vertical-align:middle;width:20px}.Table-confirmationClose{cursor:pointer;height:12px;position:absolute;right:1.25rem;width:12px}.Table-confirmationClose svg{fill:none;stroke:#999;height:12px;width:12px}.Table-notice{background-color:#e8f2d7}.Table-notice>td{text-align:center!important}.Table-noticeHeading{display:inline-block;margin-right:.93750234rem}.Table-icon{margin-top:-2px;vertical-align:middle}.Table-icon,.Table-icon svg{height:12px;width:12px}.Table-icon.Table-icon--arrow{cursor:pointer;transition:transform .3s}.Table table{margin:0;min-width:100%}.Table thead tr{height:40px}@media only screen and (min-width:768px),print{.Table thead tr{height:60px}}.Table thead tr th{padding:0 1.25rem}@media only screen and (min-width:768px),print{.Table thead tr th{padding:1.25rem 1.25rem .625rem}}.Table tbody tr:last-of-type{border:none}@media only screen and (min-width:1024px),print{.Table tbody tr:hover{box-shadow:5px 5px 30px 0 rgba(0,0,0,.15)}}.Table th{color:#999;font-size:.875rem;font-weight:400;padding:1.25rem 1.25rem .625rem;text-align:left;white-space:nowrap}.Table tr{border-bottom:2px solid #f5f5f5;height:60px}.Table td{font-size:.875rem;padding:0 1.25rem;text-align:left;white-space:nowrap}.Table td .Table-icon{height:16px;width:16px}.Table-tag{border-radius:.625rem;font-size:.75rem;overflow:hidden;padding:.25rem .625rem;text-align:center;white-space:nowrap}.Table-tag.Table-tagGreenLight{background-color:#e8f2d7;color:#005537}.Table-tag.Table-tagYellowLight{background-color:#fffbdb;color:#333}.Table-tag.Table-tagPink{background-color:#ffeaf3;color:#333}.Table--noHoverShadow tbody>tr:hover,.Table--noHoverShadow tr:hover{box-shadow:none}.Table--block{overflow:hidden}.Table--block .Table-header--green{background:#00aa46;color:#fff}.Table--block .Table-header--green .Table-icon{fill:none;stroke:#fff}.Table--block .Table-header--bigger{height:60px}.Table--block .Table-icon--minus,.Table--block.is-expanded .Table-icon--plus{display:none}.Table--block.is-expanded .Table-icon--minus{display:block}.Table--block .Table-item{border-bottom:2px solid #f5f5f5}.Table--block .Table-body{position:relative}.Table--bank .Table-item{align-items:center;border-bottom:2px solid #ededed;display:flex;font-size:1rem;height:100%;justify-content:space-between;min-height:60px;padding:0}@media only screen and (min-width:600px),print{.Table--bank .Table-item{height:60px}}.Table--transactions .Table-header{font-size:.75rem;padding:.625rem}@media only screen and (min-width:375px),print{.Table--transactions .Table-header{font-size:1rem}}@media only screen and (min-width:600px),print{.Table--transactions .Table-header{padding:0 1.25rem}}.Table--transactions .Table-item{align-items:center;border-bottom:2px solid #ededed;display:flex;flex-direction:column;font-size:.75rem;height:100%;min-height:60px;padding:0}@media only screen and (min-width:375px),print{.Table--transactions .Table-item{font-size:1rem}}@media only screen and (min-width:600px),print{.Table--transactions .Table-item{height:60px}}.Table--transactions .Table-item.--extraCard{flex-direction:row;padding:.625rem}@media only screen and (min-width:600px),print{.Table--transactions .Table-item.--extraCard{padding:0 1.25rem}}.Table--transactions .Table-item:first-of-type{border-top:2px solid #ededed}.Table--transactions .Table-cell{align-items:center;display:flex;height:60px;justify-content:space-between;min-height:60px;width:100%}@media only screen and (min-width:600px),print{.Table--transactions .Table-cell{min-height:100%}}.Table--transactions .Table-moreInfo{display:flex;flex-direction:column}.Table--buyList{border:none;overflow:hidden}.Table--buyList .Table-header--green{background:#00aa46;color:#fff}.Table--buyList .Table-header--green .Table-icon{fill:none;stroke:#fff}.Table--buyList .Table-header--bigger{height:60px}.Table--buyList .Table-icon--minus,.Table--buyList.is-expanded .Table-icon--plus{display:none}.Table--buyList.is-expanded .Table-icon--minus{display:block}.Table--buyList .Table-body{bottom:-2px;position:relative}.Table--buyList .Table-item{border-bottom:2px solid #f5f5f5}.TableList{background:#fff;border-radius:20px}.TableList.is-focused .TableList-tableRow{opacity:.3}.TableList.is-focused .TableList-tableRow.is-active{opacity:1}.TableList.is-focused .TableList-tableRow:hover{box-shadow:none;position:static}.TableList-title{background:#fff;border-top-left-radius:20px;border-top-right-radius:20px;font-weight:700;padding:20px}.TableList-headerRow{background:#fff;border-top:1px solid #ededed;color:#999;display:flex;font-size:14px;min-height:48px}.TableList-headerRowCell{align-items:center;display:flex;flex:1;padding:20px 10px}.TableList-headerRowCell:first-child{padding-left:20px}.TableList-headerRowCell:last-child{padding-right:20px}.TableList-tableRow{background-color:#fff;border-top:1px solid #f5f5f5;display:flex;font-size:14px;transition:opacity .15s ease-in-out,background-color .15s ease-in-out,box-shadow .15s ease-in-out}.TableList-tableRow .Table-tag{min-width:90px}.TableList-tableRow.is-active{background-color:#005537}.TableList-tableRow.is-active .Table-tag{background-color:rgba(0,0,0,.3);color:#fff}.TableList-tableRow.is-active .TableList-tableRowCell{color:#fff}.TableList-tableRow.is-active .TableList-tableRowCellChevron svg{transform:rotate(180deg);transition:transform .3s ease}.TableList-tableRow.is-active .TableList-tableRowCell--subtext{color:#fff}.TableList-tableRow:hover{box-shadow:5px 5px 30px 0 rgba(0,0,0,.15);cursor:pointer;position:relative}.TableList-tableRowCell{align-items:center;display:flex;flex:1;height:60px;padding:0 10px}.TableList-tableRowCell:first-child{padding-left:20px}.TableList-tableRowCell:last-child{padding-right:20px}.TableList-tableRowCellChevron svg{transform:rotate(0deg);transition:transform .3s ease}.TableList-tableRowCellChevron:focus-visible{outline-style:auto;outline-width:medium}.TableList-tableRowCell--subtext{color:#999;display:block;font-size:.75rem}.TableList-tableRow:last-child{border-bottom-left-radius:20px;border-bottom-right-radius:20px}.TableList-tableRowCell:last-child{display:flex;justify-content:flex-end}.TableList-tableRowPanel{border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-shadow:5px 5px 30px 0 rgba(0,0,0,.15);position:relative}.TableList.TableList--subscriptions .TableList-headerRowCell:last-child,.TableList.TableList--subscriptions .TableList-tableRowCell:last-child{flex:0.25}@media only screen and (max-width:599px),print{.TableList.TableList--subscriptions .TableList-headerRowCell:nth-child(3),.TableList.TableList--subscriptions .TableList-tableRowCell:nth-child(3){display:none}.TableList.TableList--subscriptions .TableList-headerRowCell:last-child,.TableList.TableList--subscriptions .TableList-tableRowCell:last-child{max-width:32px}}.TableList.TableList--subscriptions .TableList-tableRow.is-cancelled{cursor:default}.TableList.TableList--subscriptions .TableList-tableRow.is-cancelled .TableList-tableRowCell:first-child{color:red}.TableList.TableList--subscriptions .TableList-tableRow.is-cancelled .TableList-tableRowCell:nth-child(n+2){color:#999;text-decoration:line-through}@media only screen and (max-width:599px),print{.TableList.TableList--savedCarts .TableList-headerRowCell:nth-child(2),.TableList.TableList--savedCarts .TableList-tableRowCell:nth-child(2){display:none}.TableList.TableList--savedCarts .TableList-headerRowCell:last-child,.TableList.TableList--savedCarts .TableList-tableRowCell:last-child{max-width:32px}}.TableList--lastOrders .TableList-headerRowCell,.TableList--lastOrders .TableList-tableRowCell{display:none}.TableList--lastOrders .TableList-headerRowCell:last-child,.TableList--lastOrders .TableList-tableRowCell:last-child{flex:2}.TableList--lastOrders .TableList-headerRowCell:last-child .Table-tag,.TableList--lastOrders .TableList-tableRowCell:last-child .Table-tag{white-space:break-spaces}.TableList--lastOrders .TableList-headerRowCell:first-of-type,.TableList--lastOrders .TableList-headerRowCell:last-of-type,.TableList--lastOrders .TableList-tableRowCell:first-of-type,.TableList--lastOrders .TableList-tableRowCell:last-of-type{display:inherit}@media only screen and (min-width:375px),print{.TableList--lastOrders .TableList-headerRowCell:nth-of-type(4),.TableList--lastOrders .TableList-tableRowCell:nth-of-type(4){display:inherit}}@media only screen and (min-width:768px),print{.TableList--lastOrders .TableList-headerRowCell,.TableList--lastOrders .TableList-tableRowCell{display:inherit}}.TableList--lastOrders .TableList-tableRow.is-cancelled .TableList-tableRowCell:first-child,.TableList--lastOrders .TableList-tableRow.is-cancelled .TableList-tableRowCell:nth-child(2),.TableList--lastOrders .TableList-tableRow.is-cancelled .TableList-tableRowCell:nth-child(4){text-decoration:line-through}.TableList--lastOrders .TableList-tableRow.is-cancelled.is-active .TableList-tableRowCell{text-decoration:none}.TableList--lastOrders .TableList-tableRow:not(.TableList--lastOrders .TableList-tableRow.is-active).is-cancelled .TableList-tableRowCell{color:#999}.TableList--lastOrders .TableList-tableRow:not(.TableList--lastOrders .TableList-tableRow.is-active) .TableList-tableRowCell{color:#333}.TableList--lastOrders .TableList-tableRow:not(.TableList--lastOrders .TableList-tableRow.is-active) .TableList-tableRowCell.is-cancelled{color:#f30}.Tag{display:inline-block;font-family:CoopNew-Black,sans-serif;padding:.93750234rem 1.875rem}.TextArea{background-color:#f5f5f5;border:1px solid transparent;border-radius:.5rem;display:flex;flex-direction:column;padding:.625rem 76px .625rem .625rem;position:relative;transition:all .2s ease}.TextArea.is-focused:not(.is-disabled):not(.is-errorState),.TextArea:hover:not(.is-disabled):not(.is-errorState){border:1px solid #999}.TextArea.is-disabled,.TextArea.is-disabled *{cursor:normal}.TextArea.is-errorState{border:1px solid #ff6565}.TextArea.is-errorState .TextArea-validationIcon{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48Y2lyY2xlIGZpbGw9IiNGRjY1NjUiIGN4PSI4IiBjeT0iOCIgcj0iOCIvPjx0ZXh0IGZvbnQtZmFtaWx5PSJBa2t1cmF0U3RkIiBmb250LXNpemU9IjEyIiBmaWxsPSIjRkZGIj48dHNwYW4geD0iNiIgeT0iMTIiPiE8L3RzcGFuPjwvdGV4dD48L2c+PC9zdmc+);display:block}.TextArea.is-valid .TextArea-validationIcon{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48Y2lyY2xlIGZpbGw9IiMwMEFBNDYiIGN4PSI4IiBjeT0iOCIgcj0iOCIvPjxwYXRoIHN0cm9rZT0iI0ZGRiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBkPSJNMTEgNSA3LjUgOS43NWwtMi41LTIiLz48L2c+PC9zdmc+);display:block}.TextArea-validationIcon{display:none;height:1rem;position:absolute;right:.625rem;top:.625rem;width:1rem}.TextArea-message{font-size:.75rem;margin-top:5px}.TextArea-message.is-errorState{color:#ff6565}.TextArea-label{color:#707070;font-size:.875rem;position:absolute;top:.625rem;transition:all .2s ease}.TextArea:not(.TextArea-labelOnTop).has-value .TextArea-label,.TextArea:not(.TextArea-labelOnTop).is-focused .TextArea-label{top:.4rem}.TextArea-label.is-small{font-size:.75rem}.TextArea-area{background-color:#f5f5f5;border:none;line-height:1.25rem;margin-top:.93750234rem;min-height:0;outline:0;overflow:hidden;padding:0;resize:none}.TextArea-area:disabled{-webkit-text-fill-color:#707070;color:#707070;opacity:1}.TextArea-area:disabled:focus,.TextArea-area:disabled:hover{outline:0}.TextArea-count{bottom:.625rem;color:#777;font-size:.75rem;position:absolute;right:.625rem}.TextArea-labelOnTop{margin-top:45px!important}.TextArea-labelOnTop .TextArea-label{color:#333!important;font-size:1rem!important;margin-left:-10px!important;margin-top:-35px!important;transition:none}.TextArea-labelOnTop .TextArea-area{margin-top:0}.Tooltip{background:#fff;border-radius:.5rem;box-shadow:5px 5px 30px 0 rgba(0,0,0,.15);font-family:Akkurat,sans-serif;font-size:.875rem;line-height:1.3;min-width:260px;padding:.93750234rem;position:absolute;z-index:8}.Tooltip-close{fill:#fff;cursor:pointer;height:15px;position:absolute;right:8px;top:5px;width:15px;z-index:9}.Tooltip:before{border-left:10px solid transparent;border-right:10px solid transparent;content:"";display:block;height:0;position:absolute;width:0}.Tooltip.Tooltip--small{min-width:0;width:180px}.Tooltip.Tooltip--saveSmall{padding:15px 0;width:160px}.Tooltip.Tooltip--buyListSmall{padding:15px;width:220px}.Tooltip.Tooltip--rateConfirmSmall{padding:15px;width:150px}@media only screen and (min-width:1024px),print{.Tooltip.Tooltip--rateConfirmSmall{width:180px}}.Tooltip.Tooltip--xsmall{align-items:center;display:flex;font-size:10px;justify-content:center;min-height:37px;min-width:0;padding:.3125rem;width:70px}@media only screen and (min-width:375px),print{.Tooltip.Tooltip--xsmall{font-size:12px;padding:.3125rem .625rem;width:93px}}@media only screen and (min-width:480px),print{.Tooltip.Tooltip--xsmall{font-size:14px;padding:.625rem 1.25rem;width:120px}}@media only screen and (min-width:600px),print{.Tooltip.Tooltip--xsmall{padding:.625rem 1.25rem;width:120px}}@media only screen and (min-width:1024px),print{.Tooltip.Tooltip--xsmall{padding:.625rem}}.Tooltip.Tooltip--xsmallPuff{align-items:center;display:flex;font-size:9px;justify-content:center;min-height:37px;min-width:0;padding:.3125rem;width:65px}@media only screen and (min-width:375px),print{.Tooltip.Tooltip--xsmallPuff{font-size:12px;padding:.3125rem .625rem;width:90px}}@media only screen and (min-width:600px),print{.Tooltip.Tooltip--xsmallPuff{font-size:10px;width:80px}}@media only screen and (min-width:768px),print{.Tooltip.Tooltip--xsmallPuff{font-size:12px;width:77px}}@media only screen and (min-width:1024px),print{.Tooltip.Tooltip--xsmallPuff{font-size:14px;padding:.625rem;width:100px}}.Tooltip.Tooltip--green{background:#00aa46;color:#fff}.Tooltip.Tooltip--green.Tooltip--bottomArrow:before{border-top-color:#00aa46!important}.Tooltip.Tooltip--green.Tooltip--topArrow:before{border-bottom-color:#00aa46!important}.Tooltip.Tooltip--scaleIn{animation-delay:2s;animation-duration:.25s;animation-fill-mode:forwards;animation-name:tooltipScale;cursor:default;line-height:1.4em;opacity:0;padding:.93750234rem 1.25rem;text-align:left;z-index:8}.Tooltip.Tooltip--scaleIn:before{border-bottom:10px solid #00aa46;top:-10px}.Tooltip.Tooltip--scaleInStoreMobile{animation-delay:2s;animation-duration:.25s;animation-fill-mode:forwards;animation-name:tooltipScale;cursor:default;line-height:1.4em;opacity:0;text-align:left;z-index:8}.Tooltip.Tooltip--scaleInStoreMobile:before{border-bottom:10px solid #00aa46;right:74px;top:-10px}.Tooltip.Tooltip--top{top:0}.Tooltip.Tooltip--left{left:0}.Tooltip.Tooltip--bottom{bottom:0}.Tooltip.Tooltip--right{right:0}.Tooltip.Tooltip--center{left:50%;transform:translateX(-50%)}.Tooltip.Tooltip--topArrow:before{border-bottom:10px solid #fff;top:-10px}.Tooltip.Tooltip--rightArrow:before{right:8px}.Tooltip.Tooltip--rightSaveHeartArrow:before{border-bottom:10px solid #fff;right:-14px;top:13px;transform:rotate(90deg)}.Tooltip.Tooltip--bottomArrow:before{border-top:10px solid #fff;bottom:-10px}.Tooltip.Tooltip--leftArrow:before{left:5px}.Tooltip.Tooltip--centerArrow:before{left:50%;transform:translateX(-50%)}.Tooltip.Tooltip--centerToRightArrow:before{right:5px}@media only screen and (min-width:600px),print{.Tooltip.Tooltip--centerToRightArrow:before{left:50%;transform:translateX(-50%)}}.Tooltip.Tooltip--arrowYellowLight:before{border-bottom-color:#fffbdb;border-top-color:#fffbdb}.Tooltip.Tooltip--loginReminder{margin-left:-45px;margin-top:20px;min-width:270px}.Tooltip.Tooltip--loginReminder:before{border-bottom-color:#fffbdb;left:79.5%;transform:translateX(-50%)}@media only screen and (min-width:768px),print{.Tooltip.Tooltip--loginReminder{margin-left:-20px;margin-top:20px}.Tooltip.Tooltip--loginReminder:before{left:70%}}.Tooltip--googlemap{margin-bottom:1.25rem;max-width:100%;min-width:230px;padding:0}.Tooltip--googlemap:before{border-top:10px solid #fff;bottom:-10px;left:55px}@keyframes tooltipScale{0%{opacity:0;transform:translate3d(0,40px,0) scale3d(.1,.6,1)}to{opacity:1;transform:translateZ(0) scaleX(1)}}.Accordion{width:100%}.Accordion-list{list-style-type:none;margin:0;padding:0!important}.Accordion-item.is-expanded .Accordion-icon{transform:rotate(450deg)}.Accordion-icon{height:14px;transform:rotate(270deg);transition:transform .3s;width:14px}.Accordion-icon--plus{fill:none;stroke:#333}.Accordion-icon--minus{fill:none;stroke:#333;display:none}.Accordion-scrollView{-webkit-overflow-scrolling:touch;max-height:500px;overflow-x:hidden;overflow-y:auto;overflow:auto;padding:1.25rem}.Accordion-scrollView::-webkit-scrollbar{width:4px}.Accordion-scrollView::-webkit-scrollbar-track-piece{box-shadow:inset 0 0 5px 5px #ededed}.Accordion-scrollView::-webkit-scrollbar-thumb{background:#aaa;border-radius:2px}.Accordion-scrollView::-webkit-scrollbar-track-piece{box-shadow:inset 0 0 5px 5px #aaa}@media only screen and (min-width:1024px),print{.Accordion-scrollView::-webkit-scrollbar-track-piece{box-shadow:inset 0 0 5px 5px transparent}.Accordion-scrollView:hover::-webkit-scrollbar-track-piece{box-shadow:inset 0 0 5px 5px #ededed}.Accordion-scrollView:hover::-webkit-scrollbar-thumb{background:#aaa;border-radius:2px}.Accordion-scrollView:hover::-webkit-scrollbar-thumb:window-inactive{background:#ededed}}.Accordion-scrollView::-webkit-scrollbar{width:0}@media only screen and (min-width:1024px),print{.Accordion-scrollView::-webkit-scrollbar{width:5px}.Accordion-scrollView::-webkit-scrollbar-track-piece{box-shadow:inset 0 0 5px 5px #f5f5f5}.Accordion-scrollView:hover::-webkit-scrollbar-track-piece{box-shadow:inset 0 0 5px 5px #ededed}.Accordion-scrollView:hover::-webkit-scrollbar-thumb{background:#aaa;border-radius:2px}.Accordion-scrollView:hover::-webkit-scrollbar-thumb:window-inactive{background:#ededed}}.Accordion-scrollView::-webkit-scrollbar{width:5px}.Accordion-scrollView::-webkit-scrollbar-track-piece{box-shadow:inset 0 0 5px 5px #f5f5f5}.Accordion-scrollView:hover::-webkit-scrollbar-track-piece{box-shadow:inset 0 0 5px 5px #ededed}.Accordion-scrollView:hover::-webkit-scrollbar-thumb{background:#aaa;border-radius:2px}.Accordion-scrollView:hover::-webkit-scrollbar-thumb:window-inactive{background:#ededed}.Accordion-map{height:100%;min-height:400px;width:100%}.Accordion.Accordion--single{width:auto}.Accordion.Accordion--single .Accordion-item.is-expanded .Accordion-icon{transform:rotate(90deg)}.Accordion.Accordion--single .Accordion-item.is-expanded .Accordion-icon--plus{display:none}.Accordion.Accordion--single .Accordion-item.is-expanded .Accordion-icon--minus{display:inline-block;transform:none}.Accordion.Accordion--single .Accordion-item.is-expanded .Accordion-panel{display:block}.Accordion.Accordion--single .Accordion-header{align-items:center;background:#fff;border-radius:20px;cursor:pointer;display:flex;font-size:.875rem;font-weight:400;height:40px;margin:0;padding:.625rem 2.5rem .625rem .93750234rem}.Accordion.Accordion--single .Accordion-block{align-items:center;display:flex}.Accordion.Accordion--single .Accordion-icon{transform:none}.Accordion.Accordion--single .Accordion-panel{border-top:2px solid #f5f5f5;display:none;position:relative}.Accordion.Accordion--checkout .Accordion-item{margin-bottom:2.5rem}.Accordion.Accordion--checkout .Accordion-item:last-of-type{margin:0}.Accordion.Accordion--checkout .Accordion-item.is-active .Accordion-header{color:#333}.Accordion.Accordion--checkout .Accordion-item.is-active .Accordion-panel{display:block!important}.Accordion.Accordion--checkout .Accordion-header{background:#fff;border-bottom:1px solid #ededed;color:#aaa;font-size:1rem;font-weight:700;margin:0;padding:.625rem 1.25rem}@media only screen and (min-width:768px),print{.Accordion.Accordion--checkout .Accordion-header{font-size:1.25rem;font-weight:400}.Accordion.Accordion--checkout .Accordion-header--myOrders{font-size:1rem}}.Accordion.Accordion--checkout .Accordion-panel{display:none;position:relative}.Accordion.Accordion--checkout .Accordion-panel--row{border-bottom:1px solid #ededed;padding:.625rem 1.25rem}.Accordion.Accordion--checkout .Accordion-subPanel{padding:1.25rem}.Accordion.Accordion--checkout .Accordion-group{padding:0 1.25rem}.Accordion.Accordion--checkout .Accordion-group:last-of-type .Accordion-groupPanel{border:none}.Accordion.Accordion--checkout .Accordion-groupHeader{border-bottom:1px solid #ededed;padding:.93750234rem 0}.Accordion.Accordion--checkout .Accordion-groupHeader--large{font-size:1rem;font-weight:700}@media only screen and (min-width:768px),print{.Accordion.Accordion--checkout .Accordion-groupHeader--large{font-size:1.25rem}}.Accordion.Accordion--checkout .Accordion-groupPanel{border-bottom:1px solid #ededed;font-size:.875rem;padding-left:1.25rem}.Accordion.Accordion--checkout .Accordion-groupPanel--faded{color:#aaa}.Accordion.Accordion--checkout .Accordion-groupItem{border-bottom:1px solid #ededed;padding:.93750234rem 0}.Accordion.Accordion--checkout .Accordion-groupItem:last-of-type{border:none}.Accordion.Accordion--checkout .Accordion-groupItem--small{font-size:.75rem}@media only screen and (min-width:768px),print{.Accordion.Accordion--checkout .Accordion-groupItem--small{font-size:.875rem}}.Accordion.Accordion--checkout .Accordion-footer{border-top:1px solid #ededed;display:flex;flex-direction:column;padding:.93750234rem 1.25rem}@media only screen and (min-width:600px),print{.Accordion.Accordion--checkout .Accordion-footer{align-items:center;flex-direction:row;justify-content:space-between}}.Accordion.Accordion--checkout .Accordion-pagination{display:flex;height:140px;justify-content:space-between;position:absolute;top:0;width:100%}.Accordion.Accordion--checkout .Accordion-paginationArrow{cursor:pointer;display:flex;padding:0 1.25rem;width:50px;z-index:1}.Accordion.Accordion--checkout .Accordion-paginationArrow svg{fill:none;stroke:#333;opacity:.2;width:100%}.Accordion.Accordion--checkout .Accordion-paginationArrow.is-active svg{opacity:1}.AccordionList{padding-left:1.25rem;padding-right:1.25rem;width:100%}.AccordionList--contanier{margin:0 auto;max-width:1030px}.AccordionList-list{list-style:none;margin:0;padding:0!important}.AccordionList-icon{fill:none;stroke:#333;stroke-width:2px;height:14px;transform:rotate(90deg);transition:transform .3s;width:14px}.AccordionList-icon--white{stroke:#fff}.AccordionList-Dropdown--header{align-items:center;display:flex;flex-direction:row;justify-content:space-between;width:100%}.AccordionList-Dropdown--headerText{font-size:14px;font-weight:700;margin:0}@media only screen and (min-width:480px),print{.AccordionList-Dropdown--headerText{font-size:16px}}.AccordionList-item ul{list-style-type:disc!important}.AccordionList-item.is-expanded .AccordionList-icon{transform:rotate(270deg)}.AccordionList-item.is-expanded .AccordionList-header{border-bottom:none}.AccordionList-item.is-expanded .AccordionList-content,.AccordionList-item.is-expanded .AccordionList-content--Gray{border-bottom:1px solid #ededed;display:block}.AccordionList-header{background-color:#fff;border-bottom:1px solid #ededed;cursor:pointer;display:flex;font-size:.875rem;font-weight:400;height:110px;margin:0;padding:5px 10px;position:relative}@media only screen and (min-width:375px),print{.AccordionList-header{height:100px}}@media only screen and (min-width:600px),print{.AccordionList-header{height:80px}}@media only screen and (min-width:768px),print{.AccordionList-header{height:70px}}@media only screen and (min-width:320px),print{.AccordionList-header.AccordionList-header--kyc{height:70px}}.AccordionList-header--Gray{border-bottom:1px solid #ededed}.AccordionList-block{align-items:center;display:flex;min-height:100%;width:100%}.AccordionList-block[data-state=open]>.AccordionList-icon{transform:rotate(450deg)}.AccordionList-content{display:none;position:relative}.AccordionList-content p a{color:#00aa46}.AccordionList-content[data-state=open]{display:block}.AccordionList-scrollView{-webkit-overflow-scrolling:touch;max-height:500px;overflow-x:hidden;overflow-y:auto;overflow:auto;padding:1.25rem}.AccordionList-scrollView::-webkit-scrollbar{width:4px}.AccordionList-scrollView::-webkit-scrollbar-track-piece{box-shadow:inset 0 0 5px 5px #ededed}.AccordionList-scrollView::-webkit-scrollbar-thumb{background:#aaa;border-radius:2px}.AccordionList-scrollView::-webkit-scrollbar-track-piece{box-shadow:inset 0 0 5px 5px #aaa}@media only screen and (min-width:1024px),print{.AccordionList-scrollView::-webkit-scrollbar-track-piece{box-shadow:inset 0 0 5px 5px transparent}.AccordionList-scrollView:hover::-webkit-scrollbar-track-piece{box-shadow:inset 0 0 5px 5px #ededed}.AccordionList-scrollView:hover::-webkit-scrollbar-thumb{background:#aaa;border-radius:2px}.AccordionList-scrollView:hover::-webkit-scrollbar-thumb:window-inactive{background:#ededed}}.AccordionList-scrollView::-webkit-scrollbar{width:0}@media only screen and (min-width:1024px),print{.AccordionList-scrollView::-webkit-scrollbar{width:5px}.AccordionList-scrollView::-webkit-scrollbar-track-piece{box-shadow:inset 0 0 5px 5px #f5f5f5}.AccordionList-scrollView:hover::-webkit-scrollbar-track-piece{box-shadow:inset 0 0 5px 5px #ededed}.AccordionList-scrollView:hover::-webkit-scrollbar-thumb{background:#aaa;border-radius:2px}.AccordionList-scrollView:hover::-webkit-scrollbar-thumb:window-inactive{background:#ededed}}.AccordionList-scrollView::-webkit-scrollbar{width:5px}.AccordionList-scrollView::-webkit-scrollbar-track-piece{box-shadow:inset 0 0 5px 5px #f5f5f5}.AccordionList-scrollView:hover::-webkit-scrollbar-track-piece{box-shadow:inset 0 0 5px 5px #ededed}.AccordionList-scrollView:hover::-webkit-scrollbar-thumb{background:#aaa;border-radius:2px}.AccordionList-scrollView:hover::-webkit-scrollbar-thumb:window-inactive{background:#ededed}.AccordionList .Accordion-collapsible{overflow:hidden}.AccordionList .Accordion-collapsible input{opacity:0;position:absolute;z-index:-1}.AccordionList .Accordion-collapsible-item-label{align-items:center;border-bottom:1px solid #ededed;cursor:pointer;display:flex;font-size:14px;font-weight:700;height:110px;justify-content:space-between;margin:0;padding:5px 10px 5px 0}@media only screen and (min-width:375px),print{.AccordionList .Accordion-collapsible-item-label{height:100px}}@media only screen and (min-width:480px),print{.AccordionList .Accordion-collapsible-item-label{font-size:16px}}@media only screen and (min-width:600px),print{.AccordionList .Accordion-collapsible-item-label{height:80px}}@media only screen and (min-width:768px),print{.AccordionList .Accordion-collapsible-item-label{height:70px}}.AccordionList .Accordion-collapsible-item-content{display:none;max-height:0;transition:all .35s}.AccordionList .Accordion-collapsible-item-content a{color:#00aa46}.AccordionList .Accordion-collapsible input:checked+.Accordion-collapsible-item-label{border-bottom:none}.AccordionList .Accordion-collapsible input:checked+.Accordion-collapsible-item-label .AccordionList-icon{transform:rotate(270deg)}.AccordionList .Accordion-collapsible input:checked~.Accordion-collapsible-item-content{border-bottom:1px solid #ededed;display:block;max-height:100vh}.EditContainer .AccordionList{padding-left:0;padding-right:0}@media only screen and (min-width:768px),print{.AccordionList{padding-left:0;padding-right:0}}.mixinScroll::-webkit-scrollbar{width:4px}.mixinScroll::-webkit-scrollbar-track-piece{box-shadow:inset 0 0 5px 5px #ededed}.mixinScroll::-webkit-scrollbar-thumb{background:#aaa;border-radius:2px}.AccountInformation{margin:0 auto}.AccountInformation,.AccountSummery{max-width:600px;position:relative;width:100%}.AccountSummery{align-items:center;display:flex;flex-direction:column;justify-content:space-between}@media only screen and (min-width:600px),print{.AccountSummery{flex-direction:row;justify-content:center;margin:0 auto}}.AccountSummery-amount{align-items:center;background-color:#f5f5f5;display:flex;flex-direction:column;height:100%;justify-content:center;padding:1.25rem;width:100%}@media only screen and (min-width:600px),print{.AccountSummery-amount{height:236px;margin-right:1.25rem;padding:.625rem}}.AccountSummery-amountTitle{font-size:.875rem;margin-bottom:12px}@media only screen and (min-width:375px),print{.AccountSummery-amountTitle{font-size:1rem}}.AccountSummery-amountMoney{font-size:1rem}@media only screen and (min-width:375px),print{.AccountSummery-amountMoney{font-size:2.1875rem}}.AccountSummery-list{color:#333;font-size:1rem;height:100%;margin-top:30px;width:100%}@media only screen and (min-width:600px),print{.AccountSummery-list{margin-left:1.25rem;margin-top:0}}.AddressOverview{background:#fff;border:1px solid #ededed;border-radius:8px;display:flex;justify-content:space-between;outline:none;padding:15px;position:relative}.AddressOverview:focus,.AddressOverview:hover{border-color:#00aa46}@media only screen and (min-width:600px),print{.AddressOverview{padding:20px}}.AddressOverview--selected{border:1px solid #00aa46}.AddressOverview--selected .AddressOverview-check{position:absolute;right:-8px;top:-8px}.AddressOverview-name{color:#777;margin-bottom:0;margin-top:0}.AddressOverview-edit{align-items:center;display:flex}.Autocomplete{background-color:#f5f5f5;display:flex;flex-shrink:0;flex-wrap:wrap;height:50px;overflow-y:hidden;padding:0 .41666667rem}.Autocomplete-header{align-items:center;display:inline-flex;font-weight:700;margin:.625rem 0}.Autocomplete-button,.Autocomplete-header{font-size:.875rem;height:calc(50px - 1.25rem);padding:0 .625rem}.Autocomplete-button{background:#fff;border-radius:4px;margin:.625rem .41666667rem}.Autocomplete-button:hover{box-shadow:0 0 15px 0 rgba(0,0,0,.15)}.BankModal{display:flex;flex-direction:column;height:100%;justify-content:center;max-width:42.5rem;position:relative;width:100%}@media only screen and (min-width:768px),print{.BankModal{height:calc(100% - 7.5rem)}}.BankModal-content{-webkit-overflow-scrolling:touch;background-color:#fff;overflow:auto;padding:1.25rem;position:relative}.BankModal-content::-webkit-scrollbar{width:5px}.BankModal-content::-webkit-scrollbar-track-piece{box-shadow:inset 0 0 5px 5px #ededed}.BankModal-content::-webkit-scrollbar-thumb{background:#aaa;border-radius:2px}.BankModal-title{font-size:1.125rem;font-weight:700}.BankModal-title--subtitle{font-size:1rem}.BankModal-text{font-size:.875rem;line-height:1.4;width:100%}.BankModal-data{border-bottom:1px solid #ededed;font-size:.875rem;width:100%}.BankModal-form{width:100%}.BankModal-form,.BankModal-formField{display:flex;flex-direction:column;justify-content:flex-start}.Block{background:#fff;display:block;min-height:100%;position:relative;text-decoration:none;width:100%}.Block:hover .Block-image{transform:scale3d(1.1,1.1,1.1)}.Block-link{height:100%;left:0;position:absolute;text-decoration:none;top:0;width:100%;z-index:1}.Block-heading{font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.Block-content{line-height:24px;padding:1.25rem}.Block-content,.Block-imageContainer{overflow:hidden}.Block-image{background-position:50%;background-size:cover;height:160px;position:relative;transition:transform .3s ease-in-out}@media only screen and (min-width:768px),print{.Block-image{height:250px}}.Block-image.Block-image--16by9{height:0;padding-bottom:56.25%}.Block-image img{height:100%;left:0;object-fit:cover;position:absolute;top:0;width:100%}.Block--horizontal{display:flex;flex-direction:column;text-align:left}@media only screen and (min-width:480px),print{.Block--horizontal{align-items:flex-start;flex-direction:row}.Block--horizontal .Block-content{flex:1 0 66.66666%;padding:0 1.25rem}.Block--horizontal .Block-image,.Block--horizontal .Block-imageContainer{flex-basis:33.33333%;flex-grow:1;flex-shrink:0;height:160px}}.Block--horizontalBigPadding{display:flex;flex-direction:column;text-align:left}@media only screen and (min-width:480px),print{.Block--horizontalBigPadding{align-items:flex-start;flex-direction:row}.Block--horizontalBigPadding .Block-content{flex:1 0 58.5%;padding:1.875rem 1.875rem 1.25rem}.Block--horizontalBigPadding .Block-content p{max-width:490px}}@media only screen and (min-width:375px),print{.Block--horizontalBigPadding .Block-image,.Block--horizontalBigPadding .Block-imageContainer{height:184px}}@media only screen and (min-device-width:414px){.Block--horizontalBigPadding .Block-image,.Block--horizontalBigPadding .Block-imageContainer{height:216px}}@media only screen and (min-width:480px),print{.Block--horizontalBigPadding .Block-image,.Block--horizontalBigPadding .Block-imageContainer{flex-basis:41.5%;flex-grow:1;flex-shrink:0;height:184px}}.Block--vertical{display:flex;flex-direction:column;text-align:center}.Block--vertical .Block-imageContainer{clip-path:ellipse(60% 70% at 50% 30%);flex:0 0 auto;height:117px;width:100%}@media only screen and (min-width:768px),print{.Block--vertical .Block-imageContainer{height:112px}}.Block--vertical .Block-image{height:100%}.Block--vertical:hover .Block-image{transform:none}.Block--vertical .Block-content{align-items:center;display:flex;flex-direction:column;height:113px;justify-content:center;line-height:1.1;padding:.3125rem}@media only screen and (min-width:480px),print{.Block--vertical .Block-content{padding:.625rem}}@media only screen and (min-width:768px),print{.Block--vertical .Block-content{justify-content:flex-start}}.Block--vertical .Block-content .Block-heading{font-family:CoopNew-Black,sans-serif;font-size:1rem;font-weight:700;margin-bottom:0;overflow:visible;text-overflow:ellipsis;white-space:pre-wrap}@media only screen and (min-width:768px),print{.Block--vertical .Block-content .Block-heading{font-size:1.25rem;margin-top:15px}}.Block--vertical .Block-content .Block-text{display:none}@media only screen and (min-width:768px),print{.Block--vertical .Block-content .Block-text{color:#777;display:flex;font-family:Akkurat,sans-serif;margin-top:0}}.Block--rounded{flex-direction:row}.Block--rounded:hover .Block-image{transform:none}.Block--rounded .Block-content{align-self:center;flex:1 1 100%;padding:0 1.25rem}@media only screen and (min-width:600px),print{.Block--rounded .Block-content{padding:0 2.5rem}}.Block--rounded .Block-heading{font-family:CoopNew-Black,sans-serif;font-size:1.125rem;font-weight:400;margin:0}@media only screen and (min-width:600px),print{.Block--rounded .Block-heading{font-size:1.25rem}}.Block--rounded .Block-text{color:#777;display:none;margin:0}@media only screen and (min-width:768px),print{.Block--rounded .Block-text{display:block}}.Block--rounded .Block-imageContainer{clip-path:circle(98% at 90% 50%);flex:0 0 auto;height:100px;width:125px}@media only screen and (min-width:768px),print{.Block--rounded .Block-imageContainer{height:140px;width:187px}}.Block--rounded .Block-image{height:100%}.Block--article{align-items:normal;flex-direction:column;padding:1.25rem}@media only screen and (min-width:768px),print{.Block--article{align-items:flex-start;flex-direction:row}}.Block--article .Block-heading{font-weight:700}.Block--article .Block-text{font-size:.875rem;line-height:1.3;margin-bottom:0}.Block--article .Block-content{flex:1 0 auto;padding:1.25rem 0}@media only screen and (min-width:768px),print{.Block--article .Block-content{flex:1 0 66.66666%;padding:0 0 0 1.25rem}}.Block--article .Block-imageContainer{height:auto;text-align:center;width:100%}@media only screen and (min-width:768px),print{.Block--article .Block-imageContainer{flex:1 1 33.33333%}}.Block--article .Block-image{height:auto;max-width:100%;min-width:100%;vertical-align:middle}@media only screen and (min-width:768px),print{.Block--article .Block-image{min-width:80%}}.Block--horizontalPadding{align-items:center;display:flex;flex-direction:column;padding:1.25rem;text-align:center}@media only screen and (min-width:600px),print{.Block--horizontalPadding{flex-direction:row;text-align:left}}.Block--horizontalPadding:hover .Block-image{transform:none}.Block--horizontalPadding .Block-content{padding:0}@media only screen and (min-width:600px),print{.Block--horizontalPadding .Block-content{padding:0 0 0 1.25rem}}.Block--horizontalPadding .Block-heading{font-size:1rem;line-height:1.2;white-space:normal}@media only screen and (min-width:600px),print{.Block--horizontalPadding .Block-heading{font-size:1.25rem}}.Block--horizontalPadding .Block-image{height:auto;margin-bottom:1.25rem;max-height:100px}@media only screen and (min-width:600px),print{.Block--horizontalPadding .Block-image{margin:0}}.Block--noScale:hover .Block-image{transform:none}.BlockContainer.BlockContainer--white .Block{background-color:#f5f5f5!important}.Block--cta{display:flex;flex-direction:column}.Block--cta .Block-content{flex-grow:999}.Block--cta .Block-cta{padding:0 1.25rem 1.25rem;width:100%}.Breadcrumb{align-items:center;display:flex;position:relative}.Breadcrumb-container{align-items:center;display:flex;flex-wrap:wrap;max-width:100%}.Breadcrumb-item{color:#999;display:inline-block;font-size:.875rem;margin-right:.3125rem;white-space:nowrap}@media only screen and (min-width:480px),print{.Breadcrumb-item{font-size:1rem}}@media only screen and (min-width:600px),print{.Breadcrumb-item{font-size:1.25rem}}.Breadcrumb-item.is-active{color:#333;font-weight:700}.Breadcrumb-item h1{display:inline-block;font-size:.875rem;font-weight:700;margin:0}@media only screen and (min-width:480px),print{.Breadcrumb-item h1{font-size:1rem}}@media only screen and (min-width:600px),print{.Breadcrumb-item h1{font-size:1.25rem}}.Breadcrumb-item a span:hover{text-decoration:underline}.Breadcrumb-arrow{fill:none;stroke:#999;flex-shrink:0;height:10px;width:10px}@media only screen and (min-width:600px),print{.Breadcrumb-arrow{height:14px;width:14px}}.Breadcrumb.Breadcrumb--small .Breadcrumb-item{font-size:.875rem;margin-right:.3125rem}.Breadcrumb.Breadcrumb--small .Breadcrumb-arrow{height:10px;width:10px}.Breadcrumb.Breadcrumb--maxWidth{max-width:calc(100% - 90px)}.Card{align-items:center;background:#fff;border:1px solid #ededed;display:flex;flex-direction:column;min-height:100%;padding:1.25rem;position:relative;text-decoration:none;width:100%}@media only screen and (min-width:600px),print{.Card{padding:1.875rem}}.Card-heading{font-size:1rem;font-weight:700;margin-bottom:.41666667rem;width:100%}.Card-text{color:#999;font-size:.875rem;line-height:20px;margin:0;width:100%}.Card-content{line-height:24px;overflow:hidden;padding:1.25rem}.Card-icon{fill:none;stroke:#005537;align-items:center;background:#e8f2d7;border-radius:50%;display:flex;height:60px;justify-content:center;margin:0 auto;width:60px}.Card-icon svg{height:20px;width:20px}.Card-success{display:none;position:absolute;right:-6px;top:-6px}.Card-image img{background-position:50%;background-size:cover;height:60px;transition:transform .3s ease-in-out}.Card.Card--horizontal{display:flex;flex-direction:column;text-align:left}@media only screen and (min-width:480px),print{.Card.Card--horizontal{flex-direction:row}.Card.Card--horizontal .Card-content{flex:1 0 66.66666%;padding:0 1.25rem}.Card.Card--horizontal .Card-image img{flex:1 1 100%}}.Card.Card--delivery{padding:2.5rem 1.25rem}.Card.Card--delivery .Card-text{line-height:normal}@media only screen and (min-width:600px),print{.Card.Card--delivery{padding:1.875rem 1.25rem}.Card.Card--delivery:focus,.Card.Card--delivery:hover{border-color:#00aa46!important}.Card.Card--delivery:active{border:1px solid #00aa46!important}.Card.Card--delivery:active .Card-success{display:block}}.Card.Card--large{border:none;color:#333;padding:1.875rem 1.25rem;text-align:center}@media only screen and (min-width:1024px),print{.Card.Card--large{padding:1.875rem}}@media only screen and (min-width:1366px){.Card.Card--large{padding:2.5rem 3.75rem}}.Card.Card--large .Card-heading{color:#00aa46;font-size:1.25rem}.Card.Card--large .Card-text{color:#333;font-size:1rem}.Card.Card--large .Card-image img{height:80px;margin-bottom:1.25rem;vertical-align:middle}.Card.Card--large .Card-content{padding:0}.Card.Card--large p{margin:0}.Card.Card--large.Card--horizontal{align-items:center;flex-direction:row;text-align:left}.Card.Card--large.Card--horizontal .Card-image img{flex:1 1 0;margin-bottom:0;margin-right:1.25rem;width:auto}.Card.Card--small .Card-heading{margin-bottom:.3125rem}.Card.Card--small.Card--horizontal{min-height:100px;padding:.93750234rem 1.25rem}.Card.is-active{border-color:#00aa46}.Card.is-active:before{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cmVjdCBmaWxsPSIjMDBBRTRDIiB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHJ4PSIxMCIvPjxwYXRoIGZpbGw9IiNGRkYiIGZpbGwtcnVsZT0ibm9uemVybyIgZD0ibTE0LjY0NyA1Ljc2Ljc4OC42MTYtNS43ODIgNy4zOTYtMy41MDMtMy41MTcuNzA5LS43MDUgMi43MDMgMi43MTR6Ii8+PC9nPjwvc3ZnPg==);background-repeat:no-repeat;background-size:contain;content:"";height:20px;position:absolute;right:-5px;top:-5px;width:20px}.Card--article{align-items:center;border:none;border-bottom:1px solid #ededed!important;flex-direction:row;padding:1.875rem 1.25rem}@media only screen and (min-width:1024px),print{.Card--article{padding:1.875rem}}@media only screen and (min-width:1366px){.Card--article{padding:1.875rem 2.5rem}}.Card--article .Card-art-left{align-items:center;flex-direction:column;justify-content:flex-start;width:100%}.Card--article .Card-art-right{align-items:center}.Card--article .Card-body{align-items:flex-start;display:flex;flex-direction:row;justify-content:space-between;width:100%}.Card--article .Card-content{align-items:center;display:flex;flex-direction:column;padding:0;width:100%}@media only screen and (min-width:600px),print{.Card--article .Card-content{flex-direction:row;justify-content:space-between}}.Card--article .Card-heading{color:#00aa46;font-size:1.25rem;text-align:left}.Card--article .Card-text{color:#333;font-size:1rem;line-height:1.5;margin:0;max-width:715px;text-align:left;width:100%}@media only screen and (min-width:600px),print{.Card--article .Card-text{margin-right:10px;max-width:500px}}@media only screen and (min-width:1024px),print{.Card--article .Card-text{max-width:892px}}.Card--article p{margin:0}.Card--article .Card-image{height:100%;margin-right:1.25rem;max-width:160px}.Card--article .Card-image img{height:89px!important;margin-bottom:0!important;max-height:89px;max-width:160px;object-fit:cover}.Card--store{align-items:flex-start;border:none;border-bottom:1px solid #ededed!important;flex-direction:column;justify-content:space-between;padding:1.25rem;text-align:left}@media only screen and (min-width:1024px),print{.Card--store{padding:1.875rem}}@media only screen and (min-width:1366px){.Card--store{padding:1.875rem 3.75rem}}.Card--storeHeader{width:100%}.Card--storeBody{align-items:flex-start;display:flex;flex-direction:column;justify-content:space-between;text-align:left;width:100%}@media only screen and (min-width:600px),print{.Card--storeBody{align-items:flex-end;flex-direction:row;justify-content:space-between}}.Card--store .Card-content{align-items:center;flex-direction:column;justify-content:flex-start;padding:0;width:100%}.Card--store .Card-heading{color:#00aa46;font-size:1.25rem;margin:0}.Card--store .Card-text{color:#333;font-size:1rem;line-height:normal;margin:0}.Card--store .Card-textLink{color:#00aa46!important}.Card--store .Card-textLink:hover{color:#005537!important;text-decoration:underline}.Card--myCoopBanner{align-items:center;background-color:transparent;border:none;border-bottom:1px solid #ededed!important;display:flex;flex-direction:row;justify-content:flex-start;min-height:100px;padding:.93750234rem 1.25rem;position:relative}.Card--myCoopBanner .Card-content{margin-left:1.25rem;padding:0!important}.Card--myCoopBanner--Points{background-color:#00aa46;border:none;border-radius:20px;flex-direction:column;justify-content:space-between;min-height:350px;padding:1.875rem 1.25rem;width:100%}@media only screen and (min-width:600px),print{.Card--myCoopBanner--Points{flex-direction:row;min-height:100px;padding:1.875rem}}.Card--myCoopBanner--Points .Card-content{align-items:flex-start;display:flex;flex-direction:column;line-height:normal;margin:0;overflow:visible}.Card--myCoopBanner--Points .Card-content--row{flex-direction:row}.Card--myCoopBanner--Points .Card-text{color:#fff;font-size:1rem;line-height:normal;width:auto}.Card--myCoopBanner--Points .Card-text--big{font-size:1.75rem}.Card--myCoopInfo{align-items:flex-start;border:none;display:flex;min-height:100%!important;padding:.625rem 0!important}.Card--myCoopInfo .Card-content{overflow:visible;padding:0!important;word-break:break-all}.Card--myCoopInfo .Card-text{color:#333;font-size:.875rem}@media only screen and (min-width:480px),print{.Card--myCoopInfo .Card-text{font-size:1rem}}.Card--printOut{align-items:flex-start;border:1px solid #f5f5f5;display:flex;flex-direction:row;justify-content:space-between;padding:.93750234rem 1.25rem!important}@media only screen and (min-width:600px),print{.Card--printOut{width:50%}}.Card--printOut .Card-content{padding:0!important}.Card--printOut .Card-heading{margin:0}.Card--printOut .Card-checkbox{align-self:center;cursor:pointer;display:flex}.Card--quickOfferInfo{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;text-align:center}.Card--quickOfferInfo .Card-title{font-family:CoopNew-Black,sans-serif;font-size:1.25rem}@media only screen and (min-width:600px),print{.Card--quickOfferInfo .Card-title{font-size:2.1875rem}}.Card--quickOfferInfo .Card-text{font-size:1rem;line-height:1.5;margin-top:1.25rem;max-width:900px}@media only screen and (min-width:600px),print{.Card--quickOfferInfo .Card-text{font-size:1.25rem}}.Card--offerHeader{align-items:flex-start;border:none;padding:40px}.Card--offerHeader .Card-title{font-family:CoopNew-Black,sans-serif;font-size:1.75rem}.Card--offerHeader .Card-text{font-size:1.125rem;line-height:30px}.Card--offerHeader .Card-points{color:#00aa46;font-family:CoopNew-Black,sans-serif;font-size:1.75rem}.Card--skeleton .Card-content{width:100%}.Card--skeleton .Card-heading{background:#ededed;height:22px;width:66%}.Card--skeleton .Card-text{background:#ededed;height:20px;width:80%}.Card--skeleton .Card-checkbox{background:#ededed;height:30px;width:62px}.CheckoutSuccessHeader{margin-left:auto;margin-right:auto;max-width:85rem;padding-left:0;padding-right:0;width:100%}.CheckoutSuccessHeader-outerContainer{background-color:#00aa46;border-radius:0;width:100%}.CheckoutSuccessHeader-innerContainer{color:#fff;margin-left:auto;margin-right:auto;padding:1rem 3rem 3rem;position:relative;text-align:center}.CheckoutSuccessHeader-successIconContainer{align-items:center;display:flex;justify-content:center}.CheckoutSuccessHeader-successIcon{position:static}.CheckoutSuccessHeader-orderNumberSection{align-items:center;display:flex;justify-content:center;margin-top:1.875rem}.CheckoutSuccessHeader-orderNumberBackground{border-radius:20px}.CheckoutSuccessHeader-orderNumberText{font-size:.6875rem;letter-spacing:1px;opacity:.5}.CheckoutSuccessHeader-orderNumberId{font-size:.6875rem;letter-spacing:1px;margin-left:.41666667rem}@media only screen and (min-width:768px),print{.CheckoutSuccessHeader{padding-left:1.25rem;padding-right:1.25rem;padding-top:5rem}.CheckoutSuccessHeader-outerContainer{border-radius:8px}.CheckoutSuccessHeader-innerContainer{padding:3rem;width:66%}.CheckoutSuccessHeader-successIcon{position:absolute;top:-65px}}@media only screen and (min-width:1024px),print{.CheckoutSuccessHeader{padding-left:2.5rem;padding-right:2.5rem}}.ClickCollect{-webkit-overflow-scrolling:touch;background:#fff;display:flex;flex-direction:column;flex-grow:1;line-height:1.5;overflow:hidden;width:100%}.ClickCollect-icon{fill:none;stroke:#00aa46;height:13px;vertical-align:initial;width:13px}.ClickCollect-container{overflow:hidden}.ClickCollect-body,.ClickCollect-container{display:flex;flex-direction:column;flex-grow:1}.ClickCollect-body{padding:1.25rem;position:relative;text-align:center}@media only screen and (min-device-width:320px) and (max-device-width:568px) and (orientation:portrait){.ClickCollect-body{padding:.93750234rem}}@media only screen and (min-width:600px),print{.ClickCollect-body{padding:1.875rem 2.5rem}}.ClickCollect-content{height:100%;overflow-y:auto}.ClickCollect-map{bottom:0;height:100%;left:0;position:absolute;width:100%}.ClickCollect-map-markerLabel{color:#333;font-family:Akkurat,sans-serif;font-size:1rem;font-weight:700;position:absolute;text-align:left}.ClickCollect-map .MapControls{background-color:transparent;border:1px gray;bottom:0;cursor:pointer;padding:20px;position:absolute;right:0;text-align:center}.ClickCollect-map .MapControls-zoom{background-color:#fff;background-position:50%;background-repeat:no-repeat;background-size:10px 10px;border-radius:50%;box-shadow:5px 5px 30px 0 rgba(0,0,0,.15);display:block;height:40px;width:40px}.ClickCollect-map .MapControls-zoomIn{background-image:url(/Assets/Icons/plus-green.svg)}.ClickCollect-map .MapControls-zoomOut{background-image:url(/Assets/Icons/minus-green.svg)}.ClickCollect-header{display:flex;flex-direction:column;flex-shrink:0;padding:0 1.875rem .93750234rem;position:relative;text-align:center}@media only screen and (min-width:600px),print{.ClickCollect-header{padding:0 2.5rem 1.875rem}}.ClickCollect-heading{font-size:1.25rem;margin-bottom:.625rem}.ClickCollect-preamble{font-size:.875rem;margin:0}@media only screen and (min-width:600px),print{.ClickCollect-preamble{font-size:1rem}}.ClickCollect-card{background:#fff;box-shadow:5px 5px 30px 0 rgba(0,0,0,.15);position:relative;z-index:1}.ClickCollect-card.is-active{border:1px solid #00aa46}.ClickCollect-cardBody{padding:1.875rem 1.875rem .625rem}.ClickCollect-cardFooter{padding:1.25rem}.ClickCollect-cardBlock{text-align:center}.ClickCollect-cardTitle{font-size:.875rem;margin-bottom:.41666667rem;margin-top:0}@media only screen and (min-width:600px),print{.ClickCollect-cardTitle{font-size:1rem}}.ClickCollect-cardIcon{fill:none;stroke:#333;height:14px;margin-bottom:-1px;margin-right:.625rem;width:14px}.ClickCollect-cardClose{cursor:pointer;position:absolute;right:1.25rem;top:1.25rem}.ClickCollect-cardClose svg{fill:none;stroke:#aaa;height:14px;width:14px}@media only screen and (min-width:768px),print{.ClickCollect-cardClose svg{height:16px;width:16px}}.ClickCollect-footer.is-loading{pointer-events:none}.ClickCollect-footer.is-loading .Loader{display:flex;opacity:1;visibility:visible}.ClickCollect-footer--info{color:#777;font-size:.75rem;margin-bottom:.93750234rem;text-align:center}@media only screen and (min-width:600px),print{.ClickCollect-footer--info{margin-bottom:1.25rem}}.ClickCollect-dot{border:1px solid #000;border-radius:50%;flex-shrink:0;height:10px;width:10px}.ClickCollect-dot-green{background-color:#00aa46;border:1px solid transparent}.ClickCollect-dot-darkgreen{background-color:#005537;border:1px solid transparent}.ClickCollect-features{color:#00aa46;display:none;flex-direction:row;font-size:.875rem;justify-content:center}@media only screen and (min-width:480px),print{.ClickCollect-features{display:flex}}.ClickCollect-featuresIcon{margin-right:9px}.ClickCollect-featuresIcon>svg{stroke:#00aa46;fill:none;height:10px;width:13px}.CommentField{background:#fff}.CommentField-heading{font-size:.875rem;font-weight:700;margin:0}@media only screen and (min-width:375px),print{.CommentField-heading{font-size:1rem}}@media only screen and (min-width:600px),print{.CommentField-heading{font-size:1.25rem}}.CommentField-header{align-items:center;display:flex;justify-content:space-between}.CommentField-body{padding-top:1.25rem}.CommentField-feed{margin-top:1.25rem}.CommentField-item{border-bottom:1px solid #d7d7d7;font-size:.875rem}.CommentField-itemHeader{display:flex;justify-content:space-between;padding:0 20px}.CommentField-item:last-of-type{border-bottom:none}.CommentField-item:last-of-type .CommentField-text{margin:0}.CommentField-author{display:inline-block;font-weight:700}.CommentField-date{color:#999;display:inline-block}.CommentField-text{margin-top:0;padding:0 20px}.CommentFieldControl{overflow:hidden;position:relative;width:100%}.CommentFieldControl-label{word-wrap:normal;cursor:text;font-size:12px;left:0;max-width:calc(100% - 49px);overflow:hidden;padding:10px 34px 3px 15px;pointer-events:none;position:absolute;text-overflow:ellipsis;top:0;white-space:nowrap;z-index:1}.CommentFieldControl-label.is-invalid{color:red}.CommentFieldControl-item{border-radius:0;font-size:16px;height:auto;line-height:1.3;padding:31px 15px 10px;width:100%}.CommentFieldControl-item::-webkit-input-placeholder{color:#aaa;font-style:italic;opacity:1;text-overflow:ellipsis!important}.CommentField .js-togglerCommentForm:hover,.CommentFieldControl-item:focus{background-color:#e8f2d7}.CustomerCard{align-items:center;display:flex;flex-direction:column;justify-content:center;margin:0 auto;max-width:1030px;position:relative;width:100%}.CustomerCard-image{max-height:156px;max-width:248px;width:100%}.CustomerCard-text{max-width:633px;padding:0 10px;text-align:center;width:100%}.CustomerCard-text p{margin:.625rem 0}.CustomerCard-btn{margin-top:20px}.CustomerCard-transacTab{margin-top:40px;width:100%}.CustomerCard-infoBox{background-color:#e8f2d7;border-radius:4px;margin:20px auto 0;max-width:800px;padding:1.25rem;text-align:center;width:100%}@media only screen and (min-width:600px),print{.CustomerCard-infoBox{margin-top:40px}}.CustomerCard-warningBox{background-color:#ffeaf3;border-radius:4px;margin:20px auto 0;max-width:800px;padding:1.25rem;text-align:center;width:100%}@media only screen and (min-width:600px),print{.CustomerCard-warningBox{margin-top:40px}}.Dashboard{background-color:#fff;background-position:50%;background-size:cover;display:flex;flex-direction:column;min-height:100%;position:relative;text-align:center;width:100%}@media only screen and (min-width:768px),print{.Dashboard{flex-direction:row;text-align:left}}.Dashboard ul{text-align:left}.Dashboard-cell{align-items:center;display:flex;flex:1 0 100%;min-height:350px;order:1;position:relative}.Dashboard-cell,.Dashboard-media{background-position:50%;background-size:cover;width:100%}.Dashboard-media{height:100%;left:0;position:absolute;top:0}.Dashboard-content{display:flex;flex-direction:column;height:100%;justify-content:space-between;line-height:24px;padding:3.75rem 1.875rem;width:100%}@media only screen and (min-width:768px),print{.Dashboard-content{padding:3.125rem}}.Dashboard-link{display:block;height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.Dashboard-heading{display:inline-block;font-size:2.1875rem;font-weight:400;line-height:1;margin-top:.625rem;padding:0}@media only screen and (min-width:600px),print{.Dashboard-heading{font-size:3.125rem}}@media only screen and (min-width:768px),print{.Dashboard-heading{margin:0}}.Dashboard-headingSmaller{font-size:1.75rem;font-weight:400}.Dashboard-button{padding:1.875rem 0}@media only screen and (min-width:768px),print{.Dashboard-button{padding:.625rem 0}.Dashboard-button--right{text-align:right}.Dashboard-button--bottom{margin-top:auto}}.Dashboard-button a{z-index:1}@media only screen and (min-width:768px),print{.Dashboard.Dashboard--double .Dashboard-cell{flex:1 0 50%;width:50%}.Dashboard.Dashboard--triple .Dashboard-cell{flex:1 0 33.33333%;width:33.33333%}}.DefaultModal{background:#fff;display:flex;flex-direction:column;height:auto;margin:0 20px;max-width:85rem;position:relative;width:100%}@media only screen and (min-width:768px),print{.DefaultModal{height:auto;margin:0}}.DefaultModal-header{align-items:center;border-bottom:1px solid #ededed;display:flex;flex-direction:column;flex-shrink:0;font-size:1rem;justify-content:center;padding:1.25rem;position:relative;text-align:center;width:100%}@media only screen and (min-width:768px),print{.DefaultModal-header{font-size:1.25rem}}.DefaultModal-heading{font-size:1rem;font-weight:700;margin-bottom:.625rem;max-width:270px}@media only screen and (min-width:600px),print{.DefaultModal-heading{font-size:1.25rem;margin-bottom:.93750234rem;max-width:100%}}.DefaultModal-close{padding:.41666667rem;position:absolute;right:15px;top:15px}.DefaultModal-close svg{fill:none;stroke:#fff;height:16px;width:16px}.DefaultModal-bgImage{background-position:50%;background-size:cover}.DefaultModal-bgImage,.DefaultModal-overlay{height:100%;left:0;position:absolute;top:0;width:100%}.DefaultModal-overlay{background:rgba(0,0,0,.5)}.DefaultModal-body{display:flex;flex-direction:column;flex-grow:1;height:100%;overflow:auto;padding:0;position:relative;width:100%}.DefaultModal-footer{box-shadow:5px 5px 30px 0 rgba(0,0,0,.15);display:flex;flex-shrink:0;justify-content:flex-end;padding:1.25rem;z-index:1}.DefaultModal.DefaultModal--small{max-width:42.5rem}@media only screen and (min-width:768px),print{.DefaultModal.DefaultModal--fullHeight{height:calc(100% - 5rem)}}.DefaultModal.DefaultModal--fullHeight .DefaultModal-body{background:#f5f5f5}.DefaultModal.DefaultModal--myOrders{height:300px;max-width:37.5rem}.DefaultModal.DefaultModal--myOrders .DefaultModal-body{display:flex;flex-direction:column;flex-grow:1;height:100%;justify-content:center;overflow:auto;padding:0;position:relative;width:100%}.DefaultModal.DefaultModal--myOrders .DefaultModal-text{align-items:center;display:flex;height:50px;margin:0 auto;max-width:200px}.DefaultModal.DefaultModal--mySavedCarts{height:300px;max-width:37.5rem}.DefaultModal.DefaultModal--mySavedCarts .DefaultModal-body{display:flex;flex-direction:column;flex-grow:1;height:100%;justify-content:center;overflow:auto;padding:0;position:relative;width:100%}.DefaultModal.DefaultModal--mySavedCarts .DefaultModal-text{display:flex;height:auto;margin:0 auto;max-width:320px}.DeliveryItem{background-color:#fff;border:1px solid #ededed;border-radius:.5rem;display:flex;flex-direction:row;justify-content:space-between}.DeliveryItem-info{display:flex;flex-direction:column;justify-content:space-evenly;margin-left:1rem}.DeliveryItem-title{color:#999;font-size:.625rem;font-weight:700;letter-spacing:1px}.DeliveryItem-icon{height:2.5rem;min-height:2.5rem;min-width:2.5rem;width:2.5rem}.DeliveryItem.DeliveryItem--subscription{background:#e8f2d7;border:none;color:#005537}.DeliveryItem.DeliveryItem--subscription .DeliveryItem-title{color:#005537}.Editorial{line-height:24px}.Editorial h2{font-size:22px;margin-top:3rem!important}.Editorial h3{margin-top:2rem!important}.Editorial h4,.Editorial h5,.Editorial h6{line-height:1.6em;margin-bottom:0!important;margin-top:1.6em}.Editorial h5,.Editorial h6{font-size:1rem;font-weight:400}.Editorial h2+h3,.Editorial h4+p,.Editorial h5+p,.Editorial h6+p{margin-top:0!important}.Editorial h3+h4{margin-top:.8em!important}.Editorial a{color:#00aa46}.Editorial a:hover{color:#005537}.Editorial a.Button.Button--green,.Editorial a.Button.Button--green:hover{color:#fff}.Editorial em,.Editorial i{font-style:italic}.Editorial ol,.Editorial ul{margin:0;padding-left:20px}.Editorial ol li,.Editorial ul li{line-height:1.4em;margin-bottom:.4em}.Editorial dt{font-weight:700}.Editorial dd{line-height:1.4em;margin-bottom:.4em;margin-left:0}.Editorial th{line-height:1.4em;text-align:left}.Editorial td,.Editorial th{padding:0 10px 10px 0;text-align:left;vertical-align:top}.Editorial.Editorial--custom p{margin-top:0!important}.Editorial.Editorial--noMarginB{line-height:1}.Editorial.Editorial--noMarginB>*{margin-bottom:0!important}.Editorial-no-top-margin{line-height:24px}.Editorial-no-top-margin h2{font-size:22px}.Editorial-no-top-margin h4,.Editorial-no-top-margin h5,.Editorial-no-top-margin h6{line-height:1.6em;margin-bottom:0!important}.Editorial-no-top-margin h5,.Editorial-no-top-margin h6{font-size:1rem;font-weight:400}.Editorial-no-top-margin a{color:#00aa46}.Editorial-no-top-margin a:hover{color:#005537}.Editorial-no-top-margin em,.Editorial-no-top-margin i{font-style:italic}.Editorial-no-top-margin ol,.Editorial-no-top-margin ul{margin:0;padding-left:20px}.Editorial-no-top-margin ol li,.Editorial-no-top-margin ul li{line-height:1.4em;margin-bottom:.4em}.Editorial-no-top-margin dt{font-weight:700}.Editorial-no-top-margin dd{line-height:1.4em;margin-bottom:.4em;margin-left:0}.Editorial-no-top-margin th{line-height:1.4em;text-align:left}.Editorial-no-top-margin td,.Editorial-no-top-margin th{padding:0 10px 10px 0;text-align:left;vertical-align:top}.EPiServerForms{background-color:#fff;display:flex;flex-direction:column;justify-content:flex-start;padding:0;width:100%}@media only screen and (min-width:600px),print{.EPiServerForms{padding:40px}}.EPiServerForms .hide{margin:0!important;padding:0!important}.EPiServerForms .Form__Success__Message p{margin:0}.EPiServerForms .Form__Status{margin-top:.625rem}.EPiServerForms .Form__Status .Form__Warning__Message{background-color:#fff!important;color:red!important}.EPiServerForms .Form__Status .Form__Success__Message{background-color:#fff!important;color:green!important}.EPiServerForms .Form__Title{font-size:1.25rem;font-weight:700}.EPiServerForms .Form__Description{font-size:1rem}.EPiServerForms .Form__MainBody{margin:0}.EPiServerForms .Form__MainBody .FormStep .FormSubmitButton{fill:none;stroke:#333;word-wrap:normal;stroke:#fff;-webkit-appearance:none;background:#00aa46;border:1px solid #00aa46;border-radius:4px;border-radius:20px;color:#333;color:#fff;cursor:pointer;display:inline-block;font-size:1rem;font-weight:400;height:40px;line-height:1;margin-top:1.25rem;max-width:100%;outline:none;overflow:hidden;padding:11px 34px;position:relative;text-align:center;text-decoration:none!important;text-overflow:ellipsis;user-select:none;vertical-align:middle;white-space:nowrap}.EPiServerForms .Form__MainBody .FormStep .FormSubmitButton.is-disabled,.EPiServerForms .Form__MainBody .FormStep .FormSubmitButton:disabled{opacity:.5;pointer-events:none}.EPiServerForms .Form__MainBody .FormStep .FormSubmitButton:focus{border:1px solid #00aa46}@media only screen and (min-width:1024px),print{.EPiServerForms .Form__MainBody .FormStep .FormSubmitButton:focus,.EPiServerForms .Form__MainBody .FormStep .FormSubmitButton:hover{background:#005537;border-color:#005537}.EPiServerForms .Form__MainBody .FormStep .FormSubmitButton.hasNoHover:focus,.EPiServerForms .Form__MainBody .FormStep .FormSubmitButton.hasNoHover:hover{background:#00aa46;border-color:#005537}}.EPiServerForms .Form__MainBody .FormStep .FormSubmitButton.is-active{background:#005537;border-color:#005537}.EPiServerForms .Form__MainBody .FormStep .Form__Element{margin:1.25rem 0}.EPiServerForms .Form__MainBody .FormStep .Form__Element.FormChoice .Checkbox,.EPiServerForms .Form__MainBody .FormStep .Form__Element.FormChoice .Form__Element__Caption,.EPiServerForms .Form__MainBody .FormStep .Form__Element.FormChoice .Radio,.EPiServerForms .Form__MainBody .FormStep .Form__Element.FormFileUpload .Form__Element__Caption{display:block;margin:8px 0}.EPiServerForms .Form__MainBody .FormStep .Form__Element .Form__Element__ValidationError,.EPiServerForms .Form__MainBody .FormStep .Form__Element.FormChoice .Form__Element__ValidationError{color:#f30;display:block;font-size:.75rem;margin-bottom:.41666667rem;margin-top:.41666667rem}.Filter{position:relative}.Filter.Filter--recipe{box-shadow:5px 5px 30px 0 rgba(0,0,0,.15);position:absolute;width:100%;z-index:5}.Filter.Filter--recipe:before{border-bottom:10px solid #fff;border-left:10px solid transparent;border-right:10px solid transparent;content:"";display:block;height:0;left:70px;position:absolute;top:-10px;transform:translateX(-50%);width:0}.FilterMenu{display:flex;flex-direction:column;height:100%;overflow:hidden;width:250px}.FilterMenu-header{align-items:center;background:#005537;color:#fff;display:flex;flex-shrink:0;height:50px;padding:.93750234rem;position:relative;z-index:1}@media only screen and (min-width:600px),print{.FilterMenu-header{padding:1.25rem}}.FilterMenu-header-right{justify-content:flex-end!important}.FilterMenu-footer{background:#fff;margin-top:auto;padding:1.25rem;position:relative;text-align:center}.FilterMenu-footer:before{background:transparent;box-shadow:0 -10px 40px 10px #fff;content:"";height:20px;left:0;position:absolute;top:0;width:100%}.FilterMenu-list{-webkit-overflow-scrolling:touch;background:#fff;flex-grow:1;list-style-type:none;margin:0;overflow:auto;padding:0}.FilterMenu-panel{display:none}.FilterMenu-panel .FilterMenu-item{border:none;color:#333;font-weight:400}.FilterMenu-heading{align-items:center;display:flex;justify-content:space-between;padding:.93750234rem 1.25rem;width:100%}.FilterMenu-item{border-bottom:1px solid #ededed;font-size:.875rem;font-weight:700}.FilterMenu-item.is-expanded{background:#00aa46;color:#fff}.FilterMenu-item.is-expanded .FilterMenu-panel{display:block}.FilterMenu-item.is-expanded .FilterMenu-icon{stroke:#fff}.FilterMenu-item.is-expanded .FilterMenu-icon--plus{display:none}.FilterMenu-item.is-expanded .FilterMenu-icon--minus{display:block}.FilterMenu-item.is-active{color:#333;font-weight:700}.FilterMenu-item.is-active .FilterMenu-heading:after{background-image:url(/Assets/Icons/checkbox-black.svg);background-repeat:no-repeat;background-size:contain;content:"";display:block;height:12px;width:12px}.FilterMenu-icon{fill:none;stroke:#333;height:12px;width:12px}.FilterMenu-icon--minus{display:none}.FilterMenu-close{fill:none;stroke:#fff;cursor:pointer;height:33px;padding:10px;position:absolute;right:5px;top:5px;width:33px;z-index:9}.FilterMenu-close svg{height:100%;width:100%}.FilterMenu--recipe{background-color:#fff;height:100%;max-width:340px;position:relative;width:100%}.FilterMenu--recipe .FilterMenu-header{align-items:flex-start;background-color:#fff;border-bottom:1px solid #ededed;color:#333;display:flex;flex-direction:column;height:auto;margin:0;padding:1.25rem 1.25rem 0;position:relative;width:100%}.FilterMenu--recipe .FilterMenu-header-top{align-items:center;display:flex;flex-direction:row;justify-content:space-between;margin-bottom:1.25rem;position:relative;width:100%}.FilterMenu--recipe .FilterMenu-header-content{display:flex;flex-direction:row;flex-wrap:wrap;width:100%}.FilterMenu--recipe .FilterMenu-header-bot{margin:1.25rem 0;text-align:center;width:100%}.FilterMenu--recipe .FilterMenu-list{-webkit-overflow-scrolling:touch;background:#fff;flex-grow:1;height:100%;list-style-type:none;margin:0;overflow-y:auto;padding:0;transform:translateZ(0);width:100%}.FilterMenu--recipe .FilterMenu-heading{color:#333;font-size:.875rem;font-weight:700;margin:0;padding:1.25rem;width:100%}.FilterMenu--recipe .FilterMenu-footer{background:#fff;box-shadow:0 0 5px 0 rgba(0,0,0,.3);height:60px;margin-top:auto;padding:.625rem 0;position:relative;text-align:center;z-index:3}.FlyIn{position:relative}.FlyIn-scroll{display:flex;flex-direction:column;height:100%}.FlyIn-header{background-color:#fff;border-bottom:1px solid transparent;padding-bottom:.625rem;padding-top:1.25rem;text-align:center;transition:padding-top .2s,padding-bottom .2s,border-bottom-color .2s}@media only screen and (min-width:768px),print{.FlyIn-header{padding-top:1.875rem}}.FlyIn-header--isFixed{border-bottom-color:#ededed;left:0;padding-bottom:1.25rem;padding-top:1.25rem;position:fixed;right:0;top:0;z-index:1}@media only screen and (min-width:1024px),print{.FlyIn-header--isFixed{margin-right:5px}}.FlyIn--left{border-radius:0 24px 24px 0}.FlyIn--right{border-radius:24px 0 0 24px}.FlyIn-back,.FlyIn-close{cursor:pointer;padding:16px;position:absolute;top:0;transition:color .3s ease-in-out}.FlyIn-back svg,.FlyIn-close svg{display:block}.FlyIn-back:hover,.FlyIn-close:hover{color:#00a142}.FlyIn-back:active,.FlyIn-close:active{color:#005537}.FlyIn-close{right:0}.FlyIn-back{left:0}.FlyIn--size1000{width:1000px}@media only screen and (max-width:1000px){.FlyIn--size1000{border-radius:0;width:100vw}}.FlyIn--size540{width:540px}@media only screen and (max-width:540px){.FlyIn--size540{border-radius:0;width:100vw}}.FlyIn--size510{width:510px}@media only screen and (max-width:510px){.FlyIn--size510{border-radius:0;width:100vw}}.FlyIn--size375{width:375px}@media only screen and (max-width:375px){.FlyIn--size375{border-radius:0;width:100vw}}.FlyIn--size250{width:250px}@media only screen and (max-width:250px){.FlyIn--size250{border-radius:0;width:100vw}}.Form-field{display:block;margin-bottom:1.25rem;position:relative}.Form-block{border:1px solid #ededed;display:flex;flex-grow:1;font-size:.875rem;justify-content:space-between;padding:.625rem .93750234rem;position:relative;white-space:normal}.Form-block>span{align-items:center;display:flex}.Form-body{padding:0 1.25rem}.Form-footer{border-top:2px solid #f5f5f5;padding:1.25rem}.Form-showPassword{background:none;border:none;color:#00aa46;font-size:.875rem;outline:none}.Form-info,.Form-showPassword{position:absolute;right:0;top:50%;transform:translateY(-50%)}.Form-info{fill:#aaa;cursor:pointer;height:14px;width:14px}.Form-tooltip{bottom:35px;right:-8px}@media only screen and (min-width:600px),print{.Form-tooltip{right:-118px}}.Form-icon{fill:none;stroke:#333;height:16px;min-width:16px;vertical-align:middle;width:16px}.Form-summary{background:#ffeaf3;display:flex;position:relative;text-align:left;width:100%}.Form-summary-icon{line-height:18px;padding:.93750234rem 0 .93750234rem 1rem}.Form-summary-content{display:flex;flex-direction:column;font-size:.875rem;justify-content:center;margin:0 1rem;padding:.93750234rem 0}.Hero{margin:0 auto;position:relative;width:100%}.Hero.Hero--stripe{height:0;padding-bottom:16%}.Hero.Hero--medium{height:350px;height:50vh;max-height:300px}@media only screen and (min-width:600px),print{.Hero.Hero--medium{max-height:420px}}.Hero.Hero--recipePage{height:350px;height:50vh;max-height:260px}@media only screen and (min-width:600px),print{.Hero.Hero--recipePage{max-height:500px}}@media only screen and (min-width:1024px),print{.Hero.Hero--recipePage{max-height:420px}}.Hero.Hero--small{height:350px;height:50vh;max-height:220px}@media only screen and (min-width:600px),print{.Hero.Hero--small{max-height:270px}}.Hero.Hero--fixedDimensions{color:#fff;height:300px;text-align:center}.Hero.Hero--fixedDimensions .Hero-heading{color:#fff;font-family:CoopNew-Black,sans-serif;font-size:1.5rem;margin-bottom:.625rem}@media only screen and (min-width:600px),print{.Hero.Hero--fixedDimensions .Hero-heading{font-size:2.1875rem}}.Hero.Hero--fixedDimensions .Hero-preamble{font-size:.875rem;margin:0}@media only screen and (min-width:600px),print{.Hero.Hero--fixedDimensions .Hero-preamble{font-size:1.25rem}}.Hero.Hero--fixedDimensions.Hero--small{height:180px}@media only screen and (min-width:600px),print{.Hero.Hero--fixedDimensions.Hero--small{height:200px}}.Hero-heading{color:#fff;font-size:1.125rem;margin-bottom:.625rem}@media only screen and (min-width:600px),print{.Hero-heading{font-size:1.75rem}}.Hero-preamble{font-size:.875rem;margin:0;max-width:700px}@media only screen and (min-width:600px),print{.Hero-preamble{font-size:1rem}}.Hero-logo{height:40px;margin-bottom:1.25rem}.Hero-button{margin-top:1.25rem}.Hero-overlay{background:#333;height:100%;left:0;opacity:.5;position:absolute;top:0;width:100%}.Hero-media img{height:100%;object-fit:cover;width:100%}.Hero-content{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;left:0;padding-left:.93750234rem;padding-right:.93750234rem;position:absolute;top:0;width:100%}@media only screen and (min-width:768px),print{.Hero-content{padding-left:1.25rem;padding-right:1.25rem}}@media only screen and (min-width:1024px),print{.Hero-content{padding-left:1.875rem;padding-right:1.875rem}}.Hero-content--recipeTitle{top:-30px}.Hero-content--recipeIngress{height:100%;top:77px;width:100%}@media only screen and (min-width:375px),print{.Hero-content--recipeIngress{top:57px}}@media only screen and (min-width:600px),print{.Hero-content--recipeIngress{top:77px}}.Hero-content--recipeIngress .Hero-text{font-size:.75rem;max-width:296px;text-align:center;text-shadow:0 0 10px #000}@media only screen and (min-width:600px),print{.Hero-content--recipeIngress .Hero-text{font-size:1.125rem;max-width:700px}}@media only screen and (min-width:1024px),print{.Hero-content--recipeIngress .Hero-text{max-width:740px}}.Hero-content--recipeCampaignTitle{height:50%;top:15px}.Hero-content--recipeCampaignIngress{height:50%;top:120px;width:100%}.Hero-content--recipeCampaignIngress .Hero-text{font-size:.75rem;max-width:296px;text-align:center;text-shadow:0 0 10px #000}@media only screen and (min-width:600px),print{.Hero-content--recipeCampaignIngress .Hero-text{font-size:1.125rem;max-width:700px}}@media only screen and (min-width:1024px),print{.Hero-content--recipeCampaignIngress .Hero-text{max-width:740px}}.Hero-badge{background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:50%;height:80px;position:absolute;right:20px;top:20px;width:80px}@media only screen and (min-width:1024px),print{.Hero-badge{height:200px;height:30vh;max-height:200px;max-width:200px;right:50px;top:10%;width:200px;width:30vh}}@media only screen and (min-width:1366px){.Hero-badge{max-height:100%;max-width:100%}}.Hero-badge:before{border:5px solid #fff;border-radius:50%;content:"";height:101%;left:-1px;position:absolute;top:-1px;width:101%}@media only screen and (min-width:1024px),print{.Hero-badge:before{border:10px solid #fff}}.Hero-badgeContent{position:relative}.Hero-badgeTooltip{margin-left:-20%;margin-top:20%;position:absolute;width:60%}.IngredientList{align-self:flex-start;display:flex;top:0;width:100%}@media only screen and (min-width:1024px),print{.IngredientList{flex-direction:column;width:440px}}.IngredientList-header{display:none;justify-content:center;margin-bottom:1.25rem}@media only screen and (min-width:1024px),print{.IngredientList-header{display:flex}}.IngredientList-container{background:#fff;display:flex;flex-direction:column;overflow:hidden;width:100%}.IngredientList-container:after{background:0 0;bottom:-10px;box-shadow:0 -10px 20px 20px #fff;content:"";height:10px;left:0;width:100%}.IngredientList-content{padding:1.25rem}@media only screen and (min-width:1024px),print{.IngredientList-content{-webkit-overflow-scrolling:touch;height:100%;overflow:auto}.IngredientList-content::-webkit-scrollbar{width:4px}.IngredientList-content::-webkit-scrollbar-track-piece{box-shadow:inset 0 0 5px 5px #ededed}.IngredientList-content::-webkit-scrollbar-thumb{background:#aaa;border-radius:2px}.IngredientList-content::-webkit-scrollbar-track-piece{box-shadow:inset 0 0 5px 5px #aaa}.IngredientList-content::-webkit-scrollbar{width:0;width:5px}.IngredientList-content::-webkit-scrollbar-track-piece{box-shadow:inset 0 0 5px 5px #f5f5f5}.IngredientList-content:hover::-webkit-scrollbar-track-piece{box-shadow:inset 0 0 5px 5px #ededed}.IngredientList-content:hover::-webkit-scrollbar-thumb{background:#aaa;border-radius:2px}.IngredientList-content:hover::-webkit-scrollbar-thumb:window-inactive{background:#ededed}}@media only screen and (min-width:1024px),print,print and only screen and (min-width:1024px){.IngredientList-content::-webkit-scrollbar-track-piece{box-shadow:inset 0 0 5px 5px transparent}.IngredientList-content:hover::-webkit-scrollbar-track-piece{box-shadow:inset 0 0 5px 5px #ededed}.IngredientList-content:hover::-webkit-scrollbar-thumb{background:#aaa;border-radius:2px}.IngredientList-content:hover::-webkit-scrollbar-thumb:window-inactive{background:#ededed}}@media only screen and (min-width:1024px),print,print and only screen and (min-width:1024px){.IngredientList-content::-webkit-scrollbar{width:5px}.IngredientList-content::-webkit-scrollbar-track-piece{box-shadow:inset 0 0 5px 5px #f5f5f5}.IngredientList-content:hover::-webkit-scrollbar-track-piece{box-shadow:inset 0 0 5px 5px #ededed}.IngredientList-content:hover::-webkit-scrollbar-thumb{background:#aaa;border-radius:2px}.IngredientList-content:hover::-webkit-scrollbar-thumb:window-inactive{background:#ededed}}.IngredientList-amountSelector{border-bottom:1px solid #ededed;color:#333;font-size:1rem;padding:.625rem 1.25rem}.IngredientList.is-fixed{align-self:flex-end;position:fixed!important;transition:top .3s}.IngredientList.is-fixedBottom{align-self:flex-end;height:auto}.IngredientList.is-fixedBottom .IngredientList-content,.mixinScroll{overflow:auto}.mixinScroll::-webkit-scrollbar{width:0}.mixinScroll::-webkit-scrollbar-track-piece{box-shadow:inset 0 0 5px 5px #aaa}@media only screen and (min-width:1024px),print{.mixinScroll::-webkit-scrollbar-track-piece{box-shadow:inset 0 0 5px 5px transparent}.mixinScroll:hover::-webkit-scrollbar-track-piece{box-shadow:inset 0 0 5px 5px #ededed}.mixinScroll:hover::-webkit-scrollbar-thumb{background:#aaa;border-radius:2px}.mixinScroll:hover::-webkit-scrollbar-thumb:window-inactive{background:#ededed}}.ItemGroup{display:flex;flex-direction:column;position:relative;width:100%}.ItemGroup-frame{color:#fff;display:block;padding:.41666667rem;text-align:center}.ItemGroup-frame.ItemGroup-frame--greenLight{background:#e8f2d7;color:#333}@media only screen and (min-width:1024px),print{.ItemGroup .ItemTeaser:hover{box-shadow:none}}.ItemGroup .ItemTeaser-info{position:relative;z-index:2}.ItemGroup.is-disabled .ItemTeaser-description,.ItemGroup.is-disabled .ItemTeaser-heading,.ItemGroup.is-disabled .ItemTeaser-media,.ItemGroup.is-disabled .ItemTeaser-price,.ItemGroup.is-disabled .OfferTeaser-description,.ItemGroup.is-disabled .OfferTeaser-heading,.ItemGroup.is-disabled .OfferTeaser-media,.ItemGroup.is-disabled .OfferTeaser-price{opacity:.5;pointer-events:none}.ItemInfo{min-height:100%;width:100%}.ItemInfo,.ItemInfo-content{display:flex;flex-direction:column}.ItemInfo-content{word-wrap:break-word;background:#fff;flex-grow:1;justify-content:space-between;overflow:visible;overflow:hidden;position:relative}@media only screen and (min-width:1024px),print{.ItemInfo-content{flex-direction:row}}.ItemInfo-media{align-items:center;border-bottom:1px solid #f5f5f5;display:flex;flex:1 1 auto;height:auto;justify-content:center;line-height:0;margin-bottom:0;min-height:260px;overflow:hidden;padding:40px 0;position:relative;text-align:center;width:100%;z-index:1}@media only screen and (min-width:1024px),print{.ItemInfo-media{border-bottom:none;border-right:1px solid #f5f5f5;display:flex;flex:1 1 50%;flex-direction:column;justify-content:flex-start;min-height:auto;padding:40px 20px 0}.ItemInfo-image{padding:40px}}.ItemInfo-image img{display:block;height:100%;max-height:180px;max-width:180px;width:100%}@media only screen and (min-width:768px),print{.ItemInfo-image img{max-height:280px;max-width:280px}}@media only screen and (min-width:1024px),print{.ItemInfo-image img{max-height:330px;max-width:330px}}.ItemInfo-details{border-top:1px solid #f5f5f5;display:flex;flex:1 1 auto;flex-direction:column}@media only screen and (min-width:1024px),print{.ItemInfo-details{border-left:1px solid #f5f5f5;border-top:none;flex:1 1 50%}}.ItemInfo-info{background:#fff;display:flex;flex:0 0 auto;flex-direction:column;padding:1.25rem;width:100%}@media only screen and (min-width:768px),print{.ItemInfo-info{padding:2.5rem}}@media only screen and (min-width:1024px),print{.ItemInfo-info{flex-direction:row}}.ItemInfo-spec{background:#fff;border-top:2px solid #f5f5f5;max-height:250px;overflow:hidden;padding:1.25rem;position:relative;width:100%}@media only screen and (min-width:768px),print{.ItemInfo-spec{padding:2.5rem}}@media only screen and (min-width:1024px),print{.ItemInfo-spec{min-height:250px}}.ItemInfo-spec:after{bottom:0;box-shadow:inset 0 -70px 50px 0 #fff;content:"";height:100px;left:0;position:absolute;width:100%}.ItemInfo-spec.is-fullHeight:after{display:none}.ItemInfo-spec .Tab-list.Tab-pdp .Tab-item{margin:0 .41666667rem;padding:0 0 .625rem}.ItemInfo-cta{margin-bottom:.93750234rem;margin-top:auto}.ItemInfo-labeling{align-items:flex-start;display:flex;flex-direction:column;gap:4px;left:20px;position:absolute;top:20px}.ItemInfo-label-splash{margin-top:1.25rem}@media only screen and (min-width:1024px),print{.ItemInfo-label-splash{margin:0;position:absolute;right:12px;top:12px;z-index:2}}.ItemInfo-heading{font-size:1.25rem;font-weight:700;line-height:1.3em;margin-bottom:.3125rem;margin-top:0;overflow:hidden;text-overflow:ellipsis}@media 1.25rem{.ItemInfo-heading{margin-bottom:.41666667rem}}.ItemInfo-description{flex-grow:1;font-size:.875rem;line-height:20px;margin-bottom:1.25rem;margin-top:0}.ItemInfo-description .Link{position:relative;z-index:3}.ItemInfo-button{align-items:center;display:flex;margin:0;z-index:3}@media only screen and (min-width:1024px),print{.ItemInfo-button{display:block;margin-top:auto}}.ItemInfo-button .AddToCart{width:120px}.ItemInfo-select{margin-bottom:.93750234rem;z-index:3}.ItemInfo-restrictions{color:#f30;display:block;font-size:.875rem;margin-bottom:.625rem}.ItemInfo-tag{background:#005537;border-radius:20px;color:#fff;display:inline-block;font-size:.75rem;font-weight:700;line-height:.9;margin-bottom:.625rem;padding:.3125rem .41666667rem}.ItemInfo-tag--medlem{background:#aad23c;color:#005537}.ItemInfo-brand{font-weight:700}.ItemInfo-points{color:#005537;font-size:.875rem;margin-bottom:.93750234rem;margin-top:0}.ItemInfo-badge{height:40px;min-width:40px}.ItemInfo-badge,.ItemInfo-icon{vertical-align:middle}.ItemInfo-pointsValue{font-size:1.25rem;font-weight:700}.ItemInfo-price{font-size:.875rem;margin-top:auto}.ItemInfo-priceLabel{display:block;line-height:1em}.ItemInfo-priceWrapper{align-items:baseline;display:flex}.ItemInfo-priceValue{font-size:1.5rem}.ItemInfo-priceValue--old{color:#72706c;font-weight:700;text-decoration:line-through}.ItemInfo-priceDiscount{color:#f30;margin-right:.41666667rem}.ItemInfo-priceRegular{text-decoration:line-through;white-space:nowrap}.ItemInfo-readMore{bottom:0;cursor:pointer;height:52px;left:50%;padding:1.25rem;position:absolute;transform:translate3d(-50%,0,0);width:100%;z-index:1}@media only screen and (min-width:768px),print{.ItemInfo-readMore{bottom:6px}}.ItemInfo-readMoreIcon{fill:#00aa46;height:100%;width:100%}.ItemInfo.is-expanded .ItemInfo-content{height:auto;max-height:unset}.ItemInfo.is-expanded .ItemInfo-spec{max-height:100%;overflow:visible}.ItemInfo.is-expanded .ItemInfo-spec:after{display:none}.ItemInfo.is-expanded .ItemInfo-spec .ItemInfo-readMore{transform:translate3d(-50%,0,0) rotate(180deg)}.Main--isBusinessEcommerce .ItemInfo-tag--medlem{display:none}.ItemTeaser{display:flex;flex-direction:column;min-height:100%;width:100%}@media only screen and (min-width:1024px),print{.ItemTeaser:hover{box-shadow:5px 5px 30px 0 rgba(0,0,0,.15);z-index:1}}.ItemTeaser-content{word-wrap:break-word;background:#fff;display:flex;flex-direction:column;flex-grow:1;justify-content:space-between;min-height:100%;position:relative}.ItemTeaser-content:hover .ItemTeaser-bgImage{transform:scale3d(1.1,1.1,1.1)}.ItemTeaser-contentCover{background-position:50%;background-size:cover}.ItemTeaser-contentCover,.ItemTeaser-link{height:100%;left:0;position:absolute;top:0;width:100%}.ItemTeaser-link{text-decoration:none;z-index:3}.ItemTeaser-link.ItemTeaser-link--buyable{height:calc(100% - 70px)}.ItemTeaser-link.ItemTeaser-link--buyableVariant{height:calc(100% - 180px)}.ItemTeaser-link:focus .ItemTeaser-heading{color:#00aa46}.ItemTeaser-link:focus .ItemTeaser-image{transform:translate3d(-50%,0,0) scaleX(1)}.ItemTeaser-info{display:flex;flex:1 1 auto;flex-direction:column;padding:0 .93750234rem .93750234rem;position:relative}.ItemTeaser-media{height:150px;line-height:0;overflow:hidden;position:relative;text-align:center}.ItemTeaser-media-cards{height:200px}.ItemTeaser-bgImage{background-position:top;background-size:cover;left:0;top:0;transition:transform .3s ease-in-out}.ItemTeaser-bgImage,.ItemTeaser-image{height:100%;position:absolute;width:100%}.ItemTeaser-image{z-index:1}.ItemTeaser-image>div{max-height:100%}.ItemTeaser-image img{max-height:100%;padding:.93750234rem 25px}.ItemTeaser-heading{font-size:1rem;font-weight:400;line-height:1.3em;margin-bottom:.41666667rem;margin-top:0;overflow:hidden;text-overflow:ellipsis}.ItemTeaser-description{flex-grow:1;font-size:.75rem;line-height:16px;margin-bottom:.93750234rem;margin-top:0}.ItemTeaser-description .Link{position:relative;z-index:3}.ItemTeaser-cta{margin-bottom:.625rem;margin-top:auto}.ItemTeaser-button{margin:auto 0 0;z-index:3}.ItemTeaser-select{border-left-color:transparent;border-radius:0;border-right-color:transparent;margin:0 -.93750234rem 1.25rem;max-width:none;z-index:3}.ItemTeaser-preHeadingText{color:#999;font-size:.875rem}.ItemTeaser-postHeadingDate{color:#999;font-size:.75rem;margin:0}.ItemTeaser-brand{font-weight:700}.ItemTeaser-points{color:#005537;font-size:.875rem}.ItemTeaser-pointsValue{font-size:1.25rem;font-weight:700}.ItemTeaser-price{font-size:.875rem;margin:0}.ItemTeaser-priceValue{font-size:1.25rem}.ItemTeaser-priceExtension{font-size:.75rem}.ItemTeaser-priceDiscount{color:#f30;margin-right:.41666667rem}.ItemTeaser-priceRegular{text-decoration:line-through;white-space:nowrap}.ItemTeaser-promoPrice{align-items:baseline;display:inline-flex}.ItemTeaser-promoPriceValue{color:#f30;font-size:1.25rem}.ItemTeaser-extra{color:#999;font-size:.75rem;font-style:italic}.ItemTeaser-promos{display:flex;flex-direction:column;max-height:80px;overflow:hidden}.ItemTeaser-badge{display:none;flex-shrink:0;height:30px;margin-left:.625rem;margin-top:.41666667rem;max-width:30px;position:relative;z-index:2}.ItemTeaser-badge:first-child{display:block;margin-top:.625rem}.ItemTeaser-badge:nth-child(2){display:block}.ItemTeaser-icon{height:60px;position:absolute;right:.93750234rem;top:.93750234rem;width:40px;z-index:2}.ItemTeaser-splash{position:absolute!important;right:.625rem;top:.625rem;z-index:2}.ItemTeaser-splash-less-space{position:absolute!important;right:.25rem;top:.25rem;z-index:2}.ItemTeaser-restrictions{color:#f30;display:block;font-size:.75rem;margin-bottom:.625rem}.ItemTeaser-tag{background:#005537;border-radius:20px;color:#fff;display:inline-block;font-size:.75rem;font-weight:700;line-height:.9;margin-bottom:.625rem;padding:.3125rem .41666667rem}.ItemTeaser-tag--medlem{background:#aad23c;color:#005537}.ItemTeaser-tag--blanda{background:#f30;color:#fff}.ItemTeaser-tag--nyhet{background:#ffa5cd;color:#fff}.ItemTeaser-priceRules{color:#f30;font-size:.75rem;margin-top:0;text-align:center}.ItemTeaser-frame{color:#fff;left:0;position:relative;text-align:center;top:0;width:100%;z-index:3}.ItemTeaser-frame:after{content:"";height:100%;left:0;position:absolute;top:0;width:100%}.ItemTeaser-frameHeading{display:block;padding:.41666667rem}.ItemTeaser-frame.ItemTeaser-frame--red:after{outline:2px solid #f30}.ItemTeaser-frame.ItemTeaser-frame--red .ItemTeaser-frameHeading{background:#f30}.ItemTeaser-frame.ItemTeaser-frame--green:after{outline:2px solid #00aa46}.ItemTeaser-frame.ItemTeaser-frame--green .ItemTeaser-frameHeading{background:#00aa46}.ItemTeaser-frame.is-disabled{z-index:4}.ItemTeaser-frame.is-disabled:after{background:hsla(0,0%,100%,.5);z-index:-1}.ItemTeaser-frame.is-disabled .ItemTeaser-frameHeading{background:#aaa}.ItemTeaser-flex{display:flex;justify-content:center}.ItemTeaser--textCenter{text-align:center}.ItemTeaser--textCenter .ItemTeaser-info{padding:.93750234rem 1.875rem}.ItemTeaser--radius,.ItemTeaser--radius .ItemTeaser-content{border-radius:.5rem}.ItemTeaser--noScale .ItemTeaser-bgImage{transform:scaleX(1)}.ItemTeaser--noShadow:hover{box-shadow:none}.ItemTeaser--mediumShadow:hover{box-shadow:0 0 15px 0 rgba(0,0,0,.15)}.ItemTeaser--small:hover{box-shadow:none}.ItemTeaser--small .ItemTeaser-heading{font-size:.875rem}.ItemTeaser--small .ItemTeaser-priceValue{font-size:1rem}.ItemTeaser--small .ItemTeaser-media{height:90px}.ItemTeaser--small .ItemTeaser-info{padding:0}.ItemTeaser--small .ItemTeaser-select{border-left-color:#ededed;border-radius:4px;border-right-color:#ededed;margin-left:0;margin-right:0}.ItemTeaser--small .ItemTeaser-splash .Splash{height:45px;width:65px}.ItemTeaser--small .ItemTeaser-splash .Splash .Splash-pricePost,.ItemTeaser--small .ItemTeaser-splash .Splash .Splash-pricePre{font-size:10px;line-height:8px}.ItemTeaser--small .ItemTeaser-splash .Splash .Splash-priceLarge{font-size:16px;line-height:16px}.ItemTeaser--small .ItemTeaser-splash .Splash .Splash-priceSup{font-size:10px;line-height:10px}.ItemTeaser--small .ItemTeaser-splash .Splash .Splash-priceSub{font-size:12px;left:-7px;line-height:11px;top:7px}.ItemTeaser--small .ItemTeaser-splash .Splash .Splash-priceSup+.Splash-priceSub{left:0;top:6px}.ItemTeaser--maxHeight .ItemTeaser-description{max-height:100px;overflow:hidden;position:relative}.ItemTeaser--maxHeight .ItemTeaser-description:after{bottom:0;box-shadow:inset 0 -25px 20px -15px #fff;content:"";height:calc(100% - 75px);left:0;position:absolute;width:100%}.ItemTeaser--nativeHeight{min-height:auto}.ItemTeaser--image1by1 .ItemTeaser-media{height:auto}.ItemTeaser--image1by1 .ItemTeaser-image{height:0;padding-bottom:100%;position:relative}.ItemTeaser--image1by1 .ItemTeaser-image img{height:100%;left:0;padding:1.875rem;position:absolute;top:0;width:100%}.ItemTeaser--borderRsm{border:none}@media only screen and (min-width:480px),print{.ItemTeaser--borderRsm{border-right:1px solid #ededed}}@media only screen and (min-width:768px),print{.ItemTeaser--borderRmd{border-right:1px solid #ededed}}@media only screen and (min-width:600px),print{.ItemTeaser--horizontal{min-height:200px}}.ItemTeaser--horizontal .ItemTeaser-content{flex-direction:row}.ItemTeaser--horizontal .ItemTeaser-container{display:flex;flex-direction:column;width:50%}.ItemTeaser--horizontal .ItemTeaser-info{background:#fff;flex:0 1 auto;padding:.93750234rem;width:50%}.ItemTeaser--horizontal .ItemTeaser-media{display:flex;height:130px;margin-bottom:0;width:100%}.ItemTeaser--horizontal .ItemTeaser-cta{margin-bottom:0}.ItemTeaser--horizontal .ItemTeaser-button{padding:.93750234rem}.ItemTeaser--large{min-height:472px;text-align:center}.ItemTeaser--large .ItemTeaser-media{height:210px}.ItemTeaser--large .ItemTeaser-heading{font-family:CoopNew-Black,sans-serif;font-size:1.25rem}.ItemTeaser--large .ItemTeaser-preamble{font-size:.875rem;margin-bottom:.625rem;margin-top:0}.ItemTeaser--large .ItemTeaser-text{color:#777;flex-grow:1;font-size:.75rem;line-height:16px;margin-bottom:.93750234rem;margin-top:0}.ItemTeaser--large .ItemTeaser-description{flex-grow:0}.ItemTeaser--large .ItemTeaser-price{font-weight:700}.ItemTeaser--large .ItemTeaser-promos{max-height:110px}.ItemTeaser--large .ItemTeaser-badge{height:40px;margin-left:.625rem;margin-top:.625rem;max-width:40px}.ItemTeaser--large .ItemTeaser-button{width:50%}.ItemTeaser--partner .ItemTeaser-content:hover .ItemTeaser-image{transform:translate3d(-50%,0,0) scale3d(1.1,1.1,1.1)}.ItemTeaser--partner .ItemTeaser-media{min-height:177px}.ItemTeaser--partner .ItemTeaser-media--bigOffer{min-height:300px}@media only screen and (min-width:600px),print{.ItemTeaser--partner .ItemTeaser-media--bigOffer{min-height:250px}}@media only screen and (min-width:1024px),print{.ItemTeaser--partner .ItemTeaser-media--bigOffer{min-height:300px}}.ItemTeaser--partner .ItemTeaser-info{padding:.93750234rem}.ItemTeaser--partner .ItemTeaser-heading{font-weight:700}.ItemTeaser--partner .ItemTeaser-description{font-size:.875rem;line-height:24px}.ItemTeaser--ad{min-height:340px;text-align:center}.ItemTeaser--ad .ItemTeaser-content{background-position:50%;background-size:cover}@media only screen and (min-width:1024px),print{.ItemTeaser--gift:hover{border-radius:20px}}.ItemTeaser--gift .ItemTeaser-content{background-color:#fffbdb;border:4px dotted #00aa46;border-radius:20px}.ItemTeaser--gift .ItemTeaser-priceRules{font-family:CoopNew-Black,sans-serif;font-size:28px;margin:0}@media only screen and (max-width:1023px),print{.ItemTeaser--sm-wide .ItemTeaser-media{margin-top:50px;width:150px}.ItemTeaser--sm-wide .ItemTeaser-content{flex-direction:row}.ItemTeaser--sm-wide .ItemTeaser-info{margin-top:25px}}.ItemTeaser--skeleton{height:100%;min-height:340px}.ItemTeaser--skeletonLarge{min-height:472px!important}.ItemTeaser--skeleton .ItemTeaser-media{display:flex;padding:.93750234rem}.ItemTeaser--skeleton .ItemTeaser-image{background:#f5f5f5;position:relative;width:100%}.ItemTeaser--skeleton .ItemTeaser-heading{background:#f5f5f5;flex-grow:0;height:20px;overflow:hidden;width:70%}.ItemTeaser--skeleton .ItemTeaser-description{background:#f5f5f5;flex-grow:0;height:15px;overflow:hidden;width:60%}.ItemTeaser--skeleton .ItemTeaser-cta{background:#f5f5f5;flex-grow:0;height:25px;overflow:hidden;width:40%}.ItemTeaser--skeleton .ItemTeaser-button{background:#f5f5f5;border-radius:20px;flex-grow:0;height:40px;overflow:hidden;width:100%}.ItemTeaser--skeleton.ItemTeaser--horizontal{min-height:200px}.ItemTeaser--skeleton.ItemTeaser--horizontal .ItemTeaser-media{padding-left:0;padding-right:0;padding-top:0}.ItemTeaser--skeleton.ItemTeaser--horizontal .ItemTeaser-container{padding:.93750234rem}.ItemTeaser--skeleton .mixinShimmer{animation-duration:1s;animation-fill-mode:forwards;animation-iteration-count:infinite;animation-name:shimmerEffect;animation-timing-function:linear;background:#f5f5f5;background-image:linear-gradient(90deg,#f5f5f5 0,#edeef1 20%,#f5f5f5 40%,#f5f5f5);background-repeat:no-repeat;background-size:400px 150px}.Main--isBusinessEcommerce .ItemTeaser-tag--medlem{display:none}@media only screen and (max-width:1023px),print{.ItemTeaser-preamble-padding{padding-right:.93750234rem}}.NewsTeaser{background:#fff;position:relative;width:100%}.NewsTeaser-content{display:flex;flex-direction:column;min-height:100%;padding:1.875rem;width:100%}.NewsTeaser-info{text-align:center}.NewsTeaser-image{margin:1.25rem 0;max-height:350px}.NewsTeaser-image img{max-height:350px}.NewsTeaser-placeholder{margin-top:60px}@media only screen and (min-width:768px),print{.NewsTeaser-placeholder{margin-top:0;width:192px}}.NewsTeaser-frame{background:#00aa46;color:#fff;display:block;padding:.41666667rem;text-align:center;width:100%;z-index:2}@media only screen and (min-width:600px),print{.NewsTeaser-md-paddingXXXLarge{padding-left:5rem;padding-right:5rem}}.NewsTeaser.NewsTeaser--horizontal .NewsTeaser-content{justify-content:center}@media only screen and (min-width:768px),print{.NewsTeaser.NewsTeaser--horizontal .NewsTeaser-content{flex-direction:row}}.NewsTeaser.NewsTeaser--horizontal .NewsTeaser-cell{display:flex;justify-content:center;position:relative;width:100%}@media only screen and (min-width:768px),print{.NewsTeaser.NewsTeaser--horizontal .NewsTeaser-cell{min-height:290px}}.NewsTeaser.NewsTeaser--horizontal .NewsTeaser-cell:first-of-type{padding-bottom:.93750234rem}@media only screen and (min-width:768px),print{.NewsTeaser.NewsTeaser--horizontal .NewsTeaser-cell:first-of-type{padding-bottom:0;padding-right:.93750234rem}}.NewsTeaser.NewsTeaser--horizontal .NewsTeaser-cell:last-of-type{padding-top:.93750234rem}@media only screen and (min-width:768px),print{.NewsTeaser.NewsTeaser--horizontal .NewsTeaser-cell:last-of-type{padding-left:.93750234rem;padding-top:0}}.NewsTeaser.NewsTeaser--horizontal .NewsTeaser-image{background-position:50%;background-repeat:no-repeat;background-size:contain;left:0;margin:0;position:relative;text-align:center;top:0;width:100%}.NewsTeaser.NewsTeaser--horizontal .NewsTeaser-image img{border:1px solid #ededed;vertical-align:middle}.NewsTeaser.NewsTeaser--horizontal .NewsTeaser-info{display:flex;flex-direction:column;justify-content:space-between;min-height:100%;width:100%}.NewsTeaser.NewsTeaser--horizontal .NewsTeaser-input{flex-grow:1;width:80%}.Notice{display:flex;flex-direction:column;font-size:.875rem;justify-content:center;line-height:1rem;min-height:48px;position:relative;text-align:center;width:100%}.Notice p{margin:0}.Notice svg{display:block;height:16px;width:16px}.Notice-close{align-items:center;border-radius:50%;display:flex;justify-content:center;padding:8px;position:absolute;right:16px;transition:background-color .3s ease-in-out}@media only screen and (min-width:768px),print{.Notice-close{right:32px}}.Notice-close svg{height:12px;width:12px}.Notice-close:focus-visible,.Notice-close:hover{background-color:#fff}.Notice-close:focus-visible svg,.Notice-close:hover svg{color:#0a893d}.Notice-close:active{background-color:#005537}.Notice-close:active svg{color:#fff}.Notice-heading{align-items:center;display:flex;justify-content:center;width:80%}.Notice-heading svg{align-self:center;display:inline-block;height:12px;margin-left:4px;vertical-align:middle;width:12px}.Notice-content{align-items:center;display:flex;flex-wrap:no-wrap;justify-content:center;padding:16px 24px;position:relative}.Notice-content--alignLeft{justify-content:flex-start;text-align:left}.Notice-content--alignLeft .Notice-heading{justify-content:flex-start}.Notice--fixed{left:0;margin-left:auto;margin-right:auto;position:fixed;right:0}.Notice.Notice--animated{max-height:0;opacity:0;transition:all .5s;visibility:hidden}.Notice.Notice--animated.is-visible{max-height:500px;opacity:1;visibility:visible}.Notice.Notice--bottomCheckout{bottom:64px;top:auto;transition:bottom .6s}@media only screen and (min-width:768px),print{.Notice.Notice--bottomCheckout{bottom:80px}}.Notice--alert{font-size:.875rem}.Notice--alert a{background-color:none;color:currentColor;text-decoration:underline}.Notice-expandedContent{display:flex;justify-content:center;margin:0 8px 8px;overflow-wrap:break-word;padding:0 12px 12px;text-align:center}.Notice-expandedContent p{margin:0}.Notice-expandedContent>*{width:100%}@media only screen and (min-width:768px),print{.Notice-expandedContent>*{width:80%}}@media only screen and (min-width:1024px),print{.Notice-expandedContent>*{width:60%}}.Notice.Notice--success{background:#00aa46;color:#fff}.Notice.Notice--info{background:#e0efdd;color:#333}.Notice.Notice--info a{color:#00aa46}.Notice.Notice--info a:hover{color:#005537;text-decoration:underline}.Notice.Notice--warning{background:#ffeaf3;color:#333}.Notice.Notice--alert{color:#fff}.Notice.Notice--alert-level1{background:#ff6565;color:#fff}.Notice.Notice--alert-level1 a{text-decoration:underline}.Notice.Notice--alert-level1 .Notice-expandedContent{background-color:#fff;color:#333}.Notice.Notice--alert-level2{background:#ffeaf3;color:#333}.Notice.Notice--alert-level3{background:#fffbdb;color:#333}.Notice.Notice--alert-level4{background:#e8f2d7;color:#333}.Notice--yellow{background-color:#fff000;color:#333}.Notice--accentPink{background-color:#ffa5cd;color:#333}.Notice-bankClose{cursor:pointer;height:32px;padding:.625rem;position:absolute;right:0;top:0;width:32px}.Notice-bankClose svg{fill:none;stroke:#333;height:14px;width:14px}.Notice-alignTop svg{align-self:normal}.Notice--rounded{border-radius:10px}.Notice--Subscription:before{border-left:10px solid transparent;border-right:10px solid transparent;content:"";display:block;height:0;position:absolute;width:0}.Notice--Subscription-ArrowPink:before{align-self:center!important;border-bottom:10px solid #ffeaf3;display:flex;left:47%;top:-10px}.OfferTeaser{display:flex;flex-direction:column;min-height:100%;width:100%}@media only screen and (min-width:1024px),print{.OfferTeaser:hover{box-shadow:none;z-index:1}}.OfferTeaser-content{word-wrap:break-word;background:#fff;display:flex;flex-direction:column;flex-grow:1;justify-content:space-between;min-height:100%;overflow:hidden;position:relative}.OfferTeaser-content:hover .OfferTeaser-bgImage{transform:scale3d(1.1,1.1,1.1)}.OfferTeaser-contentCover{background-position:50%;background-size:cover}.OfferTeaser-contentCover,.OfferTeaser-link{height:100%;left:0;position:absolute;top:0;width:100%}.OfferTeaser-link{text-decoration:none;z-index:3}.OfferTeaser-link.OfferTeaser-link--buyable{height:calc(100% - 70px)}.OfferTeaser-link.OfferTeaser-link--buyableVariant{height:calc(100% - 180px)}.OfferTeaser-link:focus .OfferTeaser-heading{color:#00aa46}.OfferTeaser-link:focus .OfferTeaser-image{transform:translate3d(-50%,0,0) scaleX(1)}.OfferTeaser-info{display:flex;flex:1 1 auto;flex-direction:column;padding:0 .93750234rem .93750234rem;position:relative}.OfferTeaser-media{height:fit-content;height:-moz-fit-content;line-height:0;overflow:hidden;position:relative;text-align:center}.OfferTeaser-media--bigOffer{min-height:300px}@media only screen and (min-width:600px),print{.OfferTeaser-media--bigOffer{min-height:250px}}@media only screen and (min-width:1024px),print{.OfferTeaser-media--bigOffer{min-height:300px}}.OfferTeaser.OfferTeaser-skeleton .OfferTeaser-media{background-color:#ededed}.OfferTeaser.OfferTeaser-skeleton .OfferTeaser-info{display:flex;min-height:150px;padding-top:20px;row-gap:8px}.OfferTeaser.OfferTeaser-skeleton .OfferTeaser-text{background:#ededed;border-radius:5px;height:20px;width:100%}.OfferTeaser-bgImage{background-position:50%;background-size:cover;left:0;top:0;transition:transform .3s ease-in-out}.OfferTeaser-bgImage,.OfferTeaser-image{height:100%;position:absolute;width:100%}.OfferTeaser-image{z-index:1}.OfferTeaser-image img{max-height:100%;padding:.93750234rem 25px}.OfferTeaser-image--flexEnd{align-items:flex-end;display:flex;justify-content:center}.OfferTeaser-image--flexCenter{align-items:center;display:flex;justify-content:center}.OfferTeaser-heading{font-size:1rem;font-weight:700;line-height:1.3em;margin-bottom:.41666667rem;margin-top:.41666667rem;overflow:hidden;text-overflow:ellipsis}.OfferTeaser-description{flex-grow:1;font-size:.75rem;line-height:16px;margin-bottom:.93750234rem;margin-top:0}.OfferTeaser-description .Link{position:relative;z-index:3}.OfferTeaser-cta{margin-bottom:.625rem;margin-top:auto}.OfferTeaser-button{margin:auto 0 0;z-index:3}.OfferTeaser-select{border-left-color:transparent;border-radius:0;border-right-color:transparent;margin:0 -.93750234rem 1.25rem;max-width:none;z-index:3}.OfferTeaser-brand{font-weight:700}.OfferTeaser-points{color:#005537;font-size:.875rem}.OfferTeaser-pointsValue{font-size:1.25rem;font-weight:700}.OfferTeaser-price{font-size:.875rem;margin:0}.OfferTeaser-priceValue{font-size:1.25rem}.OfferTeaser-priceExtension{font-size:.75rem}.OfferTeaser-priceDiscount{color:#f30;margin-right:.41666667rem}.OfferTeaser-priceRegular{text-decoration:line-through;white-space:nowrap}.OfferTeaser-extra{color:#999;font-style:italic}.OfferTeaser-badge{height:40px;left:.625rem;max-width:40px;position:absolute;top:.625rem;z-index:2}.OfferTeaser-icon{height:60px;position:absolute;right:.93750234rem;top:.93750234rem;width:40px;z-index:2}.OfferTeaser-splash{position:absolute!important;right:.625rem;top:.625rem;z-index:3}.OfferTeaser-restrictions{color:#f30;display:block;font-size:.75rem;margin-bottom:.625rem}.OfferTeaser-tag{background:#005537;border-radius:20px;color:#fff;display:inline-block;font-size:.75rem;font-weight:700;line-height:.9;margin-bottom:.625rem;padding:.3125rem .41666667rem}.OfferTeaser-tag--medlem{background:#aad23c;color:#005537}.OfferTeaser-priceRules{color:#f30;font-family:CoopNew;font-size:14px;font-weight:400;margin-top:0}.OfferTeaser-frame{color:#fff;text-align:center;z-index:3}.OfferTeaser-frame,.OfferTeaser-frame:after{height:100%;left:0;position:absolute;top:0;width:100%}.OfferTeaser-frame:after{content:""}.OfferTeaser-frameHeading{display:block;padding:.41666667rem}.OfferTeaser-frame.OfferTeaser-frame--red:after{outline:2px solid #f30}.OfferTeaser-frame.OfferTeaser-frame--red .OfferTeaser-frameHeading{background:#f30}.OfferTeaser-frame.OfferTeaser-frame--green:after{outline:2px solid #00aa46}.OfferTeaser-frame.OfferTeaser-frame--green .OfferTeaser-frameHeading{background:#00aa46}.OfferTeaser-frame.is-disabled{z-index:4}.OfferTeaser-frame.is-disabled:after{background:hsla(0,0%,100%,.5);z-index:-1}.OfferTeaser-frame.is-disabled .OfferTeaser-frameHeading{background:#aaa}.OfferTeaser.OfferTeaser--textCenter{text-align:center}.OfferTeaser.OfferTeaser--textCenter .OfferTeaser-info{padding:.93750234rem 1.875rem}.OfferTeaser.OfferTeaser--border{border:1px solid #ededed}.OfferTeaser.OfferTeaser--border.is-active{border:1px solid #00aa46}.OfferTeaser.OfferTeaser--noScale .OfferTeaser-bgImage{transform:scaleX(1)}.OfferTeaser.OfferTeaser--noShadow:hover{box-shadow:none}.OfferTeaser.OfferTeaser--small .OfferTeaser-heading{font-size:.875rem}.OfferTeaser.OfferTeaser--small .OfferTeaser-badge{height:30px;max-width:30px}.OfferTeaser.OfferTeaser--small .OfferTeaser-priceValue{font-size:1rem}.OfferTeaser.OfferTeaser--small .OfferTeaser-media{min-height:90px}.OfferTeaser.OfferTeaser--small .OfferTeaser-info{padding:0}.OfferTeaser.OfferTeaser--small .OfferTeaser-select{border-left-color:#ededed;border-radius:4px;border-right-color:#ededed;margin-left:0;margin-right:0}.OfferTeaser.OfferTeaser--maxHeight .OfferTeaser-description{max-height:100px;overflow:hidden;position:relative}.OfferTeaser.OfferTeaser--maxHeight .OfferTeaser-description:after{bottom:0;box-shadow:inset 0 -25px 20px -15px #fff;content:"";height:calc(100% - 75px);left:0;position:absolute;width:100%}.OfferTeaser.OfferTeaser--image1by1 .OfferTeaser-image{height:0;padding-bottom:100%;position:relative}.OfferTeaser.OfferTeaser--image1by1 .OfferTeaser-image img{height:100%;left:0;padding:1.875rem;position:absolute;top:0;width:100%}.OfferTeaser.OfferTeaser--borderRsm{border:none}@media only screen and (min-width:480px),print{.OfferTeaser.OfferTeaser--borderRsm{border-right:1px solid #ededed}}@media only screen and (min-width:768px),print{.OfferTeaser.OfferTeaser--borderRmd{border-right:1px solid #ededed}}.Pagination{align-items:center;display:flex;justify-content:center}.Pagination .Pagination-page{color:#999;flex-shrink:0;font-size:.875rem;margin:0 .93750234rem}@media only screen and (min-width:480px),print{.Pagination .Pagination-page{font-size:1rem}}.Pagination .Pagination-page:hover{color:#00aa46;cursor:pointer}.Pagination .Pagination-page.is-active{align-items:center;background:#fff;border-radius:50%;color:#333;display:flex;font-weight:700;height:40px;justify-content:center;width:40px}.Pagination .Pagination-page.has-truncationLess{margin-right:.625rem}.Pagination .Pagination-page.has-truncationMore{margin-left:.625rem}.Pagination .Pagination-arrow{align-items:center;border:1px solid #d7d7d7;border-radius:50%;display:flex;flex-shrink:0;height:40px;justify-content:center;margin:0 .625rem;width:40px}.Pagination .Pagination-arrow:first-of-type{margin-left:0}.Pagination .Pagination-arrow:last-of-type{margin-right:0}.Pagination .Pagination-arrow:hover{cursor:pointer}.Pagination .Pagination-arrow svg{fill:none;stroke:#777;height:12px;vertical-align:top;width:12px}.Pagination.Pagination--personalization .Pagination-page{color:#999;flex-shrink:0;margin:0 .3125rem}@media only screen and (min-width:375px),print{.Pagination.Pagination--personalization .Pagination-page{margin:0 .625rem}}@media only screen and (min-device-width:414px){.Pagination.Pagination--personalization .Pagination-page{margin:0 .93750234rem}}.Pagination.Pagination--personalization .Pagination-page:hover{color:#00aa46;cursor:pointer}.Pagination.Pagination--personalization .Pagination-page.is-active{align-items:center;background:#fff;border-radius:50%;color:#333;display:flex;font-weight:700;height:40px;justify-content:center;width:40px}.Pagination.Pagination--personalization .Pagination-page.has-truncationLess{margin-right:.625rem}.Pagination.Pagination--personalization .Pagination-page.has-truncationMore{margin-left:.625rem}.Panel{background-color:#fff;display:flex;flex-direction:column;position:relative;width:100%}@media only screen and (min-width:768px),print{.Panel{flex-direction:row}}.Panel-cell{align-items:center;background-position:50%;background-size:cover;display:flex;position:relative;width:100%}.Panel-content{display:flex;flex-direction:column;min-height:100%;padding:2.5rem 1.25rem;text-align:center;width:100%}.Panel-heading{margin-bottom:2.5rem}.Panel-row{margin-top:0}.Panel-image,.Panel-row{margin-bottom:1.25rem}.Panel-image img{box-shadow:5px 5px 30px 0 rgba(0,0,0,.15);max-width:200px;width:100%}.Panel-button{margin-top:auto}.Panel-icon{fill:none;stroke:#00aa46;height:16px;margin-right:.3125rem;vertical-align:top;width:16px}.Panel.Panel--tooltip{background:#00aa46;color:#fff}.Panel.Panel--tooltip .Panel-content{padding:1.25rem}.Panel.Panel--tooltip:before{border-bottom:20px solid #00aa46;border-left:20px solid transparent;border-right:20px solid transparent;content:"";display:block;height:0;left:50%;position:absolute;top:-20px;transform:translate3d(-50%,0,0);width:0}@media only screen and (min-width:768px),print{.Panel.Panel--tooltip:before{border:20px solid transparent;border-left:none;border-right-color:#00aa46;left:-20px;top:50%;transform:translate3d(0,-50%,0)}}.Partner{align-items:center;display:flex;flex-direction:column;justify-content:center}@media only screen and (min-width:1024px),print{.Partner{flex-direction:row}}.Partner-img{align-items:center;display:flex}.Partner-img img{max-height:110px;max-width:295px}@media only screen and (min-width:600px),print{.Partner-img{justify-content:center}}.Partner-preamble{color:#777;padding:0 .93750234rem;text-align:center}.Partner-preamble p{font-size:1.25rem;line-height:1.4}@media only screen and (min-width:768px),print{.Partner-preamble p{text-align:left}}.PartnerTeaser{background:#fff;display:flex;min-height:100%;position:relative;width:100%}@media only screen and (min-width:1024px),print{.PartnerTeaser:hover{box-shadow:5px 5px 30px 0 rgba(0,0,0,.15);z-index:1}}.PartnerTeaser-content{background:#fff;display:flex;flex-direction:column;min-height:100%;padding:.93750234rem;position:relative;width:100%}.PartnerTeaser-link{display:block;text-decoration:none;width:100%;z-index:3}.PartnerTeaser-info{align-items:flex-start;display:flex;flex:1 0 auto;flex-direction:column}.PartnerTeaser-imageContainer{line-height:0;position:relative;text-align:center}.PartnerTeaser-bgImage{background-position:top;background-size:cover;height:0;padding-bottom:100%}.PartnerTeaser-heading{font-size:1rem;margin-bottom:.41666667rem;margin-top:0;overflow:hidden;text-overflow:ellipsis}.PartnerTeaser-heading a{color:#333}.PartnerTeaser-text{font-size:.875rem;margin:0;width:100%}.PartnerTeaser-details{display:flex;flex-direction:column}.PartnerTeaser-details--noButton{margin-bottom:0}.PartnerTeaser-detailsTop{margin-bottom:auto;margin-top:.20833333rem}.Payment-option{border:1px solid #ededed;border-radius:8px;cursor:pointer;padding:1.25rem;position:relative;transition:border .3s ease}@media only screen and (min-width:600px),print{.Payment-option:hover{border:1px solid #00aa46}}.Payment-option--active{border:1px solid #00aa46;cursor:auto;transition:border .3s ease}.Payment-optionCheck{position:absolute;right:-8px;top:-8px;transform:scale(0);transition:all .3s ease}.Payment-optionCheck.is-active{transform:scale(1);transition:all .3s ease}.Payment-optionContent{display:flex}.Payment-optionIcon{display:flex;flex-direction:column;justify-content:center}.Payment-optionIcon img{min-width:50px}.Payment-optionTextContainer{display:flex;flex-direction:column;justify-content:center;margin-left:1.25rem}.Payment-optionTitle{font-size:1rem;margin:0}.Payment-optionDescription{color:#777;font-size:.75rem;margin:.3125rem 0 0}.Payment-optionReference{margin-top:0;max-height:0;overflow:hidden;transition:all .3s ease}.Payment-optionReference.is-active{margin-top:1.25rem;max-height:150px;transition:all .3s ease}.PointOfferTeaser{background-clip:content-box;background-position:50%;background-size:cover;background:#fff;cursor:pointer;display:flex;min-height:100%;width:100%}@media only screen and (min-width:1024px),print{.PointOfferTeaser:hover{box-shadow:5px 5px 30px 0 rgba(0,0,0,.15);z-index:1}}.PointOfferTeaser--overlay{opacity:.4}.PointOfferTeaser-content{display:flex;flex:1;flex-direction:column;position:relative;width:100%}.PointOfferTeaser-link{height:100%;left:0;position:absolute;text-decoration:none;top:0;width:100%;z-index:3}.PointOfferTeaser-info{align-items:flex-start;display:flex;flex:1 0 auto;flex-direction:column;padding:.93750234rem}.PointOfferTeaser-imageContainer{line-height:0;position:relative;text-align:center}.PointOfferTeaser-imageContainer img{min-height:100%;min-width:100%}.PointOfferTeaser-bgImage{background-color:#000;background-position:top;background-size:cover;height:0;padding-bottom:100%}.PointOfferTeaser-price{color:#00aa46;font-family:CoopNew-Black,sans-serif;margin-bottom:.41666667rem;margin-top:0;overflow:hidden;text-overflow:ellipsis}.PointOfferTeaser-price a{color:#333}.PointOfferTeaser-text{display:flex;flex-direction:column;font-size:.875rem;justify-content:flex-start;margin:0;text-align:left;width:100%}.PointOfferTeaser-details{margin-top:auto;padding:.93750234rem;text-align:left}.PointOfferTeaser-details--noButton{margin-bottom:0}.PointOfferTeaser-detailsTop{margin-bottom:auto;margin-top:.20833333rem}.PointOfferTeaser--skeleton .PointOfferTeaser-text{background-color:#f5f5f5;color:#ccc;height:98px;margin-top:-5px}.PointOfferTeaser--skeleton .PointOfferTeaser-details{background-color:#f5f5f5;margin:.93750234rem}.PointShopBanner{align-items:center;display:flex;flex-direction:row;justify-content:space-between;position:relative}.PointShopBanner-left{font-family:CoopNew-Black,sans-serif;font-weight:700}.Pointshop-banner{align-items:center;display:flex;flex-direction:column;justify-content:center;position:relative}@media only screen and (min-width:768px),print{.Pointshop-banner{flex-direction:row}}.Pointshop-Heading{font-size:1.75rem;padding-bottom:1.25rem}@media only screen and (min-width:768px),print{.Pointshop-Heading{padding-bottom:0}}.Pointshop-cta{position:relative;right:auto}@media only screen and (min-width:768px),print{.Pointshop-cta{position:absolute;right:.5em}}@media only screen and (min-width:1024px),print{.Pointshop-cta{position:absolute;right:5em}}.Pointshop-points{color:#00aa46;font-size:1.5rem;font-weight:700}.Pointshop-date{color:#777}.ProductSearch{height:100%;padding-bottom:60px}@media only screen and (min-width:768px),print{.ProductSearch{padding-bottom:0}}.ProductSearch-badges{align-items:center;display:flex;gap:10px}@media only screen and (min-width:768px),print{.ProductSearch-badges>*{display:none}.ProductSearch-badges>:not(:nth-child(n+3)){display:flex}}.ProductSearch-badges>*{display:none}.ProductSearch-list{-webkit-overflow-scrolling:touch;height:100%;list-style-type:none;margin:0;overflow:auto;padding:0;transform:box-shadow .5s ease}.ProductSearch-list::-webkit-scrollbar{width:4px}.ProductSearch-list::-webkit-scrollbar-track-piece{box-shadow:inset 0 0 5px 5px #ededed}.ProductSearch-list::-webkit-scrollbar-thumb{background:#aaa;border-radius:2px}.ProductSearch-list::-webkit-scrollbar-track-piece{box-shadow:inset 0 0 5px 5px #aaa}@media only screen and (min-width:1024px),print{.ProductSearch-list::-webkit-scrollbar-track-piece{box-shadow:inset 0 0 5px 5px transparent}.ProductSearch-list:hover::-webkit-scrollbar-track-piece{box-shadow:inset 0 0 5px 5px #ededed}.ProductSearch-list:hover::-webkit-scrollbar-thumb{background:#aaa;border-radius:2px}.ProductSearch-list:hover::-webkit-scrollbar-thumb:window-inactive{background:#ededed}}.ProductSearch-list::-webkit-scrollbar{width:0}@media only screen and (min-width:1024px),print{.ProductSearch-list::-webkit-scrollbar{width:5px}.ProductSearch-list::-webkit-scrollbar-track-piece{box-shadow:inset 0 0 5px 5px #f5f5f5}.ProductSearch-list:hover::-webkit-scrollbar-track-piece{box-shadow:inset 0 0 5px 5px #ededed}.ProductSearch-list:hover::-webkit-scrollbar-thumb{background:#aaa;border-radius:2px}.ProductSearch-list:hover::-webkit-scrollbar-thumb:window-inactive{background:#ededed}}.ProductSearch-list::-webkit-scrollbar{width:5px}.ProductSearch-list::-webkit-scrollbar-track-piece{box-shadow:inset 0 0 5px 5px #f5f5f5}.ProductSearch-list:hover::-webkit-scrollbar-track-piece{box-shadow:inset 0 0 5px 5px #ededed}.ProductSearch-list:hover::-webkit-scrollbar-thumb{background:#aaa;border-radius:2px}.ProductSearch-list:hover::-webkit-scrollbar-thumb:window-inactive{background:#ededed}.ProductSearch-list.is-scrolledToBottom+.ProductSearch-footer{box-shadow:0 -1rem 1rem -1rem rgba(0,0,0,.1)}.ProductSearch-footer{align-items:center;background:#fff;border-top:1px solid #ededed;bottom:0;color:#00aa46;display:block;display:flex;height:60px;justify-content:center;position:fixed;width:100%}@media only screen and (min-width:1024px),print{.ProductSearch-footer{position:relative}}.ProductSearch-tag{background:#005537;border-radius:20px;color:#fff;display:inline-block;font-size:.75rem;font-weight:700;line-height:.9;margin-left:.93750234rem;padding:.3125rem .41666667rem}.ProductSearch-tag--medlem{background:#aad23c;color:#005537}.ProductSearch-splash{align-items:center;margin-bottom:-10px;margin-left:-7px}@media only screen and (min-width:600px),print{.ProductSearch-splash{margin-bottom:0;margin-left:.93750234rem}}.Main--isBusinessEcommerce .ProductSearch-tag--medlem{display:none}.ProfileMenu{z-index:10}.ProfileMenu-header{background:#fff;border-bottom:1px solid #ededed;padding:2.5rem 1.875rem;text-align:center}.ProfileMenu-image{border-radius:50%;height:80px;width:80px}.ProfileMenu-name{color:#fff;margin:.41666667rem 0}.ProfileMenu-list{background:#fff;list-style-type:none;margin:0;overflow:auto;padding:0}.ProfileMenu-list li{border-bottom:1px solid #ededed}.ProfileMenu-list li:last-of-type{border:none}.ProfileMenu-list li a{display:block;font-size:.875rem;font-weight:700;padding:.93750234rem 1.875rem .93750234rem 1.25rem}.ProfileMenu-list li svg{height:14px;margin-right:.41666667rem;vertical-align:sub;width:14px}.ProfileMenu-list li:hover{color:#fff}.ProfileMenu-list li.is-active{background:#00aa46;color:#fff}.ProfileMenu-close{fill:none;stroke:#fff;cursor:pointer;height:33px;padding:10px;position:absolute;right:5px;top:5px;width:33px;z-index:9}.ProfileMenu-close svg{height:100%;width:100%}.ProfileMenu--dropdown{display:flex;flex-direction:column;height:100%}.ProfileMenu--dropdown .ProfileMenu-header{align-items:center;background:#005537;color:#fff;display:flex;flex-shrink:0;height:50px;padding:.93750234rem;position:relative;z-index:1}@media only screen and (min-width:600px),print{.ProfileMenu--dropdown .ProfileMenu-header{padding:1.25rem}}.ProfileMenu--dropdown .ProfileMenu-list{flex-grow:1}.ProfileMenu--dropdown .ProfileMenu-list--myCoop li{border-bottom:1px solid #ededed;color:#333}.ProfileMenu--dropdown .ProfileMenu-list--myCoop li:last-of-type{border:none}.ProfileMenu--dropdown .ProfileMenu-list--myCoop li a{display:block;font-size:.875rem;font-weight:700;padding:.93750234rem 1.875rem .93750234rem 1.25rem}.ProfileMenu--dropdown .ProfileMenu-list--myCoop li svg{height:16px;margin-right:.41666667rem;vertical-align:sub;width:16px}.ProfileMenu--dropdown .ProfileMenu-list--myCoop li:hover{background-color:#00aa46;color:#fff}.ProfileMenu--dropdown .ProfileMenu-list--myCoop li:hover:last-of-type{background-color:#fff}.ProfileMenu--dropdown .ProfileMenu-list--myCoop li.is-active{background:#00aa46;color:#fff}.ProfileMenu--myCoop{min-height:550px;min-width:213px;z-index:12}@media only screen and (min-width:600px),print{.ProfileMenu--myCoop{height:100%}}.ProfileMenu--myCoop .ProfileMenu-image{align-items:center;background:rgba(0,0,0,.2);border-radius:100%;color:#00aa46;display:flex;height:80px;justify-content:center;margin:0 auto;width:80px}.ProfileMenu--myCoop .ProfileMenu-header{color:#333;justify-content:flex-start;min-height:217px}.ProfileMenu--myCoop .ProfileMenu-header,.ProfileMenu--myCoop .ProfileMenu-header--noPoints{background:#005537;display:flex;flex-direction:column;padding:1.25rem .93750234rem .93750234rem}.ProfileMenu--myCoop .ProfileMenu-header--noPoints{align-items:center;border-bottom:1px solid #ededed;justify-content:center;min-height:189px}.ProfileMenu--myCoop .ProfileMenu-list{background:#fff;cursor:pointer;list-style-type:none;margin:0;padding:0}.ProfileMenu--myCoop .ProfileMenu-list li{border-bottom:1px solid #ededed}.ProfileMenu--myCoop .ProfileMenu-list li:last-of-type{border:none}.ProfileMenu--myCoop .ProfileMenu-list li a{display:block;font-size:.875rem;font-weight:700;padding:.93750234rem 1.875rem .93750234rem 1.25rem;white-space:nowrap}.ProfileMenu--myCoop .ProfileMenu-list li svg{height:16px;margin-right:.41666667rem;vertical-align:sub;width:16px}.ProfileMenu--myCoop .ProfileMenu-list li:hover{background-color:#00aa46;color:#fff}.ProfileMenu--myCoop .ProfileMenu-list li:hover:last-of-type{background-color:#fff}.ProfileMenu--myCoop .ProfileMenu-list li.is-active{background:#00aa46;color:#fff}.RecipeModal{background:#fff;display:flex;flex-direction:column;height:100%;max-width:800px;width:100%}@media only screen and (min-width:768px),print{.RecipeModal{height:calc(100% - 5rem)}}.RecipeModal--fullHeight{height:100%}.RecipeModal-header{align-items:center;color:#fff;display:flex;flex-direction:column;flex-shrink:0;height:140px;justify-content:center;padding:1.25rem;position:relative;text-align:center;width:100%}.RecipeModal-replacementContent{height:100%;overflow-x:hidden;overflow-y:auto}.RecipeModal-replacementContent .Cart-itemWrapperActions{margin-top:5px}.RecipeModal-replacementHeader{padding:32px 32px 0}@media only screen and (max-width:599px),print{.RecipeModal-replacementHeader{padding:20px 20px 0;width:100%}}.RecipeModal-replacementHeaderContent{width:95%}@media only screen and (max-width:599px),print{.RecipeModal-replacementHeaderContent{width:100%}}.RecipeModal-replacementHeaderTitle{font-family:CoopNew-Black,sans-serif;font-size:36px}@media only screen and (max-width:599px),print{.RecipeModal-replacementHeaderTitle{font-size:24px;margin-right:20px}}.RecipeModal-replacementHeaderDescription{font-size:20px}@media only screen and (max-width:599px),print{.RecipeModal-replacementHeaderDescription{font-size:16px}}.RecipeModal-replacementProduct.is-removed{background-color:#f5f5f5}.RecipeModal-replacementClose{padding:.41666667rem;position:absolute;right:15px;top:15px}.RecipeModal-replacementBubble{border-radius:10px;font-size:.75rem;font-weight:700;padding:2px 7px;text-align:center;white-space:nowrap;width:fit-content}.RecipeModal-replacementBubble--removed{background-color:#000;color:#fff}.RecipeModal-heading{font-size:1rem;font-weight:700;margin-bottom:.625rem;max-width:270px}@media only screen and (min-width:600px),print{.RecipeModal-heading{font-size:1.25rem;margin-bottom:.93750234rem;max-width:100%}}.RecipeModal-close{padding:.41666667rem;position:absolute;right:15px;top:15px}.RecipeModal-close svg{fill:none;stroke:#fff;height:16px;width:16px}.RecipeModal-bgImage{background-position:50%;background-size:cover}.RecipeModal-bgImage,.RecipeModal-overlay{height:100%;left:0;position:absolute;top:0;width:100%}.RecipeModal-overlay{background:rgba(0,0,0,.5)}.RecipeModal-body{display:flex;flex-direction:column;flex-grow:1;height:100%;overflow:auto;padding:0;position:relative;width:100%}.RecipeModal-amountSelector{align-items:center;border-bottom:1px solid #ededed;display:flex;flex-shrink:0;height:60px;justify-content:flex-end;padding:0 1.25rem}@media only screen and (min-width:600px),print{.RecipeModal-amountSelector{align-self:center;border:none;height:auto;padding:0}}.RecipeModal-tabs{align-items:flex-end;border-bottom:1px solid #ededed;display:flex;flex-shrink:0;height:50px;justify-content:center}@media only screen and (min-width:600px),print{.RecipeModal-tabs{align-self:flex-end;border:none;height:60px}}.RecipeModal-contentTop{display:flex;flex-direction:column;flex-shrink:0;justify-content:space-between;width:100%}@media only screen and (min-width:600px),print{.RecipeModal-contentTop{border-bottom:1px solid #ededed;flex-direction:row;height:60px;padding:0 1.25rem}}.RecipeModal-content{display:flex;flex-direction:column;height:100%;justify-content:space-between;overflow-x:hidden;overflow-y:auto}@media only screen and (min-width:768px),print{.RecipeModal-content{padding:0}}.RecipeModal-footer{font-weight:700;margin-top:auto;padding:1.25rem;width:100%;z-index:8}.RecipeModal-footer.RecipeModal-footer--right{display:flex;justify-content:flex-end}@media only screen and (min-width:768px),print{.RecipeModal-footer{background:#fff;box-shadow:5px 5px 30px 0 rgba(0,0,0,.15);display:flex;flex-direction:column;flex-direction:row;flex-shrink:0;justify-content:space-between;position:relative}.RecipeModal-footer-reverse{flex-direction:row-reverse}}.mixinScroll{-webkit-overflow-scrolling:touch}.mixinScroll::-webkit-scrollbar{width:5px}.mixinScroll::-webkit-scrollbar-track-piece{box-shadow:inset 0 0 5px 5px #f5f5f5}.mixinScroll:hover::-webkit-scrollbar-track-piece{box-shadow:inset 0 0 5px 5px #ededed}.mixinScroll:hover::-webkit-scrollbar-thumb{background:#aaa;border-radius:2px}.mixinScroll:hover::-webkit-scrollbar-thumb:window-inactive{background:#ededed}@-webkit-keyframes fadein{0%{opacity:0}50%,to{opacity:1}}@keyframes fadein{0%{opacity:0}50%,to{opacity:1}}@-webkit-keyframes fadeout{to{opacity:0}0%{opacity:1}}@keyframes fadeout{to{opacity:0}0%{opacity:1}}.RecipeSocial,.RecipeSocial-buy{position:relative}.RecipeSocial-buyListTooltip{position:absolute;right:250px;text-align:center;top:35px}.RecipeSocial-save{position:relative}.RecipeSocial-saveHeart{fill:#ededed;stroke:#fff;height:24px;vertical-align:middle;width:24px}.RecipeSocial-saveTooltip{position:absolute;right:142px;text-align:center;top:35px}.RecipeSocial-saveHeartTooltip{position:absolute;right:122px;text-align:center;top:6px}@media only screen and (min-width:375px),print{.RecipeSocial-saveHeartTooltip{right:145px}}@media only screen and (min-width:480px),print{.RecipeSocial-saveHeartTooltip{right:172px}}@media only screen and (min-width:600px),print{.RecipeSocial-saveHeartTooltip{right:172px}}.RecipeSocial-saveHeartTooltipPuff{position:absolute;right:115px;text-align:center;top:6px}@media only screen and (min-width:375px),print{.RecipeSocial-saveHeartTooltipPuff{right:140px}}@media only screen and (min-width:600px),print{.RecipeSocial-saveHeartTooltipPuff{right:130px}}@media only screen and (min-width:1024px),print{.RecipeSocial-saveHeartTooltipPuff{right:152px}}.RecipeSocial-share{position:relative}.RecipeSocial-sharePopup{position:absolute;right:110px;text-align:center;top:35px}.RecipeSocial-shareTitle{display:inline-block;margin-bottom:14px}.RecipeSocial-shareIcons{align-content:space-between;display:flex;flex-direction:row;justify-content:center}.RecipeTeaser{background-clip:content-box;background-position:50%;background-size:cover;cursor:pointer;display:flex;min-height:100%;width:100%}@media only screen and (min-width:1024px),print{.RecipeTeaser:hover{box-shadow:5px 5px 30px 0 rgba(0,0,0,.15);z-index:1}}.RecipeTeaser-content{background:#fff;display:flex;flex-direction:column;justify-content:space-between;min-height:100%;position:relative;width:100%}.RecipeTeaser-link{height:100%;left:0;position:absolute;text-decoration:none;top:0;width:100%;z-index:3}.RecipeTeaser-info{display:flex;flex:1 0 auto;flex-direction:column;margin-bottom:auto;padding:.625rem .93750234rem .93750234rem}.RecipeTeaser-imageContainer{line-height:0;overflow:hidden;position:relative;text-align:center}.RecipeTeaser-bgImage{background-position:top;background-size:cover;height:0;padding-bottom:75%}.RecipeTeaser-heading{font-size:1rem;margin-bottom:.41666667rem;margin-top:0;overflow:hidden;text-overflow:ellipsis}.RecipeTeaser-heading a{color:#333}.RecipeTeaser-kicker,.RecipeTeaser-text{font-size:.875rem;margin:0}.RecipeTeaser-kicker{font-weight:700}.RecipeTeaser-button{position:relative;z-index:3}.RecipeTeaser-button button{width:100%}.RecipeTeaser-details{display:flex;flex-direction:column;margin-bottom:.625rem;margin-top:auto;overflow:hidden}.RecipeTeaser-details--noButton{margin-bottom:0}.RecipeTeaser-detailsTop{margin-bottom:auto;margin-top:.20833333rem}.RecipeTeaser-portionPrice{color:#333;font-size:.75rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.RecipeTeaser-icon{background:#fff;border-radius:50%;display:inline-block;padding:.41666667rem;position:absolute;right:5px;top:5px;z-index:1}.RecipeTeaser-icon svg{fill:none;stroke:#fff;height:25px;vertical-align:middle;width:25px}.RecipeTeaser-saveHeart{padding:.625rem;position:absolute;right:0;top:0;z-index:4}.RecipeTeaser-saveHeartContainer{background:#fff;border-radius:50%;display:inline-block}.RecipeTeaser-saveHeart svg{fill:#fff;height:28px;vertical-align:middle;width:28px}.RecipeTeaser-saveHeart .js-saved-heart.is-active{fill:#00aa46}.RecipeTeaser-rating{line-height:0}.RecipeTeaser-stamp{display:inline-block;left:5px;padding:.41666667rem;position:absolute;top:5px;z-index:1}.RecipeTeaser-stamp img{height:50px}.RecipeTeaser-stamp--topRight{left:5px;right:auto;top:5px}.RecipeTeaser-stamp--bottomLeft{bottom:5px;left:5px;top:auto}.RecipeTeaser-stamp--bottomRight{bottom:5px;left:auto;right:5px;top:auto}.RecipeTeaser-time{color:#999;display:inline-block;font-size:.75rem;margin-left:auto;overflow:hidden;padding-left:.625rem;text-align:right;text-overflow:ellipsis;white-space:nowrap}.RecipeTeaser-time svg{stroke:#999;display:inline-block;height:13px;position:relative;vertical-align:text-top;width:13px}.RecipeTeaser-count{color:#999;font-size:.875rem;margin-left:.3125rem}.RecipeTeaser.RecipeTeaser--large .RecipeTeaser-imageContainer{max-height:137px}.RecipeTeaser.RecipeTeaser--large .RecipeTeaser-imageContainer .RecipeTeaser-bgImage{background-position:50%}.RecipeTeaser.RecipeTeaser--large .RecipeTeaser-info{padding:1.25rem .93750234rem .93750234rem}.RecipeTeaser.RecipeTeaser--large .RecipeTeaser-info .RecipeTeaser-heading{height:50px;margin-bottom:0}.RecipeTeaser.RecipeTeaser--large .RecipeTeaser-details{margin-bottom:auto;margin-top:0}.RecipeTeaser--horizontal .RecipeTeaser-content{flex-direction:row}.RecipeTeaser--horizontal .RecipeTeaser-info{margin:0;padding:1.25rem .93750234rem;width:100%}@media only screen and (min-width:768px),print{.RecipeTeaser--horizontal .RecipeTeaser-info{width:50%}}.RecipeTeaser--horizontal .RecipeTeaser-imageContainer{display:flex;flex:1 0 50%;height:auto;position:relative}.RecipeTeaser--horizontal .RecipeTeaser-bgImage{height:100%;left:0;position:absolute;top:0;width:100%}.RecipeTeaser--skeleton{height:100%}.RecipeTeaser--skeleton .RecipeTeaser-imageContainer{display:flex;padding:.93750234rem}.RecipeTeaser--skeleton .RecipeTeaser-info{height:200px}.RecipeTeaser--skeleton .RecipeTeaser-bgImage{background:#f5f5f5;position:relative;width:100%}.RecipeTeaser--skeleton .RecipeTeaser-heading{background:#f5f5f5;flex-grow:0;overflow:hidden;width:70%}.RecipeTeaser--skeleton .RecipeTeaser-details{background:#f5f5f5;flex-grow:0;height:43px;overflow:hidden;width:60%}.RecipeTeaser--skeleton .RecipeTeaser-button{background:#f5f5f5;border-radius:20px;flex-grow:0;height:40px;overflow:hidden;width:100%}.RecipeTeaser--skeleton .mixinShimmer{animation-duration:1s;animation-fill-mode:forwards;animation-iteration-count:infinite;animation-name:shimmerEffect;animation-timing-function:linear;background:#f5f5f5;background-image:linear-gradient(90deg,#f5f5f5 0,#edeef1 20%,#f5f5f5 40%,#f5f5f5);background-repeat:no-repeat;background-size:400px 150px}.RecipeTeaser--PointOffer{background:#fff;display:flex;min-height:100%;position:relative;width:100%}@media only screen and (min-width:1024px),print{.RecipeTeaser--PointOffer:hover{box-shadow:5px 5px 30px 0 rgba(0,0,0,.15);z-index:1}}.RecipeTeaser--PointOffer--overlay{opacity:.4}.RecipeTeaser--PointOffer .RecipeTeaser-content{background:#fff;display:flex;flex-direction:column;min-height:100%;position:relative;width:100%}.RecipeTeaser--PointOffer .RecipeTeaser-link{height:100%;left:0;position:absolute;text-decoration:none;top:0;width:100%;z-index:3}.RecipeTeaser--PointOffer .RecipeTeaser-info{align-items:flex-start;display:flex;flex:1 0 auto;flex-direction:column;padding:.625rem .93750234rem}.RecipeTeaser--PointOffer .RecipeTeaser-imageContainer{line-height:0;position:relative;text-align:center}.RecipeTeaser--PointOffer .RecipeTeaser-imageContainer img{min-height:100%;min-width:100%}.RecipeTeaser--PointOffer .RecipeTeaser-bgImage{background-color:#000;background-position:top;background-size:cover;height:0;padding-bottom:100%}.RecipeTeaser--PointOffer .RecipeTeaser-price{color:#00aa46;font-family:CoopNew-Black,sans-serif;margin-bottom:.41666667rem;margin-top:0;overflow:hidden;text-overflow:ellipsis}.RecipeTeaser--PointOffer .RecipeTeaser-price a{color:#333}.RecipeTeaser--PointOffer .RecipeTeaser-text{display:flex;flex-direction:column;font-size:.875rem;justify-content:flex-start;margin:0;text-align:left;width:100%}.RecipeTeaser--PointOffer .RecipeTeaser-textTitle{color:#999;margin-bottom:3px}.RecipeTeaser--PointOffer .RecipeTeaser-textSubtitle{color:#333;margin-bottom:8px}.RecipeTeaser--PointOffer .RecipeTeaser-details{margin-bottom:0;margin-top:auto;padding:.93750234rem;text-align:left}.RecipeTeaser--PointOffer .RecipeTeaser-details--noButton{margin-bottom:0}.RecipeTeaser--PointOffer .RecipeTeaser-detailsTop{margin-bottom:auto;margin-top:.20833333rem}.SelfService{align-items:baseline;display:flex;flex-direction:column;justify-content:space-between;margin:0 auto;max-width:350px;padding-left:.93750234rem;position:relative;width:100%}@media only screen and (min-width:768px),print{.SelfService{align-items:flex-start;flex-direction:column;margin:1.875rem auto 0}}.SelfService-link{cursor:pointer;font-size:1rem;text-align:left}.SelfService-link:before{color:#00aa46;content:"•";display:inline-block;width:1em}.Splash-container{flex-direction:column}.Splash,.Splash-container{align-items:center;display:flex;justify-content:center;position:relative;z-index:0}.Splash{color:#c00;height:65px;margin:0;width:90px}.Splash-memberTag{background-color:#00aa46;border-radius:4px;color:#fff;font-family:CoopNew;font-size:8px;line-height:normal;margin-top:-14px;padding:2px 4px;z-index:0}.Splash-memberTag--large{font-size:14px;margin-top:-24px}.Splash-bg{fill:#fff000;height:100%;left:0;position:absolute;top:0;width:100%}.Splash-content{font-family:CoopNew-Black,sans-serif;line-height:0;position:relative;text-align:center}.Splash-content-moveLeft{left:-5px}.Splash-pricePost,.Splash-pricePre{display:block;font-size:10px;line-height:8px;margin-left:-5px}.Splash-text{display:block;font-size:12px;line-height:12px;padding:10px}.Splash-priceMedium{display:inline-block;font-size:18px;line-height:18px}.Splash-priceLarge{display:inline-block;font-size:28px;line-height:28px}.Splash-priceText{display:inline-block;font-size:12px;line-height:12px;max-width:min-content}.Splash-priceSupSub{display:inline-block;font-size:28px;line-height:28px;position:relative;vertical-align:top}.Splash-priceSup{display:block;font-size:14px;line-height:14px;position:relative}.Splash-priceNoDecimal{font-size:28px;line-height:28px}.Splash-priceSub{font-size:14px;left:-12px;line-height:13px;position:absolute;top:15px}.Splash-priceSup+.Splash-priceSub{left:0;top:12px}.Splash-priceSup+.Splash-priceUnit{left:5px}.Splash-priceSup+.Splash-priceUnitNoDecimal{left:-7px;top:15px}.Splash-priceUnit-small{font-size:10px}.Splash--large{height:112px;width:150px}.Splash--large .Splash-pricePost,.Splash--large .Splash-pricePre{font-size:16px;line-height:14px}.Splash--large .Splash-priceLarge{font-size:38px;line-height:36px}.Splash--large .Splash-priceSup{font-size:19px;line-height:19px}.Splash--large .Splash-priceSub{font-size:28px;line-height:20px;top:20px}.Splash--large .Splash-priceSup+.Splash-priceSub{left:0;top:15px}.Splash--medium{height:55px;width:75px}.Splash--fontMedium .Splash-pricePost,.Splash--fontMedium .Splash-pricePre,.Splash--medium .Splash-pricePost,.Splash--medium .Splash-pricePre{font-size:10px;line-height:8px}.Splash--fontMedium .Splash-priceLarge,.Splash--medium .Splash-priceLarge{font-size:18px;line-height:18px}.Splash--fontMedium .Splash-priceSup,.Splash--medium .Splash-priceSup{font-size:10px;line-height:10px}.Splash--fontMedium .Splash-priceSub,.Splash--medium .Splash-priceSub{font-size:14px;left:-8px;line-height:13px;top:4px}.Splash--fontMedium .Splash-priceSup+.Splash-priceSub,.Splash--medium .Splash-priceSup+.Splash-priceSub{left:0;top:6px}.Splash--small{height:45px;width:65px}.Splash--fontSmall .Splash-pricePost,.Splash--fontSmall .Splash-pricePre,.Splash--small .Splash-pricePost,.Splash--small .Splash-pricePre{font-size:10px;line-height:8px}.Splash--fontSmall .Splash-priceLarge,.Splash--small .Splash-priceLarge{font-size:16px;line-height:16px}.Splash--fontSmall .Splash-priceSup,.Splash--small .Splash-priceSup{font-size:10px;line-height:10px}.Splash--fontSmall .Splash-priceSub,.Splash--small .Splash-priceSub{font-size:12px;left:-7px;line-height:11px;top:7px}.Splash--fontSmall .Splash-priceSup+.Splash-priceSub,.Splash--small .Splash-priceSup+.Splash-priceSub{left:0;top:6px}.Subscription h2{color:#333}.Subscription p{color:#777}.SustainabilityDeclarationButton{cursor:pointer;height:66px;max-width:440px;min-width:295px;text-align:left;width:100%}@media only screen and (min-width:600px),print{.SustainabilityDeclarationButton{min-width:330px}}.SustainabilityDeclarationButton-skeleton{cursor:default}.SustainabilityDeclarationButton-skeleton .SustainabilityDeclarationButton-container{height:66px}.SustainabilityDeclarationButton-container{background:#e8f2d7;border-radius:24px;display:flex;flex-direction:row;padding:11px 17px}.SustainabilityDeclarationButton.SustainabilityDeclarationButton--gray{cursor:default;pointer-events:none}.SustainabilityDeclarationButton.SustainabilityDeclarationButton--gray .SustainabilityDeclarationButton-container{background:#f5f5f5}.SustainabilityDeclarationButton.SustainabilityDeclarationButton--gray .SustainabilityDeclarationButton-text h2{color:#666}@media only screen and (min-width:600px),print{.SustainabilityDeclarationButton-container{padding:11px 26px 11px 40px}}.SustainabilityDeclarationButton-text{display:flex;flex-direction:column;flex-grow:1;justify-content:center}.SustainabilityDeclarationButton-text h2{color:#005537;font-family:CoopNew-Black,sans-serif;font-size:15px;font-weight:400;line-height:19px;margin:0}.SustainabilityDeclarationButton-text p{color:#333;font-size:13px;line-height:16px;margin:0}.SustainabilityDeclarationButton-icon{height:44px;width:58px}@font-face{font-family:swiper-icons;font-style:normal;font-weight:400;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")}:root{--swiper-theme-color:#007aff}.swiper{list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:content-box;height:100%;transition-property:transform}.swiper-android .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{height:100%;transition-property:transform;width:100%}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{backface-visibility:hidden;transform:translateZ(0)}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.swiper-css-mode>.swiper-wrapper{-ms-overflow-style:none;overflow:auto;scrollbar-width:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{align-items:center;color:var(--swiper-navigation-color,var(--swiper-theme-color));cursor:pointer;display:flex;height:var(--swiper-navigation-size);justify-content:center;margin-top:calc(0px - var(--swiper-navigation-size)/2);position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/44*27);z-index:10}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{cursor:auto;opacity:.35;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);font-variant:normal;letter-spacing:0;line-height:1;text-transform:none!important;text-transform:none}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{left:auto;right:10px}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;transform:translateZ(0);transition:opacity .3s;z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{position:relative;transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{background:var(--swiper-pagination-bullet-inactive-color,#000);border-radius:50%;display:inline-block;height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px))}button.swiper-pagination-bullet{appearance:none;border:none;box-shadow:none;margin:0;padding:0}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{background:var(--swiper-pagination-color,var(--swiper-theme-color));opacity:var(--swiper-pagination-bullet-opacity,1)}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{display:block;margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,left .2s}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));height:100%;left:0;position:absolute;top:0;transform:scale(0);transform-origin:left top;width:100%}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{height:4px;left:0;top:0;width:100%}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{height:100%;left:0;top:0;width:4px}.swiper-pagination-lock{display:none}.swiper-scrollbar{background:rgba(0,0,0,.1);border-radius:10px;position:relative;-ms-touch-action:none}.swiper-horizontal>.swiper-scrollbar{bottom:3px;height:5px;left:1%;position:absolute;width:98%;z-index:50}.swiper-vertical>.swiper-scrollbar{height:98%;position:absolute;right:3px;top:1%;width:5px;z-index:50}.swiper-scrollbar-drag{background:rgba(0,0,0,.5);height:100%;left:0;position:relative;top:0;width:100%}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper{opacity:1;overflow:visible}.swiper .swiper-container--initialized{height:100%;overflow:visible}@media only screen and (min-width:480px),print{.swiper .swiper-container--initialized{overflow:hidden}}.swiper{margin-left:0;position:relative;width:100%}@media only screen and (min-width:480px),print{.swiper .swiper-button{opacity:1}}.swiper-wrapper{-webkit-overflow-scrolling:touch;-webkit-backface-visibility:hidden;box-sizing:border-box;display:flex;position:relative;width:100%;z-index:1}.swiper-scrollbar-container{background-color:rgba(0,0,0,.15);border-radius:10px;height:10px;margin-top:20px}.swiper-scrollbar-drag{background-color:#00a142;border-radius:10px}.swiper-slide{display:flex;flex-shrink:0;height:auto;position:relative}.swiper-slide>*{transform:translateZ(0)}.swiper-slide.is-active{z-index:1}.swiper-title{font-size:1rem;margin-right:20px;text-align:center}@media only screen and (min-width:768px),print{.swiper-title{text-align:left}}.swiper-overlay{background-color:rgba(0,0,0,.5);height:100%;left:0;position:absolute;top:0;width:100%}.swiper-button{align-items:center;background-color:#fff;border:1px solid #ededed;border-radius:50%;box-shadow:0 0 20px 0 rgba(0,0,0,.15);cursor:pointer;display:flex;height:40px;justify-content:center;outline:none;position:absolute;text-align:center;top:calc(50% - 20px);transition:border-color .3s ease-in-out,background-color .3s ease-in-out;width:40px;z-index:3}.swiper-button:hover{background-color:#00aa46;border-color:#00aa46}.swiper-button:hover .swiper-arrow{stroke:#fff}.swiper-button--scrollbar{top:calc(50% - 50px)}.swiper-button--prev{left:-10px}.swiper-button--prev .swiper-arrow{margin-right:1px}.swiper-button--next{right:-10px}.swiper-button--next .swiper-arrow{margin-left:1px}.swiper-button.is-disabled,.swiper-button.is-hidden{opacity:0;visibility:hidden}.swiper-arrow{fill:none;stroke:#005537;stroke-width:1.5;height:12px;transition:stroke .3s ease-in-out;width:12px}.swiper-pagination{text-align:center}.swiper-pagination--bullets .swiper-bullet{background:#f5f5f5;border-radius:50%;display:inline-block;height:8px;margin:0 .41666667rem;width:8px}.swiper-pagination--bullets .swiper-bullet.is-active{background:#00aa46}.swiper-close{cursor:pointer;position:absolute;right:1.25rem;top:1.25rem;z-index:1}.swiper-close svg{fill:none;stroke:#aaa;height:16px;width:16px}.swiper--block{background:#fff;border-radius:4px;box-shadow:5px 5px 30px 0 rgba(0,0,0,.15);height:auto;overflow:hidden;padding:1.25rem;position:static;width:auto}@media only screen and (min-width:1024px),print{.swiper--block .swiper-button{opacity:1}}.swiper--block .swiper-wrapper{height:auto!important}.swiper--block .swiper-slide{display:flex;transform:translateZ(0)}.swiper--block .swiper-pagination{margin-top:1.25rem}.swiper--timeline .swiper-slide{background-position:50%;background-size:cover;display:flex;height:400px}@media only screen and (min-width:600px),print{.swiper--timeline .swiper-slide{height:600px}}.swiper--timeline .swiper-content{align-items:center;color:#fff;display:flex;flex-direction:column;justify-content:space-between;padding:1.25rem 2.5rem 120px;position:relative;text-align:center;width:100%;z-index:1}@media only screen and (min-width:600px),print{.swiper--timeline .swiper-content{align-items:flex-start;align-self:flex-end;justify-content:normal;padding:2.5rem 2.5rem 120px;text-align:left}}.swiper--timeline .swiper-kicker{font-size:.875rem;margin-bottom:.625rem;margin-top:0}@media only screen and (min-width:600px),print{.swiper--timeline .swiper-kicker{font-size:1rem}}.swiper--timeline .swiper-heading{font-family:CoopNew-Black,sans-serif;font-size:1.5rem;margin-bottom:.625rem}.swiper--timeline .swiper-preamble{font-size:.875rem;line-height:1.5;margin-bottom:1.875rem;margin-top:0;max-width:460px}@media only screen and (min-width:600px),print{.swiper--timeline .swiper-preamble{font-size:1rem}}.swiper--timeline .swiper-navigation{align-items:center;bottom:2.5rem;display:flex;justify-content:center;position:absolute;width:100%;z-index:1}.swiper--timeline .swiper-pagination{margin:0 1.25rem}.swiper--timeline .swiper-pagination--bullets .swiper-bullet{background:hsla(0,0%,84%,.7)}.swiper--timeline .swiper-pagination--bullets .swiper-bullet.is-active{background:#fff}.swiper--timeline .swiper-button{background:transparent;border-color:hsla(0,0%,84%,.7);opacity:1;top:auto;transform:none}.swiper--timeline .swiper-button--prev{left:1.25rem}.swiper--timeline .swiper-button--next{right:1.25rem}.swiper--timeline .swiper-button .swiper-arrow{stroke:#d7d7d7}.swiper--timeline .swiper-timeline{bottom:2.5rem;padding:0 2.5rem;position:absolute;width:100%;z-index:1}.swiper--timeline .swiper-timelineContent{border-top:1px solid hsla(0,0%,100%,.3);position:relative}.swiper--timeline .swiper-timeline .swiper-indicator{background:#fff;height:3px;position:absolute;transform:translateZ(0);transition:transform .3s;width:10%}.swiper--timeline .swiper-timeline .swiper-control{color:#fff;counter-reset:item;display:flex;list-style:none;margin:0;padding:1.25rem 0 0 1.875rem}.swiper--timeline .swiper-timeline .swiper-control li{flex-grow:1;font-size:.875rem;text-align:left}.swiper--timeline .swiper-timeline .swiper-control li:before{border:1px solid hsla(0,0%,100%,.3);border-radius:50%;color:#fff;content:counter(item) "";counter-increment:item;display:inline-block;font-size:12px;font-weight:700;height:20px;margin-left:-33px;margin-right:10px;padding-top:1px;text-align:center;vertical-align:middle;width:20px}.swiper--timeline .swiper-timeline .swiper-control li.is-active:before{background:#fff;color:#333}.swiper--recipe .swiper-wrapper{-webkit-overflow-scrolling:touch;-webkit-backface-visibility:hidden;display:flex;position:relative;transition-property:transform;width:100%;z-index:1}.swiper--recipe .swiper-slide{display:flex;flex-shrink:0;overflow:hidden;position:relative;width:calc(100% - 30px)}.swiper--recipe .swiper-slide>*{transform:translateZ(0)}.swiper--recipe .swiper-slide.is-active{z-index:1}@media only screen and (max-width:599px),print{.swiper--showNavigationInMobile .swiper-button:not(.is-hidden){opacity:1}}.swiper-overflowShadow{--overflowShadowSpace:0px;--shadowAlpha:0.05;--shadowAlphaHover:0.15;margin:calc(var(--overflowShadowSpace)*-1);width:calc(100% + var(--overflowShadowSpace)*2 - 1px)}.swiper-overflowShadow10{--overflowShadowSpace:10px}.swiper-overflowShadow20{--overflowShadowSpace:20px}.swiper-overflowShadow--md{--shadowAlpha:0.15;--shadowAlphaHover:0.5}.swiper-overflowShadow .swiper-container--initialized{padding:var(--overflowShadowSpace)}.swiper-overflowShadow--constrainedX{margin-left:0;margin-right:0;width:100%}.swiper-overflowShadow--constrainedX .swiper-button--next{right:4px}.swiper-overflowShadow--constrainedX .swiper-button--prev{left:4px}.swiper-overflowShadow--constrainedY{margin-bottom:0;margin-top:0}.swiper-overflowShadow.swiper :not(.swiper-slide-visible)>article,.swiper-overflowShadow.swiper :not(.swiper-slide-visible)>article:hover{box-shadow:unset}.swiper-overflowShadow.swiper .swiper-slide-visible>article{box-shadow:0 0 var(--overflowShadowSpace) rgba(0,0,0,var(--shadowAlpha));transition:box-shadow .15s ease-in-out}.swiper-overflowShadow.swiper .swiper-slide-visible>article:hover{box-shadow:0 0 var(--overflowShadowSpace) rgba(0,0,0,var(--shadowAlphaHover))}.swiper--auto-slides .swiper-slide{width:auto}.swiper-pagination{padding-bottom:16px;padding-top:16px;position:static}.swiper-overflowShadow--constrainedY+.swiper-pagination{padding-top:0}.swiper-pagination.is-hidden{display:none}.swiper-pagination-bullet{--swiper-pagination-bullet-horizontal-gap:2px;opacity:1}.swiper-pagination-bullet:not(.swiper-pagination-bullet-active){background-color:transparent;outline:1px solid #b6b4ad;outline-offset:-1px}.swiper-pagination-bullet-active{background-color:#0a893d;outline:none}.swiper-pagination-bullets-dynamic{left:0!important;margin-left:auto;margin-right:auto;right:0!important;transform:unset!important}.swiper-disabledNavigation .swiper-button{display:none}.Switch{text-align:center}.Switch-container{align-items:center;background:#f5f5f5;border-radius:20px;display:flex;height:40px;min-height:100%;padding:0 3px}.Switch-option{align-items:center;border-radius:17px;color:#999;cursor:pointer;display:flex;flex-grow:1;height:34px;justify-content:center}.Switch-option.is-active{background:#fff;color:#333}.Switch-text{color:#777;cursor:pointer;display:block;font-size:.75rem;margin-top:.625rem}.Tab,.Tab-list{position:relative}.Tab-list{display:inline-block;font-size:1rem;text-decoration:none;width:100%}.Tab-list--recipe .Tab-item{margin:0 3.75rem;padding-bottom:.625rem}@media only screen and (min-width:600px),print{.Tab-list--recipe .Tab-item{margin:0 .41666667rem;padding-bottom:.93750234rem}}.Tab-item{cursor:pointer;display:inline-block;font-weight:700;margin:0 .41666667rem;padding-bottom:.41666667rem}.Tab-item:hover{color:#00aa46}.Tab-item:first-of-type{margin-left:0!important}.Tab-item:last-of-type{margin-right:0!important}.Tab-item.is-active{border-bottom:3px solid #00aa46;color:#00aa46;pointer-events:none}@media only screen and (min-width:1024px),print{.Tab-item.is-active:hover{border-color:#005537;color:#005537}}.Tab-item.is-inactive{pointer-events:none}.Tab-panel{display:none;position:relative}.Tab-panel.is-active{display:block}.Tab-error{background:#ffeaf3;margin-left:-1.25rem;margin-right:-1.25rem}@media only screen and (min-width:1024px),print{.Tab-error{margin-left:-1.875rem;margin-right:-1.875rem;padding-left:.625rem;padding-right:.625rem}}@media only screen and (min-width:1366px){.Tab-error{margin-left:-2.5rem;margin-right:-2.5rem;padding-left:1.25rem;padding-right:1.25rem}}.Tab.Tab--login .Tab-item{margin:0;padding:0 .41666667rem .41666667rem}.Tab.Tab--login .Tab-item.is-active{border:none}.Tab.Tab--login .Tab-indicator{background:#00aa46;bottom:0;height:3px;left:0;position:absolute;transition:all .3s}.Tab.Tab--login .Tab-item{font-size:1.125rem}@media only screen and (min-width:768px),print{.Tab.Tab--login .Tab-item{font-size:1.25rem}}.Tab.Tab--login .Tab-list{display:flex;justify-content:space-between}@media only screen and (min-width:375px),print{.Tab.Tab--login .Tab-list{justify-content:space-around}}.Tab.Tab--bank .Tab-list{display:inline-block;font-size:.75rem;position:relative;text-decoration:none;width:100%}@media only screen and (min-width:375px),print{.Tab.Tab--bank .Tab-list{font-size:1rem}}@media only screen and (min-width:600px),print{.Tab.Tab--bank .Tab-list{font-size:1.125rem}}.Tab.Tab--bank .Tab-list--cardMenu{text-align:center}.Tab.Tab--bank .Tab-item{cursor:pointer;display:inline-block;font-size:.875rem;font-weight:400;margin:0 .41666667rem;padding-bottom:.41666667rem}@media only screen and (min-width:375px),print{.Tab.Tab--bank .Tab-item{font-size:1rem;margin:0 .3125rem;padding:0}}@media only screen and (min-width:600px),print{.Tab.Tab--bank .Tab-item{font-size:1.125rem;margin:0 .41666667rem!important}}.Tab.Tab--bank .Tab-item:hover{color:#00aa46}.Tab.Tab--bank .Tab-item:first-of-type{margin-left:0!important}.Tab.Tab--bank .Tab-item:last-of-type{margin-right:0!important}.Tab.Tab--bank .Tab-item.is-active{border-bottom:3px solid #00aa46;color:#00aa46;pointer-events:none}@media only screen and (min-width:1024px),print{.Tab.Tab--bank .Tab-item.is-active:hover{border-color:#005537;color:#005537}}.Tab.Tab--bank .Tab-item.is-inactive{pointer-events:none}.Tab.Tab--bank .Tab-item--cardMenuItem{font-size:.75rem;margin-bottom:10px}@media only screen and (min-width:375px),print{.Tab.Tab--bank .Tab-item--cardMenuItem{font-size:1rem}}.Tab.Tab--bank .Tab-item--cardMenuItem:first-of-type{margin-left:.41666667rem!important}.Tab.Tab--bank .Tab-item--cardMenuItem:last-of-type{margin-bottom:0;margin-right:0!important}.Tab.Tab--search{background:#fff;background:none;box-shadow:5px 5px 15px rgba(0,0,0,.1);box-shadow:none;margin:0;padding-bottom:.93750234rem;padding-top:.93750234rem;text-align:center}.Tab.Tab--search .Tab-list{border-bottom:1px solid #f5f5f5;padding-left:1.25rem;padding-right:1.25rem}.Tab.Tab--search .Tab-item{padding-bottom:.93750234rem}.Tab.Tab--search.Tab.Tab--search-noShadow{box-shadow:none}.Tab.Tab--search .Tab-item.is-active{border:none}.Tab.Tab--search .Tab-indicator{background:#00aa46;bottom:0;height:3px;left:0;position:absolute;transition:all .3s}@media only screen and (min-width:1024px),print{.Tab.Tab--search{background:none;border:none;padding-bottom:1.25rem;padding-top:1.25rem}}.Tab.Tab--search .Tab-list{border:none}.Tab.Tab--search .Tab-arrow{top:1.25rem}.Tab.Tab--search .Tab-arrow--left{box-shadow:inset 25px 0 25px #f5f5f5}.Tab.Tab--search .Tab-arrow--right{box-shadow:inset -25px 0 25px #f5f5f5}.Tab.Tab--search .Tab-item{margin:0;padding:0 .41666667rem .41666667rem}.Tab.Tab--search .Tab-itemAmount{display:none}@media only screen and (min-width:1024px),print{.Tab.Tab--search .Tab-itemAmount{border:none!important;color:#999;display:inline-block;font-weight:400}}.Tab.Tab--search .Tab-item:hover *{color:#00aa46!important}.Tab.Tab--search .Tab-item.is-active *{border-bottom:3px solid #00aa46;color:#00aa46!important;pointer-events:none}@media only screen and (min-width:1024px),print{.Tab.Tab--search .Tab-item.is-active :hover{border-color:#005537;color:#005537}}.Tab.Tab--search .Tab-item.is-inactive{pointer-events:none}.Tab.Tab--menu{background:#fff;background:none;box-shadow:5px 5px 15px rgba(0,0,0,.1);box-shadow:none;margin:0;text-align:center}.Tab.Tab--menu .Tab-list{border-bottom:1px solid #f5f5f5;padding-left:1.25rem;padding-right:1.25rem}.Tab.Tab--menu .Tab-item{padding-bottom:.93750234rem}.Tab.Tab--menu.Tab.Tab--menu-noShadow{box-shadow:none}.Tab.Tab--menu .Tab-item{margin:0;padding:0 .41666667rem .41666667rem}.Tab.Tab--menu .Tab-item.is-active{border:none}.Tab.Tab--menu .Tab-indicator{background:#00aa46;bottom:0;height:3px;left:0;position:absolute;transition:all .3s}.Tab.Tab--menu .Tab-container{min-height:31px;overflow-x:scroll;overflow-x:-moz-hidden-unscrollable;overflow-y:hidden}.Tab.Tab--menu .Tab-container::-webkit-scrollbar{background:transparent!important;display:none!important;height:0!important;width:0!important}.Tab.Tab--menu .Tab-list{height:100%;white-space:nowrap;width:auto}.Tab.Tab--menu .Tab-arrow{height:31px;position:absolute;top:0;width:30px}.Tab.Tab--menu .Tab-arrow--left{box-shadow:inset 25px 0 25px #fff;left:0}.Tab.Tab--menu .Tab-arrow--right{box-shadow:inset -25px 0 25px #fff;right:0}.Tab.Tab--menu .Tab-list{border:none}.Tab.Tab--menu .Tab-arrow--left{box-shadow:inset 25px 0 25px #f5f5f5}.Tab.Tab--menu .Tab-arrow--right{box-shadow:inset -25px 0 25px #f5f5f5}.Tab.Tab--underline .Tab-item.is-active{border-bottom:3px solid #00aa46}.Tab.Tab--recipe .Tab-header{align-items:center;background:#fff;display:flex;height:50px;justify-content:space-between;padding:0 1.25rem}@media only screen and (min-width:600px),print{.Tab.Tab--recipe .Tab-header{height:60px}}.Tab.Tab--recipe .Tab-header.is-fixed{left:0;position:fixed;top:0;width:100%;z-index:5}.Tab.Tab--recipe .Tab-header.is-recipe{height:30px}.Tab.Tab--recipe .Tab-list{align-self:flex-end;margin:0 auto;width:auto}@media only screen and (min-width:600px),print{.Tab.Tab--recipe .Tab-list{margin:0}}.Tab.Tab--recipe .Tab-item{margin:0 .93750234rem;padding:0 .41666667rem .41666667rem}@media only screen and (min-width:600px),print{.Tab.Tab--recipe .Tab-item{margin:0 .41666667rem;padding-bottom:.93750234rem}}.Tab--large .Tab-item{font-size:1.125rem}@media only screen and (min-width:768px),print{.Tab--large .Tab-item{font-size:1.25rem}}.Tab--block{background:#fff;box-shadow:5px 5px 15px rgba(0,0,0,.1);margin:0}.Tab--block .Tab-list{border-bottom:1px solid #f5f5f5;padding-left:1.25rem;padding-right:1.25rem}.Tab--block .Tab-item{padding-bottom:.93750234rem}.Tab--block.Tab--block-noShadow{box-shadow:none}.Tab--animated .Tab-item{margin:0;padding:0 .41666667rem .41666667rem}.Tab--animated .Tab-item.is-active{border:none}.Tab--animated .Tab-indicator{background:#00aa46;bottom:0;height:3px;left:0;position:absolute;transition:all .3s}.Tab--scrollable .Tab-container{min-height:31px;overflow-x:scroll;overflow-x:-moz-hidden-unscrollable;overflow-y:hidden}.Tab--scrollable .Tab-container::-webkit-scrollbar{background:transparent!important;display:none!important;height:0!important;width:0!important}.Tab--scrollable .Tab-list{height:100%;white-space:nowrap;width:auto}.Tab--scrollable .Tab-arrow{height:31px;position:absolute;top:0;width:30px}.Tab--scrollable .Tab-arrow--left{box-shadow:inset 25px 0 25px #fff;left:0}.Tab--scrollable .Tab-arrow--right{box-shadow:inset -25px 0 25px #fff;right:0}.Tab--baseColor .Tab-item{color:#333;font-weight:400}.Tab--baseColor .Tab-item.is-active{border-bottom:2px solid #333;font-weight:700}@media only screen and (max-width:599px),print{.Tab--recipeModal .Tab-list{display:flex;height:auto;justify-content:space-evenly}}.Testimonial{align-items:center;background:#fff;display:flex;font-size:.875rem;padding:1.25rem 0}@media only screen and (min-width:600px),print{.Testimonial{font-size:1rem}}.Testimonial-image{border-radius:50%;height:100px;margin-right:1.875rem}.Testimonial-quote{margin:0}.Testimonial-quote:before{content:'"';left:-5px;top:0}.Testimonial-quote:after{bottom:0;content:'"';right:0}.Testimonial-author{color:#999;font-size:.875rem;font-style:italic;margin-bottom:0;margin-top:.625rem}.Timetable{background:#fff;list-style-type:none;margin:0;padding:0;position:relative}.Timetable-header{align-items:center;border-bottom:1px solid #ededed;border-right:1px solid #ededed;cursor:pointer;display:flex;flex-direction:column;height:140px;justify-content:center;padding:1.25rem!important}.Timetable-header--noTimeSlots{cursor:default}.Timetable-slot{border-bottom:1px solid #ededed;border-right:1px solid #ededed}.Timetable-slot>*{opacity:.5}.Timetable:hover .Timetable-header{background:#00aa46;color:#fff!important}.Timetable:hover .Timetable-header svg{fill:#fff!important}.Timetable:hover .Timetable-slot>*{opacity:1}.Timetable.Timetable--simple .Timetable-header{cursor:default}.Timetable.Timetable--simple .Timetable-slot{padding:.625rem 1.25rem}.Timetable.Timetable--simple .Timetable-slot>*{opacity:1}.Timetable.Timetable--simple:hover .Timetable-header{background:#fff;color:#333!important}.Timetable.Timetable--simple:hover .Timetable-header svg{fill:#00aa46!important}.Timetable.is-active .Timetable-header{background:#00aa46;color:#fff}.Timetable.is-active .Timetable-slot>*{opacity:1}.TransactionTable{width:100%}.TransactionTable-list{display:none;list-style-type:none;margin:0;padding:0}.TransactionTable-list.is-active{display:block}.TransactionTable-tab{display:flex;position:relative;text-decoration:none;width:100%}.TransactionTable-tabItem{display:inline-block;font-size:1.125rem;font-weight:700;margin:0 .41666667rem;padding-bottom:.41666667rem}@media only screen and (min-width:768px),print{.TransactionTable-tabItem{font-size:1.25rem}}.TransactionTable-tabItem:hover{color:#00aa46}.TransactionTable-tabItem:first-of-type{margin-left:0!important}.TransactionTable-tabItem:last-of-type{margin-right:0!important}.TransactionTable-tabItem.is-active{border-bottom:3px solid #00aa46;color:#00aa46;pointer-events:none}@media only screen and (min-width:1024px),print{.TransactionTable-tabItem.is-active:hover{border-color:#005537;color:#005537}}.TransactionTable-tabItem.is-inactive{pointer-events:none}.TransactionTable-item{border-top:1px solid #ededed;position:relative}@media only screen and (min-width:1024px),print{.TransactionTable-item:hover .TransactionTable-hoverItem{color:#00aa46}}.TransactionTable-itemHeader{padding:1.25rem .93750234rem 0}@media only screen and (min-width:1024px),print{.TransactionTable-itemHeader{padding:1.25rem 0 0}}.TransactionTable-itemAlert{font-size:.75rem;padding:.93750234rem}@media only screen and (min-width:600px),print{.TransactionTable-itemAlert{font-size:.875rem;padding:.93750234rem 1.25rem}}.TransactionTable-itemAlert.TransactionTable-itemAlert--green{background-color:#e0efb8}.TransactionTable-item.is-expanded .TransactionTable-icon{transform:rotate(450deg)}.TransactionTable-showMoreBtn{border-top:1px solid #ededed;color:#0a893d;font-weight:900;padding:1.25rem;text-align:center}.TransactionTable-showMoreBtn-icon{fill:none;stroke:#0a893d;height:14px;margin-left:10px;transform:rotate(270deg);transition:transform .3s;vertical-align:middle;width:14px}.TransactionTable-showMoreBtn.showMore .TransactionTable-showMoreBtn-icon{transform:rotate(450deg)}.TransactionTable-icon{fill:none;stroke:#333;height:14px;margin-top:5px;position:absolute;right:.93750234rem;top:0;transform:rotate(270deg);transition:transform .3s;vertical-align:middle;width:14px}@media only screen and (min-width:1024px),print{.TransactionTable-icon{right:0}}.TransactionTable-subItemPanel{margin-bottom:1.25rem}.TransactionTable-header{display:flex;justify-content:flex-end;padding:.93750234rem 0 1.25rem .93750234rem;text-align:center}@media only screen and (min-width:600px),print{.TransactionTable-header{flex-direction:row;text-align:left}}@media only screen and (min-width:1024px),print{.TransactionTable-header{padding:0 0 .93750234rem}}@media only screen and (min-width:600px),print{.TransactionTable-headerForm{display:inline-block;float:right}}.TransactionTable-headerFormLabel{display:inline-block;text-align:left}.TransactionTable-headerFormLabel:first-of-type{margin-bottom:.625rem}@media only screen and (min-width:375px),print{.TransactionTable-headerFormLabel:first-of-type{margin-right:.625rem}}.TransactionTable-headerDropdown{margin-bottom:.93750234rem;width:100%}@media only screen and (min-width:600px),print{.TransactionTable-headerDropdown{margin-bottom:1.875rem;width:auto}}.TransactionTable-footer{border-top:1px solid #ededed;padding:1.25rem .93750234rem}@media only screen and (min-width:1024px),print{.TransactionTable-footer{padding:1.25rem 0}}.TransactionTable-footerList{font-weight:700}@media only screen and (min-width:600px),print{.TransactionTable-footerList{float:right;text-align:right}}.TransactionTable-footerListItem{margin-bottom:.93750234rem}.TransactionTable-footerListItem:last-of-type{margin:0}@media only screen and (min-width:600px),print{.TransactionTable-footerListItem{margin:0}}.TransactionTable-footerListItem.TransactionTable-footerListItem--large{font-size:1rem}@media only screen and (min-width:600px),print{.TransactionTable-footerListItem.TransactionTable-footerListItem--large{font-size:1.25rem}}.TransactionTable-subItem{cursor:pointer;position:relative}.TransactionTable-subItem:hover .TransactionTable-subItemHeader{color:#00aa46}.TransactionTable-subItem:hover .TransactionTable-subItemHeader>span{color:#00aa46!important}.TransactionTable-subItem:hover .TransactionTable-itemArrow{fill:none;stroke:#00aa46}.TransactionTable-subItem:hover .TransactionTable-icon{stroke:#00aa46}.TransactionTable-subItem:last-of-type .TransactionTable-subItemBody{margin:0!important}.TransactionTable-subItemHeader{font-size:.875rem;font-weight:700;padding:0 2.5rem 1.25rem .93750234rem}@media only screen and (min-width:600px),print{.TransactionTable-subItemHeader{font-size:1rem}}@media only screen and (min-width:1024px),print{.TransactionTable-subItemHeader{padding:0 1.875rem 1.25rem 0}}.TransactionTable-subItemHeader span{display:block}@media only screen and (min-width:600px),print{.TransactionTable-subItemHeader span{display:inline-block}.TransactionTable-subItemHeader span:nth-of-type(odd){float:left}.TransactionTable-subItemHeader span:nth-of-type(2n){float:right}}.TransactionTable-subItemPanel{cursor:default;display:none;font-size:.75rem;padding:0 1.25rem 1.25rem}@media only screen and (min-width:600px),print{.TransactionTable-subItemPanel{font-size:.875rem;padding:0}}.TransactionTable-subItemBody{background-color:#f5f5f5;padding:.93750234rem}@media only screen and (min-width:600px),print{.TransactionTable-subItemBody{margin-bottom:1.25rem;padding:.93750234rem 1.25rem}}.TransactionTable-subItem.is-expanded .TransactionTable-icon{transform:rotate(450deg)}.TransactionTable--bank{margin:0 auto 50px;max-width:1030px}.Cart{background:#fff;display:flex;flex-direction:column;width:100%}.Cart-header{align-items:center;display:flex;flex-shrink:0;padding:.93750234rem;position:relative}@media only screen and (min-width:600px),print{.Cart-header{padding:1.25rem}}.Cart-headerIcon{fill:none;stroke:#fff;cursor:pointer;height:36px;padding:.625rem 0;width:16px;z-index:9}.Cart-headerIcon svg{height:100%;width:100%}.Cart-headerIcon:last-of-type{margin-left:auto}.Cart-overlay{background:#fff;height:100%;left:0;opacity:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:1}.Cart-loader{display:none!important}.Cart-icon{border:1px solid #ededed;border-radius:50%;cursor:pointer;display:inline-block;flex-shrink:0;height:30px;margin-left:.625rem;position:relative;vertical-align:middle;width:30px}@media only screen and (min-width:600px),print{.Cart-icon{margin-left:1.25rem}}.Cart-icon:hover .Cart-tooltip{opacity:1;visibility:visible}.Cart-icon--noMargin{margin:0}.Cart-icon svg{fill:none;stroke:#aaa;height:13px;left:0;margin:0 auto;position:absolute;right:0;top:50%;transform:translateY(-50%);vertical-align:middle;width:13px}.Cart-icon .svg-close{height:12px!important;width:12px!important}@media only screen and (min-width:768px),print{.Cart-icon .svg-close{height:13px!important;width:13px!important}}@media only screen and (min-width:1024px),print{.Cart-icon .svg-close{height:13px!important;width:13px!important}}.Cart-icon.Cart-icon--large{height:40px;width:40px}@media only screen and (min-width:1024px),print{.Cart-icon.Cart-icon--large:not(.Cart-icon--alwaysLarge){height:30px;width:30px}.Cart-icon.Cart-icon--large:not(.Cart-icon--alwaysLarge) svg{height:13px;width:13px}}.Cart-icon.Cart-icon--large svg{height:18px;width:18px}.Cart-icon--green svg{stroke:#00aa46}.Cart-icon--green:hover{background:#00aa46;border-color:#00aa46}.Cart-icon--green:hover svg{stroke:#fff}.Cart-icon--greenStore svg{stroke:#00aa46;border:#00aa46}.Cart-icon--greenStore .svg-arrow-up{fill:#333;height:12px!important;width:12px!important}@media only screen and (min-width:768px),print{.Cart-icon--greenStore .svg-arrow-up{height:13px!important;width:13px!important}}@media only screen and (min-width:1024px),print{.Cart-icon--greenStore .svg-arrow-up{height:13px!important;width:13px!important}}.Cart-icon--greenHover:hover{border-color:#00aa46}.Cart-icon--greenHover:hover svg{color:#00aa46}.Cart-group{border-top:1px solid #ededed;position:relative}.Cart-groupHeader{align-items:center;border-bottom:1px solid #ededed;display:flex;height:53px;justify-content:space-between;padding:0 1.25rem}.Cart-groupHeader--small{height:44px}.Cart-groupHeading{align-items:center;color:#777;display:flex;font-size:.625rem;font-weight:700;letter-spacing:1px;margin:0 1.25rem 0 0;text-transform:uppercase}.Cart-group .Cart-item:last-of-type{border:none}.Cart-item{border-bottom:1px solid #ededed;display:flex;flex-direction:column;padding:1.25rem}.Cart-itemSplash{position:absolute;right:0;top:36px}.Cart-itemContainer{align-items:center;display:flex;flex-grow:1;flex-wrap:nowrap;width:100%}.Cart-itemContainerWrapped{flex-wrap:wrap}.Cart-itemContainerWrapped .Cart-itemRowPrimary{align-items:flex-start}.Cart-itemRow{align-items:center;display:flex;width:100%}.Cart-itemWrapper{display:flex;flex-direction:column;row-gap:6px;width:100%}.Cart-itemWrapperProduct{display:flex;flex-direction:row}.Cart-itemWrapperDetail{display:flex;flex-grow:1;overflow:hidden}.Cart-itemWrapperImage{flex-shrink:0;padding-right:.93750234rem;position:relative}.Cart-itemWrapperPrice{height:min-content}@media only screen and (max-width:599px),print{.Cart-itemWrapperPrice{display:flex;justify-content:flex-end}}.Cart-itemWrapperActions{align-items:center;display:flex;flex-grow:1;flex-wrap:wrap;gap:.93750234rem;justify-content:flex-end}@media only screen and (max-width:599px),print{.Cart-itemWrapperActions{width:100%}.Cart-itemWrapperActions>*{min-width:0}}.Cart-itemWrapperActions .AddToCart{flex-basis:120px;flex-shrink:0;width:inherit}.Cart-itemPrice{font-size:1rem;margin-left:auto;text-align:right}.Cart-itemCell{display:flex;flex-direction:column;flex-shrink:0;justify-content:center;padding-right:.93750234rem}.Cart-itemCell--actions{align-items:flex-end;flex-direction:row;padding:0}@media only screen and (min-width:600px),print{.Cart-itemCell--actions{align-items:center;margin-left:auto;padding-right:1.25rem}}.Cart-itemCell--cropped{flex-direction:row;flex-shrink:1;justify-content:space-between;overflow:hidden}@media only screen and (min-width:600px),print{.Cart-itemCell--cropped{flex-direction:column;justify-content:center}}.Cart-itemSummary{display:flex;flex-direction:column;justify-content:flex-start;min-width:70px;padding:0;text-align:right}@media only screen and (min-width:600px),print{.Cart-itemSummary{justify-content:center}}.Cart-itemImage{height:50px;vertical-align:middle;width:50px}.Cart-itemHeading{font-weight:700;margin:0 .93750234rem 0 0;overflow:hidden;text-overflow:ellipsis;transition:color .15s ease}@media only screen and (min-width:600px),print{.Cart-itemHeading{margin:0;white-space:nowrap}}.Cart-itemHeading--link:hover{color:#00aa46}.Cart-itemSubtitle{color:#333;font-size:.75rem;margin:0 0 .625rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media only screen and (min-width:600px),print{.Cart-itemSubtitle{margin:.3125rem 0 0}.Cart-itemSubtitleWrapped{margin:0 0 .625rem}}.Cart-itemPromotion{font-size:.75rem;margin-left:auto;text-align:right}.Cart-itemRecycleFee{color:#333;font-size:.6875rem;margin-left:auto;text-align:right}.Cart-itemConfirm{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center}.Cart-itemConfirmHeading{margin-right:20px;text-align:center}@media only screen and (max-width:767px),print{.Cart-itemConfirmHeading{margin-right:0;width:100%}}.Cart-itemConfirmButtonContainer{display:flex;justify-content:center}.Cart-summary{list-style-type:none;margin:0;padding:0}.Cart-summaryItem{display:inline-block}.Cart-summaryItem:nth-of-type(2n){float:right}.Cart-summaryItem:nth-of-type(odd){float:left}.Cart-footer{color:#333;position:relative}.Cart-footerOverlay{background:#f5f5f5;height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .3s,visibility .3s;visibility:hidden;width:100%;z-index:1}.Cart--mini{height:100%;overflow:hidden}.Cart--miniAbsolute{left:0;position:absolute;top:0}@media only screen and (min-width:600px),print{.Cart--mini{width:540px}}.Cart--mini .Cart-header{background:#fff;color:#333;height:50px}.Cart--mini .Cart-headerIcon{stroke:#777}@media only screen and (min-width:768px),print{.Cart--mini .Cart-header{height:60px}}.Cart--mini .Cart-headerLink{font-size:.875rem;margin-right:1.25rem;position:relative}.Cart--mini .Cart-headerLink:last-of-type{margin-right:0}.Cart--mini .Cart-headerEditOrder svg{color:#000}.Cart--mini .Cart-headerInfo{border-bottom:1px solid #ededed;flex-direction:column;font-size:1rem;height:auto;justify-content:space-around;min-height:50px;padding:1.25rem}.Cart--mini .Cart-headerInfo .Cart-title{color:#333;font-size:1.25rem;font-weight:700}.Cart--mini .Cart-headerInfo--slim{max-height:50px;opacity:1}.Cart--mini .Cart-headerInfo--boxShadow{box-shadow:5px 5px 30px 0 rgba(0,0,0,.15)}.Cart--mini .Cart-container{-webkit-overflow-scrolling:touch;margin-bottom:auto;overflow-x:hidden;overflow-y:auto}.Cart--mini .Cart-body{height:100%;position:relative}.Cart--mini .Cart-body--buttonsContainer{display:flex;justify-content:space-around;padding:1.25rem 0}.Cart--mini .Cart-body--emptyContainer{align-items:center;display:flex;flex-direction:column;justify-content:center}.Cart--mini .Cart-body .Cart-empty svg{height:300px;padding:1.25rem .93750234rem 0 1.875rem;width:300px}.Cart--mini .Cart-item{padding:.93750234rem}@media only screen and (min-width:600px),print{.Cart--mini .Cart-item{padding:1.25rem}}.Cart--mini .Cart-itemSummary{justify-content:flex-end}@media only screen and (min-width:600px),print{.Cart--mini .Cart-itemSummary{justify-content:center}}.Cart--mini .Cart-footer{border-top:1px solid #ededed;transition:box-shadow .3s}.Cart--mini .Cart-footer--boxShadow{box-shadow:5px 5px 30px 0 rgba(0,0,0,.15)}.Cart--mini .Cart-summary{margin:0 0 .93750234rem}.Cart--mini .Cart-bodyImage{align-self:flex-start;width:100%}.Cart--mini .Cart-bodyImage img{height:auto;width:260px}@media only screen and (min-width:768px),print{.Cart--mini .Cart-bodyImage img{width:300px}}.Cart--mini .Cart-bodyImage svg{fill:#fff}@media only screen and (min-width:320px),print{.Cart--mini .Cart-bodyImage{margin-top:.93750234rem}}@media only screen and (min-width:375px),print{.Cart--mini .Cart-bodyImage{margin-top:1.875rem}}@media only screen and (min-width:600px),print{.Cart--mini .Cart-bodyImage{margin-top:2.5rem}}.Checkout{outline:none;padding-bottom:4rem}@media only screen and (min-width:768px),print{.Checkout{padding-bottom:5rem}}.StickyBottom--checkout{bottom:4rem!important}@media only screen and (min-width:768px),print{.StickyBottom--checkout{bottom:5rem!important}}.Delivery{background-color:#fff}@media only screen and (min-width:600px),print{.Delivery{border-radius:.5rem}}.Delivery-notification{align-items:center;background:#ff6565;border-radius:1rem;color:#fff;display:flex;font-size:.75rem;height:1rem;justify-content:center;min-height:1rem;min-width:1rem;position:absolute;right:0;top:-.25rem;width:1rem}.Delivery-tabContainer{background:#f5f5f5;background:linear-gradient(180deg,#f5f5f5 0,#f5f5f5 50%,#fff 0,#fff);display:flex}@media only screen and (min-width:600px),print{.Delivery-tabContainer{background:#ededed;background:linear-gradient(180deg,#ededed 0,#ededed 50%,#fff 0,#fff);border-radius:.5rem .5rem 0 0}}.Delivery-tab{align-items:center;background:#f5f5f5;cursor:pointer;display:flex;flex-grow:1;padding:1.25rem}.Delivery-tab:first-child{border-radius:0 .5rem .5rem 0}.Delivery-tab:last-child{border-radius:.5rem 0 0 .5rem}@media only screen and (min-width:600px),print{.Delivery-tab{background:#ededed;border-radius:.5rem .5rem 0 0}.Delivery-tab:first-child{border-radius:.5rem .5rem .5rem 0}.Delivery-tab:last-child{border-radius:.5rem .5rem 0 .5rem}}.Delivery-tabMenuIconBackground{align-items:center;background:transparent;border:1px solid #d7d7d7;border-radius:50%;display:flex;height:2.5rem;justify-content:center;min-height:2.5rem;min-width:2.5rem;padding:.5rem;position:relative;width:2.5rem}@media only screen and (min-width:600px),print{.Delivery-tabMenuIconBackground{height:3.125rem;min-height:3.125rem;min-width:3.125rem;width:3.125rem}}.Delivery .Delivery-tabMenuIcon{width:1.375rem}@media only screen and (min-width:600px),print{.Delivery .Delivery-tabMenuIcon{width:2rem}}.Delivery-tabHeading{color:#999;font-size:.875rem;font-weight:400;margin-bottom:0;margin-left:.625rem}@media only screen and (min-width:480px),print{.Delivery-tabHeading{font-size:1rem}}@media only screen and (min-width:600px),print{.Delivery-tabHeading{font-size:1.25rem;margin-left:1.25rem}}.Delivery .Delivery-tab--active{background-color:#fff;cursor:auto}.Delivery .Delivery-tab--active .Delivery-tabMenuIconBackground{background:#f5f5f5;border:1px solid #f5f5f5}.Delivery .Delivery-tab--active .Delivery-tabMenuIcon{border:1px solid transparent;border-radius:0}.Delivery .Delivery-tab--active .Delivery-tabHeading{color:#333;font-weight:700}.FilterView-listItem{cursor:pointer;display:flex;flex-direction:row;width:100%}.FilterView-listItem.is-disabled{color:#999;cursor:default;pointer-events:none}.FilterView-listItemText{align-items:flex-start;display:flex;flex-direction:column;flex-grow:1;overflow:hidden;padding-right:1.25rem}.FilterView-listItemText .FilterView-listItemTitle{font-size:1.125rem;margin-bottom:0}.FilterView-listItemText .FilterView-listItemFilters{color:#999;font-size:.875rem;margin-top:.25rem}.FilterView-listItemIconContainer{align-items:center;display:flex;justify-content:center}.FilterView-listItemIconContainer .FilterView-listItemIcon{stroke:#999;fill:none;color:#777;height:20px;width:20px}.FilterView-listItem:hover .FilterView-listItemTitle{color:#00aa46}.FilterView-filterContainer{display:flex;flex-direction:row;flex-wrap:wrap;gap:8px}.FilterView-filterToggler{align-items:center;background:#fff;border-radius:20px;color:#333;cursor:pointer;display:flex;flex-direction:row;font-size:.875rem;margin-right:.93750234rem;padding:.625rem .93750234rem;position:relative}.FilterView-filterTogglerIcon{fill:none;stroke:#333;height:16px;margin-right:10px;min-height:16px;min-width:16px;width:16px}.FilterView-filterTogglerCounter{background:#005537;border-radius:20px;color:#fff;font-size:12px;line-height:16px;min-height:20px;min-width:20px;padding:2px 6px;position:absolute;right:-6px;text-align:center;top:-6px}.Footer{background-color:#fff;border-top:1px solid #f5f5f5;padding-bottom:2.5rem;padding-top:1.25rem}@media only screen and (min-width:600px),print{.Footer{padding-top:2.5rem}}@media only screen and (min-width:1024px),print{.Footer{padding-bottom:3.75rem;padding-top:3.75rem}}.Footer-primary{margin-bottom:1.25rem}@media only screen and (min-width:600px),print{.Footer-primary{border-bottom:1px solid #f5f5f5;padding-bottom:1.25rem}}@media only screen and (max-width:599px),print{.Footer--desktop{display:none}}.Footer-tabContent{max-height:0;overflow:hidden;transition:all .35s}@media only screen and (min-width:600px),print{.Footer--mobile{display:none}}.Footer--mobile .Footer-list{display:block}.Footer--mobile input{opacity:0;position:absolute;z-index:-1}.Footer--mobile .Footer-headingArrow{transition:all .35s}.Footer--mobile input:checked+.Footer-heading .Footer-headingArrow{transform:rotate(450deg)}.Footer--mobile input:checked~.Footer-tabContent{max-height:100vh}.Footer-column{border-bottom:1px solid #f5f5f5;width:100%}@media only screen and (min-width:600px),print{.Footer-column{border:none}}.Footer-column.is-expanded .Footer-headingArrow{transform:rotate(450deg)}.Footer-heading{cursor:pointer;display:flex;font-size:1rem;justify-content:space-between;margin-bottom:.625rem;margin-top:0}.Footer-heading a{color:#333;transition:color .15s ease-in-out}.Footer-heading a:hover{color:#0a893d}@media only screen and (min-width:600px),print{.Footer-heading{cursor:default;line-height:1.2;margin-bottom:1.25rem}}.Footer-heading--bold{font-weight:700}.Footer-headingArrow{fill:none;stroke:#333;margin-top:.41666667rem;max-height:14px;max-width:14px;transform:rotate(270deg);transition:transform .3s}@media only screen and (min-width:600px),print{.Footer-headingArrow{display:none}}.Footer-list{display:none;list-style:none;margin:0 0 0 .93750234rem;padding:0}@media only screen and (min-width:600px),print{.Footer-list{display:block!important;margin-left:0}}.Footer-item{line-height:1;margin-bottom:1.25rem;text-overflow:ellipsis}.Footer-item a{color:#333;font-size:.875rem;text-decoration:none;transition:color .15s ease-in-out}.Footer-item a:hover{color:#0a893d}.Footer-logo{margin-bottom:1em;text-align:center}@media only screen and (min-width:768px),print{.Footer-logo{display:inline;margin:0;text-align:left}}.Footer-logoImage{fill:#00aa46;max-height:26px;vertical-align:middle;width:90px}@media only screen and (min-width:768px),print{.Footer-logoImage{margin-right:.93750234rem}}.Footer-logo a{text-decoration:none}.Footer-contact{color:#333;font-size:.75rem;margin:0;text-align:center}@media only screen and (min-width:768px),print{.Footer-contact{display:inline;text-align:left;vertical-align:middle}}.Footer-contact span:after{content:" • ";margin:0 .5em}.Footer-contact span:last-child:after{content:"";margin:0}.Footer-contactLink{color:#0a893d;text-decoration:none;transition:color .15s ease-in-out}.Footer-contactLink:focus,.Footer-contactLink:hover{color:#005537}.Footer-social{color:#333;display:flex;gap:12px;justify-content:center;margin:0;padding:0}@media only screen and (min-width:768px),print{.Footer-social{justify-content:flex-end}}.Footer-socialItem a{color:#333;display:block;padding:8px;transition:color .15s ease-in-out}.Footer-socialItem a:hover{color:#0a893d}.Footer-socialItem a .Footer-socialIcon{fill:currentColor}.Footer-socialIcon{display:block;max-height:1em;width:1em}.FooterNav{align-items:center;background:#fff;border-top:1px solid #ededed;bottom:0;display:flex;flex-shrink:0;height:4rem;left:0;right:0;transition:box-shadow .4s ease-in-out,border-top .4s ease-in-out;z-index:12}.FooterNav--boxShadow{border-top-color:transparent;box-shadow:0 -.625rem .625rem -.625rem rgba(0,0,0,.1)}@media only screen and (min-width:768px),print{.FooterNav{height:5rem}}.FooterNav.is-fixed{left:0;position:fixed;right:0;width:auto}.FooterNav-nav{align-items:center;display:flex;outline:none}.FooterNav-stepCurrent{display:block;flex-grow:1;font-weight:600;margin:0}.FooterNav-stepCurrentCounter{color:#999;font-size:.75rem;letter-spacing:1px}@media only screen and (min-width:768px),print{.FooterNav-stepCurrent{display:none}}.FooterNav-stepList{border-left:1px solid #ededed;display:none;flex-grow:1;list-style:none;margin:0;padding:0}@media only screen and (min-width:768px),print{.FooterNav-stepList{display:flex}}.FooterNav-stepListLink{align-items:center;border-bottom:2px solid transparent;border-right:1px solid #ededed;border-top:2px solid transparent;display:flex;height:calc(5rem - 1px);padding:0 1.25rem;transition:all .15s ease}.FooterNav-stepListLink.is-active{cursor:default}@media only screen and (min-width:1024px),print{.FooterNav-stepListLink{padding:0 2rem}}.FooterNav-stepListLink .FooterNav-stepListCountNumber{display:none}.FooterNav-stepListLink .FooterNav-stepListCountIcon{display:block}.FooterNav-stepListLink .FooterNav-stepListCountIcon svg{stroke:#999;fill:none;height:10px;width:12px}@media only screen and (min-width:768px),print{.FooterNav-stepListLink:not(.is-active):focus,.FooterNav-stepListLink:not(.is-active):hover{color:#00aa46;transition:all .15s ease}.FooterNav-stepListLink:not(.is-active):focus .FooterNav-stepListCount,.FooterNav-stepListLink:not(.is-active):hover .FooterNav-stepListCount{border-color:#00aa46;transition:border-color .15s ease}.FooterNav-stepListLink:not(.is-active):focus .FooterNav-stepListCountNumber,.FooterNav-stepListLink:not(.is-active):hover .FooterNav-stepListCountNumber{display:block}.FooterNav-stepListLink:not(.is-active):focus .FooterNav-stepListCountIcon,.FooterNav-stepListLink:not(.is-active):hover .FooterNav-stepListCountIcon{display:none}}.FooterNav-stepListLink .FooterNav-stepListCount{border:1px solid #ddd;border-radius:50%;display:block;height:1.75em;margin-right:.5em;padding-top:.2em;text-align:center;transition:border .15s ease;width:1.75em}.FooterNav-stepListLink.is-active{border-bottom-color:#333}.FooterNav-stepListLink.is-active .FooterNav-stepListCount{background-color:#333;border-color:#333;color:#fff}.FooterNav-stepListLink.is-passed .FooterNav-stepCount{background-color:#d3d3d3;overflow:hidden;text-indent:2em}.OrderReclamation-header{border-bottom:1px solid #ededed;left:0;position:fixed;right:0;top:0;transition:border-bottom-color .2s;z-index:20}.OrderReclamation-headerNavItem{color:#fff;cursor:pointer;height:100%;line-height:0;transition:color .2s ease}.OrderReclamation-headerNavItem:first-of-type{margin-left:-.93750234rem}.OrderReclamation-headerNavItem:last-of-type{margin-right:-.93750234rem}.OrderReclamation-headerNavItem .Icon{transition:stroke .2s ease}.OrderReclamation-headerNavItem:focus{color:#00aa46;outline:1px dashed #fff;outline-offset:-1px}.OrderReclamation-content{max-width:850px}@media only screen and (min-width:768px),print{.OrderReclamation-content{border:1px solid #ededed;border-radius:.5rem}}.OrderReclamation-sectionHeading,.OrderReclamation-sectionTable thead{border-bottom:1px solid #ededed;border-top:1px solid #ededed}@media only screen and (min-width:768px),print{.OrderReclamation-sectionHeading{border-bottom:none;border-top:none}}.OrderReclamation-sectionTableContainer{max-height:0;overflow:hidden;transition:max-height .3s ease-in-out}.OrderReclamation-sectionTable thead{display:table-header-group;text-align:left}.OrderReclamation-sectionTable tbody td,.OrderReclamation-sectionTable thead th{padding:.93750234rem .625rem}@media only screen and (min-width:480px),print{.OrderReclamation-sectionTable tbody td,.OrderReclamation-sectionTable thead th{padding:1.25rem .625rem}}.OrderReclamation-sectionTable tbody tr:first-child td{padding:1.25rem 1.25rem 0}.OrderReclamation-sectionTable tbody tr td:first-child,.OrderReclamation-sectionTable thead tr th:first-child{padding-left:1.25rem;width:99%}.OrderReclamation-sectionTable tbody tr td:last-child,.OrderReclamation-sectionTable thead tr th:last-child{padding-right:1.25rem}.OrderReclamation-sectionTable tbody tr td:not(:first-child),.OrderReclamation-sectionTable thead tr th:not(:first-child){text-align:right}.OrderReclamation-sectionTable tbody:not(:last-child) tr:last-child{border-bottom:1px solid #ededed}.OrderReclamation-sectionList{list-style:none;margin:0;padding:0}.OrderReclamation-sectionList:first-of-type{border-top:1px solid #ededed}.OrderReclamation-sectionList:last-of-type{border-bottom:1px solid #ededed}@media only screen and (min-width:768px),print{.OrderReclamation-sectionList:first-of-type,.OrderReclamation-sectionList:last-of-type{border:none}}.OrderReclamation-sectionHeading~.OrderReclamation-sectionList:first-of-type{border-top:none}.OrderReclamation-sectionListItem{align-items:center;display:flex;flex-direction:column}.OrderReclamation-sectionListItem:not(:last-of-type) .OrderReclamation-product{border-bottom:1px solid #ededed}.OrderReclamation-product{background-color:#fff;transition:background-color 1s}@media only screen and (min-width:768px),print{.OrderReclamation-product{border:1px solid #ededed;border-radius:.5rem;margin-bottom:1.25rem}li:last-of-type>.OrderReclamation-product{margin-bottom:0}}.OrderReclamation-sectionListItem:not(:last-of-type) button.OrderReclamation-product:focus,button.OrderReclamation-product:focus{border-color:#005537}.OrderReclamation-sectionListItem:not(:last-of-type) button.OrderReclamation-product:focus .OrderReclamation-productArrowIcon,button.OrderReclamation-product:focus .OrderReclamation-productArrowIcon{stroke:#005537}.OrderReclamation-product--flash{background-color:#ff6565;transition:background-color 0s}.OrderReclamation-product--editing{box-shadow:0 5px 20px 0 rgba(0,0,0,.1);z-index:1}.OrderReclamation-productImage{margin:0 .625rem}@media only screen and (min-width:600px),print{.OrderReclamation-productImage{margin:0 .93750234rem}}@media only screen and (min-width:768px),print{.OrderReclamation-productImage{margin:0 1.25rem}}.OrderReclamation-productImage>img,img.OrderReclamation-productImage{height:40px;min-height:40px;min-width:40px;width:40px}.OrderReclamation-productPrice{font-size:1.125rem;font-weight:700}@media only screen and (min-width:768px),print{.OrderReclamation-productPrice{font-size:1rem;min-width:80px}}.OrderReclamation-productArrowIcon{stroke:#333;fill:none;height:.93750234rem;transform:rotate(90deg);transition:transform .3s ease;width:1.25rem}.OrderReclamation-badge{background:#333;border-radius:15px;bottom:5rem;color:#fff;font-size:12px;margin-right:1.25rem;padding:3px 10px;position:absolute}@media only screen and (min-width:768px),print{.OrderReclamation-badge{bottom:6rem;margin-right:1.25rem}}@media only screen and (min-width:1024px),print{.OrderReclamation-badge{bottom:6rem;margin-right:2.5rem}}.OrderReclamation-fileInput{height:50px;position:relative;width:100%}.OrderReclamation-fileInput label{cursor:pointer;position:absolute}.OrderReclamation-fileInput input{opacity:0;pointer-events:none}.OrderReclamation-fileInput button{position:absolute;right:.625rem;top:.625rem}.OrderReclamation-fileInput--disabled{cursor:not-allowed}.OrderReclamation-fileInput--disabled span{color:#707070}.OrderReclamation-fileInput--disabled button,.OrderReclamation-fileInput--disabled input,.OrderReclamation-fileInput--disabled label{pointer-events:none}.OrderReclamation-fileInputFileName{padding-right:6.25rem}.OrderReclamation-summary{border-bottom:1px solid #ededed;border-top:1px solid #ededed}@media only screen and (min-width:768px),print{.OrderReclamation-summary{border:1px solid #ededed;border-radius:8px}}.OrderReclamation-summaryReturnIcon{height:14px;margin-right:.625rem;vertical-align:middle;width:14px}.OrderReclamation-summary--open .OrderReclamation-productArrowIcon{transform:rotate(-90deg)}.OrderReclamation-summaryButton:focus .OrderReclamation-productArrowIcon{stroke:#005537}.OrderReclamationModal{background:#fff;bottom:0;left:0;margin:0;position:fixed;right:0;top:0}@media only screen and (min-width:768px),print{.OrderReclamationModal{background:#f5f5f5}}.RecipeSidebarNav{font-size:.875rem;list-style-type:none;margin:0;padding:0}.RecipeSidebarNav .RecipeSidebarNav-arrow{fill:none;stroke:#333;display:block;height:14px;margin-left:auto;transform:rotate(90deg);transition:transform .3s;width:14px}.RecipeSidebarNav .RecipeSidebarNav-arrow svg{height:100%;width:100%}.RecipeSidebarNav .RecipeSidebarNav-arrow.is-expanded{transform:rotate(270deg)}.RecipeSidebarNav .RecipeSidebarNav-checkboxLink{display:flex}.RecipeSidebarNav .RecipeSidebarNav-checkboxLink .RecipeSidebarNav-checkboxLinkText{display:block;max-width:13ch;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.RecipeSidebarNav .RecipeSidebarNav-checkboxLink:before{background-position:50% 50%;background-repeat:no-repeat;border:1px solid #999;border-radius:2px;content:"";display:inline-block;height:16px;margin-right:10px;width:16px}.RecipeSidebarNav .RecipeSidebarNav-checkboxLink.is-checked{color:#00aa46}.RecipeSidebarNav .RecipeSidebarNav-checkboxLink.is-checked:before{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNOSAxIDQuMzMzIDcuMzMzIDEgNC42NjciIHN0cm9rZT0iIzBBODkzRCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+);border:1px solid #00aa46}.RecipeSidebarNav .RecipeSidebarNav-category1{background:#fff;margin-bottom:10px}.RecipeSidebarNav .RecipeSidebarNav-category1 .RecipeSidebarNav-category1Button{align-items:center;border-bottom:1px solid #ededed;display:flex;padding:15px;width:100%}.RecipeSidebarNav .RecipeSidebarNav-category1 .RecipeSidebarNav-category1Title{font-weight:700}.RecipeSidebarNav .RecipeSidebarNav-category1 .RecipeSidebarNav-category1Amount{margin-left:5px}.RecipeSidebarNav .RecipeSidebarNav-category1 .RecipeSidebarNav-category1SeeMoreFooter{align-items:center;border-top:1px solid #ededed;display:flex;padding-bottom:20px;padding-top:15px;text-align:left;width:100%}.RecipeSidebarNav .RecipeSidebarNav-category1 .RecipeSidebarNav-category1ListOfChildren{list-style-type:none;margin:0;padding:20px 0 0;transition:.3s}.RecipeSidebarNav .RecipeSidebarNav-category2 .RecipeSidebarNav-category2Header{align-items:center;display:flex;padding:0 15px 20px;position:relative;width:100%}.RecipeSidebarNav .RecipeSidebarNav-category2 .RecipeSidebarNav-category2Button{background:#fff;padding:10px 15px 10px 10px;position:absolute;right:0}.RecipeSidebarNav .RecipeSidebarNav-category2 .RecipeSidebarNav-category2Amount{color:#999;margin-left:5px}.RecipeSidebarNav .RecipeSidebarNav-category2 .RecipeSidebarNav-category2ListOfChildren{list-style-type:none;margin:0 0 0 25px;padding:0 0 10px}.RecipeSidebarNav .RecipeSidebarNav-category3{padding-bottom:20px}.RecipeSidebarNav--flyin{width:100%}.RecipeSidebarNav--flyin .RecipeSidebarNav-checkboxLink .RecipeSidebarNav-checkboxLinkText{max-width:none}.RecipeSidebarNav--flyin .RecipeSidebarNav-category1{border-radius:10px}.RecipeSidebarNav--flyin .RecipeSidebarNav-category1 .RecipeSidebarNav-category1Button{border-bottom:none}.RecipeSidebarNav--flyin .RecipeSidebarNav-category1PreListDiv{border-bottom:1px solid #ededed;margin-left:15px}.RecipeSidebarNav--skeleton{border:1px solid #ededed;height:100%}.Subnav{background:#fff;border-bottom:1px solid #ededed;font-size:.875rem;height:50px;margin-top:0;overflow:hidden;position:relative;text-align:center;white-space:nowrap;width:100%}.Subnav-container{-webkit-overflow-scrolling:touch;margin:0 auto;max-width:85rem;overflow:auto;overflow-y:hidden;padding:0 1.25rem;position:relative}@media only screen and (min-width:1024px),print{.Subnav-container{padding:0 2.5rem}}.Subnav-list{display:inline;list-style:none;margin:0;padding:0}.Subnav-item{display:inline-block;height:50px;line-height:52px;margin:0 1em;padding:0}.Subnav-item:first-child{margin-left:0}.Subnav-item:last-child{margin-right:0}.Subnav-item a{color:#999;text-decoration:none}.Subnav-item a:focus,.Subnav-item a:hover{color:#00aa46}@media only screen and (min-width:1024px),print{.Subnav-item--offset{position:absolute;right:40px}}.Subnav-heading{display:none}@media only screen and (min-width:600px),print{.Subnav-heading{display:inline-block}}.Subnav-selected{border-bottom:3px solid #00aa46}.Subnav-selected a{color:#00aa46}.Subnav-left,.Subnav-right{border:none;display:none;height:50px;overflow:hidden;padding:0;position:absolute;top:0;width:2.5rem}@media only screen and (min-width:768px),print{.Subnav-left,.Subnav-right{width:3.75rem}}.Subnav-leftIcon,.Subnav-rightIcon{fill:none;stroke:#999;color:#333;height:13px;max-width:15px;vertical-align:middle}.Subnav-left{background:linear-gradient(270deg,hsla(0,0%,100%,.5),#fff 50%);left:0}.Subnav-right{background:linear-gradient(90deg,hsla(0,0%,100%,.5),#fff 50%);right:0}.SubscriptionWidget{background:#e8f2d7;border-radius:8px;left:0;min-height:80px;position:relative}.SubscriptionWidget--disabled{opacity:.5}.SubscriptionWidget--disabled .SubscriptionWidget-toggler{cursor:auto}.SubscriptionWidget--disabled .SubscriptionWidget-closed{cursor:default}.SubscriptionWidget-toggler{cursor:pointer;position:absolute;right:20px;top:20px;z-index:10}@media only screen and (max-width:599px),print{.SubscriptionWidget-toggler{right:15px;top:15px}}.SubscriptionWidget--isOpen .SubscriptionWidget-toggler{transform:rotate(180deg);transition:transform .1s ease-in-out}.SubscriptionWidget--isOpen .SubscriptionWidget-open{display:block;max-height:550px;transition:max-height .3s ease}.SubscriptionWidget--isClosed .SubscriptionWidget-toggler{transform:rotate(0deg);transition:transform .1s ease-in-out}.SubscriptionWidget--isClosed .SubscriptionWidget-closed{display:flex;max-height:80px;opacity:1;transition:all .3s ease}.SubscriptionWidget-open{background-color:#e8f2d7;border-radius:8px;max-height:0;overflow:hidden;transition:max-height .3s ease}.SubscriptionWidget-open .SubscriptionWidget-wrapper{display:flex;justify-content:space-between;margin-right:50px}.SubscriptionWidget-open .SubscriptionWidget-heading{align-self:center;color:#005537;font-size:.875rem;font-weight:700;margin:0}@media only screen and (min-width:600px),print{.SubscriptionWidget-open .SubscriptionWidget-heading{font-size:1.125rem}}.SubscriptionWidget-open .SubscriptionWidget-chevronUp{cursor:pointer;height:40px;min-height:40px;min-width:40px;width:40px}.SubscriptionWidget-open .SubscriptionWidget-paragraph{color:#005537;font-size:.875rem;margin-bottom:1.875rem}.SubscriptionWidget-open .SubscriptionWidget-deliveryTime{margin-bottom:.3125rem;margin-top:1.25rem;text-align:center}.SubscriptionWidget-open .SubscriptionWidget-deliveryTimeStatic{color:#005537;font-size:.875rem}.SubscriptionWidget-open .SubscriptionWidget-deliveryTimeDynamic{color:#005537;font-size:.875rem;font-weight:700}.SubscriptionWidget-open .SubscriptionWidget-extra{margin-bottom:1.25rem;margin-top:0;padding:0 20px;text-align:center}.SubscriptionWidget-open .SubscriptionWidget-extraBold{color:#005537;font-size:.75rem;font-weight:700}.SubscriptionWidget-open .SubscriptionWidget-extraText{color:#005537;font-size:.75rem}.SubscriptionWidget-open .SubscriptionWidget-buttonWrapper{padding:0}@media only screen and (min-width:600px),print{.SubscriptionWidget-open .SubscriptionWidget-buttonWrapper{padding:0 2.5rem}}.SubscriptionWidget-closed{align-items:center;background-color:#e8f2d7;border-radius:8px;cursor:pointer;display:flex;height:80px;max-height:0;opacity:0;padding-right:1.25rem;transition:all .15s ease}@media only screen and (min-width:600px),print{.SubscriptionWidget-closed{padding-right:1.875rem}}.SubscriptionWidget-closed .SubscriptionWidget-image{height:80px}.SubscriptionWidget-closed .SubscriptionWidget-text{color:#005537;font-size:.875rem;font-weight:700;margin-left:.625rem;margin-right:50px}@media only screen and (min-width:600px),print{.SubscriptionWidget-closed .SubscriptionWidget-text{font-size:1.125rem;margin-left:1.25rem}}.SubscriptionWidget-closed .SubscriptionWidget-chevronWrapper{cursor:pointer;display:flex;flex-grow:1;height:40px;justify-content:flex-end;min-height:40px;min-width:40px;width:40px}.SubscriptionWidget .SubscriptionWidgetItem{align-items:center;background-color:#e0efdd;border-radius:8px;color:#005537;cursor:pointer;display:flex;height:63px;justify-content:center;position:relative}.SubscriptionWidget .SubscriptionWidgetItem-check{position:absolute;right:-8px;top:-8px}.SubscriptionWidget .SubscriptionWidgetItem--selected{border:1px solid #00aa46}.SubscriptionWidget .SubscriptionWidgetItem--selected span{font-weight:700}.SubscriptionWidget .SubscriptionWidgetItem:focus,.SubscriptionWidget .SubscriptionWidgetItem:hover{border:1px solid #00aa46;outline:none}.Timeslots{height:100%;overflow:auto;position:relative}.Timeslots-grid{display:flex;flex-direction:row;flex-wrap:wrap;list-style:none;margin:0;padding:.93750234rem}.Timeslots-grid .TimeslotCell{margin-bottom:0;width:50%}@media only screen and (min-width:600px),print{.Timeslots-grid .TimeslotCell{width:33.33333333%}}.Timeslots-column{display:flex;flex-direction:column;justify-content:center;padding:.93750234rem}.Timeslots-column .TimeslotCell{width:100%}.Timeslots-footer{position:relative;text-align:center;transition:box-shadow .4s ease-in-out}.Timeslots-footer--boxShadow{box-shadow:0 -.625rem .625rem -.625rem rgba(0,0,0,.1)}.Timeslots-daySwitch{align-items:center;display:flex;flex-direction:row;justify-content:space-between;min-height:48px;width:100%}.Timeslots-daySwitch--nextDay,.Timeslots-daySwitch--prevDay{cursor:pointer;height:1rem;margin:auto 1.25rem;width:1rem}.Timeslots-daySwitch--nextDay svg,.Timeslots-daySwitch--prevDay svg{stroke:#333;fill:none;height:1rem;width:1rem}.Timeslots-daySwitch--nextDay.is-disabled,.Timeslots-daySwitch--prevDay.is-disabled{cursor:default;pointer-events:none;visibility:hidden}.Timeslots-daySwitch--selectedDay{align-items:center;color:#777;display:flex;flex-direction:row}.Timeslots-daySwitch--selectedDay svg{stroke:#777;fill:none;height:1.125rem;vertical-align:middle;width:1.125rem}.DatePicker .is-active svg,.Timeslots-daySwitch--tigger.is-active{stroke:#00aa46}.mixinShimmer{animation-duration:1s;animation-fill-mode:forwards;animation-iteration-count:infinite;animation-name:shimmerEffect;animation-timing-function:linear;background:#f5f5f5;background-image:linear-gradient(90deg,#f5f5f5 0,#edeef1 20%,#f5f5f5 40%,#f5f5f5);background-repeat:no-repeat;background-size:400px 150px}@keyframes shimmerEffect{0%{background-position:-250px 0}to{background-position:250px 0}}@font-face{font-display:swap;font-family:Akkurat;font-style:normal;font-weight:400;src:url(/Assets/Fonts/Akkurat-Normal.woff2) format("woff2"),url(/Assets/Fonts/Akkurat-Normal.woff) format("woff")}@font-face{font-display:swap;font-family:CoopNew-Black;font-style:normal;font-weight:900;src:url(/Assets/Fonts/CoopNew-Black.woff2) format("woff2"),url(/Assets/Fonts/CoopNew-Black.woff) format("woff")}@font-face{font-display:swap;font-family:Akkurat;font-style:normal;font-weight:700;src:url(/Assets/Fonts/Akkurat-Fett.woff2) format("woff2"),url(/Assets/Fonts/Akkurat-Fett.woff) format("woff")}@font-face{font-display:swap;font-family:Akkurat;font-style:italic;font-weight:700;src:url(/Assets/Fonts/Akkurat-FettKursiv.woff2) format("woff2"),url(/Assets/Fonts/Akkurat-FettKursiv.woff) format("woff")}@font-face{font-display:swap;font-family:Akkurat;font-style:italic;font-weight:400;src:url(/Assets/Fonts/Akkurat-NormalKursiv.woff2) format("woff2"),url(/Assets/Fonts/Akkurat-NormalKursiv.woff) format("woff")}@font-face{font-display:swap;font-family:Akkurat;font-style:normal;font-weight:300;src:url(/Assets/Fonts/Akkurat-Leicht.woff2) format("woff2"),url(/Assets/Fonts/Akkurat-Leicht.woff) format("woff")}@font-face{font-display:swap;font-family:Akkurat;font-style:italic;font-weight:300;src:url(/Assets/Fonts/Akkurat-LeichtKursiv.woff2) format("woff2"),url(/Assets/Fonts/Akkurat-LeichtKursiv.woff) format("woff")}@font-face{font-display:swap;font-family:CoopNew;font-style:normal;font-weight:400;src:url(/Assets/Fonts/CoopNew-Regular.woff2) format("woff2"),url(/Assets/Fonts/CoopNew-Regular.woff) format("woff")}