@font-face {
    font-family: Futura PT;
    src: url("../assets/font/futura-pt-light.ttf");
}
@font-face{
    font-family: Atacama VAR;
    src: url("../assets/font/AtacamaVAR-VF.woff2");
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}
body{
    font-family: Atacama VAR , "Futura PT", Helvetica, Arial,  sans-serif;
    
}

a,
a:active,
a:hover,
a:link,
a:visited{
    text-decoration: none;
    color: rgba(0,0,0,.8);  
}
a:hover{
    transition: 0.5s;
    color: rgba(0,0,0,1);  
}
.development-overlay {
  position:absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1019;
  display: flex;
  align-items: center;
  justify-content: center;

}

.development-content {
  text-align: center;
  color: #fff;

}

.development-content h2 {
  font-size: 24px;

}

.development-content p {
  margin: 10px 0;

}
.row {
    --bs-gutter-x: 0px;
}

.header {
    z-index: 2048;
    text-align: center;
    padding: 8px;

    color: white
}
.header-logo a{
    color :white;
    font-size: 2.255rem;
    letter-spacing: -1px;
    font-weight: 200;
}
.all_prod_text{
    letter-spacing: -1px;
    font-weight: 200;
}
#animatedSummerSale2 {
    opacity: 0;
    transition: opacity 2s ease, transform 2s ease;
    font-size: 1.125rem;
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translate(-50%,10px); /* Kezdésként a szöveg alul van */
    width: 146px;
    

    
}
#animatedSummerSale2.show {
    opacity: 1;
    
    transform: translate(-50%,0); /* Kezdésként a szöveg alul van */
}

#animatedSummerSale2.hide {
    opacity: 0;
    
    transform: translate(-50%,10px); /* Kezdésként a szöveg alul van */

}

/* start main view animation to brand view */
    .overlay {
      position: fixed;
      bottom: -100%;
      left: 0;
      width: 100%;
      height: 100%;
      background: white;
      z-index: 9998;
      transition: bottom 0.6s ease-in-out;
    }

    .overlay.show {
      bottom: 0;
    }
    .fixed-text {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 3rem;
        color: black;
        z-index: 9999; /* overlay fölött van */
        opacity: 0;
        pointer-events: none;
        overflow: hidden;
        display: inline-block;
        clip-path: inset(0 0 100% 0);
        font-weight: 200;
        letter-spacing: -1px;
    }

    .fixed-text.play {
        clip-path: inset(0 0 100% 0);
        opacity: 1;
        animation: revealText 1s ease forwards;
    }
   


    /* Alap animációs beállítások */
.content {
    display: none;
    opacity: 0;
    transform: translateY(100%);
    transition: all 2s ease;
}

.content.show {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

/* Fehér overlay alapbeállítás */
#transition-overlay {
    position: fixed;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3rem;
    font-weight: bold;
    z-index: 9999;
    transition: top 1.5s ease-in-out;
}

/* Animáció: transition layer felfelé mozdulás */
#transition-overlay.show {
    top: 0;
}

#transition-overlay.hide {
    top: -100%;
    transition: top 1.5s ease-in-out;
}

#transition-overlay.hide .fixed-text.out {
        animation: slideFadeOut 1.5s ease forwards;
    }

    @keyframes slideFadeOut {
        0% {
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            opacity: 1;
        }
        100% {
            top: 5%;
            left: 5%;
            transform: translate(0, 0);
            opacity: 0;
        }
    }
     @keyframes revealText {
        to {
        clip-path: inset(0 0 0 0);
        }
    }


/* Új hatás: amikor a content megjelenik, úgy tűnik, hogy alulról löki ki a transition overlay-t */
#transition-overlay.show + .content.show {
    transition: transform 1.5s ease-out, opacity 1.5s ease-out;
    transform: translateY(100%); /* Content alulról érkezik */
    opacity: 1;
}


/* A brand main view megjelenése */


