/* Core Marketplace Product Card v5.3.0 — description sections */
body.single-product.woocommerce div.product .woocommerce-tabs{
  margin:16px 0 0!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
}

body.single-product.woocommerce div.product .woocommerce-tabs ul.tabs{
  display:none!important;
}

body.single-product.woocommerce div.product .woocommerce-tabs .panel,
body.single-product.woocommerce div.product .woocommerce-Tabs-panel{
  display:block!important;
  margin:16px 0 0!important;
  padding:28px!important;
  border:1px solid var(--cmp-product-line)!important;
  border-radius:0!important;
  background:#fff!important;
  box-shadow:none!important;
  color:#111827!important;
  line-height:1.65!important;
}

body.single-product.woocommerce div.product .woocommerce-tabs .panel h2,
body.single-product.woocommerce div.product .woocommerce-Tabs-panel h2{
  margin:0 0 24px!important;
  color:#111827!important;
  font-size:24px!important;
  font-weight:900!important;
  letter-spacing:-.02em;
}

body.single-product.woocommerce div.product .woocommerce-Tabs-panel--description img{
  max-width:100%!important;
  height:auto!important;
  border-radius:0!important;
}

body.single-product.woocommerce div.product .woocommerce-Tabs-panel--description h3,
body.single-product.woocommerce div.product .woocommerce-Tabs-panel--description h4{
  margin:24px 0 10px!important;
  color:#111827!important;
  font-weight:900!important;
}

body.single-product.woocommerce div.product .woocommerce-Tabs-panel--description ul,
body.single-product.woocommerce div.product .woocommerce-Tabs-panel--description ol{
  margin-left:20px!important;
}

body.single-product.woocommerce div.product .woocommerce-Tabs-panel--description a{
  color:#00796b!important;
}

@media (max-width: 680px){
  body.single-product.woocommerce div.product .woocommerce-tabs .panel,
  body.single-product.woocommerce div.product .woocommerce-Tabs-panel{
    padding:20px 16px!important;
  }
}
