@charset "UTF-8";
/* Theme Name: The OLK Theme Theme URI: OLK.nl Author: OLK Author URI: OLK.nl Description: Custom Template Made By Jo-Ann Remmelink Version: 1.0 Text Domain: OLK */
:root {
  --bs-primary: $primary-color;
  --bs-secondary: $secondary-color;
  --bs-primary-rgb: 11,57,84;
  --bs-secondary-rgb: 200,29, 37;
}

/* Theme Name: The OLK Theme Theme URI: OLK.nl Author: OLK Author URI: OLK.nl Description: Custom Template Made By Jo-Ann Remmelink Version: 1.0 Text Domain: OLK */
body {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #000;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

.thick-image-slider-section .item {
    height: 40vh;
    display: inline-block;
    width: 100%;
    background-repeat: no-repeat;
}
.thick-image-slider-section .item {
  display: flex;
  align-items: flex-end;      
  justify-content: start;     
  height: 20rem;               
  background-size: cover;
  background-position: center;
  text-decoration: none;       
  position: relative;
  border-radius: 3rem;
  
}


.thick-image-slider-section .item::before {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0,0,0,0.6),
    rgba(0,0,0,0)
  );
}

.thick-image-slider-section .item h4 {
            position: absolute;
            bottom: 1rem;
            text-align: start;
            width: calc(100% + 2rem);
            margin-left: -2rem;
            color: #fff;
            backdrop-filter: blur(2px);
            border-radius: 50px;
            padding: 0.5rem 1.5rem;
            left: 25px;
        }

.thick-image-slider-section .item:hover {
  text-decoration: none;
}

body a {
  color: black;
}

.container {
  max-width: 1550px;
  overflow: hidden;
}

h1, h2, h3, .products li.product h2, h4, h5,
.h1, .h2, .h3, .h4, .h5 {
  font-family: "DM Sans", sans-serif;
}

h1, .h1 {
  font-size: 2.25rem;
  line-height: 2.8125rem;
	font-weight: 800;
}

h2, .h2 {
  font-size: 1.75rem;
  line-height: 2.25rem;
	margin-left:auto;
	margin-right: auto;
}

h3, .products li.product h2, .h3 {
  font-size: 1.375rem;
  line-height: 1.625rem;
}

h4, .h4 {
  font-size: 1.25rem;
  line-height: 1.5rem;
}

h5, .h5 {
  font-size: 1.125rem;
  line-height: 1.375rem;
}

.text-section .content {
  text-align: justify;
}
.text-section .content h1, .text-section .content h2, .text-section .content h3, .text-section .content .products li.product h2, .products li.product .text-section .content h2, .text-section .content h4, .text-section .content h5 {
  text-align: left;
}

.text-section .content p {
  margin-bottom: 12px;
}

.text-section .content h1:not(:first-of-type),
.text-section .content h2:not(:first-of-type),
.text-section .content h3:not(:first-of-type),
.text-section .content h4:not(:first-of-type),
.text-section .content h5:not(:first-of-type),
.text-section .content h6:not(:first-of-type) {
  margin-top: 1.5rem;
}

a {
  text-underline-offset: 6px;
  text-decoration-thickness: 2px;
}

.header-img {
  width: 100%;
  height: 40vh;
  object-fit: cover;
}
.waarderingen-kaart{
  background:#fbf4ec;
  border-radius:40px;
  padding:40px;
}

.sterren .ster{
  margin:0 3px;
  opacity:.3;
  font-size:18px;
}
.sterren-en-naam {
  display: flex;
  align-items: center;
  justify-content: center; 
  gap: 8px;
}

.sterren .ster.is-gevuld{
  opacity:1;
}

.auteur{
  font-style:italic;
}


header {
  padding-top: 30px;
}
header .navbar {
  height: 100%;
}
header .navbar .nav-item .nav-link {
  padding: 0 30px;
  line-height: 48px;
  font-weight: 500;
  color: #000;
}
header .navbar .nav-item .nav-link:hover {
  color: #C77241 !important;
  opacity: 0.8;
}

