/* WELCOME PAGE - INDEX */

.element-welcome {
    background-color: var(--dark-green);
    width: 100%;
    position: relative;
    margin: 0 auto;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.element-welcome .frame {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 100vh;
    overflow: hidden;
    overflow-x: hidden;
    width: 100%;
}

.element-welcome .vector {
    width: 100%;
    min-width: 430px;

    object-fit: cover;
}

.container-welcome {
    width: min(100%, 430px);
    max-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 20% 32px;
    gap: clamp(64px, 12vh, 118px);
    z-index: 2;
    box-sizing: border-box;
}
.element-welcome .div-text-button {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
    z-index: 2;
}

.element-welcome .frame-2 {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
    gap: 17px;
    position: relative;
}

.element-welcome .text-wrapper {
    position: relative;
    align-self: stretch;
    margin-top: -1px;
    font-family: var(--heading-heading-2-font-family);
    font-weight: var(--heading-heading-2-font-weight);
    color: var(--neutral-white);
    font-size: var(--heading-heading-2-font-size);
    text-align: center;
    letter-spacing: var(--heading-heading-2-letter-spacing);
    line-height: var(--heading-heading-2-line-height);
    font-style: var(--heading-heading-2-font-style);
}

.element-welcome .p {
    position: relative;
    align-self: stretch;
    font-family: 'Sofia Pro-Regular', Helvetica;
    font-weight: 400;
    color: var(--neutral-white);
    font-size: 18px;
    text-align: center;
    letter-spacing: 0;
    line-height: 23.4px;
}

.element-welcome .button-login {
    width: 327px;
    gap: 10px;
    padding: 16px 146px;
    flex: 0 0 auto;
    background-color: #cef17b;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.element-welcome .button {
    width: 100%;
    margin-top: -2px;
    margin-left: -20px;
    margin-right: -20px;
    font-family: var(--body-normal-bold-font-family);
    font-weight: var(--body-normal-bold-font-weight);
    color: #0a2533;
    font-size: var(--body-normal-bold-font-size);
    text-align: center;
    letter-spacing: var(--body-normal-bold-letter-spacing);
    line-height: var(--body-normal-bold-line-height);
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-style: var(--body-normal-bold-font-style);
}

.element-welcome .group {
    position: absolute;
    top: 241px;
    left: calc(50% - 116px);
    width: 233px;
    height: 182px;
}

.element-welcome .group-wrapper {
    display: flex;
}

.element-welcome .group-2 {
    min-height: 150px;
    height: auto;
    display: flex;
    justify-content: center;
}

.element-welcome .group-3 {
    position: absolute;
    bottom: 20px;
    left: calc(50% - 34px);
    width: 69px;
    height: 37px;
}

/* PRODUCT PAGE */

.element-product {
    background-color: #ffffff;
    width: 100vw;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    overflow-x: hidden;
}

.element-product .details-scan {
    z-index: 1;
    max-width: 600px;
    width: 100%;
    height: 2135px;
    position: relative;
    background-color: #ffffff;
}

.element-product .image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 397px;
    display: flex;
    background-image: url(../assets/bg-degustacao.jpg);
    background-size: cover;
    background-position: 50% 50%;
}

.element-product .rectangle {
    width: 402px;
    height: 108px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 85%);
}

.element-product .bg {
    position: absolute;
    top: 280px;
    left: 0;
    width: 100%;
    height: 92%;
    display: flex;
    background-color: #ffffff;
    border-radius: 32px 32px 0px 0px;
    box-shadow: 0px -10px 40px #647a9a1a;
}

.element-product .div {
    margin-top: 12px;
    width: 52.4px;
    height: 5px;
    margin-left: 170px;
    background-color: #e3ebeb;
    border-radius: 16px;
}

.element-product .detail-content {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
    gap: 31px;
    position: absolute;
    top: 320px;
    padding-bottom: 40px;
    padding-left: 14px;
    padding-right: 20px;
}

.element-product .top {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}

.element-product .frame {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
    position: relative;
    flex: 0 0 auto;
}

.element-product .text-wrapper {
    position: relative;
    width: fit-content;
    margin-top: -1px;
    font-family: 'Sofia Pro-Bold', Helvetica;
    font-weight: 700;
    color: #014838;
    font-size: 26px;
    letter-spacing: 0;
    line-height: 35.1px;
    white-space: nowrap;
}

.element-product .p {
    position: relative;
    width: fit-content;
    font-family: 'Sofia Pro-Bold', Helvetica;
    font-weight: 700;
    color: var(--dark);
    font-size: 20px;
    letter-spacing: 0;
    line-height: 27px;
    white-space: nowrap;
}

.element-product .div-2 {
    position: relative;
    align-self: stretch;
    font-family: 'Sofia Pro-Regular', Helvetica;
    font-weight: 400;
    color: transparent;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 16px;
}

.element-product .span {
    color: #738189;
    line-height: 23.2px;
}

.element-product .text-wrapper-2 {
    font-family: var(--body-normal-medium-font-family);
    font-weight: var(--body-normal-medium-font-weight);
    color: #032628;
    line-height: var(--body-normal-medium-line-height);
    font-style: var(--body-normal-medium-font-style);
    letter-spacing: var(--body-normal-medium-letter-spacing);
    font-size: var(--body-normal-medium-font-size);
}

.element-product .frame-2 {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
    gap: 4px;
    position: relative;
    flex: 0 0 auto;
}

.element-product .text-wrapper-3 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin-top: -1px;
    font-family: var(--body-xlarge-bold-font-family);
    font-weight: var(--body-xlarge-bold-font-weight);
    color: #0a2533;
    font-size: var(--body-xlarge-bold-font-size);
    letter-spacing: var(--body-xlarge-bold-letter-spacing);
    line-height: var(--body-xlarge-bold-line-height);
    white-space: nowrap;
    font-style: var(--body-xlarge-bold-font-style);
}

.element-product .text-wrapper-4 {
    position: relative;
    align-self: stretch;
    font-family: 'Sofia Pro-Regular', Helvetica;
    font-weight: 400;
    color: var(--neutralgrey-1);
    font-size: 16px;
    letter-spacing: 0;
    line-height: 16.9px;
}

.element-product .separator {
    position: relative;
    align-self: stretch;
    width: 100%;
    height: 1px;
    object-fit: cover;
}

.element-product .frame-3 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}

.element-product .creators {
    position: relative;
    width: 100%;
    height: 26px;
}

.element-product .text-wrapper-5 {
    position: absolute;
    top: 0;
    left: 0;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--body-xlarge-bold-font-family);
    font-weight: var(--body-xlarge-bold-font-weight);
    color: #0a2533;
    font-size: var(--body-xlarge-bold-font-size);
    letter-spacing: var(--body-xlarge-bold-letter-spacing);
    line-height: var(--body-xlarge-bold-line-height);
    white-space: nowrap;
    font-style: var(--body-xlarge-bold-font-style);
}

.element-product .nutritions {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 16px 51px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}

.element-product .frame-4 {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.element-product .fats {
    display: flex;
    gap: 5px;
    flex: 1;
    flex-grow: 1;
    align-items: center;
    position: relative;
}

.element-product .icon {
    position: relative;
    width: 41.92px;
    height: 40px;
}

.element-product .frame-5 {
    display: flex;
    flex-direction: column;
    width: 84px;
    align-items: flex-start;
    position: relative;
}

.element-product .text-wrapper-6 {
    position: relative;
    width: fit-content;
    margin-top: -1px;
    font-family: 'Sofia Pro-Regular', Helvetica;
    font-weight: 400;
    color: var(--gray-2);
    font-size: 12px;
    letter-spacing: 0;
    line-height: 17.4px;
    white-space: nowrap;
}

.element-product .text-wrapper-7 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin-right: -15px;
    margin-top: -3px;
    font-family: 'Sofia Pro', Helvetica;
    font-weight: 400;
    color: #0a2533;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 23.2px;
    white-space: nowrap;
}

.element-product .div-3 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: relative;
    flex: 0 0 auto;
}

.element-product .uil-venus-wrapper {
    display: flex;
    width: 40px;
    height: 40px;
    align-items: center;
    gap: 10px;
    padding: 7px 9px;
    position: relative;
    background-color: var(--neutralgrey-4);
    border-radius: 8px;
}

.element-product .hicon-linear-award {
    position: relative;
    width: 22px;
    height: 22px;
}

.element-product .frame-6 {
    display: inline-flex;
    flex: 0 0 auto;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
}

.element-product .text-wrapper-8 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin-top: -3px;
    font-family: var(--body-normal-regular-font-family);
    font-weight: var(--body-normal-regular-font-weight);
    color: #0a2533;
    font-size: var(--body-normal-regular-font-size);
    letter-spacing: var(--body-normal-regular-letter-spacing);
    line-height: var(--body-normal-regular-line-height);
    white-space: nowrap;
    font-style: var(--body-normal-regular-font-style);
}

.element-product .fats-2 {
    display: flex;
    gap: 5px;
    align-items: center;
    position: relative;
    flex: 1;
}

.element-product .frame-7 {
    display: flex;
    width: 102px;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
}

.element-product .text-wrapper-9 {
    position: relative;
    display: flex;
    align-items: center;
    align-self: stretch;
    margin-top: -3px;
    font-family: var(--body-normal-regular-font-family);
    font-weight: var(--body-normal-regular-font-weight);
    color: #0a2533;
    font-size: var(--body-normal-regular-font-size);
    letter-spacing: var(--body-normal-regular-letter-spacing);
    line-height: var(--body-normal-regular-line-height);
    font-style: var(--body-normal-regular-font-style);
}

