@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.bundle.scp.css';
@import '_content/WebComponents/WebComponents.zvsawops5t.bundle.scp.css';

/* _content/Entac/Components/CategoryCards/MainCategoryCard.razor.rz.scp.css */
.main-card-container[b-6cnbzfn5o9] {
    position: relative;
    display: flex;
    flex-direction: row;
    height: 100%;
    width: 100%;
    background-color: #fff;
    cursor: pointer;
}

.bg-img[b-6cnbzfn5o9] {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit:contain;
}

.card-content[b-6cnbzfn5o9] {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: end;
    z-index: 1;
    margin-inline: auto;
}

.group-description[b-6cnbzfn5o9] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    width: 50%;
}

.desc-topside[b-6cnbzfn5o9] {
    display: flex;
    flex-direction: column;
}

.desc-title[b-6cnbzfn5o9] {
    font-weight: bold;
    font-size: 28px;
}

.desc-text[b-6cnbzfn5o9] {
    font-size: 16px;
}

.desc-bottomside[b-6cnbzfn5o9] {
    display: flex;
    flex-direction: row;
    justify-content: start;
    gap: 30px;
}

.detailes-button[b-6cnbzfn5o9] {
    background: #000;
}
.desc-bottomside span[b-6cnbzfn5o9] {
    width: fit-content;
    color: #fff;
    padding: 5px 20px;
    border-radius: 20px;
    cursor: pointer;
}
/* typical phone screen resolution */
@media only screen and (max-width : 667px) {
  
    .bg-img[b-6cnbzfn5o9] {
        width:unset;
        height:90%;
        bottom:0;
    }
    .desc-title[b-6cnbzfn5o9] {
        font-size:18px;
    }

    .desc-text[b-6cnbzfn5o9] {
        font-size: 10px;
    }
    .desc-bottomside span[b-6cnbzfn5o9] {
        font-size:12px;
        padding:3px 9px;
    }
}
/* _content/Entac/Components/CategoryCards/SubCategoryCard.razor.rz.scp.css */
.sub-card-container[b-ccsho8zhq5] {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content:center;
    height:465px;
    width: 100%;
    transition: all 200ms ease-in;
    background-color: #fff;
    border-bottom:30px solid black;
    overflow:hidden;
    transition:all 300ms ease-in;
}

.opened[b-ccsho8zhq5] {
    height:810px;
}

.reversed[b-ccsho8zhq5] {
    flex-direction: row-reverse;
    
}
    .reversed .content-with-slider .card-content[b-ccsho8zhq5] {
        align-self:start;
    }
    .reversed .bg-img[b-ccsho8zhq5],.reversed .group-img[b-ccsho8zhq5] {
        transform: scaleX(-1);
    }
    .reversed .card-content[b-ccsho8zhq5] {
        flex-direction: row-reverse;
    }
.bg-img[b-ccsho8zhq5] {
    position: absolute;
    height:810px;
}

.content-with-slider[b-ccsho8zhq5] {
    display:flex;
    flex-direction:column;
    height:100%;
}

.card-content[b-ccsho8zhq5] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-self:end;
    z-index: 1;
    height:450px;
}

.group-img-container[b-ccsho8zhq5] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 40%;
}

.group-img[b-ccsho8zhq5] {
    height: 100%;
    aspect-ratio: 1;
    mix-blend-mode: multiply;
}

.group-description[b-ccsho8zhq5] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    height:440px;
}

.desc-topside[b-ccsho8zhq5] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.desc-title[b-ccsho8zhq5] {
    font-weight: bold;
    font-size: 28px;
}

.desc-text[b-ccsho8zhq5] {
    font-size: 19px;
}

.desc-bottomside[b-ccsho8zhq5] {
    display: flex;
    flex-direction: row;
    justify-content: start;
    gap: 30px;
}

.detailes-button[b-ccsho8zhq5] {
    background: #000;
}

.desc-bottomside span[b-ccsho8zhq5] {
    width: fit-content;
    color: #fff;
    padding-block: 5px;
    padding-inline: 20px;
    border-radius: 20px;
    cursor: pointer;
}

.products-slider-container[b-ccsho8zhq5] {
    height:350px;
}

