/** Shopify CDN: Minification failed

Line 44:1 Expected "}" to go with "{"

**/
.type-banner {
  flex: 1 0 100%;
}

.footer__title {
  font-weight: bold;
  font-size: var(--typeBaseSize);
}


.tmenu-watermark {color: white !important; }

@media only screen and (min-width: 769px) { /* For desktop and larger screens */
  .__instant.iqwuNluxRlizPdV8d .iC3jAhw2VyXAbKUtO {
    display: none !important; /* Hide it on desktop */
  }
}


.block.action-button-block {
border-radius: 50px;
}

/* Media query for screens with a maximum width of 768 pixels (typical for mobile devices) */
@media only screen and (max-width: 768px) {
.block.action-button-block {
border-radius: 50px; /* Adjust the width as needed for mobile */
}

  @media (min-width: 1024px) {
  .modal-card {
    transform: scale(1.3); /* Scale above 100%, adjust as needed */
  }
}

  @media screen and (min-width:1000px)
{
.modal-card .modal-content .image-block{max-width: 60%;}
}