/*
Theme Name: Japanszwaard.nl SEO
Theme URI: https://japanszwaard.nl/
Author: Design voor jou
Author URI: https://design-voor-jou.nl/
Version: 1.0
*/

:root {
  --brand-red: #be1e2d;
  --brand-black: #0b0203;
  --brand-white: #c1bfbf;
  --brand-grey: #212529;
  --brand-lightgrey: #cfcfcf;
}

body {
  overflow-x: hidden;
  background-color: var(--brand-white);
  font-family: 'Noto Sans JP', sans-serif;
}

html {
  scroll-behavior: smooth;
}

p {
  font-size: 16px;
  line-height: 32px;
}

a {
  text-decoration: none;
  color: var(--brand-red);
  font-weight: 600;
}

a:hover,
.lightbox:hover {
  cursor: pointer !important;
}

.menu-item-has-children {
  position: relative;
}

.menu-item-has-children > .sub-menu {
  display: none;
  flex-direction: column;
  gap: 12px;
  position: absolute;
  top: 100%;
  left: -24px;
  margin: 0;
  padding: 24px;
  width: max-content;
  background-color: var(--brand-red);
  border-radius: 12px;
  z-index: 999;
}

.sub-menu .menu-item-has-children {
  position: relative;
}

.sub-menu .menu-item-has-children > .sub-menu {
  top: -20px;
  left: 70%;
  right: auto;
  margin-right: 8px;
  background-color: var(--brand-grey) !important;
}

.menu-item-has-children:hover > .sub-menu {
  display: flex;
}

.w-1440 {
  width: 1440px;
  margin: 0 auto;
}

.w-760 {
  width: 760px !important;
  margin: 0 auto;
}

.color-white {
  color: var(--brand-white);
}

.color-red {
  color: var(--brand-red);
}

.color-black {
  color: var(--brand-black);
}

.bg-black {
  background-color: var(--brand-black) !important;
}

.bg-red {
  background-color: var(--brand-red);
}

.bg-lightgrey {
  background-color: var(--brand-lightgrey);
}

.nav-container {
  background-color: var(--brand-red);
  z-index: 99;
}

.menu-item-avatar .menu-avatar-link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.75rem;
}

.menu-item-avatar .menu-avatar-link img.avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: block;
}

.menu-item-avatar .menu-avatar-generic {
  font-size: 24px;
  line-height: 1;
  display: block;
}

.menu-item-avatar .menu-avatar-link:hover {
  opacity: 0.8;
}

.nav-container,
.nav-box {
  display: flex;
  justify-content: center;
  height: 96px;
}
.nav-logo img {
  width: 220px;
  height: auto;
}

.nav-box {
  width: 1440px;
}

.nav-logo {
  display: flex;
  flex: 1;
  background-color: var(--brand-black);
  align-items: center;
}

.nav-logo {
  position: relative;
  z-index: 10;
  padding-right: 8px;
}

.nav-logo::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: var(--brand-black);
  z-index: -1;
}

.nav-logo::after {
  content: '';
  display: block;
  background-color: var(--brand-black);
  width: 180px;
  height: 96px;
  border-radius: 0 9999px 0 0;
  position: absolute;
  top: 0;
  left: 236px;
  z-index: -1;
  transition: 0.2s left;
}

.nav-menu-container {
  flex: 3;
  height: 100%;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav-user {
  display: flex;
  align-items: center;
  gap: 16px;
  flex: 1;
  justify-content: flex-end;
  padding-right: 32px;
}

.nav-menu,
.main-menu-container-class {
  display: flex;
  align-items: center;
}

.nav-menu {
  justify-content: flex-end;
  padding-right: 40px;
}

.main-menu-container-class > ul {
  display: flex;
  list-style-type: none;
  text-decoration: none;
  margin: 0;
  padding: 0;
  gap: 24px;
}
.main-menu-class ul {
  margin: 0;
}

.main-menu-class li a,
.main-menu-class li {
  text-decoration: none;
  color: #ffffff;
  list-style-type: none;
}

.main-menu-class li a {
  position: relative;
  text-decoration: none;
}

.main-menu-class li a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 60%; /* pas aan naar smaak */
  height: 2px;
  background: currentColor;
  opacity: 0;
  transform: translateY(4px);
  transition:
    opacity 0.25s ease,
    transform 0.25s ease;
}