.element-product .text-wrapper-10 {
    position: relative;
    width: fit-content;
    margin-top: -1px;
    margin-right: -16px;
    font-family: 'Sofia Pro-Regular', Helvetica;
    font-weight: 400;
    color: var(--gray-2);
    font-size: 12px;
    letter-spacing: 0;
    line-height: 17.4px;
    white-space: nowrap;
}

.element-product .fats-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 51px;
    position: relative;
    flex: 1;
    flex-grow: 1;
}

.element-product .text-wrapper-11 {
    position: relative;
    width: fit-content;
    margin-top: -1px;
    margin-right: -41px;
    font-family: 'Sofia Pro-Regular', Helvetica;
    font-weight: 400;
    color: var(--gray-2);
    font-size: 12px;
    letter-spacing: 0;
    line-height: 17.4px;
    white-space: nowrap;
}

.element-product .frame-8 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}

.element-product .frame-9 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 11px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}

.element-product .group {
    position: relative;
    width: 100%;
    height: 66px;
    margin-right: -4px;
    margin-bottom: 16px;
}

.element-product .text-wrapper-12 {
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    font-family: 'Sofia Pro-Regular', Helvetica;
    font-weight: 400;
    color: var(--neutralgrey-1);
    font-size: 16px;
    letter-spacing: 0;
    line-height: 18px;
}

.element-product .frame-wrapper {
    position: relative;
    width: 100%;
    height: 49px;
}

.element-product .frame-10 {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
    gap: 3px;
    position: relative;
}

.element-product .text-wrapper-13 {
    position: relative;
    align-self: stretch;
    margin-top: -1px;
    font-family: 'Sofia Pro-Regular', Helvetica;
    font-weight: 400;
    color: var(--neutralgrey-1);
    font-size: 16px;
    letter-spacing: 0;
    line-height: 18px;
    font-weight: 600;
}

.element-product .frame-11 {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    position: relative;
    flex: 0 0 auto;
}

.element-product .fats-3 {
    display: inline-flex;
    height: 28px;
    justify-content: center;
    gap: 4px;
    padding: 4px 8px;
    flex: 0 0 auto;
    background-color: #f1f5f5;
    border-radius: 25px;
    align-items: center;
    position: relative;
}

.element-product .hugeicons-eco-power {
    position: relative;
    width: 18px;
    height: 18px;
}

.element-product .img {
    position: absolute;
    width: 80.4%;
    height: 83.33%;
    top: 8.33%;
    left: 12.5%;
}

.element-product .bem-estar-animal {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: fit-content;
    font-family: 'Sofia Pro-Regular', Helvetica;
    font-weight: 400;
    color: #014838;
    font-size: 16px;
    letter-spacing: 0;
    line-height: normal;
    white-space: nowrap;
}

.element-product .fats-4 {
    display: inline-flex;
    height: 28px;
    justify-content: center;
    gap: 4px;
    padding: 4px 8px;
    background-color: #f1f5f5;
    border-radius: 25px;
    align-items: center;
    position: relative;
}

.element-product .vector {
    position: absolute;
    width: 66.67%;
    height: 94.44%;
    top: 5.56%;
    left: 16.67%;
}

.element-product .sabor-intenso-e {
    position: relative;
    width: 100%;
    font-family: 'Sofia Pro-Regular', Helvetica;
    font-weight: 400;
    color: var(--neutralgrey-1);
    font-size: 16px;
    letter-spacing: 0;
    line-height: 18px;
}

.element-product .frame-12 {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
    gap: 8px;
    position: relative;
    flex: 0 0 auto;
}

.element-product .text-wrapper-14 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin-top: -1px;
    font-family: 'Sofia Pro-Bold', Helvetica;
    font-weight: 700;
    color: #0a2533;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 26px;
    white-space: nowrap;
}

.element-product .longevidade {
    position: relative;
    align-self: stretch;
    font-family: 'Sofia Pro-Bold', Helvetica;
    font-weight: 400;
    color: var(--neutralgrey-1);
    font-size: 16px;
    letter-spacing: 0;
    line-height: 20px;
}

.element-product .text-wrapper-15 {
    font-weight: 700;
}

.element-product .text-wrapper-16 {
    font-family: 'Sofia Pro-Regular', Helvetica;
}

.element-product .creators-2 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}

.element-product .text-wrapper-17 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 84.48px;
    margin-top: -1px;
    font-family: var(--body-xlarge-bold-font-family);
    font-weight: var(--body-xlarge-bold-font-weight);
    color: #0a2533;
    font-size: var(--body-xlarge-bold-font-size);
    letter-spacing: var(--body-xlarge-bold-letter-spacing);
    line-height: var(--body-xlarge-bold-line-height);
    font-style: var(--body-xlarge-bold-font-style);
}

.element-product .frame-13 {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}

.element-product .clip-path-group {
    position: relative;
    width: 70px;
    height: auto;
}

.element-product .frame-14 {
    flex-direction: column;
    width: 272.22px;
    gap: 2px;
    display: flex;
    align-items: flex-start;
    position: relative;
}

.element-product .text-wrapper-18 {
    position: relative;
    align-self: stretch;
    margin-top: -1px;
    font-family: var(--body-normal-medium-font-family);
    font-weight: var(--body-normal-medium-font-weight);
    color: var(--neutraldark);
    font-size: var(--body-normal-medium-font-size);
    letter-spacing: var(--body-normal-medium-letter-spacing);
    line-height: var(--body-normal-medium-line-height);
    font-style: var(--body-normal-medium-font-style);
    font-weight: bold;
}

.element-product .text-wrapper-19 {
    position: relative;
    align-self: stretch;
    font-family: var(--body-small-regular-font-family);
    font-weight: var(--body-small-regular-font-weight);
    color: var(--neutralgrey-1);
    font-size: var(--body-small-regular-font-size);
    letter-spacing: var(--body-small-regular-letter-spacing);
    line-height: var(--body-small-regular-line-height);
    font-style: var(--body-small-regular-font-style);
}

.element-product .button-arrow-right {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 5px 13px;
    position: relative;
    flex: 0 0 auto;
    background-color: #cef17b;
    border-radius: 8px;
}

.element-product .text-wrapper-20 {
    position: relative;
    width: fit-content;
    margin-top: -1px;
    font-family: 'Sofia Pro-SemiBold', Helvetica;
    font-weight: 600;
    color: #0a2533;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 21.6px;
    white-space: nowrap;
}

.element-product .content {
    gap: 24px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}

.element-product .div-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}

.element-product .frame-15 {
    width: 342.7px;
    gap: 14px;
    flex: 0 0 auto;
    display: flex;
    align-items: flex-start;
    position: relative;
}

.element-product .image-wrapper {
    position: relative;
    width: 75px;
    height: 75px;
    background-color: #e8e8e8;
    border-radius: 16px;
}

.element-product .image-2 {
    position: absolute;
    top: 2px;
    left: 1px;
    width: 73px;
    height: 73px;
}

.element-product .frame-16 {
    flex-direction: column;
    width: 272.22px;
    gap: 2px;
    margin-right: -18.52px;
    display: flex;
    align-items: flex-start;
    position: relative;
}

.element-product .text-wrapper-21 {
    position: relative;
    align-self: stretch;
    font-family: 'Sofia Pro-Regular', Helvetica;
    font-weight: 400;
    color: var(--neutralgrey-1);
    font-size: 16px;
    letter-spacing: 0;
    line-height: 18.3px;
}

.element-product .separator-2 {
    margin-bottom: -1px;
    position: relative;
    align-self: stretch;
    width: 100%;
    height: 1px;
    object-fit: cover;
}

.element-product .content-2 {
    gap: 16px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}

.element-product .frame-17 {
    display: inline-flex;
    align-items: flex-end;
    gap: 4px;
    position: relative;
    flex: 0 0 auto;
}

.element-product .vuesax-bold-star {
    position: relative;
    width: 24px;
    height: 24px;
}

.element-product .text-wrapper-22 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    font-family: 'Sofia Pro-Bold', Helvetica;
    font-weight: 700;
    color: #0a2533;
    font-size: 20px;
    letter-spacing: 0;
    line-height: normal;
    white-space: nowrap;
}

.element-product .frame-18 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}

.element-product .text-wrapper-23 {
    position: relative;
    align-self: stretch;
    margin-top: -1px;
    font-family: 'Sofia Pro-SemiBold', Helvetica;
    font-weight: 500;
    color: #474747;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 18.3px;
}

.element-product .button-login {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 11px 146px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
    background-color: #cef17b;
    border-radius: 9px;
}

.element-product .button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-family: var(--body-normal-bold-font-family);
    font-weight: var(--body-normal-bold-font-weight);
    color: #0a2533;
    font-size: var(--body-normal-bold-font-size);
    text-align: center;
    letter-spacing: var(--body-normal-bold-letter-spacing);
    line-height: var(--body-normal-bold-line-height);
    white-space: nowrap;
    font-style: var(--body-normal-bold-font-style);
}

.scanning {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 402px;
    height: 108px;
    z-index: 2;
    display: flex;
}

.header {
    flex: 1;
    width: 100%;
    position: relative;
    background-color: transparent;
}

