.product-tabs-section{
    padding:8px 0 56px
}
  .product-editor-content{
    padding:34px;
    border:1px solid var(--gray-line);
    border-radius:18px;
    background:var(--white);
    box-shadow:var(--shadow)
}
  .product-editor-content h2, .product-detail-section-title, .section-header-row h2{
    font-size:28px;
    line-height:1.3;
    color:var(--dark);
    margin-bottom:18px
}
  .product-editor-content h3{
    font-size:20px;
    line-height:1.45;
    color:var(--dark);
    margin:22px 0 12px
}
  .product-editor-content p, .product-editor-content li, .product-editor-content td, .product-editor-content th{
    font-size: 16px;
    line-height:1.8;
    color:var(--text)
}
 .product-editor-content td:nth-child(1){
    font-weight: bold;
}
  .product-editor-content ul{
    padding-left:22px;
    margin:0 0 18px
}
  .product-editor-content li{
    margin-bottom:8px
}
  .product-editor-content table{
    width:100%;
    border-collapse:collapse
}
  .product-editor-content th, .product-editor-content td{
    padding:12px 14px;
    border:1px solid var(--gray-line);
    text-align:left
}
  .product-editor-content th{
    background:#f8fafc;
    color:var(--dark);
    font-weight:700
}
  .product-editor-content hr{
    border:0;
    border-top:1px solid var(--gray-line);
    margin:28px 0
}
  .product-editor-media{
    width:100%
}
  .product-editor-figure{
    margin:0
}
  .product-editor-figure figcaption{
    margin-top:10px;
    font-size: 16px;
    line-height:1.7;
    color:#64748b;
    text-align:left
}
  .product-editor-gallery{
    display:grid;
    gap:18px;
    margin:24px 0 12px
}
  .product-editor-gallery--two{
    grid-template-columns:repeat(2,minmax(0,1fr))
}
  .product-editor-gallery--three{
    grid-template-columns:repeat(3,minmax(0,1fr))
}

  .product-copy-section{
    padding-bottom:28px;
    border-bottom:1px solid rgba(226,232,240,0.9)
}
  .product-copy-section:last-child{
    padding-bottom:0;
    border-bottom:0
}
  .product-copy-section--compact{
    max-width:980px
}
  .product-video-frame-wrap{
    margin:0 0 16px;
    border-radius:16px;
    overflow:hidden;
    background:#000
}
  .product-video-frame{
    width:100%;
    height:480px;
    border:0;
    display:block
}
  .product-detail-section-title{
    margin-top:32px
}
  .product-tab-panel{
    border:1px solid var(--gray-line);
    border-radius:18px;
    background:var(--white);
    overflow:hidden
}