body[template="order-confirmed"] {
    background:var(--theme-light);
    color:var(--theme-dark);
}

body[template="order-confirmed"] .gutters {
    padding: 32px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
body[template="order-confirmed"] .top {
    display:flex;
    text-align:center;
    justify-content: space-evenly;
}
body[template="order-confirmed"] .top .left, body[template="order-confirmed"] .top .right {
    width:100%;
}
body[template="order-confirmed"] hr {
    width:100%;
}
body[template="order-confirmed"] .top hr {
    margin:0;
    width:1px;
}
body[template="order-confirmed"] h3 {
    font-family: var(--font-body), sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 10px;
}
body[template="order-confirmed"] .mid {
    text-align:center;
}
body[template="order-confirmed"] hr {
    border-color:var(--theme-gray-2);
}

body[template="order-confirmed"] .pt-count {
    font-size:24vw;
}

body[template="order-confirmed"] .bottom {
    text-align:center;
    display:flex;
    flex-direction: column;
}
body[template="order-confirmed"] .confirmation {
    color:var(--theme-color-1);
}