body:has(#cmpwrapper) {
  grid-template-rows: auto auto auto 1fr auto;
}

.button--buy {
  border-radius: var(--buttons-buy-radius);
}

.button--buy:before {
  border-radius: var(--buttons-buy-radius);
}

.button--buy:after {
  border-radius: var(--buttons-buy-radius);
}
