main #frontend_products_show {
    margin-top: 16px;
    padding: 0px 15px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
}

main #frontend_products_show #frontend_products_show_product {
    padding: 0px 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
main #frontend_products_show #frontend_products_show_product #frontend_products_show_product_inner {
    width: 100%;
    max-width: 1100px;
    background-color: rgba( 233, 233, 233, 1 );
    padding: 32px 48px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}
main #frontend_products_show #frontend_products_show_product #frontend_products_show_product_inner #frontend_products_show_product_inner_title {
    padding: 16px 0;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 1.75rem;
    color: rgba( 48, 69, 89, 1 );
}
main #frontend_products_show #frontend_products_show_product #frontend_products_show_product_inner #frontend_products_show_product_inner_carousel_detail {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: stretch;
    column-gap: 32px;
}
main #frontend_products_show #frontend_products_show_product #frontend_products_show_product_inner #frontend_products_show_product_inner_carousel_detail #frontend_products_show_product_inner_carousel_detail_carousel {
    flex-grow: 1;
    flex-shrink: 0;
    display: flex;
    position: relative;
    align-items: stretch;
    justify-content: stretch;
}
main #frontend_products_show #frontend_products_show_product #frontend_products_show_product_inner #frontend_products_show_product_inner_carousel_detail #frontend_products_show_product_inner_carousel_detail_carousel #frontend_products_show_product_inner_carousel_detail_carousel_prev {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
main #frontend_products_show #frontend_products_show_product #frontend_products_show_product_inner #frontend_products_show_product_inner_carousel_detail #frontend_products_show_product_inner_carousel_detail_carousel #frontend_products_show_product_inner_carousel_detail_carousel_prev i {
    color: rgba( 255, 255, 255, 1 );
    box-shadow: 0px 2px 4px 0px rgba( 0, 0, 0, 0.25 );
}
main #frontend_products_show #frontend_products_show_product #frontend_products_show_product_inner #frontend_products_show_product_inner_carousel_detail #frontend_products_show_product_inner_carousel_detail_carousel #frontend_products_show_product_inner_carousel_detail_carousel_next {
    position: absolute;
    right: 0;
    
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
main #frontend_products_show #frontend_products_show_product #frontend_products_show_product_inner #frontend_products_show_product_inner_carousel_detail #frontend_products_show_product_inner_carousel_detail_carousel #frontend_products_show_product_inner_carousel_detail_carousel_next i {
    color: rgba( 255, 255, 255, 1 );
    box-shadow: 0px 2px 4px 0px rgba( 0, 0, 0, 0.25 );    
}    
main #frontend_products_show #frontend_products_show_product #frontend_products_show_product_inner #frontend_products_show_product_inner_carousel_detail #frontend_products_show_product_inner_carousel_detail_carousel #frontend_products_show_product_inner_carousel_detail_carousel_list {
    flex-grow: 1;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    column-gap: 16px;
}
main #frontend_products_show #frontend_products_show_product #frontend_products_show_product_inner #frontend_products_show_product_inner_carousel_detail #frontend_products_show_product_inner_carousel_detail_carousel #frontend_products_show_product_inner_carousel_detail_carousel_list .frontend_products_show_product_inner_carousel_detail_carousel_list_item {
    aspect-ratio: 1;
    object-fit: contain;
    background-position: 50%;
    background-size: cover;
}
main #frontend_products_show #frontend_products_show_product #frontend_products_show_product_inner #frontend_products_show_product_inner_carousel_detail #frontend_products_show_product_inner_carousel_detail_carousel_detail {
    align-self: flex-end;
    flex-basis: 40%;
    padding: 32px;
    background-color: rgba( 255, 255, 255, 1 );
    border: 1px solid rgba( 189, 189, 189, 1 );

    display: flex;
    flex-direction: column;
    align-items: stretch;
    row-gap: 32px;
}
main #frontend_products_show #frontend_products_show_product #frontend_products_show_product_inner #frontend_products_show_product_inner_carousel_detail #frontend_products_show_product_inner_carousel_detail_carousel_detail #frontend_products_show_product_inner_carousel_detail_carousel_detail_header {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    column-gap: 16px;
    justify-content: space-between;
}
main #frontend_products_show #frontend_products_show_product #frontend_products_show_product_inner #frontend_products_show_product_inner_carousel_detail #frontend_products_show_product_inner_carousel_detail_carousel_detail #frontend_products_show_product_inner_carousel_detail_carousel_detail_header #frontend_products_show_product_inner_carousel_detail_carousel_detail_header_price_location {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 0px;
}
main #frontend_products_show #frontend_products_show_product #frontend_products_show_product_inner #frontend_products_show_product_inner_carousel_detail #frontend_products_show_product_inner_carousel_detail_carousel_detail #frontend_products_show_product_inner_carousel_detail_carousel_detail_header #frontend_products_show_product_inner_carousel_detail_carousel_detail_header_price_location #frontend_products_show_product_inner_carousel_detail_carousel_detail_header_price_location_price {
    font-family: "Poppins", sans-serif;
    font-size: 2.5rem;
    line-height: 1.2;
    font-weight: 700;
    color: rgba( 48, 69, 89, 1 );
}
main #frontend_products_show #frontend_products_show_product #frontend_products_show_product_inner #frontend_products_show_product_inner_carousel_detail #frontend_products_show_product_inner_carousel_detail_carousel_detail #frontend_products_show_product_inner_carousel_detail_carousel_detail_header #frontend_products_show_product_inner_carousel_detail_carousel_detail_header_price_location #frontend_products_show_product_inner_carousel_detail_carousel_detail_header_price_location_location {
    display: flex;
    flex-direction: row;
    column-gap: 4px;
    
    font-family: "Poppins", sans-serif;
    font-size: 0.9rem;
    font-weight: 600;
    color: rgba( 48, 69, 89, 1 );
}
main #frontend_products_show #frontend_products_show_product #frontend_products_show_product_inner #frontend_products_show_product_inner_carousel_detail #frontend_products_show_product_inner_carousel_detail_carousel_detail #frontend_products_show_product_inner_carousel_detail_carousel_detail_header #frontend_products_show_product_inner_carousel_detail_carousel_detail_header_price_location #frontend_products_show_product_inner_carousel_detail_carousel_detail_header_price_location_location i {
    display: flex;
    align-items: center;
    justify-content: center;
}
main #frontend_products_show #frontend_products_show_product #frontend_products_show_product_inner #frontend_products_show_product_inner_carousel_detail #frontend_products_show_product_inner_carousel_detail_carousel_detail #frontend_products_show_product_inner_carousel_detail_carousel_detail_description {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    row-gap: 16px;
}
main #frontend_products_show #frontend_products_show_product #frontend_products_show_product_inner #frontend_products_show_product_inner_carousel_detail #frontend_products_show_product_inner_carousel_detail_carousel_detail #frontend_products_show_product_inner_carousel_detail_carousel_detail_header #frontend_products_show_product_inner_carousel_detail_carousel_detail_header_seller {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 0.9rem;
}
main #frontend_products_show #frontend_products_show_product #frontend_products_show_product_inner #frontend_products_show_product_inner_carousel_detail #frontend_products_show_product_inner_carousel_detail_carousel_detail #frontend_products_show_product_inner_carousel_detail_carousel_detail_header #frontend_products_show_product_inner_carousel_detail_carousel_detail_header_seller div {
    color: rgba( 200, 200, 200, 1 );
}
main #frontend_products_show #frontend_products_show_product #frontend_products_show_product_inner #frontend_products_show_product_inner_carousel_detail #frontend_products_show_product_inner_carousel_detail_carousel_detail #frontend_products_show_product_inner_carousel_detail_carousel_detail_header #frontend_products_show_product_inner_carousel_detail_carousel_detail_header_seller div {
    color: rgba( 86, 86, 86, 1 );
}
main #frontend_products_show #frontend_products_show_product #frontend_products_show_product_inner #frontend_products_show_product_inner_carousel_detail #frontend_products_show_product_inner_carousel_detail_carousel_detail #frontend_products_show_product_inner_carousel_detail_carousel_detail_description #frontend_products_show_product_inner_carousel_detail_carousel_detail_description_status {
    font-family: "Poppins", sans-serif;
    font-weight: 500;

    font-size: 0.8rem;
    color: rgba( 86, 86, 86, 1 );
}
main #frontend_products_show #frontend_products_show_product #frontend_products_show_product_inner #frontend_products_show_product_inner_carousel_detail #frontend_products_show_product_inner_carousel_detail_carousel_detail #frontend_products_show_product_inner_carousel_detail_carousel_detail_description #frontend_products_show_product_inner_carousel_detail_carousel_detail_description_material {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    column-gap: 8px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 0.8rem;
}
main #frontend_products_show #frontend_products_show_product #frontend_products_show_product_inner #frontend_products_show_product_inner_carousel_detail #frontend_products_show_product_inner_carousel_detail_carousel_detail #frontend_products_show_product_inner_carousel_detail_carousel_detail_description #frontend_products_show_product_inner_carousel_detail_carousel_detail_description_material div {
    flex-basis: 25%;
    flex-shrink: 0;
    color: rgba( 118, 118, 119, 1 );
}
main #frontend_products_show #frontend_products_show_product #frontend_products_show_product_inner #frontend_products_show_product_inner_carousel_detail #frontend_products_show_product_inner_carousel_detail_carousel_detail #frontend_products_show_product_inner_carousel_detail_carousel_detail_description #frontend_products_show_product_inner_carousel_detail_carousel_detail_description_material span {
    color: rgba( 86, 86, 86, 1 );
}
main #frontend_products_show #frontend_products_show_product #frontend_products_show_product_inner #frontend_products_show_product_inner_carousel_detail #frontend_products_show_product_inner_carousel_detail_carousel_detail #frontend_products_show_product_inner_carousel_detail_carousel_detail_description #frontend_products_show_product_inner_carousel_detail_carousel_detail_description_description {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    column-gap: 8px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 0.8rem;
}
main #frontend_products_show #frontend_products_show_product #frontend_products_show_product_inner #frontend_products_show_product_inner_carousel_detail #frontend_products_show_product_inner_carousel_detail_carousel_detail #frontend_products_show_product_inner_carousel_detail_carousel_detail_description #frontend_products_show_product_inner_carousel_detail_carousel_detail_description_description div {
    flex-basis: 25%;
    flex-shrink: 0;
    color: rgba( 118, 118, 119, 1 );
}
main #frontend_products_show #frontend_products_show_product #frontend_products_show_product_inner #frontend_products_show_product_inner_carousel_detail #frontend_products_show_product_inner_carousel_detail_carousel_detail #frontend_products_show_product_inner_carousel_detail_carousel_detail_description #frontend_products_show_product_inner_carousel_detail_carousel_detail_description_description span {
    color: rgba( 86, 86, 86, 1 );
}
main #frontend_products_show #frontend_products_show_product #frontend_products_show_product_inner #frontend_products_show_product_inner_carousel_detail #frontend_products_show_product_inner_carousel_detail_carousel_detail #frontend_products_show_product_inner_carousel_detail_carousel_detail_description #frontend_products_show_product_inner_carousel_detail_carousel_detail_description_size {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    column-gap: 8px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 0.8rem;
}
main #frontend_products_show #frontend_products_show_product #frontend_products_show_product_inner #frontend_products_show_product_inner_carousel_detail #frontend_products_show_product_inner_carousel_detail_carousel_detail #frontend_products_show_product_inner_carousel_detail_carousel_detail_description #frontend_products_show_product_inner_carousel_detail_carousel_detail_description_size div {
    flex-basis: 25%;
    flex-shrink: 0;
    color: rgba( 118, 118, 119, 1 );
}
main #frontend_products_show #frontend_products_show_product #frontend_products_show_product_inner #frontend_products_show_product_inner_carousel_detail #frontend_products_show_product_inner_carousel_detail_carousel_detail #frontend_products_show_product_inner_carousel_detail_carousel_detail_description #frontend_products_show_product_inner_carousel_detail_carousel_detail_description_size span {
    color: rgba( 86, 86, 86, 1 );
}
main #frontend_products_show #frontend_products_show_product #frontend_products_show_product_inner #frontend_products_show_product_inner_carousel_detail #frontend_products_show_product_inner_carousel_detail_carousel_detail #frontend_products_show_product_inner_carousel_detail_carousel_detail_contact {
    display: flex;
    align-items: center;
    justify-content: center;
}
main #frontend_products_show #frontend_products_show_product #frontend_products_show_product_inner #frontend_products_show_product_inner_carousel_detail #frontend_products_show_product_inner_carousel_detail_carousel_detail #frontend_products_show_product_inner_carousel_detail_carousel_detail_contact span {
    padding: 12px 20px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 0.8rem;
    background: rgba( 48, 69, 89, 1 );
    color: rgba( 250, 250, 250, 1 );
    border: 1px solid rgba( 250, 250, 250, 1 );
    cursor: pointer;
}

