/** Shopify CDN: Minification failed

Line 104:0 Unexpected "}"

**/
.globo-form-app .header {
    display: none !important;
}
.globo-form-app .gfb__footer button {
    border-radius: 90px;
    width: max-content !important;
    padding: 22px 58px;
    font-weight: 700;
}
._inline_1q1d2_47 ._formContainer_1q1d2_30{
    min-width: 0;
    max-width:100% !important;
    width:100% !important;
}
._inline_1q1d2_47 {
    display: block !important;
}

.specifications-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* always 2 columns */
  row-gap: 25px; 
  column-gap:0;
  justify-items: center; /* center content inside each cell */
}
.specs__sidebar {
    padding-inline: var(--sp-10);
    }

.specs__sidebar>ul li {
    width: var(--sp-40);
}
.list {
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction:column;

}
.social-account .grow p .button .btn-fill{
    background:radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%) !important;
}
@media screen and (max-width: 1343px){
    .header__menu>ul.with-block .menu__item{
        font-size:14px !important;
        padding-inline: 15px !important
    }
}
@media screen and (max-width: 1102px){
    .header__menu>ul.with-block .menu__item{
        font-size:12px !important;
        padding-inline: 13px !important
    }
}

.footer__socials svg {
    transition: all 0.3s ease-in-out;
}

.footer__socials a:hover svg {
    fill: #cc5500;
}
.accordion.accordion--text {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  max-height: none !important;
  height: auto !important;
  overflow: visible !important;
}
@media screen and (max-width: 749px) {
      /* Fix 1: Make wide tables scroll horizontally instead of overflowing */
        table {
            display: block;
                max-width: 100%;
                    overflow-x: auto;
                        -webkit-overflow-scrolling: touch;
                            white-space: nowrap;
                              }

                                .table-wrapper {
                                    position: relative;
                                        overflow-x: auto;
                                          }

                                            /* Fix 2: Stop content from hiding under the sticky header */
                                              html {
                                                  scroll-padding-top: 80px;
                                                    }

                                                      section, .shopify-section {
                                                          scroll-margin-top: 80px;
                                                            }

                                                              .shopify-section:first-of-type {
                                                                  margin-top: 16px;
                                                                    }
                                                                    }
}