.main-view-separator{
    border-bottom:  1px solid rgba(0, 0, 0, 0.1);
}
.logo-container {
    max-width: 1500px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: space-evenly;
	/* position: relative; */
	
}
#background_video{
	position: fixed;
	right: 0;
	bottom: 0;
	min-width: 100%; 
	min-height: 100%;
}

.logo-container img {
    width: 300px;
    height: auto;
    margin: 10px 0;
    
}
.logo-container img:hover{
    transition: 0.5s;
    box-shadow: 5px 5px 5px 5px #eae8e4;
    border-radius: 5px;
}
.social-container{
    position: relative;
    bottom: 30px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: center;
}
.social-container img{
    width: 128px;
    height: auto;
    margin: 10px;
}
.social-container svg{
    width: 64px;
    height: auto;
    margin: 10px 30px;
    
}
.social-container img:hover{
    transition: 0.5s;
    box-shadow: 5px 5px 5px 5px #eae8e4;
    border-radius: 5px;
}
.social-container svg:hover{	
    transition: 0.5s;
    box-shadow: 5px 5px 5px 5px #c9c8c5;
    border-radius: 20px 20px 20px 0px;
}
.wishlist-icon:hover{
    cursor: pointer;
}
.wishlist-icon{
	position:relative;
}
.wishlist-counter{
    font-size: 9px;
    font-weight: 800;
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50% ,-45%);
    width: 16px;
    height: 16px;
    line-height: 16px;
    cursor: pointer;
}

.intagram-icon:hover{
    cursor: pointer;
}

.wishlist-table td{
    padding: 3px;
    vertical-align: middle;
    text-align: center;
}
.brand-container-section{
    width: 100%;
    position: relative;
    top: -80px ;
}
.full-screen-video-container, .full-screen-brand-container{
    width: 100%;
    position: relative;
    top: -80px;
    background-color: #000;   
}
#myVideo, #myImage{
    width: 100%;
    max-height: 90vh;
}

.video-content{
    width: 100%;
    background: linear-gradient(rgba(18, 18, 18, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    position: absolute;
    bottom: 0px;
    color: white;
    text-align: center;
    margin: 0 auto;
    padding: 0px 12px 16px;
    font-size: 1.725rem;
    object-fit: cover;
    font-weight: 100;
    letter-spacing: -1px;

}
#animatedShowMore {
    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;
    
    /* position: absolute; */
    
}
#animatedShowMore.show {
    opacity: 1;
    transform: translateY(0);
}
#animatedShowMore.hide {
    opacity: 0;
    transform: translateY(10px); /* Újra lefelé tűnik el */
}
.background-white{
    background-color: white !important;
    transition: 1s ease;
}
.background-black{
    background-color: black !important;
    transition: 1s ease;
    
}
.color-black{
    color: black !important;
    transition: 0.8s ease;
}
.logo-animation{
    position: absolute;
    transform: translate3d(0px, 24px, 0px);
    left: 0px;
    top: 80%;
    width: 100%;
    transition: opacity 0.4s cubic-bezier(0.5, 0, 0, 1), width 0.4s cubic-bezier(0.5, 0, 0, 1), transform 0.4s cubic-bezier(0.5, 0, 0, 1), padding-bottom 0.4s cubic-bezier(0.5, 0, 0, 1);
    
}
.logo-animation a {
    text-align: center;
    font-size: 5rem !important;
}
/* brand-view */
.brand-cover-img{
    width: 100%;
}
.brand-cover-img-content{
    /* width: 100%; */
    position: absolute;
    color: white;
    text-align: center;
    margin: 0 auto;
    padding:16px;
    font-size: 3.725rem;
    object-fit: cover;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: radial-gradient(circle, rgba(18, 18, 18, 0.11) 0%,  rgba(0, 0, 0, 0) 100%);
    border-radius: 50%;
}
.syl-filter-container{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    text-align: right;
}
.syl-filter{
    display: flex;
    flex-direction: row;
    text-align: center;
    
}

