@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500;600&display=swap');

:root{
	--white: white;
    --pink: pink;
	--yellow: pink;
	--yellow: pink;
    --black:#405560;
	--blue: #032368;
    --light-color:#405560;
	--gray: lightgray;
    --box-shadow: 0 .5rem 0.5rem rgba(0,0,0,.1);
	--box-shadow-2: 0 .5rem 0.5rem rgba(0,0,0,.1);
    --border:.2rem solid rgba(0,0,0,.1);
	--border1: 0.2rem solid rgba(255, 255, 0, 0.1);

    --outline:.1rem solid rgba(0,0,0,.1);
    --outline-hover:.2rem solid var(--blue);
	--FF: 'SF Pro Display';
}

*{
    font-family: var(--FF);
    margin:0; padding:0;
    box-sizing: border-box;
    outline: none; border:none;
    text-decoration: none;
   


}


html{
    font-size: 62.5%;
    overflow-x: hidden;
    scroll-behavior: smooth;
    scroll-padding-top: 7rem;
	color: #023068
}

body{
     	background-color: white;
	 font-family: var(--FF);


	
	 
     margin: 0;
        padding: 0;
        position: relative;
        background-color: white;

	
}



body::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
 background-image: url(https://1907.h/images/fenerbahcem_background.png);
	opacity: 0.4;
        z-index: -1;
    }

section{
    padding:2rem 4%;
}


h1 {
  font-size: 50px;
  font-weight: bold;
   color:var(--black);
		 font-family: var(--FF);
	text-transform: uppercase;
	font-weight: lighter;
}

h2 {
  font-size: 40px;
  font-weight: bold;
   color:var(--black);
		 font-family: var(--FF);
	text-transform: uppercase;
	font-weight: lighter;
}


h3 {
  font-size: 30px;
  font-weight: bold;
   color:var(--black);
		 font-family: var(--FF);
	text-transform: uppercase;
	font-weight: lighter;
}



h4 {
  font-size: 14px;
    font-weight: 600;
   color:var(--black);
	
	text-transform: uppercase;

		 font-family: var(--FF);

	padding-bottom: 5px;
}

h5 {
  font-size: 16px;
  font-weight: bold;
   color:var(--black);
		 font-family: var(--FF);
	text-transform: uppercase;
	font-weight: lighter;
}


p1{
  font-size: 2rem;

}



p2{
  font-size: 14px;
  color:var(--black);
		 font-family: var(--FF);
	font-weight: 300;

	;

}



p3{
  font-size: 2rem;
  color:var(--black);
		 font-family: var(--FF);
}

p4{
  font-size: 2rem;

}






.a {

color:var(--black);
}

a:link {
color:var(--black);
}

/* visited link */
a:visited {
 color:var(--black);
}

/* mouse over link */
a:hover {
  color:var(--pink);
}

/* selected link */
a:active {
color:var(--black);
}






.ugi-divider-300{
   height: 200px;
  }


.heading{
    text-align: center;
    padding:2rem 0;
    padding-bottom: 3rem;
    font-size: 4vw;
    color:var(--black);
	text-transform: uppercase;
	font-weight: lighter;
}

.heading span{
   
    color:#fff;
    display: inline-block;
    padding:.5rem 0rem;
	font-weight: bold;
  color:var(--black);
	text-transform: uppercase;
}



.logo{
	 
	width:200px;
		   transition: all .2s linear;
	z-index: 3000;
}
.logo img{
	 transition: all .2s linear;
	width:200px;
}


.active_logo_ugi{
	

 display: block;
		
 
width: 70px;
}
.active_logo_ugi img{

 display: block;
width: 70px;
}


.header .logo i{
    color:var(--pink);
}

.btn{
    margin-top: 1vw;
    display: inline-block;
    padding:5px 10px;
    font-size: 12px;
    border-radius: 5px;
    border:.1rem solid var(--gray);
    color:var(--yellow);
    cursor: pointer;
     background: var(--blue);
}

.btn:hover{
    background: var(--pink);
    color: var(--blue);
}

