.page[name='product'] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.page[name='product'] > .header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: 64px;
}
.page[name='product'] > .header > .side > .button {
    padding: 20px;
}
.page[name='product'] > .header > .side > .button > img {
    display: block;
    width: 24px;
    height: 24px;
}
.page[name='product'] > .header > .center {
    display: table;
    width: calc(100% - 192px);
    height: 100%;
    text-align: center;
}
.page[name='product'] > .header > .center > div {
    display: table-cell;
    font-size: 18px;
    font-weight: 600;
    vertical-align: middle;
}
.page[name='product'] > .content {
    position: absolute;
    top:64px;
    right: 0;
    bottom: 81px;
    left: 0;
    padding: 20px;
    overflow-y: auto;
}
.page[name='product'] > .content > .imageWrapper {
    width: 100%;
    height: 230px;
    border-radius: 16px;
    margin-bottom: 20px;
    position: relative;
}
.page[name='product'] > .content > .imageWrapper > .fadeIn {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: 16px;
}
.page[name='product'] > .content > .imageWrapper > .foreground {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.4;
    z-index: 1;
    border-radius: 16px;
}
.page[name='product'] > .content > .imageWrapper > .useEndsAt {
    position: absolute;
    top: 12px;
    padding: 4px 8px;
    font-weight: 600;
    border-radius: 8px;
    text-align: center;
}
.page[name='product'] > .content > .imageWrapper > .play {
    width: 20px;
    display: block;
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
}
.page[name='product'] > .content > .tabs {
    white-space: nowrap;
    text-align: center;
    border-radius: 6px;
    margin-bottom: 20px;
}
.page[name='product'] > .content > .tabs > .tab {
    display: inline-block;
    padding: 8px 12px;
}
.page[name='product'] > .content > .tabs > .tab.active {
    font-weight: bold;
}
.page[name='product'] > .content > .information > .title,
.page[name='product'] > .content > .information > .description,
.page[name='product'] > .content > .information > .booking,
.page[name='product'] > .content > .information > .joinedCount,
.page[name='product'] > .content > .information > .viewer,
.page[name='product'] > .content > .information > .dateRange,
.page[name='product'] > .content > .information > .gift,
.page[name='product'] > .content > .information > .location > .title {
    margin-bottom: 16px;
}
.page[name='product'] > .content > .information > .title,
.page[name='product'] > .content > .information > .location > .title {
    font-weight: 600;
}
.page[name='product'] > .content > .information > .joinedCount,
.page[name='product'] > .content > .information > .viewer,
.page[name='product'] > .content > .information > .dateRange,
.page[name='product'] > .content > .information > .booking,
.page[name='product'] > .content > .information > .gift {
    font-weight: 500;
}
.page[name='product'] > .content > .information > .gift > img {
    vertical-align: middle;
    width: 24px;
    height: 24px;
}
.page[name='product'] > .content > .information > .location {
    overflow: hidden;
}
.page[name='product'] > .content > .information > .location > .mapWrapper,
.page[name='product'] > .content > .information > .location > .address {
    width: calc(50% - 10px);
}
.page[name='product'] > .content > .information > .location > .mapWrapper {
    border-radius: 8px;
}
.page[name='product'] > .content > .information > .location > .mapWrapper > img {
    display: block;
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
}
.page[name='product'] > .content > .information > .location > .address {
    font-size: 12px;
}
.page[name='product'] > .content > .tableWrapper > .fTable > .content > table > thead {
    display: none;
}
.page[name='product'] > .content > .tableWrapper > .fTable > .content > table > tbody > tr > td[colspan] {
    text-align: center;
}
.page[name='product'] > .content > .tableWrapper > .fTable > .content > table > tbody > tr > td > .side:first-child > .imageWrapper {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    margin-top: 4.5px;
}
.page[name='product'] > .content > .tableWrapper > .fTable > .content > table > tbody > tr > td > .side:first-child > .imageWrapper > img:not([src='/images/profileBlack.svg']) {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: block;
    object-fit: cover;
}
.page[name='product'] > .content > .tableWrapper > .fTable > .content > table > tbody > tr > td > .side:first-child > .imageWrapper > img[src='/images/profileBlack.svg'] {
    width: 24px;
    height: 24px;
    margin-top: 12px;
}
.page[name='product'] > .content > .tableWrapper > .fTable > .content > table > tbody > tr > td > .side:last-child {
    width: calc(100% - 64px);
}
.page[name='product'] > .content > .tableWrapper > .fTable > .content > table > tbody > tr > td > .side:last-child > .fullName {
    font-weight: 600;
}
.page[name='product'] > .content > .tableWrapper > .fTable > .content > table > tbody > tr > td > .side:last-child > .comment,
.page[name='product'] > .content > .tableWrapper > .fTable > .content > table > tbody > tr > td > .side:last-child > .date {
    font-size: 12px;
}
.page[name='product'] > .content > .tableWrapper > .fTable > .content > table > tbody > tr > td > .side:last-child > .date {
    margin-bottom: 16px;
}
.page[name='product'] > .button {
    position: absolute;
    bottom: 101px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.page[name='product'] > .button > img {
    width: 24px;
    height: 24px;
    margin-top: 13px;
}
.page[name='product'] > .sound {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 60px;
    text-align: center;
    padding: 16px;
    z-index: 472;
}
.page[name='product'] > .sound > img {
    position: absolute;
    top: 50%;
    transform: translate(50%, -50%);
}
.page[name='product'] > .sound > img:first-child {
    right: 50%;
    width: 20px;
}
.page[name='product'] > .sound.muted > img:last-child {
    right: calc(50% - 25px);
    width: 10px;
}
.page[name='product'] > .sound:not(.muted) > img:last-child {
    display: none;
}
.page[name='product'] > .footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 20px;
    z-index: 10;
}
.page[name='product'] > .footer > .price {
    font-weight: 500;
    font-size: 24px;
}
.page[name='product'] > .footer > .price > .old {
    text-decoration: line-through;
}
.page[name='product'] > .footer > .price img {
    vertical-align: middle;
    display: inline-block;
}
.page[name='product'] > .footer > .button {
    font-size: 16px;
    padding: 8px 12px;
    border-radius: 8px;
    font-weight: 600;
}

#panel[ids='comment'] > .close {
    padding: 8px;
    margin: 12px;
    background-repeat: no-repeat;
    object-fit: cover;
}
#panel[ids='comment'] > .content {
    margin-top: 56px;
    padding: 20px;
}
#panel[ids='comment'] > .content > .title {
    position: absolute;
    top: 21px;
    font-weight: 600;
    font-size: 18px;
}
#panel[ids='comment'] > .content > .formWrapper > .fForm > .fields > .field {
    margin-bottom: 20px;
}
#panel[ids='comment'] > .content > .formWrapper > .fForm > .fields > .field > label {
    display: block;
    width: 100%;
    margin-bottom: 8px;
    font-weight: 600;
}
#panel[ids='comment'] > .content > .formWrapper > .fForm > .fields > .field > textarea {
    width: 100%;
    border-radius: 16px;
    padding: 12px 24px;
    height: 100px;
    border: 0;
}
#panel[ids='comment'] > .content > .button {
    border-radius: 24px;
    font-weight: 600;
    font-size: 18px;
    padding: 17px;
    text-align: center;
}