body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-image: url('Index Háttérkép - Leonardo.jpg');
    background-size: cover;
    background-position: center;
}

.container {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 20px;
}

header {
    background-color:  black;
    color: #FFD700; 
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('Boulevard Home Header - Leonardo.jpg');
    background-position: center;
    line-height: 3vh;
    
}

/* Hero kép a header alatt */
.header-hero {
  display: block;
  width: 100%;
  height: clamp(220px, 35vw, 520px); /* mobil → desktop skálázás */
  margin: 0;
  overflow: hidden;
}
.header-hero img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;  /* kitölti a sávot, nem torzul */
}

.logo {
    max-width: 1vw; /* Logó méretezése */
    margin-left: 1vw;
}

.logo img {
    max-width: 113px; /* A logó maximális szélessége */
}

.products {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.cart-icon {
    font-size: 23px;
    color: #fff;
    transform: scaleX(-1);
    position: relative;
}

.cart-badge {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(50%, -50%);
    background-color: white;
    color: black;
    border-radius: 50%;
    padding: 4px 8px;
    font-size: 14px;
}

.cart-wrapper {
    position: relative;
}

#cart-count {
    color: white;
    display: inline-block;
    padding: 1px 5px;
    border-radius: 90%;
    position: absolute;
    top: 3px;
    right: 40px;
    font-weight: bold;
    background-color: grey;
    border-radius: 10px;
    text-align: center;
}

.badge:after {
    content: attr(value);
    font-size: 12px;
    color: #fff;
    border-radius: 50%;
    padding: 0 5px;
    position: relative;
    left: -8px;
    top: -10px;
    opacity: 0.9;
}

h1 {
    font-size: 5vw;
    font-family: "Cinzel Decorative", serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    margin-top: 0; /* Margin eltávolítva felül */
    margin-bottom: 20px;
    color: #000; /* Fekete szín a betűk belsejéhez */
    position: absolute; /* Pozíció beállítva abszolútra */
    top: 3vw; 
    left: 0;    
    right: 0;
    letter-spacing: 2px; /* Enyhén nagyobb szóköz a betűk között */
    text-transform: uppercase;

    /* Körvonal beállítása */
    -webkit-text-stroke: 3px black; /* Fekete körvonal */
    text-stroke: 3px black; /* Fekete körvonal */
    
    /* Ragyogó hatás */
    text-shadow: 0 0 15px darkblue, 0 0 5px white;

    /* Szöveg színátmenet */
    background: linear-gradient(90deg, cyan, cyan); /* Csak cián szín */
    background-clip: text;
    -webkit-background-clip: text;
    color: white; /* Fehér szín a betűk közepéhez */

    /* Átlátszó belső kitöltés törlése */
    color: white; /* A betű belseje most fehér lesz */
    border: 2px solid transparent; /* Sima átmenet a körvonalhoz */
}

.about-us {
  max-width: min(92vw, 1500px);            /* 1100px helyett több hely */
  margin-inline: auto;
  padding:
    clamp(96px, 12vh, 160px) 16px  /* TOP padding: ne csússzon a header alá */
    clamp(220px, 22vh, 300px) 16px;/* BOTTOM padding: ne érjen a footerhez */
  line-height: 1.85;
  font-size: 1.1rem;
  color: yellow;                   /* a te brand-stílusod szerint */
  overflow-wrap: anywhere;         /* hosszú szavak se lógjanak ki */
}

/* A globális h1-ed abszolút pozicionált. Itt felülírjuk CSAK az about blokkban. */
.about-us h1 {
  position: static;                /* FELÜLÍRÁS a global 'h1 { position:absolute }'-re */
  font-size: clamp(32px, 5vw, 60px);
  margin: 0 0 12px 0;
	margin-top: -100px;/* nincs felül marginkollapszus */
  -webkit-text-stroke: 0;          /* ha nem kell körvonal a belső címhez */
  text-shadow: none;               /* tiszta, olvasható cím a szövegben */
  background: none;                /* ne örökölje a gradiens-kiszínezést */
  color: yellow;                   /* maradhat sárga, ahogy kérted */
}

/* Al-címek és szövegek */
.about-us h2 {
  font-size: clamp(22px, 3vw, 28px);
  margin: 28px 0 10px 0;
  color: yellow;
}
.about-us p {margin: 0 0 12px 0;}
.about-us ul { margin: 8px 0 16px 18px; }

/* ---- Meta-blokk (igényes, áttekinthető, ha használod) ---- */
.meta{ row-gap: 24px; }
.meta .row{
  display: grid;
  grid-template-columns: minmax(420px, 560px) 1fr;   /* hosszú címkékért */
  column-gap: clamp(40px, 6vw, 80px);               /* nagyobb tér a két oszlop közt */
  align-items: start;
}

