/** Shopify CDN: Minification failed

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

**/
/* FCLO — Not sure about size / Chat with Us banner */

.fclo-size-chat-section-wrap{
  background: white;
  padding: 0 var(--outer);
}

.fclo-size-chat-section .fclo-size-chat {
  width: 100%;
  background: white;
}

.fclo-size-chat-wrapper{
  padding-left: 0;
  padding-right: 0;
  margin: 40px auto;
}

.fclo-size-chat {

.fclo-size-chat__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px 40px;
  width: 100%;
  padding: 50px 18px;
  background: #D2ECD4;
  box-sizing: border-box;
}

.fclo-size-chat__text {
  margin: 0;
  font-family: var(--font-body-family, inherit);
  font-size: 40px;
  font-weight: 400;
  line-height: 1.8;
  color: #1c2230;
}

.fclo-size-chat__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #485CDF;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.fclo-size-chat__link:hover {
  color: #1a86cc;
}

.fclo-size-chat__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  color: #3f4d5e;
  flex-shrink: 0;
}

.fclo-size-chat__icon .icon,
.fclo-size-chat__icon svg {
  width: 18px;
  height: 18px;
  display: block;
}

.fclo-size-chat__link-text {
  white-space: nowrap;
}

@media screen and (max-width: 749px) {
  .fclo-size-chat__inner {
    padding: 40px 14px;
    gap: 6px 10px;
  }

  .fclo-size-chat__text,
  .fclo-size-chat__link {
    font-size: 20px;
  }
}
