.ws-elementor-widget-ws-product-page .qerys-content {
    display: flex;
    gap: 50px;
    align-items: flex-start;
}

.ws-product-page--left {
    display: flex;
    flex-direction: column;
    gap: 35px;
    max-width: 300px;
}

.ws-product-page--gallery-image a:not(.ws-product-page--gallery-image--active) {
    display: none;
}

.ws-product-page--gallery {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.ws-product-page--gallery-image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 360px;
    border: 1px solid var(--qerys-quaternary-color);
}

.ws-product-page--gallery-images {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    padding-left: 2px;
}

.ws-product-page--gallery-images--active {
    outline: 2px solid var(--qerys-primary-color) !important;
}

.ws-product-page--gallery-images > span {
    cursor: pointer;
}

.ws-product-page--admin-edit-button {
    margin-bottom: -20px;
}

.ws-product-page--left .qerys-button {
    width: 100%;
}

.ws-product-page--right {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.ws-product-page--attributes {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.ws-product-page--attributes-table {
    padding: 12px 24px;
    background-color: var(--qerys-quaternary-color);
}

.ws-product-page--attributes-table tr th,
.ws-product-page--attributes-table tr td {
    padding: 6px 9px 6px 0;
    text-align: left;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}
.ws-product-page--attributes-table tr:last-child th,
.ws-product-page--attributes-table tr:last-child td {
    border-bottom: none;
}

.ws-product-page--attributes-table tr th {
    font-weight: bold !important;
    min-width: 229px;
}
.ws-product-page--attributes-table tr td {
    width: 100%;
}

/* --- */

.ws-product-page--pdf{
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.ws-product-page--pdf-list{
    list-style: none;
    padding: 0;
    margin:0;
    display: flex;
    align-items: flex-start;
    gap:20px;
    flex-wrap: wrap;
}

/* --- */

.ws-product-page-desc{
    display:flex;
    flex-direction: column;
    gap:15px;
}

@media (max-width: 1000px) {
    .ws-product-page--left {
        max-width: 260px;
    }
}

@media (max-width: 768px) {
    .ws-elementor-widget-ws-product-page .qerys-content {
        flex-direction: column;
    }
    .ws-product-page--left {
        max-width: 100%;
        width: 100%;
    }
    .ws-product-page--right {
        width: 100%;
    }

    .ws-product-page--attributes-table{
        padding:10px;
    }
    .ws-product-page--attributes-table tr th {
        min-width: 0;
    }
}