.button-love {
    position: absolute;
    width: 43px;
    height: 43px;
    top: 20px;
    left: 82.93%;
    background-color: var(--neutraltrue-white);
    border-radius: 10px;
    box-shadow: var(--card-shadow);
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #f1f5f5;
}

.img-wrapper {
    position: relative;
    display: flex;
}

.heart {
}

.button-cancel {
    position: absolute;
    width: 43px;
    height: 43px;
    top: 20px;
    left: 6.4%;
    background-color: var(--neutraltrue-white);
    border-radius: 10px;
    border: 1px solid;
    border-color: #ffffff;
    box-shadow: var(--card-shadow);
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #f1f5f5;
}

.close-square {
    width: 30px;
    height: auto;
}

/* CERTIFICAÇÃO DOP */

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.element-product .certificacao-dop {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    background: var(--white);
    border-radius: 16px;
    box-shadow: 0 2px 20px rgba(10, 37, 51, 0.08);
    padding: 20px;
    box-sizing: border-box;
}

.element-product .certificacao-dop__header {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.element-product .certificacao-dop__logo {
    max-width: 140px;
    width: auto;
    height: auto;
    display: block;
}

.element-product .certificacao-dop__title {
    font-family: 'Sofia Pro', Helvetica;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.3;
    color: var(--neutraldark);
}

.element-product .certificacao-dop__badge {
    display: inline-flex;
    align-items: center;
    padding: 4px 12px;
    background-color: rgba(1, 72, 56, 0.1);
    border-radius: 20px;
    font-family: 'Sofia Pro', Helvetica;
    font-weight: 600;
    font-size: 13px;
    color: var(--dark-green);
    width: fit-content;
}

.element-product .certificacao-dop__codigo {
    font-family: 'Sofia Pro', Helvetica;
    font-weight: 700;
    font-size: 20px;
    color: var(--neutraldark);
    letter-spacing: 0.04em;
}

.element-product .certificacao-dop__text {
    font-family: 'Sofia Pro', Helvetica;
    font-weight: 400;
    font-size: 14px;
    color: var(--neutralgrey-1);
    line-height: 1.65;
    margin: 0;
}

.element-product .certificacao-dop__grid {
    display: flex;
    flex-direction: column;
    width: 100%;
    border-top: 1px solid var(--neutralgrey-4);
}

.element-product .certificacao-dop__item {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 12px;
    padding: 10px 0;
    border-bottom: 1px solid var(--neutralgrey-4);
}

.element-product .certificacao-dop__label {
    font-family: 'Sofia Pro', Helvetica;
    font-weight: 400;
    font-size: 12px;
    color: var(--neutralgrey-2);
    flex: 0 0 auto;
    max-width: 52%;
}

.element-product .certificacao-dop__value {
    font-family: 'Sofia Pro', Helvetica;
    font-weight: 600;
    font-size: 13px;
    color: var(--neutraldark);
    text-align: right;
    flex: 1;
    min-width: 0;
    word-break: break-word;
}

.element-product .certificacao-dop__note {
    font-family: 'Sofia Pro', Helvetica;
    font-weight: 400;
    font-size: 12px;
    color: var(--neutralgrey-2);
    line-height: 1.5;
    margin: 0;
}

@media (min-width: 600px) {
    .element-product .certificacao-dop__grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .element-product .certificacao-dop__item {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
    }
    .element-product .certificacao-dop__label {
        max-width: 100%;
    }
    .element-product .certificacao-dop__value {
        text-align: left;
    }
}

/* LOGOTIPO DE RAÇA */

.element-producer #raca-logo-container {
    margin-top: 12px;
}

.element-producer .raca-logo {
    max-width: 140px;
    width: auto;
    height: auto;
    display: block;
}

/* PRODUCER PAGE - MANUEL LUCAS */

.element-producer {
    background-color: #ffffff;
    overflow-y: auto;
    width: 100%;
    min-height: 100vh;
    position: relative;
    display: flex;
    justify-content: center;
    overflow-x: hidden;
}

.element-producer .image-3 {
    top: -11px;
    left: 50%;
    transform: translateX(-50%);
    height: 210px;
    position: absolute;
    width: 100%;
}

.element-producer .image-4 {
    top: 11px;
    left: 0;
    height: 199px;
    position: absolute;
    width: 100%;
    object-fit: cover;
}

.element-producer .rectangle-2 {
    position: absolute;
    top: 0;
    left: 8px;
    width: 402px;
    height: 93px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 85%);
}

.element-producer .frame-19 {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 600px;
    align-items: flex-start;
    gap: 28px;
    position: absolute;
    top: 174px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
}

.element-producer .header-2 {
    display: flex;
    align-items: flex-end;
    gap: 12px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}

.element-producer .clip-path-group-2 {
    position: relative;
    width: 99.02px;
    height: 96.87px;
}

.element-producer .frame-20 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 3px;
    position: relative;
    flex: 1;
    flex-grow: 1;
}

.element-producer .produtor-de-carne {
    position: relative;
    width: fit-content;
    margin-top: -1px;
    font-family: 'Sofia Pro-Regular', Helvetica;
    font-weight: 400;
    color: var(--gray-2);
    font-size: 10px;
    letter-spacing: 0;
    line-height: 13px;
    white-space: nowrap;
}

.element-producer .text-wrapper-24 {
    position: relative;
    align-self: stretch;
    font-family: 'Sofia Pro-Bold', Helvetica;
    font-weight: 700;
    color: #0a2533;
    font-size: 24px;
    letter-spacing: 0;
    line-height: normal;
}

.element-producer .info {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}

.element-producer .location-wrapper {
    display: flex;
    width: 292px;
    align-items: center;
    gap: 16px;
    position: relative;
    margin-right: -43.02px;
}

.element-producer .location {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
    position: relative;
    flex: 0 0 auto;
}

.element-producer .hugeicons-eco-power-2 {
    position: relative;
    width: 18px;
    height: 18px;
}

.element-producer .text-wrapper-25 {
    position: relative;
    width: fit-content;
    font-family: 'Sofia Pro-Regular', Helvetica;
    font-weight: 400;
    color: var(--grayscalegrayscale-60);
    font-size: 12px;
    letter-spacing: 0.06px;
    line-height: 14.4px;
    white-space: nowrap;
}

.element-producer .group-2 {
    position: relative;
    align-self: stretch;
    width: 100%;
}

.element-producer .frame-21 {
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
    gap: 4px;
    display: flex;
    position: relative;
}

.element-producer .text-wrapper-26 {
    position: relative;
    width: fit-content;
    margin-top: -1px;
    font-family: 'Sofia Pro-SemiBold', Helvetica;
    font-weight: 600;
    color: var(--neutraldark);
    font-size: 18px;
    letter-spacing: 0;
    line-height: 21.6px;
    white-space: nowrap;
}

.element-producer .text-wrapper-27 {
    position: relative;
    align-self: stretch;
    font-family: 'Sofia Pro-Regular', Helvetica;
    font-weight: 400;
    color: var(--neutralgrey-1);
    font-size: 16px;
    letter-spacing: 0;
    line-height: 16.9px;
}

.element-producer .separator-3 {
    position: relative;
    align-self: stretch;
    width: 100%;
    height: 1px;
    object-fit: cover;
}

.element-producer .frame-22 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}

.element-producer .creators-3 {
    position: relative;
    width: 100%;
    height: 26px;
}

.element-producer .frame-23 {
    display: flex;
    align-items: flex-start;
    position: relative;
}

.element-producer .text-wrapper-28 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin-top: -1px;
    font-family: var(--body-xlarge-bold-font-family);
    font-weight: var(--body-xlarge-bold-font-weight);
    color: #0a2533;
    font-size: var(--body-xlarge-bold-font-size);
    letter-spacing: var(--body-xlarge-bold-letter-spacing);
    line-height: var(--body-xlarge-bold-line-height);
    white-space: nowrap;
    font-style: var(--body-xlarge-bold-font-style);
}

.element-producer .nutritions-2 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}

.element-producer .frame-24 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}

.element-producer .text-wrapper-29 {
    position: relative;
    width: fit-content;
    font-family: 'Sofia Pro-Regular', Helvetica;
    font-weight: 400;
    color: var(--gray-2);
    font-size: 16px;
    letter-spacing: 0;
    line-height: 17.4px;
    white-space: nowrap;
}

.element-producer .text-wrapper-30 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin-top: -1px;
    font-family: var(--body-normal-regular-font-family);
    font-weight: var(--body-normal-regular-font-weight);
    color: #0a2533;
    font-size: var(--body-normal-regular-font-size);
    letter-spacing: var(--body-normal-regular-letter-spacing);
    line-height: var(--body-normal-regular-line-height);
    white-space: nowrap;
    font-style: var(--body-normal-regular-font-style);
}

.element-producer .div-4 {
    flex-direction: column;
    gap: 10px;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
    display: flex;
    align-items: flex-start;
    position: relative;
}

.element-producer .frame-25 {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    position: relative;
    flex: 0 0 auto;
}

.element-producer .fats-5 {
    display: inline-flex;
    height: 28px;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 4px 8px;
    position: relative;
    flex: 0 0 auto;
    background-color: #f1f5f5;
    border-radius: 25px;
}

.element-producer .group-3 {
    position: absolute;
    width: 80.4%;
    height: 83.33%;
    top: 8.33%;
    left: 12.5%;
}

