/*
Theme Name: Kadothema
Author: DidierVer
Version: 1.0
*/

@import url('https://fonts.googleapis.com/css2?family=Commissioner:wght@100..900&family=Yrsa:ital,wght@0,300..700;1,300..700&display=swap');

:root {
    --black: #111111;
    --red-light: #FF4647;
    --red-normal: #D62829;
    --red-dark: #991D1D;
    --green-light: #119935;
    --green-normal: #0B6623;
    --green-dark: #084718;
    --gold-light: #E9C356;
    --gold-normal: #C9A642;
    --gold-dark: #997E32;
    --gray-100: #FFF5F2;
    --gray-900: #191818;
    --accent:#0f766e;
    --card-bg:#fff;
    --card-bd:#e9e9e9;
    --card-r:16px;
    --gap:24px
}

body {

    padding: 0;
    border: 0;
    outline: 0;
    background-color: var(--gray-100);
    overflow-x: hidden !important;
    display: flex;
  	flex-direction: column;
}

html, body {
	height: 100%;
    margin: 0;
}

main {
  flex: 1;
}

.container {
    width: 80%;
    margin: auto;
}

#page-container {
    overflow: hidden;
}

h1, h2, h3, h4, h5 {
    margin: 0;
    font-family: 'Yrsa', sans-serif !important;
    color: var(--gray-900);
}

p, a {
    margin: 0;
    font-family: 'Commissioner', sans-serif !important;
}

h1 {
    font-size: 48px;
    font-weight: 500;
    padding-bottom: 25px;
}

h2 {
    font-size: 32px;
    font-weight: 500;
    padding-bottom: 15px;
}

h3 {
    font-size: 24px;
    font-weight: 500;
    padding-bottom: 8px;
}

h4 {
    font-size: 18px;
    font-weight: 500;
}

p {
    font-size: clamp(12px, 16px, 16px);
}

.container {
    max-width: 1320px;
}

.hero {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 80px;
    background: var(--red-normal);
    background: radial-gradient(circle, var(--red-normal) 30%, var(--red-dark) 50%);
    color: var(--gray-100);
}

.hero-img {
    width: 30%;
    height: auto;
    object-fit: cover;
}

.hero-img-full {
    width: 100%;
    height: 500px;
    object-fit: cover;
    object-position: 50% 28%;
    display: block;
}

.hero-content {
    flex: 1;
    text-align: center;
}

.hero h1 {
    margin-bottom: 10px;
    color: var(--gray-100);
}

.hero p {
    margin: 0 auto 20px auto;
}

.hero-btn {
    display: inline-block;
    padding: 10px 20px;
    background-color: var(--red-dark);
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
}


.hero-content h1 {
    margin-bottom: 1rem;
    font-weight: bold;
}

.hero-content p {
    max-width: clamp(200px, 30vw, 600px);
    margin-bottom: 2rem;
    line-height: 1.6;
}

.hero-btn {
    display: inline-block;
    background: var(--red-dark);
    padding: 0.75rem 1.5rem;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
    font-size: clamp(14px, 1.5vw, 18px);
    transition: background 0.3s ease;
    box-shadow: 5px 5px 10px black;
    color: white !important;
    text-align: center;
}

.hero-content a:hover {
    background: #a21b1b;
}

.info-section-1 {
    margin-top: 50px;
}




    .info-section-1 .catcher-block {
        text-align: center;
        margin-top: 75px;
    }

    .info-section-1 .mobile {
        display: none;
    }

    .info-section-1 .desktop {
        display: block;
    }

.long-line {
    width: 100%;
    height: 2px;
    background-color: var(--black);
    border-radius: 999px;
    margin: 25px 0;
}

.info-section-1 *, .info-section-5 * {
    color: var(--gray-900);
}
.info-section-2 * {
    color: var(--gray-900);
}

.info-section-3 * {
    color: var(--gray-100);
}

.info-section-4 * {
    color: var(--gray-900);
}

.info-block {
    display: flex;
    gap: 20px;
    margin: 2rem 0;
    flex-wrap: wrap;
    align-items: stretch;
}


.img-corner-off-br {
    border-radius: 25px 25px 0 25px;
}

.img-corner-off-bl {
    border-radius: 25px 25px 25px 0;
}

.img-corner-off-ul {
    border-radius: 0 25px 25px 25px;
}

.img-corner-off-blbr {
    border-radius: 25px 25px 0 0;
}


