/*
Theme Name: Soldeglo
Theme URI: https://Extenva.nl
Author: Extenva
Description: Thema ontwikkeld door Extenva
Version: 1.0
*/
/* Basis */
body {
  font-family: "Montserrat", sans-serif;
  background-color: #F5F5F5;
}

* {
  border: 0;
  margin: 0;
  padding: 0;
}

p {
  opacity: 50%;
  line-height: 26px;
}

.back-link {
  opacity: 100%;
}

.top-bar {
  display: flex;
  justify-content: space-between;
  color: #AF8A11;
  font-size: 36px;
  font-weight: 600;
  position: absolute;
  top: 24px;
  left: 20px;
  right: 20px;
  z-index: 2;
}
.top-bar p {
  opacity: 100%;
}

.header-banner img {
  width: 100%;
  height: auto;
  display: block;
  z-index: -1;
}

.main-navigation {
  display: flex;
  justify-content: center;
}
.main-navigation ul {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  border-radius: 88px;
  padding: 10px 20px;
  background-color: #E8DCBB;
  margin-top: -20px;
  gap: 20px;
}
.main-navigation li {
  display: flex;
  align-items: center;
}
.main-navigation a {
  color: #AF8A11;
  text-decoration: none;
  font-weight: 800;
  font-size: 16px;
  display: flex;
  align-items: center;
}
.main-navigation a:hover {
  text-decoration: underline;
}

.cart-menu-item {
  margin-left: auto;
  position: relative;
}

.cart-link {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.cart-link svg {
  width: 24px;
  height: 24px;
  fill: #AF8A11;
}

.cart-count {
  position: absolute;
  top: -8px;
  right: -12px;
  background-color: #AF8A11;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  border-radius: 50%;
  padding: 3px 6px;
  line-height: 1;
}

.main-navigation {
  position: relative;
  z-index: 1000;
}
.main-navigation .menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 30px;
  height: 25px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 1001;
}
.main-navigation .menu-toggle span {
  display: block;
  width: 100%;
  height: 3px;
  background: #000;
  border-radius: 2px;
  transition: 0.3s ease;
}
.main-navigation .menu-toggle.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
.main-navigation .menu-toggle.active span:nth-child(2) {
  opacity: 0;
}
.main-navigation .menu-toggle.active span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}
.main-navigation ul.menu-items {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  padding: 10px 20px;
  background-color: #E8DCBB;
  margin-top: -20px;
  gap: 20px;
}
@media (max-width: 768px) {
  .main-navigation ul.menu-items {
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    flex-direction: column;
    background-color: #E8DCBB;
    padding: 20px;
    display: none;
  }
}
.main-navigation ul.menu-items.active {
  display: flex;
}