.heart-icon{
    position: absolute;
    margin: 10px;
    right: 0;
    max-width: 16px;
    z-index: 2;
}
.heart-icon:hover{
    cursor: pointer;
}
.heart-icon svg{
   transition: 0.4s;  
}
.heart-icon:hover svg {
    transform: scale(1.3);
}
.wishlist-item-close-icon{
    position: relative;
    margin: 10px;
    text-align: end;
}
.wishlist-item-close-icon:hover{
    cursor: pointer;
}
.wishlist-item-close-icon svg{
   transition: 0.4s;  
}
.wishlist-item-close-icon:hover svg {
    transform: scale(1.3);
}
.syl-product-container{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    margin-bottom: 80px;
    gap: 3px;
}
.product-row{
	width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    align-content: center;
	max-width: 4000px;
    gap: 3px;
		
}
.product-image{
    /* mix-blend-mode:hue ; */
    aspect-ratio: 6/4;
    object-fit: cover;
    width: 100%;
	
    
}
.product-image-dress{
    aspect-ratio: 4/6;
    object-fit: cover;
}
.syl-product-card{
	width: calc(25% - 3px);
    position: relative;
    
}
.syl-product-card:hover{
    z-index: 999;
    transition: 0.5s;
    box-shadow: 5px 5px 5px 5px #eae8e4;
    border-radius: 5px;
}
.syl-product-card:hover .syl-product-card-details{
    transition: 0.5s;
    box-shadow: inset 0 1px 0 0 #eae8e4;
    
}

.syl-product-card-details{
    padding: 5px 0px 15px ;
    text-align: left;
    color: rgba(0,0,0, 1);
    font-weight: 100;
    
}



.carousel-caption{
    border-top: 1px solid black;
    color: rgba(0, 0, 0, 1);
    bottom:-65px;
    font-weight: 600;
    background-color: #e8e6e7;
    margin: 0;
    left: 0;
    right: 0;
}
.carousel-indicators{
    bottom: -10px;
    background-color: #e8e6e7;

    width: 100%;
    margin: 0;

}
.carousel-item{
    max-width: 500px;
    
}
.featured-img{
    max-width: 100%;
    max-height: 330px;
}
.featured-img:hover{
    opacity: 0.8;
}



/* product-view */
.language-selector{
    margin-left: 1rem;
}
.product-container{
    padding-bottom: 80px;
}
.product-info{
    bottom: unset;
    align-self: unset;
    position: sticky;
    top: 64px;
    display: block;
    width: calc(50% - 1.25rem);
    padding-top: 80px;
    padding-left: 7%;
    padding-right: 7%;
    
}
.product-view-name{
    line-height: 34px;
    letter-spacing: -0.03rem;
    font-size: 1.5rem;
    font-stretch: 100%; 
    font-variation-settings: "wght" 352, "wdth" 100, "CNTR" 28, "XHGT" 0;
}
.product-reference{
    color: #33383CFF;
    font-size: small;
    
}
.prduct-view-text{
    font-weight: 100;
    color: #33383CFF;
}
.product-menu{
    border-top: 2px solid rgb(51, 56, 60);
    font-weight: 100;
    line-height: 17px;
    letter-spacing: normal;
    font-size: 0.875rem;
}
.product-menu .nav-link {
    color: #7B8487FF;
    padding: 15px 0;
    transition: border-bottom 0.3s;
}
.tab-content{
    color: #33383CFF;
}
.tab-head{
    font-weight: 500;
    line-height: 17px;
    letter-spacing: normal;
    font-size: 0.875rem;
}
.tab-detalis p{
    margin: 0;
    font-weight: 200;
    line-height: 20px;
    letter-spacing: normal;
    font-size: 0.875rem;
}
.tab-detalis p.active{
    font-weight: 500;
}
.tab-detalis a{
    font-weight: 400;
    
}
 .size-table{

    border-collapse: collapse;
    margin-left: auto;
    margin-right: auto;
    border: none;
    min-width: 100%;
    width: 100%;
    max-width: 100%;
    display: block;
    overflow-x: auto;
}
.size-table tr{
    padding: 16px;
    text-align: left;
    font-weight: 200;
    line-height: 17px;
    letter-spacing: normal;
    font-size: 0.875rem;
}
 .size-table tr.headline{
    background-color: rgb(51, 56, 60);
  
    color: white
 }
 .size-table th{
     color: rgb(255, 255, 255);
    background-color: rgb(51, 56, 60);
    padding: 16px;
    text-align: left;
    font-weight: 200;
    line-height: 17px;
    letter-spacing: normal;
    font-size: 0.875rem;
 }