.info-image {
    max-width: 100%;
    width: clamp(250px, 35vw, 450px);
    height: 300px;
    flex-shrink: 0;
    object-fit: cover;
}

.snow-pattern {
    background-image: url("https://kadopakket-ettenleur.nl/wp-content/uploads/2025/08/snow_pattern.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.star-pattern {
    background-image: url("https://kadopakket-ettenleur.nl/wp-content/uploads/2025/08/stars_pattern.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.wrapper-pattern {
    background-image: url("https://kadopakket-ettenleur.nl/wp-content/uploads/2025/08/wrapper_pattern.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.info-text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
    min-height: 100%;
    min-width: 250px;
}

.green-background {
    background-color: #0B6623;
    position: relative;
}

.red-background.snow-pattern {
    padding: 12.5px 0;
}

    .red-background.snow-pattern p, .red-background.snow-pattern h3 {
        color: white;
    }

.red-background {
    background-color: var(--red-dark);
    z-index: 10;
    position: relative;
}

.reviews-container {
    padding: 50px 0px;
    display: flex;
    gap: 50px;
    justify-content: center;
}



.button {
    display: inline-block;
    color: white;
    padding: 1.75rem 1.5rem;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 600;
    margin-top: 1rem;
    text-align: center;
    font-size: 20px;
    box-shadow: 0 5px 4px black;
}

    .button.red {
        background-color: var(--red-dark);
    }

    .button.brown {
        background-color: var(--gold-dark);
    }

.review-card {
    background: white;
    border-radius: 1rem;
    padding: 2rem;
    text-align: center;
    max-width: 500px;
    width: clamp(280px, 45vw, 500px);
    box-shadow: 5px 5px 10px black;
}

.review-stars {
    display: flex;
    justify-content: center;
    gap: 6px;
    margin-bottom: 1rem;
}

    .review-stars i {
        font-size: 1.5rem;
        color: #FFD700;
    }

.review-text {
    font-style: italic;
    color: #333;
    margin-bottom: 1rem;
    line-height: 1.7;
    font-size: clamp(10px, 2vw, 16px);
}

.review-name {
    font-weight: bold;
    color: #111;
}


.info-section-5 {
    margin: 25px 0;
}

.company-pictures {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    margin-top: 2rem;
}


    .company-pictures img {
        width: 300px;
        height: 200px;
        object-fit: contain;
        transition: 0.3s ease;
    }

        .company-pictures img:hover {
            transform: scale(1.05);
        }

#shopping-section-1 {
    color: var(--gray-100);
    padding: 50px 0;
    background-color: var(--red-dark);
}

    #shopping-section-1 .info-block {
        margin: 0;
    }

.shopping-sub-2, .shopping-sub-3 {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    column-gap: clamp(16px, 3vw, 32px);
    align-items: center;
    margin: 2rem 0;
}

    .shopping-sub-2 .visual {
        grid-column: 1 / span 4;
    }

    .shopping-sub-2 .info-text {
        grid-column: 7 / span 5;
    }

    .shopping-sub-3 .visual {
        grid-column: 2 / span 5;
    }

    .shopping-sub-3 .info-text {
        grid-column: 7 / span 5;
    }

#shopping-section-2 h2, #shopping-section-2 p {
    color: var(--gray-900);
}

#shopping-section-2 .info-image {
    height: 275px;
    width: clamp(150px, 35vw, 400px);
}

#shopping-section-3 .sub-2 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 25px 0;
}

#shopping-section-3 .info-image {
    height: 600px;
    width: clamp(1000px, 35vw, 1300px);
}


.custom-header {
    background-color: #ffffff;
    padding: 1.5rem 2rem;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    position: fixed;
    overflow: hidden;
    top: 0;
    width: 100%;
    z-index: 999;
}

    .custom-header.shrink {
        padding: 0.75rem 2rem;
        box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    }

        .custom-header.shrink .logo img {
            height: 45px;
        }

.header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
}

.logo img {
    height: 60px;
    width: auto;
}

.nav-list {
    list-style: none;
    display: flex;
    gap: 1.5rem;
    margin: 0;
    padding: 0;
    align-items: center;
}

    .nav-list li a {
        text-decoration: none;
        font-weight: 600;
        color: #333;
    }

.cart-icon {
    position: relative;
}

    .cart-icon a {
        color: #333;
        font-size: 1.5rem;
        position: relative;
        text-decoration: none;
    }

