/** Shopify CDN: Minification failed

Line 27:0 Unexpected "{"
Line 27:1 Expected identifier but found "%"
Line 34:0 Unexpected "{"
Line 34:1 Expected identifier but found "%"

**/
.personalization-box .tcustomizer-field__input .tcustomizer__text-field-wrapper textarea {
  height: 150px;
 }

.sports-clutch-personalization-box textarea {
    height: 150px !important;
  }

@media only screen and (max-width: 767px) {
  .sports-clutch-personalization-box textarea {
    height: 260px !important;
  }
}

.tcustomizer-col {
 padding: 0.1em !important;
 }

{% if product.type contains "Clutch" %}
    .tcustomizer__text-area-wrapper textarea[style*="font-family: Script"],
    .tcustomizer__text-area-wrapper textarea[style*="font-family: 'Script'"],
    .tcustomizer__text-area-wrapper textarea[style*='font-family: "Script"'] {
      font-size: 2.5em !important;
      line-height: 2.5rem !important;
    }
{% endif %}