/* typical phone screen resolution */
@media only screen and (max-width : 667px) {
    .sub-card-container[b-ccsho8zhq5] {
        height:155px;
        border-bottom-width:15px;
    }
    .content-with-slider[b-ccsho8zhq5] {
        width:100%;
    }
    .card-content[b-ccsho8zhq5], .group-description[b-ccsho8zhq5] {
        height:unset;
    }

    .card-content[b-ccsho8zhq5] {
        width: 50%;
        min-height: 130px;
    }

    .group-description[b-ccsho8zhq5] {
        gap:10px;
        padding-top:10px;
        padding-right:10px;
    }

    .reversed .group-description[b-ccsho8zhq5] {
        padding-right:0px;
        padding-left:10px;
    }

    .bg-img[b-ccsho8zhq5] {
        height: 230px;
    }
    .desc-bottomside[b-ccsho8zhq5] {
        user-select:none;
        gap:10px;
    }
        .desc-bottomside span[b-ccsho8zhq5] {
            padding: 3px 9px;
            font-size: 12px;
            white-space:nowrap;
        }
    .detailes-button[b-ccsho8zhq5] {
        display:none;
    }

    .products-slider-container[b-ccsho8zhq5] {
        display:none;
    }
    .desc-title[b-ccsho8zhq5] {
        font-size: 18px;
    }
    .desc-text[b-ccsho8zhq5] {
        font-size:12px;
    }
}
/* _content/Entac/Components/CategorySelector/CategorySelector.razor.rz.scp.css */
[b-3av98u7pz2] .details-content {
    width: 100%;
}

[b-3av98u7pz2] .rz-tree {
    width: 100%;
}

[b-3av98u7pz2] .rz-tree-toggler {
    order: 2;
    position: relative;
    position: absolute;
    display: flex;
    right: 0%;
    width: 100%;
    height: 100%;
    justify-content: end;
    align-items: center;
    padding-right: 10px;
    transition:all 100ms linear;
}

[b-3av98u7pz2] .rz-tree-container > .rz-treenode {
    margin-bottom: 10px;
    background: #E6E7E9;
}

[b-3av98u7pz2] .rz-treenode {
    background: #efefef;
    padding: 0;
    color: #000;
}

[b-3av98u7pz2] .rz-treenode-content {
    padding: 6px;
    position: relative;
    transition:all 100ms linear;
}

    [b-3av98u7pz2] .rz-treenode-content:hover {
        background: #e30613;
    }

[b-3av98u7pz2] .rz-treenode-content-selected {
    background: #e30613;
}

[b-3av98u7pz2] .rz-treenode-label {
    background-color:transparent;
    transition: all 100ms linear;
}
[b-3av98u7pz2] .rz-treenode-content:hover .rz-tree-toggler {
    color: #fff;
}

[b-3av98u7pz2] .rz-tree-toggler.rzi-caret-down:before {
    transform: rotate(180deg);
    transition: all 200ms ease;
}
[b-3av98u7pz2] .rz-tree-toggler.rzi-caret-right:before {
    transform: rotate(90deg);
    transition:all 200ms ease;
}

[b-3av98u7pz2] .rz-treenode-content:hover .rz-treenode-label {
    background-color: transparent;
    color: #fff;
}

    [b-3av98u7pz2] .rz-treenode-content-selected .rz-treenode-label {
        color: #fff;
        font-weight:bold;
    }
/* _content/Entac/Components/ColorTemperatureVisual/ColorTemperatureVisual.razor.rz.scp.css */

.color-temp-vis-holder[b-zxh9fqb5lt] {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    position:relative;
    user-select:none;
}

.bg[b-zxh9fqb5lt] {
    position: absolute;
    width: 100%;
    height: 50%;
    background: #000;
    z-index: 0;
    transform: translateY(-53px);
}

.title-section[b-zxh9fqb5lt] {
    display:flex;
    flex-direction:column;
    gap:10px;
    align-items:center;
}

    .title-section .title[b-zxh9fqb5lt] {
        font-weight:bold;
        font-size:28px;
    }

.line[b-zxh9fqb5lt] {
    width: 150px;
    height: 5px;
    border-radius: 50px;
    background: #fecd67;
}

.color-temp-main[b-zxh9fqb5lt] {
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:50px;
}

.places[b-zxh9fqb5lt] {
    display: flex;
    flex-direction: row;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    text-decoration: none;
    position: relative;
    z-index: 2;
    width:fit-content;
}

.place-button[b-zxh9fqb5lt] {
    display:flex;
    align-items:center;
    border: none;
    background: #fff;
    height: 50px;
    font-size: 20px;
    padding-inline: 35px;
    transition: all 200ms linear;
    cursor:pointer;
    transition:all 200ms linear;
}

    .place-button:hover[b-zxh9fqb5lt] {
        background: #fdcf60;
    }

.compare[b-zxh9fqb5lt] {
    display:flex;
    flex-direction:row;
    gap:50px;
    align-items:center;
    justify-content:center;
    z-index:1;
}

.sat-img[b-zxh9fqb5lt] {
    border-radius:20px;
    overflow:hidden;
    box-shadow: 0px 0px 23px 2px rgba(0,0,0,0.4);
}

.saturation-image img[b-zxh9fqb5lt] {
    width:600px;
}

.saturation-scale-row[b-zxh9fqb5lt] {
    background:#fff;
    display:flex;
    justify-content:space-around;
}

.saturation-scale-item[b-zxh9fqb5lt] {
    width:100%;
    cursor:pointer;
    text-align:center;
    padding-block:10px;
    font-size:18px;
    white-space:nowrap;
}

