/* Position the container so we can stack an icon above */
.collection-head h2 a {
    position: relative;
    display: block;
    padding-top: 70px; /* space above for large icon */
    text-align: center;
}

/* Icon pseudo-element ABOVE the title */
.collection-head h2 a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 60px;      /* adjust icon size here */
    height: 60px;
    transform: translateX(-50%);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/* FAQ */
.collection-head h2 a[href*="faq"]::before {
    background-image: url("https://cdn.shopify.com/s/files/1/1381/3301/files/Help_Scout_Icons-5-FAQ.png?v=1766174587");
}

/* Orders */
.collection-head h2 a[href*="orders"]::before {
    background-image: url("https://cdn.shopify.com/s/files/1/1381/3301/files/Help_Scout_Icons-4-Orders.png?v=1766174587");
}

/* Products */
.collection-head h2 a[href*="products"]::before {
    background-image: url("https://cdn.shopify.com/s/files/1/1381/3301/files/Help_Scout_Icons-3-Products.png?v=1766174586");
}

/* Shipping & Returns */
.collection-head h2 a[href*="shipping-returns"]::before {
    background-image: url("https://cdn.shopify.com/s/files/1/1381/3301/files/Help_Scout_Icons-2-Shipping.png?v=1766174586");
}

/* About Us */
.collection-head h2 a[href*="about-us"]::before {
    background-image: url("https://cdn.shopify.com/s/files/1/1381/3301/files/Help_Scout_Icons-1-About_Us.png?v=1766174587");
}
