/* =========================================================
   ASTRA FULL WIDTH OVERRIDE
========================================================= */
body.tax-skin_category .site-content,
body.tax-skin_category .ast-container {
  max-width: 100%;
  padding: 0;
}

/* =========================================================
   HERO
========================================================= */
.ck-skincare-hero {
  position: relative;
  min-height: 420px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}



.ck-hero-inner {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
}

.ck-hero-inner h1 {
  font-size: 48px;
  font-weight: 600;
  margin-top: 10px;
}

.ck-breadcrumb {
  font-size: 14px;
  opacity: 0.9;
}

/* =========================================================
   CONTAINER
========================================================= */
.ck-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

/* =========================================================
   INTRO
========================================================= */
.ck-skincare-intro {
  padding: 80px 0 40px;
}

.ck-skincare-intro p {
  font-size: 16px;
  line-height: 1.8;
  color: #475569;
}

/* =========================================================
   SECTION HEADER
========================================================= */
.ck-section-header {
  max-width: 700px;
  margin-bottom: 50px;
}

.ck-section-header h2 {
  font-size: 32px;
  color: #1f6f8b;
  margin-bottom: 10px;
}

.ck-section-subtitle {
  font-size: 14px;
  color: #64748b;
}

/* =========================================================
   PRODUCT CARD
========================================================= */
.ck-product-section {
  padding: 70px 0;
  background: #f4f7f9;
}

.ck-product-card {
  display: flex;
  /*gap: 50px;*/
  background: #f9fbfc;
  /*border-radius: 22px;*/
  /*padding: 40px;*/
  margin-bottom: 50px;
  box-shadow: 0 18px 45px rgba(15,23,42,0.08);
  transition: transform .3s ease, box-shadow .3s ease;
}


.ck-product-card {
  max-width: 880px;     /* ↓ main control */
  margin: 0 auto 50px;  /* center */
}
.ck-product-card {
  padding: 28px;
  gap: 32px;
  border-radius: 18px;
}



.ck-product-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 70px rgba(15,23,42,0.14);
}

.ck-product-card.reverse {
  flex-direction: row-reverse;
}

.ck-product-content h3 {
  font-size: 24px;
  color: #155a70;
}

.ck-variant {
  font-size: 14px;
  color: #64748b;
  margin-bottom: 16px;
}

.ck-product-content h4 {
  font-size: 15px;
  margin: 18px 0 10px;
}

.ck-product-content ul {
  list-style: none;
  padding: 0;
}

.ck-product-content ul li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 8px;
}

.ck-product-content ul li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #2a9bb8;
}

.ck-btn {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 26px;
  background: #2a9bb8;
  color: #fff;
  border-radius: 999px;
  text-decoration: none;
}

.ck-btn:hover {
  background: #155a70;
}

/* =========================================================
   IMAGE
========================================================= */
.ck-product-image img { max-width: 260px;
	transition: transform .4s ease; 
} 
.ck-product-card:hover img {
	transform: scale(1.06); 
}
.ck-product-section {
	padding: 50px 0;
} 
.ck-section-header { 
	margin-bottom: 30px; 
}
/* =========================================================
   RESPONSIVE
========================================================= */
@media (max-width: 992px) {
  .ck-product-card,
  .ck-product-card.reverse {
    flex-direction: column;
  }
}

.ck-product-type {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  color: #2a7f8e;
  background: rgba(42,127,142,0.12);
  padding: 4px 10px;
  border-radius: 20px;
  margin-bottom: 8px;
}


.ck-single-product {
  padding: 80px 0;
}

.ck-single-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 60px;
  align-items: center;
}

.ck-single-image img {
  max-width: 420px;
  width: 100%;
  object-fit: contain;
}

.ck-single-content h1 {
  font-size: 34px;
  margin-bottom: 10px;
}

.ck-product-breadcrumb {
  font-size: 14px;
  margin-bottom: 20px;
  color: #6b7280;
}

.ck-product-breadcrumb a {
  color: #2a7f8e;
  text-decoration: none;
}

@media (max-width: 768px) {
  .ck-single-grid {
    grid-template-columns: 1fr;
  }
}

/* ===============================
   SINGLE PRODUCT – FORCE OVERRIDE
================================ */

body.single-product .site-content,
body.single-product .ast-container {
  max-width: 100%;
  padding: 0;
}

/* HERO */
body.single-product .ck-single-hero {
  background: #f6f8f9;
  padding: 70px 0 40px;
}

/* MAIN WRAPPER */
body.single-product .ck-single-product {
  padding: 60px 0 80px;
}

/* PRODUCT CARD */
body.single-product .ck-product-card-lg {
  display: grid;
  grid-template-columns: 420px 1fr;
  gap: 50px;
  background: #f4f6f7;
  padding: 50px;
  border-radius: 28px;
  box-shadow: 0 30px 80px rgba(0,0,0,0.08);
  max-width: 1100px;
  margin: 0 auto;
}

/* IMAGE BOX */
body.single-product .ck-product-img-wrap {
  background: #fff;
  border-radius: 20px;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

body.single-product .ck-product-img-wrap img {
  max-height: 360px;
  width: 100%;
  object-fit: contain;
}

/* BADGE */
body.single-product .ck-product-type {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  color: #f36c21;
  background: rgba(243,108,33,.15);
  padding: 6px 14px;
  border-radius: 999px;
  margin-bottom: 10px;
}

/* CONTENT */
body.single-product .ck-product-info h2 {
  font-size: 32px;
  font-weight: 700;
  color: #0f172a;
}

body.single-product .ck-variant {
  color: #475569;
  font-size: 14px;
  margin-bottom: 20px;
}

/* LISTS */
body.single-product .ck-product-info ul {
  list-style: none;
  padding-left: 0;
}

body.single-product .ck-product-info ul li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 8px;
}

body.single-product .ck-product-info ul li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #f36c21;
}

/* CTA */
body.single-product .ck-btn-primary {
  display: inline-block;
  margin-top: 26px;
  background: #f36c21;
  color: #fff;
  padding: 12px 30px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
}

body.single-product .ck-btn-primary:hover {
  background: #d95c1d;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  body.single-product .ck-product-card-lg {
    grid-template-columns: 1fr;
    padding: 35px;
  }
}