.btn {
  border-radius: 32px !important;
  padding: 13px 28px !important;
  border: none;
  font-size: 18px;
  line-height: 22px !important;
  transition: opacity 300ms ease;
}
.btn.btn-primary {
  background-color: #C77241 !important;
  color: #fff !important;
	padding-right: 1rem;
}
.btn.btn-secondary {
  background-color: #C77241 !important;
}
.btn:hover {
  opacity: 0.8;
}

.img-fluid.logo {
  max-width: 300px;
	height: 80px;
  object-fit: none;
  width: 260px;
  object-position: left -20px;
}

.is-groen { 
	position: relative;
  overflow: hidden;
}

.is-groen::after{
	content: '';
    background-color: #253022;
    height: calc(68% + 200px);
    width: 64%;
    position: absolute;
    right: -22%;
    top: 2rem;
    z-index: -1;
    border-bottom-left-radius: 50px;
    border-top-left-radius: 50px;
}

section.homepage-hero {
  height: 70vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

section.homepage-hero .hero-content {
  max-width: 700px;
  flex: 0 0 auto;
}
section.homepage-hero .hero-content h1 {
  font-size: 56px;
  line-height: 45px;
}
section.homepage-hero .hero-content p {
  max-width: 600px;
}

section.text-section p {
  margin: 0 auto;
  max-width: 900px;
}
section.text-section .text-section-inner.bg-light {
  background-color: #FFF !important;
}

section.panel-section {
  position: relative;
  background: linear-gradient(
    to bottom,
     #FEF8F1 0%,
    #FEF8F1 55%,
     #ffffff 55%, 
    #ffffff 100%
  );
  z-index: 0;
  border-radius: 20px;
}
section.panel-section:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: transparent url("/wp-content/uploads/2025/10/swirl.png") top center no-repeat;
  background-size: cover;
  z-index: 1;
  opacity: 0.06;
}
section.panel-section .container {
  position: relative;
  z-index: 2;
}


.panel, .products li.product {
  text-decoration: none;
  background-color: #FFF;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
  overflow: hidden;
  position: relative !important;
  transition: box-shadow 0.3s ease;
}
.panel:hover, .products li.product:hover {
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.3333333333);
}
.panel:hover img, .products li.product:hover img {
  transform: scale(1.1);
	cursor: pointer;
	transition: all ease 0.3s;
}
.panel .panel-image, .products li.product .panel-image {
  height: 270px;
	padding: 25px;
  width: 100%;
  overflow: hidden;
  flex: 0 0 auto;
	transition: all ease 0.3s;
}
.panel .panel-image img, .products li.product .panel-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
	transition: all ease 0.3s;
}
.panel .panel-bg-image, .products li.product .panel-bg-image {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
}

footer {
  background-color: #FEF8F1;
  padding-top: 50px;
  padding-bottom: 50px;
}
footer h3, footer .products li.product h2, .products li.product footer h2 {
  font-family: "Open Sans", sans-serif;
}
footer ul {
  list-style-type: none !important;
  padding-left: 0;
}

.products li.product {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.products li.product h2 {
  font-size: 1.2rem !important;
  line-height: 2rem !important; 
  color: var(--text-color, #222);
  margin-bottom: 20px !important;
  padding-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3; 
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  min-height: 110px;
  max-height: 110px;
  box-sizing: border-box;
}
.products li.product h2, .products li.product p {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.products li.product p {
  color: #000 !important;
  display: -webkit-box;
  -webkit-line-clamp: 3; 
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 4.5em !important; 
}
.products li.product .btn {
  margin: 1.5rem !important;
}
.products li.product:hover img {
  transform: none !important;
}
.products li.product img {
  width: 100%;
  height: 300px !important; 
  object-fit: cover; 
}

.woocommerce-products-header p {
  max-width: 1200px;
}

.woocommerce div.product {
  display: inline-block !important;
}

.woocommerce-pagination {
  margin-bottom: 80px;
}

.description_tab a {
  font-weight: 300 !important;
}

.product-information {
  padding-top: 60px;
  padding-bottom: 60px;
}

.product_meta .posted_in {
  display: none !important;
}
.thick-image-slider-section {
  position: relative;
}
.thick-image-slider-section--a .owl-nav-custom {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  margin-bottom: 20px;
}

.thick-image-slider-section--a .owl-nav-custom button {
  background: #ffffff;
  color: #000000;
  border: solid 1px black;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  cursor: pointer;
}

.thick-image-slider-section--a .item { 
  height: 360px; 
  border-radius: 30px; 
}


.thick-image-slider-section--b .owl-nav-custom {
  display: flex;
  justify-content: flex-end;
  gap: 50px;
  margin-bottom: 20px;
}
.owl-nav {
  display: none !important;
}

.thick-image-slider-section--b .owl-nav-custom button {
  background: #000000;
  color: #ffffff;
  border: none;
  width: 38px;
  height: 38px;
  border-radius: 8px;
  cursor: pointer;
}

.thick-image-slider-section--b .item { 
  border-radius: 50px; 
  height: 700px;

}

.filter-bar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
}

.filter-bar select {
  min-width: 160px;
  padding: 0.5rem 0.75rem;
  border: 1px solid #ccc;
  border-radius: 999px;
  background-color: #FEF8F1;
}

.filter-bar button {
  padding: 0.55rem 1.25rem;
  border-radius: 999px;
  border: none;
  background-color: #C77241;
  color: #fff;
  white-space: nowrap;
}

.licht {
  background-color: #FEF8F1;
}

#header .header-topbar{
  background: #fff;
  border-bottom: 1px solid rgba(0,0,0,.08);
  font-size: 14px;
}

#header .header-topbar__inner{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 8px 0;
}