.main-menu-class li a:hover::after {
  opacity: 1;
  transform: translateY(0);
}

.nav-user-user img {
  border-radius: 100%;
}

#header-icon_user,
#header-icon_shopping {
  width: 32px;
  height: auto;
  fill: #ffffff;
}

.hero-image {
  position: relative;
  z-index: 0;
  min-height: 520px;
  flex-direction: column;
  background-color: var(--brand-black);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  overflow: hidden;
  animation: heroZoom 30s ease-in-out infinite;
}

.hero-image::before {
  content: '';
  z-index: 0;
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(11, 2, 3, 0) 0%, rgba(11, 2, 3, 0) 55%, rgba(11, 2, 3, 0.38) 76%, rgba(11, 2, 3, 0.78) 90%, #0b0203 100%);
  pointer-events: none;
}
.nav-container {
  position: relative;
  z-index: 1000;
}

.hero-image_container,
.last-update-containter {
  position: relative;
  z-index: 2;
}

.hero-image-blog {
  min-height: 220px;
  background-position: center;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-size: cover;
  display: flex;
  align-items: center;
  animation: heroZoom 30s ease-in-out infinite;
}

.hero-image-small {
  min-height: 86px;
  background-position: center;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-size: cover;
  display: flex;
  align-items: end;
  animation: heroZoom 30s ease-in-out infinite;
}

.hero-image-shop {
  min-height: 160px;
  background-position: center;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-size: cover;
  display: flex;
  align-items: center;
  animation: heroZoom 30s ease-in-out infinite;
}

@keyframes heroZoom {
  0% {
    background-size: 100%;
  }
  50% {
    background-size: 110%; /* zoom in */
  }
  100% {
    background-size: 100%; /* zoom out */
  }
}

.hero-image_content {
  width: 48%;
}

.hero-image_content h4 {
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
  margin-top: 32px;
}

.hero-image-bttns {
  margin-top: 32px;
  display: flex;
  gap: 32px;
}

.bttn-red {
  background-color: var(--brand-red);
  padding: 12px 32px;
  border-radius: 12px;
  text-decoration: none;
  color: #ffffff;
  outline: 2px solid var(--brand-red);
  outline-offset: 0;
  transition: all 0.5s ease-in-out;
}

.collection-bttn {
  background: var(--brand-red);
  padding: 12px 24px;
  border-radius: 12px;
  text-decoration: none;
  color: #ffffff;
  font-weight: 500;
  margin-top: 24px;
  display: block;
}

.single_add_to_cart_button {
  border: 0px;
  background-color: var(--brand-red);
  font-weight: 600;
  padding: 12px 32px;
  border-radius: 12px;
  text-decoration: none;
  color: #ffffff;
  outline: 2px solid var(--brand-red);
  outline-offset: 0;
  transition: all 0.5s ease-in-out;
}

.bttn-red-ghost:hover {
  outline-offset: 6px;
  background-color: var(--brand-grey);
  outline: 2px solid var(--brand-grey);
}

.single_add_to_cart_button:hover {
  outline-offset: 6px;
}

.bttn-red-ghost {
  padding: 12px 32px;
  border-radius: 12px;
  text-decoration: none;
  color: #ffffff;
  outline: 2px solid var(--brand-red);
  outline-offset: 0;
  transition: all 0.5s ease-in-out;
}

.bttn-red-ghost:hover {
  outline-offset: 6px;
  background-color: var(--brand-grey);
  outline: 2px solid var(--brand-grey);
}

.collection-box {
  padding: 40px 0 0;
}

.collection-box h2 {
  font-size: 32px;
  font-weight: 600;
  color: var(--brand-white);
}

.collection-icon {
  width: 120px;
  height: auto;
}

.collection-item {
  padding: 12px 24px;
}

.collection-bttn {
  background: var(--brand-red);
  padding: 12px 24px;
  border-radius: 12px;
  text-decoration: none;
  color: var(--brand-white);
  font-weight: 500;
  margin-top: 24px;
  display: block;
}

.news-container {
  background-image: url('/wp-content/uploads/2026/04/bg-3.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.news-box {
  padding: 104px 0 72px;
}
.collection-container {
  padding: 60px 0;
}

.collection-row {
  row-gap: 25px;
}

.collection-row > [class*='col-'] {
  display: flex;
}

.collection-item {
  background: #cfcfcf;
  border-radius: 14px;
  padding: 28px 22px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.04);
  position: relative;
  overflow: hidden;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 12px;
  transform: translateY(12px);
  transition: all 0.2s ease-in-out;
}

