/* === Main CSS touch carefully === */
/* =========================================
   1. GLOBAL & UTILITY STYLES
   ========================================= */

/* Prevent horizontal scroll from full-width hacks */
body {
  overflow-x: hidden;
}

/* Common Full Width Mixin */
.cmt-why-section,
.cmt-slider-section,
.cmt-delivery-section,
.cmt-custom-cta {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  box-sizing: border-box;
}

/* =========================================
   2. HOME GALLERY (GRID)
   ========================================= */
.cmthomegallery-title {
  text-align: center;
  color: #333;
  font-size: 18px;
  font-weight: 500;
  margin: 0;
  padding: .5rem 0;
}

.cmthomegallery-item h3 {
  font-size: 16px;
  font-weight: 600; /* Fixed: Changed 550 to 600 */
}

.cmthomegallery-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: .5rem;
  max-width: 100%;
  margin: 0;
  padding: 0;
}

.cmthomegallery-item {
  margin: 0;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .08);
  background-color: #fff;
  transition: transform .3s ease-in-out, box-shadow .3s ease-in-out;
}

.cmthomegallery-item:hover {
  transform: scale(1.02);
  box-shadow: 0 6px 14px rgba(0, 0, 0, .15);
}

.cmthomegallery-item img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  aspect-ratio: 4/3.5;
  margin: 0;
}

.cmthomegallery-item figcaption {
  padding: .5rem;
  font-size: .85rem;
  font-weight: 500;
  color: #000000;
  text-align: center;
  border-bottom: 1px solid #eee;
}

@media(min-width: 600px) {
  .cmthomegallery-title {
    font-size: 19px;
    font-weight: 700;
    margin: 2rem 0;
  }
  .cmthomegallery-item h3 {
    font-size: 16px;
    font-weight: 600;
  }
  .cmthomegallery-container {
    grid-template-columns: repeat(2, 1fr);
    margin: 0 auto;
    padding: 1rem;
    gap: 1.25rem;
  }
}

@media(min-width: 900px) {
  .cmthomegallery-title {
    font-size: 22px;
  }
  .cmthomegallery-item h3 {
    font-size: 18px;
  }
  .cmthomegallery-container {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
  }
}

/* =========================================
   3. CALL TO ACTION BOXES (WOOD & SHIPPING)
   ========================================= */
.custom-wood-cta {
  background-color: #fdfaf6;
  color: #000000;
  max-width: 900px;
  margin: 1rem auto;
  padding: 2.5rem;
  border-radius: 12px;
  border-left: 6px solid #A1887F;
  box-shadow: 0 5px 25px rgba(0, 0, 0, .07);
  line-height: 1.7;
}

.custom-wood-cta .cta-headline {
  font-size: 1.9rem;
  font-weight: 600;
  color: #4E342E;
  margin-top: 0;
  margin-bottom: .75rem;
  line-height: 1.3;
}

.custom-wood-cta .cta-subheadline {
  font-size: 1.15rem;
  color: #795548;
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-weight: 500;
}

.custom-wood-cta .cta-body {
  margin: 0;
}

