*{
    box-sizing: border-box;
    scroll-behavior: smooth;
    
}
body{
    background-color: #F5F7F9;
    font-variation-settings: "wght" 352, "wdth" 100, "CNTR" 28, "XHGT" 0;
    font-weight: 100;
}
.col{
    display: flex;
    justify-content: center;
    align-items: center;
}
.row{
    margin-right: 0;
}
.stock-header-logo{
    color: black;
    letter-spacing: -0.03rem;
    font-variation-settings: "wght" 352, "wdth" 100, "CNTR" 28, "XHGT" 0;
    font-size: 2.255rem;
    letter-spacing: normal;
    font-weight: 200;
}
#carouselExampleIndicators{
    width: 100%;
}
.carousel-item{
    flex: none;
    max-width: none;
    display: none;
}
.carousel-item.active{
    display: block;
    transition: transform .6s ease-in-out;
}
.carousel-indicators{
    bottom: 0px;
    background-color:#000000;
}
.carousel-inner{
    padding-bottom: 23px;
}
.banner-text-syl{
    margin: 0;
    font-size: 18px;
}
.dropdown-index{
    width: 64px;
    padding: 0;
}
.dropdown-menu{
    --bs-dropdown-min-width: none;
    --bs-dropdown-zindex: 99999;
    transition: all 0.3s ease;
}
.dropdown-menu li{
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.dropdown-menu li:last-child{
    border-bottom: none;
}
.dropdown-item{
    width: 128px;
}
.btn-syl.show{
    border: none;
}
.btn-syl{
    padding: 0;
}
.syl-sticky-top{
    position: -webkit-sticky;
    position: sticky;
    top: 82px;
    z-index: 2048;
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: inset 0 -1px 0 0 #eae8e4;
    transition: top 0.3s;

}
.play-button{
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);    
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 90%;
    position: absolute;
    opacity: 0;
    
    

}
.stock-card{
    position: relative;

    display: flex;
    flex: 1 1 calc(25% - 10px); /* max 4 videó soronként */
    max-width: calc(25% - 10px);
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    aspect-ratio: 9 / 16;
	border-radius: 50px;
    
    
    
}
.stock-card-details{
    position: absolute;
    /* s */
    background: linear-gradient(rgba(18, 18, 18, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    width: 100%;
    bottom: 0px;
    color: white;
    padding: 6px 12px 16px;
    font-weight: 500;

}
.stock-card-details > h3 {
    margin-bottom: 1px;
    font-size: 1.25rem;
    font-weight: 400;
}
.stock-card-details > p{
    margin: 0;
    font-weight: 200;
    
}
.index-image{
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    aspect-ratio: 9/16;
}
#nullable{
    width: 100%;
}
.video-with-img{
    height: auto;
    width: 100%;
	border-radius: 20px;
}
.stock-desc{
    width: 30%;
}
.stock-size{
    font-size: 1.275rem;
    font-weight: 400;
    letter-spacing: .025rem;
    
}
.video-preview{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 120px;

}
.lazy-load-video {
    position: relative;
    width: 100%;
    /* border-radius: 4px; */
    opacity: 0; /* Initially transparent */
    margin: 0 auto;
/*     border: 1px solid rgba(0,0,0,1);  */
    
    /* height:auto; */
}
.filter-syl{
    width: 30%;

    padding-left: 1rem;
}
.filter-syl-inner{
    background-color: #FEFEFE;
    box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.1);
    border-radius: 16px;
    width: 80%;
    margin: 0 auto;
        
}

.menu-icon-box:hover{
    box-shadow: 0 0 11px rgba(33,33,33,.2); 
    border-radius: 10%;
    transition: all 0.2s;

}
.menu-icon-box.show{
    box-shadow: 0 0 11px rgba(33,33,33,.2); 
    border: 1px solid rgba(0,0,0, .2);
    border-radius: 10%;
}