.element-producer .bem-estar-animal-2 {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: fit-content;
    font-family: 'Sofia Pro-Regular', Helvetica;
    font-weight: 400;
    color: #014838;
    font-size: 16px;
    letter-spacing: 0;
    line-height: normal;
    white-space: nowrap;
}

.element-producer .vector-2 {
    position: absolute;
    width: 76%;
    height: 94.44%;
    top: 5.56%;
    left: 16.67%;
}

.element-producer .creators-4 {
    position: relative;
    width: 100%;
    height: 20px;
}

.element-producer .text-wrapper-31 {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Sofia Pro-Bold', Helvetica;
    font-weight: 700;
    color: #0a2533;
    font-size: 20px;
    letter-spacing: 0;
    line-height: normal;
    white-space: nowrap;
}

.element-producer .text-wrapper-32 {
    position: relative;
    align-self: stretch;
    font-family: 'Sofia Pro', Helvetica;
    font-weight: 400;
    color: var(--neutralgrey-1);
    font-size: 16px;
    letter-spacing: 0;
    line-height: 16.9px;
}

.element-producer .content-3 {
    width: 100%;
    gap: 24px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    flex: 0 0 auto;
}

.element-producer .frame-26 {
    align-items: center;
    gap: 10px;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
    display: flex;
    position: relative;
}

.element-producer .frame-27 {
    width: 342.7px;
    gap: 14px;
    flex: 0 0 auto;
    display: flex;
    align-items: flex-start;
    position: relative;
}

.element-producer .group-4 {
    position: relative;
    width: 75px;
    height: 75px;
    background-color: #d9e7b8;
    border-radius: 16px;
}

.element-producer .image-5 {
    position: absolute;
    top: 2px;
    left: 1px;
    width: 73px;
    height: 73px;
}

.element-producer .frame-28 {
    flex-direction: column;
    width: 272.22px;
    gap: 2px;
    margin-right: -18.52px;
    display: flex;
    align-items: flex-start;
    position: relative;
}

.element-producer .text-wrapper-33 {
    align-self: stretch;
    font-family: var(--body-normal-medium-font-family);
    font-weight: var(--body-normal-medium-font-weight);
    line-height: var(--body-normal-medium-line-height);
    position: relative;
    margin-top: -1px;
    color: var(--neutraldark);
    font-size: var(--body-normal-medium-font-size);
    letter-spacing: var(--body-normal-medium-letter-spacing);
    font-style: var(--body-normal-medium-font-style);
    font-weight: bold;
}

.element-producer .text-wrapper-34 {
    position: relative;
    align-self: stretch;
    font-family: 'Sofia Pro-Regular', Helvetica;
    font-weight: 400;
    color: var(--neutralgrey-1);
    font-size: 16px;
    letter-spacing: 0;
    line-height: 18.3px;
}

.element-producer .button-arrow-right-2 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 5px 13px;
    position: relative;
    flex: 0 0 auto;
    background-color: #cef17b;
    border-radius: 8px;
}

.element-producer .text-wrapper-35 {
    position: relative;
    width: fit-content;
    margin-top: -1px;
    font-family: 'Sofia Pro-SemiBold', Helvetica;
    font-weight: 600;
    color: #0a2533;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 21.6px;
    white-space: nowrap;
}

.element-producer .iconly-light-arrow-2 {
    position: relative;
    width: 16px;
    height: 16px;
    background-image: none;
}

.element-producer .iconly-light-arrow-2::before {
    content: '\203A';
    position: absolute;
    inset: -3px 0 0 0;
    color: #0a2533;
    font-family: Arial, sans-serif;
    font-size: 22px;
    line-height: 16px;
}

.element-producer .separator-4 {
    margin-bottom: -1px;
    position: relative;
    align-self: stretch;
    width: 100%;
    height: 1px;
    object-fit: cover;
}

.element-producer .content-4 {
    gap: 16px;
    align-self: stretch;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    flex: 0 0 auto;
}

.element-producer .frame-29 {
    display: inline-flex;
    align-items: flex-end;
    gap: 4px;
    position: relative;
    flex: 0 0 auto;
}

.element-producer .vuesax-bold-star-2 {
    position: relative;
    width: 24px;
    height: 24px;
}

.element-producer .text-wrapper-36 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    font-family: 'Sofia Pro-Bold', Helvetica;
    font-weight: 700;
    color: #0a2533;
    font-size: 20px;
    letter-spacing: 0;
    line-height: normal;
    white-space: nowrap;
}

.element-producer .frame-30 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}

.element-producer .text-wrapper-37 {
    position: relative;
    align-self: stretch;
    margin-top: -1px;
    font-family: 'Sofia Pro-SemiBold', Helvetica;
    font-weight: 500;
    color: #474747;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 18.3px;
}

.button-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 11px 146px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
    background-color: #cef17b;
    border-radius: 9px;
}

.button-2 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin-top: -2px;
    margin-left: -45px;
    margin-right: -45px;
    font-family: var(--body-normal-bold-font-family);
    font-weight: var(--body-normal-bold-font-weight);
    color: #0a2533;
    font-size: var(--body-normal-bold-font-size);
    text-align: center;
    letter-spacing: var(--body-normal-bold-letter-spacing);
    line-height: var(--body-normal-bold-line-height);
    white-space: nowrap;
    font-style: var(--body-normal-bold-font-style);
}

.element-producer .status-bar {
    position: fixed;
    width: 100%;
    height: 7.91%;
    top: -47.47%;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.element-producer .iphone-x-status-bars {
    margin-top: -0.4px;
    height: 44px;
    margin-left: -1px;
    width: 375px;
    position: relative;
}

.element-producer .battery {
    position: absolute;
    top: 17px;
    left: 336px;
    width: 24px;
    height: 11px;
}

.element-producer .wifi {
    position: absolute;
    top: 17px;
    right: 44px;
    width: 15px;
    height: 11px;
}

.element-producer .cellular-connection {
    position: absolute;
    top: 18px;
    right: 64px;
    width: 17px;
    height: 11px;
}

.element-producer .time-style {
    position: absolute;
    top: 13px;
    left: 21px;
    width: 54px;
    height: 21px;
    display: flex;
    align-items: center;
}

.element-producer .time {
    margin-top: 2px;
    height: 17px;
    width: 54px;
    font-family: 'Sofia Pro', Helvetica;
    font-weight: 400;
    color: var(--mainblack);
    font-size: 16px;
    text-align: center;
    letter-spacing: -0.28px;
    line-height: normal;
}

.element-producer .text-wrapper-38 {
    color: #22172a;
    letter-spacing: -0.04px;
}

.element-producer .scanning-2 {
    position: fixed;
    top: 0;
    left: calc(50% - 201px);
    width: 400px;
    height: 108px;
    display: flex;
}

.element-producer .header-3 {
    flex: 1;
    width: 400px;
    position: relative;
}

.element-producer .heart-wrapper {
    position: absolute;
    width: 43px;
    height: 43px;
    top: 20px;
    left: 82.93%;
    background-color: var(--neutraltrue-white);
    border-radius: 10px;
    box-shadow: var(--card-shadow);
}

.element-producer .heart-2 {
    position: relative;
    width: 60%;
    height: 60%;
    top: 20%;
    left: 20%;
    display: flex;
}

.element-producer .heart-3 {
    margin-top: 3px;
    width: 20.26px;
    height: 18px;
    margin-left: 2.7px;
}

.element-producer .uil-arrow-left-wrapper {
    position: absolute;
    width: 43px;
    height: 43px;
    top: 20px;
    left: 6.4%;
    background-color: var(--neutraltrue-white);
    border-radius: 10px;
    border: 1px solid;
    border-color: #ffffff;
    box-shadow: var(--card-shadow);
}

.element-producer .uil-arrow-left {
    position: relative;
    width: 60%;
    height: 60%;
    top: 20%;
    left: 20%;
}

.element-producer .vector-3 {
    position: absolute;
    width: 49.98%;
    height: 50.04%;
    top: 24.98%;
    left: 25.02%;
}

/* PAGE CATRINA - RAÇA */
.element-catrina {
    background-color: #ffffff;
    overflow-y: auto;
    width: 100vw;

    min-height: 100vh;
    position: relative;
    display: flex;
    justify-content: center;
    overflow-x: hidden;
}

.element-catrina .image-6 {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 212px;
    background-image: url(/meatazores/assets/bg-catrina.jpg);
    background-size: cover;
}

.element-catrina .frame-31 {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
    gap: 28px;
    position: absolute;
    top: 174px;
    padding-bottom: 40px;
    max-width: 600px;
    padding-left: 20px;
    padding-right: 20px;
}

.element-catrina .frame-32 {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 21px;
    position: relative;
    flex: 0 0 auto;
    width: 100%;
}

.element-catrina .header-4 {
    display: flex;
    width: 100%px;
    height: 67.13px;
    align-items: flex-end;
    gap: 12px;
    position: relative;
}

.element-catrina .group-5 {
    position: relative;
    width: 75px;
    height: 75px;
    margin-top: -8.17px;
    background-color: #d9e7b8;
    border-radius: 16px;
}

.element-catrina .image-7 {
    position: absolute;
    top: 2px;
    left: 1px;
    width: 73px;
    height: 73px;
}

.element-catrina .frame-33 {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 3px;
    position: relative;
    flex: 0 0 auto;
}

.element-catrina .ra-a-bovina {
    position: relative;
    width: fit-content;
    margin-top: -1px;
    font-family: 'Sofia Pro-Regular', Helvetica;
    font-weight: 400;
    color: var(--gray-2);
    font-size: 10px;
    letter-spacing: 0;
    line-height: 13px;
    white-space: nowrap;
}

.element-catrina .text-wrapper-39 {
    position: relative;
    width: 199px;
    font-family: 'Sofia Pro-Bold', Helvetica;
    font-weight: 700;
    color: #0a2533;
    font-size: 24px;
    letter-spacing: 0;
    line-height: normal;
}

.element-catrina .group-6 {
    position: relative;
    width: 100%;
    height: 94px;
}

.element-catrina .frame-34 {
    display: flex;
    flex-direction: column;
    width: 100%px;
    align-items: flex-start;
    gap: 4px;
    position: relative;
}

.element-catrina .text-wrapper-40 {
    position: relative;
    align-self: stretch;
    margin-top: -1px;
    font-family: 'Sofia Pro-SemiBold', Helvetica;
    font-weight: 600;
    color: var(--neutraldark);
    font-size: 16px;
    letter-spacing: 0;
    line-height: 21.6px;
}

.element-catrina .div-5 {
    position: relative;
    align-self: stretch;
    font-family: 'Sofia Pro-Regular', Helvetica;
    font-weight: 400;
    color: var(--neutralgrey-1);
    font-size: 16px;
    letter-spacing: 0;
    line-height: 16.9px;
}

.element-catrina .separator-5 {
    position: relative;
    align-self: stretch;
    width: 100%;
    height: 1px;
    object-fit: cover;
}

.element-catrina .group-7 {
    position: relative;
    align-self: stretch;
    width: 100%;
    height: auto;
}

.element-catrina .text-wrapper-41 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin-top: -1px;
    font-family: var(--body-xlarge-bold-font-family);
    font-weight: var(--body-xlarge-bold-font-weight);
    color: #0a2533;
    font-size: var(--body-xlarge-bold-font-size);
    letter-spacing: var(--body-xlarge-bold-letter-spacing);
    line-height: var(--body-xlarge-bold-line-height);
    white-space: nowrap;
    font-style: var(--body-xlarge-bold-font-style);
}