.custom-wood-cta .cta-body a {
  color: #000000;
  font-weight: 700;
  text-decoration: none;
  background-image: linear-gradient(to top, #D7CCC8 40%, transparent 40%);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  transition: background-size .3s ease-in-out;
}

.custom-wood-cta .cta-body a:hover {
  background-size: 100% 0%;
}

.c-shipping-info-box {
  background-color: #fdfaf6;
  color: #000000;
  max-width: 900px;
  margin: 1rem auto;
  padding: 2.5rem;
  border-radius: 12px;
  border-right: 6px solid #A1887F;
  box-shadow: 0 5px 25px rgba(0, 0, 0, .07);
  line-height: 1.7;
}

.c-shipping-info-box h2,
.c-shipping-info-box p {
  font-size: 1.4rem;
}

.c-shipping-info-box .cta-headline {
  font-size: 1.4rem;
  font-weight: 600;
  color: #4E342E;
  margin-top: 0;
  margin-bottom: .75rem;
  line-height: 1.3;
}

.c-shipping-info-box .cta-subheadline {
  font-size: 1.15rem;
  color: #795548;
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-weight: 500;
}

.c-shipping-info-box .cta-body {
  margin: 0;
}

.c-shipping-info-box .cta-body a {
  color: #000000;
  font-weight: 700;
  text-decoration: none;
  background-image: linear-gradient(to top, #D7CCC8 40%, transparent 40%);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  transition: background-size .3s ease-in-out;
}

.c-shipping-info-box .cta-body a:hover {
  background-size: 100% 0%;
}

/* =========================================
   4. REVIEW & ACTION BUTTONS
   ========================================= */
.googlereviewathome {
  max-width: 900px;
  margin: 2rem auto;
  border: 1px solid #e0e0e0;
  padding: 1.5rem;
  border-radius: 8px;
  box-sizing: border-box;
}

.action-btn-container {
  padding: 2rem 1rem;
}

.action-btn-main {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 550px;
  margin: 0 auto;
  padding: 1rem;
  min-height: 60px;
  background-color: #002BAB;
  color: #fff;
  border: 2px solid transparent;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, .15);
  transition: all .3s ease;
}

.action-btn-main:hover {
  background-color: #fff;
  border: 2px solid #002BAB;
  color: #000000;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, .2);
}

.action-btn-main:active {
  transform: translateY(1px);
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

/* =========================================
   5. PRODUCT PAGE STYLES (WOOCOMMERCE)
   ========================================= */
.woocommerce div.product .product_title {
  color: black;
  font-size: 1.3rem;
  line-height: 1.3;
  font-weight: 400;
}

.product-subtitle {
  color: #155200;
  font-size: 1.1rem;
  line-height: 1.4;
  font-weight: 400;
}

.productpagetoph2 {
  color: #800000;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
}

@media(min-width: 768px) {
  .woocommerce div.product .product_title {
    font-size: 1.4rem;
    font-weight: 500;
  }
  .product-subtitle {
    font-size: 1.2rem;
    font-weight: 500;
  }
  .productpagetoph2 {
    font-size: 1.3rem;
    font-weight: 500;
  }
}

@media(min-width: 1024px) {
  .woocommerce div.product .product_title {
    font-size: 1.7rem;
    font-weight: 600;
  }
  .product-subtitle {
    font-size: 1.5rem;
    font-weight: 600;
  }
  .productpagetoph2 {
    font-size: 1.5rem;
    font-weight: 600;
  }
}

/* Other Product Links Button */
.otherproductlinkbutton {
  margin-bottom: 12px;
  text-align: center;
}

.otherproductlinkbuttonlink {
  display: inline-block;
  width: 100%;
  padding: 10px 10px;
  background: linear-gradient(135deg, #f9fafb, #e2e8f0);
  border: 1px solid #d1d5db;
  border-radius: 8px;
  color: #000000;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .05);
  font-size: .95rem;
}

.otherproductlinkbuttonlink:hover {
  background: linear-gradient(135deg, #e2e8f0, #f1f5f9);
  box-shadow: 0 6px 16px rgba(0, 0, 0, .1);
  transform: translateY(-2px);
}

@media(min-width: 600px) {
  .otherproductlinkbutton {
    display: inline-block;
    width: calc(33.33% - 12px);
    margin-right: 5px;
    vertical-align: top;
  }
  .otherproductlinkbutton:last-child {
    margin-right: 0;
  }
  .otherproductlinkbuttonlink {
    width: 100%;
  }
}

/* FAQ Section */
.cmtfaqproductpage-wrap {
  max-width: 100%;
  margin: 0;
  background: #fff;
  padding: 12px 10px;
  border-radius: 10px;
  box-shadow: none;
}

.cmtfaqproductpage-wrap h1 {
  margin-top: 0;
  font-size: 1.3rem;
}

.cmtfaqproductpage-lead {
  color: #000000;
  font-size: .9rem;
  margin-bottom: 12px;
}

.cmtfaqproductpage-wrap details {
  margin: 8px 0;
  border-radius: 8px;
  background: #fbfdff;
  overflow: hidden;
  transition: all .3s ease;
  border: 1px solid #e5e7eb;
}

.cmtfaqproductpage-wrap summary {
  font-weight: 600;
  cursor: pointer;
  list-style: none;
  padding: 10px 8px;
  position: relative;
  font-size: .9rem;
}

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

.cmtfaqproductpage-wrap summary::after {
  content: "➕";
  position: absolute;
  right: 10px;
  font-size: .9rem;
  transition: transform .3s ease;
}

.cmtfaqproductpage-wrap details[open] summary::after {
  content: "➖";
}

.cmtfaqproductpage-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 8px;
  color: #000000;
  line-height: 1.5;
  font-size: .85rem;
  transition: max-height .4s ease, padding .3s ease;
}

.cmtfaqproductpage-wrap details[open] .cmtfaqproductpage-answer {
  max-height: 500px;
  padding: 8px;
}

.cmtfaqproductpage-footer {
  margin-top: 12px;
  color: #000000;
  font-size: .8rem;
}

.cmtfaqproductpage-toggle-box {
  margin-bottom: 12px;
  text-align: left;
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
}

.cmtfaqproductpage-toggle-box button {
  flex: 1 1 auto;
  padding: 6px 10px;
  border-radius: 6px;
  background: #f1f5f9;
  border: 1px solid #d1d5db;
  cursor: pointer;
  font-size: .85rem;
  font-weight: 600;
  color: #000000;
  transition: background .2s ease;
}

.cmtfaqproductpage-toggle-box button:hover {
  background: #e2e8f0;
}

@media(min-width: 600px) {
  .cmtfaqproductpage-wrap {
    max-width: 980px;
    padding: 20px 24px;
    margin: 0 auto;
    box-shadow: 0 8px 24px rgba(17, 17, 17, .06);
  }
  .cmtfaqproductpage-wrap h1 {
    font-size: 1.6rem;
  }
  .cmtfaqproductpage-lead {
    font-size: 1rem;
  }
  .cmtfaqproductpage-wrap summary {
    font-size: 1rem;
    padding: 12px 12px;
  }
  .cmtfaqproductpage-answer {
    font-size: .95rem;
    padding: 10px 12px;
  }
  .cmtfaqproductpage-toggle-box {
    gap: 6px;
  }
  .cmtfaqproductpage-toggle-box button {
    font-size: .9rem;
    padding: 8px 12px;
  }
}

@media(min-width: 900px) {
  .cmtfaqproductpage-wrap {
    max-width: 980px;
    padding: 28px;
  }
  .cmtfaqproductpage-wrap h1 {
    font-size: 1.8rem;
  }
  .cmtfaqproductpage-lead {
    font-size: 1.05rem;
  }
  .cmtfaqproductpage-wrap summary {
    font-size: 1.05rem;
  }
  .cmtfaqproductpage-answer {
    font-size: 1rem;
  }
  .cmtfaqproductpage-toggle-box {
    gap: 8px;
  }
  .cmtfaqproductpage-toggle-box button {
    font-size: .95rem;
    padding: 8px 16px;
  }
}

/* Product Specs Table */
.cmtproductspecstable {
  width: 100%;
  border-collapse: collapse;
}

.cmtproductspecstable td:first-child,
.cmtproductspecstable th:first-child {
  font-weight: bold;
  width: auto;
}

.cmtproductspecstable th,
.cmtproductspecstable td {
  padding: 12px 16px;
  border: 1px solid #ddd;
  text-align: left;
}

.cmtproductspecstable th {
  background-color: #f7f7f7;
  font-weight: bold;
}

.cmtproductspecstable tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}

.cmtproductspecstable tbody tr:nth-child(odd) {
  background-color: #fff;
}

@media(max-width: 768px) {
  .cmtproductspecstable,
  .cmtproductspecstable thead,
  .cmtproductspecstable tbody,
  .cmtproductspecstable th,
  .cmtproductspecstable td,
  .cmtproductspecstable tr {
    display: block;
    width: 100%;
  }
  .cmtproductspecstable thead {
    display: none;
  }
  .cmtproductspecstable tr {
    margin-bottom: 15px;
    border-bottom: 2px solid #eee;
    padding-bottom: 10px;
  }
  .cmtproductspecstable td {
    text-align: left;
    padding: 10px;
    position: relative;
  }
  .cmtproductspecstable td::before {
    content: attr(data-label);
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
    color: #000000;
  }
}

/* Product Links Wrapper */
.productpagelinks {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background: #f3f7fc;
  padding: 20px;
  margin: 25px 0;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .08);
}

.productpagelinks a {
  margin: 8px 12px;
  padding: 10px 18px;
  background: #0073e6;
  color: #fff !important;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 500;
  transition: background .3s ease, transform .2s ease;
}

.productpagelinks a:hover {
  background: #005bb5;
  transform: translateY(-2px);
}

@media(max-width: 768px) {
  .productpagelinks {
    padding: 15px;
    margin: 20px 0;
  }
  .productpagelinks a {
    margin: 6px 8px;
    padding: 8px 15px;
    font-size: .95rem;
  }
}

@media(max-width: 480px) {
  .productpagelinks {
    padding: 15px 5px;
  }
  .productpagelinks a {
    margin: 5px;
    padding: 10px 12px;
    font-size: .9rem;
  }
  .productpagelinks a:hover {
    transform: translateY(0);
  }
}

/* Product In Use Gallery */
.prodinuse-gallery-container {
  max-width: 900px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  padding: 5px;
}

.prodinuse-gallery-title {
  text-align: center;
  margin-bottom: 15px;
  font-size: 1.8rem;
  font-weight: 600;
}

.prodinuse-gallery-item {
  overflow: hidden;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
  transition: transform .3s ease, box-shadow .3s ease;
  text-align: center;
}

.prodinuse-gallery-item img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform .3s ease;
}