.meta .label {
  opacity: .9;
  font-weight: 700;
  letter-spacing: .2px;
  white-space: nowrap;
  padding-top: 37px;
}
.meta .row .value {
  grid-column: 2;                   /* minden value a jobb oszlopba */
  display: block;                   /* egymás ALÁ kerülnek */
  white-space: nowrap;
  padding-top: 20px;
  padding-bottom: 20px;/* asztalin egy sorban maradnak */
}

.badge {
  display: inline-block;
  padding: 8px 8px;
  border: 3px solid currentColor;
  border-radius: 1000px;
  font-size: 1.3rem;
  font-weight: 750;
  letter-spacing: .2px;
  margin-left: 10px;
  vertical-align: middle;
}




/* ---- Folyamat-lépések (ha használod) ---- */
.process {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 10px 0 16px 0;
}
.process li {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  white-space: nowrap;
}
.process li::after {
  content: "→";
  margin-left: 10px;
  opacity: .8;
}
.process li:last-child::after { content: ""; margin: 0; }




@keyframes strokeAnimation {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 100% 50%;
    }
}

nav {
    flex-grow: 1;
}

nav ul {
    list-style: none;
    padding: 0;
    text-align: center;
}

nav ul li {
    display: inline-block;
    margin-right: 30px;
}

nav ul li a {
    display: inline-block;
    padding: 15px 60px;
    font-size: 23px;
    color: #fff;
    font-weight: bold;
    border-radius: 10px;
    text-decoration: none;
    transition: background-color 0.5s ease, color 0.5s ease;
    box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.05);
    position: relative;
    z-index: 1;
    overflow: hidden;
}

nav ul li a .fab {
    font-size: 30px;
    line-height: 80px;
    position: relative;
    z-index: 2;
    color: #fff;
}

nav ul li a::after {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    background: white;
    position: absolute;
    transition: 0.5s;
    z-index: -1;
}

nav ul li a:hover::after {
    left: 0;
}

nav ul li a:hover {
    background-color: #FFD700;
    color: #0B3D1E;
}

nav ul li a:hover .fab {
    color: #000;
}