#header .topbar-menu{
  list-style: none;
  display: flex;
  gap: 22px;
  margin: 0;
  padding: 0;
  align-items: center;
  flex-wrap: wrap;
}

#header .topbar-menu li{ 
  margin: 0; 
  padding: 0; 
}
#header .topbar-menu a {
  color: inherit;
  text-decoration: none;
  opacity: .9;
}

#header .header-main {
  background: #f7efe8; 
}
#header .header-main .row {
  padding: 12px 0;
}


#header .header-subnav {
  background: #fff;
}

#header .subnav-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
  margin: 0;
  flex-wrap: wrap;
}

#header .subnav-menu li { 
  margin: 0; 
  padding: 0; 
}
#header .subnav-menu a {
  color: inherit;
  text-decoration: none;
  font-size: 14px;
}
.topbar-menu li a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.topbar-menu li a::before {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.icon-delivery a::before {
  background-image: url('/wp-content/uploads/2026/02/fast_11117541-1.svg');
}

.icon-leaf a::before {
  background-image: url('/wp-content/uploads/2026/02/eco_11110671-1.svg');
}

.icon-premium a::before {
  background-image: url('/wp-content/uploads/2026/02/award_11110408-1.svg');
}

.header-icons {
  display: flex;
  align-items: center;
  gap: 14px;
  border-left: 1px solid #cfcfcf;
  padding-left: 18px;
  margin-left: 18px;
}

.heart a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
}

.heart img {
  width: 18px;
  height: 18px;
}
.customPrevBtn,
.customNextBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background: #ffffff;  
  border-radius: 50%;    
  border: #000 solid 1px;
}
.col-2 {
  width: 22%;
}
.text-section img.object-fit-cover {
  width: 100%;
  height: auto;
  max-height: 450px; 
}
.text-section .row.g-3 .col-2 img {
  width: 60px;
  height: 60px;
  object-fit: cover;
}

@media (max-width: 768px) {
  .filter-bar {
    justify-content: center;
  }
}

