/*
Theme Name:     YDC Sneeuwsport Theme
Version:        0.1
Description:    Dit is een thema speciaal gemaakt voor de website YDC Sneeuwsporten webshop
Author:         Yarne De Coster
Tags:           full-site-editing
*/


/* CSS Vor mijn wordpress*/

.cover-home .p-home,
.cover-home .h1-home,
.cover-home .wp-block-buttons {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.cover-home::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(4px);
  transition: height 0.4s ease;
  z-index: 1;
}

.cover-home:hover::after {
  height: 75%;
}

.cover-home:hover .p-home,
.cover-home:hover .h1-home,
.cover-home:hover .wp-block-buttons {
  opacity: 1;
  transform: translateY(0px);
}

.cover-home .p-home,
.cover-home .h1-home,
.cover-home .wp-block-buttons {
  position: relative;
  z-index: 2;
}

.cover-home .h1-home {
  color: #ffffff !important;
  text-shadow: 0 2px 6px rgba(0,0,0,0.6);
}

.cover-home .p-home {
  color: #ffffff !important;
  text-shadow: 0 1px 4px rgba(0,0,0,0.5);
}

/*Categorien sectie zodat het er wat op lijk als mijn prototyp*/

ul.wc-block-product-categories-list--depth-0 {
  list-style: none !important;
  padding: 0 !important;
}

ul.wc-block-product-categories-list--depth-0 > .wc-block-product-categories-list-item {
  margin: 0 !important;
  padding: 0 !important;
}

ul.wc-block-product-categories-list--depth-0 > .wc-block-product-categories-list-item > a {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  text-transform: uppercase;
  margin: 32px 0 16px;
  text-decoration: none;
  background: #162236 !important;
  color: #fff !important;
  padding: 12px 24px !important;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

ul.wc-block-product-categories-list--depth-0 > .wc-block-product-categories-list-item > a > .wc-block-product-categories-list-item__image {
  display: none !important;
}

ul.wc-block-product-categories-list--depth-1 {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

ul.wc-block-product-categories-list--depth-1 > li {
  position: relative !important;
  overflow: hidden !important;
  border-radius: 12px;
  aspect-ratio: 1 / 1;
  margin: 0 !important;
  padding: 0 !important;
}

ul.wc-block-product-categories-list--depth-1 > li > a {
  display: grid !important;
  width: 100% !important;
  height: 100% !important;
  text-decoration: none !important;
  margin: 0 !important;
}

ul.wc-block-product-categories-list--depth-1 > li > a > * {
  grid-area: 1 / 1 !important;
}

ul.wc-block-product-categories-list--depth-1 .wc-block-product-categories-list-item__image {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  overflow: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
}

ul.wc-block-product-categories-list--depth-1 .wc-block-product-categories-list-item img {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: cover !important;
  display: block !important;
}

ul.wc-block-product-categories-list--depth-1 > li::before,
ul.wc-block-product-categories-list--depth-1 > li::after {
    content: "";
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    background: rgba(255, 255, 255, 0.85);
    z-index: 3;
    transition: transform 0.6s ease;
    pointer-events: none;
}

ul.wc-block-product-categories-list--depth-1 > li::before {
    left: 0;
    transform: translateX(-100%);
}

ul.wc-block-product-categories-list--depth-1 > li::after {
    right: 0;
    transform: translateX(100%);
}

ul.wc-block-product-categories-list--depth-1 > li:hover::before {
    transform: translateX(0%);
}

ul.wc-block-product-categories-list--depth-1 > li:hover::after {
    transform: translateX(0%);
}

ul.wc-block-product-categories-list--depth-1 > li > a > .wc-block-product-categories-list-item__name {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: transparent !important;
    color: #162236 !important;
    font-size: 1.2rem !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    text-align: center !important;
    padding: 16px !important;
    opacity: 0 !important;
    transition: opacity 0.2s ease 0.2s !important;
    z-index: 4 !important;
}

ul.wc-block-product-categories-list--depth-1 > li:hover > a > .wc-block-product-categories-list-item__name {
    opacity: 1 !important;
}

@media (max-width: 768px) {
  ul.wc-block-product-categories-list--depth-1 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  ul.wc-block-product-categories-list--depth-1 {
    grid-template-columns: 1fr;
  }
}

.wp-block-group.alignfull.has-custom-nav-footer-kleur-background-color {
  position: relative !important;
}

#ydcFx {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  pointer-events: none !important;
  overflow: hidden !important;
  z-index: 1 !important;
}

.ydc-sf {
  position: absolute;
  border-radius: 50%;
  background: rgba(255,255,255,0.8);
  animation: ydc-fall linear infinite;
}

@keyframes ydc-fall {
  0% {
    transform: translateY(-5px) translateX(0);
    opacity: 0;
  }
  5% { opacity: 1; }
  100% {
    transform: translateY(100px) translateX(var(--wind, 60px));
    opacity: 0;
  }
}

.ydc-wind {
  position: absolute;
  height: 1px;
  border-radius: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.25), transparent);
  animation: ydc-gust linear infinite;
}

