/* Custom CSS compiled by Cohsar CSS Manager (Global) */

/* === Untitled Block === */
/* === Main CSS touch carefully === */
/* =========================================
   15. PRODUCT CATEGORY LINKS
   ========================================= */
.cmtprodcat-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 1px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
}

.cmtprodcat-card {
  background: #ffffff;
  border: 1px solid #e1e1e1;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.cmtprodcat-card a {
  text-decoration: none;
}

.cmtprodcat-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
  border-color: #d2691e;
}

.cmtprodcat-link {
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.cmtprodcat-img-wrap {
  height: 250px;
  overflow: hidden;
  background-color: #f9f9f9;
  position: relative;
  margin: 5px;
}

.cmtprodcat-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.cmtprodcat-card:hover .cmtprodcat-img-wrap img {
  transform: scale(1.1);
}

.cmtprodcat-details {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
}

.cmtprodcat-title {
  color: #333;
  margin: 0 0 10px 0;
}

.cmtprodcat-btn {
  display: inline-block;
  margin-top: auto;
  padding: 8px 16px;
  background-color: #f4f4f4;
  color: #333;
  transition: background 0.3s ease, color 0.3s ease;
}

.cmtprodcat-card:hover .cmtprodcat-btn {
  background-color: #8B4513;
  color: #fff;
}
/* =========================================
   18. BUY TAB CONTENT
   ========================================= */
/* Fixed: Removed 'body' from selector so styles apply to the container */
.cmttabs {
  line-height: 1.6;
  color: #333;
  margin: 0;
  padding: 0;
  background-color: #f4f4f4;
}

.cmttabs .container {
  max-width: 900px;
  margin: 30px auto;
  background: #fff;
  padding: 35px;
  border-radius: 10px;
  box-shadow: 0 3px 12px rgba(0,0,0,0.07);
}

.cmttabs h1 {
  color: #2c3e50;
  text-align: center;
  padding-bottom: 15px;
  border-bottom: 2px solid #eee;
  margin-bottom: 25px;
}

.cmttabs h2 {
  color: #1f7acb;
  border-left: 5px solid #1f7acb;
  padding-left: 12px;
  margin-top: 40px;
}

.cmttabs h3 {
  color: #333;
  margin-top: 20px;
}

.cmttabs .intro {
  text-align: center;
  color: #555;
  margin-bottom: 30px;
}

.cmttabs .buyer-segment {
  background: #f9fbff;
  border: 1px solid #e1edff;
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 20px;
}

.cmttabs .highlight-label {
  display: block;
  margin-top: 10px;
}

.cmttabs ul {
  padding-left: 22px;
}

.cmttabs li {
  margin-bottom: 8px;
}

.cmttabs .address-box {
  background: #e8f4fc;
  padding: 12px 15px;
  display: inline-block;
  border-radius: 6px;
  margin-top: 10px;
  color: #1f7acb;
}

.cmttabs .why-box {
  background: #f7fbff;
  border: 1px solid #d7e9ff;
  padding: 30px;
  border-radius: 12px;
  margin-top: 35px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.05);
}

.cmttabs .why-box-title {
  color: #1f4e79;
  text-align: center;
  margin-bottom: 22px;
}

.cmttabs .why-item {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
}

.cmttabs .why-icon {
  min-width: 35px;
  text-align: center;
  color: #1f7acb;
}

.cmttabs .why-text {
  color: #444;
}

.cmttabs .final-word {
  padding: 20px;
  background: #2c3e50;
  color: #fff;
  text-align: center;
  border-radius: 8px;
  margin-top: 50px;
}

@media (max-width: 600px) {
  .cmttabs .container { padding: 20px; }
  .cmttabs .why-box { padding: 20px; }
}

/* =========================================
   8. MISC WOOCOMMERCE ELEMENTS
   ========================================= */
.woocommerce div.product div.images .flex-control-nav {
  margin-top: 10px;
  clear: both;
}

.woocommerce-product-details__short-description {
  background-color: #f9fbfd;
  padding: 20px 25px;
  border-radius: 8px;
  border-left: 5px solid #2ea44f;
  box-shadow: 0 4px 6px rgba(0,0,0,0.05);
  margin-bottom: 25px;
}

.woocommerce-product-details__short-description h2, 
.woocommerce-product-details__short-description h3,
.woocommerce-product-details__short-description strong {
  color: #2c3e50;
}

.woocommerce-product-details__short-description ul {
  margin: 0;
  padding-left: 15px;
}

.woocommerce-product-details__short-description ul li {
  margin-bottom: 12px;
  line-height: 1.6;
  color: #555;
}

.woocommerce-product-details__short-description li strong {
  color: #2ea44f;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-right: 5px;
}

.content-title-style-hide .entry-content, .content-title-style-above .entry-content {
  margin: -18px;
}

.cmt-delivery-wrapper {
  text-align: center;
}

.cmt-delivery-wrapper ul,
.cmt-delivery-wrapper ol {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}

.cmt-delivery-wrapper li {
  text-align: center;
}

.ccb-row {
  border-bottom: 2px solid #f0f0f0;
}

/* =========================================
   12. HANDLES SECTION & GRIDS
   ========================================= */
.cohsar-handles-section {
  max-width: 1200px;
  margin: 70px auto;
  padding: 40px 5px;
  color: #1f1f1f;
}

.cohsar-handles-section h2 {
  text-align: center;
  letter-spacing: 0.4px;
  margin-bottom: 16px;
}

.cohsar-intro {
  max-width: 920px;
  margin: 0 auto 60px;
  text-align: center;
  line-height: 1.9;
  color: #4a4a4a;
}

.cohsar-handle-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.cohsar-handle-card {
  background: #ffffff;
  border: 1px solid #dcdcdc;
  padding: 30px 5px;
  display: flex;
  flex-direction: column;
  transition: transform 0.25s ease, border-color 0.25s ease;
}

.cohsar-handle-card:hover {
  transform: translateY(-4px);
  border-color: #b58b4a;
}

.cohsar-handle-card h3 {
  margin-bottom: 12px;
  padding-bottom: 12px;
  position: relative;
}

.cohsar-handle-card h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #b58b4a;
}

.cohsar-handle-card p {
  line-height: 1.75;
  color: #444;
  margin-bottom: 20px;
}

.cohsar-card-btn {
  margin-top: auto;
  align-self: center;
  padding: 9px 22px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  color: #1f1f1f;
  border: 1px solid #b58b4a;
  background: transparent;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: background 0.25s ease, color 0.25s ease;
}

.cohsar-card-btn span {
  transition: transform 0.25s ease;
}