.header{
	height: 200px;
    position: fixed;
    top:0; left:0; right: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:2rem 9%;
   transition: all .2s linear;
    box-shadow: var(--box-shadow);
	 background-image: url(https://1907.h/images/DESIGN/header_background_new.jpg);
    background-size: auto; /* Keep the background image at its original size */
    background-position: center; /* Center the image horizontally and vertically */
    background-repeat: no-repeat; /* Prevent image repetition */
 
}


.header .logo i{
    color:var(--pink);
}

.header .navnavbar a{
    font-size: 14px;
    margin:0 1rem;
 
}

.header .navbar a:hover{
    color:var(--pink);
}
.icons{
   
    width: 22vw;
}


.header .icons div{
    height: 2vw;
    width: 2vw;

    line-height: 2vw;
    border-radius: .5rem;
    background: #eee;
    color:var(--black);
    font-size: 1.2vw;
    margin-left: .3rem;
    cursor: pointer;
    text-align: center;
	float: left;
}

.header .icons div:hover{
    background: var(--pink);
    color:#fff;
}

#menu-btn{
    display: none;
}

.header .search-form{
    position: absolute;
    top:110%; right:-110%;
    width: 50rem;
    height:5rem;
    background: #fff;
    border-radius: .5rem;
    overflow: hidden;
    display: flex;
    align-items: center;
    box-shadow: var(--box-shadow);
}

.header .search-form.active{
    right:2rem;
    transition: .4s linear;
}

.header .search-form input{
    height:100%;
    width:100%;
    background: none;
    text-transform: none;
    font-size: 1.6rem;
    color:var(--black);
    padding:0 1.5rem;
}

.header .search-form label{
    font-size: 2.2rem;
    padding-right: 1.5rem;
    color:var(--black);
    cursor: pointer;
}

.header .search-form label:hover{
    color:var(--pink);
}

   #searchResults {
        display: none;
    }

    #searchResults.show {
       display: block;
  
} 

/* Add your CSS styles for the small window here */
        .ugi_search_list {
   
            display: block;
            position: relative;
            width: 100px;
		height: 180px;
            margin-right: 5px;
			margin-bottom: 5px;
			box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
            border-radius: 10px;
            padding: 5px;
        float: left;
			background-color: white;
        }

.ugi_search_list a:link {
    color: black;
    text-decoration: none;
	
}
.ugi_search_list  a:visited {
     color: black;
}

.ugi_search_list  a:hover {
    color: pink;
}



 .ugi_search_titel {
    display: block;
    position: relative;
    text-align: center;
    width: 100%;
	 height: 25px;
    font-size: 9px;

    text-decoration: none;
    color: var(--black);
	
	 margin-bottom: 5px;
}



.ugi-search-price{
	display: block;
                position: relative;
           top: 0;
            right: 0;
            font-size: 10px;
            font-weight: bold;
			margin-right: 10px;
			  color: var(--pink);
	float: right;
			
        }
.ugi-search-price a:link {
     color: var(--pink);
    text-decoration: none;
	
}
.ugi-search-price  a:visited {
     color: black;
}

.ugi-search-price a:hover {
    color: black;
}


.b2b_search_img{
	display: block;
	position: relative;
	width: 100%;
}



#searchResults {
  /* Existing styles */
  display: block;
  position: absolute;
  left: 50%;
  top: 10px;
  transform: translateX(-50%); /* Center horizontally */
  width: 80%;
  height: 80vh;
  overflow-y: auto;
  padding: 5px;
  box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.7);
	z-index: 2;
	margin-top: 145px;
}



.header .shopping-cart{
    position: absolute;
    top:110%; right:-110%;
    padding:1rem;
    border-radius: .5rem;
    box-shadow: var(--box-shadow);
    width:35rem;
    background: #fff;
}

.header .shopping-cart.active{
    right:2rem;
    transition: .4s linear;
}

.header .shopping-cart .box{
    display: flex;
    align-items: center;
    gap:1rem;
    position: relative;
    margin:1rem 0;
}

.header .shopping-cart .box img{
    height:10rem;
}

.header .shopping-cart .box .fa-trash{
    font-size: 2rem;
    position: absolute;
    top:50%; right:2rem;
    cursor: pointer;
    color:var(--light-color);
    transform: translateY(-50%);
}

.header .shopping-cart .box .fa-trash:hover{
    color:var(--pink);
}

.header .shopping-cart .box .content h3{
    color:var(--black);
    font-size: 1.7rem;
    padding-bottom: 1rem;
}

.header .shopping-cart .box .content span{
    color:var(--light-color);
    font-size: 1.6rem;
}

.header .shopping-cart .box .content .quantity{
    padding-left: 1rem;
}