.active[b-zxh9fqb5lt] {
    font-weight:bold;
}

.saturation-scale-item.active[b-zxh9fqb5lt] {
    position: relative;
}

    .saturation-scale-item.active[b-zxh9fqb5lt]::after {
        content: "";
        position: absolute;
        top: -15px;
        left: 50%;
        transform: translateX(-50%) translateY(20%) rotate(180deg);
        width: 0;
        height: 0;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        border-top: 15px solid #fff;
    }

/* typical phone screen resolution */
@media only screen and (max-width : 667px) {
    .title-section .title[b-zxh9fqb5lt] {
        font-size: 22px;
    }
    .places[b-zxh9fqb5lt] {
        transform:translateY(5px);
    }
    .place-button[b-zxh9fqb5lt] {
        height:40px;
        padding-inline:25px;
    }
    .compare[b-zxh9fqb5lt] {
        flex-direction:column;
        width:90%;
        gap:30px;
    }
    .bg[b-zxh9fqb5lt] {
        height:30%;
        transform: translateY(-160px);
    }
    .saturation-image img[b-zxh9fqb5lt] {

        width:100%;
    }
    .saturation-scale-item[b-zxh9fqb5lt] {
        font-size:14px;
    }
}
/* _content/Entac/Components/ConsumptionDifferenceCalculator/ConsumptionDifferenceCalculator.razor.rz.scp.css */
.calc-holder[b-rv7m3fevnp] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 50px;
    width: 100%;
}

.calc-title[b-rv7m3fevnp] {
    display: inherit;
    flex-direction: inherit;
    align-items: inherit;
    font-weight: bold;
    font-size: 28px;
    gap: 10px;
}

.line[b-rv7m3fevnp] {
    width: 150px;
    height: 5px;
    border-radius: 50px;
    background: #fecd67;
}

.calculator-main[b-rv7m3fevnp] {
    display: flex;
    flex-direction: row;
    width: 65%;
    justify-content: space-between;
}

.left-side[b-rv7m3fevnp] {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.product-name[b-rv7m3fevnp] {
    font-weight: bold;
    font-size: 20px;
}

.consumption[b-rv7m3fevnp] {
    display: flex;
    flex-direction: row;
    gap: 5px;
}

    .consumption img[b-rv7m3fevnp] {
        width: 55px;
    }

.consumption-right-side[b-rv7m3fevnp] {
    display: flex;
    flex-direction: column;
}

.consumption-text[b-rv7m3fevnp] {
    font-size: 18px;
}

.consumption-val[b-rv7m3fevnp] {
    font-weight: bold;
    font-size: 45px;
}

.input-fields[b-rv7m3fevnp] {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.data-input-group[b-rv7m3fevnp] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.input-fields .title[b-rv7m3fevnp] {
    font-weight: bold;
    font-size: 20px;
}

.input-row[b-rv7m3fevnp] {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    font-size: 18px;
    align-items: center;
}

    .input-row span[b-rv7m3fevnp] {
        white-space: nowrap;
    }

    .input-row div[b-rv7m3fevnp] {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
    }

        .input-row div span[b-rv7m3fevnp] {
            margin-left: 10px;
        }

[b-rv7m3fevnp] .rz-numeric {
    border-radius: 10px;
    border: 3px solid #dedede;
    width: 100px;
}

    [b-rv7m3fevnp] .rz-numeric:hover, [b-rv7m3fevnp] .rz-numeric:focus-within, [b-rv7m3fevnp] .rz-numeric:focus {
        outline: none;
        border: 3px solid #dedede !important;
        box-shadow: none;
    }


.right-side[b-rv7m3fevnp] {
    display: flex;
    flex-direction: column;
    padding: 30px;
    background: #fff;
    border-radius: 35px;
    box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.2);
    width: 50%;
}

    .right-side > *:not(:nth-last-child(-n+2))[b-rv7m3fevnp] {
        border-bottom: 1px solid black;
    }

.data-row[b-rv7m3fevnp] {
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    font-size:22px;
    padding-block:15px;
}
.difference[b-rv7m3fevnp] {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-size: 22px;
    background: #fecd67;
    font-weight: bold;
    padding: 10px 15px;
    border-radius: 10px;
    text-transform: uppercase;
    color: #fff;
}

    .difference .data-text[b-rv7m3fevnp] {
        width: 100%;
        font-size: 22px;
    }

.data-text[b-rv7m3fevnp] {
    width: 70%;
}

.data-number[b-rv7m3fevnp] {
    font-weight: bold;
    white-space: nowrap;
}

/* typical phone screen resolution */
@media only screen and (max-width : 667px) {
    .calculator-main[b-rv7m3fevnp] {
        flex-direction: column;
        width: 90%;
        gap: 40px;
    }

    .calc-holder[b-rv7m3fevnp] {
        gap: 20px;
    }

    .calc-title[b-rv7m3fevnp] {
        font-size: 22px;
    }

    .left-side[b-rv7m3fevnp] {
        gap: 10px;
    }

    .right-side[b-rv7m3fevnp] {
        padding: 10px 20px;
        border-radius: 20px;
        width: 100%;
    }

    .product-name[b-rv7m3fevnp] {
        font-size: 16px;
    }

    .consumption-val[b-rv7m3fevnp] {
        font-size: 35px;
    }

    .data-row[b-rv7m3fevnp] {
        padding-block:10px;
        flex-wrap:nowrap;
    }

    .data-text[b-rv7m3fevnp], .data-number[b-rv7m3fevnp] {
        font-size: 14px;
    }
    .difference .data-text[b-rv7m3fevnp], .data-number[b-rv7m3fevnp] {
        font-size:14px;
    }
}
/* _content/Entac/Components/EntacBreadCrumb/EntacBreadCrumb.razor.rz.scp.css */
.entac-main-bread-crumb[b-m0ymfg033g] {
    display: flex;
    background: #000000;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 200px;
    color: #fff;
    position: relative;
    z-index: 1;
    transform: translateY(-45px);
}

.sub[b-m0ymfg033g] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 70%;
}


