

@media (max-width: 767px) {
    .woocommerce div.product {
        margin-top: 150px; /* Adjust this value to match your header height */
    }
}

}
@media only screen and (max-width: 767px) {
    .woocommerce div.product .product_title {
        color: black !important;
    }
}
.woocommerce div.product {
    margin-bottom: 0;
    position: relative;
    margin-top: 150px;
}
.woocommerce div.product .product_title {
    font-size: 72px;
    clear: none;
    margin-top: 0;
    padding: 0;
    color: black;
}
.woocommerce div.product .product_meta {
    display: none !important;
}

.product_meta {
  display: none !important;
}

.page-id-382 .wc-block-components-product-name{
	font-size:16px;
	line-height:1.1em;
	font-family:"Teko", sans-serif;
	color:#000;
	font-weight:600;
	letter-spacing:0px;
}

.page-id-382 .wc-block-components-checkout-place-order-button, .page-id-382 .wc-block-components-totals-coupon__button{color:#c36!important;}

.page-id-382 .wc-block-components-checkout-place-order-button:hover, .page-id-382 .wc-block-components-totals-coupon__button:hover{color:#fff!important;}

.page-id-381 .wp-block-woocommerce-cart{
	container-type: inline-size;
    margin: 0;
    padding-top: 24px;
}

@media(max-width:768px){
	
.page-id-381 .wp-block-woocommerce-cart{
    padding-top: 100px;
}
}

/* zd=10224674 | Adding padding to single post title | SA */
.page-header .entry-title {
	padding-top: 100px !important;
	
}
/* =========================
   Post-only typography + spacing
   ========================= */
body.single-post .entry-content,
body.single .entry-content,
.single-post .post,
.single .post,
body.single-post .post-content {
  font-family: "Inter", Arial, Helvetica, sans-serif !important;
  font-weight: 400 !important;
  font-size: 16px !important;            /* base paragraph size */
  line-height: 1.65 !important;          /* breathing room to avoid overlap */
  color: #1a1a1a !important;
  word-wrap: break-word !important;
  overflow-wrap: anywhere !important;
  -webkit-font-smoothing: antialiased !important;
}

/* Title (post title) */
body.single-post .entry-title,
.single .entry-title,
body.single-post h1.entry-title {
  display: block !important;
  font-size: 48px !important;
  line-height: 1.15 !important;
  margin: 0 0 18px 0 !important;
  font-weight: 600 !important;
  letter-spacing: -0.02em !important;
  word-break: break-word !important;
  overflow-wrap: anywhere !important;
}

/* Global heading rules inside posts (h1-h6) */
body.single-post .entry-content h1,
body.single-post .entry-content h2,
body.single-post .entry-content h3,
body.single-post .entry-content h4,
body.single-post .entry-content h5,
body.single-post .entry-content h6,
.single .entry-content h1,
.single .entry-content h2,
.single .entry-content h3,
.single .entry-content h4,
.single .entry-content h5,
.single .entry-content h6 {
  margin: 22px 0 10px 0 !important;
  line-height: 1.18 !important;
  font-weight: 600 !important;
  word-break: break-word !important;
  overflow-wrap: anywhere !important;
  -webkit-hyphens: auto !important;
  -ms-hyphens: auto !important;
  hyphens: auto !important;
}

/* Convenient size scale for headings (adjust numbers if you prefer) */
body.single-post .entry-content h1 { font-size: 26px !important; }
body.single-post .entry-content h2 { font-size: 22px !important; }
body.single-post .entry-content h3 { font-size: 20px !important; }
body.single-post .entry-content h4 { font-size: 18px !important; }
body.single-post .entry-content h5 { font-size: 16px !important; }
body.single-post .entry-content h6 { font-size: 15px !important; }

/* Paragraphs, lists, blockquotes */
body.single-post .entry-content p,
body.single-post .entry-content li {
  margin: 0 0 14px 0 !important;
  font-size: 16px !important;
  line-height: 1.65 !important;
}

/* Lists spacing */
body.single-post .entry-content ul,
body.single-post .entry-content ol {
  margin: 0 0 14px 1.35rem !important;
  padding: 0 !important;
}

/* Prevent headings overlapping floated media — ensure block formatting */
body.single-post .entry-content h1,
body.single-post .entry-content h2,
body.single-post .entry-content h3 {
  display: block !important;
  clear: both !important;
}

/* Images & figures inside posts: responsive + add breathing room */
body.single-post .entry-content img,
body.single-post .entry-content figure img {
  max-width: 100% !important;
  height: auto !important;
  display: block !important;
  margin: 14px auto !important;
}

/* Figure captions */
body.single-post .entry-content figcaption {
  font-size: 13px !important;
  color: #666 !important;
  margin-top: 6px !important;
  text-align: center !important;
}

/* Code blocks, pre tags */
body.single-post .entry-content pre,
body.single-post .entry-content code {
  font-family: Menlo, Monaco, "Courier New", monospace !important;
  font-size: 13px !important;
  line-height: 1.4 !important;
  word-break: break-word !important;
}

/* Small screens: reduce heading sizes to avoid wrap-overlap */
@media (max-width: 768px) {
  body.single-post .entry-title { font-size: 22px !important; }
  body.single-post .entry-content h1 { font-size: 20px !important; }
  body.single-post .entry-content h2 { font-size: 18px !important; }
  body.single-post .entry-content h3 { font-size: 17px !important; }
  body.single-post .entry-content { font-size: 15px !important; line-height: 1.5 !important; }
}

/* Safety: remove any negative margins that might cause overlaps inside posts */
body.single-post .entry-content * {
  margin-top: 0 !important;
}

/* Optional: make headings visually distinct with subtle underline bar */
body.single-post .entry-content h2 {
  padding-bottom: 6px !important;
  border-bottom: 2px solid rgba(0,0,0,0.04) !important;
}

/* Ensure anchor links inside posts don't jump under sticky headers */
body.single-post .entry-content h1:target,
body.single-post .entry-content h2:target,
body.single-post .entry-content h3:target {
  scroll-margin-top: 110px !important;
}










/* ==============
   Gutenberg Post Styling (single blog posts only)
   ============== */
body.single-post .entry-content {
  font-family: "Inter", Arial, Helvetica, sans-serif !important;
  font-size: 16px !important;
  line-height: 1.6 !important;
  color: #1a1a1a !important;
  word-wrap: break-word !important;
  overflow-wrap: anywhere !important;
}

/* Headings from block editor */
body.single-post .entry-content .wp-block-heading,
body.single-post .entry-content h1,
body.single-post .entry-content h2,
body.single-post .entry-content h3,
body.single-post .entry-content h4,
body.single-post .entry-content h5,
body.single-post .entry-content h6 {
  display: block !important;
  clear: both !important;
  white-space: normal !important;      /* allow proper wrapping */
  font-weight: 600 !important;
  line-height: 1.3em !important;       /* clean line spacing */
  margin: 0 0 18px 0 !important;       /* consistent gap below */
  word-break: break-word !important;
  overflow-wrap: anywhere !important;
}

/* Title (main post title) */
body.single-post .entry-title {
  font-size: 32px !important;
  line-height: 1.25em !important;
  margin: 0 0 20px 0 !important;
  font-weight: 700 !important;
}

/* Heading scale inside content */
body.single-post .entry-content h1.wp-block-heading { font-size: 26px !important; }
body.single-post .entry-content h2.wp-block-heading { font-size: 22px !important; }
body.single-post .entry-content h3.wp-block-heading { font-size: 20px !important; }
body.single-post .entry-content h4.wp-block-heading { font-size: 18px !important; }
body.single-post .entry-content h5.wp-block-heading { font-size: 16px !important; }
body.single-post .entry-content h6.wp-block-heading { font-size: 15px !important; }

/* Paragraphs */
body.single-post .entry-content .wp-block-paragraph {
  font-size: 16px !important;
  line-height: 1.6 !important;
  margin: 0 0 16px 0 !important;
}

/* Lists */
body.single-post .entry-content .wp-block-list {
  margin: 0 0 18px 1.35rem !important;
}

/* Images inside block editor */
body.single-post .entry-content img {
  max-width: 100% !important;
  height: auto !important;
  display: block !important;
  margin: 16px auto !important;
}

/* Mobile adjustments */
@media (max-width: 768px) {
  body.single-post .entry-title { font-size: 24px !important; line-height: 1.3em !important; }
  body.single-post .entry-content h1.wp-block-heading { font-size: 20px !important; line-height: 1.3em !important; }
  body.single-post .entry-content h2.wp-block-heading { font-size: 18px !important; line-height: 1.3em !important; }
  body.single-post .entry-content h3.wp-block-heading { font-size: 17px !important; line-height: 1.3em !important; }
}

body.single-post .entry-content strong,
body.single-post .entry-content b {
  font-weight: 700 !important;      /* keep it bold */
  letter-spacing: normal !important;
  word-spacing: normal !important;
  text-transform: none !important;  /* stop themes forcing uppercase */
  display: inline !important;       /* prevent block-style breaks */
}



/* Paragraphs */
body.single-post .entry-content p,
body.single-post .entry-content .wp-block-paragraph {
  font-size: 16px !important;
  line-height: 1.55em !important;   /* tighter but still readable */
  letter-spacing: normal !important;
  word-spacing: normal !important;
  margin: 0 0 16px 0 !important;
}


/* =============================
   Fix headings + strong text spacing
   ============================= */

/* Headings (block editor + theme headings) */
body.single-post .entry-content .wp-block-heading,
body.single-post .entry-content h1,
body.single-post .entry-content h2,
body.single-post .entry-content h3,
body.single-post .entry-content h4,
body.single-post .entry-content h5,
body.single-post .entry-content h6,
body.single-post .entry-title {
  line-height: 1.25em !important;   /* tighter line spacing */
  letter-spacing: normal !important;
  word-spacing: normal !important;
  margin: 0 0 18px 0 !important;
  font-weight: 600 !important;      /* strong but not too heavy */
  white-space: normal !important;
}

/* Strong/Bold text */
body.single-post .entry-content strong,
body.single-post .entry-content b {
  font-weight: 600 !important;      /* avoid extra-heavy look */
  line-height: inherit !important;  /* match parent */
  letter-spacing: normal !important;
  word-spacing: normal !important;
  white-space: normal !important;
}
/* Fix Gutenberg wp-block-heading + headings */
body.single-post .entry-content .wp-block-heading,
body.single-post .entry-content .wp-block-heading h1,
body.single-post .entry-content .wp-block-heading h2,
body.single-post .entry-content .wp-block-heading h3,
body.single-post .entry-content .wp-block-heading h4,
body.single-post .entry-content .wp-block-heading h5,
body.single-post .entry-content .wp-block-heading h6,
body.single-post .entry-content h1,
body.single-post .entry-content h2,
body.single-post .entry-content h3,
body.single-post .entry-content h4,
body.single-post .entry-content h5,
body.single-post .entry-content h6 {
  line-height: 1.2em !important;     /* tighter line spacing */
  letter-spacing: none !important; 
  word-spacing: none !important;
  margin: 0 0 16px 0 !important;     /* even spacing below */
  font-weight: 600 !important;       /* balanced bold */
  white-space: normal !important;
}
body.single-post .entry-content,
body.single-post .entry-content * {
  letter-spacing: none !important;
}
/* Strong/Bold text inside content */
body.single-post .entry-content strong,
body.single-post .entry-content b {
  font-weight: 600 !important;       /* avoid too-heavy bold */
  line-height: inherit !important;
  letter-spacing: normal !important;
  word-spacing: normal !important;
  white-space: normal !important;
}

body.single-post .entry-content,
body.single-post .entry-content * .strong, b {
  letter-spacing: 0 !important;  /* fully disable extra spacing */
}
/* Remove letter spacing for H3 in Elementor Kit 11 */
.elementor-kit-11 h3 {
  letter-spacing: 0 !important;
}

.elementor-kit-11 h4 {
	  letter-spacing: 0 !important;
	line-height :01 !important;
		font-size: 28px

}
.p {
	  letter-spacing: 0 !important;
}

.elementor-kit-11 h4 , p {
		  letter-spacing: 0 !important;
	

}
@media only screen and (max-width: 768px) {
 body.single-post .entry-title, .single .entry-title, body.single-post h1.entry-title {
    display: block !important;
    font-size: 48px !important;
    line-height: 1.15 !important;
    margin: 0 0 18px 0 !important;
    font-weight: 600 !important;
    letter-spacing: -0.02em !important;
    word-break: break-word !important;
    overflow-wrap: anywhere !important;
    margin-top: 50px !important;
}
}


/* Desktop default */
.single-post .entry-title {
    margin-top: 120px; /* Adjust this for desktop */
}

/* Tablet (max width 1024px) */
@media (max-width: 1024px) {
    .single-post .entry-title {
        margin-top: 100px; /* Slightly smaller space for tablets */
    }
}

/* Mobile (max width 767px) */
@media (max-width: 767px) {
    .single-post .entry-title {
        margin-top: 80px; /* Even smaller space for mobile */
        font-size: 1.8rem; /* optional: makes the title size mobile-friendly */
        line-height: 1.3;
    }
}
.elementor-widget-theme-post-title a {
  text-decoration: none !important;
  border: none !important;
  border-bottom: none !important;
  box-shadow: none !important;
  background: none !important;
}

.elementor-widget-theme-post-title a::before,
.elementor-widget-theme-post-title a::after {
  display: none !important;
  content: none !important;
}

