
    /* THRIWA product page — class prefix "th-" to avoid UEESHOP theme conflicts */
    .th-page{font-family:"Montserrat","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:18px;font-weight:400;line-height:1.5;color:#222222;max-width:1180px;margin:0 auto;padding:24px 20px 64px;background:#ffffff;box-sizing:border-box;}
    .th-page *{box-sizing:border-box;}
    .th-h1{font-size:34px;font-weight:700;color:#111111;margin:0 0 14px;line-height:1.25;}
    .th-lead{font-size:19px;font-weight:400;color:#333333;margin:0 0 26px;line-height:1.6;}
    .th-h2{font-size:26px;font-weight:700;color:#111111;margin:42px 0 16px;padding-bottom:8px;border-bottom:2px solid #c89b2c;display:inline-block;}
    .th-h3{font-size:20px;font-weight:600;color:#222222;margin:24px 0 10px;}
    .th-p{margin:0 0 16px;color:#222222;}
    .th-p strong{color:#111111;}
    .th-img-block{margin:28px 0;text-align:center;}
    .th-img-block img{max-width:100%;height:auto;border-radius:6px;box-shadow:0 6px 24px rgba(0,0,0,0.10);display:block;margin:0 auto;}
    .th-img-cap{font-size:14px;color:#666666;margin-top:10px;font-style:italic;}
    .th-specs{width:100%;border-collapse:collapse;margin:18px 0 8px;font-size:16px;}
    .th-specs th,.th-specs td{padding:12px 14px;text-align:left;border-bottom:1px solid #e5e5e5;vertical-align:top;}
    .th-specs th{background:#fafafa;width:32%;font-weight:600;color:#111111;}
    .th-feature-list{padding-left:20px;margin:8px 0 18px;}
    .th-feature-list li{margin-bottom:8px;}
    .th-card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px;margin:18px 0 24px;}
    .th-card-cell{background:#fafafa;border:1px solid #e8e8e8;border-radius:6px;padding:14px 16px;}
    .th-card-cell b{color:#c89b2c;display:block;margin-bottom:4px;font-size:17px;letter-spacing:0.5px;}
    .th-card-cell span{color:#555555;font-size:15px;}
    .th-cta{display:block;background:#c89b2c;color:#ffffff;text-align:center;padding:16px 24px;border-radius:6px;font-weight:600;font-size:18px;text-decoration:none;margin:32px 0 12px;transition:background 0.2s;}
    .th-cta:hover{background:#a87d1a;}
    .th-contact{font-size:16px;color:#333333;text-align:center;margin-top:8px;}
    .th-contact a{color:#c89b2c;text-decoration:none;font-weight:600;}
    .th-contact a:hover{text-decoration:underline;}
    /* FAQ accordion */
    .th-faq{border:1px solid #e5e5e5;border-radius:6px;overflow:hidden;margin-top:14px;}
    .th-faq-item{border-bottom:1px solid #e5e5e5;}
    .th-faq-item:last-child{border-bottom:none;}
    .th-faq-q{width:100%;background:#ffffff;border:none;padding:16px 20px;text-align:left;font-family:inherit;font-size:17px;font-weight:600;color:#111111;cursor:pointer;display:flex;justify-content:space-between;align-items:center;}
    .th-faq-q::after{content:"+";font-size:22px;font-weight:400;color:#c89b2c;transition:transform 0.2s;}
    .th-faq-q.th-active::after{content:"\2212";}
    .th-faq-a{display:none;padding:0 20px 18px;color:#333333;font-size:16px;}
    .th-faq-a.th-active{display:block;}
    .th-faq-a p{margin:0 0 8px;}
    @media (max-width:768px){
      .th-page{padding:18px 16px 48px;}
      .th-h1{font-size:26px;}
      .th-lead{font-size:17px;}
      .th-h2{font-size:22px;}
      .th-h3{font-size:18px;}
      .th-card-grid{grid-template-columns:1fr;}
    }
  