@keyframes ydc-gust {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  10% { opacity: 1; }
  90% { opacity: 0.6; }
  100% {
    transform: translateX(calc(100vw + 100%));
    opacity: 0;
  }
}

.wp-block-group.alignfull.has-custom-nav-footer-kleur-background-color .wp-block-navigation,
.wp-block-group.alignfull.has-custom-nav-footer-kleur-background-color .wp-block-site-logo,
.wp-block-group.alignfull.has-custom-nav-footer-kleur-background-color .wp-block-image,
.wp-block-group.alignfull.has-custom-nav-footer-kleur-background-color .wp-block-row {
  position: relative;
  z-index: 10;
}

.wp-block-navigation-item__label {
    position: relative;
    transition: color 0.3s ease;
}

.wp-block-navigation-item__label::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 50%;
    transform: translateX(-50%) scaleX(0);
    width: 100%;
    height: 2px;
    background-color: #00BFFF;
    transition: transform 0.3s ease;
    transform-origin: center;
}

.wp-block-navigation-item a:hover .wp-block-navigation-item__label {
    color: #00BFFF;
}

.wp-block-navigation-item a:hover .wp-block-navigation-item__label::after {
    transform: translateX(-50%) scaleX(1);
}

.wp-block-navigation.is-vertical .wp-block-navigation-item__label::after {
    bottom: -2px;
    height: 1px;
}

footer a {
    position: relative;
    transition: color 0.3s ease;
    text-decoration: none;
}

footer a::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%) scaleX(0);
    width: 100%;
    height: 1px;
    background-color: #00BFFF;
    transition: transform 0.3s ease;
    transform-origin: center;
}

footer a:hover {
    color: #00BFFF;
}

footer a:hover::after {
    transform: translateX(-50%) scaleX(1);
}

#ydcFxFooter {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  pointer-events: none !important;
  overflow: hidden !important;
  z-index: 1 !important;
}

.wc-block-components-product-image__inner-container {
    overflow: hidden;
    border-radius: 12px 12px 0 0;
}

.wc-block-components-product-image__inner-container img {
    transition: transform 0.4s ease;
}

.woocommerce-product-image:hover .wc-block-components-product-image__inner-container img,
li.product:hover img {
    transform: scale(1.05);
}

li.product {
    background: #162236 !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3) !important;
}

li.product:hover {
    transform: translateY(-6px) !important;
    box-shadow: 0 12px 28px rgba(0,0,0,0.5) !important;
}

li.product h2,
li.product .woocommerce-loop-product__title,
li.product .wp-block-post-title {
    color: #ffffff !important;
    padding: 12px 16px 4px !important;
    text-decoration: none !important;
}

li.product h2 a,
li.product .woocommerce-loop-product__title a,
li.product .wp-block-post-title a {
    color: #ffffff !important;
    text-decoration: none !important;
}

li.product h2 a:visited,
li.product .woocommerce-loop-product__title a:visited,
li.product .wp-block-post-title a:visited {
    color: #ffffff !important;
}

li.product h2 a:hover,
li.product .woocommerce-loop-product__title a:hover,
li.product .wp-block-post-title a:hover {
    color: #00BFFF !important;
}

li.product .wc-block-components-product-price,
li.product .wc-block-grid__product-price,
li.product .woocommerce-Price-amount,
li.product .woocommerce-Price-amount.amount,
li.product bdi {
    color: #a8d8ea !important;
}

