.catalogue-card{color:#101114;background:#fff;border:1px solid #e1e2e5;border-radius:12px;flex-direction:column;min-width:0;padding:0 16px 16px;font-family:Inter,Segoe UI Variable,Segoe UI,system-ui,sans-serif;transition:border-color .18s,box-shadow .18s;display:flex;overflow:hidden;box-shadow:0 2px 8px #0f121805;container-type:inline-size}.catalogue-card:hover{border-color:#c4c6cb;box-shadow:0 8px 22px #0f121812}.catalogue-card__media{flex:none;width:calc(100% + 32px);height:224px;margin-left:-16px;position:relative}.catalogue-card__image{isolation:isolate;background:#fff;justify-content:center;align-items:center;width:100%;height:100%;padding:20px 28px 12px;display:flex;overflow:hidden}.catalogue-card__image img{z-index:1;object-fit:contain;width:100%;height:100%;position:relative}.catalogue-card__save{z-index:4;color:#62666e;cursor:pointer;background:#ffffffeb;border:0;border-radius:50%;place-items:center;width:44px;height:44px;display:grid;position:absolute;top:8px;right:8px}.catalogue-card__save:hover{color:#101114;background:#f4f4f5}.catalogue-card__save svg{width:20px;height:20px}.catalogue-card__save.is-saved{border-color:var(--red);background:var(--red);color:#fff}.catalogue-card__save.is-saved svg{fill:currentColor}.catalogue-card__save:disabled{cursor:wait;opacity:.65}.catalogue-card__discount{z-index:3;background:var(--red);color:#fff;pointer-events:none;gap:4px;padding:6px 10px;font-size:.875rem;line-height:1.2;display:flex;position:absolute;bottom:10px;right:0}.catalogue-card__discount strong,.catalogue-card__discount small{font:inherit;font-weight:750}.catalogue-card__warranty{z-index:3;pointer-events:none;width:58px;height:58px;display:block;position:absolute;bottom:8px;left:12px}.catalogue-card__warranty>img{object-fit:contain;clip-path:circle(49%);width:100%;height:100%;display:block}.catalogue-card__warranty--onsite{height:65px}.catalogue-card__warranty>.cfe-onsite-warranty-badge{width:100%;height:100%;display:block}.catalogue-card__copy{flex-direction:column;gap:7px;min-width:0;padding-top:10px;display:flex}.catalogue-card__brand{color:#717780;letter-spacing:.3px;text-transform:uppercase;align-items:center;gap:6px;font-size:.75rem;font-weight:650;line-height:1.4;display:flex}.catalogue-card__brand>span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.catalogue-card__brand-logo{object-fit:contain;vertical-align:middle;width:92px;height:18px;display:inline-block}.catalogue-card__copy>a{color:#101114;display:block}.catalogue-card__copy h3{letter-spacing:-.2px;-webkit-line-clamp:3;-webkit-box-orient:vertical;min-height:2.8em;margin:0;font-size:1rem;font-weight:650;line-height:1.4;display:-webkit-box;overflow:hidden}.catalogue-card__caption{color:#62666d;margin:0;font-size:.75rem;line-height:1.4}.catalogue-card__specs{flex-wrap:wrap;align-content:flex-start;gap:4px 12px;width:100%;min-height:34px;margin:8px 0 12px;padding:0;display:flex}.catalogue-card__specs>div{min-width:0;max-width:100%}.catalogue-card__specs dd{color:#656970;overflow-wrap:anywhere;margin:0;font-size:.8125rem;line-height:1.5}.catalogue-card__commerce{border-top:1px solid #eeeeef;flex-direction:column;align-items:flex-start;gap:7px;min-width:0;margin-top:auto;padding:12px 0;display:flex}.catalogue-card__price-row{flex-wrap:wrap;align-items:baseline;gap:4px 8px;min-width:0;display:flex}.catalogue-card__price-row .catalogue-price{white-space:normal;flex-direction:column;align-items:flex-start;gap:4px;min-width:0;display:flex}.catalogue-card__price-row .catalogue-discount-flag{display:none}.catalogue-card__price-row .catalogue-sale-line del{color:#707176;font-size:.75rem;font-weight:500;line-height:1.3}.catalogue-card__price-row .catalogue-reserve-label{color:#707176;font-size:.75rem;line-height:1.3}.catalogue-card__price-row .catalogue-current-line{flex-wrap:wrap;align-items:baseline;gap:4px 6px;display:flex}.catalogue-card__price-row .catalogue-current-line strong{color:#d65300;letter-spacing:-.5px;white-space:normal;overflow-wrap:anywhere;font-size:1.625rem;font-weight:750;line-height:1.15}.catalogue-card__price-row .catalogue-current-line small{color:#717780;white-space:nowrap;font-size:.75rem;font-weight:400;line-height:1.3}.catalogue-card__price-row.is-price-request .catalogue-current-line strong{font-size:1.125rem;line-height:1.3}.catalogue-card__saving{color:#147a46;gap:4px;font-size:.75rem;display:flex}.catalogue-card__saving small,.catalogue-card__saving strong{font-size:inherit}.catalogue-card__commerce>.product-delivery-status{text-align:left;background:0 0;border-radius:0;justify-content:flex-start;gap:6px;width:fit-content;min-height:0;padding:0;font-size:.875rem;font-weight:500;line-height:1.4}.catalogue-card__commerce>.product-delivery-status svg{flex-basis:16px;width:16px;height:16px}.catalogue-card__commerce>.product-card-colour-options{width:100%;min-height:24px}.catalogue-card__actions{margin-top:0}.catalogue-card__actions>button,.catalogue-card__actions>a{color:#fff;text-align:center;cursor:pointer;background:#101114;border:0;border-radius:7px;justify-content:center;align-items:center;gap:7px;width:100%;min-height:44px;padding:11px 8px;font-size:.875rem;font-weight:650;line-height:1.3;display:flex}.catalogue-card__actions>button>span{justify-content:center;align-items:center;gap:6px;display:inline-flex}.catalogue-card__actions svg{flex:none;width:18px;height:18px}.catalogue-card__actions>button:hover,.catalogue-card__actions>a:hover{background:#27282c}.catalogue-card__actions>button:disabled{color:#656a73;cursor:not-allowed;background:#e6e8ec}.catalogue-card__actions>button.is-added{background:#16834b;animation:.48s cubic-bezier(.2,.8,.2,1) featured-add-button-pulse}.catalogue-card__actions>button.is-added>span{animation:.34s ease-out both featured-add-content-in}.catalogue-card--added{animation:.7s ease-out featured-add-card-pulse}.catalogue-card--added .catalogue-card__image img{animation:.58s featured-add-image-pop}.catalogue-card :is(a,button):focus-visible{outline:2px solid var(--red);outline-offset:-3px}.featured-carousel .featured-product-page{grid-template-rows:repeat(2,minmax(0,auto))}.account-favourites-product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.checkout-recommendation-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.checkout-recommendation{flex-direction:column;gap:10px;min-width:0;display:flex}.checkout-recommendation>.catalogue-card{flex:1}.checkout-recommendation-range{color:#b40012;text-align:center;text-underline-offset:3px;font-size:12px;font-weight:650;text-decoration:underline}@media (width>=641px) and (width<=900px){.featured-carousel .featured-product-page{grid-template-rows:repeat(4,minmax(0,auto))}.account-favourites-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=640px){.catalogue-card{padding:0 12px 12px}.catalogue-card__media{width:calc(100% + 24px);margin-left:-12px}.account-favourites-product-grid,.checkout-recommendation-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}}@container (width<=250px){.catalogue-card__media{height:174px}.catalogue-card__image{padding:20px 18px 10px}.catalogue-card__copy h3{font-size:.875rem}.catalogue-card__specs{gap:2px;margin-bottom:10px}.catalogue-card__specs>div{width:100%}.catalogue-card__specs>div+div{display:none}.catalogue-card__brand-logo{width:65px;height:16px}.catalogue-card__price-row .catalogue-current-line strong{font-size:1.25rem}.catalogue-card__price-row.is-price-request .catalogue-current-line strong{font-size:1rem}.catalogue-card__commerce{gap:5px;padding:10px 0}.catalogue-card__warranty{width:44px;height:44px}.catalogue-card__warranty--onsite{height:49.5px}}@container (width<=180px){.catalogue-card__media{height:150px}.catalogue-card__image{padding:20px 14px 10px}.catalogue-card__save{top:2px;right:2px}}@media (prefers-reduced-motion:reduce){.catalogue-card,.catalogue-card *{transition:none!important;animation:none!important}}