.main-feed-syl{
    width: 100%;
    /* padding: 0  1rem; */
    
    /* border-left: 1px solid rgba(0,0,0, .2); */
    
}
.tudja-a-faszom{
    display: flex;
    max-width: 1094px;
    margin-inline-start: 8px;
    padding: 4px 2px;
    overflow: hidden;
    transition: transform 0.4s;
    
    border-radius: 6px;
    background-color: rgb(255, 255, 255);
    outline: rgb(229, 229, 229) solid 1px;
    padding-top: 4px;
    padding-bottom: 4px;
    overflow: scroll hidden;
    scrollbar-width: none;
    overscroll-behavior-x: none;
    transition: margin-inline-end 0.2s, border-radius 0.2s;
    justify-content: flex-end;
    align-items: center;
    align-content: center;
    flex-direction: row;
    flex-wrap: nowrap;

}
.list-group-desk{
   list-style: none;
    margin: 0px;
    position: relative;
    display: flex;
    padding: 4px;
    scrollbar-width: none;
  
}
.menu-li-container{
    font-weight: 400;
    letter-spacing: normal;
}
.menu-li-container:hover{
    background-color: rgba(51, 56, 60,0.1);
}
.list-group-desk li{
    display: inline-flex;
    cursor: pointer;
    vertical-align: middle;
    -webkit-tap-highlight-color: transparent;
    -webkit-box-align: start;
    align-items: start;
    margin-left: 0px;
    margin-right: 0px;
    gap: 4px;
    flex-direction: row;
    padding: 4px 12px;

}
.list-group-desk li a span{
    font-weight: 400;
    letter-spacing: normal;
    color: #33383CFF;
}
.list-group{
    flex-wrap: wrap;
    align-items: center;
    align-self: center;
    flex-direction: row;
    justify-content: center;
   
}
.list-group-item:first-child,
.list-group-item:last-child{
    border-radius: 5%;
}
.list-group-item+.list-group-item{
    border-top-width: 1px;
}
.size-item-wrap{
    flex: 1 0 25% ;
    text-align: center;
    margin: 0 auto;

    
}
.list-group-item{
    width: auto;
    height: auto;
    border: 1px solid #b4b4b4;
    margin: 1rem auto;
}
.list-group-item:hover{
    box-shadow: 0 0 11px rgba(33,33,33,.2); 
    border: 1px solid #8a8a8a;
    transition: all .3s;
}
.list-group-item.show{
    box-shadow: 0 0 11px rgba(33,33,33,.2); 
    border: 2px solid #8a8a8a;
    transition: all .3s;
}
#animatedSummerSale {
    opacity: 0;
    transform: translateY(10px); /* Kezdésként a szöveg alul van */
    transition: opacity 2s ease, transform 2s ease;
    font-size: 1.125rem;
    text-align: center;
    left:0;
    
    /* position: absolute; */
    
}
#animatedSummerSale.show {
    opacity: 1;
    transform: translateY(0);
}
#animatedSummerSale:hover{
    opacity: 1!important;
    transform: translateY(0) !important;
}
#animatedSummerSale.hide {
    opacity: 0;
    transform: translateY(10px); /* Újra lefelé tűnik el */
}
.mobile-filter-button,
.filter-menu-mobile{
    display: none;
}
.video_page{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
    gap: 13px;
    width: 100%;
    margin-bottom: 10px;
}
.new-badge{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1024;
}
.new-tag{
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 1024;
}
.new-tag-text{
    font-weight: 400;
    line-height: 14px;
    letter-spacing: normal;
    font-size: 0.75rem;
    color: #eae8e4;
    
}
.onSale-tag{
    position: absolute;
    top: 20%;
    left: 50%;
    z-index: 1024;
    transform-origin: center;  /* A forgatás középpontját középre állítjuk */
    transform: translate(-50%, -50%) ;  /* Középre igazítva és elforgatva */
    width: 100%;
    text-align: center;
    padding-top: 25px;
    padding-bottom: 25px;
    background: radial-gradient(rgba(18, 18, 18, 0.5) 0%, rgba(255, 255, 255, 0) 85%);
    -webkit-text-stroke: 1px  rgba(51, 56, 60,0.5);
}
.onSale-text{
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -3px;
    font-size: 2.75rem;
    color: rgba(250,53,69,1);
    
    
}


