/* CPanelHub Market — Single Product UI */

body.single-product{
  --cph-product-bg:#f6f8fc;
  --cph-product-surface:#fff;
  --cph-product-line:#e7edf4;
  --cph-product-text:#344054;
  --cph-product-muted:#7b8798;
  --cph-product-primary:var(--cph-primary,#0f9a9a);
  --cph-product-shadow:0 12px 38px rgba(38,58,94,.07);
  background:var(--cph-product-bg);
}

body.single-product .cph-woocommerce-shell{
  width:min(calc(100% - 32px),1260px)!important;
  max-width:1260px!important;
  margin:32px auto 50px!important;
  padding:0!important;
  display:block!important;
}

body.single-product .cph-woocommerce-main{
  width:100%;
  min-width:0;
}

body.single-product .cph-single-product{
  width:100%;
}

body.single-product .cph-product-breadcrumb{
  margin-bottom:18px;
  font-size:12px;
  color:#8b96a7;
}

body.single-product .cph-product-breadcrumb .woocommerce-breadcrumb{
  margin:0!important;
  padding:0!important;
  color:inherit!important;
}

body.single-product .cph-product-breadcrumb a{
  color:#69768a;
}

body.single-product .cph-product-layout{
  display:grid;
  grid-template-columns:minmax(0,2fr) minmax(300px,1fr);
  gap:26px;
  align-items:start;
  direction:rtl;
}

body.single-product .product-single-main,
body.single-product .product-single-aside{
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
  padding:0!important;
  margin:0!important;
  float:none!important;
  flex:none!important;
}

body.single-product .product-single-top-part,
body.single-product .product-single-content,
body.single-product .product-info-box,
body.single-product .woocommerce-tabs,
body.single-product .related.products,
body.single-product .up-sells.products{
  background:var(--cph-product-surface);
  border:1px solid var(--cph-product-line);
  border-radius:16px;
  box-shadow:var(--cph-product-shadow);
}

body.single-product .product-single-top-part{
  margin:0 0 22px!important;
  overflow:hidden;
}

body.single-product .product-info-before-gallery{
  min-height:86px;
  padding:17px 22px!important;
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr));
  align-items:center!important;
  gap:0!important;
  border-bottom:1px solid var(--cph-product-line);
  background:#fbfcfe;
}

body.single-product .before-gallery-unit.cph-product-meta-chip{
  min-width:0;
  padding:3px 16px!important;
  display:flex;
  align-items:center;
  gap:10px;
  color:inherit;
  text-decoration:none;
  border-inline-end:1px solid #e5eaf1!important;
}

body.single-product .before-gallery-unit.cph-product-meta-chip:last-child{
  border-inline-end:0!important;
}

body.single-product .cph-product-meta-chip .icon{
  width:40px;
  height:40px;
  min-width:40px;
  display:grid;
  place-items:center;
  border-radius:11px;
  background:#edf4ff;
  color:var(--cph-product-primary);
  font-size:17px!important;
}

body.single-product .cph-product-meta-chip .info{
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:2px;
}

body.single-product .cph-product-meta-chip .label{
  color:#8a95a6;
  font-size:10px;
  line-height:1.5;
}