.header .shopping-cart .total{
    font-size: 2.5rem;
    padding:1rem 0;
    text-align: center;
    color:var(--black);
}

.header .shopping-cart .btn{
    display: block;
    text-align: center;
    margin:1rem;
}


.header .ugicart{
    position: absolute;
    top:110%; right:-110%;
    padding:1rem;
    border-radius: .5rem;
    box-shadow: var(--box-shadow);
    width:35rem;
    background: #fff;
}

.header .ugicart.active{
    right:2rem;
    transition: .4s linear;
}

.header .ugicart .box{
    display: flex;
    align-items: center;
    gap:1rem;
    position: relative;
    margin:1rem 0;
}

.header .ugicart .box img{
    height:10rem;
}

.header .ugicart .box .fa-trash{
    font-size: 2rem;
    position: absolute;
    top:50%; right:2rem;
    cursor: pointer;
    color:var(--light-color);
    transform: translateY(-50%);
}

.header .ugicart .box .fa-trash:hover{
    color:var(--pink);
}

.header .ugicart .box .content h3{
    color:var(--black);
    font-size: 1.7rem;
    padding-bottom: 1rem;
}

.header .ugicart .box .content span{
    color:var(--light-color);
    font-size: 1.6rem;
}

.header .ugicart .box .content .quantity{
    padding-left: 1rem;
}

.header .ugicart .total{
    font-size: 2.5rem;
    padding:1rem 0;
    text-align: center;
    color:var(--black);
}

.header .ugicart .btn{
    display: block;
    text-align: center;
    margin:1rem;
}






.header .login-form{
    position: absolute;
    top:110%; right:-110%;
    width:35rem;
    box-shadow: var(--box-shadow);
    padding:2rem;
    border-radius: .5rem;
    background: #fff;
    text-align: center;
}

.header .login-form.active{
    right:2rem;
    transition: .4s linear;
}

.header .login-form h3{
    font-size: 2.5rem;
    text-transform: uppercase;
    color: var(--black);
}

.header .login-form .box{
    width: 100%;
    margin:.7rem 0;
    background:#eee;
    border-radius: .5rem;
    padding:1rem;
    font-size: 1.6rem;
    color:var(--black);
    text-transform: none;
}

.header .login-form p{
    font-size: 1.4rem;
    padding:.5rem 0;
    color:var(--light-color);
}

.header .login-form p a{
    color:var(--pink);
    text-decoration: underline;
}

.home{
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../images/cat_Banner_BYB-2023_new-collection.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 17rem;
    padding-bottom: 10rem;
}

.home .content{
    text-align: center;
    width:60rem;
}

.home .content h3{
    color:var(--black);
    font-size: 3rem;
}

.home .content h3 span{
    color:var(--pink);
}

.home .content p{
    color:var(--light-color);
    font-size: 1.7rem;
    padding:1rem 0;
    line-height: 1.8;
}





.Home_banner{
	width: 100%;
	margin-left: auto;
	margin-right: auto;

		
}
.Home_block_2{
	text-align: center;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	 color:var(--black);
		 font-family: var(--FF);

}
.Home_block_2 p {

	 font-family: var(--FF);
	font-style:normal;
font-weight:300;
font-size: 1.3vw;
line-height: 1.3;
text-decoration: none;

}
.Home_banner_big_mobile{
	display: none;
	
}
	
.Home_banner_big{
	display: block;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
		transition: transform 0.3s linear;
	
}
	
.Home_banner_big img{
	display: block;
	position: relative;
	width: 100%;
	
}
	
.Home_banner_main{
	margin-top: 20px;
	width: 100%;
			
	}
.products .product-slider{
    padding:1rem;
}

.products .product-slider:first-child{
    margin-bottom: 2rem;
}

.products .product-slider .box{
    background: #fff;
    border-radius: 5px;
    text-align: center;
    padding: 30px 20px;
    outline-offset: -1rem;
    outline: var(--outline);
    box-shadow: var(--box-shadow);
    transition: .2s linear;
	height: 400px;
	font-size: 12px;
}

.products .product-slider .box:hover{
    outline-offset: 0rem;
    outline: var(--outline-hover);
}

.products .product-slider .box img{
	
    height:200px;
	margin-bottom: 10px;
}

.products .product-slider .box h3{
    font-size: 2.5rem;
    color:var(--black);
}