.prodinuse-gallery-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, .15);
}

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

.prodinuse-gallery-item figcaption {
  padding: 8px 5px;
  font-size: .95rem;
  color: #000000;
  font-style: italic;
  text-align: center;
}

@media(max-width: 600px) {
  .prodinuse-gallery-container {
    grid-template-columns: 1fr;
  }
}

/* =========================================
   6. PRO SPECS SECTION
   ========================================= */
.cmt-pro-specs-section {
  background-color: #f9fafb;
  padding: 2rem 1rem;
  color: #000000;
}

.cmt-pro-specs-container {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
}

.cmt-pro-specs-card {
  flex: 1;
  min-width: 320px;
  background-color: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 0.75rem;
  padding: 1.5rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -2px rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.cmt-pro-specs-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.07), 0 4px 6px -4px rgba(0, 0, 0, 0.07);
}

.cmt-pro-specs-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #111827;
  margin-top: 0;
  margin-bottom: 1rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #e5e7eb;
}

.cmt-pro-specs-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.cmt-pro-specs-item {
  padding: 0.8rem 0.25rem;
  border-bottom: 1px solid #f3f4f6;
  line-height: 1.6;
  font-size: 0.95rem;
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}

.cmt-pro-specs-item .icon {
  margin-top: 3px;
  color: #000000;
}