li.product del .woocommerce-Price-amount,
li.product del bdi {
    color: rgba(168, 216, 234, 0.5) !important;
}

li.product ins .woocommerce-Price-amount,
li.product ins bdi {
    color: #00BFFF !important;
    font-weight: 700 !important;
}

li.product .woocommerce-Price-currencySymbol {
    color: inherit !important;
}

li.product .button,
li.product .wp-block-button__link,
li.product .wc-block-components-product-button__button {
    background-color: #162236 !important;
    color: #ffffff !important;
    border: 2px solid #00BFFF !important;
    border-radius: 8px !important;
    transition: background-color 0.3s ease, color 0.3s ease !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    margin-bottom: 16px !important;
}

li.product .button:hover,
li.product .wp-block-button__link:hover,
li.product .wc-block-components-product-button__button:hover {
    background-color: #00BFFF !important;
    color: #162236 !important;
}

.woocommerce span.onsale,
.wc-block-components-product-sale-badge {
    background-color: #00BFFF !important;
    color: #162236 !important;
    font-weight: 700 !important;
    border-radius: 6px !important;
}

select.orderby {
    background-color: #162236 !important;
    color: #ffffff !important;
    border: 1px solid #00BFFF !important;
    border-radius: 8px !important;
    padding: 8px 16px !important;
    font-size: 14px !important;
    cursor: pointer !important;
    transition: border-color 0.3s ease !important;
    appearance: none !important;
    -webkit-appearance: none !important;
}

select.orderby:hover {
    border-color: #ffffff !important;
}

select.orderby:focus {
    outline: none !important;
    border-color: #ffffff !important;
}

select.orderby option {
    background-color: #162236 !important;
    color: #ffffff !important;
    border-bottom: 1px solid rgba(255,255,255,0.15) !important;
    padding: 8px 16px !important;
}

.single-product .single_add_to_cart_button {
    background-color: #162236 !important;
    color: #ffffff !important;
    border: 2px solid #00BFFF !important;
    border-radius: 8px !important;
    padding: 10px 28px !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    transition: background-color 0.3s ease, color 0.3s ease !important;
}

.single-product .single_add_to_cart_button:hover {
    background-color: #00BFFF !important;
    color: #162236 !important;
}

.single-product .variations select,
.single-product select {
    background-color: #162236 !important;
    color: #ffffff !important;
    border: 1px solid #00BFFF !important;
    border-radius: 8px !important;
    padding: 10px 16px !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    cursor: pointer !important;
    transition: border-color 0.3s ease !important;
}

.single-product .variations select:hover,
.single-product select:hover,
.single-product .variations select:focus,
.single-product select:focus {
    outline: none !important;
    border-color: #ffffff !important;
}

.single-product .variations select option,
.single-product select option {
    background-color: #162236 !important;
    color: #ffffff !important;
}

.single-product .stock {
    color: #a8d8ea !important;
    font-size: 0.9rem !important;
}

.single-product .qty {
    color: black !important;
    border: 1px solid #00BFFF !important;
    border-radius: 8px !important;
    padding: 10px 12px !important;
    width: 70px !important;
    text-align: center !important;
}

.woocommerce-cart .wc-block-components-product-name {
    color: #00BFFF !important;
    text-decoration: none !important;
    font-size: 1.1rem !important;
}

.woocommerce-cart .wc-block-components-product-name:hover {
    color: #162236 !important;
}

.woocommerce-cart .wc-block-components-sale-badge {
    background-color: #e74c3c !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    border-radius: 6px !important;
}

.woocommerce-cart .wc-block-components-quantity-selector {
    background-color: transparent !important;
    border: 1px solid #00BFFF !important;
    border-radius: 8px !important;
}

.woocommerce-cart .wc-block-cart__submit-button {
    background-color: #162236 !important;
    color: #ffffff !important;
    border: 2px solid #00BFFF !important;
    border-radius: 8px !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    transition: background-color 0.3s ease, color 0.3s ease !important;
}

.woocommerce-cart .wc-block-cart__submit-button:hover {
    background-color: #00BFFF !important;
    color: #162236 !important;
}

.woocommerce-cart .wc-block-cart-items .wc-block-cart-items__row {
    border-bottom: 1px solid rgba(0,191,255,0.15) !important;
}