.element-catrina .text-wrapper-42 {
    font-family: 'Sofia Pro-Regular', Helvetica;
    font-weight: 400;
    color: #48515e;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 16.9px;
}

.element-catrina .text-wrapper-43 {
    font-family: 'Sofia Pro-Bold', Helvetica;
    font-weight: 700;
}

.element-catrina .ramogrande {
    position: relative;
    align-self: stretch;
    width: 100%;
    height: 239.93px;
    border-radius: 8px;
    object-fit: cover;
}

.element-catrina .frame-35 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}

.element-catrina .historicamente-a {
    position: relative;
    align-self: stretch;
    font-family: 'Sofia Pro-Regular', Helvetica;
    font-weight: 400;
    color: var(--neutralgrey-1);
    font-size: 16px;
    letter-spacing: 0;
    line-height: 14px;
}

.element-catrina .text-wrapper-44 {
    line-height: 18px;
}

.element-catrina .text-wrapper-45 {
    font-family: 'Sofia Pro-Bold', Helvetica;
    font-weight: 700;
    line-height: 18px;
}

.element-catrina .text-wrapper-46 {
    position: relative;
    align-self: stretch;
    font-family: 'Sofia Pro-Regular', Helvetica;
    font-weight: 400;
    color: var(--neutralgrey-1);
    font-size: 16px;
    letter-spacing: 0;
    line-height: 18px;
}

.element-catrina .frame-36 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 4px 4px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}

.element-catrina .fats-6 {
    display: inline-flex;
    height: 28px;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 4px 8px;
    position: relative;
    flex: 0 0 auto;
    background-color: #f1f5f5;
    border-radius: 25px;
}

.element-catrina .hugeicons-eco-power-3 {
    position: relative;
    width: 18px;
    height: 18px;
}

.element-catrina .group-8 {
    position: absolute;
    width: 80.4%;
    height: 83.33%;
    top: 8.33%;
    left: 12.5%;
}

.element-catrina .bem-estar-animal-3 {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: fit-content;
    font-family: 'Sofia Pro-Regular', Helvetica;
    font-weight: 400;
    color: #014838;
    font-size: 16px;
    letter-spacing: 0;
    line-height: normal;
    white-space: nowrap;
}

.element-catrina .frame-37 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}

.element-catrina .creators-5 {
    position: relative;
    width: 100%;
    height: 26px;
}

.element-catrina .frame-38 {
    display: flex;
    width: 100%;
    align-items: flex-start;
    position: relative;
}

.element-catrina .text-wrapper-47 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin-top: -1px;
    margin-right: -29px;
    font-family: var(--body-xlarge-bold-font-family);
    font-weight: var(--body-xlarge-bold-font-weight);
    color: #0a2533;
    font-size: var(--body-xlarge-bold-font-size);
    letter-spacing: var(--body-xlarge-bold-letter-spacing);
    line-height: var(--body-xlarge-bold-line-height);
    white-space: nowrap;
    font-style: var(--body-xlarge-bold-font-style);
}

.element-catrina .nutritions-3 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}

.element-catrina .frame-39 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}

.element-catrina .text-wrapper-48 {
    position: relative;
    width: fit-content;
    font-family: 'Sofia Pro-Regular', Helvetica;
    font-weight: 400;
    color: var(--gray-2);
    font-size: 16px;
    letter-spacing: 0;
    line-height: 17.4px;
    white-space: nowrap;
}

.element-catrina .text-wrapper-49 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin-top: -1px;
    font-family: var(--body-normal-regular-font-family);
    font-weight: var(--body-normal-regular-font-weight);
    color: #0a2533;
    font-size: var(--body-normal-regular-font-size);
    letter-spacing: var(--body-normal-regular-letter-spacing);
    line-height: var(--body-normal-regular-line-height);
    white-space: nowrap;
    font-style: var(--body-normal-regular-font-style);
}

.element-catrina .group-9 {
    position: relative;
    align-self: stretch;
    width: 100%;
}

.element-catrina .frame-40 {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
    gap: 4px;
    position: relative;
    flex: 0 0 auto;
}

.element-catrina .text-wrapper-50 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin-top: -1px;
    margin-right: -9px;
    font-family: var(--body-xlarge-bold-font-family);
    font-weight: var(--body-xlarge-bold-font-weight);
    color: #0a2533;
    font-size: var(--body-xlarge-bold-font-size);
    letter-spacing: var(--body-xlarge-bold-letter-spacing);
    line-height: var(--body-xlarge-bold-line-height);
    white-space: nowrap;
    font-style: var(--body-xlarge-bold-font-style);
}

.element-catrina .creators-6 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}

.element-catrina .text-wrapper-51 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 84.48px;
    margin-top: -1px;
    font-family: var(--body-xlarge-bold-font-family);
    font-weight: var(--body-xlarge-bold-font-weight);
    color: #0a2533;
    font-size: var(--body-xlarge-bold-font-size);
    letter-spacing: var(--body-xlarge-bold-letter-spacing);
    line-height: var(--body-xlarge-bold-line-height);
    font-style: var(--body-xlarge-bold-font-style);
}

.element-catrina .frame-41 {
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
    gap: 14px;
    display: flex;
    align-items: flex-start;
    position: relative;
}

.element-catrina .clip-path-group-3 {
    position: relative;
    width: 69.22px;
    height: 62.7px;
}

.element-catrina .frame-42 {
    flex-direction: column;
    width: 100%;
    gap: 6px;
    display: flex;
    align-items: flex-start;
    position: relative;
}

.element-catrina .text-wrapper-52 {
    position: relative;
    align-self: stretch;
    margin-top: -1px;

    font-family: var(--body-normal-medium-font-family);
    font-weight: var(--body-normal-medium-font-weight);
    color: var(--neutraldark);
    font-size: var(--body-normal-medium-font-size);
    letter-spacing: var(--body-normal-medium-letter-spacing);
    line-height: var(--body-normal-medium-line-height);
    font-style: var(--body-normal-medium-font-style);
    font-family: 'sofia-pro', Helvetica;
    font-weight: bold;
}

.element-catrina .text-wrapper-53 {
    position: relative;
    align-self: stretch;
    font-family: var(--body-small-regular-font-family);
    font-weight: var(--body-small-regular-font-weight);
    color: var(--neutralgrey-1);
    font-size: var(--body-small-regular-font-size);
    letter-spacing: var(--body-small-regular-letter-spacing);
    line-height: var(--body-small-regular-line-height);
    font-style: var(--body-small-regular-font-style);
}

.element-catrina .button-arrow-right-3 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 5px 13px;
    position: relative;
    flex: 0 0 auto;
    background-color: #cef17b;
    border-radius: 8px;
}

.element-catrina .text-wrapper-54 {
    position: relative;
    width: fit-content;
    margin-top: -1px;
    font-family: 'Sofia Pro-SemiBold', Helvetica;
    font-weight: 600;
    color: #0a2533;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 21.6px;
    white-space: nowrap;
}

.element-catrina .iconly-light-arrow-3 {
    position: relative;
    width: 16px;
    height: 16px;
    background-image: none;
}

.element-catrina .iconly-light-arrow-3::before {
    content: '\203A';
    position: absolute;
    inset: -3px 0 0 0;
    color: #0a2533;
    font-family: Arial, sans-serif;
    font-size: 22px;
    line-height: 16px;
}

.element-catrina .content-5 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}