body.single-product .cph-product-meta-chip .value{
  color:#445066;
  font-size:12px;
  font-weight:700;
  line-height:1.6;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

body.single-product .course-single-gallery{
  padding:18px;
}

body.single-product .woocommerce-product-gallery{
  width:100%!important;
  max-width:none!important;
  float:none!important;
  margin:0!important;
  opacity:1!important;
}

body.single-product .woocommerce-product-gallery__wrapper{
  margin:0!important;
}

body.single-product .woocommerce-product-gallery__image{
  overflow:hidden;
  border-radius:12px;
  background:#f8fafc;
}

body.single-product .woocommerce-product-gallery__image img{
  width:100%!important;
  height:auto!important;
  display:block;
  object-fit:cover;
  border-radius:12px;
}

body.single-product .woocommerce-product-gallery .flex-control-thumbs{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:9px;
  margin:12px 0 0!important;
  padding:0!important;
}

body.single-product .woocommerce-product-gallery .flex-control-thumbs li{
  width:auto!important;
  float:none!important;
  margin:0!important;
}

body.single-product .woocommerce-product-gallery .flex-control-thumbs img{
  border:2px solid transparent;
  border-radius:9px;
  opacity:.65;
}

body.single-product .woocommerce-product-gallery .flex-control-thumbs img.flex-active{
  border-color:var(--cph-product-primary);
  opacity:1;
}

body.single-product .woocommerce-product-gallery__trigger{
  top:30px!important;
  right:auto!important;
  left:30px!important;
  width:42px!important;
  height:42px!important;
  border-radius:12px!important;
  background:#fff!important;
  box-shadow:0 6px 18px rgba(40,61,98,.12)!important;
}

/* Purchase sidebar */
body.single-product .cph-sticky-sidebar{
  position:sticky;
  top:92px;
}

body.single-product .product-info-box{
  margin:0 0 18px!important;
  padding:22px!important;
  overflow:hidden;
}

body.single-product .cph-product-purchase-card{
  position:relative;
  padding-top:25px!important;
}

body.single-product .cph-purchase-card-accent{
  position:absolute;
  inset:0 0 auto 0;
  height:4px;
  background:linear-gradient(90deg,var(--cph-product-primary),var(--cph-secondary,#13b1b1));
}

body.single-product .cph-product-purchase-card .product_title{
  margin:0 0 15px!important;
  color:#2f3a4d;
  font-size:21px!important;
  line-height:1.8!important;
  font-weight:800!important;
}

body.single-product .cph-product-purchase-card .woocommerce-product-rating{
  margin:0 0 14px!important;
  display:flex;
  align-items:center;
  gap:8px;
  font-size:11px;
}

body.single-product .cph-product-purchase-card .star-rating{
  margin:0!important;
}

body.single-product .cph-product-purchase-card .price{
  margin:0 0 18px!important;
  padding:14px 0;
  display:flex;
  flex-wrap:wrap;
  align-items:baseline;
  gap:7px;
  border-top:1px solid var(--cph-product-line);
  border-bottom:1px solid var(--cph-product-line);
  color:var(--cph-product-primary)!important;
  font-size:23px!important;
  font-weight:900!important;
}

body.single-product .cph-product-purchase-card .price del{
  color:#a4adbb!important;
  font-size:13px!important;
  opacity:1!important;
  font-weight:500!important;
}

body.single-product .cph-product-purchase-card .price ins{
  text-decoration:none!important;
}

body.single-product .cph-product-purchase-card .woocommerce-product-details__short-description{
  margin:0 0 18px!important;
  color:#707c8f;
  font-size:12px;
  line-height:2;
}

body.single-product .cph-product-purchase-card .woocommerce-product-details__short-description p{
  margin:0!important;
}

body.single-product .cph-product-purchase-card form.cart{
  margin:0 0 14px!important;
  display:flex!important;
  align-items:stretch!important;
  gap:8px;
}

body.single-product .cph-product-purchase-card .quantity{
  width:86px;
  min-width:86px;
  margin:0!important;
}

body.single-product .cph-product-purchase-card .quantity .qty{
  width:100%!important;
  height:50px!important;
  min-height:50px!important;
  padding:0 8px!important;
  border:1px solid #dfe5ed!important;
  border-radius:11px!important;
  background:#fff!important;
  color:#4e5b70!important;
  box-shadow:none!important;
}

body.single-product .cph-product-purchase-card .single_add_to_cart_button{
  min-height:50px!important;
  flex:1;
  margin:0!important;
  padding:0 18px!important;
  border:0!important;
  border-radius:11px!important;
  background:var(--cph-product-primary)!important;
  color:#fff!important;
  font-size:13px!important;
  font-weight:800!important;
  box-shadow:0 9px 22px color-mix(in srgb,var(--cph-product-primary) 24%,transparent)!important;
  transition:transform .18s ease,box-shadow .18s ease,filter .18s ease!important;
}

body.single-product .cph-product-purchase-card .single_add_to_cart_button:hover{
  transform:translateY(-1px);
  filter:brightness(.96);
  box-shadow:0 12px 28px color-mix(in srgb,var(--cph-product-primary) 30%,transparent)!important;
}

body.single-product .cph-product-purchase-card .product_meta{
  margin:14px 0 0!important;
  padding-top:14px;
  display:grid;
  gap:8px;
  border-top:1px solid var(--cph-product-line);
  color:#8893a3;
  font-size:10px;
  line-height:1.7;
}

body.single-product .cph-product-purchase-card .product_meta>span{
  display:block;
}

body.single-product .cph-product-purchase-card .product_meta a{
  color:#5d6b80;
}

body.single-product .cph-product-purchase-card .cph-product-info-panel{
  margin:15px 0 0!important;
  padding:14px!important;
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:7px!important;
  border:1px solid #e7edf5!important;
  border-radius:11px!important;
  background:#f8faff!important;
  font-size:11px!important;
}

body.single-product .cph-product-purchase-card .cph-product-info-panel span{
  width:100%;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  color:#6f7c90;
}

body.single-product .cph-product-purchase-card .cph-product-info-panel b{
  color:#3f4b5e;
}

/* Facts / trust */
body.single-product .cph-product-facts-card{
  padding:0!important;
}

body.single-product .cph-product-facts-title{
  min-height:58px;
  padding:0 18px;
  display:flex;
  align-items:center;
  gap:9px;
  border-bottom:1px solid var(--cph-product-line);
  color:#3f4b5e;
  font-size:13px;
  font-weight:800;
}

body.single-product .cph-product-facts-title i{
  color:var(--cph-product-primary);
  font-size:17px;
}

body.single-product .cph-product-fact{
  min-height:51px;
  padding:10px 18px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  border-bottom:1px solid #edf1f5;
  color:#69768a;
  font-size:11px;
}

body.single-product .cph-product-fact:last-child{
  border-bottom:0;
}

body.single-product .cph-product-fact>span{
  display:flex;
  align-items:center;
  gap:8px;
}

body.single-product .cph-product-fact i{
  width:19px;
  color:#8390a3;
  font-size:14px;
  text-align:center;
}

body.single-product .cph-product-fact strong,
body.single-product .cph-product-fact>a{
  color:#455166;
  font-size:11px;
  font-weight:700;
  text-align:left;
}

body.single-product .cph-product-license-fact{
  background:#f4f9ff;
}

body.single-product .cph-product-license-fact i,
body.single-product .cph-product-license-fact strong{
  color:var(--cph-product-primary);
}

body.single-product .cph-product-trust-card{
  display:grid;
  gap:0;
  padding:0!important;
}

body.single-product .cph-product-trust-card>div{
  min-height:52px;
  padding:10px 16px;
  display:flex;
  align-items:center;
  gap:10px;
  border-bottom:1px solid #edf1f5;
  color:#657287;
  font-size:11px;
}

body.single-product .cph-product-trust-card>div:last-child{
  border-bottom:0;
}

body.single-product .cph-product-trust-card i{
  width:30px;
  height:30px;
  display:grid;
  place-items:center;
  border-radius:9px;
  background:#edf8f3;
  color:#159363;
  font-size:14px;
}

/* Short description content */
body.single-product .product-single-content{
  margin:0 0 22px!important;
  padding:25px!important;
}

body.single-product .cph-section-title{
  margin-bottom:18px;
  padding-bottom:16px;
  display:flex;
  align-items:center;
  gap:12px;
  border-bottom:1px solid var(--cph-product-line);
}

body.single-product .cph-section-icon{
  width:44px;
  height:44px;
  min-width:44px;
  display:grid;
  place-items:center;
  border-radius:12px;
  background:#eef5ff;
  color:var(--cph-product-primary);
  font-size:17px;
}

body.single-product .cph-section-title h2{
  margin:0!important;
  color:#354155;
  font-size:16px!important;
  line-height:1.6!important;
  font-weight:800!important;
}

body.single-product .cph-section-title p{
  margin:3px 0 0!important;
  color:#95a0af;
  font-size:10px;
}

body.single-product .cph-short-description-content{
  color:#626f83;
  font-size:13px;
  line-height:2.15;
}

body.single-product .cph-short-description-content p{
  margin:0 0 12px;
}

/* WooCommerce tabs */
body.single-product .cph-product-after-summary{
  display:grid;
  gap:22px;
}

body.single-product .woocommerce-tabs{
  margin:0!important;
  padding:0!important;
  overflow:hidden;
}

body.single-product .woocommerce-tabs ul.tabs{
  margin:0!important;
  padding:0 20px!important;
  display:flex!important;
  align-items:center;
  gap:4px;
  border-bottom:1px solid var(--cph-product-line)!important;
  background:#fbfcfe;
}

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

body.single-product .woocommerce-tabs ul.tabs li{
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
}

body.single-product .woocommerce-tabs ul.tabs li::before,
body.single-product .woocommerce-tabs ul.tabs li::after{
  display:none!important;
}

body.single-product .woocommerce-tabs ul.tabs li a{
  min-height:60px;
  padding:0 15px!important;
  display:flex!important;
  align-items:center;
  position:relative;
  color:#738095!important;
  font-size:12px!important;
  font-weight:700!important;
}

body.single-product .woocommerce-tabs ul.tabs li.active a{
  color:var(--cph-product-primary)!important;
}

body.single-product .woocommerce-tabs ul.tabs li.active a::after{
  content:"";
  position:absolute;
  right:15px;
  left:15px;
  bottom:-1px;
  height:2px;
  border-radius:3px 3px 0 0;
  background:var(--cph-product-primary);
}

body.single-product .woocommerce-tabs .panel{
  margin:0!important;
  padding:26px!important;
  color:#5e6b7f;
  font-size:13px;
  line-height:2.15;
}

body.single-product .woocommerce-tabs .panel h2:first-child{
  margin-top:0!important;
}

body.single-product #reviews #comments,
body.single-product #reviews #review_form_wrapper{
  width:100%!important;
  float:none!important;
}

/* Related products */
body.single-product .related.products,
body.single-product .up-sells.products{
  margin:0!important;
  padding:24px!important;
}

body.single-product .related.products>h2,
body.single-product .up-sells.products>h2{
  margin:0 0 20px!important;
  color:#354155;
  font-size:17px!important;
  font-weight:800!important;
}

body.single-product .related.products ul.products,
body.single-product .up-sells.products ul.products{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:16px!important;
}

body.single-product .related.products ul.products li.product,
body.single-product .up-sells.products ul.products li.product{
  width:auto!important;
  margin:0!important;
  padding:12px!important;
  border:1px solid var(--cph-product-line)!important;
  border-radius:12px!important;
  background:#fff!important;
  box-shadow:none!important;
}

body.single-product .related.products ul.products li.product img,
body.single-product .up-sells.products ul.products li.product img{
  margin:0 0 12px!important;
  border-radius:9px!important;
}

body.single-product .related.products ul.products li.product .woocommerce-loop-product__title,
body.single-product .up-sells.products ul.products li.product .woocommerce-loop-product__title{
  color:#455166;
  font-size:12px!important;
  line-height:1.8!important;
}

/* Variation / stock / notices */
body.single-product .variations{
  width:100%!important;
  margin-bottom:12px!important;
}

body.single-product .variations td,
body.single-product .variations th{
  padding:6px 0!important;
  border:0!important;
}

body.single-product .variations select{
  width:100%!important;
  min-height:45px;
  border:1px solid #dfe5ed;
  border-radius:9px;
  background:#fff;
}

body.single-product .stock{
  color:#159363!important;
  font-size:11px!important;
}

body.single-product .woocommerce-message,
body.single-product .woocommerce-info,
body.single-product .woocommerce-error{
  margin:0 0 18px!important;
  border-radius:12px!important;
}

/* Responsive */
@media(max-width:1050px){
  body.single-product .cph-product-layout{
    grid-template-columns:minmax(0,1.65fr) minmax(280px,1fr);
    gap:20px;
  }

  body.single-product .product-info-before-gallery{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  body.single-product .before-gallery-unit.cph-product-meta-chip:nth-child(2){
    border-inline-end:0!important;
  }
}

@media(max-width:820px){
  body.single-product .cph-woocommerce-shell{
    width:min(calc(100% - 20px),760px)!important;
    margin-top:18px!important;
  }

  body.single-product .cph-product-layout{
    display:flex;
    flex-direction:column;
    gap:0;
  }

  body.single-product .product-single-main,
  body.single-product .product-single-aside{
    width:100%!important;
  }

  body.single-product .product-single-aside{
    order:-1;
    margin-bottom:20px!important;
  }

  body.single-product .cph-sticky-sidebar{
    position:static;
  }

  body.single-product .cph-product-facts-card,
  body.single-product .cph-product-trust-card{
    display:none;
  }

  body.single-product .cph-product-purchase-card{
    margin-bottom:0!important;
  }

  body.single-product .related.products ul.products,
  body.single-product .up-sells.products ul.products{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}

@media(max-width:560px){
  body.single-product .cph-woocommerce-shell{
    width:calc(100% - 14px)!important;
    margin:10px auto 28px!important;
  }

  body.single-product .cph-product-breadcrumb{
    display:none;
  }

  body.single-product .product-single-top-part,
  body.single-product .product-single-content,
  body.single-product .product-info-box,
  body.single-product .woocommerce-tabs,
  body.single-product .related.products,
  body.single-product .up-sells.products{
    border-radius:12px;
  }

  body.single-product .product-info-before-gallery{
    min-height:0;
    padding:10px!important;
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  body.single-product .before-gallery-unit.cph-product-meta-chip{
    padding:8px!important;
  }

  body.single-product .cph-product-meta-chip .icon{
    width:34px;
    height:34px;
    min-width:34px;
    border-radius:9px;
    font-size:14px!important;
  }

  body.single-product .cph-product-meta-chip .label{
    font-size:9px;
  }

  body.single-product .cph-product-meta-chip .value{
    font-size:10px;
  }

  body.single-product .course-single-gallery{
    padding:10px;
  }

  body.single-product .cph-product-purchase-card{
    padding:18px!important;
  }

  body.single-product .cph-product-purchase-card .product_title{
    font-size:18px!important;
  }

  body.single-product .cph-product-purchase-card .price{
    font-size:20px!important;
  }

  body.single-product .cph-product-purchase-card form.cart{
    flex-direction:column;
  }

  body.single-product .cph-product-purchase-card .quantity{
    width:100%;
  }

  body.single-product .product-single-content,
  body.single-product .woocommerce-tabs .panel,
  body.single-product .related.products,
  body.single-product .up-sells.products{
    padding:18px!important;
  }

  body.single-product .woocommerce-tabs ul.tabs{
    padding:0 8px!important;
    overflow-x:auto;
  }

  body.single-product .woocommerce-tabs ul.tabs li a{
    min-height:54px;
    padding:0 10px!important;
    white-space:nowrap;
    font-size:11px!important;
  }

  body.single-product .related.products ul.products,
  body.single-product .up-sells.products ul.products{
    grid-template-columns:1fr!important;
  }
}


/* ===== layout-01 parity layer ===== */
body.single-product .cph-product-page-root{
  background:#f6f8fc;
  min-height:100vh;
}

body.single-product .cph-product-page-title{
  margin:0 0 28px!important;
  padding:24px 0 20px!important;
  background:#fff!important;
  border-bottom:1px solid #e8edf4!important;
  box-shadow:0 5px 22px rgba(32,54,91,.04)!important;
}

body.single-product .cph-product-page-title>.container{
  width:min(calc(100% - 32px),1260px)!important;
  max-width:1260px!important;
  margin:0 auto!important;
  padding:0!important;
}

body.single-product .cph-product-title-breadcrumb{
  margin:0 0 8px!important;
  color:#8a95a6!important;
  font-size:11px!important;
}

body.single-product .cph-product-title-breadcrumb .woocommerce-breadcrumb{
  margin:0!important;
  padding:0!important;
  color:inherit!important;
}

body.single-product .cph-product-page-title h1{
  margin:0!important;
  color:#2f3a4d!important;
  font-size:24px!important;
  line-height:1.7!important;
  font-weight:900!important;
}

body.single-product .cph-product-layout-container{
  width:min(calc(100% - 32px),1260px)!important;
  max-width:1260px!important;
  margin:0 auto 48px!important;
  padding:0!important;
}

body.single-product .cph-product-row{
  display:grid!important;
  grid-template-columns:minmax(0,2.25fr) minmax(300px,.95fr)!important;
  align-items:start!important;
  gap:26px!important;
  margin:0!important;
  direction:rtl;
}

body.single-product .cph-product-row::before,
body.single-product .cph-product-row::after{
  display:none!important;
}

body.single-product .product-single-main,
body.single-product .product-single-aside{
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
  flex:none!important;
  float:none!important;
  margin:0!important;
  padding:0!important;
}

body.single-product .product-single-main{
  grid-column:1;
}

body.single-product .product-single-aside{
  grid-column:2;
}

body.single-product .theiaStickySidebar{
  position:sticky!important;
  top:88px!important;
}

/* Offer */
body.single-product .cph-product-offer-wrap{
  margin:0 0 18px!important;
}

body.single-product .sc-single-product-message{
  min-height:78px;
  margin:0!important;
  padding:16px 20px!important;
  display:flex!important;
  align-items:center!important;
  gap:14px!important;
  border:1px solid #f4df9f!important;
  border-radius:14px!important;
  background:linear-gradient(135deg,#fffaf0,#fff3ca)!important;
  color:#6e5719!important;
  box-shadow:0 8px 24px rgba(150,115,20,.06)!important;
}

body.single-product .sc-amazing-offer-final-price-icon{
  width:44px;
  height:44px;
  min-width:44px;
  display:grid!important;
  place-items:center!important;
  border-radius:12px!important;
  background:#fff!important;
  color:#e19a16!important;
  font-size:19px!important;
  box-shadow:0 5px 15px rgba(150,115,20,.08);
}

body.single-product .cph-offer-text{
  min-width:0;
  flex:1;
  font-size:12px;
  line-height:1.9;
}

body.single-product .cph-offer-text strong,
body.single-product .cph-offer-text .woocommerce-Price-amount{
  color:#b8780e!important;
  font-weight:900!important;
}

/* Top main card */
body.single-product .product-single-top-part{
  margin:0 0 20px!important;
  padding:0!important;
  background:#fff!important;
  border:1px solid #e6ecf3!important;
  border-radius:15px!important;
  box-shadow:0 10px 34px rgba(39,60,96,.06)!important;
  overflow:hidden!important;
}

body.single-product .product-info-before-gallery{
  min-height:82px!important;
  margin:0!important;
  padding:14px 18px!important;
  display:flex!important;
  align-items:center!important;
  gap:0!important;
  border-bottom:1px solid #e8edf3!important;
  background:#fbfcfe!important;
}

body.single-product .before-gallery-unit{
  min-width:0!important;
  flex:1 1 0!important;
  padding:3px 16px!important;
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
  border-inline-end:1px solid #e3e8ef!important;
}

body.single-product .before-gallery-unit:last-child{
  border-inline-end:0!important;
}

body.single-product .before-gallery-unit>.icon{
  width:38px!important;
  height:38px!important;
  min-width:38px!important;
  display:grid!important;
  place-items:center!important;
  border-radius:10px!important;
  background:#edf4ff!important;
  color:var(--cph-primary,#0f9a9a)!important;
  font-size:16px!important;
}

body.single-product .before-gallery-unit .info{
  min-width:0;
}

body.single-product .before-gallery-unit .label{
  display:block!important;
  margin-bottom:2px!important;
  color:#909aaa!important;
  font-size:9px!important;
  line-height:1.5!important;
}

body.single-product .before-gallery-unit .value,
body.single-product .before-gallery-unit .value a{
  color:#465267!important;
  font-size:11px!important;
  line-height:1.7!important;
  font-weight:700!important;
}

body.single-product .cph-rating-inline{
  display:flex!important;
  align-items:center!important;
  gap:6px!important;
}

body.single-product .cph-rating-inline .star-rating{
  margin:0!important;
  font-size:12px!important;
}

body.single-product .course-single-gallery{
  margin:0!important;
  padding:16px!important;
}

body.single-product .course-single-gallery .woocommerce-product-gallery{
  width:100%!important;
  float:none!important;
  margin:0!important;
}

/* General Elementor features */
body.single-product .sc-courseCharacteristics{
  margin:0 0 20px!important;
  padding:0!important;
  background:#fff!important;
  border:1px solid #e6ecf3!important;
  border-radius:15px!important;
  box-shadow:0 10px 34px rgba(39,60,96,.05)!important;
  overflow:hidden!important;
}

/* Product content blocks */
body.single-product .product-single-content,
body.single-product .product-reviews{
  margin:0 0 20px!important;
  padding:24px!important;
  background:#fff!important;
  border:1px solid #e6ecf3!important;
  border-radius:15px!important;
  box-shadow:0 10px 34px rgba(39,60,96,.05)!important;
}

body.single-product #sc-product-single-excerpt{
  color:#677386!important;
  font-size:13px!important;
  line-height:2.1!important;
}

body.single-product #sc-product-single-excerpt p:last-child{
  margin-bottom:0!important;
}

body.single-product #sc-product-single-content{
  color:#566378!important;
  font-size:13px!important;
  line-height:2.15!important;
}

body.single-product #sc-product-single-content h2,
body.single-product #sc-product-single-content h3,
body.single-product #sc-product-single-content h4{
  color:#303b4e!important;
  line-height:1.7!important;
  font-weight:800!important;
}

body.single-product #sc-product-single-content img{
  max-width:100%!important;
  height:auto!important;
  border-radius:10px!important;
}

body.single-product .single-product-titles{
  margin:0 0 18px!important;
  padding:0 0 14px!important;
  border-bottom:1px solid #e8edf3!important;
}

body.single-product .single-product-titles h3{
  margin:0!important;
  color:#334055!important;
  font-size:17px!important;
  line-height:1.7!important;
  font-weight:900!important;
}

/* Related */
body.single-product .sc_related_courses_holder{
  padding:24px!important;
}

body.single-product .cph-related-products{
  margin:0!important;
  padding:0!important;
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:16px!important;
  list-style:none!important;
}

body.single-product .cph-related-products li.product{
  width:auto!important;
  margin:0!important;
  padding:12px!important;
  float:none!important;
  border:1px solid #e6ecf3!important;
  border-radius:12px!important;
  background:#fff!important;
  box-shadow:none!important;
}

body.single-product .cph-related-products li.product img{
  margin:0 0 10px!important;
  border-radius:9px!important;
}

body.single-product .cph-related-products .woocommerce-loop-product__title{
  min-height:46px;
  color:#445166!important;
  font-size:12px!important;
  line-height:1.9!important;
}

/* Reviews */
body.single-product .product-review-title{
  margin:-24px -24px 20px!important;
  padding:16px 22px!important;
  border-bottom:1px solid #e8edf3!important;
  background:#fbfcfe!important;
}

body.single-product .product-review-title .inner{
  margin:0!important;
  display:flex!important;
  align-items:center!important;
  gap:9px!important;
  color:#344054!important;
  font-size:16px!important;
  font-weight:900!important;
}

body.single-product .product-review-title i{
  color:var(--cph-primary,#0f9a9a)!important;
}

body.single-product .product-reviews-stats{
  margin:0 0 20px!important;
}

body.single-product .average-rating{
  max-width:240px;
  padding:16px!important;
  border:1px solid #e7edf4!important;
  border-radius:12px!important;
  background:#f8faff!important;
}

body.single-product .rating-subtitle{
  margin:0 0 10px!important;
  color:#7b8797!important;
  font-size:10px!important;
}

body.single-product .average-rating-number{
  color:#344054!important;
  font-size:28px!important;
  line-height:1.1!important;
  font-weight:900!important;
}

body.single-product .average-rating-label{
  margin-top:6px;
  color:#8b96a6!important;
  font-size:10px!important;
}

body.single-product #reviews{
  margin:0!important;
}

body.single-product #reviews #comments,
body.single-product #reviews #review_form_wrapper{
  width:100%!important;
  float:none!important;
}

/* Buy box */
body.single-product .cph-product-buybox{
  margin:0 0 16px!important;
  padding:0!important;
  background:#fff!important;
  border:1px solid #e5ebf2!important;
  border-radius:15px!important;
  box-shadow:0 12px 36px rgba(38,58,94,.08)!important;
  overflow:hidden!important;
}

body.single-product .cph-buybox-heading{
  min-height:58px;
  padding:0 18px;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:10px!important;
  border-bottom:1px solid #e8edf3!important;
  background:#fbfcfe!important;
  color:#354155!important;
  font-size:13px!important;
  font-weight:900!important;
}

body.single-product .cph-license-badge{
  padding:5px 8px;
  display:inline-flex!important;
  align-items:center!important;
  gap:5px!important;
  border-radius:20px!important;
  background:#edf8f3!important;
  color:#148b60!important;
  font-size:9px!important;
  font-weight:800!important;
}

body.single-product .cph-buybox-summary{
  padding:20px!important;
}

body.single-product .cph-buybox-summary>.price,
body.single-product .cph-buybox-summary p.price{
  margin:0 0 16px!important;
  padding:0 0 15px!important;
  display:flex!important;
  align-items:baseline!important;
  flex-wrap:wrap!important;
  gap:7px!important;
  border-bottom:1px solid #e9edf2!important;
  color:var(--cph-primary,#0f9a9a)!important;
  font-size:22px!important;
  line-height:1.5!important;
  font-weight:900!important;
}

body.single-product .cph-buybox-summary form.cart{
  margin:0!important;
  display:flex!important;
  align-items:stretch!important;
  gap:8px!important;
}

body.single-product .cph-buybox-summary .quantity{
  width:82px!important;
  min-width:82px!important;
  margin:0!important;
}

body.single-product .cph-buybox-summary .quantity .qty{
  width:100%!important;
  height:50px!important;
  padding:0 7px!important;
  border:1px solid #dfe5ed!important;
  border-radius:10px!important;
  background:#fff!important;
  color:#445166!important;
  box-shadow:none!important;
}

body.single-product .cph-buybox-summary .single_add_to_cart_button{
  min-height:50px!important;
  flex:1!important;
  margin:0!important;
  padding:0 16px!important;
  border:0!important;
  border-radius:10px!important;
  background:var(--cph-primary,#0f9a9a)!important;
  color:#fff!important;
  font-size:13px!important;
  font-weight:900!important;
  box-shadow:0 9px 22px color-mix(in srgb,var(--cph-primary,#0f9a9a) 24%,transparent)!important;
}

body.single-product .cph-product-meta-side{
  margin:0 0 16px!important;
  padding:0!important;
  background:#fff!important;
  border:1px solid #e5ebf2!important;
  border-radius:15px!important;
  box-shadow:0 10px 30px rgba(38,58,94,.05)!important;
  overflow:hidden!important;
}

body.single-product .cph-meta-side-row{
  min-height:49px;
  padding:10px 16px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:12px!important;
  border-bottom:1px solid #edf1f5!important;
  color:#6c788b!important;
  font-size:10px!important;
}

body.single-product .cph-meta-side-row:last-child{
  border-bottom:0!important;
}

body.single-product .cph-meta-side-row>span{
  display:flex!important;
  align-items:center!important;
  gap:7px!important;
}

body.single-product .cph-meta-side-row i{
  width:18px;
  color:#8793a5!important;
  text-align:center;
}

body.single-product .cph-meta-side-row strong{
  color:#455166!important;
  font-size:10px!important;
  font-weight:800!important;
}

body.single-product .cph-meta-side-row.is-license{
  background:#f4f8ff!important;
}

body.single-product .cph-meta-side-row.is-license i,
body.single-product .cph-meta-side-row.is-license strong{
  color:var(--cph-primary,#0f9a9a)!important;
}

body.single-product .cph-product-trust-card{
  margin:0 0 16px!important;
  padding:0!important;
  background:#fff!important;
  border:1px solid #e5ebf2!important;
  border-radius:15px!important;
  box-shadow:0 10px 30px rgba(38,58,94,.05)!important;
  overflow:hidden!important;
}

body.single-product .cph-product-trust-card>div{
  min-height:49px!important;
  padding:10px 15px!important;
  display:flex!important;
  align-items:center!important;
  gap:9px!important;
  border-bottom:1px solid #edf1f5!important;
  color:#667387!important;
  font-size:10px!important;
}

body.single-product .cph-product-trust-card>div:last-child{
  border-bottom:0!important;
}

body.single-product .cph-product-trust-card i{
  width:28px!important;
  height:28px!important;
  display:grid!important;
  place-items:center!important;
  border-radius:8px!important;
  background:#edf8f3!important;
  color:#159363!important;
}

/* Remove standard tabs UI: layout-01 has independent sections */
body.single-product .woocommerce-tabs,
body.single-product .cph-product-after-summary{
  display:none!important;
}

@media(max-width:900px){
  body.single-product .cph-product-row{
    display:flex!important;
    flex-direction:column!important;
    gap:0!important;
  }

  body.single-product .product-single-aside{
    order:-1;
    margin:0 0 18px!important;
  }

  body.single-product .theiaStickySidebar{
    position:static!important;
  }

  body.single-product .product-info-before-gallery{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }

  body.single-product .before-gallery-unit{
    border-inline-end:0!important;
    border-bottom:1px solid #e6ebf2!important;
  }

  body.single-product .before-gallery-unit:nth-last-child(-n+2){
    border-bottom:0!important;
  }
}

@media(max-width:560px){
  body.single-product .cph-product-page-title>.container,
  body.single-product .cph-product-layout-container{
    width:calc(100% - 16px)!important;
  }

  body.single-product .cph-product-page-title{
    margin-bottom:14px!important;
    padding:16px 0 14px!important;
  }

  body.single-product .cph-product-page-title h1{
    font-size:19px!important;
  }

  body.single-product .cph-product-title-breadcrumb{
    display:none!important;
  }

  body.single-product .product-info-before-gallery{
    grid-template-columns:1fr!important;
    padding:8px 14px!important;
  }

  body.single-product .before-gallery-unit,
  body.single-product .before-gallery-unit:nth-last-child(-n+2){
    min-height:54px!important;
    padding:8px 0!important;
    border-bottom:1px solid #e6ebf2!important;
  }

  body.single-product .before-gallery-unit:last-child{
    border-bottom:0!important;
  }

  body.single-product .course-single-gallery{
    padding:10px!important;
  }

  body.single-product .product-single-content,
  body.single-product .product-reviews,
  body.single-product .sc_related_courses_holder{
    padding:17px!important;
    border-radius:12px!important;
  }

  body.single-product .cph-related-products{
    grid-template-columns:1fr!important;
  }

  body.single-product .cph-buybox-summary form.cart{
    flex-direction:column!important;
  }

  body.single-product .cph-buybox-summary .quantity{
    width:100%!important;
  }
}
