.bar-card {
 padding-top: 9.375vw;
}

.bar-card__title {
 position: relative;
 text-align: center;
 font-size: 2.22222vw;
 font-weight: 700;
 line-height: 0.94;
 letter-spacing: -0.03em;
 margin-bottom: 4.16667vw;
}

.bar-card__title-button {
 width: 1.66667vw;
 height: 1.66667vw;
 position: absolute;
 top: -0.83333vw;
 left: 0;
 font-size: 1.66667vw;
}

.bar-card__name {
 text-align: center;
 font-size: 8.33333vw;
 font-family: var(--shnobel);
 font-weight: 400;
 line-height: 0.83;
 letter-spacing: -0.05em;
 margin-bottom: 2.36111vw;
}

.bar-card__image {
 position: relative;
 z-index: 2;
 margin: 0 -4.86111vw 3.125vw;
}

.bar-card__image-bg {
 width: 33.54167vw;
 height: 33.54167vw;
 position: absolute;
 top: 0;
 bottom: 0;
 left: 0;
 right: 0;
 z-index: -1;
 background: white;
 rotate: 0 0 1 45deg;
 margin: auto;
}

.bar-card__ingredients {
 text-align: center;
 font-size: 1.66667vw;
 font-weight: 700;
 letter-spacing: -0.01em;
 margin-bottom: 4.16667vw;
}

.bar-card__desc {
 max-width: 47.91667vw;
 text-align: center;
 font-size: 1.11111vw;
 font-family: var(--rubik);
 font-weight: 400;
 line-height: 1.5;
 margin: 0 auto 4.16667vw;
}

.bar-card__food-value {
 display: flex;
 justify-content: center;
 gap: 1.38889vw;
}

.bar-card__food-value-card {
 flex: 0 1 auto;
 min-width: 9.02778vw;
 text-align: center;
 color: white;
 padding: 1.875vw 1.59722vw 1.38889vw;
}

.bar-card__food-value-card-note {
 font-size: 1.11111vw;
 font-family: var(--rubik);
 font-weight: 400;
}

.bar-card__food-value-card-value {
 white-space: nowrap;
 font-size: 3.33333vw;
 font-weight: 700;
 letter-spacing: -0.03em;
}

.page-apple_strawberry .bar-card__food-value-card {
 background: #E36A66;
}

.page-apple_blueberry .bar-card__food-value-card {
 background: #0071B8;
}

.page-apple_mango .bar-card__food-value-card {
 background: #F37D01;
}

.catalog {
 padding-block: 8.33333vw;
}

.catalog__title {
 font-size: 3.33333vw;
 background: none;
 padding-bottom: 0;
 margin-bottom: 8.33333vw;
}