.products {
    padding: 35px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.product-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.product {
    display: inline-block;
    background-color: #fff;
    margin: 20px;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    border: 5px solid black;
    background-color: lightgrey;
	
}

.product img {
    width: 600px;
    height: 700px;
	margin-top: 13.5px;
	margin-left: 25px;
    border-radius: 13px;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.product img:hover {
    transform: scale(1.128, 1.078);
}

.product h2 {
	color: white;
    font-size: 50px;
    margin-left: 910px;
	max-width: 100%;
	white-space: nowrap;
	word-wrap: break-word;
    align-items: center;
    position: relative;
    bottom: 750px;
}

.product p.price {
    font-weight: bold;
    color: #007bff;
    font-size: 50px;
	position: relative;
    bottom: 350px;
	margin-left: 800px;
    text-align: center;
}

.product-description {
    font-size: 30px;
    color: white;
    line-height: 1.6;
    max-width: 600px;
    text-align: left;
    position: absolute;  /* Fix pozíció */
    top: 350px; /* Finomhangold a pontos helyére */
    left: 980px; /* Igazítás a termékkép mellé */
}



.product button {
    display: block;
    width: 100%;
	height: 60px;
    padding: 10x;
	font-size: 21px;
    margin-top: 10px;
	bottom: 450px;
	margin-left: 700px;
    background-color: #007bff;
    color: #fff;
    border: none;
    cursor: pointer;
    font-weight: bold;
    transition: background-color 0.5s ease, color 0.5s ease;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.product button::after {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    background: #28a745;
    position: absolute;
    transition: 0.8s;
    z-index: -1;
}

.product button:hover::after {
    left: 0;
}

.product button:hover {
    color: #000;
}

.quantity-selector {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-color: none;
    border-radius: 10px;
    overflow: hidden;
	width: 200px;
	height: 52px;
    border: 3px solid #007bff;
    background: linear-gradient(to right, #808080, #ffffff);
    padding: 1px;
}

.quantity-selector::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 40px);
    height: 100%;
    background-color: red;
    border-radius: 5px;
    z-index: -1;
}

.minus,
.plus {
    cursor: pointer;
    padding: 5px 10px;
    background-color: #007bff;
    font-weight: bold;
    color: #fff;
    border: none;
    border-radius: 5px;
    margin: 0 5px;
}

.minus:hover {
    background-color: red;
    transition: background-color 1s ease;
}

.plus:hover {
    background-color: green;
    transition: background-color 1s ease;
}

.minus,
.plus {
    cursor: pointer;
    padding: 10px 15px;
    background-color: #007bff;
    font-weight: bold;
	font-size: 18px;
    color: #fff;
    border: none;
    border-radius: 12.5px;
    margin: 0 5px;
	outline: none; /* Eltávolítja a kék keretet */
    user-select: none; /* Megakadályozza a szöveg kijelölését */
    -webkit-tap-highlight-color: transparent; /* Mobil böngészőben is eltünteti a fókuszt */

}

.minus:focus,
.plus:focus {
    outline: none;
    box-shadow: none; /* Biztosan eltávolítja az esetleges árnyékot is */
}

.num {
    font-size: 32px;
    font-weight: bold;
    margin: 0 10px;
    color: #333;
}

.wrapper {
    display: inline-block;
    border: 3px solid #007bff;
    border-radius: 10px;
    background: linear-gradient(to right, #808080, #ffffff);
    overflow: hidden;
    justify-content: center;
    max-width: fit-content;
    margin: 0 auto;
	height: 60px;
	margin-left: 1035px;
	position: relative;
    bottom: 470px;
}

button, label, summary, [role=button], [type=checkbox], [type=radio] {
     -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
    cursor: pointer;
    padding:  5px;
    background-color: #007bff;
    font-weight: bold;
    color: #fff;
    border: none;
    border-radius: 5px;
    margin: 0 3px;
    font-size: 15px;
    font-weight: bold;
}

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
body{
	line-height: 1.5;
	font-family: 'Poppins', sans-serif;
}
.row{
	display: flex;
	flex-wrap: wrap;
}
ul{
	list-style: none;
}
.footer{
	background-color: #24262b;
    padding: 70px 0;
	width: 100%;
	left: 0;
	right: 0;
	margin-top: -200px;
}
.footer-col{
   width: 25%;
   padding: 10 15px;
	
   
}
.footer-col h4{
	font-size: 18px;
	color: #ffffff;
	text-transform: capitalize;
	margin-bottom: 35px;
	font-weight: 10000;
	position: relative;
	
}
.footer-col h4::before{
	content: '';
	position: absolute;
	left:0;
	bottom: -10px;
	background-color: red;
	height: 2px;
	box-sizing: border-box;
	width: 50px;
}
.footer-col ul li:not(:last-child){
	margin-bottom: 10px;
}
.footer-col ul li a{
	font-size: 16px;
	text-transform: capitalize;
	color: #ffffff;
	text-decoration: none;
	font-weight: 300;
	color: #bbbbbb;
	display: block;
	transition: all 0.3s ease;
}
.footer-col ul li a:hover{
	color: #ffffff;
	padding-left: 8px;
}
.footer-col .social-links a{
	display: inline-block;
	height: 40px;
	width: 40px;
	background-color: rgba(255,255,255,0.2);
	margin:0 10px 10px 0;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	color: #ffffff;
	transition: all 0.5s ease;
}
.footer-col .social-links a:hover{
	color: #24262b;
	background-color: #ffffff;
}







/*responsive*/
@media(max-width: 767px){
  .footer-col{
    width: 50%;
    margin-bottom: 30px;
}
}
@media(max-width: 574px){
  .footer-col{
    width: 100%;
}
}


#page-header{
            background-image: url("C:\Users\Gergo\Desktop\Weblap\Parfümök Header.jpg");
}

@media (max-width: 3000px) {
    .product {
        width: 700px;
		height: 775px;/* Három elem egy sorban */
    }
    .logo img {
    max-width: 110px; /* A logó maximális szélessége */
    }
	
}
@media (max-width: 1200px) {
	h1 {
    font-size: 10vw;
    position: absolute; 
    top: 6vw; 
    margin-left: 65px;     
    right: 0;
}
	}

@media (max-width: 1100px) {
	h1 {
    font-size: 10vw;
    position: absolute; 
    top: 6vw; 
    margin-left: 65px;     
    right: 0;
}
	}

@media (max-width: 1200px) {
    .product {
        width: 350px; /* Három elem egy sorban */
    }

}	 

    
    @media (max-width: 1305px) {
    .logo img {
    max-width: 95px; /* A logó maximális szélessége */
    }
		h1 {
    font-size: 7vw;
    position: absolute; 
    top: 4vw; 
    margin-left: 65px;     
    right: 0;
 }
		}

@media (max-width: 1000px) {
		 h1 {
    font-size: 7vw;
    position: absolute; 
    top: 6vw; 
    margin-left: 65px;     
    right: 0;
 }
	
		@media (max-width: 850px) {
		 h1 {
    font-size: 10vw;
    position: absolute; 
    top: 9vw; 
    margin-left: 65px;     
    right: 0;
 }       
       
    
@media (max-width: 768px) {
    .product {
        width: 350px; /* Két elem egy sorban */
    }
    
}
 @media (max-width: 911px) {
    .logo img {
    max-width: 85px; /* A logó maximális szélessége */
    }
	 
	 h1 {
    font-size: 10vw;
    position: absolute; 
    top: 6vw; 
    margin-left: 65px;     
    right: 0;
}
	@media (max-width: 751px) {	 
   h1 {
    font-size: 10vw;
    position: absolute; 
    top: 6vw; 
    margin-left: 65px;     
    right: 0;
}
	
@media (max-width: 600px) {	 
   .product {
        width: 50vw; /* Egy elem egy sorban */
	position: center;
	left: 0;    
        right: 0;
		
    }

	.product img {
    width: 250px;
    height: 400px;
    border-radius: 13px;
    object-fit: cover;
    transition: transform 0.6s ease;
}
	h1 {
    font-size: 10vw;
    position: absolute; 
    top: 7vw; 
    margin-left: 65px;     
    right: 0;
}
	 @media (max-width: 590px) {
   
.product img {
    width: 245px;
    height: 400px;
    border-radius: 13px;
    object-fit: cover;
    transition: transform 0.6s ease;
}

@media (max-width: 900px) {
  .about-us { max-width: 100%; padding-right: 16px; }
  .meta .row { grid-template-columns: 1fr; column-gap: 0; }
  .meta .row .label, .meta .row .value { grid-column: 1; }
  .meta .row .value { white-space: normal; }
  .registry .tax { justify-self: start; } /* mobilon balra igazítjuk */
}


		@media (max-width: 580px) {
   
.product img {
    width: 235px;
    height: 300px;
    border-radius: 13px;
    object-fit: cover;
    transition: transform 0.6s ease;
}
			@media (max-width: 570px) {
   
.product img {
    width: 235px;
    height: 300px;
    border-radius: 13px;
    object-fit: cover;
    transition: transform 0.6s ease;
}
				@media (max-width: 560px) {
   
.product img {
    width: 230px;
    height: 300px;
    border-radius: 13px;
    object-fit: cover;
    transition: transform 0.6s ease;
}
								@media (max-width: 550px) {
   
.product img {
    width: 210px;
    height: 300px;
}		
					@media (max-width: 540px) {
   
.product img {
    width: 210px;
    height: 300px;
}
						@media (max-width: 520px) {
   
.product img {
    width: 210px;
    height: 300px;
    border-radius: 13px;
    object-fit: cover;
    transition: transform 0.6s ease;
	
}							@media (max-width: 510px) {
   
.product img {
    width: 200px;
    height: 250px;
   
}
	@media (max-width: 505px) {
   
.product img {
    width: 200px;
    height: 250px;
   
}
	@media (max-width: 500px) {
   
.product img {
    width: 200px;
    height: 300px;
   
}

	@media (max-width: 490px) {
   
.product img {
    width: 190px;
    height: 250px;
   
}

	@media (max-width: 490px) {
   
.product img {
    width: 190px;
    height: 250px;
	
}	
		@media (max-width: 470px) {
   
.product img {
    width: 180px;
    height: 250px;
	
}		
	@media (max-width: 460px) {
   
.product img {
    width: 180px;
    height: 250px;
	
}
			@media (max-width: 450px) {
   
.product img {
    width: 180px;
    height: 250px;
	
}
				
@media (max-width: 440px) {
   
.product img {
    width: 170px;
    height: 250px;
	
}	
					@media (max-width: 430px) {
   
.product img {
    width: 160px;
    height: 250px;
	
}
				@media (max-width: 420px) {
   
.product img {
    width: 160px;
    height: 250px;
	
}
	@media (max-width: 410px) {
   
.product img {
    width: 155px;
    height: 250px;
	
}
			@media (max-width: 400px) {
   
.product img {
    width: 145px;
    height: 250px;
	
}
							@media (max-width: 380px) {
   
.product img {
    width: 135px;
    height: 200px;
	
}
											@media (max-width: 370px) {
   
.product img {
    width: 135px;
    height: 200px;
	
}
												
	@media (max-width: 360px) {
    .product {
        width: 50vw; /* Egy elem egy sorban */
	position: center;
	left: 0;    
        right: 0;
		
    }
		
.product img {
    width: 130px;
    height: 200px;
    border-radius: 13px;
    object-fit: cover;
    transition: transform 0.6s ease;
}
    nav ul li {
        display: block;
        margin: 1px 0;
    }
	
    h1 {
    font-size: 10vw;
    position: absolute; 
    top: 8vw; 
    margin-left: 85px;     
    right: 0;
}	    