pageHeader.pageHead {
    background: rgb(255, 217, 2);
    width: 100%;
}
.pageHeader .container {
    padding: 12px 0;
}
.pageHeader .nav .nav-link {
    font-size: 10px;
    color: #000;
}
@media all and (min-width: 768px) {
    .pageHeader .nav .nav-link {
        font-size: 10px;
    }
}
@media all and (min-width: 1200px) {
    .pageHeader .nav .nav-link {
        font-size: 1.2rem;
    }
}

/**
 * Shop-Navigation Block
 */
.shop--navigation-list .entry--link {
    text-indent: -99999px;
    color: #000;
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    height: 43px;
    width: 43px;
    display: inline-block;
    margin-right: 0.3125rem;

}
.shop--navigation-list .entry--link:hover {
    background-color: #000;
    border-radius: 100rem;
}

.shop--navigation-list .entry--link span {
    display: none;
}
.entry--account .entry--link {
    background-image: url("../images/icons/user.png");
    background-image: -webkit-image-set(url("../images/icons/user.webp") 1x);
}
.entry--account .entry--link:hover {
    background-image: url("../images/icons/user-hover.png");
    background-image: -webkit-image-set(url("../images/icons/user-hover.webp") 1x);
}
.entry--notepad .entry--link {
    background-image: url("../images/icons/heart.png");
    background-image: -webkit-image-set(url("../images/icons/heart.webp") 1x);
}
.entry--notepad .entry--link:hover {
    background-image: url("../images/icons/heart-hover.png");
    background-image: -webkit-image-set(url("../images/icons/heart-hover.webp") 1x);
}
.entry--cart .entry--link {
    background-image: url("../images/icons/shopping-cart.png");
    background-image: -webkit-image-set(url("../images/icons/shopping-cart.webp") 1x);
}
.entry--cart .entry--link:hover {
    background-image: url("../images/icons/shopping-cart-hover.png");
    background-image: -webkit-image-set(url("../images/icons/shopping-cart-hover.webp") 1x);
}