.woocommerce-cart .wc-block-components-totals-wrapper {
    border-top: 1px solid rgba(0,191,255,0.15) !important;
}

.woocommerce-cart .wc-block-components-product-price,
.woocommerce-cart .wc-block-cart-item__total,
.woocommerce-cart bdi,
.woocommerce-cart .amount {
    font-size: 1rem !important;
}

.woocommerce-cart .wc-block-components-product-metadata {
    font-size: 0.95rem !important;
}

.woocommerce-cart .wc-block-components-totals-item__label,
.woocommerce-cart .wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
    font-size: 1.1rem !important;
}

.woocommerce-cart .wc-block-components-totals-item__value,
.woocommerce-cart .wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
    font-size: 1.2rem !important;
}

.woocommerce-cart th {
    font-size: 1rem !important;
}

.woocommerce-checkout .wc-block-checkout__actions .wc-block-components-checkout-place-order-button {
    background-color: #162236 !important;
    color: #ffffff !important;
    border: 2px solid #00BFFF !important;
    border-radius: 8px !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    padding: 12px 28px !important;
    transition: background-color 0.3s ease, color 0.3s ease !important;
}

.woocommerce-checkout .wc-block-checkout__actions .wc-block-components-checkout-place-order-button:hover {
    background-color: #00BFFF !important;
    color: #162236 !important;
}

.woocommerce-checkout .wc-block-components-checkout-return-to-cart-button {
    color: #00BFFF !important;
    text-decoration: none !important;
}

.woocommerce-checkout .wc-block-components-checkout-return-to-cart-button:hover {
    color: #162236 !important;
}

.woocommerce-checkout .wc-block-components-text-input input,
.woocommerce-checkout .wc-block-components-combobox .components-combobox-control input,
.woocommerce-checkout select {
    border: 1px solid #00BFFF !important;
    border-radius: 8px !important;
    transition: border-color 0.3s ease !important;
}

.woocommerce-checkout .wc-block-components-text-input input:focus,
.woocommerce-checkout select:focus {
    border-color: #162236 !important;
    outline: none !important;
}

.woocommerce-checkout .wc-block-components-order-summary-item__description .wc-block-components-product-name {
    color: #162236 !important;
    text-decoration: none !important;
}

.woocommerce-checkout .wc-block-components-order-summary-item__total-price,
.woocommerce-checkout .wc-block-components-order-summary bdi,
.woocommerce-checkout .wc-block-components-order-summary .amount {
    color: #162236 !important;
}

.woocommerce-checkout .wc-block-components-order-summary .wc-block-components-product-metadata {
    color: rgba(0,0,0,0.6) !important;
}

.woocommerce-checkout .wc-block-components-order-summary .wc-block-components-sale-badge {
    background-color: #e74c3c !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    border-radius: 6px !important;
}

.woocommerce-checkout .wc-block-components-totals-item__label {
    color: #162236 !important;
}

.woocommerce-checkout .wc-block-components-totals-item__value {
    color: #162236 !important;
}

.woocommerce-checkout .wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
    color: #162236 !important;
    font-weight: 700 !important;
}

.woocommerce-checkout .wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
    color: #00BFFF !important;
    font-weight: 700 !important;
}

.woocommerce-checkout .wc-block-components-totals-wrapper {
    border-top: 1px solid rgba(0,191,255,0.15) !important;
}

.woocommerce-checkout .wc-block-components-panel__button {
    color: #162236 !important;
}

.woocommerce-checkout .wc-block-components-order-summary-item__individual-prices del bdi {
    color: rgba(0,0,0,0.4) !important;
}

.woocommerce-checkout .wc-block-components-order-summary-item__individual-prices ins bdi {
    color: #00BFFF !important;
    text-decoration: none !important;
}

.woocommerce-account .woocommerce {
    max-width: 1260px !important;
    margin: 0 auto !important;
    padding: 40px 20px !important;
    display: flex !important;
    gap: 32px !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    background: #162236 !important;
    border-radius: 12px !important;
    padding: 16px !important;
    margin-bottom: 0 !important;
    min-width: 220px !important;
    align-self: flex-start !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 4px !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    display: block !important;
    color: #ffffff !important;
    text-decoration: none !important;
    padding: 10px 20px !important;
    border-radius: 8px !important;
    transition: background-color 0.3s ease, color 0.3s ease !important;
    border: 1px solid transparent !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
    border-color: #00BFFF !important;
    color: #00BFFF !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
    background-color: #00BFFF !important;
    color: #162236 !important;
    font-weight: 700 !important;
}

