body {
    background-color: #fafafa;
}

.jcc {
    justify-content: center;
}

.prd {
    flex: 0 0 auto;
    max-width: 288px;
    margin: 8px 0;
    box-shadow: 1px 1px 4px rgba(18, 18, 18, 0.33) !important;
    border-radius: 16px;
    overflow: hidden;
    background-color: #fff;
}

.prd img {
    transition: filter 125ms cubic-bezier(0.4, 0, 0.2, 1);
    will-change: filter;
}

.prd img:hover {
    filter: brightness(0.875);
}

.prd img:active {
    filter: brightness(0.75);
}

.prd img.zoomable-image {
    cursor: zoom-in;
}

.prd-image {
    max-width: 100%;
    object-fit: cover;
}

.prd-name {
    font-size: 16pt !important;
    font-weight: 500;
}

.prd-desc,
.prd-features {
    font-size: 14pt !important;
    margin: 16px 0;
}

.prd-content {
    padding: 16px;
}

.h2 {
    font-size: 16pt !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    padding: 1em 0;
}

.elements {
    display: flex !important;
    flex-wrap: wrap;
    gap: 16px;
    align-items: start;
}

.prd-sections {
    margin-bottom: 32px;
}

.prd-btn {
    text-transform: none !important;
}