.bc-title-link[b-m0ymfg033g] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    gap: 10px;
}

.links[b-m0ymfg033g] {
    font-size: 19px;
    letter-spacing: 2px;
    font-weight: lighter;
}


.title[b-m0ymfg033g] {
    font-weight: bold;
    font-size: 40px;
}

.group-img[b-m0ymfg033g] {
    width: 100px;
    aspect-ratio: 1;
}

[b-m0ymfg033g] .rz-breadcrumb-item + .rz-breadcrumb-item::before {
    content: "/";
    color: #fff;
}

[b-m0ymfg033g] .rz-m-12 {
    margin: 0 !important;
}

[b-m0ymfg033g] .rz-link {
    color: #fff;
    text-transform: capitalize;
    transition: all 200ms ease-in;
}

[b-m0ymfg033g] .rz-link-text {
    transition: all 100ms linear;
}

[b-m0ymfg033g] .rz-link:hover .rz-link-text {
    text-decoration: none;
    color: #e30613;
}

.product-list-breadcrumbs[b-m0ymfg033g] {
    width: 70%;
    color: #000;
    margin: auto;
    position: relative;
    z-index: 0;
}

    .product-list-breadcrumbs[b-m0ymfg033g]  .rz-link {
        color: #000;
    }

    .product-list-breadcrumbs[b-m0ymfg033g]  .rz-breadcrumb .rz-breadcrumb-item:last-child a {
        color: #EC1C24;
    }

    .product-list-breadcrumbs[b-m0ymfg033g]  .rz-breadcrumb-item + .rz-breadcrumb-item::before {
        content: "/";
        color: #000;
    }

[b-m0ymfg033g] .rz-breadcrumb {
    flex-wrap: wrap !important;
}

.desktop[b-m0ymfg033g] {
    display: block;
    z-index: 1;
    position: relative;
}
.mobile[b-m0ymfg033g] {
    display:none;
}
/* typical phone screen resolution */
@media only screen and (max-width : 667px) {
    .entac-main-bread-crumb[b-m0ymfg033g] {
        transform: translateY(0);
    }
    .product-list-breadcrumbs[b-m0ymfg033g] {
        margin-top: 30px;
        margin-bottom: 20px;
        width: 90%;
    }
    .sub[b-m0ymfg033g] {
        width: 90%;
    }
    .title[b-m0ymfg033g] {
        font-size:24px;
    }
    .links[b-m0ymfg033g] {
        font-size:14px;
    }
    .desktop[b-m0ymfg033g] {
        display: none;
    }

    .mobile[b-m0ymfg033g] {
        display: block;
    }
}
/* _content/Entac/Components/EntacNavBar/EntacNavBar.razor.rz.scp.css */
.main-navbar[b-cm4cjro6dn] {
    display: flex;
    flex-direction: column;
    justify-content:space-between;
    align-items:center;
    width: 100%;
    height:100px;
    background: #000000;
    padding-block:20px;
    position:relative;

}

.top-side[b-cm4cjro6dn] {
    display: flex;
    flex-direction: row;
    align-items:center;
    justify-content:center;
    position:relative;
    width:60%;
}

.brand-logo[b-cm4cjro6dn] {
    width:180px;
}

.lang-selector[b-cm4cjro6dn] {
    position:absolute;
    display:inline-block;
    right:0;
}

.dropdowner[b-cm4cjro6dn] {
    cursor: pointer;
    font-size: 16px;
    color: #fff;
}

    .dropdowner[b-cm4cjro6dn]  img {
        transform:rotateZ(-90deg) translateX(10%);
    }

.lang-selector:hover .options[b-cm4cjro6dn] {
    visibility:visible;
    opacity:1;
}