@media (max-width: 768px) {
  .main-navigation .menu-toggle,
  .fullwidth {
    display: flex;
    z-index: 2;
    padding: 8px 20px;
    background-color: #E8DCBB;
    width: 100%;
  }
  .menu-toggle {
    width: 25px !important;
    padding: 0 !important;
  }
  .fullwidth {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .menu-items {
    flex-direction: column;
    align-items: flex-end;
  }
  .cart-menu-item {
    margin-left: 0 !important;
  }
  ul.menu-items {
    border-radius: 0 !important;
  }
  .header-banner {
    margin-top: 50px;
  }
}
.site-footer {
  background: linear-gradient(to bottom, #611A1A 0%, #000000 35%);
  color: #fff;
  padding: 120px 30px 30px;
  font-family: "Montserrat", sans-serif;
}
.site-footer .footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1200px;
  margin: 0 auto;
  gap: 40px;
}
.site-footer .footer-inner .footer-about {
  flex: 1;
  max-width: 400px;
}
.site-footer .footer-inner img {
  margin-bottom: 10px;
  width: 185px !important;
}
.site-footer .footer-inner .footer-columns-right {
  display: flex;
  gap: 60px;
  justify-content: flex-end;
  flex: 2;
}
.site-footer .footer-inner .footer-columns-right .footer-column {
  width: -moz-fit-content;
  width: fit-content;
}
.site-footer .footer-inner .footer-columns-right .footer-column h3 {
  color: #D4AF37;
  font-weight: 800;
  margin-bottom: 20px;
}
.site-footer .footer-inner .footer-columns-right .footer-column .footer-menu,
.site-footer .footer-inner .footer-columns-right .footer-column .footer-contact {
  list-style: none;
  padding: 0;
}
.site-footer .footer-inner .footer-columns-right .footer-column .footer-menu li,
.site-footer .footer-inner .footer-columns-right .footer-column .footer-contact li {
  margin-bottom: 12px;
  font-size: 15px;
  list-style-type: none;
}
.site-footer .footer-inner .footer-columns-right .footer-column .footer-menu a,
.site-footer .footer-inner .footer-columns-right .footer-column .footer-contact a {
  color: #fff;
  text-decoration: none;
  transition: 0.2s;
}
.site-footer .footer-inner .footer-columns-right .footer-column .footer-menu a:hover,
.site-footer .footer-inner .footer-columns-right .footer-column .footer-contact a:hover {
  color: #AF8A11;
}
.site-footer .footer-bottom {
  text-align: right;
  padding-top: 30px;
}
.site-footer .footer-bottom img {
  height: 32px;
}
@media (max-width: 992px) {
  .site-footer .footer-inner {
    flex-direction: column;
    align-items: flex-start;
  }
  .site-footer .footer-inner .footer-columns-right {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 40px;
  }
  .site-footer .footer-bottom {
    text-align: center;
  }
}
@media (max-width: 600px) {
  .site-footer {
    padding: 60px 20px 20px;
  }
  .site-footer .footer-inner {
    gap: 30px;
  }
  .site-footer .footer-inner .footer-about {
    max-width: 100%;
  }
  .site-footer .footer-inner .footer-columns-right {
    flex-direction: column;
    gap: 20px;
  }
  .site-footer .footer-inner .footer-columns-right .footer-column {
    width: 100%;
  }
  .site-footer .footer-inner .footer-columns-right .footer-column h3 {
    margin-bottom: 12px;
  }
  .site-footer .footer-bottom {
    font-size: 14px;
  }
  .site-footer .footer-bottom img {
    height: 28px;
  }
}

.kolomtekstblok {
  display: grid !important;
  grid-template-columns: 1fr 1fr; /* altijd 2 gelijke kolommen */
  gap: 40px;
  padding: 60px 0;
  max-width: 1200px;
  margin: 0 auto;
  align-items: start;
  justify-items: start;
}

.product-grid,
.article-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
  margin-top: 20px;
}

.home-banner-container {
  margin: 20px;
  text-decoration: none;
}

.home-banner {
  background: #182458;
  overflow: hidden;
  border-radius: 8px;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 40px;
  max-width: 1200px;
  margin: 20px auto;
  text-decoration: none;
}
.home-banner .banner-text {
  flex: 1;
  padding: 20px;
}
.home-banner .banner-text h2 {
  padding-bottom: 16px;
}
.home-banner .banner-text p {
  opacity: 0.8;
}
.home-banner img {
  max-width: 50%;
  border-radius: 12px;
  height: auto;
}

.article-card {
  background: #f6f6f6;
  padding: 20px;
  border-radius: 8px;
}
.article-card a {
  color: #AF8A11;
  font-weight: bold;
  text-decoration: none;
}

.product-row {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin: 30px 0 40px 0;
  align-items: stretch;
}

.product-featured {
  display: flex;
  flex-direction: column;
  flex: 1 1 300px;
  min-width: 370px;
  max-width: 370px;
  width: 370px;
  height: 280px;
  background: #E0E2E6;
  border-radius: 8px;
  box-sizing: border-box;
}
.product-featured a {
  color: #000;
  text-decoration: none;
}
.product-featured .featured-product-image img {
  width: 185px;
  height: 280px;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-featured .featured-product-info {
  margin: -280px 0 0 185px;
  padding: 12px;
}
.product-featured .featured-product-info h3 {
  font-size: 18px;
  margin-bottom: 10px;
}
.product-featured .featured-product-info p {
  margin-bottom: 15px;
  opacity: 50%;
  line-height: 16px;
  font-size: 14px;
}

h2 {
  font-size: 36px;
}
h2::after {
  content: "";
  display: block;
  width: 100px;
  height: 4px;
  background-color: #AF8A11;
  margin-top: 10px;
  border-radius: 2px;
}

.home-products h2, .home-person h2 {
  font-size: 36px;
}
.home-products h2::after, .home-person h2::after {
  content: "";
  display: block;
  width: 100px;
  height: 4px;
  background-color: #AF8A11;
  margin-top: 10px;
  border-radius: 2px;
}
.home-products .button, .home-person .button {
  color: #AF8A11;
  text-decoration: none;
  font-weight: 800;
}
.home-products .product-featured, .home-person .product-featured {
  position: relative;
}
.home-products .product-featured .button, .home-person .product-featured .button {
  position: absolute;
  bottom: 0;
}

.home-articles h2 {
  font-size: 36px;
}
.home-articles h2::after {
  content: "";
  display: block;
  width: 100px;
  height: 4px;
  background-color: #AF8A11;
  margin-top: 10px;
  border-radius: 2px;
}
.home-articles .button {
  color: #611A1A;
  text-decoration: none;
  font-weight: 800;
}
.home-articles p {
  opacity: 50%;
}

#sidebar {
  display: none;
}