.cohsar-card-btn:hover {
  background: #b58b4a;
  color: #ffffff;
}

.cohsar-card-btn:hover span {
  transform: translateX(4px);
}

@media (max-width: 768px) {
  .cohsar-handle-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .cohsar-handles-section {
    padding: 30px 14px;
  }
  .cohsar-intro {
    margin-bottom: 40px;
  }
  .cohsar-handle-card {
    padding: 20px 5px;
  }
  .cohsar-handle-card p {
    line-height: 1.6;
  }
  .cohsar-card-btn {
    width: 100%;
    justify-content: center;
    padding: 12px 16px;
  }
  .ccb-tab-content,
  .ccb-tab-pane,
  .ccb-tab-panel {
    padding-left: 0 !important;
    padding-right: 0 !important;
    overflow-x: hidden;
  }
}

/* =========================================
   13. WHY BUY FULL WIDTH
   ========================================= */
.cohsar-whybuy-section-full {
  width: 100%;
  background: #9a4f1e;
  padding: 90px 20px;
}

.cohsar-whybuy-inner {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.cohsar-whybuy-inner h2 {
  color: #ffffff;
  margin-bottom: 55px;
  letter-spacing: 0.4px;
}

.cohsar-whybuy-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 30px;
}

.cohsar-whybuy-item {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.25);
  padding: 28px 20px;
  transition: transform 0.25s ease, background 0.25s ease;
}

.cohsar-whybuy-item:hover {
  transform: translateY(-4px);
  background: rgba(255, 255, 255, 0.14);
}

.cohsar-whybuy-icon {
  margin-bottom: 14px;
}

.cohsar-whybuy-title {
  color: #ffffff;
  margin-bottom: 6px;
}

.cohsar-whybuy-text {
  color: #f1f1f1;
}

@media (max-width: 768px) {
  .cohsar-whybuy-section-full {
    padding: 70px 16px;
  }
}

/* =========================================
   16. HOME HEADINGS
   ========================================= */
.h1-center-wrapper {
  max-width: 1200px;
  margin: 0 auto 20px auto;
  padding: 0 15px;
  text-align: center;
}

.homeh1 {
  line-height: 1.2;
  color: #1f1f1f;
  margin: 0;
  letter-spacing: -0.4px;
}

.cohsar-usp-h2 {
  line-height: 1.25;
  text-align: center;
  color: #4A4A4A;
  margin-top: 15px;
  margin-bottom: 50px;
  padding: 0 10%;
}

