/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.1.1747393130
Updated: 2025-05-16 10:58:50

*/

#balia-configurator {
    margin-top: 50px;
    margin-bottom: 50px;
    display:flex;
    gap: 50px;
    border-radius: 16px;
    border: 1px solid #DDD;
    box-shadow: 1px 4px 11.4px 0px rgba(0, 0, 0, 0.10);
    align-items: center;
}

#balia-configurator > .column{
    padding: 10px;
}

#balia-configurator > .column:first-child{
    max-width: 50%;
    width: 100%;
}

#balia-configurator > .column:last-child{
    max-width: 40%;
    width: 100%;
}

#balia-configurator > .column:last-child > h3{
    margin-bottom: 50px;
}

#balia-configurator .product-image {
    text-align: center;
    margin: auto;
}

#balia-configurator .product-image img {
    max-width: 400px;
    max-height: 500px;
    object-fit: cover;
}

#balia-configurator > .column .configurator {
    position: relative
}

#balia-configurator > .column .configurator .configurator-item{
    display: grid;
    grid-template-columns: 5fr 10fr 10fr 1fr;
    align-items: center;
    padding-bottom: 16px;
    margin-bottom: 16px;
    color: #2E2521;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
    border-bottom: 1px solid #D7D2CB;
}

#balia-configurator > .column .configurator > .configurator-item:last-of-type{
    border-bottom: unset;
}

#balia-configurator > .column .configurator .configurator-item label{
    cursor: pointer;
    font-size: 16px;
}

#balia-configurator > .column .configurator .configurator-item #product-price {
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    color: #2E2521;
}

#balia-configurator > .column .configurator > div:last-child{
    grid-template-columns: 1fr 2fr;
}

#balia-configurator .info-icon {
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
}

#balia-configurator .info-icon::after {
    content: attr(data-tooltip);
    position: absolute;
    bottom: 125%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #eee;
    color: #000;
    padding: 16px 19px;
    border-radius: 6px;
    font-size: 13px;
    /* white-space: nowrap; */
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease;
    z-index: 10;
    border-radius: 16px;
    background: #D7D2CB;
    width: 225px;
 
overflow-wrap: break-word;
	max-width: 225px !important;
	
	
}

#balia-configurator .info-icon:hover::after,
#balia-configurator .info-icon.active::after {
    opacity: 1;
    visibility: visible;
}

.configurator-loader {
    position: absolute; /* albo absolute, jeśli chcesz tylko nad konfigurator */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    text-align: center;
    align-content: center;
}

#product-link {
    display: block;
    width: fit-content;
    padding: 12px 16px;
    border: 1px solid #A69076;
    background-color: #A69076;
}

#product-link p {
    color: #FDFDFD;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 24px */
    margin: 0;
}

.product-attributes, .product-attributes-with-title, #addons-list {
    list-style: none;
    padding-inline-start: 0px;
}

.product-attributes li{
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: 1px solid #CCC;
}

.product-attributes li .attribute-name {
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    color: #A69076;
}

.product-attributes li .attribute-value {
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    color: #3B3B3B;
}

#product-image-gallery .elementor-swiper-button {
    position: absolute;
    top: auto !important;
    bottom: -40px !important;
    transform: none !important;
}

#product-image-gallery .elementor-swiper-button svg path {
    transform: scale(1.7);
    transform-origin: center;
}

.custom-product-price {
    color: #FFF;
    font-family: Inter;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 38.4px */
}



/* .product-attributes-with-title li, #addons-list li {
    margin-bottom: 8px;
} */

.product-attributes-with-title li .attribute-name{
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    color: #FFF;
}

.product-attributes-with-title li .attribute-value {
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    color: #FFF;
}

.wyposazenie-standardowe path {
    stroke: #A69076;
}

.addons-configurator .addon-category .addon-heading {
    margin-block-end: 22px;
}

.addons-configurator .addon-category .addon-option {
    margin-bottom: 22px;
}

.addons-configurator .addon-category .addon-option:last-child {
    border-bottom: 1px solid #CAC3BA;
    padding-bottom: 40px;
    margin-bottom: 40px;
}

.addons-configurator .addon-category .addon-option .addon-label {
    display: inline-grid;
    grid-template-columns: 8fr 5fr 1fr 1fr;
    width: 100%;
}

.addons-configurator .addon-category .addon-option .addon-label .addon-name {
    width: 80%;
}

.addons-configurator .addon-category .addon-option .addon-label .addon-checkbox {
    display: block;
    position: relative;
}

.addons-configurator .addon-category .addon-option .addon-label .addon-checkbox input[type="checkbox"] {
    cursor: pointer;
}

.addons-configurator .info-icon {
    display: flex;
    cursor: pointer;
    position: relative;
    justify-content: end;
}

.addons-configurator .info-icon::after {
    content: attr(data-tooltip);
    position: absolute;
    bottom: 125%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #eee;
    color: #000;
    padding: 16px 19px;
    border-radius: 6px;
    font-size: 13px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease;
    z-index: 10;
    border-radius: 16px;
    background: #D7D2CB;
    width: 250px;
    text-wrap: wrap;
}

.addons-configurator .info-icon:hover::after,
.addons-configurator .info-icon.active::after {
    opacity: 1;
    visibility: visible;
}


.addons-configurator .custom-checkbox {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
}

.addons-configurator .custom-checkbox input[type="checkbox"] {
    display: none;
}

.addons-configurator .custom-checkbox span {
    width: 18px;
    height: 18px;
    border: 1px solid #A69076;
    display: inline-block;
    position: relative;
    transition: all 0.2s;
}

/* Zaznaczenie */
.addons-configurator .custom-checkbox input[type="checkbox"]:checked + span::after {
    content: '';
    position: absolute;
    left: 5px;
    top: 1px;
    width: 6px;
    height: 12px;
    border: solid #A69076;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

#addons-list {
    list-style-type: decimal;
    padding-left: 25px;
    max-height: 100px;
    overflow: auto;
}

#addons-list li {
    color: #FFF;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    text-wrap: wrap;
}

#addons-list::-webkit-scrollbar {
  width: 8px;
}

#addons-list::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}

#addons-list::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 4px;
}

#addons-list::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.dialog-message {
    overflow: hidden !important;
}

#wycena-popup .elementor-field-type-acceptance label {
    font-size: 12px !important;
    line-height: 18px !important;
}

#wycena-popup .custom-success-msg {
    text-align: center;
}


@media (max-width: 1024px) {
  #balia-configurator {
        flex-direction: column;
        gap: 0px !important;
	  padding: 24px 12px !important;
    }

    #balia-configurator > .column:first-child{
        max-width:100% !important;
        width: 100% !important;
    }

    #balia-configurator > .column:last-child{
        max-width: 100% !important;
        width: 100%;
    }

    #balia-configurator .info-icon::after,
    .addons-configurator .info-icon::after {
        transform: translateX(-80%) !important;
    }

    #addons-list {
        grid-auto-flow: row;
        grid-template-rows: auto;
    }
}

@media only screen and (max-width:767px) {
    .video-sekcja-strona-glowna .elementor-background-video-hosted {
    height: 100%;
}
}