.woocommerce-breadcrumb {
  display: none;
}

.woocommerce-product-gallery__wrapper {
  min-height: 0 !important; /* reset min-height */
  height: 539px;
  background-color: #E0E2E6;
}
.woocommerce-product-gallery__wrapper > div:first-of-type,
.woocommerce-product-gallery__wrapper > div > a,
.woocommerce-product-gallery__wrapper > div > a > img {
  max-height: 100%; /* hou binnen de wrapper */
  -o-object-fit: contain;
     object-fit: contain; /* toon hele afbeelding zonder croppen */
  width: 100%;
  height: 100%;
  display: block;
}
.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
  height: -moz-fit-content;
  height: fit-content;
}

.content {
  padding: 60px 20px;
  max-width: 1200px;
  margin: auto;
}

.single-product-container .woocommerce-product-gallery {
  height: 680px;
  width: 352px;
  padding-right: 48px;
}
.single-product-container .woocommerce-product-gallery img {
  width: 100%;
}
.single-product-container .product_title {
  padding-bottom: 20px !important;
}

.onsale {
  background-color: #AF8A11 !important;
}

.price {
  padding-bottom: 32px;
}
.price .amount {
  font-size: 40px;
  font-weight: 1000;
  color: #AF8A11;
}
.price ins {
  text-decoration: none;
}

.product-summary .product-rating, .woocommerce-product-rating .product-rating {
  height: 50px;
}
.product-summary .product-rating .woocommerce-review-link, .woocommerce-product-rating .product-rating .woocommerce-review-link {
  color: #000;
  opacity: 50%;
}

.star-rating, a.star-1, a.star-2, a.star-3, a.star-4, a.star-5 {
  color: #AF8A11;
}

.stars {
  padding-top: 12px;
}

p.comment-form-comment, textarea#comment, input {
  padding: 8px;
  background-color: #E0E2E6;
}

.wc-tabs {
  list-style-type: none;
  padding-bottom: 20px;
}
.wc-tabs li {
  display: inline;
}
.wc-tabs li a {
  color: #000;
  padding: 12px 18px 12px 0;
  text-decoration: none;
}

.product-add-to-cart button {
  background-color: #F5F5F5 !important;
  color: #611A1A !important;
  font-size: 15px !important;
  font-weight: bolder !important;
}
.product-add-to-cart .quantity input {
  background-color: #E0E2E6;
  color: #611A1A !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  height: 51px;
  width: 80px !important;
  border-radius: 8px;
}

.price {
  opacity: 100%;
}

.product-add-to-cart .quantity input[type=number] {
  background-color: #E0E2E6;
  color: #611A1A !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  height: 51px;
  width: 80px !important;
  border-radius: 8px;
}

/* Chrome, Edge, Safari */
.product-add-to-cart .quantity input[type=number]::-webkit-inner-spin-button {
  height: 51px; /* zelfde hoogte als input */
  background: #E0E2E6;
  cursor: pointer;
}

/* Firefox */
.product-add-to-cart .quantity input[type=number] {
  -moz-appearance: number-input; /* zorg dat pijltjes zichtbaar blijven */
}

.woocommerce-Tabs-panel--description.panel.entry-content {
  display: flex;
  flex-wrap: wrap;
  gap: 0 80px;
}
.woocommerce-Tabs-panel--description.panel.entry-content h2 {
  margin-bottom: 40px;
}

.woocommerce-Reviews-title {
  margin-bottom: 40px;
}

/* Alles behalve .extra-description = linkerkant */
.woocommerce-Tabs-panel--description.panel.entry-content > *:not(.extra-description) {
  flex: 1 1 50%;
}

/* .extra-description = rechterkant */
.woocommerce-Tabs-panel--description.panel.entry-content .extra-description {
  flex: 1 1 35%;
}

/* Als .extra-description NIET bestaat */
.woocommerce-Tabs-panel--description.panel.entry-content:not(:has(.extra-description)) > * {
  width: 50% !important;
}

.blog-tabs {
  padding-bottom: 24px;
}
.blog-tabs button {
  background-color: #E8DCBB;
  color: #AF8A11;
  padding: 8px 12px;
  text-decoration: none;
  font-weight: 800;
  font-size: 16px;
  border-radius: 88px;
  margin-right: 12px;
}
.blog-tabs .active {
  background-color: #611A1A;
  color: #fff;
}