main #frontend_products_show #frontend_products_show_userproducts {
    padding: 48px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
main #frontend_products_show #frontend_products_show_userproducts #frontend_products_show_userproducts_inner {
    width: 100%;
    max-width: 1100px;
}

main #frontend_products_show #frontend_products_show_userreputation {
    padding: 48px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
main #frontend_products_show #frontend_products_show_userreputation #frontend_products_show_userreputation_inner {
    width: 100%;
    max-width: 1100px;
}

main #frontend_products_show .frontend_products_show_separation {
    display: flex;
    align-items: center;
    justify-content: center;    
}
main #frontend_products_show .frontend_products_show_separation .frontend_products_show_separation_inner {
    width: 100%;
    max-width: 1100px;
    height: 1px;
    background-color: rgba( 163, 163, 163, 1 );
}

main #frontend_products_show #frontend_products_show_howto {
    display: flex;
    align-items: center;
    justify-content: center;
}
main #frontend_products_show #frontend_products_show_howto #frontend_products_show_howto_inner {
    width: 100%;
    max-width: 1100px;
    background-color: rgba( 48, 69, 89, 0.5 );
}

main #frontend_products_show #frontend_products_show_start {
    display: flex;
    align-items: center;
    justify-content: center;
}
main #frontend_products_show #frontend_products_show_start #frontend_products_show_start_inner {
    width: 100%;
    max-width: 1100px;
    background-color: rgba( 48, 69, 89, 0.1 );
}
main #frontend_products_show #frontend_products_show_start .frontend_start_component .frontend_start_component_inner .frontend_start_component_inner_subtitle {
    display: none;
}

main #frontend_products_show #frontend_products_show_help {
    background-color: white;
    margin-top: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}
main #frontend_products_show #frontend_products_show_help #frontend_products_show_help_inner {
    max-width: 1100px;
}
main #frontend_products_show #frontend_products_show_help #frontend_products_show_help_inner .frontend_help_component {
    background-color: white;
}