.options[b-cm4cjro6dn] {
    opacity:0;
    visibility:hidden;
    position: absolute;
    background-color: #f1f1f1;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1000;
    transform:translateX(-25%);
    transition:all 100ms ease-in;
}

    .options span[b-cm4cjro6dn] {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        cursor:pointer;
        transition:all 200ms ease-in;
    }
        .options span:hover[b-cm4cjro6dn] {
            background-color: #eb1c24;
            color:#fff;
        }


.links[b-cm4cjro6dn] {
    display: flex;
    flex-direction: row;
    justify-content: stretch;
    justify-self: end;
    align-items: center;
    width:45%;
    transform: translateY(-18px);
    box-shadow: 0px 0px 25px -7px rgba(0, 0, 0, 0.75);
    position: sticky;
    top: 18px;
    z-index: 500;
    justify-self: center;
}

    .links span[b-cm4cjro6dn],.nav span[b-cm4cjro6dn] {
        color:#000000;
        background:#fff;
        width:100%;
        padding:5px;
        text-align:center;
        text-transform:uppercase;
        cursor:pointer;
        transition:all 200ms ease-in;
        white-space:nowrap;
    }

    .links span:hover[b-cm4cjro6dn] {
        color: #fff;
        background: #eb1c24;
    }

.active[b-cm4cjro6dn] {
    font-weight:bold;
    color: #fff !important;
    background: #eb1c24 !important;
}
.links-mobile[b-cm4cjro6dn] {
    display:none;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    position:absolute;
    z-index:10;
    transform:translateY(-20px);
}
.toggler[b-cm4cjro6dn] {
    display: flex;
    justify-content: center;
    height: 40px;
    width: 70%;
    box-shadow: 0px 2px 1rem 0px rgba(0, 0, 0, 0.3);
    background: #fff;
}
.nav[b-cm4cjro6dn] {
    height: 0px;
    overflow: hidden;
    transition: height 300ms ease-in-out;
    width:70%;
}
    .nav span[b-cm4cjro6dn] {
        text-align:start;
    }
/* typical phone screen resolution */
@media only screen and (max-width : 667px) {
    .top-side[b-cm4cjro6dn] {
        width:90%;
    }
    .links[b-cm4cjro6dn] {
        display:none;
    }
    .links-mobile[b-cm4cjro6dn] {
        display:flex;
    }
    .active[b-cm4cjro6dn] {
        font-weight:lighter;
        color: #ff0000 !important;
        background:#fff !important;
    }
}
/* _content/Entac/Components/Footer/Footer.razor.rz.scp.css */
.footermain[b-mq56bnbrrj]{
    width:100%;
    background:#000;
    display:flex;
    flex-direction:column;
    align-items:center;
    position:relative;
    color:#fff;
    font-weight:lighter;
    padding-top:80px;
    gap:40px;
}
.logo[b-mq56bnbrrj] {
    width:170px;
}
.topside[b-mq56bnbrrj] {
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    justify-content:space-between;
    width:60%;
}
.footer-logo[b-mq56bnbrrj] {
    display:flex;
    align-items:center;
}
.footer-col[b-mq56bnbrrj] {
    display:flex;
    flex-direction:column;
    gap:5px;
}
.footer-col-title[b-mq56bnbrrj] {
    font-weight: bold;
}
.footer-link[b-mq56bnbrrj] {
    cursor:pointer;
    position:relative;
    width:fit-content;
}

    .footer-link:hover.footer-link[b-mq56bnbrrj]:before {
        width:105%;
    }

    .footer-link[b-mq56bnbrrj]:before {
        content:"";
        height:3px;
        width:0%;
        background:red;
        position:absolute;
        bottom:0;
        transition:all 200ms ease-out;
    }

.bottom-side[b-mq56bnbrrj] {
    display:flex;
    flex-direction:column;
    align-items:center;
    border-top:1px solid #fff;
    width:60%;
    padding-block:20px;
}

.bg-img[b-mq56bnbrrj] {
    position:absolute;
    right:0;
    top:-20px;
}

/* typical phone screen resolution */
@media only screen and (max-width : 667px) {
    
    .topside[b-mq56bnbrrj] {
        flex-direction:column;
        gap:40px;
    }

    .bg-img[b-mq56bnbrrj] {
        bottom:0 !important;
        top:unset;
        transform:scale(0.7) translateX(22%) translateY(22%);
    }
}
/* _content/Entac/Components/MainCatergoryPage/MainCatergoryPage.razor.rz.scp.css */
.category-page-cont[b-1ysx30tibq] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 50px;
    width: 100%;
    margin-block: 50px;
}

.page-top-side[b-1ysx30tibq] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.page-title[b-1ysx30tibq] {
    font-weight: bold;
    text-align: center;
    font-size: 32px;
}

.page-title-text[b-1ysx30tibq] {
    font-size: 19px;
    text-align: center;
}