.products .product-slider .box .price{
    font-size: 2rem;
    color:var(--light-color);
    padding:.5rem 0;
	padding-top: 10px;
	text-transform: 


}
.products .product-slider .box .wahrung{
    font-size: 1rem;
    color:var(--light-color);
    padding:.5rem 0;
margin-top: -30px;
	margin-left: 80px;
	margin-bottom: 10px;
	
}

.products .product-slider .box .stars i{
    font-size: 1.7rem;
    color:var(--pink);
    padding:.5rem 0;
}

.categories .box-container{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(26rem, 1fr));
    gap:1.5rem;
}


.price{
    color:var(--pink);
    font-size: 3rem;
	font-weight:900;
}
.wahrung{
    color:var(--pink);
    font-size: 3rem;
	font-weight:900;
}

.categories .box-container .box{
    padding:3rem 2rem;
    border-radius: .5rem;
    background:#fff;
    box-shadow: var(--box-shadow);
    outline:var(--outline);
    outline-offset: -1rem;
    text-align: center;
}

.categories .box-container .box:hover{
    outline:var(--outline-hover);
    outline-offset: 0rem;
}

.categories .box-container .box img{
    margin:1rem 0;
    height:15rem;
}

.categories .box-container .box h3{
   font-size: 2rem;
   color:var(--black);
   line-height: 1.8;
}

.categories .box-container .box p{
    font-size: 1.7rem;
    color:var(--light-color);
    line-height: 1.8;
    padding:1rem 0;
}

.review .review-slider{
    padding:1rem;
}

.review .review-slider .box{
    background: #fff;
    border-radius: .5rem;
    text-align: center;
    padding:3rem 2rem;
    outline-offset: -1rem;
    outline: var(--outline);
    box-shadow: var(--box-shadow);
    transition: .2s linear;
}

.review .review-slider .box:hover{
    outline:var(--outline-hover);
    outline-offset: 0rem;
}

.review .review-slider .box img{
    height:10rem;
    width:10rem;
    border-radius: 50%;
}

.review .review-slider .box p{
    padding:1rem 0;
    line-height: 1.8;
      font-size: 16px;
  color:var(--black);
		 font-family: var(--FF);
	font-weight: 300;
}

.review .review-slider .box h3{
    padding-bottom: .5rem;
    color:var(--black);
    font-size: 2.2rem;
}

.review .review-slider .box .stars i{
    color:var(--pink);
    font-size: 1.7rem;
}

.blogs .box-container{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
    gap:1.5rem;
}

.blogs .box-container .box{
    overflow: hidden;
    border-radius: .5rem;
    box-shadow: var(--box-shadow);
    background:#fff;
}

.blogs .box-container .box img{
    height:25rem;
    width:100%;
    object-fit: cover;
}

.blogs .box-container .box .content{
    padding:2rem;
}

.blogs .box-container .box .content .icons{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 1.5rem;
    margin-bottom: 1rem;
    border-bottom: var(--border);
}

.blogs .box-container .box .content .icons-1 a{
    color:var(--light-color);
     font-size: 10px;
  color:var(--black);
		 font-family: var(--FF);
	font-weight: 300;
}

.blogs .box-container .box .content .icons-1 a:hover{
    color:var(--black);
}

.blogs .box-container .box .content .icons-1 a i{
    color:var(--pink);
    padding-right: .5rem;
}

.blogs .box-container .box .content h3{
    line-height: 1.0;
    color:var(--black);
    font-size: 2.2rem;
   padding-top: 1.2rem;
	font-weight: 300;
}

.blogs .box-container .box .content p{
    line-height: 1.8;
     padding:1rem 0;
    line-height: 1.8;
      font-size: 16px;
  color:var(--black);
		 font-family: var(--FF);
	font-weight: 300;
}

.footer{
    background: #fff;
}

.footer .box-container{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
    gap:1.5rem;
}

.footer .box-container .box h3{
    font-size: 2.5rem;
    color:var(--black);
    padding:1rem 0;
}

.footer .box-container .box h3 i{
    color:var(--pink);
}

.footer .box-container .box .links{
    display: block;
    font-size: 1.5rem;
    color:var(--light-color);
    padding:1rem 0;
}

.footer .box-container .box .links i{
    color:var(--blue);
    padding-right: .5rem;
}

.footer .box-container .box .links:hover i{
    padding-right: 2rem;
}


