/*
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.4.1760520418
Updated: 2025-10-15 09:26:58

*/

.bs-text-primary {
    color: #000000 !important;
}

body .bs-shadow {
    box-shadow:unset !important;
}

.add2cart {
    border-bottom: 1px solid #008572;
}

p {
    margin-block-end: 0rem !important;
    margin-block-start: 0;
}

.e-n-accordion-item[open] .e-n-accordion-item-title {
    border-radius: 16px 16px 0px 0px;
}

body .elementor-element.gradient-border-purple {
    position: relative !important;
    box-shadow: 0 -4px 100px 21px rgba(11, 56, 88, 0.16) inset !important;
    overflow: visible !important;
    border-radius: 20px;
    background-image: linear-gradient(165deg, #3555FF 0%, #8313DB 70%);
}

body .elementor-element.gradient-border-purple::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 5px 10px 10px 5px;
    border-radius: 20px;
    background: linear-gradient(165deg, #6992ff 20%, #e824ff);
    -webkit-mask:
      linear-gradient(#fff 0 0) content-box,
      linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

header > .elementor-sticky{
    transition: padding 0.5s ease, transform 0.5s ease, background 0.5s ease;
}

header.scrolled > .elementor-sticky{
    background: #000;
}

header > .elementor-sticky > .e-con-inner {
    transition: padding 0.5s ease;
}

header.scrolled > .elementor-sticky > .e-con-inner {
    padding-top: 8px;
    padding-bottom: 8px;
}

header.scrolled > .elementor-sticky > .e-con-inner > .elementor-element
{
    transform: scale(0.8);
    transform-origin: center;
}

header.scrolled > .elementor-sticky > .e-con-inner > .elementor-widget-image {
    transform: scale(0.6);
}

#basesystem-shop-list .item-description div {
    color: #000;
}

#basesystem-shop-list .item-description > div:last-child {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

button.bs-inline-block,
button.bs-inline-block:focus {
    color: #000 !important;
    border-color: #008572;
    background-color: #fff;
    text-transform: capitalize;
}

button.bs-inline-block:hover {
    background-color: rgba(0,133,114,0.2);
}

.add2cart-quantity__decrement::after {
    content: "-";
    font-size: 24px;
    height: 24px;
    width: 24px;
}

.add2cart-quantity__increment::after {
    content: "+";
    font-size: 24px;
    height: 24px;
    width: 24px;
}

.add2cart-quantity__decrement:hover,
.add2cart-quantity__increment:hover,
.add2cart-quantity__decrement:focus,
.add2cart-quantity__increment:focus{
    background-color: transparent !important;
}


.add2cart-quantity__decrement svg,
.add2cart-quantity__increment svg{
    fill: #000 !important;
}

body #basesystem-shop {
    max-width: 1440px;
    width: 100%;
    position: relative;
    display: flex;
    line-height: 1.15;
    gap: 40px;
}

body #basesystem-shop-sidebar {
    padding-left: 0px;
}

.cart-items span {
    color: #000;
}

.cart-section .bs-flex {
    flex-direction: column;
    gap: 15px;
}

.cart-section .bs-flex > div {
    margin-right: 0px !important;
}

.cart-section .bs-flex > div > button {
    width: 100%;
}

.cart-items__subtotal {
    font-size: 20px !important;
}

body .bs-justify-between {
    align-items: start !important;
}

.tickets-list span.bs-font-extrabold {
    text-align: right;
    width: 125px;
    line-height: 1.1;
    margin-top: 10px;
}

.bs-form-checkbox {
    color: #000;
}

.form-control * {
    color: #000;
}

.cart-section button {
    text-wrap: wrap;
}

.cart-section form p {
    color: #000;
}

#sb_instagram #sbi_images {
    padding: 0px !important;
}

#mapa .e-hotspot .e-hotspot__button {
    border: 1px solid #6248C2;
}

#mapa .e-hotspot.active .e-hotspot__button  {
    background-image: linear-gradient(99deg, #3555FF, #8313DB) !important;
    background-color: transparent;
}

#mapa .e-hotspot.active .e-hotspot__button .e-hotspot__label {
    color: #fff;
}

#mapa-sekcja-detale {
    position: relative;
    min-height: 200px;
}

.mapa-loading::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.4);
    backdrop-filter: blur(2px);
    z-index: 10;
}

.mapa-loading::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    border: 3px solid white;
    border-top-color: transparent;
    animation: spin 1s linear infinite;
    z-index: 11;
}

#mapa-kontener-mobile {
    width: 100%;
    padding-top: 100%;
}

@keyframes spin {
    to { transform: translate(-50%, -50%) rotate(360deg); }
}

@media only screen and (max-width:1024px) {
    footer .e-n-menu-heading {
        flex-direction: column !important;
    }

    footer .e-n-menu-heading .e-n-menu-title{
        text-align: left;
        justify-content: left;
        padding: 10px 0px;
    }

    #basesystem-shop-sidebar {
        max-width: 100vw;
    }

    .cart-section button {
        width: 100%;
        text-wrap: wrap;
    }

    #basesystem-shop-sidebar {
        z-index: 99999999 !important;
    }

    .frame-action {
        flex-direction: column;
        gap: 15px;
    }
    
    .frame-action button {
        margin-left: 0px !important;
    }

}