.cohsar-usp-h2 .highlight {
  display: block;
  margin-top: 5px;
  color: #964B00;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

@media (max-width: 768px) {
  .homeh1 {
    letter-spacing: -0.2px;
  }
}

/* =========================================
   17. CUSTOM CTA SECTION
   ========================================= */
.cmt-custom-cta {
  padding: 60px 20px;
  background: linear-gradient(135deg, #8b4513 0%, #a0522d 100%);
  text-align: center;
  position: relative;
  overflow: hidden;
  /* Fixed: Removed unnecessary left/right: 0 */
}

.cmt-animate-on-view {
  opacity: 0;
  transform: translateX(-100px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.cmt-animate-on-view.active {
  opacity: 1;
  transform: translateX(0);
}

.cmt-cta-title {
  color: #fff;
  margin: 0 0 15px 0;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.cmt-cta-subtitle {
  color: #f4e4c1;
  margin: 0 0 25px 0;
}

.cmt-cta-text {
  color: #fff;
  margin: 0 0 30px 0;
  line-height: 1.6;
}

.cmt-cta-button {
  display: inline-block;
  padding: 16px 40px;
  background: #ffd700;
  color: #8b4513;
  text-decoration: none;
  border-radius: 50px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 2px solid #ffd700;
}

.cmt-cta-button:hover {
  background: #ffed4e;
  color: #6b3410;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}

.cmt-cta-button:active {
  transform: translateY(0);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}

.cmt-cta-note {
  color: #f4e4c1;
  margin: 20px 0 0 0;
  font-style: italic;
}

@media (max-width: 768px) {
  .cmt-cta-button {
    padding: 14px 32px;
  }
  .cmt-custom-cta {
    padding: 40px 15px;
  }
}

/* =========================================
   PRODUCTS IN USE GALLERY
   ========================================= */

.prodinuse-gallery-title {
    text-align: center;
    color: #222;
    margin: 20px 0 30px;
    line-height: 1.2;
}

.prodinuse-gallery-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
}

.prodinuse-gallery-item {
    margin: 0;
    background: #ffffff;
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: all 0.35s ease;
}

.prodinuse-gallery-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.15);
}

.prodinuse-gallery-item img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    transition: transform 0.45s ease;
}

.prodinuse-gallery-item:hover img {
    transform: scale(1.05);
}

.prodinuse-gallery-item figcaption {
    padding: 14px;
    color: #333;
    text-align: center;
    line-height: 1.5;
    background: #fafafa;
    border-bottom: 1px solid #ececec;
}

/* =========================================
   TABLET (2 Columns)
   ========================================= */

@media (max-width: 768px) {

    .prodinuse-gallery-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    .prodinuse-gallery-title {
        margin-bottom: 25px;
    }

    .prodinuse-gallery-item figcaption {
        padding: 12px;
    }

}

/* =========================================
   MOBILE (1 Column)
   ========================================= */

@media (max-width: 600px) {

    .prodinuse-gallery-container {
        grid-template-columns: 1fr;
        gap: 16px;
        padding: 0 10px;
    }

    .prodinuse-gallery-title {
        margin-bottom: 20px;
    }

    .prodinuse-gallery-item figcaption {
        padding: 12px;
    }

}

/* =========================================
   COHSAR FAQ SECTION
   ========================================= */

.cmtfaqproductpage-wrap{
    max-width:1000px;
    margin:40px auto;
    padding:30px;
    background:#ffffff;
    border:1px solid #e5e5e5;
    border-radius:12px;
    box-shadow:0 8px 24px rgba(0,0,0,.06);
    box-sizing:border-box;
}

.cmtfaqproductpage-wrap h2{
    margin:0 0 12px;
    color:#222;
    line-height:1.25;
    text-align:center;
}

.cmtfaqproductpage-lead{
    text-align:center;
    color:#666;
    margin:0 0 28px;
}

/* =========================================
   OPEN / CLOSE BUTTONS
   ========================================= */

.cmtfaqproductpage-toggle-box{
    display:flex;
    justify-content:center;
    gap:12px;
    flex-wrap:wrap;
    margin-bottom:30px;
}

.cmtfaqproductpage-toggle-box br{
    display:none;
}

.cmtfaqproductpage-toggle-box button{
    padding:10px 24px;
    border:none;
    border-radius:6px;
    background:#8B4513;
    color:#fff;
    cursor:pointer;
    transition:.3s;
}

.cmtfaqproductpage-toggle-box button:hover{
    background:#6f3610;
    transform:translateY(-2px);
}

/* =========================================
   FAQ ITEMS
   ========================================= */

.cmtfaqproductpage-faq details{
    border:1px solid #e6e6e6;
    border-radius:8px;
    margin-bottom:14px;
    overflow:hidden;
    background:#fff;
    transition:.3s;
}

.cmtfaqproductpage-faq details[open]{
    border-color:#8B4513;
    box-shadow:0 5px 18px rgba(0,0,0,.08);
}

.cmtfaqproductpage-faq summary{
    list-style:none;
    cursor:pointer;
    padding:18px 55px 18px 20px;
    color:#222;
    position:relative;
    transition:.3s;
    user-select:none;
}

.cmtfaqproductpage-faq summary:hover{
    background:#fafafa;
}

.cmtfaqproductpage-faq summary::-webkit-details-marker{
    display:none;
}

/* Plus / Minus */

.cmtfaqproductpage-faq summary::after{
    content:"+";
    position:absolute;
    right:20px;
    top:50%;
    transform:translateY(-50%);
    width:30px;
    height:30px;
    border-radius:50%;
    background:#8B4513;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    transition:.3s;
}

.cmtfaqproductpage-faq details[open] summary::after{
    content:"−";
    background:#222;
}

/* =========================================
   ANSWER
   ========================================= */

.cmtfaqproductpage-answer{
    padding:0 20px 20px;
    color:#555;
    line-height:1.8;
    border-top:1px solid #eee;
}

/* =========================================
   TABLET
   ========================================= */

@media (max-width:768px){

.cmtfaqproductpage-wrap{
    padding:22px;
}

.cmtfaqproductpage-faq summary{
    padding:16px 50px 16px 16px;
}

}

/* =========================================
   MOBILE
   ========================================= */

@media (max-width:600px){

.cmtfaqproductpage-wrap{
    margin:20px auto;
    padding:16px;
    border-radius:8px;
}

.cmtfaqproductpage-lead{
    margin-bottom:20px;
}

.cmtfaqproductpage-toggle-box{
    gap:10px;
    margin-bottom:20px;
}

.cmtfaqproductpage-toggle-box button{
    width:100%;
    padding:12px;
}

.cmtfaqproductpage-faq summary{
    padding:14px 46px 14px 14px;
}

.cmtfaqproductpage-answer{
    padding:0 14px 16px;
}

.cmtfaqproductpage-faq summary::after{
    width:26px;
    height:26px;
    right:12px;
}

}

/* === UH300 tab style === */
/* Scoped Variables */
        .cmttabrss-container {
            --cmttabrss-primary: #5D4037; /* Deep Wood Tone */
            --cmttabrss-accent: #8D6E63; /* Lighter Wood Tone */
            --cmttabrss-bg: #f8f8f8;
            --cmttabrss-card-bg: #ffffff;
            --cmttabrss-text: #333333;
            --cmttabrss-font-head: 'Georgia', 'Times New Roman', serif;
            --cmttabrss-font-body: 'Helvetica Neue', Helvetica, Arial, sans-serif;
            
            line-height: 1.8;
            color: var(--cmttabrss-text);
            background-color: var(--cmttabrss-bg);
            padding: 20px;
            max-width: 1100px;
            margin: 0 auto;
            box-shadow: 0 4px 20px rgba(0,0,0,0.05);
            border-radius: 4px;
            box-sizing: border-box;
        }

        /* Scoped Typography */
        .cmttabrss-container h1, 
        .cmttabrss-container h2, 
        .cmttabrss-container h3 {
            color: var(--cmttabrss-primary);
            margin-top: 1.5em;
            line-height: 1.3;
        }

        .cmttabrss-container h1 {
            text-align: center;
            border-bottom: 2px solid var(--cmttabrss-accent);
            padding-bottom: 20px;
            margin-top: 0;
        }

        .cmttabrss-container h2 {
            border-left: 5px solid var(--cmttabrss-accent);
            padding-left: 15px;
            margin-top: 40px;
        }

        .cmttabrss-container h3 {
            color: var(--cmttabrss-accent);
            margin-bottom: 10px;
        }

        .cmttabrss-container p {
            margin-bottom: 1.5em;
            margin-top: 0;
        }

        /* Scoped Links */
        .cmttabrss-container a {
            color: var(--cmttabrss-primary);
            text-decoration: none;
            border-bottom: 1px dotted var(--cmttabrss-primary);
            transition: all 0.3s ease;
        }

        .cmttabrss-container a:hover {
            color: var(--cmttabrss-accent);
            border-bottom: 1px solid var(--cmttabrss-accent);
        }

        /* Scoped Lists */
        .cmttabrss-container ul, .cmttabrss-container ol {
            padding-left: 0;
            list-style-type: none;
        }

        .cmttabrss-container ul li {
            position: relative;
            padding-left: 25px;
            margin-bottom: 8px;
        }

        .cmttabrss-container ul li::before {
            content: "•";
            color: var(--cmttabrss-accent);
            position: absolute;
            left: 0;
        }
        
        .cmttabrss-container ol {
            counter-reset: cmttabrss-counter;
        }
        
        .cmttabrss-container ol li {
            position: relative;
            padding-left: 25px;
            margin-bottom: 8px;
        }
        
        .cmttabrss-container ol li::before {
            counter-increment: cmttabrss-counter;
            content: counter(cmttabrss-counter) ".";
            color: var(--cmttabrss-accent);
            position: absolute;
            left: 0;
        }

        /* Feature Cards */
        .cmttabrss-feature-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 20px;
            margin-top: 20px;
        }

        .cmttabrss-feature-card {
            background: #fafafa;
            border: 1px solid #eee;
            padding: 25px;
            border-radius: 6px;
            transition: transform 0.2s;
        }

        .cmttabrss-feature-card:hover {
            transform: translateY(-3px);
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
            border-color: var(--cmttabrss-accent);
        }

        /* Wood Species Section */
        .cmttabrss-species-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
            gap: 15px;
        }

        .cmttabrss-species-item {
            background: var(--cmttabrss-card-bg);
            border-left: 3px solid var(--cmttabrss-primary);
            padding: 15px;
            box-shadow: 0 2px 5px rgba(0,0,0,0.05);
        }

        .cmttabrss-species-item strong {
            display: block;
            margin-bottom: 5px;
            color: var(--cmttabrss-primary);
        }

        /* Conclusion */
        .cmttabrss-conclusion {
            background-color: #f4f4f4;
            padding: 30px;
            margin-top: 50px;
            border-radius: 4px;
            text-align: center;
        }

        .cmttabrss-brand-name {
            color: var(--cmttabrss-primary);
        }

        /* Responsive */
        @media (max-width: 600px) {
            .cmttabrss-container { padding: 20px; }
        }