.footer .box-container .box p{
    line-height: 1.8;
    font-size: 1.5rem;
    color:var(--light-color);
    padding:1rem 0;
}
.footer .box-container .box .logo img{
   width: 150px;
}

.footer .box-container .box .share a{
    height:4rem;
    width:4rem;
    line-height:4rem;
    border-radius: .5rem;
    font-size: 2rem;
    color:var(--black);
    margin-right: .2rem;
    background: #eee;
    text-align: center;
}

.footer .box-container .box .share a:hover{
    background: var(--pink);
    color: #fff;
}

.footer .box-container .box .email{
    width: 100%;
    margin:.7rem 0;
    padding:1rem;
    border-radius: .5rem;
    background: #eee;
    font-size: 1.6rem;
    color:var(--black);
    text-transform: none;
}

.footer .box-container .box .payment-img{
    margin-top: 2rem;
    height: 3rem;
    display: block;
}

.footer .credit{
    text-align: center;
    margin-top: 2rem;
    padding:1rem;
    padding-top: 2.5rem;
    font-size: 2rem;
    color:var(--black);
    border-top: var(--border);
}

.footer .credit span{
    color:var(--pink);
}












/* media queries  */

@media (max-width:991px){
	
	.header .logo{

	width: 150px;
}
.header .logo img{

	width: 150px;
}


    html{
        font-size: 55%;
    }

    .header{
        padding:2rem;
    }

    section{
        padding:2rem;
    }

}


@media (max-width:768px){
	.header .logo{

	width: 150px;
}
.header .logo img{

	width: 150px;
}

	
	
.Home_banner_big{
	display: none;

	
}
	
.Home_banner_big img{
	display: block;
	position: relative;
	width: 100%;
	
}
	
	.Home_banner_big_mobile{
	display: block;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
		transition: transform 0.3s linear;
	
}
	
.Home_banner_big_mobile img{
	display: block;
	position: relative;
	width: 100%;
	
}

.Home_banner{
width: 100%;

		
}
	
.Home_banner_1 {
	position: relative;
	display: inline-block;
	width: 49.5%; /* Adjust the width as per your image size */
	padding: 3px;
	
}
.text {
	font-size: 5vw;
	margin-top: 3vw;

 
}
	
.box_logo {
	max-width: 120px; /* Adjust the logo size */
	transition: transform 0.3s ease;
	
	margin-top: 19vw;
	z-index: 10000;

}	
#menu-btn{
    display: none;
}
#ugibtn{
    display: none;
}
    .header .search-form{
        width:90%;
    }

    .header .navbar{
        position: absolute;
        top:110%; right:-110%;
        width:30rem;
        box-shadow: var(--box-shadow);
        border-radius: .5rem;
        background: #fff;
    }

    .header .navbar.active{
        right:2rem;
        transition: .4s linear;
    }

    .header .navbar a{
        font-size: 2rem;
        margin:2rem 2.5rem;
        display: block;
    }

}

@media (max-width:850px){
	.header .logo{

	width: 150px;
}
.header .logo img{

	width: 150px;
}

	
.Home_banner_big{
	display: none;

	
}
	
.Home_banner_big img{
	display: block;
	position: relative;
	width: 100%;
	
}
	
	.Home_banner_big_mobile{
	display: block;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
		transition: transform 0.3s linear;
	
}
	
.Home_banner_big_mobile img{
	display: block;
	position: relative;
	width: 100%;
	
}

.Home_banner{
width: 100%;

		
}
	
.Home_banner_1 {
	position: relative;
	display: inline-block;
	width: 49.5%; /* Adjust the width as per your image size */
	padding: 3px;
	
}
.text {
	font-size: 5vw;
	margin-top: 3vw;

 
}
	
.text-home-boxes {
	color: #fff;
	font-size: 7.8vw;
	text-align: center;
	opacity: 0.9;
	transition: transform 0.3s ease;
	font-weight: bold;
	bottom: 0;
	transform: translateX(-0%);
	text-transform: uppercase;
	margin-top: 1.04vw;
	
 
}
	
.box_logo {
	max-width: 120px; /* Adjust the logo size */
	transition: transform 0.3s ease;
	
	margin-top: 19vw;
	z-index: 10000;

}	

    html{
        font-size: 50%;
    }

    .heading{
        font-size: 2.5rem;
    }

    .footer{
        text-align: center;
    }

    .footer .box-container .box .payment-img{
        margin: 2rem auto;
    }

}