// Make Carrier logo clickable and link to Carrier collection document.addEventListener("DOMContentLoaded",function() {const headerLogo = document.querySelector(".header-logo"); if (headerLogo) {// Create a link element for the Carrier logo const carrierLink = document.createElement("a"); carrierLink.href = "/collections/356045881493"; carrierLink.className = "carrier-logo"; carrierLink.title = "View Carrier Collection"; carrierLink.setAttribute("aria-label","Carrier Collection"); // Insert the link after the main logo headerLogo.appendChild(carrierLink);}}); @media (min-width: 1025px){.header-logo{display:flex;align-items:center;gap:15px}.header-logo img{height:70px;width:auto}.header-logo:after{content:"";display:inline-block;width:95px;height:70px;background-image:url(/cdn/shop/files/wp-1649270442009.jpg?v=1772202728);background-size:contain;background-repeat:no-repeat;background-position:center;vertical-align:middle;cursor:pointer;transition:opacity .3s ease}.header-logo:after:hover{opacity:.8}.header-logo a.carrier-logo{display:inline-block;width:95px;height:70px;background-image:url(/cdn/shop/files/wp-1649270442009.jpg?v=1772202728);background-size:contain;background-repeat:no-repeat;background-position:center;text-decoration:none;cursor:pointer;transition:opacity .3s ease}.header-logo a.carrier-logo:hover{opacity:.8}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/custom.css.map */