.woocommerce-account .woocommerce-MyAccount-content {
    background: #162236 !important;
    border-radius: 12px !important;
    padding: 32px !important;
    color: rgba(255,255,255,0.85) !important;
    flex: 1 !important;
}

.woocommerce-account .woocommerce-MyAccount-content a {
    color: #00BFFF !important;
}

.woocommerce-account .woocommerce-MyAccount-content a:hover {
    color: #ffffff !important;
}

.woocommerce-account .woocommerce-MyAccount-content strong {
    color: #ffffff !important;
}

.woocommerce-account .woocommerce-MyAccount-content h2,
.woocommerce-account .woocommerce-MyAccount-content h3 {
    color: #ffffff !important;
}

.woocommerce-account .woocommerce-MyAccount-content .button,
.woocommerce-account .woocommerce-MyAccount-content button {
    background-color: #162236 !important;
    color: #ffffff !important;
    border: 2px solid #00BFFF !important;
    border-radius: 8px !important;
    padding: 10px 24px !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    transition: background-color 0.3s ease, color 0.3s ease !important;
    cursor: pointer !important;
}

.woocommerce-account .woocommerce-MyAccount-content .button:hover,
.woocommerce-account .woocommerce-MyAccount-content button:hover {
    background-color: #00BFFF !important;
    color: #162236 !important;
}

.woocommerce-account .woocommerce-MyAccount-content input[type="text"],
.woocommerce-account .woocommerce-MyAccount-content input[type="email"],
.woocommerce-account .woocommerce-MyAccount-content input[type="password"],
.woocommerce-account .woocommerce-MyAccount-content select {
    border: 1px solid #00BFFF !important;
    border-radius: 8px !important;
    padding: 10px 16px !important;
    background: transparent !important;
    color: #ffffff !important;
    transition: border-color 0.3s ease !important;
}

.woocommerce-account .woocommerce-MyAccount-content input:focus,
.woocommerce-account .woocommerce-MyAccount-content select:focus {
    border-color: #ffffff !important;
    outline: none !important;
}

.woocommerce-account .woocommerce-MyAccount-content label {
    color: #ffffff !important;
}

.woocommerce-account:not(.logged-in) .woocommerce {
    display: flex !important;
    gap: 32px !important;
    max-width: 1260px !important;
    margin: 0 auto !important;
    padding: 40px 20px !important;
}

.woocommerce-account:not(.logged-in) .woocommerce > #customer_login {
    display: flex !important;
    gap: 32px !important;
    width: 100% !important;
}

.woocommerce-account:not(.logged-in) #customer_login > div {
    flex: 1 !important;
    background: #162236 !important;
    border-radius: 12px !important;
    padding: 32px !important;
}

.woocommerce-account:not(.logged-in) #customer_login h2 {
    color: #ffffff !important;
    margin-bottom: 24px !important;
}

.woocommerce-account:not(.logged-in) #customer_login label {
    color: #ffffff !important;
}

.woocommerce-account:not(.logged-in) #customer_login input[type="text"],
.woocommerce-account:not(.logged-in) #customer_login input[type="email"],
.woocommerce-account:not(.logged-in) #customer_login input[type="password"] {
    background: transparent !important;
    color: #ffffff !important;
    border: 1px solid #00BFFF !important;
    border-radius: 8px !important;
    padding: 10px 16px !important;
    transition: border-color 0.3s ease !important;
}

.woocommerce-account:not(.logged-in) #customer_login input:focus {
    border-color: #ffffff !important;
    outline: none !important;
}

.woocommerce-account:not(.logged-in) #customer_login .button {
    background-color: #162236 !important;
    color: #ffffff !important;
    border: 2px solid #00BFFF !important;
    border-radius: 8px !important;
    padding: 10px 28px !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    transition: background-color 0.3s ease, color 0.3s ease !important;
    cursor: pointer !important;
}

