.navbar {
 
    background:transparent;
    
   }
   
.spacer_nav {
    height: 0px;
}   

.nav-wrapper {background: transparent;}


.menu.desktop li a {
    color: var(--isvit);
 }

.mega-item a {
   
 }
 
 .menu.desktop li a:hover {
    color: var(--rod);
}

	
	
.section {
  width: 100%;
  min-height: 70vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 4rem 2rem;
}

.hero {
    position: relative;
    background-repeat: no-repeat;
    color: var(--rod);
  }

  /* Overlay */
  .hero::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0,  0,  0, 0.47); 
    z-index: 1;
  }

 
  .hero .section-inner {
    position: relative;
    z-index: 2;
  }

 

.hero p {
	color: #fff;
	font-size: 1.3rem;
}

.hero-logo img {
	width: 100%;
}

.boxing-pad { padding: 20px;}

.inkastare {
	background-color: var(--rod);
}

.section-inner {
  max-width: 960px;
  margin: 0 auto;
}

/* Inkastare boxar */
.inkastare-box {
  
  padding: 2rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: var(--isvit);
  background: transparent;
  border: 2px solid var(--gul);
  
}

/* Testimonials */
.testimonial {
  background: var(--ljus-gra);
  border-radius: 12px;
  padding: 2rem;
  margin: 1rem;
  font-style: italic;
}

/* CTA-knappar */
.cta {
  display: inline-block;
  margin-top: 1.5rem;
  padding: 0.8rem 2rem;
  border-radius: 20px;
  border: 2px solid var(--mork);
  background: transparent;
  color: var(--mork);
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.cta:hover {
  background: var(--mork);
  color: var(--isvit);

}


.hero .cta {

  border: 2px solid var(--isvit);
  background: transparent;
  color: var(--isvit);
   
  }

.inkastare-box .cta {
	background: var(--gul);
	width: 200px;
	margin-left: auto;
	margin-right: auto;
	height: 50px;
	text-align: center;
	  border: 0px transparent;
}



.inkastare-box .cta:hover {
  background: var(--mork);
  color: var(--isvit);

}


.inkastare-box img {
	position: relative;
	width: 150px;
	margin-left: auto;
	margin-right: auto;
}

.testimonials {
	background: var(--gul);
	color: var(--rod);
}

.testimonials h2 {
	text-align: center;
}

.testimonial-customer {
	padding: 20px;
}

.testimonial-customer h3 {
	font-size: 22px;
	line-height: 24px;
	margin: 0;
}

.icon-testamonials {
  width: 40px;
  height: 40px;
  display: inline-block;


}

.section bli-kund {
	background: var(--isvit);
}

.customer-image {
  width: 100%;
  aspect-ratio: 16 / 9; /* exempelvis */
  overflow: hidden;
}

.customer-image img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* eller contain om du vill visa hela bilden */
  object-position: center;
  display: block;
}


  @media (max-width: 768px) {
    .hero {
      background-image: url('<?php the_field('hero_back_mob'); ?>') !important;
    }
    
    .hero p {display: none;}
    
    .navbar {
 
    background:var(--gul);
    
   }
   
   .boxing-pad { padding: 0px;margin-bottom: 20px;}
   

    
  }
  

li.mega-item {
	 height: 80px;
    border-bottom: #5c5c5c !important;
    border-bottom-style: dotted !important;
    border-bottom-width: 0.1rem !important;
    border-block-width: 0.1rem;
    border-right-color: #5c5c5c !important;
}

p.mega-title {
	margin: 0;
	padding: 0;
	line-height: 1rem;
	 font-family: 'Manrope', sans-serif;
  
  font-size: 20px;
  letter-spacing: -0.01em;
}


p.mega-count {
    font-size: 14px;
    color:#dfdfdf;
    margin: 0;
    padding: 0;
    line-height: 2rem;
    margin-bottom: 20px;
   
}

ul.mega-grid {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr); /* 4 kolumner av lika storlek */
    margin-bottom: 80px !important;
  
}



.se-all-products {

	bottom: 80px;
}

/* CTA-knappar */
.se-all-products .cta  {
  display: inline-block;
  padding: 0.8rem 1rem;
  border-radius: 20px;
  background: transparent;
 border-color: #5c5c5c;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.se-all-products .cta:hover {
  background: var(--gron);
  color: var(--isvit);

}

.menu.desktop li .se-all-products a {
	margin: 0;
	padding: 0;
	line-height: 0px;
	 color: #fff;
}

.mega-dropdown {background: var(--mork);padding-bottom: 80px;padding-top: 40px;}

a.mega-link {
    color: var(--ljus);
}

a.mega-link:hover {
	color: var(--rod);
}

.nav-wrapper.hovered {
  background:rgba(0, 0, 0, 0.83);
}

.start_page {
  transition: filter 0.3s ease, backdrop-filter 0.3s ease;
}

.start_page.hovered {filter: blur(10px) brightness(0.6);}


.product-search-form input#product-search {
    border: 1px solid #ccc;
    background: transparent;
    font-size: 15px;
    color: var(--isvit);
  }
  
  

.product-search-form .search-icon svg {
    width: 100%;
    height: 100%;
    fill: currentColor;
    color: #fff;
}