.intro-block h2 {
  padding-bottom: 40px;
}
.intro-block h2::after {
  content: "";
  display: block;
  width: 100px;
  height: 4px;
  background-color: #AF8A11;
  margin-top: 10px;
  border-radius: 2px;
}

.post-content .featured-image img {
  width: 100%;
  height: 285px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px 8px 0 0;
}
.post-content a {
  color: #AF8A11;
  text-decoration: none;
}
.post-content p {
  padding-bottom: 24px;
}

.checkout-button {
  background-color: #AF8A11 !important;
}

.home-products h2, .home-person h2 {
  font-size: 36px;
}
.home-products h2::after, .home-person h2::after {
  content: "";
  display: block;
  width: 100px;
  height: 4px;
  background-color: #AF8A11;
  margin-top: 10px;
  border-radius: 2px;
}
.home-products .button, .home-person .button {
  color: #AF8A11;
  text-decoration: none;
  font-weight: 800;
}
.home-products .product-featured, .home-person .product-featured {
  position: relative;
}
.home-products .product-featured .button, .home-person .product-featured .button {
  position: absolute;
  bottom: 0;
  color: #611A1A;
  opacity: 100%;
}

.blog-articles h3 {
  font-size: 24px;
}

.blog-articles.muziek {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* altijd max 3 naast elkaar */
  gap: 20px;
  padding-top: 40px;
}

.blog-articles.muziek .blog-article {
  box-sizing: border-box;
}

.blog-article {
  background-color: #E0E2E6;
  margin-bottom: 40px;
  border-radius: 8px;
}
.blog-article img {
  width: 100%;
  height: 285px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px 8px 0 0;
}
.blog-article .blog-content {
  padding: 20px 14px;
}
.blog-article p {
  opacity: 50%;
}
.blog-article p:last-of-type {
  padding-bottom: 24px;
}
.blog-article a {
  color: #611A1A;
  font-size: 16px;
  font-weight: 800;
  text-decoration: none;
}
.blog-article .content {
  padding: 20px;
}
.blog-article iframe {
  width: 100% !important;
  height: 281px;
  border-radius: 8px;
}

.home-products,
.home-articles,
.home-person,
.muziek-page {
  padding: 60px 20px;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}
.home-products a,
.home-articles a,
.home-person a,
.muziek-page a {
  text-decoration: none;
  margin: 0;
  padding: 0;
  color: #000;
}
.home-products .blog-article,
.home-articles .blog-article,
.home-person .blog-article,
.muziek-page .blog-article {
  display: block;
  flex-direction: column;
  flex: 2;
  height: 340px;
  background: #E0E2E6;
  border-radius: 8px;
}
.home-products .blog-article .thumbnail,
.home-articles .blog-article .thumbnail,
.home-person .blog-article .thumbnail,
.muziek-page .blog-article .thumbnail {
  max-height: 210px;
}
.home-products .blog-article .thumbnail img,
.home-articles .blog-article .thumbnail img,
.home-person .blog-article .thumbnail img,
.muziek-page .blog-article .thumbnail img {
  max-height: 210px;
}

.thumbnailsmall {
  max-height: 120px;
}
.thumbnailsmall img {
  max-height: 120px;
}

