body {
    background: #f8f8f8;
}

.navbar {
    background: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    padding: 20px 0;
}

.icon-nav {
    font-weight: bold;
    font-size: 22px;
}

.ps-search-drawer {
    background: #fff;
    padding: 20px;
}

.navbar-nav.icon-nav-buttons {
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
    flex-basis: 100%;
}

.cart-item-remove {
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: red;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
}

@font-face {
    font-family: "flaticon_mycollection";
    src: url("./fonts/icons.woff2?93a49025ae3c578d8ab37cf1a09c0165") format("woff2"), url("./fonts/icons.woff?93a49025ae3c578d8ab37cf1a09c0165") format("woff"), url("./fonts/icons.eot?93a49025ae3c578d8ab37cf1a09c0165#iefix") format("embedded-opentype"), url("./fonts/icons.ttf?93a49025ae3c578d8ab37cf1a09c0165") format("truetype"), url("./fonts/icons.svg?93a49025ae3c578d8ab37cf1a09c0165#flaticon_mycollection") format("svg")
}

i[class^="flaticon-"]:before,
i[class*=" flaticon-"]:before {
    font-family: flaticon_mycollection !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.flaticon-user:before {
    content: "\f101";
}

.flaticon-search-interface-symbol:before {
    content: "\f102";
}

.flaticon-shopping-bag:before {
    content: "\f103";
}

.ps-section {
    background-color: #fff;
}

.container {
    max-width: 1200px;
}

.ps-page {
    min-height: 55vh;
    display: flex;
    align-items: center;
    background-color: #fff;
}

.footer-social-links {
    list-style: none;
    padding: 0;
    margin: 0 0 10px 0;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.footer-social-links li a {
    color: #fff;
    font-size: 20px;
    transition: color 0.3s ease;
}