/*
 * Optical normalization for the client packshots.
 * Source canvases have different dimensions and unequal white margins, so a
 * shared percentage would scale the files rather than the visible bottles.
 * These values align the visible bottle body to an 80% optical height and a
 * common 6% floor inside every product stage.
 */
[data-product-id] {
  --bottle-height: 90%;
  --bottle-bottom: 2%;
}

[data-product-id="vcr-2025"] {
  --bottle-height: 88.8%;
  --bottle-bottom: 2.1%;
}

[data-product-id="crispy-2025"] {
  --bottle-height: 86%;
  --bottle-bottom: 2.9%;
}

[data-product-id="fancy-pet-nat-2024"] {
  --bottle-height: 91.3%;
  --bottle-bottom: 2.9%;
}

[data-product-id="muskat-moravsky-2025"] {
  --bottle-height: 88.8%;
  --bottle-bottom: 1.9%;
}

[data-product-id="black-hill-2025"] {
  --bottle-height: 89%;
  --bottle-bottom: 2%;
}

[data-product-id="veltlinske-zelene-2025"] {
  --bottle-height: 90.8%;
  --bottle-bottom: 0.7%;
}

[data-product-id="ryzlink-vlassky-beton-2024"] {
  --bottle-height: 93.3%;
  --bottle-bottom: 0.8%;
}

[data-product-id="palava-elements-2024"] {
  --bottle-height: 93.3%;
  --bottle-bottom: 0.8%;
}

[data-product-id="riesling-elements-2025"] {
  --bottle-height: 93.6%;
  --bottle-bottom: 0.7%;
}

[data-product-id="chardonnay-elements-2024"] {
  --bottle-height: 90.2%;
  --bottle-bottom: 3.5%;
}

[data-product-id="cuvee-1964-elements-2023"] {
  --bottle-height: 93.1%;
  --bottle-bottom: 0.8%;
}

[data-product-id="dornfelder-elements-2024"] {
  --bottle-height: 88.5%;
  --bottle-bottom: 1.8%;
}

[data-product-id="merlot-elements-2023"] {
  --bottle-height: 89.8%;
  --bottle-bottom: 3.6%;
}

[data-product-id="pinot-noir-elements-2023"] {
  --bottle-height: 81.5%;
  --bottle-bottom: 5.2%;
}

[data-product-id="hibernal-slamove-2021"] {
  --bottle-height: 90.9%;
  --bottle-bottom: 2.8%;
}

[data-product-id="steward-brut-nature-2024"] {
  --bottle-height: 93.6%;
  --bottle-bottom: 0.2%;
}

[data-product-id="biscuit-chardonnay-2023"] {
  --bottle-height: 89%;
  --bottle-bottom: 1.7%;
}

[data-product-id="cuvee-1964-magnum-2021"] {
  --bottle-height: 95.2%;
  --bottle-bottom: 6%;
}