.collection-item:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 35px rgba(0, 0, 0, 0.1);
}

.collection-item:hover::before {
  opacity: 1;
}

.collection-icon-wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 86px;
  height: 86px;
  border-radius: 50%;
  margin: 0 auto 6px;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.collection-item h3 {
  font-size: 1.1rem;
  margin-bottom: 4px;
}

.collection-item p {
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 0;
}

.collection-bttn {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 32px;
  border-radius: 12px;
  border: 1px solid #b31217;
  text-decoration: none;
  font-size: 0.9rem;
  text-transform: uppercase;
  transition:
    background-color 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.collection-bttn:hover {
  background-color: #b31217;
  color: #ffffff;
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(179, 18, 23, 0.45);
}

.bttn-red,
.collection-bttn,
.single_add_to_cart_button,
.bttn-red-ghost {
  color: #ffffff;
}

.divider-black-top,
.divider-black-top-2,
.divider-black {
  width: 1920px;
  aspect-ratio: auto 1920 / 120;
  height: 120px;
  aspect-ratio: auto 1920 / 120;
}
.divider-black img {
  margin-top: -72px;
}

.our-collection {
  position: relative;
  display: inline-block;
}

.our-collection::after {
  content: attr(data-text);
  width: 100%;
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: transparent;
  -webkit-text-stroke: 1px var(--brand-red);
  text-stroke: 1px var(--brand-red);
  pointer-events: none;
  font-size: 86px;
  opacity: 0.3;
  animation: subtlePulse 20s ease-in-out infinite;
}

.our-highlight {
  position: relative;
  display: inline-block;
  z-index: 9999;
  color: var(--brand-white);
}

.our-highlight::after {
  content: attr(data-text1);
  width: 100%;
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: transparent;
  -webkit-text-stroke: 1px var(--brand-red);
  text-stroke: 1px var(--brand-red);
  pointer-events: none;
  z-index: -1;
  font-size: 86px;
  opacity: 0.3;
  animation: subtlePulse 20s ease-in-out infinite;
}

.authentic-text {
  position: relative;
  display: inline-block;
}

.authentic-text::after {
  content: 'Authentiek';
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: transparent;
  -webkit-text-stroke: 1px var(--brand-red);
  text-stroke: 1px var(--brand-red);
  pointer-events: none;
  font-size: 86px;
  opacity: 0.3;
  animation: subtlePulse 20s ease-in-out infinite;
}

@keyframes subtlePulse {
  0%,
  100% {
    opacity: 0.3;
  }
  50% {
    opacity: 0.7;
  }
}

.last-news {
  display: inline-block;
  position: relative;
}

.last-news::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -12px;
  height: 4px;
  width: 70%;
  background-color: var(--brand-red);
}

.nieuws-overview {
  width: 70%;
  margin-top: 32px;
}

.nieuws-item .nieuws-inner {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  margin-bottom: 30px;
}

.nieuws-item .nieuws-image img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 6px;
  display: block;
  margin-top: 24px;
}

.nieuws-item .nieuws-content {
  flex: 1;
}

.nieuws-content a {
  text-decoration: none;
}

.nieuws-item {
  border-bottom: 1px solid var(--brand-white);
}

.article-read-more::before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 8px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid currentColor;
}

.single-article {
  display: flex;
  padding-top: 72px;
  gap: 32px;
}

.single-thumbnail img {
  width: 100%;
  height: auto;
}

.single-content,
.single-thumbnail {
  width: 50%;
}

.single-content h3 {
  margin-top: 24px;
  font-size: 20px;
  color: var(--brand-red);
}

.katana-cut {
  --cut: 40px;
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
}

.katana-cut > *,
.katana-cut figure,
.katana-cut img {
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--cut)), calc(100% - var(--cut)) 100%, 0 100%);
  display: block;
  width: 100%;
  height: auto;
}

.katana-cut figure {
  margin: 0;
}

.next-post {
  padding: 16px 32px;
  border: 1px solid var(--brand-red);
  border-radius: 12px;
  width: fit-content;
}

.prev-post {
  padding: 16px 32px;
  border: 1px solid var(--brand-red);
  border-radius: 12px;
  width: fit-content;
}

