﻿#cs {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

#op {
    font-size: 16px;
    padding: 2px;
    border: 1px solid var(--lightBlue);
    border-color: var(--blue);
    box-shadow: inset 0 0 10px #ccffff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.kolor {
    padding: 4px;
    border: 1px solid var(--lightBlue);
    border-color: var(--blue);
    box-shadow: inset 0 0 4px #ccffff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}


#hbrand {
    float: left;
    width: auto;
    padding: 5px;
    vertical-align: middle;
}


.hproduct {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.productMain {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 32px;
}

.productBrand__title h1 {
    font-size: 24px;
    color: var(--dark);
    font-family: 'Lato', sans-serif;
    text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3);
    font-weight: bold;
    vertical-align: middle;
}

.productMain__info {
    gap: 12px;
}

.productMain__img {
    grid-column: span 5;
}

    .productMain__img img {
        aspect-ratio: 1 / 1;
    }

.productMain__image {
    width: 400px;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    aspect-ratio: 1 / 1;
    border: 1px solid var(--lightBlue);
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
}

.productMain__info {
    grid-column: span 7;
}

.productMain__infoItem {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

    .productMain__infoItem .productDetail {
        font-weight: bolder;
        color: var(--dark);
    }

.productInfo {
    text-align: right;
    padding-right: 4px;
}

.infoTable {
    width: 100%;
    border: 1px solid;
    border-color: var(--blue);
    border-collapse: separate;
    border-spacing: 1px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

    .infoTable td {
        border: 1px transparent;
        padding: 6px 6px;
        font-weight: 600;
        font-size: 14px;
    }


    .infoTable tr:last-child {
        border-radius: 0 10px 0 0;
    }

    .infoTable tr:first-child {
        background-color: var(--blue);
        color: var(--white);
        text-align: center;
        border-radius: 10px 0 0 0;
    }

    .infoTable tbody tr:first-child td:first-child {
        border-radius: 8px 0 0 0;
    }

    .infoTable tr {
        background-color: var(--lightBlue);
    }

@media screen and (max-width: 768px) {
    .mobileTable {
        font-family: 'Arial Narrow', Arial, sans-serifPT;
    }
}

.infoTable tr:nth-child(even) {
    background-color: var(--white);
}

.infoTable tr td:first-child {
    min-width: 120px;
    border-radius: 6px 0 0 6px;
    -webkit-border-radius: 6px 0 0 6px;
    -moz-border-radius: 6px 0 0 6px;
    -ms-border-radius: 6px 0 0 6px;
    -o-border-radius: 6px 0 0 6px;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .infoTable tr td:first-child {
        min-width: auto;
        border-radius: 6px 0 0 6px;
        -webkit-border-radius: 6px 0 0 6px;
        -moz-border-radius: 6px 0 0 6px;
        -ms-border-radius: 6px 0 0 6px;
        -o-border-radius: 6px 0 0 6px;
        text-align: center;
    }
}

.infoTable tr td:last-child {
    border-radius: 0 6px 6px 0;
}


.productDescription__header {
    font-size: 18px;
    padding-left: clamp(12px, 1.2vw, 26px);
    padding-right: clamp(12px, 1.2vw, 26px);
    padding-top: 10px;
    padding-bottom: 10px;
    background: var(--lightBlue);
    border: 1px solid var(--blue);
    border-radius: 10px;
    color: var(--blue);
    font-weight: bold;
}

    .productDescription__header h5 {
        margin: 0;
    }

.productDescription__text {
    padding: clamp(12px, 1.2vw, 26px);
}

.popwyp .productDescription__header {
    margin-bottom: 8px;
}

.optionalEquipment {
    margin-top: 16px;
}


.linimgh {
    padding: 10px 3px 12px 3px;
    text-align: center;
    border-radius: 4px;
    margin-right: 3px;
    background-color: var(--lightBlue);
}

    .linimgh a img {
        padding: 10px 0px 12px 0px;
    }

    .linimgh a {
        text-decoration: none;
        color: #000080;
        font-size: 12px;
        vertical-align: bottom;
        font-family: Arial,sans-serif;
        font-size: 13px;
        font-weight: bold;
        cursor: pointer;
    }

        .linimgh:hover, .linimgh a:hover {
            text-decoration: none;
            color: #FFFFFF;
            background-color: #0066CC;
            font-weight: bold;
        }

.product__additionalInfo {
    background: var(--lightBlue);
    padding: 8px 16px;
}

.LblPriceValuePromo {
    text-decoration: line-through;
    opacity: 0.6;
}

@media screen and (max-width: 769px) {
    .productMain__img {
        grid-column: span 12;
    }

        .productMain__img img {
            aspect-ratio: 1 / 1;
        }

    .productMain__info {
        grid-column: span 12;
    }
}

.categoryAccordion {
    display: flex;
    justify-content: space-between;
}

    .categoryAccordion h5 {
        margin: 0;
        font-size: inherit;
    }

.categoryAccordion--content {
    border-top: 1px dashed var(--darkBlue);
    margin-top: 8px;
    padding-top: 8px;
}

.productColors {
    display: flex;
    gap: 12px;
}







.Ralcolor {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
    font-family: Martel;
    padding-bottom: 5px;
}

.RalcolorCircle {
    width: 42px;
    aspect-ratio: 1;
    border-radius: 50%;
}

.Ralcolor span {
    font-size: 12px;
    font-weight: 700;
}

.Ralcolor p {
    font-size: 12px;
    font-weight: 700;
    margin: 0px;
}

.prodNav {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    align-items: center;
    justify-content: center;
    margin-top: 12px;
}

    .prodNav a {
        background: var(--lightBlue);
        padding: 4px 12px;
        border-radius: 8px;
        text-decoration: none;
    }

.prodNavOpis {
    display: grid;
    grid-template-columns: 1fr;
    font-size: 12px;
    font-style: italic;
    text-align: center;
    margin-top: 12px;
}

#navp {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

#navn {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
/* Link do grupy tego towaru */
.GT {
    border-width: 2px;
    padding: 0px;
    margin: 0px;
    width: max-content;
    clear: both;
    height: 100%;
    display: table-row;
    float: right;
}

.GTl {
    width: 27px;
    float: left;
    display: table-cell;
    height: 18px;
}

.GTr {
    border-width: 0px;
    margin: 2px;
    width: 100%;
    float: right;
    display: table-cell;
    background-color: var(--veryLightBlue);
    padding: 3px 6px;
    border: 1px solid #188BF0;
    color: var(--blue);
    font-weight: 500;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
    .GTr:hover {
        background-color: var(--blue);
        color: var(--veryLightBlue);
        text-decoration: none;
    }

.GTrs {
    border-width: 0px;
    margin: 2px;
    width: 100%;
    float: right;
    display: table-cell;
    background-color: var(--lightGreen);
    padding: 3px 6px;
    border: 1px solid #8AC007;
    color: var(--darkGreen);
    font-weight: 500;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
    .GTrs:hover {
        background-color: var(--darkGreen);
        color: var(--lightGreen);
        text-decoration: none;
    }
