美容营养正在发生变化。过去,这一领域更多围绕胶原蛋白和抗衰老展开;如今,消费者的关注正在进一步延伸至皮肤健康、消化健康、健康老龄化以及日常营养。
对于食品和饮料企业而言,这一变化不仅意味着新的消费趋势,也意味着新的产品开发机会:如何将快速变化的美容需求转化为具有明确定位、科学依据和商业价值的产品,正在成为企业需要思考的问题。
基于对市场趋势及产品创新案例的梳理,德毕欧总结了2026年美容营养领域值得关注的四大趋势:
趋势一:美容由内而外,不再只有胶原蛋白
胶原蛋白仍然是美容营养领域的重要成分。2026年全球胶原蛋白市场规模预计达到127亿美元,到2033年预计达到262亿美元,复合年增长率为10.9%。食品和饮料产品约占全球胶原蛋白市场的一半,显示出胶原蛋白在功能营养和美容应用中的重要地位。1
*/
#gated-p .loader-box{
width: 100%;
height: 0px;
display: flex; /* flex */
align-items: center;
justify-content: center;
position: relative;
top: -20px;
left: 63px;
}
#gated-p .loader {
display: none; /* block */
width: 20px;
padding: 4px;
aspect-ratio: 1;
border-radius: 50%;
background: #0048DC;
--_m: conic-gradient(#0000 10%,#000),
linear-gradient(#000 0 0) content-box;
-webkit-mask: var(--_m);
mask: var(--_m);
-webkit-mask-composite: source-out;
mask-composite: subtract;
animation: l3 1s infinite linear;
}
@keyframes l3 {to{transform: rotate(1turn)}}
.content-blur {
background: linear-gradient(rgba(255, 255, 255, 0), rgb(255, 255, 255));
}
.content-blur::after {
content: '';
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(rgba(255, 255, 255, 0), rgb(255, 255, 255));
z-index: 1; /* Ensure the gradient is behind the text */
pointer-events: none; /* Allow clicks to go through the pseudo-element */
}
/* Gated P Form B - Start */
#gated-p-formB {
display: none;
position: fixed;
z-index: 9999;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto;
background-color: rgba(0, 0, 0, 0.4);
}
#gated-p-formB .error-messages {
font-family: "Gotham";
font-size: 14px;
font-weight: 400;
color: #D32F2F;
line-height: normal;
margin-top: 4px;
}
#gated-p-formB .container{
width: 745px;
/* height: 747px; */
height: max-content;
display: flex;
background: white;
position: relative;
margin: 5% auto;
padding: 32px;
}
#gated-p-formB .box {
display: flex;
flex-direction: column;
width: 100%;
}
#gated-p-formB .row {
display: flex;
flex-direction: row;
}
#gated-p-formB .col {
display: flex;
flex-direction: column;
width: 100%;
}
#gated-p-formB .col-6 {
display: flex;
flex-direction: row;
width: 100%;
gap: 16px;
}
#gated-p-formB .close-box {
display: flex;
flex-direction: column;
align-items: flex-end;
width: 100%;
}
#gated-p-formB .close-btn {
width: 14px;
height: 14px;
cursor: pointer;
}
#gated-p-formB .heading-box {
display: flex;
flex-direction: row;
}
#gated-p-formB .heading {
font-size: 32px;
font-weight: 600;
line-height: 38px;
font-family: "Gotham";
color: #0048DC;
}
#gated-p-formB .text-orange {
color: #F58232;
}
#gated-p-formB .desc-box {
display: flex;
flex-direction: column;
gap: 8px;
}
#gated-p-formB .desc-list {
display: flex;
flex-direction: row;
align-items: flex-start;
gap: 8px;
}
#gated-p-formB .desc-icon-box {
display: flex;
width: 24px;
min-height: 24px;
}
#gated-p-formB .desc-icon {
width: 100%;
min-height: 100%;
}
#gated-p-formB .desc-content-box {
display: flex;
}
#gated-p-formB .desc-content {
font-size: 16px;
font-weight: 400;
line-height: 23px;
font-family: "Gotham";
color: #141414;
}
#gated-p-formB .field-box {
display: flex;
flex-direction: column;
width: 100%;
}
#gated-p-formB .label {
font-size: 16px;
font-weight: 600;
line-height: 32px;
font-family: "Gotham";
color: #141414;
}
#gated-p-formB .input-text {
font-size: 16px;
font-weight: 400;
line-height: 32px;
font-family: "Gotham";
color: #000;
border: 1px solid #D9D9D9;
border-radius: 4px;
padding: 8px;
}
#gated-p-formB .input-select {
font-size: 16px;
font-weight: 400;
line-height: 16px;
font-family: "Gotham";
color: #000;
border: 1px solid #D9D9D9;
border-radius: 4px;
padding: 8px;
-webkit-appearance: none !important;
-moz-appearance: none !important;
appearance: none !important;
background-image: url(/wp-content/uploads/2023/03/expand_more.svg) !important;
background-repeat: no-repeat !important;
background-position: right 5px center !important;
background-size: 24px !important;
}
#gated-p-formB .input-option {
font-size: 16px;
font-weight: 400;
line-height: 32px;
font-family: "Gotham";
color: #000;
}
#gated-p-formB .relevant-label {
font-size: 14px;
font-weight: 500;
line-height: 32px;
font-family: "Gotham";
color: #141414;
}
#gated-p-formB .checkbox-field {
display: flex;
align-items: center;
flex-wrap: wrap;
row-gap: 16px;
column-gap: 16px;
}
#gated-p-formB .checkbox-box {
display: flex;
/* align-items: center; */
flex-wrap: wrap;
width: 215px;
gap: 1px;
}
#gated-p-formB .checkbox-label-box {
width: 190px;
height: auto;
}
#gated-p-formB .checkbox-input-box {
width: 24px;
height: 27px;
}
#gated-p-formB .label-checkbox {
font-size: 14px;
font-weight: 400;
line-height: 16px;
font-family: "Gotham";
color: #141414;
}
#gated-p-formB .others-box{
display: none;
}
#gated-p-formB .others-box.show{
display: block;
}
#gated-p-formB .checkbox-input {
width: 18px;
height: 18px;
margin-right: 1px;
}
#gated-p-formB .divider-line {
width: 100%;
stroke-width: 1px;
stroke: #D9D9D9;
border-top: 1px solid #D9D9D9;
margin: 16px 0;
}
#gated-p-formB .consent-box {
}
#gated-p-formB .consent-content {
font-size: 12px;
font-weight: 400;
color: #141414;
line-height: 17px;
font-family: "Gotham";
}
#gated-p-formB .consent-box label {
display: flex;
column-gap: 8px;
align-items: flex-start;
}
#gated-p-formB .consentFormB {
width: 18px;
height: 18px;
}
#gated-p-formB .submit-btn {
display: flex;
flex-direction: row;
justify-content: center;
width: max-content;
color: #fff;
border-top-right-radius: 8px;
border-top-left-radius: 8px;
border-bottom: #F58232 2px solid;
background-color: none !important;
box-sizing: border-box;
text-align: center;
text-transform: capitalize;
padding: 15px 16px;
background: linear-gradient(#25252500, #25252500 50%, #F58232 50%, #F58232);
background-size: 100% 200%; transition: background .3s;
font-size: 16px;
font-weight: 600;
line-height: 13px;
}
#gated-p-formB .submit-btn:hover {
background-position: 100% 100%;
}
#gated-p-formB .submit-btn:hover :disabled{
background-position: 0;
}
#gated-p-formB .submit-content {
font-size: 16px;
font-weight: 500;
line-height: 14px;
font-family: "Gotham";
color: #0048DC;
text-transform: capitalize;
}
#gated-p-formB .submit-btn:hover .submit-content{
color: white;
}
#gated-p-formB .submit-btn:hover:disabled .submit-content{
color: #0048DC;
}
#gated-p-formB .consent-link a:hover{
text-decoration: underline !important;
}
#gated-p-formB a.consent-link:hover {
color: unset !important
}
#gated-p-formB .submit-box {
display: flex;
margin: 0 auto;
}
#gated-p-formB .loader-box {
width: 100%;
height: 0px;
display: flex; /* flex */
align-items: center;
justify-content: center;
position: relative;
top: -20px;
left: 63px;
}
#gated-p-formB .loader {
display: none; /* block */
width: 20px;
padding: 4px;
aspect-ratio: 1;
border-radius: 50%;
background: #0048DC;
--_m: conic-gradient(#0000 10%,#000),
linear-gradient(#000 0 0) content-box;
-webkit-mask: var(--_m);
mask: var(--_m);
-webkit-mask-composite: source-out;
mask-composite: subtract;
animation: l3 1s infinite linear;
}
@keyframes l3 {to{transform: rotate(1turn)}}
#gated-p-formB .mt-32{
margin-top: 32px;
}
#gated-p-formB .mb-32{
margin-bottom: 32px;
}
#gated-p-formB .mt-16{
margin-top: 16px;
}
#gated-p-formB .mb-16{
margin-bottom: 16px;
}
#gated-p-formB .mt-8{
margin-top: 8px;
}
#gated-p-formB .mb-8{
margin-bottom: 8px;
}
#gated-p-formB .gap-16{
gap: 16px;
}
@media screen and (max-width: 480px) {
#gated-p-formB {
padding: 0 15px;
}
#gated-p-formB .container {
width: 100%;
padding: 24px 15px;
border-radius: 10px;
margin: 20% auto;
}
#gated-p-formB .box {
width: 100%;
}
#gated-p-formB .col-6 {
flex-direction: column;
}
}
/* Gated P Form B - End */