.back-to-news a {
  padding: 16px 32px;
  background-color: var(--brand-red);
  border: 1px solid var(--brand-red);
  border-radius: 12px;
  display: flex;
  color: var(--brand-white);
  width: fit-content;
  margin-top: 36px;
}
.post-thumb img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}

.archive-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.archive-card {
  border: 1px solid #e5e5e5;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
}

.archive-content {
  padding: 16px;
}

.archive-meta {
  margin: 0 0 8px;
  font-size: 0.9rem;
  opacity: 0.75;
}

.archive-title {
  margin: 0 0 10px;
  font-size: 1.2rem;
  line-height: 1.3;
}

.archive-title a {
  text-decoration: none;
}

.archive-excerpt {
  margin: 0 0 12px;
}

.archive-readmore {
  display: inline-block;
  font-weight: 600;
  text-decoration: none;
}

/* Pagination wat netter */
.pagination {
  margin: 32px 0;
}
.pagination .page-numbers {
  display: inline-block;
  padding: 8px 12px;
  margin-right: 6px;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  text-decoration: none;
}
.pagination .current {
  font-weight: 700;
}

.archive-thumb img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  display: block;
  height: 320px;
  overflow: hidden;
}

.archive-thumb img {
}

/* Mobile */
@media (max-width: 900px) {
  .archive-grid {
    grid-template-columns: 1fr;
  }
}

.authentich-box h6 img {
  width: 24px;
  height: auto;
}

.authentic-container {
  padding: 144px 0;
}

.authentic-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: white;
}

.authentic-left-box {
  width: fit-content;
  height: auto;
}

.authentic-left-box h4 {
  padding-bottom: 24px;
}

.authentic-left-box h6 {
  padding-bottom: 8px;
  display: flex;
  gap: 8px;
}

.last-update-containter {
  text-align: right;
  margin-left: auto;
}
.last-update-box p {
  background: var(--brand-red);
  width: fit-content;
  margin-left: auto;
  padding: 8px 132px 8px 32px;
  border-radius: 0 0 0 32px;
  color: var(--brand-white);
}
.usp-marquee {
  overflow: hidden;
  padding: 72px 0;
}

.usp-track {
  display: flex;
  width: max-content;
  gap: 120px;
  padding: 10px 0;
  will-change: transform;
  visibility: hidden;
}

.usp-item {
  display: flex;
  align-items: center;
  gap: 16px;
  white-space: nowrap;
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
}

.usp-item img {
  width: 40px;
  height: auto;
  flex: 0 0 16px;
}

@media (prefers-reduced-motion: reduce) {
  .usp-track {
    visibility: visible;
  }
}

.gt_float_switcher .gt-selected {
  background-color: var(--brand-red) !important;
}

.gt_float_switcher .gt-selected .gt-current-lang {
  color: #ffffff !important;
}

.gt_float_switcher {
  box-shadow: none !important;
  background-color: var(--brand-red) !important;
}

.nav-user-lang {
  z-index: 9999;
}

.gt_float_switcher .gt_options a {
  color: #ffffff !important;
  font-size: 16px;
}

.gt_float_switcher .gt_options {
  position: absolute !important;
  right: 280px;
  background-color: var(--brand-red);
  border-radius: 12px;
  padding: 0 64px;
}

.gt_float_switcher .gt_options a:hover {
  background-color: var(--brand-red) !important;
}

.gt_float_switcher .gt-selected .gt-current-lang span.gt-lang-code {
  font-size: 16px;
}

.gt_float_switcher-arrow {
  position: relative;
  width: 16px;
  height: 16px;
}

.gt_float_switcher-arrow::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 60%;
  width: 8px;
  height: 2px;
  background: white;
  transform-origin: center;
  transition: transform 0.3s ease;
}

.gt_float_switcher-arrow::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 30%;
  width: 8px;
  height: 2px;
  background: white;
  transform-origin: center;
  transition: transform 0.3s ease;
}

.gt_float_switcher-arrow::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.gt_float_switcher-arrow::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.gt_float_switcher-arrow.gt_arrow_rotate::before {
  transform: translate(-50%, -50%) rotate(45deg);
  top: 50%;
  left: 50%;
  width: 16px;
}
.gt_float_switcher-arrow.gt_arrow_rotate::after {
  display: block;
  transform: translate(-50%, -50%) rotate(-45deg);
  top: 50%;
  left: 50%;
  width: 16px;
}

.gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow {
  background-image: none !important;
}

.zn-acf-3col {
  display: grid;
  grid-template-columns: 1fr 1.4fr 1fr;
  gap: 24px;
  align-items: start;
  margin: 24px 0 32px;
}

.zn-col-images .woocommerce-product-gallery {
  margin: 0;
}

.zn-readmore {
  display: inline-flex;
  padding: 10px 14px;
  border: 1px solid currentColor;
  background: transparent;
  cursor: pointer;
  border-radius: 6px;
  margin: 10px 0 12px;
}

.zn-blade {
  border: 2px solid #e5e5e5;
  border-radius: 10px;
  padding: 16px;
  margin-bottom: 16px;
}

.zn-speclist {
  margin: 8px 0 0;
  padding-left: 18px;
}

@media (max-width: 900px) {
  .zn-acf-3col {
    grid-template-columns: 1fr;
  }
}

.single-content,
.single-thumbnail {
  width: 100%;
}

.single-thumbnail {
  display: none !important;
}

.woocommerce .stock,
.woocommerce p.stock {
  display: none !important;
}

.woocommerce .woocommerce-product-details__short-description {
  display: none !important;
}
.woocommerce .woocommerce-tabs {
  display: none !important;
}

.border-white {
  border: 1px solid #6a6a6a !important;
}

.usp-icon {
  width: 96px;
  height: auto;
  display: block;
}

#menu-footer-menu,
#menu-footer-menu a,
#menu-verzameling-menu,
#menu-verzameling-menu a {
  color: #ffffff;
}

.footer-main .fw-semibold {
  color: #ffffff;
}

.footer-main h4.color-red {
  color: #f06a76;
}

/* Zorg dat thumbs niet verticaal stapelen */
.woocommerce-product-gallery {
  width: 100%;
}

.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
}

.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs li {
  margin: 0;
  width: calc(25% - 0.5rem); /* 4 per rij */
}

.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0.25rem;
}

/* Responsive */
@media (max-width: 768px) {
  .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs li {
    width: calc(33.333% - 0.5rem);
  }
}
@media (max-width: 480px) {
  .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs li {
    width: calc(50% - 0.5rem);
  }
}

.product {
  width: 1440px;
  margin: 0 auto;
}

.stock,
.in-stock {
  display: none;
}

.rob-wc-gallery__main .swiper-slide {
  aspect-ratio: 16 / 9;
}

.woocommerce div.product div.images .rob-wc-gallery {
  width: 100%;
  max-width: 100%;
}

/* 100% breed blijven, maar niet mega hoog */
.woocommerce-product-gallery.images .rob-wc-gallery {
  width: 500px !important;
  max-width: 100% !important;
}

/* Lightbox moet NIET op 100% hoogte geforceerd worden */
.rob-wc-lightbox .swiper-wrapper {
  height: auto !important;
  align-items: center;
}
.rob-wc-lightbox .swiper-slide {
  height: auto !important;
}

/* Zorg dat Swiper container niet “strekt” */
.rob-wc-lightbox__swiper {
  height: auto !important;
}

.woocommerce ul.products li.product .price del {
  color: var(--brand-red) !important;
}

.woocommerce ul.products li.product .price {
  color: var(--brand-black) !important;
}

.woocommerce span.onsale {
  border-radius: 0 12px 0 12px !important;
  padding: 4px 12px !important;
  background-color: var(--brand-red) !important;
}

.woocommerce ul.products li.product .onsale {
  margin: 0 !important;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  background-color: #cfcfcf;
  border-radius: 12px;
}

.woocommerce ul.products li.product .button {
  margin: 1em;
  display: block !important;
  text-align: center;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
  padding: 8px 1.5em !important;
}

.wc-block-cart-items__row .price {
  padding-left: 0em;
}

.wc-block-components-product-badge,
.wc-block-components-quantity-selector {
  display: none !important;
}

.wc-block-components-button {
  background-color: var(--brand-red);
  color: var(--brand-white);
  width: fit-content;
  padding: 16px;
}

.price {
  padding-left: 1.5em;
}

.woocommerce ul.products li.product a img {
  border-radius: 12px 12px 0 0;
}

