        .return-sstore {
            max-width: 1200px;
            margin: 40px auto;
            padding: 20px;
            font-family: 'Poppins', sans-serif;
            color: #333;
        }

        .return-sstore h1 {
            font-size: 2.5em;
            margin-bottom: 20px;
            text-align: center;
            color: #222;
        }

        .return-sstore h2 {
            font-size: 1.8em;
            margin: 30px 0 15px;
            color: #222;
        }

        .return-sstore p {
            font-size: 1.1em;
            line-height: 1.6;
            color: #555;
            margin-bottom: 15px;
        }

        .return-sstore ul {
            list-style-type: disc;
            padding-left: 20px;
            margin-bottom: 15px;
        }

        .return-sstore li {
            font-size: 1.1em;
            line-height: 1.6;
            color: #555;
            margin-bottom: 10px;
        }

        .cta-button {
            display: inline-block;
            padding: 12px 24px;
            background-color: #f28c38;
            color: #fff;
            text-decoration: none;
            border-radius: 5px;
            font-weight: 600;
            font-size: 1.1em;
            margin-top: 20px;
            transition: background-color 0.3s;
        }

        .cta-button:hover {
            background-color: #e07b30;
        }

        .return-sstore .highlight {
            background-color: #f9f9f9;
            padding: 20px;
            border-radius: 8px;
            margin: 20px 0;
            text-align: center;
        }

        .return-sstore .highlight p {
            font-size: 1.2em;
            font-weight: 500;
            color: #333;
        }

        .return-table {
            width: 100%;
            border-collapse: collapse;
            margin: 20px 0;
        }

        .return-table th,
        .return-table td {
            border: 1px solid #ddd;
            padding: 10px;
            text-align: left;
        }

        .return-table th {
            background-color: #f28c38;
            color: #fff;
        }

        .return-table tr:nth-child(even) {
            background-color: #f9f9f9;
        }

        @media (max-width: 768px) {
            .return-sstore {
                padding: 15px;
            }

            .return-sstore h1 {
                font-size: 2em;
            }

            .return-sstore h2 {
                font-size: 1.5em;
            }

            .return-sstore p,
            .return-sstore li {
                font-size: 1em;
            }

            .return-table th,
            .return-table td {
                font-size: 0.9em;
                padding: 8px;
            }
        }


         .about-sstore {
             max-width: 1200px;
             margin: 40px auto;
             padding: 20px;
             font-family: 'Poppins', sans-serif;
             color: #333;
         }
    
         .about-sstore h1 {
             font-size: 2.5em;
             margin-bottom: 20px;
             text-align: center;
             color: #222;
         }
    
         .about-sstore h2 {
             font-size: 1.8em;
             margin: 30px 0 15px;
             color: #222;
         }
    
         .about-sstore h3 {
             font-size: 1.4em;
             margin: 20px 0 10px;
             color: #f28c38;
         }
    
         .about-sstore p {
             font-size: 1.1em;
             line-height: 1.6;
             color: #555;
             margin-bottom: 15px;
         }
    
         .about-sstore ul {
             list-style-type: disc;
             padding-left: 20px;
             margin-bottom: 15px;
         }
    
         .about-sstore li {
             font-size: 1.1em;
             line-height: 1.6;
             color: #555;
             margin-bottom: 10px;
         }
    
         .cta-button {
             display: inline-block;
             padding: 12px 24px;
             background-color: #f28c38;
             color: #fff;
             text-decoration: none;
             border-radius: 5px;
             font-weight: 600;
             font-size: 1.1em;
             margin-top: 20px;
             transition: background-color 0.3s;
         }
    
         .cta-button:hover {
             background-color: #e07b30;
         }
    
         .about-sstore .highlight {
             background-color: #f9f9f9;
             padding: 20px;
             border-radius: 8px;
             margin: 20px 0;
             text-align: center;
         }
    
         .about-sstore .highlight p {
             font-size: 1.2em;
             font-weight: 500;
             color: #333;
         }
    
         .services-grid {
             display: grid;
             grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
             gap: 20px;
             margin: 20px 0;
         }
    
         .service-item {
             background: #fff;
             padding: 15px;
             border-radius: 8px;
             box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
         }
    
         @media (max-width: 768px) {
             .about-sstore {
                 padding: 15px;
             }
    
             .about-sstore h1 {
                 font-size: 2em;
             }
    
             .about-sstore h2 {
                 font-size: 1.5em;
             }
    
             .about-sstore p,
             .about-sstore li {
                 font-size: 1em;
             }
    
             .services-grid {
                 grid-template-columns: 1fr;
             }
         }

  .about-lucky-wish {
            max-width: 1200px;
            margin: 40px auto;
            padding: 20px;
            font-family: 'Poppins', sans-serif;
            color: #333;
        }
        .about-lucky-wish h1 {
            font-size: 2.5em;
            margin-bottom: 20px;
            text-align: center;
            color: #222;
        }
        .about-lucky-wish h2 {
            font-size: 1.8em;
            margin: 30px 0 15px;
            color: #222;
        }
        .about-lucky-wish p {
            font-size: 1.1em;
            line-height: 1.6;
            color: #555;
            margin-bottom: 15px;
        }
        .about-lucky-wish ul {
            list-style-type: disc;
            padding-left: 20px;
            margin-bottom: 15px;
        }
        .about-lucky-wish li {
            font-size: 1.1em;
            line-height: 1.6;
            color: #555;
            margin-bottom: 10px;
        }
        .cta-button {
            display: inline-block;
            padding: 12px 24px;
            background-color: #f28c38;
            color: #fff;
            text-decoration: none;
            border-radius: 5px;
            font-weight: 600;
            font-size: 1.1em;
            margin-top: 20px;
            transition: background-color 0.3s;
        }
        .cta-button:hover {
            background-color: #e07b30;
        }
        .about-lucky-wish .highlight {
            background-color: #f9f9f9;
            padding: 20px;
            border-radius: 8px;
            margin: 20px 0;
            text-align: center;
        }
        .about-lucky-wish .highlight p {
            font-size: 1.2em;
            font-weight: 500;
            color: #333;
        }
        @media (max-width: 768px) {
            .about-lucky-wish {
                padding: 15px;
            }
            .about-lucky-wish h1 {
                font-size: 2em;
            }
            .about-lucky-wish h2 {
                font-size: 1.5em;
            }
            .about-lucky-wish p,
            .about-lucky-wish li {
                font-size: 1em;
            }
        }
   .faq-sstore {
       max-width: 1200px;
       margin: 40px auto;
       padding: 20px;
       font-family: 'Poppins', sans-serif;
       color: #333;
   }

   .faq-sstore h1 {
       font-size: 2.5em;
       margin-bottom: 20px;
       text-align: center;
       color: #222;
   }

   .faq-sstore h2 {
       font-size: 1.8em;
       margin: 30px 0 15px;
       color: #222;
   }

   .faq-sstore h3 {
       font-size: 1.4em;
       margin: 20px 0 10px;
       color: #f28c38;
   }

   .faq-sstore p {
       font-size: 1.1em;
       line-height: 1.6;
       color: #555;
       margin-bottom: 15px;
   }

   .faq-sstore ul {
       list-style-type: disc;
       padding-left: 20px;
       margin-bottom: 15px;
   }

   .faq-sstore li {
       font-size: 1.1em;
       line-height: 1.6;
       color: #555;
       margin-bottom: 10px;
   }

   .cta-button {
       display: inline-block;
       padding: 12px 24px;
       background-color: #f28c38;
       color: #fff;
       text-decoration: none;
       border-radius: 5px;
       font-weight: 600;
       font-size: 1.1em;
       margin-top: 20px;
       transition: background-color 0.3s;
   }

   .cta-button:hover {
       background-color: #e07b30;
   }

   .faq-sstore .highlight {
       background-color: #f9f9f9;
       padding: 20px;
       border-radius: 8px;
       margin: 20px 0;
       text-align: center;
   }

   .faq-sstore .highlight p {
       font-size: 1.2em;
       font-weight: 500;
       color: #333;
   }

   .faq-item {
       margin-bottom: 20px;
       padding: 15px;
       background: #fff;
       border-radius: 8px;
       box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
   }

   @media (max-width: 768px) {
       .faq-sstore {
           padding: 15px;
       }

       .faq-sstore h1 {
           font-size: 2em;
       }

       .faq-sstore h2 {
           font-size: 1.5em;
       }

       .faq-sstore h3 {
           font-size: 1.2em;
       }

       .faq-sstore p,
       .faq-sstore li {
           font-size: 1em;
       }
   }



                  .terms-sstore {
                      max-width: 1200px;
                      margin: 40px auto;
                      padding: 20px;
                      font-family: 'Poppins', sans-serif;
                      color: #333;
                  }
        
                  .terms-sstore h1 {
                      font-size: 2.5em;
                      margin-bottom: 20px;
                      text-align: center;
                      color: #222;
                  }
        
                  .terms-sstore h2 {
                      font-size: 1.8em;
                      margin: 30px 0 15px;
                      color: #222;
                  }
        
                  .terms-sstore p {
                      font-size: 1.1em;
                      line-height: 1.6;
                      color: #555;
                      margin-bottom: 15px;
                  }
        
                  .terms-sstore ul {
                      list-style-type: disc;
                      padding-left: 20px;
                      margin-bottom: 15px;
                  }
        
                  .terms-sstore li {
                      font-size: 1.1em;
                      line-height: 1.6;
                      color: #555;
                      margin-bottom: 10px;
                  }
        
                  .cta-button {
                      display: inline-block;
                      padding: 12px 24px;
                      background-color: #f28c38;
                      color: #fff;
                      text-decoration: none;
                      border-radius: 5px;
                      font-weight: 600;
                      font-size: 1.1em;
                      margin-top: 20px;
                      transition: background-color 0.3s;
                  }
        
                  .cta-button:hover {
                      background-color: #e07b30;
                  }
        
                  .terms-sstore .highlight {
                      background-color: #f9f9f9;
                      padding: 20px;
                      border-radius: 8px;
                      margin: 20px 0;
                      text-align: center;
                  }
        
                  .terms-sstore .highlight p {
                      font-size: 1.2em;
                      font-weight: 500;
                      color: #333;
                  }
        
                  @media (max-width: 768px) {
                      .terms-sstore {
                          padding: 15px;
                      }
        
                      .terms-sstore h1 {
                          font-size: 2em;
                      }
        
                      .terms-sstore h2 {
                          font-size: 1.5em;
                      }
        
                      .terms-sstore p,
                      .terms-sstore li {
                          font-size: 1em;
                      }
                  }





          .shipping-sstore {
              max-width: 1200px;
              margin: 40px auto;
              padding: 20px;
              font-family: 'Poppins', sans-serif;
              color: #333;
          }
    
          .shipping-sstore h1 {
              font-size: 2.5em;
              margin-bottom: 20px;
              text-align: center;
              color: #222;
          }
    
          .shipping-sstore h2 {
              font-size: 1.8em;
              margin: 30px 0 15px;
              color: #222;
          }
    
          .shipping-sstore p {
              font-size: 1.1em;
              line-height: 1.6;
              color: #555;
              margin-bottom: 15px;
          }
    
          .shipping-sstore ul {
              list-style-type: disc;
              padding-left: 20px;
              margin-bottom: 15px;
          }
    
          .shipping-sstore li {
              font-size: 1.1em;
              line-height: 1.6;
              color: #555;
              margin-bottom: 10px;
          }
    
          .cta-button {
              display: inline-block;
              padding: 12px 24px;
              background-color: #f28c38;
              color: #fff;
              text-decoration: none;
              border-radius: 5px;
              font-weight: 600;
              font-size: 1.1em;
              margin-top: 20px;
              transition: background-color 0.3s;
          }
    
          .cta-button:hover {
              background-color: #e07b30;
          }
    
          .shipping-sstore .highlight {
              background-color: #f9f9f9;
              padding: 20px;
              border-radius: 8px;
              margin: 20px 0;
              text-align: center;
          }
    
          .shipping-sstore .highlight p {
              font-size: 1.2em;
              font-weight: 500;
              color: #333;
          }
    
          .delivery-table {
              width: 100%;
              border-collapse: collapse;
              margin: 20px 0;
          }
    
          .delivery-table th,
          .delivery-table td {
              border: 1px solid #ddd;
              padding: 10px;
              text-align: left;
          }
    
          .delivery-table th {
              background-color: #f28c38;
              color: #fff;
          }
    
          .delivery-table tr:nth-child(even) {
              background-color: #f9f9f9;
          }
    
          @media (max-width: 768px) {
              .shipping-sstore {
                  padding: 15px;
              }
    
              .shipping-sstore h1 {
                  font-size: 2em;
              }
    
              .shipping-sstore h2 {
                  font-size: 1.5em;
              }
    
              .shipping-sstore p,
              .shipping-sstore li {
                  font-size: 1em;
              }
    
              .delivery-table th,
              .delivery-table td {
                  font-size: 0.9em;
                  padding: 8px;
              }
          }



                                  .privacy-sstore {
                                      max-width: 1200px;
                                      margin: 40px auto;
                                      padding: 20px;
                                      font-family: 'Poppins', sans-serif;
                                      color: #333;
                                  }
                
                                  .privacy-sstore h1 {
                                      font-size: 2.5em;
                                      margin-bottom: 20px;
                                      text-align: center;
                                      color: #222;
                                  }
                
                                  .privacy-sstore h2 {
                                      font-size: 1.8em;
                                      margin: 30px 0 15px;
                                      color: #222;
                                  }
                
                                  .privacy-sstore p {
                                      font-size: 1.1em;
                                      line-height: 1.6;
                                      color: #555;
                                      margin-bottom: 15px;
                                  }
                
                                  .privacy-sstore ul {
                                      list-style-type: disc;
                                      padding-left: 20px;
                                      margin-bottom: 15px;
                                  }
                
                                  .privacy-sstore li {
                                      font-size: 1.1em;
                                      line-height: 1.6;
                                      color: #555;
                                      margin-bottom: 10px;
                                  }
                
                                  .cta-button {
                                      display: inline-block;
                                      padding: 12px 24px;
                                      background-color: #f28c38;
                                      color: #fff;
                                      text-decoration: none;
                                      border-radius: 5px;
                                      font-weight: 600;
                                      font-size: 1.1em;
                                      margin-top: 20px;
                                      transition: background-color 0.3s;
                                  }
                
                                  .cta-button:hover {
                                      background-color: #e07b30;
                                  }
                
                                  .privacy-sstore .highlight {
                                      background-color: #f9f9f9;
                                      padding: 20px;
                                      border-radius: 8px;
                                      margin: 20px 0;
                                      text-align: center;
                                  }
                
                                  .privacy-sstore .highlight p {
                                      font-size: 1.2em;
                                      font-weight: 500;
                                      color: #333;
                                  }
                
                                  @media (max-width: 768px) {
                                      .privacy-sstore {
                                          padding: 15px;
                                      }
                
                                      .privacy-sstore h1 {
                                          font-size: 2em;
                                      }
                
                                      .privacy-sstore h2 {
                                          font-size: 1.5em;
                                      }
                
                                      .privacy-sstore p,
                                      .privacy-sstore li {
                                          font-size: 1em;
                                      }
                                  }
                
                                  
                .raffle-rules-sstore {
                    max-width: 1200px;
                    margin: 40px auto;
                    padding: 20px;
                    font-family: 'Poppins', sans-serif;
                    color: #333;
                }
        
                .raffle-rules-sstore h1 {
                    font-size: 2.5em;
                    margin-bottom: 20px;
                    text-align: center;
                    color: #222;
                }
        
                .raffle-rules-sstore h2 {
                    font-size: 1.8em;
                    margin: 30px 0 15px;
                    color: #222;
                }
        
                .raffle-rules-sstore p {
                    font-size: 1.1em;
                    line-height: 1.6;
                    color: #555;
                    margin-bottom: 15px;
                }
        
                .raffle-rules-sstore ul {
                    list-style-type: disc;
                    padding-left: 20px;
                    margin-bottom: 15px;
                }
        
                .raffle-rules-sstore li {
                    font-size: 1.1em;
                    line-height: 1.6;
                    color: #555;
                    margin-bottom: 10px;
                }
        
                .cta-button {
                    display: inline-block;
                    padding: 12px 24px;
                    background-color: #f28c38;
                    color: #fff;
                    text-decoration: none;
                    border-radius: 5px;
                    font-weight: 600;
                    font-size: 1.1em;
                    margin-top: 20px;
                    transition: background-color 0.3s;
                }
        
                .cta-button:hover {
                    background-color: #e07b30;
                }
        
                .raffle-rules-sstore .highlight {
                    background-color: #f9f9f9;
                    padding: 20px;
                    border-radius: 8px;
                    margin: 20px 0;
                    text-align: center;
                }
        
                .raffle-rules-sstore .highlight p {
                    font-size: 1.2em;
                    font-weight: 500;
                    color: #333;
                }
        
                @media (max-width: 768px) {
                    .raffle-rules-sstore {
                        padding: 15px;
                    }
        
                    .raffle-rules-sstore h1 {
                        font-size: 2em;
                    }
        
                    .raffle-rules-sstore h2 {
                        font-size: 1.5em;
                    }
        
                    .raffle-rules-sstore p,
                    .raffle-rules-sstore li {
                        font-size: 1em;
                    }
                }