.main-category-cards-container[b-1ysx30tibq] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 70%;
    gap: 1px;
    background: grey;
    animation: fadeInUp-b-1ysx30tibq 1000ms ;
}

@keyframes fadeInUp-b-1ysx30tibq {
    from {
        transform: translate3d(0,40px,0);
        opacity: 0;
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1;
    }
}



.card-holder[b-1ysx30tibq] {
    height: 200px;
    overflow: hidden;
    transition: all 200ms ease-in;
}

    .card-holder:hover[b-1ysx30tibq] {
        transform: scale(1.02);
        box-shadow: 0px 0px 25px -7px rgba(0, 0, 0, 0.75);
        z-index: 999;
        border: none !important;
    }
/* typical phone screen resolution */
@media only screen and (max-width : 667px) {

    .page-title[b-1ysx30tibq] {
        font-size: 18px;
    }

    .page-title-text[b-1ysx30tibq] {
        font-size: 12px;
    }

    .main-category-cards-container[b-1ysx30tibq] {
        display: flex;
        flex-direction: column;
        gap: 20px;
        background-color: transparent;
        width: 90%;
    }

    .category-page-cont[b-1ysx30tibq] {
        margin-top: 0px;
        gap: 20px;
    }

    .card-holder[b-1ysx30tibq] {
        border: 1px solid #ececec;
        height: 140px;
    }

        .card-holder:hover[b-1ysx30tibq] {
            transform: scale(1);
            box-shadow: unset;
        }
}
/* _content/Entac/Components/ProductInfo/ProductInfo.razor.rz.scp.css */
.tabs-container[b-n2x6uokdml] {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.tabs[b-n2x6uokdml] {
    display: flex;
    flex-direction: row;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    text-decoration: none;
    position:relative;
    z-index:2;
}

.tabs-mobile[b-n2x6uokdml] {
    display:none;
}
.tab-button[b-n2x6uokdml] {
    border: none;
    background: #fff;
    height: 50px;
    font-size: 20px;
    padding-inline: 35px;
    transition:all 200ms linear;
    color:#000;
}

    .tab-button:hover[b-n2x6uokdml] {
        color:#fff;
       text-shadow: 1px 0 0 currentColor;
    }

.active[b-n2x6uokdml] {
    background: #fdcf60;
    text-shadow: 1px 0 0 currentColor;
    color:#fff;
}

.tab-content[b-n2x6uokdml] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    background-color: #dfdfde;
    padding-top:30px;
    transform:translateY(-25px);
}

.details-row[b-n2x6uokdml] {
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    align-items:center;
    font-size:18px;
    padding-block:20px;
    border-bottom:2px solid black;
    width:40%;
}

.line[b-n2x6uokdml] {
    background: #030204;
    height: 2px;
    width: 100%;
    border-radius: 5px;
}

.tab-content > div:last-child[b-n2x6uokdml] {
    border:none;
}

.properties[b-n2x6uokdml], .plink[b-n2x6uokdml] {
    text-align:right;
}

/* typical phone screen resolution */
@media only screen and (max-width : 667px) {
    .tabs[b-n2x6uokdml] {
        display:none;
    }
    .tabs-mobile[b-n2x6uokdml] {
        display:flex;
        flex-direction:column;
        z-index:10;
        width:90%;
        position:absolute;
        transform:translateY(-50px);
    }
    .tab-list-mobile[b-n2x6uokdml] {
        display:flex;
        flex-direction:column;
    }
    .details-row[b-n2x6uokdml] {
        width: 90%;
        padding-block:10px;
        font-size:14px;
    }

    .selected-data[b-n2x6uokdml]{
        width:100%;
        display:flex;
        align-items:center;
        justify-content:center;
        padding-block:8px;
        color:#fff;
        font-size:20px;
    }
    .end-chev[b-n2x6uokdml] {
        position:absolute;
        right:20px;
    }
}
/* _content/Entac/Components/SubCategoryPages/SubCategoryPages.razor.rz.scp.css */
.sub-categories[b-exsa7hegc0] {
    display: flex;
    flex-direction: column;
}

.group-name[b-exsa7hegc0] {
    font-weight: bold;
    font-size: 42px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 50px;
}
/* _content/Entac/Pages/Index.razor.rz.scp.css */
/* _content/Entac/Pages/ProductListPage/ProductListPage.razor.rz.scp.css */
.product-list-main[b-756b5sdc88] {
    display: flex;
    flex-direction: column;
    padding-bottom: 30px;
    justify-content: center;
    align-items: center;
    width: 70%;
    margin: auto;
}

.list-bg[b-756b5sdc88] {
    position: absolute;
    top: 100px;
    left: 0;
    width: 400px;
    z-index: 0;
    user-select: none;
    pointer-events:none;
}

.list-page-bc[b-756b5sdc88] {
    align-self: start;
}

.list-page-title-container[b-756b5sdc88] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-block: 40px;
}

.main-category-text[b-756b5sdc88] {
    color: #666666;
    font-weight: bold;
    font-size: 20pt;
}