select.orderby {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

  background-color: #fff;
  color: #0f172a;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 10px 44px 10px 14px;
  min-height: 44px;
  line-height: 1.2;

  font-size: 14px;
  font-weight: 500;

  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.06);
  transition:
    border-color 160ms ease,
    box-shadow 160ms ease,
    transform 160ms ease;

  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath fill='%236b7280' d='M5.5 7.5 10 12l4.5-4.5 1 1L10 14 4.5 8.5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 18px 18px;
}

select.orderby:hover {
  border-color: #d1d5db;
}

select.orderby:focus {
  outline: none;
  border-color: #2563eb; /* blauw */
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.14);
}

select.orderby:disabled {
  background-color: #f9fafb;
  color: #9ca3af;
  cursor: not-allowed;
  box-shadow: none;
}

select.orderby option {
  color: #0f172a;
}

.icon-badge {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background: var(--brand-red);
  color: var(--brand-white);
  flex: 0 0 auto;
}
.small-muted {
  color: rgba(0, 0, 0, 0.65);
}
.card-soft {
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
}
.mono {
  font-variant-numeric: tabular-nums;
}
.cf7-note {
  font-size: 0.95rem;
  color: rgba(0, 0, 0, 0.7);
}
/* Optioneel: nette CF7 melding-styling als je deze pagina in WP gebruikt */
.wpcf7 form .wpcf7-response-output {
  margin: 1rem 0 0;
  padding: 0.75rem 1rem;
  border-radius: 0.75rem;
}
.wpcf7 form.invalid .wpcf7-response-output {
  border-color: rgba(220, 53, 69, 0.35);
  background: rgba(220, 53, 69, 0.06);
}
.wpcf7 form.sent .wpcf7-response-output {
  border-color: rgba(25, 135, 84, 0.35);
  background: rgba(25, 135, 84, 0.06);
}
.wpcf7-not-valid-tip {
  font-size: 0.9rem;
  color: #dc3545;
  margin-top: 0.35rem;
}

.wpcf7-submit {
  background-color: var(--brand-red) !important;
  color: var(--brand-white) !important;
  border: 0 !important;
}

.accordion-button {
  font-weight: 600;
}

.accordion-button:not(.collapsed) {
  color: unset;
  background-color: #ffffff;
}

.accordion-button:focus {
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

.highlight-product__image img {
  width: 100%;
  max-width: 600px;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 12px;
}

.highlight-product__link {
  position: relative;
}
.highlight-product__container {
  position: absolute;
  width: max-content;
  bottom: -32px;
  left: 50%;
  transform: translate(-50%) !important;
  z-index: 1;
  padding: 0px 32px;
  border-radius: 12px;
}

.highlight-product__price {
  padding-bottom: 10px;
}

.highlight-product__price del .woocommerce-Price-amount {
  color: var(--brand-black) !important;
}

.highlight-container {
  padding: 72px 0 124px 0;
}

#rob-glb-lb .rob-glb-lb__zoom-btn {
  font-weight: 900;
}

.container-product-contact {
  background-color: #cfcfcf;
  margin-top: 32px;
  padding: 32px;
  border-radius: 12px;
}

.container-product-contact a {
  margin-top: 16px;
  border: 2px solid var(--brand-red);
  padding: 8px 16px;
  border-radius: 12px;
  transition: all 0.5s ease-in-out;
}

.container-product-contact a:hover {
  border: 2px solid var(--brand-red);
  background-color: var(--brand-red);
  color: var(--brand-white);
}

.nav-user-link {
  position: relative;
  display: inline-block;
}

.cart-badge {
  position: absolute;
  top: -6px;
  right: -6px;

  min-width: 18px;
  height: 18px;
  padding: 0 5px;

  border-radius: 999px;
  background: var(--brand-black);
  color: #fff;

  font-size: 12px;
  line-height: 18px;
  text-align: center;
  font-weight: 700;

  transform: scale(0.9);
  transform-origin: top right;

  opacity: 0;
  pointer-events: none;
}

.cart-badge.is-visible {
  opacity: 1;
}

.wp-block-heading {
  margin-bottom: 32px;
}

.wc-block-grid__products .wc-block-grid__product-image img {
  border-radius: 12px;
}

.container-hamon p {
  line-height: 20px !important;
}

#menu-item-1208::after {
  content: '';
  border: solid var(--brand-white);
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.post-navigation-buttons {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  gap: 10px;
}

