/* overrides.css — сюда добавляй стили для перезаписи */

img {
    max-width: 100%;
    height: auto;
}

.selected {
    color: var(--texts-black, #ECAD38);
}

h1 .selected {
    text-transform: uppercase;
}

.big-button, form .big-button{
    background: var(--primary-orange_lin, linear-gradient(270deg, #91C938 0%, #CEF6A0 100%));
}


html[lang="bg"],
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span,
li,
ol,
ul,
b,
i {
    font-family: "Inter Tight", sans-serif !important;
}


.section__delivery {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    padding: 2px;
    background: #D5D4D4;
}

.section__delivery p {
    color: #6B6B6B;

    text-align: center; 
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px; 
}

.section__image-card .section__delivery img{
    width: auto;
    height: auto;
    min-height: auto;
}

.bottom-hover-container > .mobile > a {
    font-size: 18px !important;
}


.section__item--overlay h3{
    color: #fff;
    z-index: 999;
}

#faq h3{
    color: #fff;
}

.section__swiper .tns-item{
    height: auto !important;
}

form .heading-style-h4, form .heading-style-h5{
    text-align: center;
}

#start .section__image-container{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#start .section__image-container img:last-child{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media screen and (max-width:768px) {
    #reg .section__image-container{
        height: auto;
    }
}
.section__image-container--absolute{
    padding: 0;
}

/* #reg .section__image-container{} */



.skip-nav {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-110%);
    padding: 8px 16px;
    background: #1a1a1a;
    color: #fff;
    z-index: 999;
    text-decoration: none;
    font-size: 0.875rem;
    transition: transform 0.2s ease;
}

.skip-nav:focus,
.skip-nav:active {
    transform: translateY(0);
    outline: 3px solid #ffd700;
    outline-offset: 4px;
}


.section__image-container-center{
    padding: 0;
}

@media (max-width: 768px) {
    .section__swiper {
        min-height: auto !important;
    }
}