.page[name='bundle'] > .header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: 64px;
}
.page[name='bundle'] > .header > .side > .button {
    padding: 20px;
}
.page[name='bundle'] > .header > .side > .button > img {
    display: block;
    height: 24px;
}
.page[name='bundle'] > .header > .center {
    display: table;
    width: calc(100% - 128px);
    height: 100%;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}
.page[name='bundle'] > .header > .center > div {
    display: table-cell;
    font-size: 18px;
    vertical-align: middle;
    font-weight: bold;
}
.page[name='bundle'] > .content {
    position: absolute;
    top: 64px;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 24px;
    overflow-y: auto;
    text-align: center;
}
.page[name='bundle'] > .content > .images {
    height: 250px;
    margin-bottom: 32px;
    position: relative;
}
.page[name='bundle'] > .content > .images > img {
    position: absolute;
    top: 4px;
    right: 50%;
    max-height: 250px;
}
.page[name='bundle'] > .content > .images > img:nth-child(1) {
    transform: translateX(50%);
}
.page[name='bundle'] > .content > .images > img:nth-child(2) {
    transform: translateX(10%);
}
.page[name='bundle'] > .content > .wrapper {
    text-align: center;
}
.page[name='bundle'] > .content > .wrapper > .price {
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 8px;
}
.page[name='bundle'] > .content > .wrapper > .price > div {
    display: inline-block;
}
.page[name='bundle'] > .content > .wrapper > .price > .amount {
    text-decoration: line-through;
}
.page[name='bundle'] > .content > .wrapper > .name {
    font-size: 24px;
}
.page[name='bundle'] > .content > .wrapper > .description {
    margin-bottom: 24px;
    font-size: 16px;
}
.page[name='bundle'] > .content > .wrapper > .quantity {
    max-width: 200px;
    height: 40px;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
}
.page[name='bundle'] > .content > .wrapper > .quantity > .button[key='minus'],
.page[name='bundle'] > .content > .wrapper > .quantity > input {
    animation: fadeIn 0.5s;
}
.page[name='bundle'] > .content > .wrapper > .quantity > .button {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 24px;
    line-height: 40px;
    text-align: center;
}
.page[name='bundle'] > .content > .wrapper > .quantity > input {
    width: 56px;
    text-align: center;
    height: 40px;
    font-size: 20px;
    background-color: transparent;
}