/** Shopify CDN: Minification failed

Line 78:0 Expected "}" to go with "{"

**/


.email-signup--full-width-false {
  isolation: isolate;
  border-radius: var(--block-border-radius, 16px); }

.email-signup {
  box-shadow: var(--block-shadows); }



.email-signup--inner {
  padding: 0 15px;
  max-width: 1380px;
  margin-left: auto;
  margin-right: auto; }
  @media only screen and (min-width: 768px) {
    .email-signup--inner {
      padding: 0 50px; } }

.email-signup {
  background-color: var(--color-bg, var(--bg-body, #f5f5f5));
  color: var(--color-body, var(--color-body, #2c2d2e));
  background-size: cover;
  position: relative; }
  .email-signup:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    background: rgba(var(--color-overlay-rgb), var(--overlay-opacity)); }
  .email-signup--inner {
    position: relative;
    z-index: 10; }
  .email-signup .thb-placeholder {
    width: 150px;
    margin: 0 auto; }
  .email-signup .signup-container {
    max-width: 380px;
    margin: 0 auto; }


  .text-position-left .email-signup--inner{
    margin-left: 0; }
  .text-position-right .email-signup--inner{
    margin-right: 0; }
  .text-width-small .email-signup--inner{
    max-width: 400px; }
  .text-width-medium .email-signup--inner{
    max-width: 500px; }
  .text-width-large .email-signup--inner{
    max-width: 800px; }
  .text-width-xlarge .email-signup--inner{
    max-width: 1000px; }
  .text-width-grid .email-signup--inner{
    max-width: 1380px; }

.text-width-medium {


@media screen and (min-width: 1380px) {
  .text-position-left .email-signup--inner{
     margin-left: 150px;
  }
}


