            a strong {
    color: #000000;
    }
    
    ul {
    list-style: initial;
    margin-inline-start: 20px; }
    
    p {
    margin-block-start: 1em; margin-block-end: 1em; }
    
    .lzd-header .lzd-logo-bar .logo-bar-content .lzd-logo-content img {
    width: 15em !important;
    object-fit: contain;
    aspect-ratio: 1/1;
    }
    
    .lzd-links-bar {
    background: #000000 !important;
    }
    
    .lzd-logo-bar {
    background: linear-gradient(323deg, #00f6ff, rgb(152 0 227 / 72%));
    }
    
    #container, body {
        position: relative;
        background: linear-gradient(180deg, #33212d 0%, #0f0a11 100%);
}
    
    #pdp-nav {
    background: #33212d;
    }
    
    .lzd-header-banner {
    background-image: url(https://i.imgur.com/wLNibi5.png) !important;
    background-size: contain !important;
    background-repeat: no-repeat;
    }
    
    .add-to-cart-buy-now-btn {
    background-image: url(https://i.imgur.com/wLNibi5.png) !important;
    background-size: contain !important;
    }
    
    .add-to-cart-buy-now-btn:hover {
    filter: invert();
    }
    
    #root.pdp-block {
    background-color: #ffffff;
    }
    
    .pdp-mod-common-image {
    transition: ease-in 0.3s;
    }
    
    .pdp-mod-common-image:hover {
    border: solid 5px #991e1e;
    }
    
    .pdp-block__product-detail {
    width: 100%;
    }
    
    .lzd-site-nav-menu {
    background: linear-gradient(270deg, #2bf1ff, #4fa9f6 48.74%, #ab4feb) !important;
    }
    
    .lzd-site-nav-menu .lzd-site-menu-nav-container .lzd-menu-labels .lzd-menu-labels-item .lzd-menu-labels-item-text {
    color: #ffffff !important;
    }
    
    .lzd-site-nav-menu .lzd-site-menu-nav-container .lzd-site-menu-nav-category .lzd-site-menu-nav-category-text {
       color: #ffffff !important;
    }
    
    .lzd-header .lzd-links-bar .top-links-item .orange,.lzd-header .lzd-links-bar .top-links-item.orange {
    color: #c7b4b4 !important;
    }
    
    .lzd-header .lzd-links-bar .top-links-item .cyan, .lzd-header .lzd-links-bar .top-links-item.cyan {
    color: #c7b4b4 !important;
    }
    
    .content {
    margin-top: 2rem;
    }
    
    .content p {
    margin-bottom: 1rem;
    font-size: 1.2rem;
    }
    
    .fixed-footer {
    display: flex;
    justify-content: space-around;
    position: fixed;
    background: linear-gradient(270deg,#0f0a11,#533549 48.74%,#0f0a11);
    padding: 5px 0;
    box-shadow: 0 0 8px 4px #000;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99
    }
    
    .fixed-footer a {
    flex-basis: calc((100% - 15px*6)/ 5);
    text-decoration: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    max-width: 75px;
    font-size: 12px;
    font-family: Ubuntu, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    }
    
    .fixed-footer a:hover {
    font-weight: bold;
    }
    
    .fixed-footer .center {
    transform: scale(1.5) translateY(-5px);
    background: center no-repeat;
    background-size: contain;
    background-color: inherit;
    border-radius: 50%;
    }
    
    .fixed-footer img {
    max-width: 20px;
    margin-bottom: 0;
    max-height: 20px;
    }