.home-intro, .boeken-overzicht {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  padding: 60px 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.intro-block {
  flex: 1;
}

.contact {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.contactformulier {
  flex: 1;
}
.contactformulier form {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.contactformulier form label {
  font-size: 20px;
  margin-bottom: 12px;
}
.contactformulier form input,
.contactformulier form textarea {
  width: calc(100% - 24px);
  padding: 12px;
  border: none;
  border-radius: 6px;
  background: #E0E2E6;
  font-size: 1rem;
  font-family: inherit;
  resize: vertical;
}
.contactformulier form input:focus,
.contactformulier form textarea:focus {
  outline: none;
}

.woocommerce-cart-form .product-name a {
  text-decoration: none;
  color: #000;
}
.woocommerce-cart-form input,
.woocommerce-cart-form textarea {
  width: calc(100% - 24px);
  padding: 9px !important;
  border: none !important;
  border-radius: 6px !important;
  background: #E0E2E6 !important;
  font-size: 1rem !important;
  font-family: inherit !important;
  resize: vertical !important;
}
.woocommerce-cart-form input:focus,
.woocommerce-cart-form textarea:focus {
  outline: none !important;
}

.checkout label, .woocommerce-checkout label {
  font-size: 20px !important;
  margin-bottom: 12px !important;
}
.checkout input,
.checkout textarea, .woocommerce-checkout input,
.woocommerce-checkout textarea {
  width: calc(100% - 24px);
  padding: 12px !important;
  border: none !important;
  border-radius: 6px !important;
  background: #E0E2E6 !important;
  font-size: 1rem !important;
  font-family: inherit !important;
  resize: vertical !important;
}
.checkout input:focus,
.checkout textarea:focus, .woocommerce-checkout input:focus,
.woocommerce-checkout textarea:focus {
  outline: none !important;
}
.checkout button, .woocommerce-checkout button {
  background-color: #AF8A11 !important;
  color: #fff !important;
}

.contact-info {
  flex: 1;
}
.contact-info h2 {
  padding-bottom: 24px;
}
.contact-info ul {
  list-style: none;
  padding: 0;
  margin: 0;
  opacity: 50%;
}
.contact-info ul li {
  margin-bottom: 16px;
}
.contact-info ul li strong {
  display: inline-block;
  width: 90px;
}
.contact-info ul li p {
  margin: 0;
}

.contact .button {
  color: #AF8A11;
  text-decoration: none;
  font-weight: 800;
  text-align: left;
  background-color: #F5F5F5;
}

.contact p {
  opacity: 100%;
}
.contact .success-message {
  padding: 1rem;
  background: #e6f9ed;
  color: #2b7a3d;
  border-radius: 6px;
  margin-bottom: 1rem;
}
.contact .error-message {
  padding: 1rem;
  background: #fdecea;
  color: #b71c1c;
  border-radius: 6px;
  margin-bottom: 1rem;
}

/* Elke vriend (Group blok met class "vriend") */
.wp-block-group.vriend {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  gap: 20px;
  flex-wrap: wrap; /* maakt mobiel makkelijker */
}
.wp-block-group.vriend p {
  max-width: 70%;
}

/* Tekst links */
.wp-block-group.vriend > .wp-block-group__inner-container {
  flex: 1;
}

/* Foto rechts */
.wp-block-group.vriend img {
  max-width: 150px;
  height: auto;
  border-radius: 8px;
}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 768px) {
  .contact {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .contact h1 {
    font-size: 1.8rem;
  }
  .wp-block-group.vriend {
    flex-direction: column; /* zet alles onder elkaar */
    align-items: flex-start; /* uitlijnen links */
  }
  .wp-block-group.vriend p {
    max-width: 100%;
  }
  .wp-block-group.vriend img {
    margin-top: 10px; /* ruimte tussen tekst en foto */
    margin-left: 0; /* reset margin */
  }
  .woocommerce-Tabs-panel--description.panel.entry-content {
    flex-direction: column;
  }
  .woocommerce-Tabs-panel--description.panel.entry-content > * {
    flex: 1 1 100%;
  }
  .kolomtekstblok {
    grid-template-columns: 1fr; /* mobiel = 1 kolom */
  }
  .kolomtekstblok > .wp-block-group {
    width: 100%; /* blokken vullen de kolom */
  }
  .top-bar {
    display: none;
  }
  header {
    margin-top: -50px;
  }
  .header-banner img {
    width: 100%;
    height: auto;
    display: block;
    z-index: -1;
  }
  .main-navigation {
    display: flex;
    justify-content: center;
  }
  .main-navigation ul {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    border-radius: 88px;
    padding: 10px 20px;
    background-color: #E8DCBB;
    margin-top: -20px;
    gap: 20px;
  }
  .main-navigation li {
    display: flex;
    align-items: center;
  }
  .main-navigation a {
    color: #AF8A11;
    text-decoration: none;
    font-weight: 800;
    font-size: 16px;
    display: flex;
    align-items: center;
  }
  .main-navigation a:hover {
    text-decoration: underline;
  }
  .cart-menu-item {
    margin-left: auto;
    position: relative;
  }
  .cart-link {
    position: relative;
    display: inline-flex;
    align-items: center;
  }
  .cart-link svg {
    width: 24px;
    height: 24px;
    fill: #AF8A11;
  }
  .cart-count {
    position: absolute;
    top: -8px;
    right: -12px;
    background-color: #AF8A11;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    border-radius: 50%;
    padding: 3px 6px;
    line-height: 1;
  }
  .home-banner {
    flex-direction: column;
    text-align: center;
  }
  .home-banner img {
    max-width: 100%;
  }
  .product-featured {
    min-width: 200px !important;
  }
}/*# sourceMappingURL=style.css.map */