.size-table td{
        padding: 16px;
    text-align: left;
    font-weight: 200;
    line-height: 17px;
    letter-spacing: normal;
    font-size: 0.875rem;
}
.product-menu .nav-link.active {
    color: #000;
    font-weight: 200;
    border-bottom: 1px solid #33383CFF;
}

.wishlist-adder-button{
    outline: none;
    padding: 16px 24px;
    width: 100%;
    max-width: 344px;
    border-radius: 2px;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1rem;
    text-transform: uppercase;
}
.pruct-youmaylike-text{
    font-weight: normal;
    line-height: 34px;
    letter-spacing: -0.03rem;
    font-size: 1.5rem;
    font-stretch: 100%;
    font-variation-settings: "wght" 352, "wdth" 100, "CNTR" 28, "XHGT" 0;
    padding-bottom: 48px;
}


/* Mobil Swiper alapból rejtve */
.mobile-swiper {
    display: none;
}

.ekko-lightbox-nav-overlay{
    position: relative;
    top: -50%;
    font-size: larger;
}
.ekko-lightbox-nav-overlay > a:nth-child(2){
    position: relative;
    left: 96%;
}
/* .ekko-lightbox-nav-overlay > a:nth-child(2) */

.page-counter{
	position: fixed;
	left: 50%;
	bottom: 30px;
	z-index: 99999;
	text-align: center;
	background-color: white;
    transform: translateX(-50%);
}

/*  */
.menu-icon-box2{
    position: relative;
} 
.new-badge{
    position: absolute;
    
}
.new-badge img{
    max-width: 50px;
}
.new-badge2{
    position: absolute;
    
}
.new-badge2 img{
    max-width: 37px;
}
.brand_image_container{
    position: relative;
}

.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.95rem;
    color: #212121;
    
}


.url-container {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #212121;
    padding: 10px;
    cursor: pointer;
    z-index: 999;
    color: rgba(255, 255, 255, 0.8)
  }
  
  .url-container.show {
    display: block;
  }

.footer{
    z-index: 4096;
    position: fixed;
    bottom: 0;
    height: 60px;
    width: 100%;
    background-color: white;
    text-align: center;
    padding: 20px;
    font-size: larger;
    box-shadow: inset 0 1px 0 0 #eae8e4;
    /* background-color: #f5f5f5; */
}
.footerPrduct{
    z-index: 4096;
    position: fixed;
    bottom: 0;
    height: 60px;
    width: 100%;
    background-color: white;
    text-align: center;
    padding: 20px;
    font-size: larger;
    box-shadow: inset 0 1px 0 0 #eae8e4;

}
.footerMobile{
    display: none;
}
.nav-manu-mobile-stock-container::after{
    content: '';
    box-shadow: inset 0 1px 0 0 #eae8e4;
    display: block;
    width: 100%;
    height: 1px;
    margin: 0 auto;
}
.syl-footer-nav-stock{
    font-size: larger;
    text-align: center;
    margin: 10px 0;
    font-weight: bold;
}

.syl-footer-nav{
    padding: 0 30px;
    font-size: larger;
}

