         #block-9uUVSSMxTb {
           display: flex;
           gap: 20px;
           align-items: flex-start;
           flex-wrap: wrap;
           padding: 20px;
           box-sizing: border-box;
         }

         .pdp-block__gallery {
           flex: 1;
           max-width: 400px;
         }

         .pdp-block__main-information-detail {
           flex: 2;
           min-width: 300px;
         }

         .gallery-preview-panel__image {
           max-width: 100%;
           height: auto;
           display: block;
           border-radius: 8px;
         }

         .n-columns-2 {
           display: flex;
           gap: 10px;
           margin-top: 10px;
         }

         .n-columns-2 a {
           padding: 10px 20px;
           background-color: #007bff;
           color: white;
           text-decoration: none;
           border-radius: 4px;
         }

         .n-columns-2 a:hover {
           background-color: #0056b3;
         }

         h1 {
           font-size: 20px;
           margin-bottom: 10px;
         }

         .pdp-review-summary {
           margin-top: 10px;
         }

         .pdp-product-brand {
           margin-top: 20px;
         }

         @media (max-width: 768px) {
           #block-9uUVSSMxTb {
             flex-direction: column;
           }

           .pdp-block__gallery,
           .pdp-block__main-information-detail {
             max-width: 100%;
           }
         }
    
           .content h2,
           .content h3 {
               font-size: 20px;
           }

           .content p {
               text-align: justify;
           }

           .content li {
               font-weight: bold;
               font-size: 15px;
           }

           .cell2 {
               margin-bottom: 1em;
           }

           .cell2 li {
               font-weight: normal;
               font-size: 14px;
           }

           a {
               font-weight: bold;
               color: gold;
           }

           .content a:hover {
               color: #000000;
           }
           .custom-background {
                padding: 7px;     
                border-radius: 8px;             
                color: #333;                    
                font-family: Arial, sans-serif; 
                max-width: 60%;              
                margin: 0px auto;     
                margin-left: 25px;   
                margin-right: 6%;  
           }
           .fitur-list {
                list-style-type: disc; 
                margin: 5px;
                padding: 10px 15px;
                background-color: #ffffff; 
                border-radius: 8px;
                font-family: Arial, sans-serif;
                font-size: 16px;
                color: #333;
                margin-right:45%;   
                margin-bottom: 10px;
                line-height: 1.6;
                position: relative;
                padding-left: 10px;                         
           }
           .site-info-section {
               background-color: #515151;
               color: #ffffff;
               font-family: "Arial", "Helvetica", sans-serif;
               font-size: 14px;
               margin: 0 auto;
               padding: 15px 15px;
               border-radius: 5px; 
               margin-right:6%;   
               margin-left: 25px;  
           }
           .fixed-footer {
               display: flex;
               justify-content: space-around;
               position: fixed;
               background: linear-gradient(to bottom, #000000 0%, #000000 50%, #000000 100%);
               box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5), 7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
               outline: none;
               padding: 5px 0;
               border-radius: 20px 20px 0px 0px;
               box-shadow: 0 0 3px 3px #ffd900;
               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;
           }

           .lzd-footer-copyright {
               text-align: center;
               margin-top: 20px;
               font-weight: bold;
               color: white;
           }