.elementor-13254 .elementor-element.elementor-element-5b4e693{--display:flex;}.elementor-13254 .elementor-element.elementor-element-3efb1ae .e-gallery-item:hover .elementor-gallery-item__overlay, .elementor-13254 .elementor-element.elementor-element-3efb1ae .e-gallery-item:focus .elementor-gallery-item__overlay{background-color:rgba(0,0,0,0.5);}.elementor-13254 .elementor-element.elementor-element-3efb1ae{--image-transition-duration:800ms;--overlay-transition-duration:800ms;--content-text-align:center;--content-padding:20px;--content-transition-duration:800ms;--content-transition-delay:800ms;}.elementor-13254 .elementor-element.elementor-element-352fa9d{--display:flex;}.elementor-13254 .elementor-element.elementor-element-a0c7e6a{--display:flex;}.elementor-13254 .elementor-element.elementor-element-443418c{--display:flex;}.elementor-13254 .elementor-element.elementor-element-6f20a00{--display:flex;}.elementor-13254 .elementor-element.elementor-element-72b5457{--n-accordion-title-font-size:1,75rem;--n-accordion-item-title-space-between:0px;--n-accordion-item-title-distance-from-content:0px;--n-accordion-icon-size:15px;}/* Start custom CSS for html, class: .elementor-element-9c1175a *//* ==========================================
   Custom Matcha Tin Product Detail CSS
   ========================================== */

.matcha-product-detail {
  width: 100%;
  margin: 0 auto;
  padding: 15px;
  color: #333333;
  /*line-height: 1.6;*/
}

.full-description {
  margin-bottom: 35px;
}

.matcha-product-detail h2 {
  font-size: 1.35rem;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 16px;
  padding-left: 10px;
  border-left: 4px solid #5b8c51;
}

.feature-block {
  margin-bottom: 18px;
}

.feature-block h3 {
  font-size: 1.1rem;
  font-weight: 600;
  color: #385e38;
  margin-bottom: 6px;
}

.feature-block p {
  font-size: 0.95rem;
  color: #555555;
  margin: 0;
}

/* Specifications Table Styles */
.table-responsive {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.matcha-spec-table {
  width: 100%;
  border-collapse: collapse;
  background-color: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  overflow: hidden;
  text-align: left;
}

.matcha-spec-table th,
.matcha-spec-table td {
  padding: 12px 16px;
  font-size: 0.95rem;
  border-bottom: 1px solid #edf2f7;
}

.matcha-spec-table th {
  background-color: #f4f7f2;
  color: #385e38;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.85rem;
  letter-spacing: 0.5px;
}

.matcha-spec-table tbody tr:nth-child(even) {
  background-color: #fcfdfc;
}

.matcha-spec-table tbody tr:hover {
  background-color: #f0f5ed;
}

/* Mobile Responsive Adjustments */
@media screen and (max-width: 640px) {
  .matcha-spec-table, 
  .matcha-spec-table thead, 
  .matcha-spec-table tbody, 
  .matcha-spec-table th, 
  .matcha-spec-table td, 
  .matcha-spec-table tr {
    display: block;
  }

  .matcha-spec-table thead {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .matcha-spec-table tr {
    margin-bottom: 12px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background-color: #ffffff;
  }

  .matcha-spec-table td {
    border: none;
    border-bottom: 1px solid #f1f5f9;
    position: relative;
    padding-left: 45%;
    text-align: right;
    font-size: 0.9rem;
  }

  .matcha-spec-table td:last-child {
    border-bottom: none;
  }

  .matcha-spec-table td::before {
    content: attr(data-label);
    position: absolute;
    left: 12px;
    width: 40%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
    font-weight: 600;
    color: #555555;
  }

  .matcha-spec-table td[colspan="2"] {
    padding-left: 12px;
    text-align: left;
  }

  .matcha-spec-table td[colspan="2"]::before {
    display: none;
  }
}/* End custom CSS */