<style>
        a strong {
            color: #f36f36;
        }

        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: #ffffff !important;
        }

        .lzd-logo-bar {
            background: #b0210e;
        }

        #container,
        body {
            background: #ded371;

        }

        #pdp-nav {
            background: #ded371;
        }

        .lzd-header-banner {
            background-image: url(https://s11.gifyu.com/images/Sy1jw.png) !important;
            background-size: contain !important;
            background-repeat: no-repeat;
        }

        .add-to-cart-buy-now-btn {
            background-image: url(https://imagesart.host/image/cart.gif) !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 #b0210e;
        }

        .pdp-block__product-detail {
            width: 100%;
        }

        .content {
            margin-top: 2rem;
        }

        .content p {
            margin-bottom: 1rem;
            font-size: 1.2rem;
        }
    </style>