.post-navigation-buttons a {
  text-decoration: none;
}

.nav-button {
  display: inline-block;
  padding: 10px 18px;
  background: var(--brand-red);
  color: #fff;
  border: 1px solid var(--brand-red);
  border-radius: 6px;
  font-weight: 600;
  transition: all 0.2s ease;
}

.nav-button:hover {
  background: #550d15;
  border-color: #550d15;
  color: #fff;
}

.nav-button-ghost {
  background: transparent;
  color: var(--brand-grey);
  border: 1px solid var(--brand-grey);
}

.nav-button-ghost:hover {
  background: var(--brand-grey);
  color: #fff;
  border-color: var(--brand-grey) !important;
}

/* Hamburger button standaard verborgen op desktop */
.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
  position: relative;
  z-index: 1001;
}

.nav-toggle span {
  display: block;
  width: 28px;
  height: 3px;
  margin: 4px 0;
  border-radius: 2px;
  background: #fff; /* pas aan naar jouw kleur */
  transition:
    transform 0.3s ease,
    opacity 0.3s ease;
  transform-origin: center;
}

/* Hamburger verandert in kruisje */
.nav-toggle.active span:nth-child(1) {
  transform: translateY(11px) rotate(45deg);
}

.nav-toggle.active span:nth-child(2) {
  opacity: 0;
}

.nav-toggle.active span:nth-child(3) {
  transform: translateY(-11px) rotate(-45deg);
}

@media (max-width: 1440px), (pointer: coarse) {
  .nav-toggle {
    display: flex;
  }

  .nav-menu-container {
    height: 0;
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    z-index: 999999;
    pointer-events: none;
  }

  .nav-menu-container.is-open {
    max-height: calc(100vh - 120px);
    height: auto;
    opacity: 1;
    visibility: visible;
    overflow-y: auto;
    pointer-events: auto;
  }

  .nav-menu,
  .main-menu-container-class {
    display: block;
  }

  .nav-menu-container:not(.is-open) {
    height: 0 !important;
    max-height: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    opacity: 0 !important;
    visibility: hidden !important;
    overflow: hidden !important;
    pointer-events: none !important;
  }

  .nav-menu .menu-item-has-children:not(.submenu-open):hover > .sub-menu,
  .main-menu-container-class .menu-item-has-children:not(.submenu-open):hover > .sub-menu {
    display: none !important;
  }

  .nav-menu .menu-item-has-children.submenu-open > .sub-menu,
  .main-menu-container-class .menu-item-has-children.submenu-open > .sub-menu {
    display: flex !important;
  }
}

@media (min-width: 1441px) and (pointer: fine) {
  .nav-toggle {
    display: none;
  }

  .nav-menu-container {
    position: static;
    display: flex;
    flex: 3;
    height: 100%;
    max-height: none;
    opacity: 1;
    visibility: visible;
    overflow: visible;
    pointer-events: auto;
  }

  .nav-menu,
  .main-menu-container-class {
    display: flex;
    align-items: center;
  }
}

.footer-main h3 {
  font-size: 16px;
}

.herstaanbieding {
  background: linear-gradient(135deg, #b85c38, #d97706) !important;
  color: #fff8ef !important;
  border-radius: 999px;
  box-shadow: 0 4px 12px rgba(90, 40, 10, 0.25);
  letter-spacing: 0.5px;
}

.herstaanbieding::before,
.herstaanbieding::after {
  content: '🍂';
  position: absolute;
  font-size: 14px;
  line-height: 1;
  animation: herfst-dwarrel 3s ease-in-out infinite;
  pointer-events: none;
}

.herstaanbieding::before {
  top: -8px;
  left: -6px;
  transform: rotate(-20deg);
}

.herstaanbieding::after {
  bottom: -8px;
  right: -6px;
  font-size: 12px;
  animation-delay: 1.2s;
  transform: rotate(18deg);
}

@keyframes herfst-dwarrel {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 0.9;
  }
  25% {
    transform: translateY(2px) translateX(2px) rotate(12deg);
    opacity: 1;
  }
  50% {
    transform: translateY(5px) translateX(-2px) rotate(-10deg);
    opacity: 0.9;
  }
  75% {
    transform: translateY(2px) translateX(3px) rotate(8deg);
    opacity: 1;
  }
  100% {
    transform: translateY(0) rotate(0deg);
    opacity: 0.9;
  }
}