.sub-category-text[b-756b5sdc88] {
    color: #000;
    font-weight: bold;
    font-size: 50px;
    line-height: 1;
}

.list-page-main-section[b-756b5sdc88] {
    display: flex;
    flex-direction: row;
    gap: 20px;
    width: 100%;
}

.left-side[b-756b5sdc88] {
    display: flex;
    flex-direction: column;
    width: 20%;
    gap: 10px;
}

.back-arrow[b-756b5sdc88], .filter-toggler[b-756b5sdc88] {
    display: none;
}
.search-field[b-756b5sdc88] {
    display: flex;
    flex-direction: row;
    position: relative;
    width: 100%;
}

[b-756b5sdc88] .search-field img {
    position: absolute;
    right: 4%;
    top: 23%;
}

.search-field input[b-756b5sdc88] {
    width: 100%;
    height: 45px;
    border: none;
    background: #e6e6e6;
    padding: 15px;
}

    .search-field input:focus-visible[b-756b5sdc88], .search-field input:focus[b-756b5sdc88] {
        border: none;
        outline: none;
    }

.filtered-products-list[b-756b5sdc88] {
    display: none;
    flex-direction: column;
    width: 600px;
    height: fit-content;
    max-height: 400px;
    position: absolute;
    z-index: 3;
    background: #fff;
    overflow-y: auto;
    transform: translateY(10px);
    box-shadow: 0px 0px 30px 10px rgba(71, 71, 71, 0.3);
    scrollbar-width: thin;
    scrollbar-color: #888 #eee;
}

    .filtered-products-list[b-756b5sdc88]::-webkit-scrollbar {
        width: 8px;
    }

    .filtered-products-list[b-756b5sdc88]::-webkit-scrollbar-track {
        background: #eee;
    }

    .filtered-products-list[b-756b5sdc88]::-webkit-scrollbar-thumb {
        background: #888;
    }

        .filtered-products-list[b-756b5sdc88]::-webkit-scrollbar-thumb:hover {
            background: #555;
        }

    .filtered-products-list[b-756b5sdc88]::-webkit-scrollbar-button {
        display: none;
    }
.product-search:focus-within .filtered-products-list[b-756b5sdc88] {
    display: flex !important;
}

.search-list-item[b-756b5sdc88] {
    text-decoration: none;
    color: #000;
    padding: 10px;
    transition: all 200ms linear;
}

    .search-list-item:hover[b-756b5sdc88] {
        background: #eb1c24;
        color: #fff;
        font-weight: bold;
        user-select: none;
    }

.group-selector[b-756b5sdc88] {
}

.products[b-756b5sdc88] {
    width: 80%;
}
/* typical phone screen resolution */
@media only screen and (max-width : 667px) {
    .product-list-main[b-756b5sdc88] {
        width: 100%;
    }
    .list-bg[b-756b5sdc88] {
        display:none;
    }
    .left-side[b-756b5sdc88] {
        width: 100%;
    }

    .list-page-main-section[b-756b5sdc88] {
        flex-direction: column;
        gap:0px;
    }
    .list-page-title-container[b-756b5sdc88] {
        margin-block:20px;
    }
    .main-category-text[b-756b5sdc88] {
        font-size: 18px;
        user-select: none;
    }
    .sub-category-text[b-756b5sdc88] {
        font-size: 24px;
        user-select: none;
    }
    .products[b-756b5sdc88] {
        width: 100%;
    }

    .group-selector[b-756b5sdc88] {
        display: none;
    }

    .back-arrow[b-756b5sdc88] ,.filter-toggler[b-756b5sdc88]{
        display: flex;
        flex-direction:row;
        height:45px;
        aspect-ratio:1;
        align-items:center;
        justify-content:center;
        padding:7px;
        background:#e6e6e6;
    }

    .product-search[b-756b5sdc88] {
        display: flex;
        flex-direction: row;
        gap: 10px;
        padding-inline: 10px;
        justify-content: center;
    }

    .filtered-products-list[b-756b5sdc88] {
        width: 90%;
        transform: translateY(45px);
        
    }
}
/* _content/Entac/Pages/ProductPage/ProductPage.razor.rz.scp.css */
.product-page-main[b-v3srhv4tw4] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    width: 100%;
    margin-bottom: 30px;
}

.bg-img[b-v3srhv4tw4] {
    position: absolute;
    transform: translateY(-45px) scaleX(-1);
    right: 0;
    height: 700px;
}

.second-bg-img[b-v3srhv4tw4] {
    position: absolute;
    transform: translateY(-25px);
    left: 0;
    height: 470px;
}

.page-top[b-v3srhv4tw4] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 70%;
    gap: 20px;
}

.product-basic-data[b-v3srhv4tw4] {
    display: flex;
    flex-direction: column;
    color: black;
    gap: 25px;
}

