body:is(.tavast-raw-materials-product__options) .woocommerce-variation-price {
    display: none!important
}

.tavast-raw-materials-hide-quantity-input div.quantity {
  display: none !important;
}

/* .tavast-raw-materials-product__options input[name="quantity"] {
    display: none !important;
} */

.trm-product-options {
    grid-row-gap: 12px;
    margin-bottom: 1em;
  }
  
  .trm-product-options .columns {
    display: grid;
    align-items: center;
    grid-template-columns: 98px max(112px) max(100px);
    gap: 1rem;
    padding: 0;
    margin-bottom: 1rem;
  }
  
  .trm-product-options .columns label {
    padding-bottom: 0;
    color: black;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: initial;
    line-height: 1.4;
    text-transform: none;
  }
  
  .trm-product-options .columns .thickness,
  .trm-product-options .columns .units {
    max-width: 120px;
    margin:unset;
    padding: 0 10px;
  }
  
  .trm-product-options .columns .thickness,
  .trm-product-options .columns .units,
  .trm-product-options .columns .unit,
  .variations_form select {
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: 0.28px;
    text-transform: uppercase;
    color: #000;
  }

  .trm-price.old-price, .trm-price.old-price span {
    text-decoration: line-through !important;
    font-size: 14px !important;
    line-height: 14px !important;
    color: #000 !important;
  }
  
  .trm-product-options .columns .unit {
    max-width: 80px;
    margin:unset;
  }
  
  .trm-product-options__message--error p {
    color: orange;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 0;
  }

  .trm-buy-more {
    margin-top: 1em;
  }

  .trm-buy-more-table {
    margin-bottom: 0;
  }

  .trm-buy-more-header {
    background-color: #3c4f59;
    color: white;
    box-sizing: border-box;
    padding: 0.5em 1em;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }

  .trm-buy-more table th {
    text-transform: none;
    padding: 0.5em 1em;
  }

  .trm-buy-more table tr {
    text-transform: none;
  }

  .trm-buy-more table td {
    text-transform: none;
    padding: 0.5em 1em;
  }

  .trm-buy-more-role{
    background: #f7f7f7;
    padding: 0em 0.2em;
    color: #3c4f59;
    border-radius: 2px;

  }