.sold-out-button {
  background: #999 !important;
  color: #fff !important;
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.75;
}

.archive-filter {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}

.archive-filter label {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

.filter-reset {
  background: #d60000;
  color: #fff;
  border: 0;
  padding: 10px 16px;
  cursor: pointer;
  border-radius: 4px;
}

.filter-reset:hover {
  opacity: 0.9;
}

#archive-results.is-loading {
  opacity: 0.5;
  transition: opacity 0.2s ease;
}

.hero-intro-transition {
  height: 0;
  background: #0b0203;
}

.intro-room-section {
  position: relative;
  margin-top: -24px;
  padding: 160px 20px 100px;
  overflow: hidden;
  background: #cfcfcf;
  z-index: 2;
}

.intro-room-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, #0b0203 0%, #080808 5%, #202020 9%, #555555 15%, #8b8b8b 21%, #b8b8b8 27%, #cfcfcf 33%, #cfcfcf 100%);
  pointer-events: none;
}

.intro-room-section::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 32px;
  background: #0b0203;
  clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
  pointer-events: none;
}

.intro-room-box {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(380px, 1.05fr);
  gap: 42px;
  align-items: center;
  margin: 0 auto;
}

.intro-room-content {
  color: #111;
}

.intro-room-label {
  display: inline-block;
  margin-bottom: 10px;
  color: #d01d2f;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0;
}

.intro-room-content h2 {
  max-width: 560px;
  margin: 0 0 18px;
  color: #111;
  font-size: clamp(28px, 2.8vw, 40px);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
  text-shadow: none;
}

.intro-room-content h2 .color-red {
  color: #d01d2f;
}

.intro-room-text {
  max-width: 650px;
}

.intro-room-text p {
  margin: 0 0 12px;
  color: #171717;
  font-size: 15.5px;
  line-height: 1.65;
}

.intro-room-warning {
  max-width: 650px;
  margin-top: 18px;
  padding: 14px 16px;
  border-left: 4px solid #d01d2f;
  background: rgba(0, 0, 0, 0.06);
  color: #1f1f1f;
  font-size: 14.5px;
  line-height: 1.55;
}

.intro-room-warning strong {
  color: #000;
}

.intro-room-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.intro-room-gallery {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  grid-template-rows: repeat(2, minmax(145px, 1fr));
  gap: 14px;
  min-height: 420px;
}

.intro-room-photo {
  position: relative;
  margin: 0;
  min-height: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #111;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.18);
}

.intro-room-photo::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 52%, rgba(0, 0, 0, 0.18) 100%);
  pointer-events: none;
}

.intro-room-photo-large {
  grid-row: span 2;
}

.intro-room-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  cursor: zoom-in;
  transition: transform 0.45s ease;
}

.intro-room-photo:hover img {
  transform: scale(1.04);
}

@media (max-width: 1199px) {
  .intro-room-section {
    margin-top: -18px;
    padding: 130px 20px;
  }

  .intro-room-box {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .intro-room-content h2,
  .intro-room-text,
  .intro-room-warning {
    max-width: 100%;
  }

  .intro-room-gallery {
    min-height: 430px;
  }
}

@media (max-width: 767px) {
  .intro-room-section {
    margin-top: -4px;
    padding: 90px 16px;
  }

  .intro-room-section::before {
    display: none;
  }

  .intro-room-section::after {
    width: 70%;
    height: 24px;
  }

  .intro-room-content h2 {
    font-size: 29px;
  }

  .intro-room-text p {
    font-size: 15px;
    line-height: 1.65;
  }

  .intro-room-actions {
    gap: 12px;
  }

  .intro-room-actions .bttn-red,
  .intro-room-actions .bttn-red-ghost {
    width: 100%;
    text-align: center;
  }

  .intro-room-gallery {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    min-height: auto;
  }

  .intro-room-photo,
  .intro-room-photo-large {
    grid-row: auto;
    aspect-ratio: 16 / 10;
  }
}

@media (max-width: 480px) {
  .intro-room-content h2 {
    font-size: 27px;
  }

  .intro-room-warning {
    padding: 14px 15px;
    font-size: 14px;
  }

  .intro-room-photo,
  .intro-room-photo-large {
    aspect-ratio: 4 / 3;
  }
}

.paypal-logo {
  width: 160px;
  height: auto;
}