.element-catrina .frame-43 {
    display: inline-flex;
    align-items: flex-end;
    gap: 4px;
    position: relative;
    flex: 0 0 auto;
}

.element-catrina .vuesax-bold-star-3 {
    position: relative;
    width: 24px;
    height: 24px;
}

.element-catrina .text-wrapper-55 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    font-family: 'Sofia Pro-Bold', Helvetica;
    font-weight: 700;
    color: #0a2533;
    font-size: 20px;
    letter-spacing: 0;
    line-height: normal;
    white-space: nowrap;
}

.element-catrina .frame-44 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}

.element-catrina .text-wrapper-56 {
    position: relative;
    align-self: stretch;
    margin-top: -1px;
    font-family: 'Sofia Pro-SemiBold', Helvetica;
    font-weight: 500;
    color: #474747;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 18.3px;
}

.element-catrina .button-login-2 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 11px 146px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
    background-color: #cef17b;
    border-radius: 9px;
}

.element-catrina .button-3 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin-top: -2px;
    margin-left: -45px;
    margin-right: -45px;
    font-family: var(--body-normal-bold-font-family);
    font-weight: var(--body-normal-bold-font-weight);
    color: #0a2533;
    font-size: var(--body-normal-bold-font-size);
    text-align: center;
    letter-spacing: var(--body-normal-bold-letter-spacing);
    line-height: var(--body-normal-bold-line-height);
    white-space: nowrap;
    font-style: var(--body-normal-bold-font-style);
}