.cmt-pro-specs-item:last-child {
  border-bottom: none;
}

.cmt-pro-specs-item strong {
  color: #000000;
  font-weight: 500;
  min-width: 110px;
  display: inline-block;
  margin-right: 0.5rem;
}

@media (max-width: 768px) {
  .cmt-pro-specs-container {
    flex-direction: column;
    gap: 1.5rem;
  }
  .cmt-pro-specs-section {
    padding: 1.5rem 0.5rem;
  }
}

/* =========================================
   7. OFFERS & DISCOUNTS
   ========================================= */
.cmtconditions-country-discount-info {
  display: inline-block;
  padding: 6px 14px;
  background: linear-gradient(45deg, #ff8c00, #ff4500);
  color: #ffffff !important;
  border-radius: 5px;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  margin-left: 10px;
}

/* Minimalist Luxury (No Icons) */
.cohsar-offer-box {
  padding: 15px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-left-width: 4px;
  color: #333;
  font-size: 14px;
  line-height: 1.5;
  position: relative;
  margin-bottom: -1px !important;
  margin-top: 0 !important;
  border-radius: 0;
}

.cohsar-offer-box:first-of-type {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.cohsar-offer-box:last-of-type,
.readmore-container {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  margin-bottom: 15px !important;
}

.cohsar-offer-box strong,
.cohsar-offer-box b {
  font-weight: 600;
  color: #000;
}

.cohsar-offer-box ul {
  margin: 5px 0 0 0;
  padding-left: 0;
  list-style: none;
}

.cohsar-country-offer { border-left-color: #222; }
.cohsar-shipping-offer { border-left-color: #666; }
.cohsar-volume-offer { border-left-color: #999; }

.readmore-container .toggle-btn {
  background: transparent;
  border: 1px solid #ccc;
  color: #555 !important;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 11px;
  text-transform: uppercase;
  margin-top: 8px;
  transition: all 0.2s ease;
}

.readmore-container .toggle-btn:hover {
  background: #333;
  color: #fff !important;
  border-color: #333;
}

.readmore-title {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #888;
}

/* =========================================
   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;
  font-weight: 700;
}

.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;
  font-size: 0.9em;
  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;
}

/* =========================================
   9. REVIEW BOX
   ========================================= */
.cohsar-review-box {
  max-width: 520px;
  margin: 10px auto;
  padding: 26px 24px;
  background-color: #ffffff;
  border: 1px solid #cfcfcf;
  border-radius: 3px;
  text-align: center;
  box-shadow: none !important;
  max-height: 400px;
  min-height: 400px;
  overflow: hidden;
}

.cohsar-review-stars {
  color: #f4b400;
  font-size: 1.2rem;
  letter-spacing: 2px;
  margin-bottom: 16px;
}

.cohsar-review-quote {
  font-size: 1.05rem;
  line-height: 1.85;
  color: #111;
  margin-bottom: 18px;
}

.cohsar-review-author {
  font-size: 0.95rem;
  font-weight: 600;
  color: #000;
}

.cohsar-review-source {
  font-weight: 400;
  color: #666;
}

/* =========================================
   10. WHY BUY SECTION (SLIDER & FULL)
   ========================================= */
.cmt-why-section {
  background: #ffffff;
  padding: 70px 20px;
  text-align: center;
  overflow: hidden;
}

.cmt-why-title {
  font-size: 2.3rem;
  font-weight: 700;
  color: #222;
  margin-bottom: 40px;
}

.cmt-why-slider {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  cursor: grab;
}

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

.cmt-why-item {
  flex: 0 0 260px;
  background: #fafafa;
  border: 1px solid #eee;
  padding: 32px 22px;
  box-sizing: border-box;
  text-align: center;
}

.cmt-why-icon {
  font-size: 34px;
  margin-bottom: 14px;
}

.cmt-why-item h4 {
  font-size: 1.05rem;
  font-weight: 700;
  margin: 0 0 6px;
  color: #222;
}

.cmt-why-item p {
  font-size: 0.95rem;
  color: #666;
  margin: 0;
}

.cmt-why-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  font-size: 28px;
  font-weight: 300;
  color: #222;
  cursor: pointer;
  z-index: 5;
  padding: 10px;
}

.cmt-why-arrow.prev { left: -10px; }
.cmt-why-arrow.next { right: -10px; }

@media (max-width: 768px) {
  .cmt-why-slider {
    padding-left: 12px;
    padding-right: 12px;
  }
  .cmt-why-track {
    justify-content: flex-start;
  }
  .cmt-why-item {
    flex: 0 0 88%;
    margin-left: auto;
    margin-right: auto;
  }
  .cmt-why-arrow {
    display: none !important;
  }
  .cmt-why-title {
    font-size: 1.8rem;
  }
}

/* =========================================
   11. HERO / SLIDER SECTIONS
   ========================================= */
.cmt-slider-section,
.cmt-delivery-section {
  padding: 56px 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.cmt-slider-section::before,
.cmt-delivery-section::before {
  content: \'\'; /* Fixed content error */
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.0);
  z-index: 1;
}

.cmt-slider-section .cmt-delivery-box,
.cmt-delivery-section .cmt-delivery-box {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.cmt-slider-section .cmt-delivery-label h4,
.cmt-delivery-section .cmt-delivery-label h4 {
  margin: 0 0 14px;
  font-size: 13px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  font-weight: 600;
  color: #f3e8dc;
}

.cmt-slider-section .homeheroh1,
.cmt-delivery-section .homeheroh1 {
  margin: 0 0 20px;
  font-size: clamp(2.4rem, 4vw, 3.5rem);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: #ffffff !important;
}

.cmt-slider-section .herofirstline,
.cmt-delivery-section .herofirstline {
  font-size: clamp(1.3rem, 2.6vw, 2rem);
  font-weight: 600;
  line-height: 1.25;
  margin: 0 0 1.2rem 0;
  color: #ffffff !important;
  text-shadow: 0 2px 6px rgba(0,0,0,0.35);
  display: block;
}

.cmt-slider-section ul,
.cmt-delivery-section ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.cmthero-buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 28px;
}

.cohsar-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  padding: 0.95rem 1.9rem;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 6px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.cohsar-btn-primary {
  background: #d4a056;
  color: #111;
  box-shadow: 0 6px 18px rgba(212,160,86,0.35);
}

.cohsar-btn-primary:hover {
  background: #c1924a;
  transform: translateY(-2px);
  box-shadow: 0 10px 26px rgba(212,160,86,0.45);
}

.cohsar-btn-secondary {
  background: transparent;
  color: #ffffff;
  border: 2px solid rgba(255,255,255,0.65);
}

.cohsar-btn-secondary:hover {
  background: #ffffff;
  color: #111;
}

.btn-icon {
  font-size: 1.1rem;
}

.cmt-delivery-animate {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.cmt-delivery-animate.active {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 768px) {
  .cmt-slider-section,
  .cmt-delivery-section {
    padding: 40px 15px;
  }
  .cohsar-btn {
    padding: 0.85rem 1.5rem;
    font-size: 0.95rem;
  }
}

@media (max-width: 480px) {
  .cmthero-buttons {
    flex-direction: column;
    width: 100%;
  }
  .cohsar-btn {
    width: 100%;
  }
}

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

.cohsar-handles-section h2 {
  font-size: 2.6rem;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.4px;
  margin-bottom: 16px;
}

.cohsar-intro {
  max-width: 920px;
  margin: 0 auto 60px;
  text-align: center;
  font-size: 1.05rem;
  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 {
  font-size: 1.25rem;
  font-weight: 600;
  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 {
  font-size: 0.95rem;
  line-height: 1.75;
  color: #444;
  margin-bottom: 20px;
}

.cohsar-card-btn {
  margin-top: auto;
  align-self: center;
  padding: 9px 22px;
  font-size: 0.85rem;
  font-weight: 600;
  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 {
  font-size: 1rem;
  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-handles-section h2 {
    font-size: 2.1rem;
  }
  .cohsar-intro {
    font-size: 0.95rem;
    margin-bottom: 40px;
  }
  .cohsar-handle-card {
    padding: 20px 5px;
  }
  .cohsar-handle-card h3 {
    font-size: 1.1rem;
  }
  .cohsar-handle-card p {
    font-size: 0.9rem;
    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 {
  font-size: 2.6rem;
  font-weight: 600;
  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 {
  font-size: 32px;
  margin-bottom: 14px;
}

.cohsar-whybuy-title {
  font-size: 1.05rem;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 6px;
}

.cohsar-whybuy-text {
  font-size: 0.9rem;
  color: #f1f1f1;
}

@media (max-width: 768px) {
  .cohsar-whybuy-inner h2 {
    font-size: 2.1rem;
  }
  .cohsar-whybuy-section-full {
    padding: 70px 16px;
  }
}

/* =========================================
   14. MAIN CTA BUTTONS
   ========================================= */
.cohsar-handles-cta {
  margin-top: 60px;
  text-align: center;
}

.cohsar-main-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 42px;
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #ffffff;
  background: linear-gradient(135deg, #8b5a2b, #b8860b);
  border: none;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
  transition: all 0.3s ease;
}

.cohsar-main-cta-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.25);
  background: linear-gradient(135deg, #7a4d24, #a87908);
}

.cohsar-main-cta-btn:active {
  transform: translateY(0);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.2);
}

.cohsar-main-cta-btn:focus-visible {
  outline: 3px solid rgba(184, 134, 11, 0.45);
  outline-offset: 4px;
}

@media (max-width: 768px) {
  .cohsar-main-cta-btn {
    width: 100%;
    max-width: 420px;
    padding: 16px 20px;
    font-size: 1rem;
  }
}

/* =========================================
   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 {
  font-size: 1.1rem;
  color: #333;
  margin: 0 0 10px 0;
  font-weight: 600;
}

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

.cmtprodcat-card:hover .cmtprodcat-btn {
  background-color: #8B4513;
  color: #fff;
}

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

.homeh1 {
  font-family: inherit;
  font-size: clamp(28px, 3.5vw, 44px);
  font-weight: 700;
  line-height: 1.2;
  color: #1f1f1f;
  margin: 0;
  letter-spacing: -0.4px;
}

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

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

@media (max-width: 768px) {
  .homeh1 {
    letter-spacing: -0.2px;
  }
  .cohsar-usp-h2 {
    font-size: 15px;
  }
}

/* =========================================
   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 {
  font-size: 2.5rem;
  color: #fff;
  margin: 0 0 15px 0;
  font-weight: 700;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.cmt-cta-subtitle {
  font-size: 1.3rem;
  color: #f4e4c1;
  margin: 0 0 25px 0;
  font-weight: 400;
}

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

.cmt-cta-button {
  display: inline-block;
  padding: 16px 40px;
  background: #ffd700;
  color: #8b4513;
  font-size: 1.1rem;
  font-weight: 700;
  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 {
  font-size: 0.95rem;
  color: #f4e4c1;
  margin: 20px 0 0 0;
  font-style: italic;
}

@media (max-width: 768px) {
  .cmt-cta-title {
    font-size: 1.8rem;
  }
  .cmt-cta-subtitle {
    font-size: 1.1rem;
  }
  .cmt-cta-text {
    font-size: 1rem;
  }
  .cmt-cta-button {
    padding: 14px 32px;
    font-size: 1rem;
  }
  .cmt-custom-cta {
    padding: 40px 15px;
  }
}

/* =========================================
   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;
  font-size: 1.1em;
  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;
  font-weight: bold;
  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;
  font-weight: bold;
  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 {
  font-size: 1.7em;
  font-weight: bold;
  color: #1f4e79;
  text-align: center;
  margin-bottom: 22px;
}

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

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

.cmttabs .why-text {
  font-size: 1.05em;
  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; }
  .cmttabs .why-text { font-size: 1em; }
  .cmttabs .why-icon { font-size: 1.5em; }
}

/* === Variation selection buttons on product page === */
/* 1. Hide the default WooCommerce Dropdowns */
/* We use opacity and absolute positioning instead of display:none 
   to ensure some theme JS still finds the element if needed */
table.variations select {
    visibility: hidden;
    position: absolute;
    z-index: -1;
    opacity: 0;
    width: 0;
    height: 0;
}
/* 2. Style the Container */
.cohsar-variation-swatches {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 15px;
    margin-top: 5px;
}
/* 3. Style the Individual Buttons */
.cohsar-swatch-btn {
    background-color: 
#ffffff;
    border: 1px solid #ddd;
    color: #800000;
    padding: 8px 16px;
    font-size: 14px;
font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    border-radius: 4px; /* Optional: Rounded corners */
    outline: none;
}
/* Hover Effect */
.cohsar-swatch-btn:hover {
    border-color: #999;
font-weight: 500;
    background-color: #800000;
color: #fff;
}
/* 4. Active/Selected State */
.cohsar-swatch-btn.selected {
    background-color: 
#000000; /* Change to your brand color */
    color: 
#ffffff;
    border-color: 
#000000;
}
/* Optional: Disabled state style if needed in future logic */
.cohsar-swatch-btn.disabled {
    opacity: 0.5;
    cursor: not-allowed;
    text-decoration: line-through;
}

/* === feature image home page side gap on mobile === */
@media (max-width: 767px) {
  /* Apply the gap once to the container */
  .divsidegap {
    padding-left: 20px;
    padding-right: 20px;
  }

  /* Just handle vertical spacing for text */
  .divsidegap h3,
  .divsidegap p {
    margin-top: 0;
    margin-bottom: 20px;
    margin-left: 0;  /* Reset inherited margins if needed */
    margin-right: 0;
  }

  .divsidegap p {
    line-height: 1.6;
  }
}

/* === 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;
            
            font-family: var(--cmttabrss-font-body);
            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 {
            font-family: var(--cmttabrss-font-head);
            color: var(--cmttabrss-primary);
            margin-top: 1.5em;
            line-height: 1.3;
        }

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

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

        .cmttabrss-container h3 {
            font-size: 1.3em;
            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);
            font-weight: 600;
            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);
            font-weight: bold;
            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);
            font-weight: bold;
            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);
            font-size: 1.1em;
        }

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

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

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


/* === 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 */
    font-size: 11px;
    font-weight: 700;
    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;
    font-size: 17px;
}

.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 {
        font-family: inherit;
        line-height: 1.6;
        color: #333;
        max-width: 100%;
        margin: 0 auto;
    }

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

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

    .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;
        font-size: 18px;
        font-weight: bold;
        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 {
    font-size: 16px !important; /* Adjust this number to make it bigger/smaller */
    line-height: 1.5;
}

/* Make the titles (Bold text) slightly larger than the rest */
.cohsar-offer-box strong,
.cohsar-offer-box .cohsar-offer-title strong {
    font-size: 17px !important; /* slightly larger than the base text */
}

/* 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 */
  font-size: 24px !important;    /* Desktop size */
  font-weight: 600 !important;
}

/* Mobile view */
@media (max-width: 767px) {
  .order-total {
    font-size: 18px;  /* Mobile size */
  }
}


/* === Buy Now button === */
.wcbn-button {
  display: inline-block;
  background: #800000 !important;
  color: #ffffff;
  border-radius: 4px;
  padding: 10px 16px;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  width: 60%;
  margin: 4px;
  align-self: normal;
  text-align: center;
}

/* === Cash on delivery container === */
.cod-policy-container {
        font-family: inherit; /* Inherits your website's font */
        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;
        font-weight: 600;
    }
    .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;
        font-weight: bold;
    }
    .cod-alert {
        color: #d9534f;
        font-weight: bold;
    }

/* === 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 */
    font-weight: bold;
    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;
  font-family:inherit;
  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;
  font-size:15px;
  line-height:1.25;
  font-weight:700;
  margin:0 0 6px;
  color:#10233f;
}
.cohsar-benefit-text{
  display:block;
  font-size:13px;
  line-height:1.35;
  font-weight:400;
  margin:0 0 5px;
  color:#10233f;
}
.cohsar-benefit-link{
  display:block;
  font-size:13px;
  line-height:1.25;
  font-weight:500;
  color:var(--color);
  text-decoration:none;
}
.cohsar-benefit-link:hover{text-decoration:underline;}
@media(max-width:520px){
  .cohsar-benefits-v1{grid-template-columns:1fr;}
}