.syl-footer-nav.active{
    /* transition: 0.5s; */
    color: rgba(0,0,0,1);  
    font-weight: bolder;  
}
.syl-footer-nav-main{
    padding: 0 30px;
    font-size: larger;
}
.syl-footer-nav-main.active{
    /* transition: 0.5s; */
    color: rgba(0,0,0,1);  
    font-weight: bolder;  
}
.social-footer svg{
    width: 24px;
    height: auto;
    margin: 0 5px;
}


.menu-img{
    height: 56px;
    width:  56px;

}



/* ADMIN PAGE*/

/* A container, amely tartalmazza a radio gombokat */
#product-size {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;  /* Távolság a gombok között */
}

/* A radio gombok és a címkék */
#product-size label {
    display: inline-block;
    margin: 5px;
    font-size: 14px;
    position: relative;
    cursor: pointer;
}

/* Alapértelmezett radio gomb stílus eltüntetése */
#product-size input[type="radio"] {
    display: none;
}

/* A radio gombok kinézete, ha még nincs kiválasztva */
#product-size input[type="radio"] + label {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    border: 2px solid #ccc;
    font-size: 16px;
    color: #333;
    background-color: #fff;
    transition: background-color 0.3s, border-color 0.3s, color 0.3s;
}

/* Ha a radio gomb ki van választva */
#product-size input[type="radio"]:checked + label {
    background-color: #343a40;
    border-color: #fff;
    color: white;
}

/* Hover állapot, amikor a felhasználó az egérrel fölé viszi */
#product-size input[type="radio"] + label:hover {
    background-color: #f0f0f0;
    border-color: #999;
}

/* A radio gombok 10-esével tördelése */
#product-size label:nth-child(10n + 1) {
    margin-left: 0;
}

/* Extra stílus, hogy ne legyenek túl sűrűn elhelyezve */
#product-size label {
    margin-top: 5px;
}

/* Alapértelmezett állapot: a nem kiválasztott gombok */
#product-size input[type="radio"]:not(:checked) + label {
    background-color: #fff;
    border-color: #ccc;
    color: #333;
}


.dataTables_wrapper {
    margin-bottom: 20px;
}
.dataTables_filter{
    display: none;
}
.paginate_button.previous{
    margin-right: 3px;;
}
.paginate_button.next{
    margin-left: 3px;;
}
.paginate_button{
    cursor: pointer;
    border: 1px solid grey;
    box-sizing: border-box;
    padding: 0 2px;

}
.container-fluid{
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.proc {
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 150px;
  }

  
.nav-collapse {
    transform-origin: top;
}

  /* The Modal (background) */
  #modal {
    display: none;
    position: fixed;
    z-index: 999;
    overflow: auto;
    background-color: #212121;
  }
  
  /* Modal Content */
  #modal .modal-content {
    position: relative;
    background-color: #212121;
    margin: auto;
    padding: 0;
    
    
  }
  
  /* The Close Button */
  .close {
    color: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
    z-index: inherit;
  }
  
  .close:hover,
  .close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
  }
  
  /* Hide the slides by default */
  .mySlides {
    display: none;
    width: auto;
    max-width: 80%;
    max-height: 80vh;
    position: relative;
    
  }
  .mySlides img{
    max-width: 80%;
    max-height: 100vh;
  }
  
  /* Next & previous buttons */
  .mySlides .prev,
  .mySlides .next {
    position: absolute;
    top: 50%; 
    transform: translateY(-50%); 
    color: white;
    font-size: 24px;
    padding: 10px; 
    text-decoration: none;
    cursor: pointer;
  }
  
  .mySlides .prev {
    left: 15px;
  }
  
  .mySlides .next {
    right: 15px;
  }
  
  /* On hover, add a black background color with a little bit see-through */
  .prev:hover,
  .next:hover {
    background-color: rgba(255, 255, 255, 0.8);
  }
  .hamburger-menu {
    display: none; /* Alapértelmezett rejtett állapot */
    cursor: pointer;
    

  }
  .hamburger-menu .bar {
    width: 20px;
    height: 2px;
    background-color: #fff;
    margin: 3px 7px;
  }
  .hamburger-menu .bar:last-child{
    margin-bottom: 0px;
  }
  #navMenuMobile{
    /* padding-top: 10px; */
    display: none ;
    position: fixed;
    left: 0;
    bottom:0;
    width: 100%;
    background-color: white;
    text-align: left;
    box-shadow: inset 0 1px 0 0 #eae8e4;
  }
  #navMenuMobileMain{
    padding-top: 10px;
    display: none ;
    position: fixed;
    left: 0;
    bottom:0;
    width: 100%;
    background-color: white;
    text-align: left;
    box-shadow: inset 0 1px 0 0 #eae8e4;
  }
  .main-social-container{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-evenly;
    align-items: center;
    box-shadow: inset 0 1px 0 0 #eae8e4;
  }
  .main-social-row{
    padding-top: 10px;
    font-size: larger;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: 50%;
  }
  #navMenuMobileInquire{
    display: none ;
    position: fixed;
    left: 0;
    bottom:60px;
    width: 100%;
    background-color: white;
    text-align: left;
    box-shadow: inset 0 1px 0 0 #eae8e4;
  }
  .inquire-row{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
  }

