.page-oferty-container {
    background-color: rgb(252, 252, 252);
    margin: 0;
    width: 100%;
    min-height: 40px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: sticky;
    z-index: 1000;
    top: 80px;
    margin-bottom: 20px;
    border-bottom: 1px solid #a18425;
}

.page-oferty-list {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 30px;
    flex-direction: row;
    flex-wrap: wrap;
}

.page-oferty-list a.active {
    color: #a18425 !important;
    border-bottom: 1px solid #a18425 !important;
}

.page-oferty-list a {
    text-align: center;
    color: black;
    font-weight: 400;
    border-bottom: 1px solid transparent;
    transition: border 0.1s ease-out, color 0.1s ease-out;
}

.page-oferty-list a:hover { 
    border-bottom: 1px solid #a18425;
    color: #a18425;
}

.page-oferty-open, .page-oferty-close {
    fill: #a18425;
    cursor: pointer;
    transform: scale(1.4);
    display: none;
    width: 15px;
    height: 15px;
}

.page-oferty-close {
    margin-top: 30px;
}

@media (max-width: 1319px) {
    .page-oferty-open {
        display: block;
    }

    .page-oferty-list {
        display: none;
        flex-direction: row;
        gap: 20px;
    }

    .page-oferty-container {
        position: fixed;
    }

    #sp-section-2 {
        margin-top: 55px !important;
    }

    #sp-main-body {
        padding-top: 20px !important;
    }
}

@media (max-width: 768px) {
    .page-oferty-list {
        flex-direction: column;
    }
}

.sigplus-gallery ul li img {
    aspect-ratio: 1 / 1;
    border-radius: 12px;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 500px;
}

.oferta-video {
    width: 100%;
    max-width: 500px;
    object-fit: cover;
    border-radius: 8px;
    border: 0 solid transparent !important;
    border: 1px solid #a18425 !important;
}

.youtube-video-embed {
    margin-top: 30px;
    width: 100%;
    max-width: 700px;
    height: 390px;
    border-radius: 8px;
    border: 1px solid #a18425;
}

.makijaz-permanenty-gallery {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.makijaz-permanenty-gallery img {
    border-radius: 8px;
    width: 30%;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    cursor: pointer;
}