.woocommerce-account:not(.logged-in) #customer_login .button:hover {
    background-color: #00BFFF !important;
    color: #162236 !important;
}

.woocommerce-account:not(.logged-in) #customer_login a {
    color: #00BFFF !important;
}

.woocommerce-account:not(.logged-in) #customer_login a:hover {
    color: #ffffff !important;
}

.woocommerce-account:not(.logged-in) #customer_login p {
    color: rgba(255,255,255,0.7) !important;
}

.woocommerce-account:not(.logged-in) #customer_login .woocommerce-privacy-policy-text p {
    color: rgba(255,255,255,0.5) !important;
    font-size: 0.85rem !important;
}

.woocommerce-account:not(.logged-in) #customer_login .show-password-input {
    color: #ffffff !important;
}

.wpcf7 {
    position: relative;
    background: #162236;
    border-radius: 12px;
    padding: 40px 60px;
    max-width: 700px;
    margin: 0 auto;
    overflow: hidden;
}

.wpcf7 label {
    color: #ffffff;
    display: block;
    margin-bottom: 16px;
    font-weight: 600;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 select,
.wpcf7 textarea {
    width: 100%;
    background: transparent;
    color: #ffffff;
    border: 1px solid #00BFFF;
    border-radius: 8px;
    padding: 10px 16px;
    margin-top: 6px;
    transition: border-color 0.3s ease;
    font-family: inherit;
    font-size: 1rem;
}

.wpcf7 input:focus,
.wpcf7 select:focus,
.wpcf7 textarea:focus {
    border-color: #ffffff;
    outline: none;
}

.wpcf7 select option {
    background-color: #162236;
    color: #ffffff;
}

.wpcf7 textarea {
    min-height: 150px;
    resize: vertical;
}

.wpcf7 input[type="submit"] {
    background-color: #162236;
    color: #ffffff;
    border: 2px solid #00BFFF;
    border-radius: 8px;
    padding: 12px 32px;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
    font-size: 1rem;
    margin-top: 8px;
}

.wpcf7 input[type="submit"]:hover {
    background-color: #00BFFF;
    color: #162236;
}

.wpcf7 .wpcf7-response-output {
    color: #00BFFF;
    border-color: #00BFFF;
    border-radius: 8px;
}

.wpcf7 label,
.wpcf7 input,
.wpcf7 select,
.wpcf7 textarea,
.wpcf7 .wpcf7-form {
    position: relative;
    z-index: 2;
}

.contact-form-wrapper {
    position: relative !important;
    overflow: hidden !important;
    border-radius: 12px !important;
}

#ydcFxContact {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    pointer-events: none !important;
    overflow: hidden !important;
    z-index: 0 !important;
}

.handleiding-page {
    max-width: 1100px;
    margin: 0 auto;
    padding: 40px 20px;
}

.handleiding-titel {
    color: #00BFFF !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
    letter-spacing: 1px !important;
    margin: 32px 0 16px !important;
}

.handleiding-stap {
    background: #162236;
    border-radius: 12px;
    padding: 24px 32px;
    margin-bottom: 16px;
}

.handleiding-stap h3 {
    color: #ffffff;
    margin: 0 0 8px;
}

.handleiding-stap p {
    color: rgba(255,255,255,0.75);
    margin: 0;
}

.handleiding-kaarten-rij {
    display: flex;
    gap: 20px;
    margin-bottom: 32px;
}

.handleiding-kaart {
    background: #162236;
    border-radius: 12px;
    padding: 24px;
    flex: 1;
    border: 1px solid rgba(0,191,255,0.15);
}

.handleiding-kaart h4 {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 12px;
}

.handleiding-kaart p,
.handleiding-kaart li {
    color: rgba(255,255,255,0.75);
}

.handleiding-kaart ul {
    padding-left: 0;
    list-style: none;
    margin: 0;
}

.handleiding-kaart ul li {
    padding: 4px 0;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

.handleiding-banner {
    background: #162236;
    border: 2px solid #00BFFF;
    border-radius: 12px;
    padding: 24px 32px;
    text-align: center;
    margin-top: 32px;
}

.handleiding-banner p {
    color: rgba(255,255,255,0.85);
    margin: 0;
}

.wc-block-mini-cart__badge {
  background: red !important;
  color: #ffffff !important;
}