.category-header{
    background-color: #000;
    width: 100%;
    color: white;
}
.choose-category-wrap{
    width: 100%;
    margin: 0 auto;
    overflow-y: hidden;
}
.choose-category-wrap::before,
.choose-category-wrap::after{
    width: 100%;
    content: '';
}
.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%;
}
.dropdown-item:focus, .dropdown-item:hover{
    background-color: transparent;
    
}
.carousel-control-prev{
    background: linear-gradient(to left, rgba(1, 1, 1, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}
.carousel-control-next{
    background: linear-gradient(to right, rgba(1, 1, 1, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}

  @media screen and (min-width: 576px){
    .carousel-inner{
        display: flex;
    }
    .carousel-item{
        display:block;
        margin-right:0;
        flex: 0 0 calc(100%/3);
    }
}

@media only screen and (min-width: 1440px) {
        .first-manu-container-syl-banner{
            display: inline-block;
            z-index: 297;
            position: absolute;
            top: 35%;
            left: 50%;
            transform: translate(-50%,50%);
            line-height: 0;
            color:#fff;
            font-size: 3.875rem;

        }
        .first-menu-container{
            background-color: #000;
            position: absolute;
            top: 0;
            width: 100%;
            height: 100vh;
            z-index: 8196;
            display: flex;
        }

        .first-choices{
            background-color: #000;
            height: 100vh;
            position: relative;
            padding-bottom: 20px;
            width: 50%;
        }
        .first-menu-container:hover .first-choices {
            opacity: 0.4;
            transition: opacity 0.3s ease;
        }

        .first-choices:hover {
            opacity: 1 !important;
        }
        .first-choices img{
            width: 100%;
            object-fit: cover; 
            object-position: 58% top;
            height: 100vh;
        }

        .first-choices .details{
            width: 100%;
            position: absolute;
            display: flex;
            flex-direction: column;            
            bottom:0;
            left: 0;
            padding-bottom: 120px;
            justify-content: center;
            color: white;
            text-align: center;
            background: linear-gradient(rgba(18, 18, 18, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
        }
        .first-choices .details .inside-details1{
            font-weight: normal;
            line-height: 42px;
            letter-spacing: -0.04rem;
            font-size: 2rem;
            font-stretch: 100%;
            font-variation-settings: "wght" 352, "wdth" 100, "CNTR" 28, "XHGT" 0;
        }
        
        .krikal_style{
            z-index: 1024;
            color: #fff;
            font-weight: 500;
            font-size: 0.875rem;
            text-decoration: none;
            line-height: 2.7;
            padding-bottom: 2px;
            display: inline;
            --lineWidth: 100%;

            background-image: linear-gradient(#fff 0 0);
            background-repeat: no-repeat;
            
            background-size: var(--lineWidth, 0%) 0.0625rem;
            -webkit-background-size: var(--lineWidth, 0%) 0.0625rem;

            -webkit-background-position: calc(100% - var(--lineWidth, 0%)) 100%;
            background-position: calc(100% - var(--lineWidth, 0%)) 100%;

            transition: .3s, background-position 0s;

        }

        .krikal_style:hover {
            --lineWidth: 0%;
            
        }


}
@media only screen and (max-width: 1439px) {
        .first-manu-container-syl-banner{
            display: inline-block;
            z-index: 297;
            position: absolute;
            top: 2%;
            left: 50%;
            transform: translateX(-50%);
            line-height: 0;
            color:#fff;
            font-size: 1.5rem;

        }
       .first-menu-container{
            position: absolute;
            top: 0;
            width: 100%;
            height: 50vh;
            z-index: 8196;
            display: block;
        }

        .first-choices{
            height: 50vh;
            position: relative;
            padding-bottom: 20px;
        }
        .first-choices img{
            width: 100%;
            object-fit:cover; 
            object-position: top;
            height: 50vh;
        }
        .first-choices .details{
            width: 100%;
            position: absolute;
            display: flex;
            flex-direction: column;            
            bottom:0;
            left: 0;
            padding-bottom: 10px;
            justify-content: center;
            color: white;
            text-align: center;
            background: linear-gradient(rgba(18, 18, 18, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
        }
         .krikal_image_fix{
            object-position:top;
        }
        .first-choices .details .inside-details1{
            font-weight: normal;
            line-height: 20px;
            letter-spacing: -0.03rem;
            font-size: 1.5rem;
            font-variation-settings: "wght" 352, "wdth" 100, "CNTR" 28, "XHGT" 0;
            font-stretch: 100%;
        }
        
        .krikal_style{
            z-index: 1024;
            color: #fff;
            font-weight: 500;
            font-size: 0.875rem;
            text-decoration: none;
            line-height: 2.7;
            padding-bottom: 2px;
            display: inline;
            --lineWidth: 100%;

            background-image: linear-gradient(#fff 0 0);
            background-repeat: no-repeat;
            
            background-size: var(--lineWidth, 0%) 0.0625rem;
            -webkit-background-size: var(--lineWidth, 0%) 0.0625rem;

            -webkit-background-position: calc(100% - var(--lineWidth, 0%)) 100%;
            background-position: calc(100% - var(--lineWidth, 0%)) 100%;

            transition: .3s, background-position 0s;

        }

        .krikal_style:hover {
            --lineWidth: 0%;
        }
}

.swiper-button-next:after, .swiper-button-prev:after{
    padding: 22px;
    border-radius: 2px;
    font-size: 12px;
    color: #33383CFF;

}
.syl-product-card .swiper-button-next,
.syl-product-card .swiper-button-prev {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}
.syl-product-card:hover .swiper-button-next,
.syl-product-card:hover .swiper-button-prev {
    opacity: 1;
    visibility: visible;
}
/* Scrollbar stílus */
.swiper-scrollbar {
    background: rgba(0, 0, 0, 0.1); /* track szín */
    height: 2px;
    margin-top: 6px;
}

.swiper-scrollbar-drag {
    background: #000; /* sáv szín */
    border-radius: 4px;
    height: 100%;
}
.swiper-horizontal>.swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal{
    bottom: var(--swiper-scrollbar-bottom, -2px);
}

.syl-product-card .swiper-scrollbar {
    opacity: 0;
    transition: opacity 0.3s ease;
}

.syl-product-card:hover .swiper-scrollbar {
    opacity: 1;
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (max-width: 1024px) {
    .syl-product-card{
        width: calc(33% - 3px);
    }
    .footer-syl-img{
        display: none;
    }
    
}


@media only screen and (max-width: 1024px) {
    .desktop-grid {
        display: none;
    }
    .mobile-swiper {
        display: block;
    }
    .product-container {
        flex-direction: column;
    }
    .product-row.mobile-swiper{
        margin-bottom:20px;
    }
    .pruct-youmaylike-text{
        padding-bottom: 27px;
    }
    .product-container .image-gallery,
    .product-container .product-info {
        width: 100% !important;
        
    }
    .product-info{
        padding-top: 0;
        padding-left: 0;
        padding-right: 0;
    }
    
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .header-logo{
        font-size: 28px;
    }
    .brand_image_container{
        width: 50%;
    }
    .logo-container img{
        width: auto;
    }
    .social-container svg{
        width: 48px;
    }
    .syl-product-card{
        width: calc(50% - 3px);
    }
    .syl-product-card.product-view{
        max-width: 100%;
    }
    
    .hamburger-menu {
        display: flex ; /* Hamburger ikon megjelenítése mobil nézetben */
        flex-direction: column;
        flex-wrap: wrap;
        align-content: flex-end;
        justify-content: center;
        align-items: center;
    }
    .footer{
        display:none;
    }
    .footerMobile{
        display: block;
        z-index: 9999;
        height: 60px;
        width: 100%;
        position: fixed;
        bottom: 0;
        background-color: white;
        text-align: center;
        padding: 20px;
        font-size: larger;
        box-shadow: inset 0 1px 0 0 #eae8e4;
    }
    .stock-text{
        font-size: 14px;
    }
    .syl-menu-conatiner{
        justify-content: space-around !important;
        overflow: auto;
    }
    .choose-category-wrap{
        width: 100%;

    }
    
    .mySlidesProduct, .slideshow-container{
        height: auto;
    }
    .prevProd {
        left: 2%;
    }
    .nextProd{
        right: 2%;
    }
   
    .logo-animation a{
        font-size: 4rem !important;
    }
    .full-screen-video-container, .full-screen-brand-container{
        top: -75px;
    }
    .product-info{
        padding: 0;
    }
    /* before_main_view start */

        .first-menu-container{
            position: absolute;
            top: 0;
            width: 100%;
            height: 100vh;
            z-index: 8196;
        }

        .first-choices{
            height: 50vh;
            position: relative;
            padding-bottom: 20px;
        }
        .first-choices img{
            width: 100%;
            object-fit:cover; 
            object-position: top;
            height: 50vh;
        }
        .first-choices .details{
            width: 100%;
            position: absolute;
            display: flex;
            flex-direction: column;            
            bottom:0;
            left: 0;
            padding-bottom: 10px;
            justify-content: center;
            color: white;
            text-align: center;
            background: linear-gradient(rgba(18, 18, 18, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
        }
        .first-choices .details .inside-details1{
            font-weight: normal;
            line-height: 20px;
            letter-spacing: -0.03rem;
            font-size: 1.5rem;
            font-variation-settings: "wght" 352, "wdth" 100, "CNTR" 28, "XHGT" 0;
            font-stretch: 100%;
        }
        
        .krikal_style{
            color: #fff;
            font-weight: 500;
            letter-spacing: normal;
            font-style: underline;
            font-size: 0.875rem;
            text-decoration: none;
            line-height: 2.7;
            padding-bottom: 2px;
            display: inline;
            --lineWidth: 100%;
            background-repeat: no-repeat;
            background-size: var(--lineWidth, 0%) 0.0625rem;
            background-image: linear-gradient(currentColor 0 0);
            transition: .3s, background-position 0s;
            display: inline;
            -webkit-background-position: calc(100% - var(--lineWidth, 0%)) 100%;
            background-position: calc(100% - var(--lineWidth, 0%)) 100%;
            -webkit-background-size: var(--lineWidth, 0%) 0.0625rem;
            transition: .3s, background-position 0s;


        }
        


    /* before_main_view end */
   
   
    
}