.lv-loader{
    display: block;
    font-size: 0;
    height: 1.5rem;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 1.5rem;
}
.lv-loader circle{
    stroke: #767676;
    stroke-dasharray: 132;
    fill: transparent;
}
.lv-loader circle {
    animation: spinner 2s linear infinite;
    transform-origin: 50% 50%;
}
.lv-loader circle {
    transform: rotate(-90deg);
}
.full-screen-svg{
    position: absolute;
    top: 16px;
    right: -20px;
    transform: translate(-130%,0);
    z-index: 1024;
    margin-right: 15px;
    color: #eae8e4;
    font-weight: 400;
    line-height: 14px;
    font-size: 0.75rem;
}
.full-screen-svg:hover{
    cursor: pointer;
}
.whatsapp-icon a {
    color: #25D366;
    font-size: 0.75rem;
    line-height: 14px;
    font-weight: 400;
}
.whatsapp-icon:hover{
    cursor: pointer;
}
@keyframes spinner {
    0% {
        stroke-dashoffset: 132;
        transform: rotate(-90deg);
    }
    50% {
        stroke-dashoffset: 28;
        transform: rotate(270deg);
    }
    100% {
        stroke-dashoffset: 132;
        transform: rotate(630deg);
    }
}


/* Modal alapértelmezett rejtése */
.video-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1050;
    justify-content: center;
    align-items: center;
}

.modal-content {
    position: relative;
    /* width: 80%; */
    width: auto;
    height: 100%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-video {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Close gomb */
.modal-close-btn {
    position: absolute;
    top: 2%;
    right: 6%;
    font-size: 35px;
    color: #fff;
    cursor: pointer;
    z-index: 2048;
}
.modal-details{
    position: absolute;
    bottom: 0px;
    width: 100%;
    color: white;
    font-weight: 500;
    padding: 6px 12px 16px;
    background: linear-gradient(rgba(18, 18, 18, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}

@media only screen and (min-width: 1921px){
    .video_page{
        margin: 0 auto
    }
}

@media only screen and (max-width: 1024px) {
    .onSale-text{
        font-size: 2.25rem ;
    }

}
@media only screen and (max-width: 768px) {
    .onSale-text{
        font-size: 1.75rem ;
    }

}
@media only screen and (max-width: 600px) {
    .syl-sticky-top{
        top: 64px;
    }
    .stock-card{
        flex: 1 1 calc(50% - 2px); /* max 2 videó soronként */
        max-width: calc(50% - 1px);
    }
    .row>*{
        padding: 0;
    }
    .video-container{
        transform: translateX(0);
    }
    #nullable{
        top: 0!important;
        transform: none !important;
    }
    .banner-text-syl{
        font-size: 10px;
    }
    .dropdown-index{
        width: 55px;
    }
    .dropdown-item{
        width: 82px;
    }
    .main-feed-syl{
        width: 100%;
        padding: 0;
    }
    .filter-syl{
        display:none;
    }
    .tudja-a-faszom{
        display: none;
    }
    .mobile-filter-button{
        display: block;
        position: fixed;
        bottom: 20px;
        right: 20px;
        width: fit-content;
        z-index: 1;
    }
    .mobile-filter-inner{
        display: flex;
        -webkit-box-pack: end;
        justify-content: flex-end;
        padding: 1rem;
    }
    .list-group-item{
        border-radius: 90px !important;
        margin: 1rem;
    }
    .filter-menu-mobile{
        z-index: 1024;
        display: block;
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        height: auto;

        background-color: white;
        text-align: left;
        box-shadow: 0 0 11px rgba(33,33,33,.2); 
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        border-top: 1px solid rgba(0, 0, 0, 0.2);
        overflow: auto;
        font-size: .875rem;
        font-weight: 400;
        letter-spacing: .025rem;
    }
    #mobile-menu-btn,
    #mobile-menu-inner-btn{
        background-color: #001F24;
        border: 1px solid #f5f7f9;
        line-height: 1rem;
        border-radius: 100vmax;
        font-size: .875rem;
        font-weight: 400;
        letter-spacing: .025rem;
    }
    .mobile-size-main{
        padding-bottom: 81px
    }
    .no-mobile{
        display:none;
    }
    .no-border-on-mobile{
        border: none !important;
    }
    .lazy-load-video{
        width: 100%;
        height:auto;
    }
    .size-item-wrap{
        flex: 1 0 20%;
    }
    .video_page{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: center;
        align-items: center;
        gap: 3px;
        margin-bottom: 3px;
    }
    
    .stock-card-details > h3 {
        font-size: 1rem;
        
    }
    
}