@media (max-width: 991.98px){
  #header .header-topbar__inner{
    flex-direction: column;
  }
  #header .subnav-menu{
    justify-content: flex-start;
    gap: 18px;
  }
  .text-section.hero-mobile-fix.is-groen::after{
        left: 39%;
        top: 57%;
        width: 100%;
        height: 354px;
        border-radius: 28px;
        z-index: -1;
  }
   #header .header-topbar,
  #header .header-subnav {
    display: none;
  }
  .text-section.hero-mobile-fix .row{
    display: flex;
    justify-content: center;
  }
  .text-section.hero-mobile-fix .row > :first-child{ 
    order: 1; 
  }
  .text-section.hero-mobile-fix .row > :last-child{ 
    order: 2;
   }
  .text-section.hero-mobile-fix img.object-fit-cover{
    display: block;
    width: 100%;
    height: auto;
    max-height: none;
  }
  .logo-adobe {
    height: 300px !important; 
    position: relative;
    top: 66px;

  }

  #navbarSupportedContent .nav-link {
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding-left: 0;
  }
  .mobile-subnav {
    margin-left: calc(-1 * var(--bs-gutter-x));
    margin-right: calc(-1 * var(--bs-gutter-x));
    padding-left: 25px;
  }
  @media (max-width: 991.98px) {
  section.hero-mobile-fix {
    position: relative;          
  }
  .header-main .navbar{
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .navbar-toggler{
    position: static !important;
    order: 2; /* burger last */
  }

  .header-icons{
    position: static !important;
    order: 1; /* icons first */
    margin: 0;
    padding: 0;
    border: none;
    gap: 12px;
  }
  .navbar-toggler {
    z-index: 3001;
  }
  .header-icons {
    display: flex;
    align-items: center;
    border-left: none;
    z-index: 3001;
    gap: 0;
  }
  #header .topbar-menu{
    padding-left: 1vh;
    padding-right: 1vh;
    gap: 1vh;
  }
  #header{
    position: sticky;
    z-index: 11000;
    padding-top: 0;
  }
  .topbar-right {
    display: none;
  }
   .mobile-subnav ul{
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .mobile-subnav a{
    color: #000;
    text-decoration: none;
    font-weight: 500;
    display: block;
    padding: 18px 0;
    border-bottom: 1px solid rgba(0,0,0,.12);
  }
  .header-main{
    z-index: 5000;
  }
  .navbar-collapse.show {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;     
    height: auto;   
    background: #f7efe8;
    z-index: 9999;
    overflow-y: auto;
    padding: 20px;
  }
  .mobile-subnav .nav-link,
  .mobile-subnav a {
    padding: 12px 0;   
  }
  .header-topbar__inner {
    justify-content: center;
  }

  .topbar-left .topbar-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px; 
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
  }

  .topbar-left .topbar-menu li {
    list-style: none;
  }

  .text-section .content h2 {
    text-align: center;
  }
  .thick-image-slider-section--b h2,
  .thick-image-slider-section--b {
    text-align: center !important;
  }

@media (min-width: 992px) {
  #navbarSupportedContent {
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
    gap: 16px;
  }

}
@media screen and (max-width: 1199px) {
  h1, .h1 {
    font-size: 2rem;
    line-height: 2.5rem;
  }
  .img-fluid.logo {
    max-width: 250px;
    height: 70px;
    object-fit: contain;
    width: 100px;
    object-position: bottom;
  }
  section.homepage-hero {
    height: 50vh;
  }
  section.homepage-hero .hero-content {
    max-width: 100%;
    display: block !important;
  }
  .thick-image-slider-section .item h4 {
    color: #fff;
    text-align: start !important;
  }
  section.homepage-hero .hero-content h1 {
    font-size: 36px;
    line-height: 45px;
  }
  .form-img-container img {
    width: 100% !important;
  }
  .mobile-subnav .d-lg-none{
    background-color: #FEF8F1;
  }
  footer h4 {
    line-height: 40px;
  }
  .woocommerce li.product {
    width: 100% !important;
  }
  h1 {
    font-size: 2.5rem;
    line-height: 2.9rem;
  }
  .btn.btn-primary {
    margin-top: 1rem;
  }
  @media (max-width: 991.98px) {
  .topbar-right {
    display: none;
  }
   .mobile-subnav ul{
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .mobile-subnav a{
    color: #000;
    text-decoration: none;
    font-weight: 500;
    display: block;
    padding: 18px 0;
    border-bottom: 1px solid rgba(0,0,0,.12);
  }

}
}

/*
Debug
 */
@media screen and (max-width: 1199px) {
  .text-section img:not(.logo) {
    height: auto;
  }
html.mobile-menu-open,
body.mobile-menu-open {
  overflow: hidden !important;
  height: 100% !important;
}
  .text-section img.h-100 {
    height: auto !important;
  }
	.thick-image-slider-section .item {
		display: inline-block;
		width: 100%;
	}
  @supports (-webkit-touch-callout: none) {
    .text-section img:not(.logo) {
      transform: rotate(0deg);
    }
  }
}

/*# sourceMappingURL=style.css.map */
}
}