.element-catrina .iphone-x-status-bars-wrapper {
    position: fixed;
    width: 100%;
    height: 6.32%;
    top: -37.94%;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.element-catrina .iphone-x-status-bars-2 {
    margin-top: -0.6px;
    height: 44px;
    margin-left: -1px;
    width: 375px;
    position: relative;
}

.element-catrina .battery-2 {
    position: absolute;
    top: 17px;
    left: 336px;
    width: 24px;
    height: 11px;
}

.element-catrina .wifi-2 {
    position: absolute;
    top: 17px;
    right: 44px;
    width: 15px;
    height: 11px;
}

.element-catrina .cellular-connection-2 {
    position: absolute;
    top: 18px;
    right: 64px;
    width: 17px;
    height: 11px;
}

.element-catrina .time-wrapper {
    position: absolute;
    top: 13px;
    left: 21px;
    width: 54px;
    height: 21px;
    display: flex;
    align-items: center;
}

.element-catrina .span-wrapper {
    margin-top: 2px;
    height: 17px;
    width: 54px;
    font-family: 'Sofia Pro', Helvetica;
    font-weight: 400;
    color: var(--mainblack);
    font-size: 16px;
    text-align: center;
    letter-spacing: -0.28px;
    line-height: normal;
}

.element-catrina .text-wrapper-57 {
    color: #22172a;
    letter-spacing: -0.04px;
}

.element-catrina .scanning-3 {
    position: fixed;
    top: 0;
    left: calc(50% - 201px);
    width: 400px;
    height: 108px;
    display: flex;
}

.element-catrina .header-5 {
    flex: 1;
    width: 400px;
    position: relative;
}

.element-catrina .button-love-2 {
    position: absolute;
    width: 43px;
    height: 43px;
    top: 20px;
    left: 82.93%;
    background-color: var(--neutraltrue-white);
    border-radius: 10px;
    box-shadow: var(--card-shadow);
}

.element-catrina .heart-4 {
    position: relative;
    width: 60%;
    height: 60%;
    top: 20%;
    left: 20%;
    display: flex;
}

.element-catrina .heart-5 {
    margin-top: 3px;
    width: 20.26px;
    height: 18px;
    margin-left: 2.7px;
}

.element-catrina .button-cancel-2 {
    position: absolute;
    width: 43px;
    height: 43px;
    top: 20px;
    left: 6.4%;
    background-color: var(--neutraltrue-white);
    border-radius: 10px;
    border: 1px solid;
    border-color: #ffffff;
    box-shadow: var(--card-shadow);
}

.element-catrina .vector-wrapper {
    position: relative;
    width: 60%;
    height: 60%;
    top: 20%;
    left: 20%;
}

.element-catrina .vector-4 {
    position: absolute;
    width: 49.98%;
    height: 50.04%;
    top: 24.98%;
    left: 25.02%;
}

/* CUSTOM */

.heading-xl {
    color: #0a2533;
    /* Body/XLarge - Bold */
    font-family: 'Sofia Pro';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 26px */
}

/* DYNAMIC PAGES - LIGHT MOBILE POLISH */

body:has(#peca-titulo) .element-product,
body:has(#produtor-nome) .element-producer,
body:has(#raca-nome) .element-producer,
body:has(#restaurante-nome) .element-producer {
    --ma-ink: #0a2533;
    --ma-muted: #5f6f7a;
    --ma-line: rgba(10, 37, 51, 0.08);
    --ma-trust: #014838;
    --ma-cta: #cef17b;
    --ma-card-radius: 16px;
    --ma-card-shadow: 0 10px 28px rgba(10, 37, 51, 0.08);
}

body:has(#peca-titulo) .element-product .detail-content,
body:has(#produtor-nome) .element-producer .frame-19,
body:has(#raca-nome) .element-producer .frame-19,
body:has(#restaurante-nome) .element-producer .frame-19 {
    gap: 24px;
}

body:has(#peca-titulo) .element-product .detail-content {
    padding-left: 20px;
    padding-right: 20px;
}

body:has(#peca-titulo) .element-product .text-wrapper,
body:has(#produtor-nome) .element-producer .text-wrapper-24,
body:has(#raca-nome) .element-producer .text-wrapper-24,
body:has(#restaurante-nome) .element-producer .text-wrapper-24 {
    color: var(--ma-trust);
    font-family: 'Sofia Pro', Helvetica;
    line-height: 1.22;
    white-space: normal;
}

body:has(#peca-titulo) .element-product .p,
body:has(#peca-titulo) .element-product .heading-xl,
body:has(#peca-titulo) .element-product .text-wrapper-14,
body:has(#peca-titulo) .element-product .text-wrapper-18,
body:has(#peca-titulo) .element-product .text-wrapper-22,
body:has(#produtor-nome) .element-producer .heading-xl,
body:has(#produtor-nome) .element-producer .text-wrapper-26,
body:has(#produtor-nome) .element-producer .text-wrapper-31,
body:has(#produtor-nome) .element-producer .text-wrapper-33,
body:has(#raca-nome) .element-producer .heading-xl,
body:has(#raca-nome) .element-producer .text-wrapper-26,
body:has(#raca-nome) .element-producer .text-wrapper-31,
body:has(#raca-nome) .element-producer .text-wrapper-33,
body:has(#restaurante-nome) .element-producer .heading-xl,
body:has(#restaurante-nome) .element-producer .text-wrapper-26,
body:has(#restaurante-nome) .element-producer .text-wrapper-31,
body:has(#restaurante-nome) .element-producer .text-wrapper-33 {
    color: var(--ma-ink);
    font-family: 'Sofia Pro', Helvetica;
}

body:has(#peca-titulo) .element-product .text-wrapper-4,
body:has(#peca-titulo) .element-product .text-wrapper-12,
body:has(#peca-titulo) .element-product .sabor-intenso-e,
body:has(#peca-titulo) .element-product .longevidade,
body:has(#peca-titulo) .element-product .text-wrapper-21,
body:has(#peca-titulo) .element-product .text-wrapper-23,
body:has(#produtor-nome) .element-producer .text-wrapper-27,
body:has(#produtor-nome) .element-producer .text-wrapper-30,
body:has(#produtor-nome) .element-producer .text-wrapper-32,
body:has(#produtor-nome) .element-producer .text-wrapper-34,
body:has(#raca-nome) .element-producer .text-wrapper-27,
body:has(#raca-nome) .element-producer .text-wrapper-30,
body:has(#raca-nome) .element-producer .text-wrapper-32,
body:has(#raca-nome) .element-producer .text-wrapper-34,
body:has(#restaurante-nome) .element-producer .text-wrapper-27,
body:has(#restaurante-nome) .element-producer .text-wrapper-30,
body:has(#restaurante-nome) .element-producer .text-wrapper-32,
body:has(#restaurante-nome) .element-producer .text-wrapper-34 {
    color: var(--ma-ink);
    font-family: 'Sofia Pro', Helvetica;
    line-height: 1.42;
}

body:has(#peca-titulo) .element-product .span,
body:has(#peca-titulo) .element-product .text-wrapper-6,
body:has(#produtor-nome) .element-producer .produtor-de-carne,
body:has(#produtor-nome) .element-producer .text-wrapper-25,
body:has(#produtor-nome) .element-producer .text-wrapper-29,
body:has(#raca-nome) .element-producer .produtor-de-carne,
body:has(#raca-nome) .element-producer .text-wrapper-25,
body:has(#raca-nome) .element-producer .text-wrapper-29,
body:has(#restaurante-nome) .element-producer .produtor-de-carne,
body:has(#restaurante-nome) .element-producer .text-wrapper-25,
body:has(#restaurante-nome) .element-producer .text-wrapper-29 {
    color: var(--ma-muted);
}

body:has(#produtor-nome) .element-producer .header-2,
body:has(#raca-nome) .element-producer .header-2,
body:has(#restaurante-nome) .element-producer .header-2 {
    align-items: center;
    background: #fff;
    border: 1px solid var(--ma-line);
    border-radius: 20px;
    box-shadow: var(--ma-card-shadow);
    padding: 12px;
}

body:has(#produtor-nome) .element-producer .clip-path-group-2,
body:has(#raca-nome) .element-producer .clip-path-group-2,
body:has(#restaurante-nome) .element-producer .clip-path-group-2,
body:has(#produtor-nome) .element-producer .image-4,
body:has(#raca-nome) .element-producer .image-4,
body:has(#restaurante-nome) .element-producer .image-4,
body:has(#peca-titulo) .element-product .clip-path-group,
body:has(#peca-titulo) .element-product .image-wrapper,
body:has(#peca-titulo) .element-product .image-2,
body:has(#produtor-nome) .element-producer .group-4,
body:has(#produtor-nome) .element-producer .image-5,
body:has(#raca-nome) .element-producer .group-4,
body:has(#raca-nome) .element-producer .image-5,
body:has(#restaurante-nome) .element-producer .group-4,
body:has(#restaurante-nome) .element-producer .image-5 {
    border-radius: var(--ma-card-radius);
    object-fit: cover;
    overflow: hidden;
}

body:has(#peca-titulo) .element-product .frame-13,
body:has(#peca-titulo) .element-product .frame-15,
body:has(#produtor-nome) .element-producer .frame-27,
body:has(#raca-nome) .element-producer .frame-27,
body:has(#restaurante-nome) .element-producer .frame-27 {
    width: 100%;
    background: #fff;
    border: 1px solid var(--ma-line);
    border-radius: var(--ma-card-radius);
    box-shadow: 0 8px 22px rgba(10, 37, 51, 0.06);
    padding: 12px;
    box-sizing: border-box;
}

body:has(#peca-titulo) .element-product .frame-14,
body:has(#peca-titulo) .element-product .frame-16,
body:has(#produtor-nome) .element-producer .frame-28,
body:has(#raca-nome) .element-producer .frame-28,
body:has(#restaurante-nome) .element-producer .frame-28 {
    flex: 1;
    width: auto;
    min-width: 0;
    margin-right: 0;
    gap: 4px;
}

body:has(#peca-titulo) .element-product .text-wrapper-18,
body:has(#peca-titulo) .element-product .text-wrapper-21,
body:has(#produtor-nome) .element-producer .text-wrapper-33,
body:has(#produtor-nome) .element-producer .text-wrapper-34,
body:has(#raca-nome) .element-producer .text-wrapper-33,
body:has(#raca-nome) .element-producer .text-wrapper-34,
body:has(#restaurante-nome) .element-producer .text-wrapper-33,
body:has(#restaurante-nome) .element-producer .text-wrapper-34 {
    white-space: normal;
}

body:has(#peca-titulo) .element-product .certificacao-dop {
    border: 1px solid rgba(1, 72, 56, 0.1);
    border-radius: var(--ma-card-radius);
    box-shadow: var(--ma-card-shadow);
}

body:has(#peca-titulo) .element-product .certificacao-dop__badge,
body:has(#produtor-nome) .element-producer .produtor-de-carne,
body:has(#raca-nome) .element-producer .produtor-de-carne,
body:has(#restaurante-nome) .element-producer .produtor-de-carne {
    color: var(--ma-trust);
    background: rgba(1, 72, 56, 0.08);
    border-radius: 999px;
}

body:has(#produtor-nome) .element-producer .produtor-de-carne,
body:has(#raca-nome) .element-producer .produtor-de-carne,
body:has(#restaurante-nome) .element-producer .produtor-de-carne {
    padding: 4px 9px;
    font-size: 11px;
    line-height: 1.2;
    white-space: normal;
}

body:has(#peca-titulo) .element-product .button-arrow-right,
body:has(#peca-titulo) .element-product .button-login,
body:has(#produtor-nome) .element-producer .button-arrow-right-2,
body:has(#raca-nome) .element-producer .button-arrow-right-2,
body:has(#restaurante-nome) .element-producer .button-arrow-right-2,
body:has(#parceiro-nome) .element-producer .button-arrow-right-2 {
    background-color: var(--ma-cta);
    border-radius: 10px;
    box-shadow: 0 5px 14px rgba(206, 241, 123, 0.28);
}

body:has(#peca-titulo) .element-product .separator,
body:has(#peca-titulo) .element-product .separator-2,
body:has(#produtor-nome) .element-producer .separator-3,
body:has(#produtor-nome) .element-producer .separator-4,
body:has(#raca-nome) .element-producer .separator-3,
body:has(#raca-nome) .element-producer .separator-4,
body:has(#restaurante-nome) .element-producer .separator-3,
body:has(#restaurante-nome) .element-producer .separator-4 {
    opacity: 0.42;
}

body:has(#peca-titulo) .element-product .content,
body:has(#peca-titulo) .element-product .creators-2,
body:has(#produtor-nome) .element-producer .content-3,
body:has(#raca-nome) .element-producer .content-3,
body:has(#restaurante-nome) .element-producer .content-3 {
    gap: 14px;
}

body:has(#raca-nome) .element-producer .outras-racas[hidden] {
    display: none;
}

body:has(#raca-nome) .element-producer .outras-racas {
    display: flex;
    flex-direction: column;
    gap: 14px;
    position: relative;
    align-self: stretch;
    width: 100%;
    padding-bottom: 4px;
}

body:has(#raca-nome) .element-producer .outras-racas__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    width: 100%;
}

body:has(#raca-nome) .element-producer .outras-racas__header .heading-xl {
    margin: 0;
}

body:has(#raca-nome) .element-producer .outras-racas__ver-todas {
    flex: 0 0 auto;
    color: var(--ma-trust);
    font-family: 'Sofia Pro', Helvetica;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.35;
    text-decoration: none;
}

body:has(#raca-nome) .element-producer .outras-racas__lista {
    display: flex;
    gap: 12px;
    width: calc(100% + 20px);
    margin-right: -20px;
    padding: 2px 20px 12px 0;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
}

body:has(#raca-nome) .element-producer .outras-racas__lista::-webkit-scrollbar {
    display: none;
}

body:has(#raca-nome) .element-producer .outras-racas__card {
    display: flex;
    flex: 0 0 132px;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    min-height: 156px;
    padding: 12px 10px 14px;
    background: #fff;
    border: 1px solid var(--ma-line);
    border-radius: 18px;
    box-shadow: 0 8px 22px rgba(10, 37, 51, 0.07);
    box-sizing: border-box;
    color: var(--ma-ink);
    text-align: center;
    text-decoration: none;
    scroll-snap-align: start;
}

body:has(#raca-nome) .element-producer .outras-racas__thumb {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 92px;
    height: 92px;
    background: #d9e7b8;
    border-radius: 16px;
    overflow: hidden;
}

body:has(#raca-nome) .element-producer .outras-racas__img {
    display: block;
    width: 88px;
    height: 88px;
    border-radius: 14px;
    object-fit: cover;
}

body:has(#raca-nome) .element-producer .outras-racas__img[hidden] {
    display: none;
}

body:has(#raca-nome) .element-producer .outras-racas__nome {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    color: var(--ma-ink);
    font-family: 'Sofia Pro', Helvetica;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.25;
    overflow-wrap: anywhere;
}

@media (max-width: 430px) {
    body:has(#peca-titulo) .element-product .text-wrapper {
        font-size: 24px;
    }

    body:has(#peca-titulo) .element-product .p {
        font-size: 18px;
    }

    body:has(#peca-titulo) .element-product .button-login {
        padding-left: 16px;
        padding-right: 16px;
    }
}

/* APP BOTTOM NAVIGATION AND SIMPLE INDEX PAGES */

body:has(.ma-bottom-nav) {
    padding-bottom: calc(96px + env(safe-area-inset-bottom));
}

body:has(.ma-bottom-nav) .element-welcome {
    min-height: 100vh;
}

body:has(.ma-bottom-nav) .detail-content,
body:has(.ma-bottom-nav) .element-producer .frame-19 {
    padding-bottom: calc(128px + env(safe-area-inset-bottom));
}

.ma-bottom-nav {
    position: fixed;
    left: 50%;
    bottom: 0;
    z-index: 20;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    align-items: end;
    width: min(100%, 430px);
    min-height: 74px;
    padding: 9px 12px calc(10px + env(safe-area-inset-bottom));
    background: #fff;
    border: 1px solid rgba(10, 37, 51, 0.08);
    border-bottom: 0;
    border-radius: 24px 24px 0 0;
    box-shadow: 0 -10px 28px rgba(10, 37, 51, 0.12);
    transform: translateX(-50%);
    box-sizing: border-box;
}

.ma-bottom-nav__item {
    display: flex;
    min-width: 0;
    height: 56px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    color: #6f7d85;
    font-family: 'Sofia Pro', Helvetica;
    font-size: 11px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
}

.ma-bottom-nav__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
}

.ma-bottom-nav__icon svg {
    width: 23px;
    height: 23px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.ma-bottom-nav__label {
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ma-bottom-nav__item.is-active {
    color: #014838;
}

.ma-bottom-nav__item--scan {
    transform: translateY(-16px);
}

.ma-bottom-nav__item--scan .ma-bottom-nav__icon {
    width: 58px;
    height: 58px;
    color: #fff;
    background: #014838;
    border: 5px solid #fff;
    border-radius: 999px;
    box-shadow: 0 10px 24px rgba(1, 72, 56, 0.28);
}

.ma-bottom-nav__item--scan .ma-bottom-nav__icon svg {
    width: 27px;
    height: 27px;
    stroke-width: 2.1;
}

.ma-bottom-nav__item--scan .ma-bottom-nav__label {
    margin-top: -2px;
    color: #014838;
}

.app-page {
    --ma-ink: #0a2533;
    --ma-muted: #5f6f7a;
    --ma-line: rgba(10, 37, 51, 0.08);
    --ma-trust: #014838;
    --ma-cta: #cef17b;
    width: min(100%, 430px);
    min-height: 100vh;
    margin: 0 auto;
    padding: 28px 20px 128px;
    background: #f7faf7;
    box-sizing: border-box;
    color: var(--ma-ink);
    font-family: 'Sofia Pro', Helvetica;
}

.app-page--center {
    display: flex;
    align-items: center;
}

.app-page__header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 24px;
}

.app-page__logo {
    width: 124px;
    max-width: 42vw;
    height: auto;
    padding: 10px 12px;
    margin-bottom: 10px;
    background: #014838;
    border-radius: 16px;
    box-sizing: border-box;
}

.app-page__eyebrow {
    margin: 0;
    padding: 5px 10px;
    color: var(--ma-trust);
    background: rgba(1, 72, 56, 0.08);
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
}

.app-page__title {
    margin: 0;
    color: var(--ma-ink);
    font-size: 32px;
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: 0;
}

.app-page__text,
.app-card p {
    margin: 0;
    color: var(--ma-ink);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.45;
}

.catalog-section,
.app-card,
.app-message {
    background: #fff;
    border: 1px solid var(--ma-line);
    border-radius: 18px;
    box-shadow: 0 10px 28px rgba(10, 37, 51, 0.08);
}

.catalog-section {
    padding: 16px 0 18px;
}

.catalog-section__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 16px 14px;
}

.catalog-section__header h2,
.app-card h2 {
    margin: 0;
    color: var(--ma-ink);
    font-size: 20px;
    font-weight: 800;
    line-height: 1.2;
}

.catalog-grid {
    display: flex;
    gap: 12px;
    padding: 2px 16px 10px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
}

.catalog-grid::-webkit-scrollbar {
    display: none;
}

.catalog-card {
    display: flex;
    flex: 0 0 142px;
    min-height: 188px;
    flex-direction: column;
    align-items: center;
    gap: 11px;
    padding: 12px 10px 14px;
    color: var(--ma-ink);
    background: #fff;
    border: 1px solid var(--ma-line);
    border-radius: 18px;
    box-shadow: 0 8px 22px rgba(10, 37, 51, 0.07);
    text-align: center;
    text-decoration: none;
    scroll-snap-align: start;
    box-sizing: border-box;
}

.catalog-card__thumb {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 96px;
    height: 96px;
    background: #d9e7b8;
    border-radius: 16px;
    overflow: hidden;
}

.catalog-card__img {
    display: block;
    width: 92px;
    height: 92px;
    border-radius: 14px;
    object-fit: cover;
}

.catalog-card__img[hidden] {
    display: none;
}

.catalog-card__body {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    min-width: 0;
}

.catalog-card__title {
    color: var(--ma-ink);
    font-size: 15px;
    font-weight: 800;
    line-height: 1.22;
}

.catalog-card__meta {
    color: var(--ma-muted);
    font-size: 12px;
    font-weight: 600;
    line-height: 1.25;
}

.app-card {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 18px;
    margin-bottom: 14px;
}

.app-link {
    color: var(--ma-trust);
    font-weight: 800;
    text-decoration: none;
}

.app-message {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    padding: 24px;
    box-sizing: border-box;
}

.app-message__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    color: #fff;
    background: #014838;
    border-radius: 20px;
    box-shadow: 0 10px 24px rgba(1, 72, 56, 0.22);
}

.app-message__icon svg {
    width: 32px;
    height: 32px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.1;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.app-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 18px;
    color: #0a2533;
    background: #cef17b;
    border-radius: 14px;
    box-shadow: 0 5px 14px rgba(206, 241, 123, 0.28);
    font-size: 15px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
}

/* SCROLL STABILITY FOR DYNAMIC PAGES */

html:has(.ma-bottom-nav),
body:has(.ma-bottom-nav) {
    height: auto;
    min-height: 100%;
}

body:has(#peca-titulo) .element-product .details-scan {
    height: auto;
    min-height: 100vh;
    padding-top: 320px;
}

body:has(#peca-titulo) .element-product .detail-content {
    position: relative;
    top: auto;
}

body:has(#peca-titulo) .element-product .bg {
    bottom: 0;
    height: auto;
}

body:has(#produtor-nome) .element-producer,
body:has(#raca-nome) .element-producer,
body:has(#restaurante-nome) .element-producer,
body:has(#parceiro-nome) .element-producer {
    align-items: flex-start;
}

body:has(#produtor-nome) .element-producer .frame-19,
body:has(#raca-nome) .element-producer .frame-19,
body:has(#restaurante-nome) .element-producer .frame-19,
body:has(#parceiro-nome) .element-producer .frame-19 {
    position: relative;
    top: auto;
    padding-top: 174px;
}

body:has(#parceiro-nome) .element-producer {
    --ma-ink: #0a2533;
    --ma-muted: #5f6f7a;
    --ma-line: rgba(10, 37, 51, 0.08);
    --ma-trust: #014838;
    --ma-cta: #cef17b;
    --ma-card-radius: 16px;
    --ma-card-shadow: 0 10px 28px rgba(10, 37, 51, 0.08);
}

body:has(#parceiro-nome) .element-producer .frame-19 {
    gap: 24px;
}

body:has(#parceiro-hero-wrapper[hidden]) .element-producer .frame-19 {
    padding-top: 28px;
}

body:has(#parceiro-nome) .element-producer .header-2 {
    align-items: center;
    background: #fff;
    border: 1px solid var(--ma-line);
    border-radius: 20px;
    box-shadow: var(--ma-card-shadow);
    padding: 12px;
}

body:has(#parceiro-nome) .element-producer .text-wrapper-24 {
    color: var(--ma-trust);
    font-family: 'Sofia Pro', Helvetica;
    line-height: 1.22;
    white-space: normal;
}

body:has(#parceiro-nome) .element-producer .heading-xl,
body:has(#parceiro-nome) .element-producer .text-wrapper-26,
body:has(#parceiro-nome) .element-producer .text-wrapper-31,
body:has(#parceiro-nome) .element-producer .text-wrapper-33 {
    color: var(--ma-ink);
    font-family: 'Sofia Pro', Helvetica;
}

body:has(#parceiro-nome) .element-producer .text-wrapper-27,
body:has(#parceiro-nome) .element-producer .text-wrapper-30,
body:has(#parceiro-nome) .element-producer .text-wrapper-32,
body:has(#parceiro-nome) .element-producer .text-wrapper-34 {
    color: var(--ma-ink);
    font-family: 'Sofia Pro', Helvetica;
    line-height: 1.42;
}

body:has(#parceiro-nome) .element-producer .produtor-de-carne,
body:has(#parceiro-nome) .element-producer .text-wrapper-25,
body:has(#parceiro-nome) .element-producer .text-wrapper-29 {
    color: var(--ma-muted);
}

body:has(#parceiro-nome) .element-producer .produtor-de-carne {
    padding: 4px 9px;
    color: var(--ma-trust);
    background: rgba(1, 72, 56, 0.08);
    border-radius: 999px;
    font-size: 11px;
    line-height: 1.2;
    white-space: normal;
}

body:has(#parceiro-nome) .element-producer .clip-path-group-2,
body:has(#parceiro-nome) .element-producer .image-4,
body:has(#parceiro-nome) .element-producer .group-4,
body:has(#parceiro-nome) .element-producer .image-5 {
    border-radius: var(--ma-card-radius);
    object-fit: cover;
    overflow: hidden;
}

body:has(#parceiro-nome) .element-producer .frame-27 {
    width: 100%;
    background: #fff;
    border: 1px solid var(--ma-line);
    border-radius: var(--ma-card-radius);
    box-shadow: 0 8px 22px rgba(10, 37, 51, 0.06);
    padding: 12px;
    box-sizing: border-box;
}

body:has(#parceiro-nome) .element-producer .frame-28 {
    flex: 1;
    width: auto;
    min-width: 0;
    margin-right: 0;
    gap: 4px;
}

body:has(#peca-titulo) .element-product .frame-13,
body:has(#peca-titulo) .element-product .frame-15 {
    gap: 16px;
    padding: 16px;
    border-radius: 18px;
    box-shadow: 0 10px 26px rgba(10, 37, 51, 0.08);
}

body:has(#peca-titulo) .element-product .clip-path-group,
body:has(#peca-titulo) .element-product .image-wrapper {
    flex: 0 0 86px;
    width: 86px;
    height: 86px;
}

body:has(#peca-titulo) .element-product .image-2 {
    top: 4px;
    left: 4px;
    width: 78px;
    height: 78px;
    object-fit: cover;
}

body:has(#peca-titulo) .element-product .frame-14,
body:has(#peca-titulo) .element-product .frame-16 {
    gap: 7px;
}

body:has(#peca-titulo) .element-product .peca-inline-link {
    color: #032628;
    font-weight: 700;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

body:has(#peca-titulo) .element-product .peca-website-link {
    color: var(--ma-trust);
    background: rgba(1, 72, 56, 0.07);
    box-shadow: none;
}
