
    #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 {
                background-color: #f9f9f9;     
                padding: 15px;     
                border-left: 5px solid #000000;               
                border-radius: 8px;             
                color: #333;                    
                font-family: Arial, sans-serif; 
                box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
                max-width: 90%;              
                margin: 20px 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;  
           }
                  .container1 {
                    margin: 0 auto;
                    background: #fff;
                    padding: 30px;
                    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
                    border-radius: 10px;
                    font-family: 'Segoe UI', sans-serif;
                    margin-right: 6%;
                    margin-left: 25px;  
                  }
                
                  h2 {
                    margin-bottom: 20px;
                    font-size: 15px;
                  }
                
                  .review {
                    border-bottom: 1px solid #ddd;
                    padding: 15px 0;
                  }
                
                  .review:last-child {
                    border-bottom: none;
                  }
                
                  .review h3 {
                    margin: 0;
                    font-size: 18px;
                  }
                
                  .review a {
                    text-decoration: none;
                    color: #2c3e50;
                  }
                
                  .review a:hover {
                    text-decoration: underline;
                  }
                
                  .rating {
                    color: #f39c12;
                    margin: 5px 0;
                  }
                
                  .review p {
                    margin: 5px 0 0;
                  }
                
                  .no-reviews {
                    color: #888;
                    text-align: center;
                    padding: 20px;
                  }
                               @import url('//fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap');
                               .faq-container {
                                   max-width: 800px;
                                   width: 100%;
                                   background-color: #ffffff;
                                   border-radius: 12px;
                                   box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
                                   padding: 30px;
                                   text-align: center;
                               }
                               .faq-container h1 {
                                   color: #334e6f;
                                   margin-bottom: 30px;
                                   font-size: 2.2em;
                                   font-weight: 700;
                               }
                               .faq-accordion {
                                   text-align: left;
                                   margin-top: 20px;
                               }
                               .faq-item {
                                   border: 1px solid #e0e6ed; 
                                   border-radius: 8px;
                                   margin-bottom: 12px; 
                                   overflow: hidden;
                               }
                               .faq-question {
                                   cursor: pointer;
                                   display: flex;
                                   justify-content: space-between;
                                   align-items: center;
                                   padding: 18px 25px;
                                   background: #000000; 
                                   font-weight: 600;
                                   color: #b1b1b1; 
                                   transition: background-color 0.3s ease, color 0.3s ease;
                               }
                               .faq-question:hover {
                                   background: #fcfdff; 
                                   color: #1a2f45;
                               }
                               .faq-question h3 {
                                   margin: 0; 
                                   font-size: 1.15em; 
                               }
                               .faq-question .icon {
                                   font-size: 1.8em; 
                                   font-weight: 700;
                                   transition: transform 0.3s ease;
                                   color: #5a7d9e;
                               }
                               .faq-answer {
                                   max-height: 0;
                                   padding: 0 25px;
                                   transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s cubic-bezier(0.4, 0, 0.2, 1); /* Kurva transisi yang lebih halus */
                                   font-size: 0.95em;
                                   line-height: 1.7;
                                   background-color: #fcfdff; 
                                   color: #555;
                               }
                               .faq-answer p {
                                   margin: 0; 
                                   padding-bottom: 20px; 
                               }
                               .faq-item.active .faq-question {
                                   background-color: rgb(0, 0, 0); 
                                   color: #b1b1b1;
                                   border-bottom: 1px solid #d2dae5;
                                   border-bottom-left-radius: 0;
                                   border-bottom-right-radius: 0;
                               }
                               .faq-item.active .faq-answer {
                                   max-height: 200px; 
                                   padding: 20px 25px; 
                               }
                               .faq-item.active .faq-question .icon {
                                   transform: rotate(180deg);
                                   content: '-'; 
                                   color: #dc3545;
                               }
                               @media (max-width: 600px) {
                                   .faq-container {
                                       padding: 20px 15px;
                                       margin: 10px;
                                   }
                                   .faq-container h1 {
                                       font-size: 1.8em;
                                   }
                                   .faq-question {
                                       padding: 15px 20px;
                                   }
                                   .faq-question h3 {
                                       font-size: 1em;
                                   }
                                   .faq-question .icon {
                                       font-size: 1.5em;
                                   }
                                   .faq-answer {
                                       padding: 0 20px;
                                   }
                               }