.product-name[b-v3srhv4tw4] {
    font-weight: bold;
    font-size: 35px;
    width: fit-content;
}

.line[b-v3srhv4tw4] {
    background: #fdcf60;
    height: 5px;
    width: 30%;
    border-radius: 5px;
}

.product-code[b-v3srhv4tw4] {
    font-size: 25px;
}

.products-badges[b-v3srhv4tw4] {
    display: flex;
    flex-direction: row;
    gap: 40px;
}

.badge-holder[b-v3srhv4tw4] {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #b2b2b2;
}

.products-badges img[b-v3srhv4tw4] {
    width: 40px;
}

.support-buttons[b-v3srhv4tw4] {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

    .support-buttons button[b-v3srhv4tw4] {
        padding: 10px 20px;
        font-weight: bold;
        font-size: 18px;
        border: none;
        border-radius: 50px;
        cursor: pointer;
    }

.interested[b-v3srhv4tw4] {
    background: #fdcf60;
    color: #fff;
}

.more-data[b-v3srhv4tw4] {
    background: #000;
    color: #fff;
}

.product-images[b-v3srhv4tw4] {
}

.page-bottom[b-v3srhv4tw4] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 40px;
}

.global-support[b-v3srhv4tw4] {
    display: flex;
    flex-direction: row;
    gap: 20px;
    margin-block: 30px;
}

    .global-support img[b-v3srhv4tw4] {
        width: 80px;
        height: 70px;
        align-self: center;
    }

.support-text-containers[b-v3srhv4tw4] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #4e4d4d;
    font-size: 17px;
    padding-right: 80px;
    width: 340px;
}

    .support-text-containers > span:first-child[b-v3srhv4tw4] {
        font-weight: bold;
        font-size: 20px;
    }

.documents[b-v3srhv4tw4] {
}

.title[b-v3srhv4tw4] {
    display: flex;
    justify-content: center;
    align-items: end;
    width: 100%;
    background: #030204;
    height: 190px;
    color: #fff;
    padding-bottom: 35px;
    font-weight: bold;
    font-size: 40px;
}

.data[b-v3srhv4tw4] {
    padding-bottom: 70px;
}

.description-text[b-v3srhv4tw4] {
    font-size: 18px;
    --max-lines: 4;
    --line-height: 1.4;
    max-height: calc(var(--max-lines) * 1em * var(--line-height));
    line-height: var(--line-height);
    overflow: hidden;
    position: relative;
}

    .description-text[b-v3srhv4tw4]::before {
        content: "";
        position: absolute;
        height: calc(1em * var(--line-height));
        width:100%;
        bottom:0;
        pointer-events:none;
        background:linear-gradient(to bottom,transparent, #fff);
    }
.expand[b-v3srhv4tw4] {
    max-height:unset;
}

    .expand[b-v3srhv4tw4]:before {
        display:none;
    }

.read-more[b-v3srhv4tw4] {
    width: fit-content;
    font-weight: bold;
    cursor: pointer;
    text-decoration: underline;
}

.product-data[b-v3srhv4tw4] {
    width: 100%;
}

/* typical phone screen resolution */
@media only screen and (max-width : 667px) {
    .page-top[b-v3srhv4tw4] {
        flex-direction: column-reverse;
        width: 90%;
    }

    .page-bottom[b-v3srhv4tw4] {
        gap: 30px;
    }

    .product-name[b-v3srhv4tw4] {
        font-size: 22px;
    }

    .product-code[b-v3srhv4tw4] {
        font-size: 16px;
    }

    .product-basic-data[b-v3srhv4tw4] {
        gap: 10px;
    }

    .products-badges[b-v3srhv4tw4] {
        padding-block: 20px;
    }

        .products-badges img[b-v3srhv4tw4] {
            width: 30px;
        }

    .badge-name[b-v3srhv4tw4] {
        font-size: 12px;
    }

    .support-buttons button[b-v3srhv4tw4] {
        padding: 5px 10px;
        font-weight: lighter;
        font-size: 14px;
    }

    .description-text[b-v3srhv4tw4] {
        font-size: 14px;
    }

    .global-support[b-v3srhv4tw4] {
        padding-bottom: 30px;
    }

        .global-support img[b-v3srhv4tw4] {
            width: 70px;
            height: 60px;
        }

    .support-text-containers[b-v3srhv4tw4] {
        font-size: 14px;
    }

        .support-text-containers > span:first-child[b-v3srhv4tw4] {
            font-size: 16px;
        }

    .bg-img[b-v3srhv4tw4] {
        display: none;
    }

    .second-bg-img[b-v3srhv4tw4] {
        display: none;
    }
}
/* _content/Entac/Shared/MainLayout.razor.rz.scp.css */

.page-body[b-ylee2l38f9] {
    min-height: 50vh;
}

/* typical phone screen resolution */
@media only screen and (max-width : 667px) {
    .page-body[b-ylee2l38f9] {
        min-height: unset;
    }
}