/* === Products widget border and sale badge styles === */
/* =========================================
   2. "SAVE %" BADGE STYLE
   ========================================= */
.wc-cd-save {
    /* Layout */
    display: inline-block !important;
    margin-top: 10px;
    margin-bottom: 5px;
    clear: both;

    /* Design: Professional Gradient Pill */
    /* FIXED: Matches the comment "Vibrant Green" */
    background: linear-gradient(135deg, #06C000 0%, #05a000 100%); 
    color: #ffffff !important;
    
    /* Typography */
    text-transform: uppercase;
    letter-spacing: 0.5px;
    
    /* Shape */
    padding: 5px 14px;
    border-radius: 5px; 
    
    /* Depth */
    /* FIXED: Changed shadow from Red to Green to match the button */
    box-shadow: 0 4px 10px rgba(6, 192, 0, 0.35);
    border: 1px solid rgba(255,255,255,0.2);
}

/* === COHSAR CONTACT PAGE – CENTERED SINGLE COLUMN (COMPACT) === */
/* =====================================================
   COHSAR CONTACT PAGE – CENTERED SINGLE COLUMN (COMPACT)
   ===================================================== */

/* -------- Page-level safety -------- */
.entry-content,
.site-main {
    width: 100%;
}

.entry-content > *,
.site-main > * {
    margin-left: auto;
    margin-right: auto;
}

/* -------- Main Wrapper -------- */
.cmtcp-cohsar-contact-wrapper {
    max-width: 960px;        /* allows 900px form comfortably */
    width: 100%;
    margin: 0 auto;
    padding: 24px 16px;      /* REDUCED padding */
    box-sizing: border-box;
}

/* -------- Header -------- */
.cmtcp-contact-header {
    text-align: center;
    margin-bottom: 24px;     /* reduced */
}

.cmtcp-contact-header h1 {
    margin-bottom: 8px;
}

.cmtcp-contact-header p {
    max-width: 720px;
    margin: 0 auto;
}

/* -------- Single Column Layout -------- */
.cmtcp-contact-grid {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;               /* reduced gap */
    width: 100%;
}

/* -------- Contact Form Box -------- */
.cmtcp-contact-form-area {
    width: 900px;            /* REQUIRED FORM WIDTH */
    max-width: 100%;
    background: #ffffff;
    border: 1px solid #e1e1e1;
    border-radius: 18px 0 18px 0;
    padding: 24px;           /* REDUCED */
    box-shadow: 0 8px 20px rgba(0,0,0,0.05);
    box-sizing: border-box;
    text-align: center;
}

/* Center form content */
.cmtcp-contact-form-area form {
    max-width: 100%;
    margin: 0 auto;
}

/* Inputs */
.cmtcp-contact-form-area input,
.cmtcp-contact-form-area textarea,
.cmtcp-contact-form-area select {
    width: 100%;
    box-sizing: border-box;
    text-align: left;
}

/* -------- Contact Info Box -------- */
.cmtcp-contact-info-area {
    width: 900px;
    max-width: 100%;
}

.cmtcp-info-card {
    background: #ffffff;
    border: 1px solid #eee;
    border-radius: 18px 0 18px 0;
    padding: 22px;           /* reduced */
    text-align: center;
}

/* -------- Info Items -------- */
.cmtcp-info-item {
    margin-bottom: 18px;     /* tighter */
}

.cmtcp-info-item:last-child {
    margin-bottom: 0;
}

.cmtcp-info-item h3 {
    margin-bottom: 6px;
}

.cmtcp-info-item p {
    margin: 3px 0;
}

/* -------- Map -------- */
.cmtcp-map-container {
    margin-top: 28px;
    width: 100%;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

/* -------- Mobile Refinement -------- */
@media (max-width: 768px) {
    .cmtcp-contact-form-area,
    .cmtcp-contact-info-area {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .cmtcp-cohsar-contact-wrapper {
        padding: 18px 12px;
    }

    .cmtcp-contact-form-area,
    .cmtcp-info-card {
        padding: 18px 14px;
    }
}

.cohsar-form {
  max-width: 900px !important; /* Semicolon goes at the END */
}

/* === cohsar blog post styles recess === */
  .cohsar-blog-container {
        line-height: 1.6;
        color: #333;
        max-width: 100%;
        margin: 0 auto;
    }

    /* Main Title Style */
    .cohsar-blog-container h1 {
        color: #2c3e50;
        margin-bottom: 10px;
        line-height: 1.2;
    }
    
    .cohsar-blog-container h2 {
        color: #2c3e50;
        margin-top: 40px;
        margin-bottom: 20px;
    }

    .cohsar-blog-container h3 {
        color: #2c3e50;
        margin-top: 25px;
        margin-bottom: 15px;
    }

    .cohsar-blog-container ul {
        margin-bottom: 20px;
        padding-left: 20px;
    }

    .cohsar-blog-container li {
        margin-bottom: 10px;
    }

    /* Style for the placeholder images */
    .cohsar-image-wrapper {
        margin: 30px 0;
        text-align: center;
        background-color: #f9f9f9;
        border: 1px solid #eee;
        padding: 10px;
    }

    .cohsar-image-wrapper img {
        max-width: 100%;
        height: auto;
        display: block;
        margin: 0 auto;
        background-color: #e2e8f0; 
        min-height: 250px; 
    }

    /* Style for the final button */
    .cohsar-cta-btn {
        display: inline-block;
        background-color: #2b6cb0;
        color: #ffffff !important;
        padding: 15px 35px;
        text-decoration: none !important;
        border-radius: 5px;
        transition: background-color 0.3s ease;
        border: none;
    }

    .cohsar-cta-btn:hover {
        background-color: #2c5282;
        color: #ffffff !important;
    }

/* === product page offer text style === */
/* Increase text size for all Cohsar Offer Boxes */
.cohsar-offer-box {
    line-height: 1.5;
}

/* Optional: Add a little more space between the list items */
.cohsar-offer-box ul li {
    margin-bottom: 6px;
}

/* === Cart page order total size and color === */
/* Order Total Styling */
.order-total {
  color: #800000 !important;     /* Maroon color */
}

/* === Cash on delivery container === */
.cod-policy-container {
        line-height: 1.6;
        color: #333;
        background-color: #f9f9f9;
        padding: 20px;
        border-radius: 8px;
        border: 1px solid #e0e0e0;
        max-width: 800px;
        margin: 20px auto;
    }
    .cod-policy-container h3 {
        color: #2c3e50;
        border-bottom: 2px solid #ddd;
        padding-bottom: 10px;
        margin-top: 0;
    }
    .cod-policy-container h4 {
        color: #444;
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .cod-policy-container ul {
        margin-left: 20px;
        margin-bottom: 15px;
    }
    .cod-policy-container li {
        margin-bottom: 8px;
    }
    .cod-highlight {
        background-color: #fff3cd;
        padding: 2px 5px;
        border-radius: 4px;
    }
    .cod-alert {
        color: #d9534f;
    }

/* === Category page css === */
/* Prefix added to remove conflict with WordPress CSS */
. .term-description {
    margin-bottom: 30px;
    padding: 15px;
    line-height: 1.6;
}

. .term-description img {
    max-width: 100%;
    height: auto;
    margin: 10px 0;
}

. .term-description ul {
    margin-left: 20px;
    list-style-type: disc;
}

/* === stock not available === */
/* Prefix added to prevent WordPress CSS conflicts */
. .out-of-stock-variation-msg {
    color: #d9534f; /* Red warning color */
    display: block;
    margin-top: 10px;
    padding: 5px;
    border: 1px solid #d9534f;
    text-align: center;
}

/* === 3 column speedy dispatch COD Easy return === */
.cohsar-benefits-v1{
  width:100%;
  max-width:100%;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:8px;
  box-sizing:border-box;
}
.cohsar-benefits-v1 *{box-sizing:border-box;}
.cohsar-benefit-box{
  min-width:0;
  border:1px solid var(--border);
  background:var(--bg);
  border-radius:3px;
  padding:10px 9px;
  color:#10233f;
}
.cohsar-benefit-title{
  display:block;
  line-height:1.25;
  margin:0 0 6px;
  color:#10233f;
}
.cohsar-benefit-text{
  display:block;
  line-height:1.35;
  margin:0 0 5px;
  color:#10233f;
}
.cohsar-benefit-link{
  display:block;
  line-height:1.25;
  color:var(--color);
  text-decoration:none;
}
.cohsar-benefit-link:hover{text-decoration:underline;}
@media(max-width:520px){
  .cohsar-benefits-v1{grid-template-columns:1fr;}
}

/* === header bottom border with shadow === */
/* Blocksy main header: bottom border + shadow */
.site-header,
#header {
    border-bottom: 1px solid #e0e0e0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    position: relative;
    z-index: 10;
}

/* === hide and show text on product card on product page === */
.hideponprodpage .woocommerce > p {
    display: none !important;
}

/* 1. The Heading (Green & Centered) */
.pordcardh3 {
    color: green;
    text-align: center;
}

/* 2. The Text (Centered, default color) */
.pordcard-text {
    text-align: center;
}

/* 3. Limit text width to 800px on PC and center the block on the screen */
@media (min-width: 769px) {
    .pordcard-text {
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
    }
}

/* === Remove background from header flag icon === */
/* Strip away the blue popup button styles */
.clean-flag-trigger,
.clean-flag-trigger * {
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    box-shadow: none !important;
    min-height: auto !important;
    line-height: 1 !important;
}

/* Tell Blocksy to perfectly center the flag vertically */
.clean-flag-trigger {
    display: flex !important;
    align-items: center !important;
    height: 100% !important;
}*/

/* === Why buy from us === */
/* =========================================
   WHY BUY FROM US
   ========================================= */

.cmt-why-section{
    max-width:1400px;
    margin:60px auto;
    padding:0 20px;
}

.cmt-why-title{
    text-align:center;
    color:#222;
    margin:0 0 40px;
    line-height:1.2;
}

.cmt-why-slider{
    position:relative;
    overflow:hidden;
}

.cmt-why-track{
    display:flex;
    gap:20px;
    transition:transform .4s ease;
    will-change:transform;
}

.cmt-why-item{
    flex:0 0 280px;
    background:#ffffff;
    border:1px solid #e6e6e6;
    border-radius:12px;
    padding:30px 25px;
    text-align:center;
    box-sizing:border-box;
    transition:.35s;
    box-shadow:0 6px 18px rgba(0,0,0,.06);
}

.cmt-why-item:hover{
    transform:translateY(-8px);
    border-color:#8B4513;
    box-shadow:0 15px 35px rgba(0,0,0,.12);
}

.cmt-why-icon{
    width:70px;
    height:70px;
    margin:0 auto 18px;
    border-radius:50%;
    background:#f8f5f2;
    display:flex;
    align-items:center;
    justify-content:center;
    transition:.3s;
}

.cmt-why-item:hover .cmt-why-icon{
    background:#8B4513;
    transform:rotate(8deg);
}

.cmt-why-item h4{
    margin:0 0 10px;
    color:#222;
    line-height:1.3;
}

.cmt-why-item p{
    margin:0;
    color:#666;
    line-height:1.6;
}

/* =========================================
   NAVIGATION
   ========================================= */

.cmt-why-arrow{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    width:48px;
    height:48px;
    border:none;
    border-radius:50%;
    background:#ffffff;
    box-shadow:0 6px 18px rgba(0,0,0,.15);
    color:#333;
    cursor:pointer;
    z-index:5;
    transition:.3s;
}

.cmt-why-arrow:hover{
    background:#8B4513;
    color:#ffffff;
}

.cmt-why-arrow.prev{
    left:-5px;
}

.cmt-why-arrow.next{
    right:-5px;
}

/* =========================================
   TABLET
   ========================================= */

@media(max-width:768px){

.cmt-why-section{
    margin:40px auto;
    padding:0 15px;
}

.cmt-why-title{
    margin-bottom:30px;
}

.cmt-why-item{
    flex:0 0 240px;
    padding:25px 18px;
}

}

/* =========================================
   MOBILE
   ========================================= */

@media(max-width:600px){

.cmt-why-track{
    gap:14px;
}

.cmt-why-item{
    flex:0 0 88%;
    margin:auto;
}

.cmt-why-title{
    margin-bottom:25px;
}

.cmt-why-arrow{
    display:none;
}

.cmt-why-icon{
    width:60px;
    height:60px;
}

}

/* Better GPU */

.cmt-why-track{

    will-change:transform;

    backface-visibility:hidden;

    transform:translate3d(0,0,0);

}

/* Better dragging */

.cmt-why-slider{

    cursor:grab;

    user-select:none;

    -webkit-user-select:none;

}

.cmt-why-slider:active{

    cursor:grabbing;

}

/* Prevent image dragging */

.cmt-why-item img{

    pointer-events:none;

    -webkit-user-drag:none;

}

/* Smooth card animation */

.cmt-why-item{

    transition:
        transform .35s ease,
        box-shadow .35s ease,
        border-color .35s ease;

}

/* Premium fade */

.cmt-why-slider{

    position:relative;

    overflow:hidden;

}

.cmt-why-slider::before,

.cmt-why-slider::after{

    content:"";

    position:absolute;

    top:0;

    width:90px;

    height:100%;

    pointer-events:none;

    z-index:3;

}

.cmt-why-slider::before{

    left:0;

    background:linear-gradient(to right,#fff,transparent);

}

.cmt-why-slider::after{

    right:0;

    background:linear-gradient(to left,#fff,transparent);

}

@media(max-width:768px){

.cmt-why-slider::before,

.cmt-why-slider::after{

    width:30px;

}

}

/* === Single product page WHo Can Buy tab === */
/* =========================================
   BUYER GUIDE TAB - PREMIUM DESIGN
   ========================================= */

.container {
    max-width: 1050px;
    margin: 40px auto;
    padding: 50px 60px;
    background: #ffffff;
    border: 1px solid #eaeaea;
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.03);
    box-sizing: border-box;
    color: #4a4a4a;
    line-height: 1.8;
}

/* =========================================
   HEADINGS
   ========================================= */

.container h1 {
    margin: 0 0 24px;
    text-align: center;
    color: #1a1a1a;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.container h1 span {
    display: block;
    margin-top: 12px;
    color: #8b5a2b; /* Warm oak accent */
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.container h2 {
    margin: 55px 0 30px;
    padding-bottom: 14px;
    border-bottom: 2px solid #f0e6d2;
    color: #2c1e16; /* Deep walnut */
    line-height: 1.3;
}

.container h3 {
    margin: 0 0 12px;
    color: #1a1a1a;
}

/* =========================================
   INTRO
   ========================================= */

.intro {
    max-width: 850px;
    margin: 0 auto 20px;
    text-align: center;
    color: #555;
}

.intro strong {
    color: #2c1e16;
}

/* =========================================
   BUYER SEGMENTS (CARDS)
   ========================================= */

.buyer-segment {
    margin: 24px 0;
    padding: 30px;
    background: #ffffff;
    border: 1px solid #efefef;
    border-left: 4px solid #8b5a2b;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
    transition: all 0.3s ease;
}

.buyer-segment:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
    border-color: #e2d1c3;
}

.buyer-segment strong {
    color: #1a1a1a;
    display: block;
    margin-bottom: 8px;
}

.highlight-label {
    display: block;
    margin-top: 20px;
    margin-bottom: 12px;
    color: #8b5a2b;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* =========================================
   LISTS
   ========================================= */

.container ul {
    margin: 16px 0 0;
    padding-left: 0;
    list-style: none;
}

.container li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 28px;
    color: #555;
}

/* Custom elegant bullet points */
.container li::before {
    content: "✓";
    position: absolute;
    left: 4px;
    top: 0;
    color: #8b5a2b;
}

/* =========================================
   ADDRESS
   ========================================= */

.address-box {
    display: inline-flex;
    align-items: center;
    margin-top: 20px;
    padding: 12px 20px;
    background: #faf8f5;
    border: 1px solid #eaddcf;
    border-radius: 8px;
    color: #5c3a21;
}

/* =========================================
   WHY BUY BOX
   ========================================= */

.why-box {
    margin-top: 60px;
    padding: 45px;
    background: #faf8f5;
    border-radius: 16px;
    border: 1px solid #f0e6d2;
}

.why-box-title {
    text-align: center;
    color: #2c1e16;
    margin-bottom: 40px;
}

.why-item {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    padding: 24px 0;
    border-bottom: 1px solid #eaddcf;
}

.why-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.why-item:first-of-type {
    padding-top: 0;
}

.why-icon {
    width: 60px;
    height: 60px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    color: #8b5a2b;
    border: 1px solid #eaddcf;
    border-radius: 14px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
}

.why-text {
    color: #555;
    line-height: 1.7;
    padding-top: 4px;
}

.why-text strong {
    color: #1a1a1a;
    display: block;
    margin-bottom: 4px;
}

/* =========================================
   FINAL WORD
   ========================================= */

.final-word {
    margin-top: 60px;
    padding: 50px 40px;
    background: linear-gradient(135deg, #2c1e16 0%, #4a3325 100%);
    color: #ffffff;
    border-radius: 16px;
    text-align: center;
    box-shadow: 0 15px 35px rgba(44, 30, 22, 0.15);
}

.final-word strong {
    display: block;
    margin-bottom: 16px;
    color: #f0e6d2;
}

.final-word p {
    margin: 0 auto;
    color: #e0d5cb;
    line-height: 1.8;
    max-width: 800px;
}

/* =========================================
   LINKS
   ========================================= */

.container a {
    color: #8b5a2b;
    text-decoration: none;
    transition: color 0.2s;
}

.container a:hover {
    color: #5c3a21;
    text-decoration: underline;
}

/* =========================================
   TABLET RESPONSIVE
   ========================================= */

@media (max-width: 768px) {
    .container {
        padding: 40px 30px;
    }
    
    .why-box {
        padding: 35px 25px;
    }
    
    .why-icon {
        width: 50px;
        height: 50px;
        border-radius: 12px;
    }
}

/* =========================================
   MOBILE RESPONSIVE
   ========================================= */

@media (max-width: 600px) {
    .container {
        margin: 20px auto;
        padding: 25px 20px;
        border-radius: 12px;
    }
    
    .container h2 {
        margin-top: 40px;
    }
    
    .buyer-segment {
        padding: 20px;
    }
    
    .why-box {
        padding: 25px 20px;
        margin-top: 40px;
    }
    
    .why-box-title {
        margin-bottom: 25px;
    }
    
    .why-item {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 12px;
        padding: 20px 0;
    }
    
    .why-text {
        padding-top: 0;
    }
    
    .final-word {
        margin-top: 40px;
        padding: 35px 20px;
    }
}

/* === FAQ single Product page === */
/* =========================================
   FAQ SECTION - PREMIUM DESIGN
   ========================================= */

.cmtfaqproductpage-wrap {
    max-width: 1050px;
    margin: 40px auto;
    color: #4a4a4a;
    box-sizing: border-box;
}

/* =========================================
   HEADINGS & LEAD TEXT
   ========================================= */

.productpagetoph2 {
    color: #2c1e16; /* Deep Walnut */
    text-align: center;
    margin: 0 0 12px 0;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.cmtfaqproductpage-lead {
    text-align: center;
    color: #555;
    margin-bottom: 35px;
}

/* =========================================
   TOGGLE BUTTONS (OPEN/CLOSE ALL)
   ========================================= */

.cmtfaqproductpage-toggle-box {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    margin-bottom: 25px;
}

.cmtfaqproductpage-toggle-box button {
    background: #faf8f5;
    border: 1px solid #eaddcf;
    color: #8b5a2b; /* Warm Oak */
    padding: 8px 18px;
    border-radius: 20px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.cmtfaqproductpage-toggle-box button:hover {
    background: #8b5a2b;
    color: #ffffff;
    border-color: #8b5a2b;
    transform: translateY(-1px);
    box-shadow: 0 4px 10px rgba(139, 90, 43, 0.15);
}

/* =========================================
   FAQ ACCORDION (DETAILS & SUMMARY)
   ========================================= */

.cmtfaqproductpage-faq {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.cmtfaqproductpage-faq details {
    background: #ffffff;
    border: 1px solid #eaeaea;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
    transition: all 0.3s ease;
    overflow: hidden; /* Keeps borders clean when animating */
}

.cmtfaqproductpage-faq details:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
    border-color: #e2d1c3;
}

/* Styling when the FAQ is open */
.cmtfaqproductpage-faq details[open] {
    border-color: #8b5a2b;
    box-shadow: 0 6px 20px rgba(139, 90, 43, 0.08);
}

/* The clickable Question */
.cmtfaqproductpage-faq summary {
    padding: 22px 25px;
    color: #1a1a1a;
    cursor: pointer;
    list-style: none; /* Hides default triangle */
    outline: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: color 0.2s ease;
}

/* Hides default triangle in Safari */
.cmtfaqproductpage-faq summary::-webkit-details-marker {
    display: none;
}

/* Custom (+) Icon */
.cmtfaqproductpage-faq summary::after {
    content: "+";
    color: #8b5a2b;
    line-height: 1;
    margin-left: 15px;
    transition: transform 0.3s ease, color 0.3s ease;
}

/* Custom (-) Icon when open */
.cmtfaqproductpage-faq details[open] summary::after {
    content: "−"; /* True minus sign, not a hyphen */
    color: #2c1e16;
    transform: rotate(180deg);
}

.cmtfaqproductpage-faq details[open] summary {
    color: #8b5a2b;
    padding-bottom: 15px; /* Adjust padding when open to blend into answer */
}

/* =========================================
   FAQ ANSWER (TEXT)
   ========================================= */

.cmtfaqproductpage-answer {
    padding: 0 25px 25px 25px;
    color: #555;
    line-height: 1.75;
}

/* Smooth fade-in animation for the answer */
.cmtfaqproductpage-faq details[open] .cmtfaqproductpage-answer {
    animation: faqFadeIn 0.4s ease-out forwards;
}

@keyframes faqFadeIn {
    0% {
        opacity: 0;
        transform: translateY(-8px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* =========================================
   RESPONSIVE DESIGN (TABLET)
   ========================================= */

@media (max-width: 768px) {
    
    .cmtfaqproductpage-faq summary {
        padding: 18px 20px;
    }
    
    .cmtfaqproductpage-faq details[open] summary {
        padding-bottom: 12px;
    }
    
    .cmtfaqproductpage-answer {
        padding: 0 20px 20px 20px;
    }
}

/* =========================================
   RESPONSIVE DESIGN (MOBILE)
   ========================================= */

@media (max-width: 600px) {
    .cmtfaqproductpage-wrap {
        padding: 0 15px;
    }
    
    .cmtfaqproductpage-lead {
        margin-bottom: 25px;
    }
    
    .cmtfaqproductpage-toggle-box {
        justify-content: center; /* Center buttons on mobile */
    }
    
    .cmtfaqproductpage-faq summary {
        padding: 16px;
    }
    
    .cmtfaqproductpage-answer {
        padding: 0 16px 16px 16px;
    }
}

/* === Store setting page === */
/* Modern styling for the localization card */
.store-localization-settings {
    max-width: 650px;
    margin: 40px auto;
}
.localization-card {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.06);
    padding: 35px;
    border: 1px solid #f0f0f0;
}
.localization-card h3 {
    margin-top: 0;
    color: #1a1a1a;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
}
.localization-intro {
    color: #555;
    margin-bottom: 10px;
    line-height: 1.6;
}

/* Sections stack completely vertically now */
.setting-section {
    padding: 24px 0;
    border-top: 1px solid #eaeaea;
    width: 100%;
}
.setting-label-full strong {
    display: block;
    color: #222;
    margin-bottom: 6px;
}
.setting-label-full span {
    display: block;
    color: #666;
    margin-bottom: 20px;
}
.setting-control-full {
    width: 100%;
}

/* Fix the Country Shortcode Text ("Prices and availability...") */
.cgc-override h2, .cgc-override h3 {
    color: #222 !important;
    margin-top: 0 !important;
    margin-bottom: 8px !important;
}
.cgc-override p {
    line-height: 1.5 !important;
    color: #666 !important;
    margin-top: 0 !important;
    margin-bottom: 20px !important;
}

/* Mobile Responsive Adjustments */
@media (max-width: 550px) {
    .localization-card {
        padding: 25px 20px;
    }
    
    /* Ensure the text breaks nicely on small phones */
    .cgc-override p, .setting-label-full span {
        padding-right: 10px;
    }
}



/* === Typography text size === */
/* ==========================================================================
   COHSAR MASTER TYPOGRAPHY & FONT CONTROL HUB (ONE PLACE FOR EVERYTHING)
   Change any value here to update the ENTIRE website and ALL PLUGINS!
   ========================================================================== */
:root {
  /* 1. THE ONE FONT FAMILY (Used by theme, pages, and all plugins) */
  --site-font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;

  /* 2. CENTRAL FONT SIZES (Headings H1-H3 25% smaller; Body & descriptions at full readable size) */
  --text-xs:    clamp(0.70rem, 0.68rem + 0.15vw, 0.80rem); /* Badges & tiny text (11px - 13px) */
  --text-sm:    clamp(0.82rem, 0.80rem + 0.15vw, 0.90rem); /* Secondary text, links, card titles (13px - 14.5px) */
  --text-base:  clamp(0.95rem, 0.92rem + 0.20vw, 1.05rem); /* Normal body text, paragraphs (15px - 17px) */
  --text-md:    clamp(1.00rem, 0.96rem + 0.20vw, 1.10rem); /* Lead text, buttons (16px - 17.5px) */
  --text-lg:    clamp(1.05rem, 1.00rem + 0.25vw, 1.18rem); /* Card titles, H4 (17px - 19px) */
  --text-xl:    clamp(1.05rem, 0.98rem + 0.38vw, 1.28rem); /* Subheadings, H3, Single Product Title (16.5px - 20.5px) */
  --text-2xl:   clamp(1.28rem, 1.12rem + 0.75vw, 1.69rem); /* Section titles, H2 (20px - 27px) */
  --text-3xl:   clamp(1.58rem, 1.35rem + 1.12vw, 2.14rem); /* Main H1 & Hero title (25.5px - 34px) */

  /* 3. CENTRAL FONT WEIGHTS */
  --weight-normal:   400;
  --weight-medium:   500;
  --weight-semibold: 600;
  --weight-bold:     700;
}

/* ==========================================================================
   UNIVERSAL FONT ENFORCER (Forces ALL plugins & site elements to ONE font)
   ========================================================================== */
body,
input,
button,
select,
textarea,
[class*="cohsar-"],
[class*="cmt-"],
[class*="cgc-"],
[id*="cohsar-"],
[id*="cgc-"],
.cmttabs,
.cmttabrss-container,
.localization-card,
.cohsar-reviews-container,
.cohsar-review-form-wrapper,
.cohsar-trust-badge,
.cgc-popup {
  font-family: var(--site-font) !important;
}

/* ==========================================================================
   UNIVERSAL HEADING ENFORCER (Overrides Theme, Plugins & Inline Styles)
   ========================================================================== */
/* H1 & Main Hero Titles (Excludes Single Product Title) */
h1:not(.product_title),
.homeh1,
h1.cohsar-hero-title,
.entry-title:not(.product_title),
.page-title:not(.product_title) {
  --theme-font-size: var(--text-3xl) !important;
  font-size: var(--text-3xl) !important;
  font-weight: var(--weight-bold) !important;
}

/* H2 & Section Titles (Excludes WooCommerce Product Card Titles) */
h2:not(.woocommerce-loop-product__title):not(.woocommerce-loop-category__title),
h2.homeh1,
h2.cohsar-hero-title,
.section-title,
.cmt-why-title,
.prodinuse-gallery-title,
h2[style*="font-size"]:not(.woocommerce-loop-product__title):not(.woocommerce-loop-category__title) {
  --theme-font-size: var(--text-2xl) !important;
  font-size: var(--text-2xl) !important;
  font-weight: var(--weight-bold) !important;
}

/* H3 & Section Subheadings (Excludes Product & Category Card Titles) */
h3:not(.woocommerce-loop-product__title):not(.woocommerce-loop-category__title):not(.cmtprodcat-title),
.pordcardh3,
.cohsar-handle-card h3,
h3[style*="font-size"]:not(.woocommerce-loop-product__title):not(.woocommerce-loop-category__title):not(.cmtprodcat-title) {
  --theme-font-size: var(--text-xl) !important;
  font-size: var(--text-xl) !important;
  font-weight: var(--weight-semibold) !important;
}

/* H4 & Minor Headings */
h4,
.cohsar-hero-label h4,
h4[style*="font-size"] {
  --theme-font-size: var(--text-lg) !important;
  font-size: var(--text-lg) !important;
  font-weight: var(--weight-semibold) !important;
}

/* ==========================================================================
   WOOCOMMERCE PRODUCT & CATEGORY TITLES (Clean, Proportional Sizing)
   ========================================================================== */
/* Single Product Page Title (Balanced, readable, fits comfortably in 2-3 lines) */
.single-product .product_title,
.single-product .entry-title,
.entry-summary .product_title,
.entry-summary .entry-title,
h1.product_title {
  --theme-font-size: var(--text-xl) !important;
  --theme-font-weight: 700 !important;
  font-size: var(--text-xl) !important; /* ~17px - 20.5px */
  line-height: 1.3 !important;
  font-weight: 700 !important;
}

/* Product & Category Card Titles in Grids (Featured Products, Product Categories, Shop Grid, Related Products) */
.woocommerce-loop-product__title,
.woocommerce-loop-category__title,
.cmtprodcat-title,
.cmtprodcat-card h3,
.cmtprodcat-title a,
.cmtprodcat-card .cmtprodcat-title,
ul.products li.product .woocommerce-loop-product__title,
[data-products] .woocommerce-loop-product__title,
.woocommerce-loop-product__title a,
.woocommerce-LoopProduct-link,
.woocommerce-loop-product__link {
  --theme-font-size: var(--text-sm) !important;
  --theme-font-weight: 700 !important;
  font-size: var(--text-sm) !important; /* ~13px - 14.5px (Matches Featured Products Grid) */
  font-weight: 700 !important;
  line-height: 1.35 !important;
}

/* Body text, paragraphs & descriptions (Remain at standard readable size) */
p, li, summary            { font-size: var(--text-base); font-weight: var(--weight-normal); }
strong, b                 { font-weight: var(--weight-bold); }
small, .subtext           { font-size: var(--text-sm); }
.badge, .save-badge       { font-size: var(--text-xs); font-weight: var(--weight-semibold); }

/* === Footer text size === */
/* ==========================================================================
   FOOTER TEXT SCALING (20% Smaller - Clean & Compact)
   ========================================================================== */
/* Footer Column Headings (20% smaller: ~14px instead of ~17.5px) */
.cohsar-footer .footer-col h4,
.cohsar-footer h4,
footer h4,
.site-footer h4,
.ct-footer .widget-title {
  --theme-font-size: var(--text-sm) !important;
  font-size: var(--text-sm) !important; /* ~13px - 14.5px */
  font-weight: 600 !important;
  line-height: 1.35 !important;
}

/* Footer Body Text, Links, Lists, Rich Text & Subtext (20% smaller: ~12.5px - 13px instead of ~16px) */
.cohsar-footer,
.cohsar-footer p,
.cohsar-footer li,
.cohsar-footer a:not(.footer-social a),
.cohsar-footer span:not(.footer-social span),
.cohsar-footer .footer-col-content,
.cohsar-footer .footer-custom-text-top,
.cohsar-footer .footer-custom-text-bottom,
.cohsar-footer .cohsar-footer-rich-text-middle,
footer p,
footer li,
footer a,
.site-footer p,
.site-footer li,
.site-footer a {
  font-size: 0.80rem !important; /* ~12.5px - 13px (20% smaller) */
  line-height: 1.55 !important;
}

/* Footer Copyright Note (Compact: ~11.5px - 12px) */
.cohsar-footer .footer-copy,
footer .footer-copy,
.site-footer .footer-copy {
  font-size: 0.75rem !important; /* ~11.5px - 12px */
  line-height: 1.4 !important;
}
