/* Icons extracted from 1.psd. The surrounding circles retain the homepage geometry. */
.header-top-inner>span{display:inline-flex;align-items:center;gap:7px;white-space:nowrap}
.header-top-inner>span .header-contact-icon{display:block;flex:0 0 auto;width:auto;height:16px;object-fit:contain}
.header-top-inner>span .header-contact-icon.email{height:12px}
.header-socials a,.footer-socials a{display:grid;place-items:center;overflow:hidden}
.header-socials a{width:20px;height:20px;border-radius:50%;background:rgba(255,255,255,.42)}
.header-socials a img{width:70%;height:70%;object-fit:contain}
.footer-socials a{width:36px;height:36px;border-radius:50%;background:#c9c9c9}
.footer-socials a img{width:61%;height:61%;object-fit:contain}
.desktop-header.is-compact .header-socials a{width:18px;height:18px}
.desktop-header.is-compact .header-top-inner>span .header-contact-icon{height:14px}
.desktop-header.is-compact .header-top-inner>span .header-contact-icon.email{height:10px}
@media(max-width:1100px){
 .product-page .header-top-inner>span .header-contact-icon{height:15px}
 .product-page .header-socials a{width:19px;height:19px}
}
@media(max-width:900px){
 .desktop-header .header-socials,.desktop-header .header-top-inner>span{display:none}
}