.cart-count {
    position: absolute;
    top: -0.3rem;
    right: -0.7rem;
    background: #D62828;
    color: white;
    font-size: 0.75rem;
    padding: 2px 6px;
    border-radius: 999px;
}

.hamburger {
    display: none;
    background: none;
    border: none;
    font-size: 1.8rem;
    cursor: pointer;
    color: #333;
}

@media (max-width: 768px) {
    .hamburger {
        display: block;
    }

    .main-nav {
        display: none;
        width: 100%;
        margin-top: 1rem;
    }

        .main-nav.open {
            display: block;
        }

    .nav-list {
        flex-direction: column;
        gap: 1rem;
    }
}



.custom-footer {
    background-color: var(--red-dark);
    color: white;
    padding: 2.5rem 1rem;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 2rem;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
}

.footer-logo {
    flex-shrink: 0;
    width: 100px;
}

    .footer-logo img {
        width: 100%;
        height: auto;
    }

.footer-block {
    flex: 1;
    min-width: 200px;
}

    .footer-block h4 {
        margin-bottom: 0.75rem;
        font-size: 1.1rem;
        color: white;
    }

    .footer-block p {
        margin: 0.3rem 0;
        line-height: 1.5;
        display: flex;
        align-items: center;
        gap: 0.5rem;
    }

    .footer-block i {
        font-size: 1rem;
    }

    .footer-block a {
        color: white;
        text-decoration: underline;
        transition: color 0.2s ease;
    }

        .footer-block a:hover {
            color: #FFD700;
        }

    .footer-block #footer-company-block {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 2px;
    }
    
    
    
.contact-section {
	padding-top: 120px;
    height: calc(100% - 225px);
}

.wrap {
	display: flex;
    justify-content: space-around;
}

.shop-top {
 margin-top: 100px;
}
.shop-container{max-width:1200px;margin:0 250px}
.shop-wrap {
  padding:50px 0
}

.woocommerce-result-count{display:none}
.woocommerce-ordering{margin-bottom:16px;margin-left:auto}

.woocommerce ul.products{
  display:grid;
  grid-template-columns:repeat(auto-fill,minmax(280px,1fr));
  gap:var(--gap)
}
.woocommerce ul.products:before, .woocommerce ul.products:after{
  content: none;
}
.woocommerce ul.products li.product{
  width:auto!important;
  float:none!important;
  margin:0!important;
  background:var(--card-bg);
  border:1px solid var(--card-bd);
  border-radius:var(--card-r);
  box-shadow:0 2px 8px rgba(0,0,0,.04);
  padding:16px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  align-items:center;
  transition:transform .15s ease,box-shadow .15s ease
}
.woocommerce ul.products li.product:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,0,0,.08)}

.woocommerce ul.products li.product a.woocommerce-LoopProduct-link{
  display:block;
  background:#fff;
  border-radius:12px;
  overflow:hidden;
  aspect-ratio:4/3;
  display:grid;
  place-items:center;
  margin-bottom:12px;
  width:100%
}
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link img{
  width:100%;
  height:100%;
  object-fit:contain
}

.woocommerce ul.products li.product .woocommerce-loop-product__title{
  font-size:1.1rem;
  font-weight:700;
  line-height:1.25;
  color:#111;
  text-align:center;
  margin:0 0 6px
}
.woocommerce ul.products li.product .price{
  font-size:1rem;
  font-weight:700;
  color:#111;
  text-align:center;
  margin:0 0 10px
}

.woocommerce ul.products li.product .button,
.woocommerce ul.products li.product a.button{
  display:flex;
  justify-content:center;
  align-items:center;
  background:var(--gold-normal);
  color:#fff;
  font-weight:700;
  border-radius:50px;
  padding:.6rem 1.2rem;
  min-width:160px;
  text-align:center;
  border:0;
  box-shadow:none;
  transition:background .15s ease
}
.woocommerce ul.products li.product .button:hover{background:#0d5d53}
.woocommerce ul.products li.product .button:before,
.woocommerce ul.products li.product .button:after{display:none!important}
.woocommerce ul.products li.product a.added_to_cart{display:none}

.woocommerce span.onsale{background:var(--accent);border-radius:999px;color:#fff}

@media(max-width:1399px){
  .shop-container{margin:0 24px}
}
@media(max-width:720px){
  .shop-wrap{padding:32px 0}
  .woocommerce ul.products{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:16px}
  .woocommerce ul.products li.product{padding:12px}
}