.autocomplete-input{border:1px solid #eee;border-radius:8px;width:100%;padding:12px 12px 12px 48px;box-sizing:border-box;position:relative;font-size:16px;line-height:1.5;flex:1;background-color:#eee;background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjNjY2IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+PGNpcmNsZSBjeD0iMTEiIGN5PSIxMSIgcj0iOCIvPjxwYXRoIGQ9Ik0yMSAyMWwtNC00Ii8+PC9zdmc+");background-repeat:no-repeat;background-position:12px}.autocomplete-input:focus,.autocomplete-input[aria-expanded=true]{border-color:rgba(0,0,0,.12);background-color:#fff;outline:none;box-shadow:0 2px 2px rgba(0,0,0,.16)}[data-position=below] .autocomplete-input[aria-expanded=true]{border-bottom-color:transparent;border-radius:8px 8px 0 0}[data-position=above] .autocomplete-input[aria-expanded=true]{border-top-color:transparent;border-radius:0 0 8px 8px;z-index:2}.autocomplete[data-loading=true]:after{content:"";border:3px solid rgba(0,0,0,.12);border-right-color:rgba(0,0,0,.48);border-radius:100%;width:20px;height:20px;position:absolute;right:12px;top:50%;transform:translateY(-50%);animation:rotate 1s linear infinite}.autocomplete-result-list{margin:0;border:1px solid rgba(0,0,0,.12);padding:0;box-sizing:border-box;max-height:296px;overflow-y:auto;background:#fff;list-style:none;box-shadow:0 2px 2px rgba(0,0,0,.16)}[data-position=below] .autocomplete-result-list{margin-top:-1px;border-top-color:transparent;border-radius:0 0 8px 8px;padding-bottom:8px}[data-position=above] .autocomplete-result-list{margin-bottom:-1px;border-bottom-color:transparent;border-radius:8px 8px 0 0;padding-top:8px}.autocomplete-result{cursor:default;padding:12px 12px 12px 48px;background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjY2NjIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+PGNpcmNsZSBjeD0iMTEiIGN5PSIxMSIgcj0iOCIvPjxwYXRoIGQ9Ik0yMSAyMWwtNC00Ii8+PC9zdmc+");background-repeat:no-repeat;background-position:12px}.autocomplete-result:hover,.autocomplete-result[aria-selected=true]{background-color:rgba(0,0,0,.06)}@keyframes rotate{0%{transform:translateY(-50%) rotate(0deg)}to{transform:translateY(-50%) rotate(359deg)}}@keyframes drift-fadeZoomIn{0%{transform:scale(1.5);opacity:0}to{transform:scale(1);opacity:1}}@keyframes drift-fadeZoomOut{0%{transform:scale(1);opacity:1}15%{transform:scale(1.1);opacity:1}to{transform:scale(.5);opacity:0}}@keyframes drift-loader-rotate{0%{transform:translate(-50%,-50%) rotate(0)}50%{transform:translate(-50%,-50%) rotate(-180deg)}to{transform:translate(-50%,-50%) rotate(-1turn)}}@keyframes drift-loader-before{0%{transform:scale(1)}10%{transform:scale(1.2) translateX(6px)}25%{transform:scale(1.3) translateX(8px)}40%{transform:scale(1.2) translateX(6px)}50%{transform:scale(1)}60%{transform:scale(.8) translateX(6px)}75%{transform:scale(.7) translateX(8px)}90%{transform:scale(.8) translateX(6px)}to{transform:scale(1)}}@keyframes drift-loader-after{0%{transform:scale(1)}10%{transform:scale(1.2) translateX(-6px)}25%{transform:scale(1.3) translateX(-8px)}40%{transform:scale(1.2) translateX(-6px)}50%{transform:scale(1)}60%{transform:scale(.8) translateX(-6px)}75%{transform:scale(.7) translateX(-8px)}90%{transform:scale(.8) translateX(-6px)}to{transform:scale(1)}}.drift-zoom-pane{background:rgba(0,0,0,.5);transform:translateZ(0);-webkit-transform:translateZ(0)}.drift-zoom-pane.drift-opening{animation:drift-fadeZoomIn .18s ease-out;-webkit-animation:drift-fadeZoomIn .18s ease-out}.drift-zoom-pane.drift-closing{animation:drift-fadeZoomOut .21s ease-in;-webkit-animation:drift-fadeZoomOut .21s ease-in}.drift-zoom-pane.drift-inline{position:absolute;width:150px;height:150px;border-radius:75px;box-shadow:0 6px 18px rgba(0,0,0,.3)}.drift-loading .drift-zoom-pane-loader{display:block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);width:66px;height:20px;animation:drift-loader-rotate 1.8s linear infinite;-webkit-animation:drift-loader-rotate 1.8s linear infinite}.drift-zoom-pane-loader:after,.drift-zoom-pane-loader:before{content:"";display:block;width:20px;height:20px;position:absolute;top:50%;margin-top:-10px;border-radius:20px;background:hsla(0,0%,100%,.9)}.drift-zoom-pane-loader:before{left:0;animation:drift-loader-before 1.8s linear infinite;-webkit-animation:drift-loader-before 1.8s linear infinite}.drift-zoom-pane-loader:after{right:0;animation:drift-loader-after 1.8s linear infinite;-webkit-animation:drift-loader-after 1.8s linear infinite;animation-delay:-.9s;-webkit-animation-delay:-.9s}.drift-bounding-box{background-color:rgba(0,0,0,.4)}:root{--font-family:"Urbane-Light",Arial,Helvetica,sans-serif;--font-family--heading:"PresicavRg-Bold",Arial,Helvetica,sans-serif;--font-family--heading-light:"PresicavLt-Regular",Arial,Helvetica,sans-serif;--font-weight--thin:100;--font-weight--extra-light:200;--font-weight--light:300;--font-weight--normal:400;--font-weight--medium:500;--font-weight--semi-bold:600;--font-weight--bold:700;--font-weight--extra-bold:800;--font-weight--black:900;--line-height:1.5;--line-height--heading:1.2;--border-radius:0;--spacing:1.5rem;--spacing--small:0.75rem;--border-width:0.0625rem;--border:var(--border-width) solid currentColor;--focus-outline-width:0.1875rem;--focus-outline-offset:0.125rem;--focus-outline:var(--focus-outline-width) solid #da4749;--duration:150ms;--timing:ease}.button,[type=button],[type=reset],[type=submit],button{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#da4749;border:0;border-radius:0;color:#fffffe;cursor:pointer;display:inline-block;font-family:var(--font-family-base);font-size:1rem;-webkit-font-smoothing:antialiased;line-height:1;padding:var(--spacing--small) var(--spacing);text-align:center;text-decoration:none;transition:background-color var(--duration) var(--timing);-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:middle;white-space:nowrap}.button.secondary,[type=button].secondary,[type=reset].secondary,[type=submit].secondary,button.secondary{color:#fff;background-color:#363030}.button:hover,[type=button]:hover,[type=reset]:hover,[type=submit]:hover,button:hover{background-color:#c6282a;color:#fffffe}.button:disabled,[type=button]:disabled,[type=reset]:disabled,[type=submit]:disabled,button:disabled{cursor:not-allowed;opacity:.5}:root{--form-box-shadow:inset 0 --border-width 0.1875rem rgba(#000,0.06);--form-box-shadow-focus:var(--form-box-shadow),0 0 0.3125rem #da4749}fieldset{background-color:transparent;border:0;margin:0}fieldset,legend{padding:0}label,legend{font-weight:600;margin-bottom:var(--spacing--small)}label{display:block}input,select,textarea{display:block;font-family:var(--font-family);font-size:1rem}[type=color],[type=date],[type=datetime-local],[type=datetime],[type=email],[type=month],[type=number],[type=password],[type=search],[type=tel],[type=text],[type=time],[type=url],[type=week],input:not([type]),textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;border:var(--border);border-radius:0;box-shadow:var(--form-box-shadow);box-sizing:border-box;margin-bottom:var(--spacing--small);padding:calc(var(--spacing)/3);transition:border-color var(--duration) var(--timing);width:100%}[type=color]:focus,[type=date]:focus,[type=datetime-local]:focus,[type=datetime]:focus,[type=email]:focus,[type=month]:focus,[type=number]:focus,[type=password]:focus,[type=search]:focus,[type=tel]:focus,[type=text]:focus,[type=time]:focus,[type=url]:focus,[type=week]:focus,input:not([type]):focus,textarea:focus{box-shadow:var(--form-box-shadow-focus)}[type=color]:disabled,[type=date]:disabled,[type=datetime-local]:disabled,[type=datetime]:disabled,[type=email]:disabled,[type=month]:disabled,[type=number]:disabled,[type=password]:disabled,[type=search]:disabled,[type=tel]:disabled,[type=text]:disabled,[type=time]:disabled,[type=url]:disabled,[type=week]:disabled,input:not([type]):disabled,textarea:disabled{cursor:not-allowed}[type=color]:disabled:hover,[type=date]:disabled:hover,[type=datetime-local]:disabled:hover,[type=datetime]:disabled:hover,[type=email]:disabled:hover,[type=month]:disabled:hover,[type=number]:disabled:hover,[type=password]:disabled:hover,[type=search]:disabled:hover,[type=tel]:disabled:hover,[type=text]:disabled:hover,[type=time]:disabled:hover,[type=url]:disabled:hover,[type=week]:disabled:hover,input:not([type]):disabled:hover,textarea:disabled:hover{border:var(--border)}[type=color]::-moz-placeholder,[type=date]::-moz-placeholder,[type=datetime-local]::-moz-placeholder,[type=datetime]::-moz-placeholder,[type=email]::-moz-placeholder,[type=month]::-moz-placeholder,[type=number]::-moz-placeholder,[type=password]::-moz-placeholder,[type=search]::-moz-placeholder,[type=tel]::-moz-placeholder,[type=text]::-moz-placeholder,[type=time]::-moz-placeholder,[type=url]::-moz-placeholder,[type=week]::-moz-placeholder,input:not([type])::-moz-placeholder,textarea::-moz-placeholder{color:#363030;opacity:.25}[type=color]::placeholder,[type=date]::placeholder,[type=datetime-local]::placeholder,[type=datetime]::placeholder,[type=email]::placeholder,[type=month]::placeholder,[type=number]::placeholder,[type=password]::placeholder,[type=search]::placeholder,[type=tel]::placeholder,[type=text]::placeholder,[type=time]::placeholder,[type=url]::placeholder,[type=week]::placeholder,input:not([type])::placeholder,textarea::placeholder{color:#363030;opacity:.25}[type=search]{-webkit-appearance:textfield}textarea{resize:vertical}[type=checkbox],[type=radio]{display:inline;margin-right:var(--spacing--small)}[type=file],select{margin-bottom:var(--spacing--small);width:100%}[type=checkbox]:focus,[type=file]:focus,[type=radio]:focus,select:focus{outline:var(--focus-outline);outline-offset:var(--focus-outline-offset)}.toggle-switch{position:relative;display:inline-block;width:60px;height:34px}.toggle-switch input{opacity:0;width:0;height:0}.toggle-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;transition:.4s}.toggle-slider:before{position:absolute;content:"";height:26px;width:26px;left:4px;bottom:4px;background-color:#fff;transition:.4s}.toggle-slider.round{border-radius:34px}.toggle-slider.round:before{border-radius:50%}input:checked+.toggle-slider{background-color:#da4749}input:focus+.toggle-slider{box-shadow:0 0 1px #2196f3}input:checked+.toggle-slider:before{transform:translateX(26px)}html{background-color:#fffffe;box-sizing:border-box}*,:after,:before{box-sizing:inherit}body,html{height:100%}body,html,ol,ul{margin:0;padding:0}ol,ul{list-style-type:none}dl,dt{margin:0}dt{font-weight:600}dd,figure{margin:0}img,picture{margin:0;max-width:100%}.image-padding{overflow:hidden;padding-top:100%;position:relative}.image-padding>img{transform:translate(-50%,-50%);left:50%;top:50%;max-width:100%;max-height:100%;position:absolute}table{border-collapse:collapse;margin:var(--spacing) 0;table-layout:fixed;text-align:left;width:100%}thead{line-height:var(--line-height--heading);vertical-align:bottom}tbody{vertical-align:top}tr{border-bottom:var(--border)}th{font-weight:600}td,th{padding:var(--spacing--small) var(--spacing--small) var(--spacing--small) 0}.table-flexible{table-layout:auto}html{color:#363030;font-family:var(--font-family);font-size:100%;line-height:var(--line-height)}h1,h2,h3,h4,h5,h6{font-family:var(--font-family--heading);font-size:1.25rem;line-height:var(--line-height--heading)}h1,h2,h3,h4,h5,h6,p{margin:0 0 var(--spacing--small)}a{color:#da4749;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto;transition:color var(--duration) var(--timing);text-decoration:none}a:hover{color:#e78788}hr{border:0;border-bottom:var(--border);margin:var(--spacing) 0}h1{font-size:1.5rem}.nowrap{white-space:nowrap}.content-wrapper{background:#e9e9e7;padding:110px 0 4.5rem;position:relative;overflow:hidden}.content-wrapper-images{position:absolute;width:100%;z-index:1}.content-wrapper-lift{position:relative;z-index:5}.page-container{margin-left:auto;margin-right:auto;max-width:1290px;padding-left:3rem;padding-right:3rem}@media (max-width:450px){.page-container{margin-left:auto;margin-right:auto;max-width:1290px;padding-left:1.5rem;padding-right:1.5rem}}body header{background:#fffffe;position:relative;z-index:255}body header .page-container{display:flex;justify-content:space-between}body header .mobile-basket,body header .mobile-menu,body header .mobile-search{display:none}body header .info{display:flex;flex-direction:column;justify-content:space-between;text-align:right;flex-grow:1}body header .logo{padding:1.5rem 0}body header .logo img{height:80px;width:auto}body header .pill-icon span,body header .round-icon span{background:#363030;color:#fffffe;display:inline-flex;height:2em;align-items:center;justify-content:center;padding:.5em;border-radius:1em}body header .pill-icon img,body header .round-icon img{width:100%;height:100%}body header .pill-icon:hover span,body header .round-icon:hover span{background:#da4749}body header .pill-icon span{padding-left:1em;padding-right:1em}body header .pill-icon img{margin-right:.5em}body header .round-icon span{width:2em}body header .top-links{display:flex;align-items:center;justify-content:flex-end;margin-top:1.5rem}body header .top-links>div{display:inline-block;margin-left:1.5rem}body header .menu-links{margin-right:-1em}body header .menu-links li{display:inline-block;position:relative}body header .menu-links li a{color:#363030;display:inline-block;padding:.5em 1.25em 1.25em}body header .menu-links li.active>a,body header .menu-links li a:hover{color:#da4749}body header .menu-links li.active:after{content:"";background:#da4749;border-radius:12px;bottom:-6px;display:inline-block;height:12px;width:12px;left:calc(50% - 6px);position:absolute}body header .menu-links .sub-links{display:none;text-align:left;position:absolute;background:#fffffe;padding:.25em 0;width:225px}body header .menu-links .sub-links>li{display:block}body header .menu-links .sub-links>li a{padding:.25em 1.25em}body header .menu-links .sub-links>li.active:after{display:none}body header .menu-links>li:hover .sub-links{display:block;z-index:255}@media (max-width:1300px){body header .menu-links{margin-right:0}body header .menu-links li a{padding-left:.5em;padding-right:.5em}}@media (max-width:960px){body header{max-height:150px}body header .menu-links{margin-left:auto;margin-bottom:1.3em}body header .menu-links li a{padding:.3em .5em}body header .menu-links li.active:after{display:none}}@media (max-width:720px){body header{max-height:calc(3rem + 50px)}body header .page-container{align-items:center;gap:.75rem;padding:1.5rem;position:relative}body header .logo{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}body header .logo img{display:block;height:50px}body header .mobile-menu{display:inline-block;text-align:right;width:40px}body header .mobile-menu a{cursor:pointer;display:inline-block}body header .mobile-menu span{display:inline-block;width:32px;height:32px;background-size:contain;background-position:50%;background-image:url(/holm/assets/icons/menu-open.svg)}body header .mobile-basket,body header .mobile-search{display:inline-block;width:40px}body header .mobile-search{margin-left:auto;text-align:center}body header .mobile-search a{display:inline-block}body header .mobile-search img{width:28px;height:28px}body header .info{background:#da4749;display:none;flex-direction:column-reverse;position:absolute;left:0;right:0;max-height:none;top:100%}body header .info .top-links{margin-top:0}body header .info .top-links>div{display:block;margin:1.5rem;text-align:center}body header .info .top-links .quicksearch .inner{background:#fff;border:none;border-radius:0;padding:.5em}body header .info .top-links .minibasket{display:none}body header .info .bottom-links{padding-top:4.125rem}body header .info .menu-links{margin-right:0;margin-top:0;text-align:center;max-width:none}body header .info .menu-links li{display:block}body header .info .menu-links li a{color:#fffffe}body header .info .menu-links li a:hover{color:#e9e9e7}body header .info .menu-links li.active>a{color:#363030}body header .info .menu-links li.active:after{display:none}body header .info .sub-links{position:static;text-align:center;width:100%;background-color:#c14445}body header.mobile-open .mobile-menu span{background-image:url(/holm/assets/icons/menu-close.svg)}body header.mobile-open .info{display:flex}}body footer{background:#363030;color:#fffffe}body footer .row{display:flex;margin:0 -1.5rem;padding:3rem 0}body footer .row>div{border-right:1px solid #868281;flex-basis:25%;padding:0 1.5rem}body footer .row>div:last-child{border-right:none}body footer .row h4{margin-bottom:2em}body footer .row .spacer{height:64px}body footer .row p{color:#e9e9e7}body footer .row .email{color:#e9e9e7;text-decoration:none}body footer .row .email:hover{color:#d1d1cc}body footer .note{color:#e9e9e7;font-size:.9em}body footer .newsletter-signup{width:100%}body footer .newsletter-signup form{display:flex;align-items:center}body footer .newsletter-signup form>div{flex-basis:100%}body footer .newsletter-signup label{display:none}body footer .newsletter-signup input{margin-bottom:0;border:1px solid #e9e9e7;border-radius:2em;color:#fffffe;padding-left:.75em;padding-right:.75em}body footer .newsletter-signup input::-moz-placeholder{color:#e9e9e7}body footer .newsletter-signup input::placeholder{color:#e9e9e7}body footer .newsletter-signup input:focus{outline:none}body footer .newsletter-signup button{margin-left:10px;border-radius:2.5em;display:inline-block;padding:.25em;text-align:center;width:2.2em;height:2em;border:1px solid #e9e9e7}body footer .social-links{list-style:none;margin-top:1.5rem}body footer .social-links li{display:inline-block;margin-right:.45rem}body footer .social-links img{display:block;width:32px}body footer .filter-types{align-items:center;display:flex;flex-wrap:nowrap;justify-content:start;gap:1.5rem;margin:1.5rem 0;max-width:100%}body footer .filter-types a{color:#868281;display:block;flex:0 1 auto;min-width:0}body footer .filter-types a:focus,body footer .filter-types a:hover{color:#e9e9e7}body footer .filter-types a svg{display:block;width:4.5rem;height:auto;max-width:100%}@media (max-width:720px){body footer .filter-types{justify-content:center}}@media (max-width:450px){body footer .filter-types{gap:.75rem}}body footer .orphans{background:#da4749;color:#fffffe;padding:.375rem;position:relative;text-align:center}body footer .orphans a{font-family:PresicavLt-Regular,Arial,Helvetica,sans-serif;color:#fffffe;text-decoration:none;font-size:.8rem;position:relative;z-index:10}body footer .orphans a:hover{color:#ffffcb}body footer .orphans:before{background-color:#da4749;border-radius:50%;content:"";display:block;height:50px;left:calc(50% - 25px);position:absolute;top:-15px;width:50px;z-index:1}@media (max-width:720px){body footer .row{flex-wrap:wrap}body footer .row>div{flex-basis:50%;border-right:none}}@media (max-width:450px){body footer .row{margin:0}body footer .row>div{border-bottom:1px solid #868281;flex-basis:100%;margin-bottom:1em;padding-bottom:1em;text-align:center}body footer .row>div:last-child{border-bottom:none}body footer .row h4{margin-bottom:1em}body footer .row .spacer{height:0}}.accordion-tabs{line-height:1.5;margin-bottom:1.5rem;padding:0;font-size:0}.accordion-tabs:after{clear:both;content:"";display:block}@media (max-width:720px){.accordion-tabs{border:none}}@media (min-width:720px){.accordion-tabs.tab-count-2 .tab-link{width:50%}}@media (min-width:720px){.accordion-tabs.tab-count-3 .tab-link{width:33.33%}}.accordion-tabs .tab-header-and-content{list-style:none}@media (min-width:720px){.accordion-tabs .tab-header-and-content{display:inline}}@media (max-width:720px){.accordion-tabs .tab-header-and-content:first-child .tab-link{border-top:0}}.accordion-tabs .tab-link{background-color:#363030;border-top:none;color:#fffffe;display:block;padding:.75rem;text-decoration:none;font-size:.9rem}@media (min-width:720px){.accordion-tabs .tab-link{border-top:0;display:inline-flex;align-items:center}}.accordion-tabs .tab-link:hover{background-color:#868281}.accordion-tabs .tab-link:focus{outline:none}.accordion-tabs .tab-link.is-active{background-color:#fffffe;border-bottom:1px solid #363030;color:#363030}@media (min-width:720px){.accordion-tabs .tab-link.is-active{background-color:#fffffe;margin-bottom:-1px}}.accordion-tabs .tab-link>.icon{display:inline-block;margin-right:.5em;max-height:2em}.accordion-tabs .tab-link>.icon img{display:inline-block;height:1.8em;width:1.8em}.accordion-tabs .tab-content{background:#fffffe;border-top:1px solid #363030;display:none;padding:1.5rem;width:100%;font-size:1rem}@media (min-width:720px){.accordion-tabs .tab-content{float:left}}.basket-overview .basket-table-container,.basket .basket-table-container{background:#fff;padding:1.5rem}.basket-overview .basket-brief,.basket .basket-brief{background:#fff;padding:1.5rem;margin-bottom:1.5em}.basket-overview .thumbnail>div,.basket .thumbnail>div{max-width:50%;margin-left:auto;margin-right:auto}.basket-overview .row-actions,.basket .row-actions{text-align:right}.basket-overview .bottom-bar,.basket .bottom-bar{display:flex}.basket-overview .bottom-bar>div,.basket .bottom-bar>div{flex:1}.basket-overview .bottom-bar .actions,.basket .bottom-bar .actions{flex-basis:100%}.basket-overview .bottom-bar .actions>a,.basket .bottom-bar .actions>a{margin-bottom:.375rem}.basket-overview .bottom-bar .status,.basket .bottom-bar .status{flex-basis:20%;padding-left:1.5rem;text-align:right}.basket-overview .bottom-bar .status .figures>li,.basket-overview .bottom-bar .status .grand-total,.basket .bottom-bar .status .figures>li,.basket .bottom-bar .status .grand-total{margin-bottom:.25em}.basket-overview .bottom-bar .status .grand-total,.basket .bottom-bar .status .grand-total{color:#da4749;display:inline-block;font-size:1.5em;margin-bottom:.5em}.basket-overview .add-product,.basket-overview .add-voucher,.basket .add-product,.basket .add-voucher{margin-top:1em}.basket-overview .add-product h5,.basket-overview .add-voucher h5,.basket .add-product h5,.basket .add-voucher h5{font-size:1em}.basket-overview .add-product .inputs,.basket-overview .add-voucher .inputs,.basket .add-product .inputs,.basket .add-voucher .inputs{display:flex}.basket-overview .add-product .inputs .autocomplete-wrapper,.basket-overview .add-voucher .inputs .autocomplete-wrapper,.basket .add-product .inputs .autocomplete-wrapper,.basket .add-voucher .inputs .autocomplete-wrapper{width:100%}.basket-overview .add-product .inputs .autocomplete,.basket-overview .add-product .inputs input,.basket-overview .add-voucher .inputs .autocomplete,.basket-overview .add-voucher .inputs input,.basket .add-product .inputs .autocomplete,.basket .add-product .inputs input,.basket .add-voucher .inputs .autocomplete,.basket .add-voucher .inputs input{margin-right:1em;margin-bottom:0}.basket-overview .add-product .inputs button,.basket-overview .add-voucher .inputs button,.basket .add-product .inputs button,.basket .add-voucher .inputs button{padding:.75em}.basket-overview .add-product .quantity,.basket .add-product .quantity{max-width:5em}.basket-overview .add-voucher .voucher-error,.basket-overview .basket-minimum-warning,.basket .add-voucher .voucher-error,.basket .basket-minimum-warning{color:red}@media (max-width:960px){.basket-overview .bottom-bar .actions,.basket-overview .bottom-bar .status,.basket .bottom-bar .actions,.basket .bottom-bar .status{flex-basis:auto}}@media (max-width:720px){.basket-overview .basket-table thead,.basket .basket-table thead{display:none}.basket-overview .basket-table td,.basket-overview .basket-table tr,.basket .basket-table td,.basket .basket-table tr{display:block;text-align:center}.basket-overview .basket-table tr,.basket .basket-table tr{padding-bottom:.75rem}.basket-overview .basket-table td,.basket .basket-table td{padding:.5em 0}.basket-overview .basket-table .thumbnail,.basket .basket-table .thumbnail{margin-left:auto;margin-right:auto;max-width:200px}.basket-overview .basket-table input,.basket .basket-table input{margin-bottom:0;margin-left:auto;margin-right:auto;max-width:250px}.basket-overview .bottom-bar,.basket .bottom-bar{flex-direction:column}.basket-overview .bottom-bar .actions,.basket .bottom-bar .actions{margin-bottom:1.5rem}.basket-overview .bottom-bar .status,.basket .bottom-bar .status{text-align:center}}.basket-overview{padding-left:1.5rem}.basket-overview .you-pay{display:block}@media (max-width:960px){.basket-overview{padding-left:0}.basket-overview .basket-table tbody{display:none}.basket-overview .basket-table tfoot td,.basket-overview .basket-table tfoot tr{border-bottom:none;padding:0}.basket-overview .bottom-bar .status{text-align:center;padding:0}.basket-overview .bottom-bar .status .grand-total{margin-bottom:0}}.checkout-order-errors{margin-top:1.5rem}.checkout-order-errors ul{list-style:disc;text-align:left;margin-bottom:1.5rem;margin-left:1.5rem}.holm-swal-basket button.swal2-styled{background:#da4749;color:#fffffe}.holm-swal-basket button.swal2-styled:hover{background:#d63234}.sagepay-container{border:0;height:500px;width:100%}.payment-error{color:#b50000;font-size:1.2em;margin:1em 0}.checkout .delivery-notice-title{color:#da4749}.checkout select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;border:var(--border);border-radius:0;box-shadow:var(--form-box-shadow);box-sizing:border-box;margin-bottom:var(--spacing--small);padding:calc(var(--spacing)/3);transition:border-color var(--duration) var(--timing);width:100%}.checkout select:focus{box-shadow:var(--form-box-shadow-focus)}.checkout select:disabled{cursor:not-allowed}.checkout select:disabled:hover{border:var(--border)}.checkout .checkout-split{display:flex;flex-direction:row-reverse}.checkout .checkout-split .checkout-details{flex:1}.checkout .checkout-split .checkout-overview{flex:1;margin-left:.5em;max-width:400px}.checkout .checkout-details>.checkout-section{background:#fff;margin-bottom:1.5rem;padding:1.5rem}.checkout table.table-list,.checkout table.table-list td,.checkout table.table-list tr{background:transparent;border:none}.checkout table.table-list td{padding:0 0 .5em;vertical-align:top}.checkout table.table-list td:first-child{width:8em;padding-right:.5em}.checkout .option-grid{display:flex;flex-wrap:wrap;justify-content:space-between}.checkout .option-grid .tile{border:1px solid #868281;flex-basis:calc(50% - 0.5em);margin-bottom:1em}.checkout .option-grid .tile:hover{background:#e9e9e7;cursor:pointer}.checkout .option-grid .tile a{display:inline-block;width:100%;height:100%;color:#363030;padding:1.5rem}.checkout .delivery-grid{display:flex;flex-wrap:wrap;justify-content:space-between}.checkout .delivery-grid .tile{border:1px solid #868281;flex-basis:calc(25% - 0.5em);margin-bottom:1em}.checkout .delivery-grid .tile:hover{background:#e9e9e7;cursor:pointer}.checkout .delivery-grid .tile.loading{position:relative;opacity:.7;pointer-events:none;cursor:none}.checkout .delivery-grid .tile.loading:hover{background:#e9e9e7;cursor:default}.checkout .delivery-grid .tile.disabled{pointer-events:none;cursor:none;opacity:.5}.checkout .delivery-grid .tile .loading-spinner{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:50px;height:50px;border:5px solid #f3f3f3;border-top-color:#363030;border-radius:50%;animation:spin 1s linear infinite;z-index:1}.checkout .delivery-grid .tile a{display:inline-block;width:100%;height:100%;color:#363030;padding:1.5rem;text-align:center}.checkout .delivery-grid .tile.selected{background:#da4749;border-color:#da4749}.checkout .delivery-grid .tile.selected p{color:#fff}.checkout .delivery-grid .tile .date>span{display:block;font-size:.9em}.checkout .delivery-grid .tile .stock-notice{font-size:.8em}.checkout .form-panel{border-top:1px solid #868281;margin-top:1.5em;padding-top:1.5em}.checkout .form-error{color:red}.checkout .delivery-save-options{display:flex;flex-wrap:wrap}.checkout .delivery-save-options label{margin-right:2.5em}.checkout div.form-group-error>input,.checkout div.form-group-error>select,.checkout input.form-group-error,.checkout select.form-group-error{border:1px solid red}.checkout .on-stop{color:#da4749;margin:1em 0}.checkout .payment-method-button{margin-right:1em}.checkout .sagepay-container{margin-top:1em}@media (max-width:960px){.checkout .checkout-split{flex-direction:column}.checkout .checkout-split .checkout-overview{max-width:none;margin:0 0 1.5rem}}@keyframes spin{0%{transform:translate(-50%,-50%) rotate(0deg)}to{transform:translate(-50%,-50%) rotate(1turn)}}.filter-finder .listings{display:flex;margin-top:1.5rem}.filter-finder .listings .sidebar{margin-right:1.5rem;min-width:350px;max-width:350px}.filter-finder .listings .sidebar .filters{background:#363030;padding:1.5rem;position:relative;border-radius:.75rem}.filter-finder .listings .sidebar .filters>div>div:last-child{margin-bottom:0}.filter-finder .listings .sidebar .filters span{color:#fff}.filter-finder .listings .sidebar .filters .serial-filter{display:flex;margin-bottom:1em;justify-content:stretch}.filter-finder .listings .sidebar .filters .serial-filter button{padding:.75em 1em;font-size:.9em;flex-grow:1;width:50%;margin-right:1em}.filter-finder .listings .sidebar .filters .serial-filter button.active{background:#fffffe;color:#da4749}.filter-finder .listings .sidebar .filters .serial-filter button:last-child{margin-right:0}.filter-finder .listings .sidebar .filters .make-filter span{font-family:var(--font-family--heading);cursor:pointer;display:inline-block;width:100%}.filter-finder .listings .sidebar .filters .make-filter>div{background:#da4749;padding:.75rem;margin:.75rem 0 1.5rem;border-radius:.75rem}.filter-finder .listings .sidebar .filters .make-filter>div select{margin-bottom:0;padding:.5em}.filter-finder .listings .sidebar .filters .make-filter>div.select-wrapper{padding:0;position:relative;display:flex;align-items:center}.filter-finder .listings .sidebar .filters .make-filter>div.select-wrapper select{font-family:Urbane-DemiBold,Arial,Helvetica,sans-serif;appearance:none;-webkit-appearance:none;-moz-appearance:none;background:#da4749;color:#fffffe;border:2px solid #da4749;border-radius:.75rem;padding:.75rem 3rem .75rem 1.5rem;font-size:1em;font-weight:700;cursor:pointer;box-sizing:border-box;transition:background .2s ease;width:100%}.filter-finder .listings .sidebar .filters .make-filter>div.select-wrapper select:hover{background:#d63234}.filter-finder .listings .sidebar .filters .make-filter>div.select-wrapper select option{background:#fffffe;color:#363030}.filter-finder .listings .sidebar .filters .make-filter>div.select-wrapper .select-arrow{position:absolute;top:50%;right:.75rem;transform:translateY(-50%);width:20px;height:20px;color:#fffffe;pointer-events:none}.filter-finder .listings .sidebar .filters .make-filter>div input{background:#fffffe;margin-bottom:0}.filter-finder .listings .sidebar .filters .make-filter:last-child>div{margin-bottom:0}.filter-finder .listings .sidebar .filters .attribute-filter{background:#da4749;color:#fff;margin-bottom:1.5rem}.filter-finder .listings .sidebar .filters .attribute-filter span{font-family:Urbane-DemiBold,Arial,Helvetica,sans-serif;cursor:pointer;display:inline-block;padding:.75em;text-align:center;width:100%}.filter-finder .listings .sidebar .filters .attribute-filter span:after{content:"▼";float:right;transform:rotate(180deg)}.filter-finder .listings .sidebar .filters .attribute-filter ul{border-top:2px solid #363030;padding:1.5rem}.filter-finder .listings .sidebar .filters .attribute-filter ul li{margin-bottom:.5rem}.filter-finder .listings .sidebar .filters .attribute-filter ul li:last-child{margin-bottom:0}.filter-finder .listings .sidebar .filters .attribute-filter ul li input{margin-right:1.5rem}.filter-finder .listings .sidebar .filters .attribute-filter.collapsed span:after{transform:rotate(0deg)}.filter-finder .listings .sidebar .filters .attribute-filter.collapsed ul{display:none}.filter-finder .listings .products{width:100%}.filter-finder .listings .products .inner{background:#fff;padding:1.5rem;position:relative;border-radius:.75rem}.filter-finder .filter-machine-image{margin-top:1.5rem;padding:1.5rem;background:#fff;border-radius:.75rem}.filter-finder .filter-machine-image img{display:block;margin-left:auto;margin-right:auto}@media (max-width:1024px){.filter-finder .listings{flex-direction:column}.filter-finder .listings .sidebar{margin-bottom:2.25rem;margin-right:0;min-width:auto;max-width:none}.filter-finder .listings .products table tbody{display:flex;flex-wrap:wrap;flex-direction:row}.filter-finder .listings .products table tbody tr{flex-basis:50%}}@media (max-width:720px){.filter-finder .listings .products table tbody{display:flex;flex-wrap:wrap;flex-direction:row}.filter-finder .listings .products table tbody tr{flex-basis:50%}}@media (max-width:450px){.filter-finder .listings .products table tbody tr{flex-basis:100%}}.minibasket,.minibasket .icon{display:inline-block}.minibasket .icon{background:#363030;color:#fffffe}.product-suggestions{border-top:1px solid #363030}.product-suggestions h3{margin:4.5rem 0;text-align:center}.product-suggestions ul{background:#fffffe;display:flex;padding:.9036144578rem}.product-suggestions ul li{flex-grow:1;flex-basis:0;text-align:center;padding:.9036144578rem}.product-suggestions ul li a{display:inline-block}.product-suggestions ul li .image-padding{border:1px solid #da4749}.product-suggestions ul li .name{color:#363030;display:block;margin:1.5rem 0}.product-suggestions ul li .button{border-radius:1em;padding:.5em 1em}@media (max-width:960px){.product-suggestions ul{flex-wrap:wrap}.product-suggestions ul li{flex-basis:50%}}.quicksearch{display:inline-block}.quicksearch .inner{border:1px solid #363030;border-radius:1em}.quicksearch .inner form{display:flex;flex-direction:row-reverse}.quicksearch .inner form input{border:none;box-shadow:none;margin-bottom:0;outline:none;padding:.35em}.quicksearch .inner form button{background:transparent;color:#363030;padding:.25em;border-radius:1em;margin-left:.25em}.quicksearch .inner form button img{width:100%;height:100%;max-width:1.2em;margin-top:.1em}.quicksearch .suggestions{position:relative;z-index:99}.quicksearch .suggestions>div{border:1px solid #868281;background:#fffffe;display:flex;padding:1.5rem .75rem;position:absolute;right:0;top:.5em;width:720px}.quicksearch .suggestions>div>div{padding:0 .75rem;border-right:1px solid #363030;margin-right:.5em;text-align:left}.quicksearch .suggestions>div>div:first-child{width:100%}.quicksearch .suggestions>div>div:last-child{border-right:none;margin-right:0}.quicksearch .suggestions ul li{margin-bottom:.375rem}.quicksearch .suggestions ul li:last-child{margin-bottom:0}.quicksearch .suggestions ul li:first-child{margin-top:.375rem}.quicksearch .suggestions ul li a{display:flex;flex-wrap:wrap;align-items:center}.quicksearch .suggestions ul li a .main-image{width:25px;height:25px;margin-right:.75rem}.quicksearch .suggestions ul li a span.code{color:#363030;flex-grow:1;text-align:right;margin-left:.5em;display:flex;justify-content:flex-end}.quicksearch .suggestions ul li a .brand-image{max-height:25px;margin-left:.75rem;width:auto}.quicksearch .suggestions ul li a span.detail{display:flex;justify-content:space-between;flex-grow:1;flex-basis:100%;padding-left:36px;font-size:.8em;color:#5e5959}.quicksearch .suggestions ul li a span.price{margin-right:.5em}.quicksearch .suggestions ul li a span.hint{text-align:right}.quicksearch .suggestions ul li a span.hint .name{margin-right:.25em}@media (max-width:960px){.quicksearch .suggestions>div{width:600px}}@media (max-width:720px){.quicksearch .suggestions>div{width:100%;flex-direction:column}}.autocomplete>.autocomplete-input{padding-left:3em}.zoomable-detail{pointer-events:none;position:fixed;width:25vw;height:25vw;z-index:255;left:calc(50% - 12.5vw);top:15%}.zoomable-detail .drift-zoom-pane{background-color:#fffffe;box-shadow:0 0 25px rgba(0,0,0,.33)}@media (max-width:960px){.zoomable-detail{width:40vw;height:40vw;left:calc(50% - 20vw)}}@media (max-width:450px){.zoomable-detail{display:none!important}}.matrix-svg path{transition:fill 1.5s}.matrix-svg .phase-1 .path-1,.matrix-svg .phase-2 .path-2,.matrix-svg .phase-3 .path-3{fill:#fff!important}.products-listing table{table-layout:auto;margin:0}.products-listing table thead th{font-family:PresicavRg-Bold,Arial,Helvetica,sans-serif;color:#da4749;text-align:center}.products-listing table tbody td{text-align:center;vertical-align:middle;font-size:.9em;padding:.375rem .375rem .375rem 0}.products-listing table tr{border-bottom:1px solid #e9e9e7}.products-listing .cell-image>div{border:1px solid #da4749;max-width:40px}.products-listing .cell-image>div img{display:block}.products-listing .cell-image>div.placeholder{padding:.5em}.products-listing .cell-image>div.known-type{background:#363030}.products-listing .cell-image>div.known-type img{filter:invert(1)}.products-listing .cell-brand img{max-height:50px}.products-listing a{color:#363030}.products-listing a .code{color:#da4749;display:block}.products-listing a .details{display:block;font-size:.85em}.products-listing a .hint{color:#5e5959;font-size:.85em}.products-listing a .hint .name{margin-right:.25em}.products-listing a:hover{color:#c6282a}.products-listing .buy-quantity{display:inline-block;max-width:60px;margin-bottom:0;margin-right:.75rem}.products-listing button{border-radius:2em;padding:.5em .75em}.products-listing button:disabled{background-color:#b8b6b4}.products-listing .has-stock,.products-listing .no-stock{display:block}.products-listing .has-stock img,.products-listing .no-stock img{width:100%;height:100%;max-width:1.5em}.products-listing .no-results{padding:1.5em;text-align:center}.products-listing .pagination{text-align:center}.products-listing .pagination ul{display:inline-block;padding:1.5rem}.products-listing .pagination ul li{font-family:PresicavRg-Bold,Arial,Helvetica,sans-serif;display:inline-block;margin:0 .25em}.products-listing .pagination ul li:after{content:".";color:#363030;margin-left:.25em}.products-listing .pagination ul li:last-child:after{display:none}.products-listing .pagination ul li.active{color:#da4749}.products-listing .pagination ul li span{cursor:pointer;display:inline-block}.products-listing .pagination .next,.products-listing .pagination .previous{color:#da4749;cursor:pointer;display:inline-block}.products-listing .pagination .previous{transform:rotate(90deg)}.products-listing .pagination .next{transform:rotate(-90deg)}@media (max-width:960px){.products-listing table thead{display:none}.products-listing table tbody td,.products-listing table tbody tr{display:block;width:100%;padding-left:0;padding-right:0}.products-listing .cell-image{max-width:120px}.products-listing .cell-image,.products-listing .cell-image>div{margin-left:auto;margin-right:auto}}@media (max-width:720px){.products-listing table tbody{display:flex;flex-wrap:wrap;flex-direction:row}.products-listing table tbody tr{flex-basis:50%}.products-listing .buy-quantity{margin-bottom:.75rem;margin-right:0}}@media (max-width:450px){.products-listing table tbody{flex-wrap:nowrap;flex-direction:column}.products-listing table tbody tr{flex-basis:100%}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap;border:0}.paragraph{margin-bottom:1em}.paragraph-button_row.contain>div{margin-left:auto;margin-right:auto;max-width:1290px;padding-left:3rem;padding-right:3rem}@media (max-width:450px){.paragraph-button_row.contain>div{margin-left:auto;margin-right:auto;max-width:1290px;padding-left:1.5rem;padding-right:1.5rem}}.paragraph-columns.contain>div{margin-left:auto;margin-right:auto;max-width:1290px;padding-left:3rem;padding-right:3rem}@media (max-width:450px){.paragraph-columns.contain>div{margin-left:auto;margin-right:auto;max-width:1290px;padding-left:1.5rem;padding-right:1.5rem}}.paragraph-columns .columns{display:grid;gap:24px}.paragraph-columns .columns--2{grid-template-columns:repeat(2,minmax(0,1fr))}.paragraph-columns .columns--3{grid-template-columns:repeat(3,minmax(0,1fr))}.paragraph-columns .columns--4{grid-template-columns:repeat(4,minmax(0,1fr))}@media (max-width:450px){.paragraph-columns .columns.breakpoint--sm{grid-template-columns:repeat(1,minmax(0,1fr))}}@media (max-width:720px){.paragraph-columns .columns.breakpoint--md{grid-template-columns:repeat(1,minmax(0,1fr))}}@media (max-width:960px){.paragraph-columns .columns.breakpoint--lg{grid-template-columns:repeat(1,minmax(0,1fr))}}.paragraph-columns .columns .paragraph>div{padding-right:0;padding-left:0}.paragraph-embedded_video.contain>div{margin-left:auto;margin-right:auto;max-width:1290px;padding-left:3rem;padding-right:3rem}@media (max-width:450px){.paragraph-embedded_video.contain>div{margin-left:auto;margin-right:auto;max-width:1290px;padding-left:1.5rem;padding-right:1.5rem}}.paragraph-embedded_video .embed-container{max-width:720px;margin-left:auto;margin-right:auto;margin-bottom:1em}.paragraph-embedded_video .embed-container>div{text-align:center;position:relative;width:100%;height:0;padding-bottom:51%}.paragraph-embedded_video .embed-container>div iframe{position:absolute;width:100%;height:100%;left:0;top:0}.paragraph-filter_finder.contain>div{margin-left:auto;margin-right:auto;max-width:1290px;padding:1em 3rem}@media (max-width:450px){.paragraph-filter_finder.contain>div{margin-left:auto;margin-right:auto;max-width:1290px;padding-left:1.5rem;padding-right:1.5rem}}.paragraph-filter_icons.contain>div{margin-left:auto;margin-right:auto;max-width:1290px;padding-left:3rem;padding-right:3rem}@media (max-width:450px){.paragraph-filter_icons.contain>div{margin-left:auto;margin-right:auto;max-width:1290px;padding-left:1.5rem;padding-right:1.5rem}}.paragraph-filter_icons .filter-types{display:flex;flex-wrap:wrap;justify-content:space-between;margin:3rem -1rem}.paragraph-filter_icons .filter-types li{display:inline-block;text-align:center;margin:0 1rem}.paragraph-filter_icons .filter-types li .filter-icon{margin-bottom:1.5rem;max-width:105px;padding:5px}.paragraph-filter_icons .filter-types li .filter-icon svg{display:block}.paragraph-filter_icons .filter-types li a{color:#363030}.paragraph-filter_icons .filter-types li a:hover{color:#da4749}.paragraph-filter_icons .filter-types li a:hover .filter-icon{background:#da4749;border-radius:100%}.paragraph-filter_icons .filter-types li a:hover .filter-icon svg path{stroke:#fffffe!important}.paragraph-formatted_text.contain>div{margin-left:auto;margin-right:auto;max-width:1290px;padding-left:3rem;padding-right:3rem}@media (max-width:450px){.paragraph-formatted_text.contain>div{margin-left:auto;margin-right:auto;max-width:1290px;padding-left:1.5rem;padding-right:1.5rem}}.paragraph-formatted_text ol,.paragraph-formatted_text ul{padding-left:1.5rem;margin-bottom:.75rem}.paragraph-formatted_text ul{list-style-type:disc}.paragraph-formatted_text ol{list-style-type:decimal}.paragraph-form_contact.contain>div{margin-left:auto;margin-right:auto;max-width:1290px;padding:1em 3rem}@media (max-width:450px){.paragraph-form_contact.contain>div{margin-left:auto;margin-right:auto;max-width:1290px;padding-left:1.5rem;padding-right:1.5rem}}.paragraph-form_contact .form-error{color:#da4749}.paragraph-form_contact form{margin-left:auto;margin-right:auto;max-width:990px}.paragraph-form_contact form .split{display:flex;justify-content:space-between}.paragraph-form_contact form .split>div{flex-basis:calc(50% - 0.75rem)}.paragraph-form_contact .form-actions{margin-top:1em;text-align:center}.paragraph-form_contact .form-actions button{border-radius:1.5em}.paragraph-form_contact label{align-items:center;display:flex}.paragraph-form_contact label span{display:inline-block}.paragraph-form_contact input,.paragraph-form_contact textarea{background:#fff;margin-bottom:1.5rem}.paragraph-full_ribbon{background:#da4749}.paragraph-full_ribbon>div{margin-left:auto;margin-right:auto;max-width:1290px;padding:3rem}@media (max-width:450px){.paragraph-full_ribbon>div{margin-left:auto;margin-right:auto;max-width:1290px;padding-left:1.5rem;padding-right:1.5rem}}.paragraph-full_ribbon .split{align-items:center;display:flex}.paragraph-full_ribbon .caption{font-family:PresicavRg-Bold,Arial,Helvetica,sans-serif;color:#363030;flex:1;font-size:1.75em;padding-right:1em}.paragraph-full_ribbon .filters{max-width:650px}.paragraph-full_ribbon .filter-types{display:flex;justify-content:space-between}.paragraph-full_ribbon .filter-types li{display:inline-block;text-align:center;margin:0 1rem}.paragraph-full_ribbon .filter-types li .filter-icon{margin-bottom:1.5rem;max-width:105px;padding:5px}.paragraph-full_ribbon .filter-types li .filter-icon svg{display:block}.paragraph-full_ribbon .filter-types li .filter-icon svg path{stroke:#fffffe!important}.paragraph-full_ribbon .filter-types li a{color:#fffffe}.paragraph-full_ribbon .filter-types li a:hover{color:#363030}.paragraph-full_ribbon .filter-types li a:hover .filter-icon{background:#363030;border-radius:100%}.paragraph-image_row.contain>div{margin-left:auto;margin-right:auto;max-width:1290px;padding-left:3rem;padding-right:3rem}@media (max-width:450px){.paragraph-image_row.contain>div{margin-left:auto;margin-right:auto;max-width:1290px;padding-left:1.5rem;padding-right:1.5rem}}.paragraph-image_row .image-container{align-items:center;display:flex;justify-content:space-between}.paragraph-image_row .image-container.space-even{justify-content:space-evenly}.paragraph-image_row .image-container>div{padding:1em}.paragraph-image_row .image-container>div:first-child{padding-left:0}.paragraph-image_row .image-container>div:last-child{padding-right:0}.paragraph-testimonials.contain>div{margin-left:auto;margin-right:auto;max-width:1290px;padding-left:3rem;padding-right:3rem}@media (max-width:450px){.paragraph-testimonials.contain>div{margin-left:auto;margin-right:auto;max-width:1290px;padding-left:1.5rem;padding-right:1.5rem}}.paragraph-testimonials .columns{display:flex;justify-content:center;gap:24px}.paragraph-testimonials .column{width:100%}.paragraph-testimonials blockquote{margin:0}.paragraph-testimonials cite{font-style:normal}.paragraph-testimonials span:first-child{font-weight:600;margin-top:12px}.paragraph-testimonials span{margin-top:8px;display:block}.paragraph-text_with_image.contain>div{margin-left:auto;margin-right:auto;max-width:1290px;padding-left:3rem;padding-right:3rem}@media (max-width:450px){.paragraph-text_with_image.contain>div{margin-left:auto;margin-right:auto;max-width:1290px;padding-left:1.5rem;padding-right:1.5rem}}.paragraph-text_with_image ol,.paragraph-text_with_image ul{padding-left:1.5rem;margin-bottom:.75rem}.paragraph-text_with_image ul{list-style-type:disc}.paragraph-text_with_image ol{list-style-type:decimal}.paragraph-text_with_image>div{display:flex}.paragraph-text_with_image .align-left{flex-direction:row-reverse;align-items:center}.paragraph-text_with_image .align-left .text-container{padding-left:6rem}.paragraph-text_with_image .align-right{flex-direction:row;align-items:center}.paragraph-text_with_image .align-right .text-container{padding-right:6rem}.paragraph-text_with_image .text-container{flex:1;flex-direction:column;padding-bottom:3rem}.paragraph-text_with_image .image-container{max-width:480px}@media (max-width:1300px){.paragraph-text_with_image .text-container{padding-top:1.5rem;padding-bottom:1.5rem}.paragraph-text_with_image .align-left .text-container{padding-left:3rem}.paragraph-text_with_image .align-right .text-container{padding-right:3rem}.paragraph-text_with_image .image-container{max-width:400px}}@media (max-width:960px){.paragraph-full_ribbon .split{flex-direction:column}.paragraph-full_ribbon .filter-types{margin-top:1.5rem}.paragraph-full_ribbon .filter-types li{margin:0 .5rem}.paragraph-full_ribbon .filter-types li .filter-icon{max-width:75px}.paragraph-testimonials .columns{flex-direction:column}.paragraph-text_with_image .text-container{padding-top:0;padding-bottom:0}.paragraph-text_with_image .image-container{max-width:280px}}@media (max-width:720px){.paragraph-form_contact form .split{flex-direction:column}.paragraph-text_with_image>div{flex-wrap:wrap}.paragraph-text_with_image .align-left .text-container,.paragraph-text_with_image .align-right .text-container{padding-left:0;padding-right:0}.paragraph-text_with_image .align-left{flex-direction:column-reverse}.paragraph-text_with_image .align-left .image-container{margin-bottom:2.25rem}.paragraph-text_with_image .align-right{flex-direction:column}.paragraph-text_with_image .align-right .image-container{margin-top:2.25rem}.paragraph-text_with_image .image-container{margin-left:auto;margin-right:auto;max-width:320px}}@media (max-width:450px){.paragraph-full_ribbon .filters{display:none}}.page-account .top-panel{display:flex;align-items:stretch;gap:2rem;flex-direction:column}@media (min-width:768px){.page-account .top-panel{flex-direction:row}}.page-account .top-panel .panel{width:100%}@media (min-width:768px){.page-account .top-panel .panel{width:50%}}.page-account .panel{background:#fff;padding:1.5rem;margin-bottom:1.5rem}.page-account ul.pagination{text-align:center}.page-account ul.pagination li{display:inline-block;margin:0 .5em}.page-account .productlist-search{display:flex;margin-bottom:1.5rem}.page-account .productlist-search input{margin-bottom:0;margin-right:.75rem}.page-account .productlist-search a{margin-left:.75rem}.page-account .product-list-form .autocomplete>input{margin-bottom:0}.page-account .wallpaper-create-button,.page-account .wallpaper-toggle-button{display:inline-block}.page-account .wallpaper-create-button .button.selected,.page-account .wallpaper-toggle-button .button.selected{background-color:#363030;color:#fffffe;text-decoration:none}.page-account .wallpaper-create-button .button.selected:hover,.page-account .wallpaper-toggle-button .button.selected:hover{background-color:#1b1818}.page-account .order-approval-btn{position:relative}.page-account .order-approval-btn .notification-badge{position:absolute;top:-15px;right:-15px;background-color:#da4749;color:#fff;font-weight:700;border-radius:50%;width:30px;height:30px;display:flex;align-items:center;justify-content:center;font-size:12px;line-height:1}.page-article h1,.page-articles h1{margin-bottom:3rem;text-align:center}.page-article .articles-list,.page-articles .articles-list{display:flex;flex-wrap:wrap}.page-article .articles-list>li,.page-articles .articles-list>li{flex-basis:50%;max-width:50%;margin-bottom:3rem}@media (max-width:960px){.page-article .articles-list>li,.page-articles .articles-list>li{flex-basis:100%;max-width:100%}}.page-article .article-split,.page-articles .article-split{display:flex}.page-article .article-split.two>div,.page-articles .article-split.two>div{flex:1 1 50%}.page-article .article-split .image,.page-articles .article-split .image{padding-right:3rem}.page-article .article-split .image img,.page-articles .article-split .image img{border-radius:50%;margin-top:5.75em;max-width:485px;width:100%}.page-article .top,.page-articles .top{margin-bottom:3em}.page-article .date,.page-articles .date{font-family:PresicavRg-Bold,Arial,Helvetica,sans-serif;color:#363030;display:block;margin-bottom:.5em}.page-article .date img,.page-articles .date img{display:inline-block;width:25px;margin-right:.5rem;margin-bottom:-5px}.page-article .category,.page-articles .category{font-family:PresicavRg-Bold,Arial,Helvetica,sans-serif;display:block}.page-article .article-pagination,.page-articles .article-pagination{margin-top:2em;text-align:center}.page-article .article-pagination .button,.page-articles .article-pagination .button{border-radius:1.5em}.page-article .back,.page-articles .back{background-color:#da4749;color:#fffffe;text-decoration:none;margin-top:1.5rem}.page-article .back:hover,.page-articles .back:hover{background-color:#c6282a}.page-article .back:before,.page-articles .back:before{content:"◂";font-size:2em;line-height:0;margin-right:.5em;position:relative;top:.1em}@media (max-width:720px){.page-article .article-split,.page-articles .article-split{flex-direction:column}.page-article .article-split.two>div,.page-articles .article-split.two>div{flex-basis:100%}.page-article .article-split .image,.page-articles .article-split .image{padding-right:0}.page-article .article-split .image img,.page-articles .article-split .image img{display:block;max-width:300px;margin:0 auto 3rem}}.page-articles .content-wrapper-images .circle{background:#fff;display:inline-block;opacity:.2;width:1300px;height:1300px;border-radius:100%;position:absolute;top:-300px;right:-400px}.page-articles .article-pagination+.paragraph,.page-articles .articles-list+.paragraph{margin-top:3rem}.page-articles .article-categories-list{margin:3rem 0;text-align:center}.page-articles .article-categories-list li{display:inline-block;margin:1.125rem .75rem}.page-articles .article-categories-list li a{background-color:#da4749;color:#fffffe;text-decoration:none;font-family:Urbane-Medium,Arial,Helvetica,sans-serif;padding:.75rem 1.5rem}.page-articles .article-categories-list li a:hover{background-color:#c6282a}.page-articles .article-categories-list li a.active{background-color:#363030;color:#fffffe;text-decoration:none}.page-articles .article-categories-list li a.active:hover{background-color:#1b1818}.page-article .content-wrapper-images .dots{position:absolute;left:-230px;display:inline-block;width:100%;max-width:900px;opacity:.15;top:75px}.article-teaser{text-align:center}.article-teaser .thumbnail{display:inline-block;width:100%;max-width:285px;position:absolute}.article-teaser .thumbnail img{border-radius:100%;width:100%;max-width:285px}.article-teaser .inner{background:#da4749;display:inline-block;margin:2.25rem 2.25rem 2.25rem 9rem;padding:1.5rem 1.5rem 1.5rem 11.25rem;text-align:left}.article-teaser h5{color:#fffffe;margin-bottom:.75em}.article-teaser .date{font-family:PresicavRg-Bold,Arial,Helvetica,sans-serif;color:#363030;display:block;margin-bottom:1em}.article-teaser .date img{display:inline-block;width:25px;margin-right:.5rem;margin-bottom:-5px}.article-teaser .link{background-color:#363030;color:#fffffe;text-decoration:none;border-radius:1em;display:inline-block;padding:.3em 1.5em}.article-teaser .link:hover{background-color:#1b1818}@media (max-width:1300px){.article-teaser{text-align:left}.article-teaser .thumbnail{max-width:200px}.article-teaser .thumbnail img{margin-top:-2em}.article-teaser .inner{padding-left:6rem;display:block}}@media (max-width:960px){.article-teaser .thumbnail{margin-left:auto;margin-right:auto;left:calc(50% - 100px);margin-top:-3rem}.article-teaser .thumbnail img{margin-top:0}.article-teaser .inner{margin:4.5rem 1.5rem 0;padding-left:1.5rem;padding-top:10.5rem;text-align:center}.article-teaser .inner .date img{display:none}}.page-auth .auth-container{display:flex}.page-auth .auth-container>.panel{flex-grow:1;margin-right:1.5rem}.page-auth .auth-container>.panel:last-child{margin-right:0}.page-auth .panel-body{background:#fffffe;max-width:640px;padding:1.5rem;margin:0 auto}.page-auth h1{margin-bottom:3rem}.page-auth .status,.page-auth h1{text-align:center}.page-auth .auth-actions{margin-top:1em}.page-auth .auth-actions>*{margin-right:1em}.page-auth .new-user-notice{margin-top:1.5rem;border-top:1px solid #363030;padding-top:.75rem}@media (max-width:720px){.page-auth .auth-container{flex-direction:column}.page-auth .auth-container>.panel{margin-right:0!important;margin-bottom:3rem}.page-auth .auth-container>.panel:last-child{margin-bottom:0}}.page-product .content-wrapper-images .dots{position:absolute;right:-430px;display:inline-block;width:100%;max-width:900px;opacity:.2;top:-30px}.page-product .content-wrapper-images .circle{background:#868281;display:inline-block;opacity:.2;width:1300px;height:1300px;border-radius:650px;position:absolute;top:120px;left:-600px}.page-product h1{margin-bottom:6rem;text-align:center}.page-product .product-detail{display:flex;justify-content:space-between}.page-product .product-detail>div{flex-basis:calc(50% - 0.75rem)}.page-product .product-detail .image{background:#fffffe;border:1px solid #da4749;padding:1.5rem;margin-bottom:1.5rem}.page-product .product-detail .extra-images ul{display:flex;flex-wrap:wrap;margin-left:-1.5rem}.page-product .product-detail .extra-images ul li{cursor:pointer;background:#5e5959;border:1px solid #da4749;padding:.75rem;display:inline-block;width:calc(20% - 1.5rem);margin-left:1.5rem;margin-bottom:1.5rem}.page-product .product-detail .extra-images ul li img{opacity:.5}.page-product .product-detail .extra-images ul li.active{background:#fffffe}.page-product .product-detail .extra-images ul li.active img{opacity:1}.page-product .product-detail .button-list{display:flex;flex-wrap:wrap;justify-content:space-between}.page-product .product-detail .button-list a{background-color:#363030;color:#fffffe;text-decoration:none;display:flex;align-items:center;justify-content:center;padding:.75em 1.25em;text-align:center;width:calc(50% - .75rem);margin-bottom:1.5rem}.page-product .product-detail .button-list a:hover{background-color:#1b1818}.page-product .product-detail .button-list a.back{background-color:#da4749;color:#fffffe;text-decoration:none;position:relative}.page-product .product-detail .button-list a.back:hover{background-color:#c6282a}.page-product .product-detail .button-list a.back:before{content:"◂";font-size:2em;position:absolute;left:.75em;margin-top:-.15em}.page-product .product-detail .info{background:#363030;color:#fffffe;margin:3rem 0 1.5rem;padding:3rem;position:relative}.page-product .product-detail .info .manufacturer-thumbnail{align-items:center;background:#fffffe;display:flex;justify-content:center;height:180px;padding:1.5rem;position:absolute;right:3rem;top:-3rem;width:180px}.page-product .product-detail .info .brief{margin-bottom:1.5rem}.page-product .product-detail .info .brief span{color:#da4749}.page-product .product-detail .info .price,.page-product .product-detail .info .price-warning{margin-bottom:1.5rem}.page-product .product-detail .info form{align-items:center;display:flex;margin-bottom:1.5rem}.page-product .product-detail .info form input{background:#fffffe;border-radius:1em;margin-bottom:0;max-width:100px;text-align:center}.page-product .product-detail .info form input,.page-product .product-detail .info form span{margin-right:1.5rem}.page-product .product-detail .info form button{border-radius:1em}.page-product .product-detail .info .filter-icon{max-width:75px}.page-product .product-detail .info .filter-icon svg path{stroke:#fffffe!important}.page-product .product-suggestions{margin-top:3.75rem}@media (max-width:960px){.page-product .product-detail>div:first-child{flex-basis:calc(33% - 0.75rem)}.page-product .product-detail>div:last-child{flex-basis:calc(66% - 0.75rem)}.page-product .product-detail .button-list a{width:auto}}@media (max-width:720px){.page-product .product-detail{flex-wrap:wrap}.page-product .product-detail>div{flex-basis:100%!important}.page-product .product-detail .image{max-width:450px;margin-right:auto;margin-left:auto}.page-product .product-detail .info .manufacturer-thumbnail{display:none}}.page-filter-finder.content-wrapper{padding:clamp(2rem,8vw,6rem) 0 0}.page-filter-finder .filter-finder-hero{padding:0 0 3rem}.page-filter-finder .filter-finder-hero h1{margin-bottom:.75rem;text-align:left;font-size:3.5em;letter-spacing:-.02em}.page-filter-finder .filter-finder-hero p{font-size:1.1em;line-height:1.4;color:#363030}.page-filter-finder .filter-finder-hero p strong{font-family:Urbane-Medium,sans-serif}@media (max-width:720px){.page-filter-finder .filter-finder-hero{padding:4.5rem 0 2.25rem}.page-filter-finder .filter-finder-hero h1{font-size:2.5em}}@media (max-width:450px){.page-filter-finder .filter-finder-hero{padding:3rem 0 1.5rem}.page-filter-finder .filter-finder-hero h1{font-size:2em}}.page-filter-finder .content-wrapper-lift .page-container{padding-top:0}.page-filter-finder .filter-finder{position:relative;margin-top:1.5rem;margin-bottom:6rem;z-index:10}.page-filter-finder .filter-finder .quick-filter-search{position:relative!important;margin-top:0!important;top:auto!important;left:auto!important;right:auto!important}.page-filter-finder .filter-finder .quick-filter-search>.page-container{box-shadow:none;width:100%;padding-top:3rem}.page-filter-finder .filter-finder-contact-strip{padding:6rem 0;text-align:center;margin-top:3rem}.page-filter-finder .filter-finder-contact-strip h3{margin-bottom:.375rem;font-size:2em}.page-filter-finder .filter-finder-contact-strip .contact-subtitle{margin-bottom:3rem;color:#6c6060;font-size:1.1em}.page-filter-finder .filter-finder-contact-strip .contact-options{display:flex;justify-content:center;gap:clamp(1rem,5vw,4.5rem)}.page-filter-finder .filter-finder-contact-strip .contact-option{display:flex;flex-direction:column;align-items:center;gap:1.5rem;color:#363030;text-decoration:none;transition:color .2s ease}.page-filter-finder .filter-finder-contact-strip .contact-option .icon-circle{width:clamp(50px,10vw,80px);height:clamp(50px,10vw,80px);border:2px solid #363030;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:border-color .2s ease,transform .2s ease}.page-filter-finder .filter-finder-contact-strip .contact-option .icon-circle svg{width:clamp(20px,4vw,32px);height:clamp(20px,4vw,32px);stroke-width:1.5}.page-filter-finder .filter-finder-contact-strip .contact-option span{font-family:Urbane-DemiBold,Arial,Helvetica,sans-serif;font-size:1em}.page-filter-finder .filter-finder-contact-strip .contact-option:hover{color:#da4749}.page-filter-finder .filter-finder-contact-strip .contact-option:hover .icon-circle{border-color:#da4749;transform:translateY(-3px)}.page-filter-finder .filter-finder-video-section{background:#da4749;color:#fffffe;padding:6rem 0;text-align:left}.page-filter-finder .filter-finder-video-section h2{margin-bottom:.75rem;font-size:2.25em;line-height:1.1}.page-filter-finder .filter-finder-video-section>.page-container>p{opacity:.9;font-size:1em;margin:1.5rem 0;line-height:1.5}.page-filter-finder .filter-finder-video-section>.page-container>p strong{font-family:Urbane-DemiBold,Arial,Helvetica,sans-serif}.page-filter-finder .filter-finder-video-section .video-thumbnail{position:relative;display:inline-block;cursor:pointer;overflow:hidden;width:100%;box-shadow:0 10px 30px rgba(0,0,0,.15);border-radius:clamp(1rem,5vw,3rem);padding:clamp(1rem,10vw,7.5rem);background-color:#fffffe;border:1px solid #1b1919;margin-top:3rem}.page-filter-finder .filter-finder-video-section .video-thumbnail iframe,.page-filter-finder .filter-finder-video-section .video-thumbnail img{background-color:#1b1919;display:block;width:100%;aspect-ratio:16/9;-o-object-fit:cover;object-fit:cover}.page-filter-finder .filter-finder-video-section .video-thumbnail.is-playing{cursor:default}@media (max-width:450px){.page-filter-finder .filter-finder-video-section{padding:4.5rem 0}.page-filter-finder .filter-finder-video-section h2{font-size:1.75em}}.page-filter-finder .filter-finder-seo{padding:6rem 0;background:#fffffe}.page-filter-finder .filter-finder-seo .seo-columns{display:flex;gap:4.5rem}.page-filter-finder .filter-finder-seo .seo-columns.single-column{flex-direction:column;margin:0 auto;gap:0}.page-filter-finder .filter-finder-seo .seo-columns.single-column strong{font-family:Urbane-Medium,sans-serif}.page-filter-finder .filter-finder-seo .seo-column{flex:1}.page-filter-finder .filter-finder-seo .seo-column strong{font-family:Urbane-DemiBold,Arial,Helvetica,sans-serif}.page-filter-finder .filter-finder-seo .seo-column h3{margin-top:3rem;margin-bottom:0;font-size:1.5em}.page-filter-finder .filter-finder-seo .seo-column p{margin-bottom:1.5rem;line-height:1.6;font-size:1em}.page-filter-finder .filter-finder-seo .seo-column p:last-child{margin-bottom:0}.page-filter-finder .filter-finder-seo .seo-column ul{margin-bottom:3rem;padding-left:1.5rem}.page-filter-finder .filter-finder-seo .seo-column ul li{line-height:1.5;font-size:1em;position:relative;list-style-type:none}.page-filter-finder .filter-finder-seo .seo-column ul li:before{content:"•";position:absolute;left:-1em;font-weight:700}@media (max-width:450px){.page-filter-finder .filter-finder-seo{padding:3rem 0}}.blur-results{filter:blur(.25em);pointer-events:none}.serial-search-access{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:#363030;border-radius:1em;box-shadow:0 0 20px rgba(54,48,48,.6);color:#fff;padding:2em 3em;width:85%}.serial-search-access h2{text-align:center}.serial-search-access p{text-align:center;margin-top:1em}.serial-search-access .contact{margin-top:1.5em;display:flex;align-items:center;justify-content:center;gap:1em}.page-page{background:#fff}.page-page .content-wrapper-images .circle{background:#868281;display:inline-block;opacity:.2;height:800px;position:absolute;top:-400px;left:-25px;right:-25px;border-radius:100%}.page-page h1{margin-bottom:3rem;text-align:center}.home-button{font-family:Urbane-Medium,Arial,Helvetica,sans-serif;border-radius:3em;font-size:1.4em;line-height:1em;padding:1em 6em}.home-hero{position:relative;min-height:700px;display:flex;align-items:center;color:#fffffe;overflow:hidden}.home-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#1b1919,rgba(27,25,25,.4) 60%,rgba(27,25,25,.2));z-index:1}.home-hero .home-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.home-hero .home-background img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.home-hero .page-container{position:relative;z-index:2;width:100%}.home-hero h1{font-family:var(--font-family--heading);font-size:clamp(2rem,6vw,4rem);line-height:1.1;margin-bottom:.5em;max-width:12em}.home-hero p{font-size:clamp(1.1rem,2vw,1.3rem);max-width:30em;line-height:1.4}.home-hero:after{content:"";display:block;height:3rem}.home-form{position:absolute;margin-top:-6rem;left:0;right:0;z-index:10}.home-form .page-container,.quick-filter-search .page-container{max-width:1300px;width:calc(100% - 3rem);margin:0 auto;background:#363030;color:#fffffe;padding:3rem 4.5rem;border-top:.75rem solid #da4749;border-radius:10px;box-shadow:0 20px 40px rgba(0,0,0,.3)}.home-form h2,.quick-filter-search h2{text-align:center;margin-bottom:3rem;font-size:1.4em;font-weight:700}.home-form .form-wrapper,.home-form form,.quick-filter-search .form-wrapper,.quick-filter-search form{display:flex;width:100%;gap:1.5rem;align-items:stretch}.home-form .search-or-wrapper,.quick-filter-search .search-or-wrapper{flex:0 0 auto;display:flex;align-items:center;opacity:.8}.home-form .search-input-wrapper,.quick-filter-search .search-input-wrapper{flex:1 1 auto;position:relative;display:flex;align-items:center}.home-form .search-input-wrapper .search-icon,.quick-filter-search .search-input-wrapper .search-icon{position:absolute;top:50%;left:1.5rem;width:24px;height:24px;margin-top:-16px;color:#363030;pointer-events:none;opacity:.5}.home-form .search-input-wrapper .home-search-query,.quick-filter-search .search-input-wrapper .home-search-query{width:100%;padding:1.5rem 1.5rem 1.5rem 3.75rem;border:2px solid transparent;border-radius:.75rem;font-size:1.1em;background:#fffffe;color:#363030;box-sizing:border-box;transition:all .2s ease}.home-form .search-input-wrapper .home-search-query::-moz-placeholder,.quick-filter-search .search-input-wrapper .home-search-query::-moz-placeholder{color:#363030}.home-form .search-input-wrapper .home-search-query::placeholder,.quick-filter-search .search-input-wrapper .home-search-query::placeholder{color:#363030}.home-form .search-input-wrapper .home-search-query:focus,.quick-filter-search .search-input-wrapper .home-search-query:focus{outline:none;border-color:#da4749;box-shadow:0 0 0 4px rgba(218,71,73,.2)}.home-form .select-wrapper,.quick-filter-search .select-wrapper{flex:0 0 auto;position:relative;display:flex;align-items:center}.home-form .select-wrapper .home-search-select,.quick-filter-search .select-wrapper .home-search-select{font-family:Urbane-DemiBold,Arial,Helvetica,sans-serif;appearance:none;-webkit-appearance:none;-moz-appearance:none;background:#da4749;color:#fffffe;border:2px solid #da4749;border-radius:.75rem;padding:1.5rem 4.5rem 1.5rem 3rem;font-size:1.1em;font-weight:700;cursor:pointer;box-sizing:border-box;transition:background .2s ease;text-align:center}.home-form .select-wrapper .home-search-select:hover,.quick-filter-search .select-wrapper .home-search-select:hover{background:#d63234}.home-form .select-wrapper .home-search-select:focus,.quick-filter-search .select-wrapper .home-search-select:focus{outline:none;box-shadow:0 0 0 4px rgba(218,71,73,.4);border-color:#c6282a}.home-form .select-wrapper .home-search-select option,.quick-filter-search .select-wrapper .home-search-select option{background:#fffffe;color:#363030;padding:1.5rem}.home-form .select-wrapper .select-arrow,.quick-filter-search .select-wrapper .select-arrow{position:absolute;top:50%;right:2.25rem;margin-top:-16px;width:24px;height:24px;color:#fffffe;pointer-events:none}h2.home-subheading{font-size:2.4em;text-align:center;max-width:22em;margin:0 auto}.home-why{align-items:stretch;display:flex;justify-content:stretch}.home-why .image{flex:0 0 50%;background-color:#1b1919;position:relative;overflow:hidden}.home-why .image picture{position:absolute;inset:0;width:100%;height:100%}.home-why .image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.home-why .text{background-color:#da4749;color:#fffffe;flex:1 1 auto;padding:18rem 1.5rem 4.5rem 4.5rem;position:relative}.home-why .text .column-container{max-width:645px}.home-why .text p{font-size:clamp(1.6rem,3vw,2.8rem);line-height:1.2em}.home-why .text p,.home-why .text ul{font-family:var(--font-family--heading)}.home-why .text ul li{font-size:clamp(1rem,3vw,1.4rem);line-height:1.2em;margin:3rem 0}.home-service{overflow:hidden;padding:7.5rem 0;position:relative}.home-service .page-container{max-width:1800px}.home-service h2{font-size:2.8rem;text-align:center}.home-service .grid-container{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:auto;gap:clamp(1.5rem,5vw,9rem);margin:3rem 0}.home-service .grid-container .grid-item{display:flex;flex-direction:column;background-color:#1b1919;color:#fffffe;border-radius:1.5rem;overflow:hidden;width:100%}.home-service .grid-container .grid-item .image-box{aspect-ratio:4/3;width:100%;overflow:hidden;flex:0 0 auto}.home-service .grid-container .grid-item .image-box img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center 20%;object-position:center 20%;pointer-events:none}.home-service .grid-container .grid-item .text-box{padding:0 3rem 2.25rem;margin-top:-30px;position:relative;z-index:2;background:linear-gradient(180deg,transparent,#000 30px,#000);flex:1 1 auto;display:flex;flex-direction:column}.home-service .grid-container .grid-item .text-box h3{font-size:1.2em;margin:.5em 0}.home-service .grid-container .grid-item .text-box p{font-size:.9em}.home-service .circle{background-color:#e9e9e7;border-radius:100%;height:70vw;position:absolute;right:-10%;top:6rem;width:75vw;z-index:-1}.home-trusted{background-color:#1b1919;position:relative;overflow:hidden;color:#fffffe;padding:9rem 0}.home-trusted .home-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.home-trusted .home-background img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.home-trusted .page-container{position:relative;max-width:1100px}.home-trusted .quote{border-bottom:1px solid #fffffe;border-top:1px solid #fffffe;margin:2em 0;padding:2em 4em}.home-trusted .quote .stars{display:flex;justify-content:center;gap:.75rem;margin-bottom:.75rem}.home-trusted .quote .stars svg{display:block;width:1em;height:1em}.home-trusted .quote p{font-size:1.2em;font-style:italic;text-align:center}.home-trusted .button{border:1px solid #fffffe}.home-articles{background-image:url(/holm/assets/microns-light-grey.svg);background-size:50%;background-position-x:right;background-position-y:4.5rem;background-repeat:no-repeat;padding:9rem 0}.home-articles .page-container{max-width:1500px}.home-articles h2{margin-left:4.5rem}.home-articles .article-list-wrapper{position:relative;margin:3rem 0}.home-articles .article-list-wrapper:after{content:"";position:absolute;top:0;right:0;bottom:0;width:15%;background:linear-gradient(90deg,hsla(0,0%,100%,0),#fff);pointer-events:none;z-index:5;transition:opacity .3s ease;opacity:1}.home-articles .article-list-wrapper.is-at-end:after{opacity:0}.home-articles .article-list-wrapper:before{content:"";position:absolute;top:0;left:0;bottom:0;width:15%;background:linear-gradient(270deg,hsla(0,0%,100%,0),#fff);pointer-events:none;z-index:5;transition:opacity .3s ease;opacity:1}.home-articles .article-list-wrapper.is-at-start:before{opacity:0}.home-articles .article-list-wrapper .scroll-arrow{position:absolute;top:50%;transform:translateY(-50%);width:80px;height:80px;border-radius:50%;background-color:hsla(0,0%,100%,.7);border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;transition:opacity .3s ease,background-color .3s ease;-webkit-tap-highlight-color:rgba(0,0,0,0)}.home-articles .article-list-wrapper .scroll-arrow:hover{background-color:hsla(0,0%,100%,.9)}.home-articles .article-list-wrapper .scroll-arrow svg{width:32px;height:32px;stroke:#1b1919;stroke-width:3}.home-articles .article-list-wrapper .scroll-arrow.scroll-prev{left:0}.home-articles .article-list-wrapper .scroll-arrow.scroll-next{right:0}.home-articles .article-list-wrapper .scroll-arrow.is-hidden{opacity:0;pointer-events:none}.home-articles .article-list{cursor:grab;display:flex;gap:1.5rem;justify-content:flex-start;overflow-x:scroll;scrollbar-width:none;-ms-overflow-style:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;scroll-behavior:smooth}.home-articles .article-list::-webkit-scrollbar{display:none}.home-articles .article-list:active{cursor:grabbing;scroll-behavior:auto}.home-articles article{aspect-ratio:1/1;border-radius:.75rem;display:block;flex:0 0 auto;overflow:hidden;position:relative;width:28%}.home-articles article a{display:block;color:#fffffe;-webkit-tap-highlight-color:rgba(0,0,0,0)}.home-articles article img{height:100%;-o-object-fit:cover;object-fit:cover;pointer-events:none;width:100%}.home-articles article .text{pointer-events:none;background-color:rgba(27,25,25,.6);bottom:0;display:flex;flex-direction:column;justify-content:flex-end;padding:1.5rem;position:absolute;inset:0}.home-articles article .button{border-radius:3em;display:inline-block;font-size:.8em;line-height:1em;margin-top:.75rem;padding:.8em 1.5em}.home-articles .cta,.home-cta{text-align:center}.home-cta{background-color:#e9e9e7;padding:12rem 0}.home-cta p.strapline{font-family:var(--font-family--heading-light);font-size:1.6em;margin:1em 0 2em}.home-cta p.footnote{font-family:Urbane-Medium,Arial,Helvetica,sans-serif;font-size:1.1em;margin-top:1em}.home-cta p.footnote a{color:#1b1919;text-decoration:underline}.home-cta .button{background-color:#1b1919;min-width:40%}.home-cta .button:focus,.home-cta .button:hover{background-color:#363030}@media (max-width:1300px){.home-service .grid-container{gap:3rem}.home-service .grid-container .grid-item .text-box{padding:0 3rem 30px}}@media (max-width:960px){h2.home-subheading{font-size:2em}.home-button{padding:1em 4em}.home-hero{min-height:400px}.home-hero:after{height:1.5rem}.home-form,.quick-filter-search{position:relative;margin-top:0;top:auto;padding:0}.home-form .page-container,.quick-filter-search .page-container{width:100%;margin:-1.5rem 0;padding:3rem}.home-form h2,.quick-filter-search h2{font-size:1.2em}.home-form .form-wrapper,.home-form form,.quick-filter-search .form-wrapper,.quick-filter-search form{flex-direction:column;justify-content:stretch;align-items:stretch;gap:.75rem}.home-form .search-or-wrapper,.quick-filter-search .search-or-wrapper{justify-content:center;margin:.5em 0}.home-form .search-input-wrapper .search-icon,.quick-filter-search .search-input-wrapper .search-icon{left:.75rem;width:18px;height:18px}.home-form .search-input-wrapper .home-search-query,.quick-filter-search .search-input-wrapper .home-search-query{padding:1.125rem .75rem 1.125rem 3rem;font-size:1em}.home-form .search-or-wrapper div,.quick-filter-search .search-or-wrapper div{text-align:center;width:100%}.home-form .select-wrapper .home-search-select,.quick-filter-search .select-wrapper .home-search-select{width:100%;min-width:auto;padding:.75rem 4.5rem .75rem 1.5rem}.home-why .text{padding:6rem 3rem}.home-service{padding:6rem 0}.home-service h2{font-size:2rem}.home-service .grid-container .grid-item .text-box{padding:0 1.5rem 1.5rem;margin-top:-20px;background:linear-gradient(180deg,transparent,#000 20px,#000)}.home-service .grid-container .grid-item .text-box h3{font-size:1em}.home-service .grid-container .grid-item .text-box p{font-size:.8em}.home-trusted{padding:6rem 0}.home-trusted .quote{padding:2em 3em}.home-trusted .quote p{font-size:1.1em}.home-articles{padding:6rem 0}.home-articles article{width:40%}.home-cta{padding:6rem 0}}@media (max-width:959px){.home-service .grid-container{grid-template-columns:1fr}}@media (max-width:720px){h2.home-subheading{font-size:1.8em}.home-button{padding:1em 3em;font-size:1em;width:100%}.home-hero h1,.home-hero p{max-width:100%}.home-service .grid-container .grid-item .text-box{padding:0 2.25rem 2.25rem;margin-top:-30px;background:linear-gradient(180deg,transparent,#000 30px,#000);color:#fffffe}.home-service .grid-container .grid-item .text-box h3{font-size:1.2em;margin-bottom:.5em}.home-service .grid-container .grid-item .text-box p{font-size:.9em;line-height:1.4}.home-why{flex-direction:column;overflow:hidden}.home-why .image{flex:0 0 auto;width:100%;aspect-ratio:4/3}.home-why .text{padding:4.5rem 3rem;width:100%;box-sizing:border-box}.home-why .text .column-container{max-width:100%}.home-why .text ul li{margin:2.25rem 0}.home-service{padding:4.5rem 0}.home-service h2{font-size:1.8rem}.home-service .grid-container{gap:3rem}.home-service .circle{width:100vw;height:100vw;right:-30%}.home-trusted{padding:4.5rem 0}.home-trusted .quote{padding:1.5em 1em}.home-trusted .quote p{font-size:1em}.home-articles{padding:4.5rem 0}.home-articles h2{margin-left:3rem}.home-articles article{width:80%;min-width:280px}.home-cta{padding:4.5rem 0}.home-cta p.strapline{font-size:1.1em}.home-cta .button{min-width:60%}}@media (max-width:1100px){.page-filter-finder .quick-filter-search{margin-bottom:3rem}.page-filter-finder .quick-filter-search .page-container{padding-left:1.5rem;padding-right:1.5rem}.page-filter-finder .quick-filter-search .form-wrapper{flex-direction:column;gap:.75rem}.page-filter-finder .quick-filter-search .search-or-wrapper{justify-content:center;margin:.5em 0}.page-filter-finder .quick-filter-search .search-or-wrapper div{text-align:center;width:100%}.page-filter-finder .quick-filter-search .home-search-select,.page-filter-finder .quick-filter-search .select-wrapper{width:100%}}@media (max-width:450px){h2.home-subheading{font-size:1.5em}.home-button{padding:1em 2em;width:100%;max-width:300px}.home-form h2,.quick-filter-search h2{font-size:1.3em;margin-bottom:2.25rem}.home-form .select-wrapper .home-search-select,.quick-filter-search .select-wrapper .home-search-select{padding:1.5rem 6rem 1.5rem 1.5rem;font-size:1em}.home-form .select-wrapper .select-arrow,.quick-filter-search .select-wrapper .select-arrow{width:18px;height:18px;right:1.5rem}.home-why .text{padding:3rem;width:100%;box-sizing:border-box}.home-service .grid-container .grid-item .text-box h3{font-size:1.1em}.home-service .grid-container .grid-item .text-box p{font-size:.85em}.home-articles article{width:85%;min-width:260px}.home-articles article h3{font-size:1em}.home-cta .button{min-width:80%}}.page-basket h1{margin-bottom:3rem;text-align:center}.page-basket .product-suggestions{border-top:none}.page-basket .empty{text-align:center}.page-basket .basket-stock-issue{color:#ffba68}.page-basket .basket-in-stock{color:#0fad8e}.page-checkout h1{margin-bottom:3rem;text-align:center}.page-checkout .thanks-panel{background:#fffffe;text-align:center;padding:1.5rem}.page-error h1{margin-bottom:3rem;text-align:center}