/*
Theme Name: FenJ Child
Template: team-fenj
Author: Your Name
Author URI: www.fenj.nl
Description: Child theme for the fenj theme
Version: 1.0.0
Text Domain: team-FenJ-child
*/
::selection {
  background-color: rgba(178, 172, 156, 0.3);
}

@font-face {
    font-family: "Reddit Sans FJ";
    src: url('assets/fonts/RedditSans-Regular-FJ.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Reddit Sans FJ";
    src: url('assets/fonts/RedditSans-Medium-FJ.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Reddit Sans FJ";
    src: url('assets/fonts/RedditSans-SemiBold-FJ.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "Reddit Sans FJ";
    src: url('assets/fonts/RedditSans-Bold-FJ.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

body {
    font-family: "Reddit Sans FJ", sans-serif;
}

.seo-wrapper .content .category-content {
  flex: 1;
  font-size: 16px;
}

.mobile-color-options {
    display: none;
}

.desktop-color-options {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-top: 10px;
    transition: 0.3s;
    width: fit-content;
}

@media screen and (max-width: 768px) {
    .desktop-color-options {
        display: none;
    }

    .mobile-color-options {
        display: block;
    }
}

/* lookbook css */

div.product-type-grouped .entry-summary p.price {
    display: none;
}

.lookbook-titel {
    margin-top: 10px;
    margin-bottom: 10px;
}

.lookbook-titel a {
    font-size: 16px;
    font-weight: 400;
    margin-top: 0;
    color: #000;
    text-decoration: none;
}

@media screen and (min-width: 1081px) {
    .woocommerce div.product-type-grouped div.product-image-wrapper div.woocommerce-product-gallery {
        display: none;
    }

    .lookbook-grouped-products .lookbook-item {
        display: flex;
        gap: 5%;
        flex-direction: column;
    }

    .product.product-type-grouped {
        display: flex;
        align-items: stretch;
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 1080px) {
    .lookbook-desktop-gallery {
        display: none;
    }
}

.lookbook-grouped-products .lookbook-item img {
    height: 100%;
}

.lookbook-item-content {
    flex: 1;
}

.woocommerce div.product .lookbook-item-form form.cart {
    margin-bottom: 0;
}

.lookbook-item-price {
    margin-bottom: 1rem;
    display: flex;
  align-items: center;
  gap: 10px;
}


.lookbook-item-price del {
    font-size: 13px;
    color: #B4B4B4;
}

.lookbook-item-price ins {
    background: transparent;
    font-size: 20px;
    color: #000;
    font-weight: 700;
}

.lookbook-item {
    align-items: stretch;
    /* This makes children equal height */
    margin-bottom: 20px;
}

.lookbook-item-image {
    display: flex;
    margin-bottom: 0;
}

.lookbook-item-image img {
    object-fit: cover;
    height: 100%;
    max-height: 195px;
    width: auto;
    max-width: 110px;
}

.grouped-title {
    width: 100%;
    position: relative;
    color: #404040;
    font-size: 30px;
    margin-top: 0;
}

.lookbook-item-content .color-dropdown-wrapper, .lookbook-item-content .color-selection-title {
    display: none;
}

.lookbook-total-price {
    display: flex;
    justify-content: space-between;
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
    margin-bottom: 15px;
    flex-wrap: wrap;
}

.lookbook-savings {
    width: 100%;
    text-align: right;
    margin-top: 5px;
}

.lookbook-savings-text {
    color: #C40000;
    font-size: 16px;
}

@media screen and (max-width: 1080px) {
    .lookbook-total-price {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 10px;
    }
}

.lookbook-total-label {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #000;
}

.lookbook-total-label {
    line-height: 1;
}

.lookbook-total-value del {
    color: #A8A8A8;
    font-size: 22px;
    font-weight: bold;
    text-decoration: none;
    margin-right: 5px;
    position: relative;
}

.lookbook-total-value del:after {
    content: " ";
    background: #A8A8A8;
    position: absolute;
    top: calc(50% - 7px);
    height: 1px;
    left: 2%;
    transform: rotate(0deg);
    width: 104%;
}

.lookbook-total-value ins {
    color: #000;
    font-size: 36px;
    font-weight: 700;
    background: transparent;
}

.lookbook-total-value {
    display: flex;
    gap: 15px;
}

.lookbook-data {
    display: flex;
    gap: 30px;
    align-items: center;
    margin-bottom: 0;
}

@media screen and (min-width: 1081px) {
    .product-type-grouped .product-image-wrapper {
        padding-right: 2.5%;
    }

    .product-type-grouped .entry-summary {
        padding-left: 2.5%;
    }
    .main-header {
        align-items: center;
    }

    .search-widget {
        margin-right: 80px;
    }
}

.lookbook-item-form .stock-per-shop {
    display: none !important;
}

.lookbook-wrapper .image-text-block-container {
    display: none;
}

.lookbook-product-description {
    border-bottom: 2px solid #b3b3b3;
    margin-bottom: 45px;
    padding-bottom: 10px;
}

.site-branding {
    padding: 20px 0;
}

.site-branding img {
    width: 180px;
}

.primary-menu > li > a {
    padding: 35px 30px;
    color: #000;
}

.primary-menu .sub-menu-wrapper a {
    color: #000;
}

.pre-header-wrapper {
  padding: 9px 0;
  background: #000;
  color: #fff;
}

@media screen and (max-width: 1080px) {
    .pre-header-wrapper {
        padding: 14px 0;
    }
}

.pre-header .menu {
    gap: 80px;
}

.right-menu {
  gap: 20px;
}

.main-navigation {
    align-self: center;
}

#primary-menu a span {
  display: block;
  position: relative;
  width: fit-content;
}

#primary-menu a span::before {
  position: absolute;
  bottom: -5px;
  right: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  content: "";
  transition: .35s;
}

.megamenu > a span::after, #primary-menu > .dropdown-menu > a span::after {
    content: "";
    position: absolute;
    border: solid #000;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 4px 4px 2px 2px;
    transform: rotate(45deg);
    margin-left: 9px;
    margin-top: 5px;
    transition: 0.3s;
}

@media screen and (max-width: 1410px) {
    .primary-menu > li > a {
        padding: 20px 20px;
    }

    .search-widget {
        margin-right: 0;
    }
}

@media screen and (max-width: 1210px) {
    .site-branding img {
        width: 180px;
    }
    .primary-menu > li > a {
        padding: 20px 17px;
    }
    .aws-container {
        min-width: 250px;
    }
}

.wishlist-icon svg {
    width:100%;
    max-width: 23px;
}

.login-icon svg {
    height: 100%;
}

.login-icon {
  height: 25px;
  width: 25px;
}

.cart-icon {
  height: 25px;
  width: 22px;
}

#cart-count {
  border: 1px solid #000;
  color: #fff;
  position: absolute;
  top: -8px;
  left: 15px;
  font-size: 13px;
  font-weight: 600;
  border-radius: 50%;
  min-width: 18px;
  padding: 0 0px;
  line-height: 18px;
  background: #000;
  opacity: 1;
  text-align: center;
  width: 20px;
  height: 20px;
}

.aws-container .aws-search-field {
    border: 0;
    font-size: 14px;
    padding: 0px 15px 0px 25px;
    font-family: "Reddit Sans FJ", sans-serif;
    font-style: italic;
}

.aws-container .aws-search-form {
    height: 40px;
}

@media screen and (min-width: 1081px) {
    .aws-container {
        border: 1px solid #D3D3D3;
        border-radius: 8px;
        overflow: auto;
    }

    .left-menu {
        display: none;
    }
}

@media screen and (max-width: 1080px) {
    .aws-container {
    margin: 0;
    border-top: 1px solid #D4D4D4;
    border-bottom: 1px solid #D4D4D3;
    margin: 0;
    }

    #main-header-wrapper {
        box-shadow: none;
    }

    .aws-container .aws-search-form .aws-form-btn {
        margin-right: 10px;
    }

    .aws-container .aws-search-field {
        color: #c1c3c6;
    }
}

.aws-container .aws-search-form .aws-search-btn_icon {
    color: #FF8773;
}

.site-footer {
  background: #fff;
  color: #000;
  overflow: hidden;
}

.site-footer .menu {
    gap: 0;
}

.site-footer .menu-item a, .site-footer .footer-widget p a {
    color: #000;
    text-decoration: none;
}

.site-footer .footer-widget p, .site-footer .footer-widget p a, .site-footer .menu-item a {
  margin: 0;
  font-size: 16px;
  line-height: normal;
  font-weight: 400;
  line-height: 28px;
}

.site-info, footer .site-info a {
    color: #D3D3D3;
    font-size: 14px;
}

.site-footer .footer-widget-title {
  font-size: 16px;
  margin-bottom: 5px;
  line-height: normal;
  font-weight: 700;
}

.widgettitle, .site-footer p.footer-widget-title {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 20px 0;
}

.footer-wrapper .footer-widget {
    width: 25%;
    display: flex;
    margin-bottom: 0;
    flex-direction: column;
    padding-bottom: 5px;
}

.footer-widget .wp-block-gallery {
    margin-top: 5px;
    max-width: 320px;
}

.footer-widget .wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image) {
  margin-bottom: auto;
  margin-top: auto !important;
}

.footer-wrapper .footer-widget:first-child {
    width: 100%;
}

.site-footer .footer-wrapper {
  padding: 40px 30px;
  background: #F9F9F9;
  border-radius: 5px;
  gap: 0;
}

.full-width-footer-logo {
    margin-bottom: 20px;
}

.full-width-footer-logo figure {
    margin: 0;
}

.pre-footer-end {
    display: none;
}

.footer-widget .wp-block-table {
    margin: 0;
}

/* footer-widget first child to 9 child mobile order change per child */

.footer-wrapper .footer-widget {
    position: relative;
}

@media screen and (min-width: 1081px) {
    .footer-wrapper .footer-widget:nth-child(2)::after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        right: 30px; /* Aligns line directly to the inner edge of padding */
        width: 1px;
        background-color: #A3A3A3;
    }

    .footer-wrapper .footer-widget:nth-child(6)::after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        right: 30px; /* Aligns line directly to the inner edge of padding */
        width: 1px;
        background-color: #A3A3A3;
    }
}

@media screen and (max-width: 768px) {
    .footer-wrapper .footer-widget {
        width: 50%;
    }

    .footer-wrapper .footer-widget:first-child {
        width: 100%;
        order: 1;
    }

    .footer-wrapper .footer-widget:nth-child(1) {
        width: 100%;
    }

    .footer-wrapper .footer-widget:nth-child(2) {
        width: 100%;
        order: 2;
    }

    .footer-wrapper .footer-widget:nth-child(3) {
        width: 100%;
        order: 4;
    }

    .footer-wrapper .footer-widget:nth-child(4) {
        width: 50%;
        order: 6;
    }

    .footer-wrapper .footer-widget:nth-child(5) {
        width: 50%;
        order: 7;
    }

    .footer-wrapper .footer-widget:nth-child(6) {
        width: 100%;
        order: 3;
    }

    .footer-wrapper .footer-widget:nth-child(7) {
        width: 100%;
        order: 5;
    }

    .footer-wrapper .footer-widget:nth-child(8) {
        width: 100%;
        order: 8;
    }

    .footer-wrapper .footer-widget:nth-child(9) {
        width: 100%;
        order: 0;
        align-items: last baseline;
        margin-bottom: -28px;
        z-index: 1;
    }

    .footer-wrapper .footer-widget:nth-child(10) {
        width: 100%;
        order: 10;
    }

    .footer-wrapper .footer-widget:nth-child(11) {
        width: 100%;
        order: 11;
    
    }

    .widgettitle, .site-footer p.footer-widget-title, .site-footer .footer-widget p, .site-footer .footer-widget p a, .site-footer .menu-item a {
        font-size: 14px;
    }

    .widgettitle, .site-footer p.footer-widget-title {
        margin: 0 0 5px 0;
    }
}

#mobile-navigation button div {
  width: 30px;
  background: #000;
  margin: 6px 0;
  border-radius: 50px;
}

#mobile-navigation button div.bar3 {
    width: 23px;
}

@media screen and (max-width: 1080px) {
    .wishlist-icon-wrapper, .login-icon-wrapper {
        display: none;
    }

    .site-branding img {
        width: 180px;
    }
}

#mobile-navigation a, .menu-item .pre-link {
  font-weight: 400;
  font-size: 20px;
  color: #000;
  font-family: "Reddit Sans FJ", sans-serif;
}

.archive-color-swatch:hover {
    border: 1px solid #000 !important;
    transition: 0.3s;
}

.archive-color-swatch {
    max-width: 40px;
}

.woocommerce ul.products li.product a.archive-color-swatch {
    width: 22px;
    height: 22px;
    border-radius: 50%;
}

.woocommerce-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
}

.woocommerce .woocommerce-breadcrumb {
  margin: 20px 0;
  font-size: 15px;
  line-height: 1.2;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb a, .woocommerce .woocommerce-breadcrumb {
  color: #FF8773;
}

.woocommerce .woocommerce-breadcrumb a {
  text-decoration: none;
}

.page-title {
    font-weight: 400;
}

.woocommerce .woocommerce-result-count {
    margin-top: 6px;
}

.woocommerce-products-header .term-description {
    max-width: 800px;
    color: #101726;
}

.woocommerce-products-header {
    margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
    .woocommerce-products-header {
        margin-bottom: 0;
    }
}

.woocommerce ul.products li.product .price, .cart-item-price, .woocommerce div.product p.price {
    font-weight: 400 !important;
    color: #000 !important;
    font-size: 18px !important;
}

.woocommerce div.product .entry-summary p.price {
    font-size: 22px !important;
    margin-bottom: 20px;
}

/* Show filter button on all screen sizes */
.filter-button {
    border: 0;
    display: flex;
    align-items: center;
    width: fit-content;
    color: #121212;
    padding: 7px 10px 7px 20px;
    font-size: 16px;
    cursor: pointer;
    float: right;
    margin-bottom: 30px;
}

.filter-button::before {
    content: url(/wp-content/themes/fenj-child/assets/images/sort.svg);
    margin-left: 25px;
    fill: #fff;
    width: 20px;
    height: 20px;
    display: inline-block;
}

.filter-button::after {
    display: none;
}

/* Header title inside filter block */
.filter-header-title {
    font-size: 18px;
    font-weight: 400;
    left: 30px;
    margin-bottom: 10px;
    position: absolute;
    top: 90px;
    width: 100%;
    border-bottom: 1px solid #bcbcbc;
    padding-left: 50px;
    padding-bottom: 20px;
    color: #000;
}

/* Close button inside filter */
.close-filter {
    display: block;
    position: absolute;
    left: 30px;
    top: 80px;
    font-size: 30px;
    cursor: pointer;
    z-index: 1000;
    right: auto;
}

/* Position filter button in cat-wrapper */
.cat-wrapper .filter-button {
    position: absolute;
    right: 0;
    top: -40px;
}

/* Filter panel - slide out from right side */
#product-filter {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    height: 100vh;
    background-color: #F8F4EF;
    width: 100%;
    max-width: 570px;
    transform: translateX(100%);
    transition: transform 0.25s;
    z-index: 999;
}

/* Active state - slide filter in */
.filter-active #product-filter {
    transform: translateX(0);
    z-index: 9999;
}

/* Prevent body scroll when filter is active */
body.filter-active {
    overflow: hidden;
}

/* Filter overlay - separate from mobile menu overlay */
#filter-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(5px);
    z-index: 998;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

/* Show filter overlay when filter is active */
.filter-active #filter-overlay {
    pointer-events: auto;
    opacity: 1;
}

/* Sorteren button (mobile-style ordering) */
.woocommerce-ordering {
    position: relative;
    display: inline-block;
}

.sorteren-button {
    border: 0;
    display: flex;
    align-items: center;
    color: #121212;
    padding: 7px 10px 7px 20px;
    font-size: 16px;
    cursor: pointer;
    background: none;
    margin-bottom: 30px;
}

.sorteren-button::before {
    content: url(/wp-content/themes/fenj-child/assets/images/sort.svg);
    margin-left: 25px;
    width: 20px;
    height: 20px;
    display: inline-block;
}

.sorteren-button:hover {
    opacity: 0.8;
}

.sorteren-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    min-width: 220px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    z-index: 100;
    padding: 5px 0;
    margin-top: -25px;
}

.sorteren-dropdown.open {
    display: block;
}

.sorteren-option {
    display: block;
    width: 100%;
    text-align: left;
    padding: 10px 20px;
    border: none;
    background: none;
    font-size: 14px;
    color: #121212;
    cursor: pointer;
}

.sorteren-option:hover {
    background: #f5f5f5;
}

.sorteren-option.active {
    font-weight: 600;
    color: #000;
}

/* Prevent mobile menu overlay from showing when filter is active */
.filter-active #m-overlay {
    opacity: 0 !important;
    pointer-events: none !important;
}

/* Filter content styling */
.product-archive-filter {
    overflow-y: scroll;
    height: 100dvh;
    margin: 0;
    padding-top: 60px;
}

.product-archive-filter .wcpf-filter {
    height: 100dvh;
}

.product-archive-filter .wcpf-filter .wcpf-filter-inner {
    height: 100dvh;
    padding-top: 60px;
    flex-direction: column;
    padding: 180px 20px 0 20px;
}


@media only screen and (max-width: 1080px) {
  .product-archive-filter .wcpf-field-item {
    margin: 0;
  }
}

@media only screen and (min-width: 1081px) {
    .menu-item-245 img {
        margin-bottom: -300px;
    }

    .sub-menu-wrapper .menu-item-has-children .main span{
        font-weight: 600;
    }
}

.product-archive-filter .wp-block-group {
    padding-left: 30px;
    padding-right: 30px;
}

.filter-block {
    padding-top: 137px;
}

.product-archive-filter {
    padding-bottom: 150px;
}

/* filter css */

.wp-block-facetwp-facet .facetwp-facet:not(.facetwp-type-reset, .facetwp-type-sort ) {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), 
                opacity 0.25s ease-in-out,
                margin-top 0.4s ease;
    margin-top: 0;
}

.wp-block-facetwp-facet.is-open .facetwp-facet:not(.facetwp-type-reset, .facetwp-type-sort) {
    max-height: 1000px;
    opacity: 1;
    margin-top: 15px;
}

.wp-block-facetwp-facet .wp-block-heading {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    user-select: none;
    padding: 15px 0;
    margin-top: 0;
}

@media only screen and (max-width: 1080px) {
    .wp-block-facetwp-facet .wp-block-heading::after {
    content: "";
    position: absolute;
    border: solid #000;
        border-top-width: medium;
        border-right-width: medium;
        border-bottom-width: medium;
        border-left-width: medium;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 7px 7px 2px 2px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transition: 0.3s;
    right: 50px;
    }
    
    .wp-block-facetwp-facet.is-open .wp-block-heading::after {
        transform: rotate(225deg);
        margin-top: 10px;
    }
}


div.facetwp-facet {
  margin-bottom: 0;
}

div.wp-block-facetwp-facet .wp-block-heading {
    margin-bottom: 0;
    border-bottom: 1px solid #bcbcbc;
    font-weight: 500;
    font-family: "Reddit Sans FJ", sans-serif;
    font-size: 18px;
}

.close-filter-button {
    width: 100%;
    color: #fff;
    background-color: #000;
    border: 1px solid #000;
    transition: 0.3s;
    padding: 12px;
    text-align: center;
    font-size: 16px;
    font-family: "Reddit Sans FJ", sans-serif;
    line-height: 1;
    cursor: pointer;
}

.close-filter-button:hover {
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
    transition: 0.3s;
}

.facetwp-reset {
    width: 100%;
    color: #000;
    background-color: #fff;
    border: 1px solid #000;
    padding: 12px;
    font-size: 16px;
    font-family: "Reddit Sans FJ", sans-serif;
    line-height: 1;
    cursor: pointer;
}

.facetwp-reset:hover {
    background-color: #000;
    color: #fff;
    border: 1px solid #000;
    transition: 0.3s;
}

/* filter css end */

.woocommerce .woocommerce-result-count {
  color: #FF8773;
  font-weight: 400;
}

/* Result count moved into filter-and-count-wrapper, above the product filter */
.cat-wrapper .filter-and-count-wrapper {
  display: flex;
  flex-direction: column;
}

.cat-wrapper .filter-and-count-wrapper .woocommerce-result-count {
  order: -1;
  margin-bottom: 10px;
}

.woocommerce .woocommerce-result-count b {
  color: rgba(178, 172, 157, 1);
  font-weight: 400;
}

.product-inner .description-text {
    margin-bottom: 0;
    color: #FF8773;
    font-size: 16px;
    font-weight: 400;
    padding-left: 25px;
    padding-right: 25px;
    margin-top: 15px;
}

.product-inner .description-text a {
    color: #FF8773;
    text-decoration: none;
    transition: color 0.3s;
    font-size: 14px;
}

.product-inner .description-text a:hover {
    color: #000;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.elementor-grid li.product .woocommerce-loop-product__title {
    margin-bottom: 0;
    font-weight: 600;
    padding-top: 7px;
    padding-left: 25px;
    padding-right: 25px;
    text-transform: initial !important;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title a,
.elementor-grid li.product .woocommerce-loop-product__title a {
    color: #000;
    text-decoration: none;
    transition: color 0.3s;
    font-size: 20px;
    font-weight: 600;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title a:hover,
.elementor-grid li.product .woocommerce-loop-product__title a:hover {
    color: #FF8773;
}

.product-inner .price {
    padding-left: 25px;
    padding-right: 25px;
}

.archive-color-options-wrapper {
    padding-top: 3px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
}

.new-badge {
  background: #000;
  color: #fff;
}

.product-inner {
    border: 1px solid #DFDFDF;
    border-radius: 5px;
    padding-bottom: 30px;
}

.wp-block-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
}

.wp-block-breadcrumbs span {
  color: inherit;
  margin: 20px 0;
  font-size: 15px;
  line-height: 1.2;
  color: #FF8773;
  font-size: 15px;
  line-height: 1.2;
}

.wp-block-breadcrumbs a {
  color: #FF8773;
  text-decoration: none;
}

.wp-block-post-title { 
    font-size: 30px;
    margin: 0;
    color: #000;
    line-height: initial;
}

/* --- WooCommerce Blocks: Cart & Checkout Font Sizes --- */

/* 1. Product Metadata & Attributes (e.g., "Maat: S") */
.wc-block-cart-items .wc-block-components-product-metadata,
.wc-block-cart-items .wc-block-components-product-details,
.wc-block-cart-items .wc-block-components-product-details__name,
.wc-block-cart-items .wc-block-components-product-details__value {
    font-size: 16px !important;
    color: #000 !important;
}

/* 2. Product Prices (Unit Prices & Line Totals) */
.wc-block-cart-items .wc-block-components-product-price,
.wc-block-cart-items .wc-block-components-product-price__value,
.wc-block-cart-items .wc-block-components-formatted-money-amount {
    font-size: 16px !important;
     color: #000 !important;
}

/* 3. Quantity Selector (The number inside the input) */
.wc-block-cart-items .wc-block-components-quantity-selector__input {
    font-size: 16px !important;
    height: auto !important; /* Ensures the box scales nicely with the larger text */
     color: #000 !important;
}

/* 4. Cart Table Headers (Product, Gegevens, Totaal) */
.wc-block-cart-items .wc-block-cart-items__header th span {
    font-size: 16px !important;
     color: #000 !important;
}

/* 5. Checkout Totals & Sidebar Details (Shipping, Taxes, Discounts labels/values) */
.wc-block-components-totals-item,
.wc-block-components-totals-item span,
.wc-block-components-totals-shipping__description,
.wc-block-components-product-name,
.wp-block-woocommerce-cart-order-summary-heading-block,
.wc-block-components-panel__button {
    font-size: 16px !important;
     color: #000 !important;
}

.wp-block-woocommerce-cart-order-summary-heading-block {
    padding-top: 4px !important;
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header th, table.wc-block-cart-items .wc-block-cart-items__header th {
  line-height: 1;
}

#back-to-last-category {
  background:#fff;
  color:#000;
  border:1px solid #000;
  margin-bottom:30px;
  font-size: 16px;
  padding: 12px 25px;
  font-weight: 400;
  margin-top: -33px;
  border-radius: 5px;
}

@media screen and (max-width: 768px) {
    #back-to-last-category {
        margin-top: 0;
    }
}

#back-to-last-category:hover {
  background:#000;
  border:1px solid #000;
  color:#fff
}

.entry-summary .quantity {
    display: none !important;
}

.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt {
  margin-top: 0;
  border: 0;
  width: 56px;
  height: 56px;
  margin-bottom: -2px;
  border-radius: 0;
}

.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart::before {
  margin-top: -20px !important;
  margin-left: -20px !important;
  font-size: 40px !important;
}

.woocommerce div.product form.cart .single_add_to_cart_button {
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  background: #000;
  border: 1px solid #000;
  padding: 17px;
  transition: 0.3s;
  border-radius: 5px;
  height: 56px;
}

.woocommerce div.product form.cart .single_add_to_cart_button:hover {
  background: #fff;
  color: #000;
  border: 1px solid #000;
}

.merk {
  color: #FF8773;
  font-size: 16px;
}

.woocommerce div.product .product_title {
    color: #101726;
    font-weight: 400;
    font-family: "Georgia", serif;
}

@media only screen and (max-width: 1080px) {
    .woocommerce div.product .product_title {
        font-size: 28px;
    }
}

.productnummer {
    display: none;
}

@media only screen and (min-width: 1081px) {
  .flex-viewport {
    border: 1px solid #CACACA;
    border-radius: 5px;
  }
}

.flex-control-nav img{
    border: 1px solid #CACACA;
    border-radius: 5px;
}

.entry-summary .color-text {
    text-transform: uppercase;
}

.color-text {
    font-size: 16px;
    font-weight: 400;
    padding-top: 20px;
    border-top: 1px solid #C7C7C7;
}

.entry-summary #current-color-swatch {
    color: #FF8773;
    font-weight: 400;
}

.variant-swatches[data-swatch-type="size"] .swatch-item {
  min-width: 95px;
  height: 40px;
  border-radius: 0;
  background: #fff;
  border: 1px solid #C7C7C7;
  border-radius: 5px;
}

.variant-swatches .swatch-label {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 16px;
}

.color-swatches-wrapper {
  margin-bottom: 35px;
}


.tab-toggle::after {
  content: "\25BC";
  font-size: 10px;
  color: #cacaca;
  float: right;
  margin-top: 7px;
  transition: 0.5s;

  margin-right: 20px;
}

.badge {
    bottom: auto;
    right: 0;
    pointer-events: none;
    top: 0;
}

.tab-toggle::after {
content: "";
  position: absolute;
  border: solid #000;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 7px 7px 2px 2px;
  transform: rotate(45deg);
  margin-left: 15px;
  margin-top: 6px;
  transition: 0.3s;
}

.expanded .tab-toggle::after {
    content: "";
    transform: rotate(225deg);
    margin-top: 10px;
}

.woocommerce-product-gallery .badge {
    top: 0;
}

.tinv-wraper.tinv-wishlist {
  margin-left: 20px;
}

.product-page-widget {
    margin-right: 76px;
    margin-bottom: 30px;
}

.related {
    margin-bottom: 40px;
}

.related > h2 {
    margin: 40px 0 25px 0;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    color: #000;
}

.related > h2 {
    margin: 40px 0 25px 0;
    font-size: 30px;
    font-weight: 600;
    color: #000;
}

.related.brand-recommendations h2 a {
    color: #000;
    text-decoration: none;
}

.tab-toggle {
  color: #000;
  font-weight: 500;
}


.before-footer-start {
    width: 100%;
    max-width: 45%;
    position: relative;
}
@media screen and (max-width: 880px) {
    .before-footer-start {
        max-width: 100%;
    }
}

.before-footer-start .wp-block-group {
    padding: 10px 20px;
    z-index: 1;
    position: relative;
}

.before-footer-start::after,
.after-background::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: calc(50% + 50vw); 
    height: 100%;
    background-color: #000; 
    z-index: 0;
    pointer-events: none;
}

.overflowhidden {
    overflow: hidden !important;
}

.site-footer .pre-footer-start p {
  color: #fff;
}

.image-container, .image-container-nh {
    aspect-ratio: 3 / 4;
}

.betalingen-verzendingen {
    display: flex;
    justify-content: space-between;
}

.betalingen-verzendingen p {
    margin-bottom: 5px;
    color: #101726;
    font-size: 16px;
    margin-top: 40px;
}

.betalingen-verzendingen > div {
    width: 50%;
}

.payment-methods {
    display: flex;
    gap: 10px;
}

.betalingen-verzendingen .shipping-methods {
    margin-top: 21px;
}

.wc-block-cart__submit-button, .wc-block-components-checkout-place-order-button {
    background: #000;
    font-size: 18px;
    font-weight: 400;
    border-radius: 5px;
}


div.alle-merken {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

div.alle-merken h2, div.alle-merken h3 {
  width: 100%;
  font-size: 24px;
  font-weight: 600;
  border-top: 1px solid #CCC;
  padding-top: 30px;
  margin-top: 10px;
  margin-bottom: 0;
}

div.alle-merken a {
  flex: 1 1 200px;
  padding: 0;
  color: #000;
  position: relative;
  text-decoration: none;
  font-size: 16px;
  max-width: 200px;
}

div.alle-merken span {
  display: block;
  position: relative;
  width: fit-content;
}

div.alle-merken a span::before {
  position: absolute;
  bottom: -2px;
  right: 0;
  width: 0;
  height: 1px;
  background-color: #000;
  content: "";
  transition: .35s;
}

div.alle-merken a:hover span::before {
  width: 100%;
  left: 0;
  right: auto;
}


/* ===== Bestelling ontvangen / order-received styling ===== */

/* Page heading + "Bestellingsoverzicht" heading */

.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
    font-weight: 400;
}

.woocommerce table.shop_table tfoot td b, .woocommerce table.shop_table tfoot td strong,
.woocommerce table.shop_table tfoot th b, .woocommerce table.shop_table tfoot th strong,
.woocommerce table.shop_table tbody td b, .woocommerce table.shop_table tbody td strong {
  font-weight: 400;
}

.woocommerce-table--order-details {
    table-layout: fixed;
    width: 100%;
}

.woocommerce-table--order-details th,
.woocommerce-table--order-details td {
    width: 50%;
}

.woocommerce-order-details__title,
.entry-title {
    color: #000;
    font-weight: 700;
    font-size: 1.8rem;
    margin-bottom: 1rem;
}

.woocommerce ul.order_details {
    margin-left: -30px;
}

@media screen and (max-width: 940px) {
    .woocommerce ul.order_details {
        margin-left: 0;
    }
}

.woocommerce ul.order_details li {
    border-right: 1px solid #cfc8d8;
}

/* Success notice text */
.woocommerce-notice.woocommerce-notice--success {
    color: #1e2a44;
    font-size: 0.95rem;
    background: none;
    border: none;
    padding: 0 0 1.5rem 0;
}

/* Order overview row: Bestelnummer / Datum / Totaal / Betaalmethode */
.woocommerce-order-overview {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    list-style: none;
    padding: 0;
    margin: 1.5rem 0 2.5rem 0;
}

.woocommerce-order-overview li {
    color: #1e2a44;
    padding: 1rem 1.5rem 1rem 0;
    border-right: 1px solid #e2e2e2;
}

.woocommerce-order-overview li:last-child {
    border-right: none;
}

.woocommerce-order-overview li strong {
    display: block;
    font-weight: 700;
    color: #000;
    margin-bottom: 0.25rem;
}

/* Order details table */
.woocommerce-table--order-details {
    width: 100%;
    border-collapse: collapse;
    color: #1e2a44;
    margin-top: 1rem;
}

.woocommerce-table--order-details th,
.woocommerce-table--order-details td {
    padding: 1rem 0;
    border-bottom: 1px solid #e2e2e2;
    text-align: left;
}

.woocommerce-table--order-details thead th {
    border-bottom: 0;
}

.woocommerce-table--order-details .product-total,
.woocommerce-table--order-details td.product-total,
.woocommerce-table--order-details th.product-total {
    text-align: right;
}

.woocommerce-table--order-details thead th {
    font-weight: 700;
    color: #1e2a44;
}

.woocommerce-table--order-details tfoot th {
    font-weight: 400;
    text-align: left;
}

.woocommerce-table--order-details tfoot td {
    text-align: right;
}

.woocommerce-table--order-details .includes_tax {
    color: #888;
    font-size: 0.85rem;
}

/* Remove default WooCommerce box styling if theme adds borders/backgrounds */
.woocommerce-order-details {
    background: none;
    border: none;
    box-shadow: none;
}

td a.order-actions-button {
    background: #000 !important;
    color: #fff !important;
    border: 1px solid #000 !important;
    padding: 12px 25px !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    text-transform: none !important;
    transition: 0.3s !important;
    border-radius: 0 !important;
}

td a.order-actions-button:hover {
    background: #fff !important;
    color: #000 !important;
    border: 1px solid #000 !important;
    transition: 0.3s !important;
}

.product-type-simple form.cart {
    display: flex;
}


/* wishlist css */

.wishlist-wrapper tbody {
  display: flex;
  flex-wrap: wrap;
}

.wishlist-wrapper .wishlist_item {
  display: flex;
  flex-direction: column;
  width: 25%;
  position: relative;
  padding: 1.2%;
}

.wishlist-wrapper table td{
  padding: 0;
}

.tinvwl-table-manage-list tbody tr td {
  border-bottom: 0;
}

.wishlist-wrapper .wishlist_item .product-stock p {
  float: left;
}

.wishlist-wrapper .product-thumbnail {
  width: 100%;
  aspect-ratio: 3 / 4;
}

.wishlist-wrapper .tinvwl-table-manage-list .product-remove {
  position: absolute;
  right: 30px;
  top: 18px;
}

.wishlist-wrapper .product-remove button {
  background-color: #000;
  color: #fff;
  transition: 0.3s;
  padding-left: 0px;
}

.wishlist-wrapper form {
  margin: 0 -1.2%;
}
.wishlist-wrapper .product-brand {
  padding-bottom: 5px;
  padding-top: 0.5em;
}

.wishlist-wrapper .product-brand a{
  font-size: 20px;
  color: #121212;
  font-weight: 600;
  text-decoration: none;

}

.wishlist-wrapper h2{
  font-family: 'Literata';
  font-weight: 400;
  font-size: 30px;
  font-style: italic;
  margin: 0;
  color: #000;
}

.wishlist-wrapper .tinv-header{
  margin-bottom: 10px;
}

.wishlist-wrapper .product-name a{
  font-size: 18px;
  color: #838383;
}

.wishlist-wrapper .product-price bdi{
  font-weight: bold;
  font-size: 18px;
  color: #000;
}

.wishlist-wrapper .product-price del bdi{
  color: #C40000;
}

.wishlist-wrapper .product-price del::after {
  height: 3px;
}

.wishlist-wrapper .product-price {
  margin-top: 3px;
  display: flex;
  gap: 15px;
}


@media only screen and (max-width: 768px) {
  .wishlist-wrapper table.tinvwl-table-manage-list tbody td {
    display: block;
    width: auto !important;
    text-align: inherit;
  }

  .wishlist-wrapper .wishlist_item {
    width: 50%;
  }

  .wishlist-wrapper .product-thumbnail img {
    max-width: 100%;
  }

  .wishlist-wrapper .tinvwl-table-manage-list .product-remove {
    position: absolute;
    right: 20px;
    top: 10px;
  }

  .wishlist-wrapper form {
    margin: -1rem;
  }

  .wishlist-wrapper .wishlist_item {
    padding: 1rem;
    margin-bottom: 10px;
  }

  .wishlist-wrapper .tinv-header{
    margin-bottom: 20px;
  }

  .wishlist-wrapper .product-brand a{
    font-size: 18px;
  }

  .wishlist-wrapper .product-name a{
    font-size: 14px;
  }

  .wishlist-wrapper .product-price bdi{
    font-size: 16px;
  }

  .wishlist-wrapper table.tinvwl-table-manage-list tbody td.product-price {
    display: flex !important;
    gap: 10px;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .tinv-wishlist .product-thumbnail {
    max-width: 100%;
  }
}

.wishlist-wrapper .social-buttons {
  margin-bottom: 20px;
}

.wishlist-wrapper .tinv-header h2  {
    font-size: 30px;
    margin: 0;
    color: #000;
    line-height: initial;
    font-style: normal !important;
    margin-top: 50px;
    font-family: "Reddit Sans FJ", sans-serif;
    font-weight: 700;
}

@media only screen and (max-width: 768px) {
  .wishlist-wrapper .tinv-header h2  {
    font-size: 24px;
    margin-top: 30px;
  }
}

/* end wishlist css */

.woocommerce .woocommerce-breadcrumb {
    color: #FF8773;
}








@media screen and (max-width: 768px) {
  .woocommerce ul.products[class*="columns-"] li.product, .woocommerce-page ul.products[class*="columns-"] li.product {
    float: left;
    width: 50%;
    clear: none;
    margin-bottom: 20px;
    padding: 10px;
  }

  .woocommerce ul.products[class*="columns-"] li.product:nth-child(2n), .woocommerce-page ul.products[class*="columns-"] li.product:nth-child(2n) {
    float: left;
    width: 50%;
    clear: none;
    margin-bottom: 20px;
  }
}

.woocommerce ul.products[class*="columns-"], .woocommerce-page ul.products {
  margin: 0 -1.2%;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .woocommerce ul.products[class*="columns-"], .woocommerce-page ul.products {
    margin: 0 -1rem;
  }

  .woocommerce ul.columns-3 li.product {
    padding: 10px;
    display: flex;
  }

  .wp-block-social-links {
    flex-direction: column;
    margin-bottom: -43px;
  }

  .footer-widget .wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image) {
    width: 53px;
  }

    .footer-widget .wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image) img {
        width: 90%;
  }
}

.woocommerce ul.products li.first, .woocommerce-page ul.products li.first {
  clear: none;
}

.product-inner {
  position: relative;
}

.gform_required_legend {
    display: none;
}

@media screen and (min-width: 768px) {
  .woocommerce-account .woocommerce {
    margin-bottom: 50px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    background: #000;
    border: 1px solid #000;
    padding: 17px;
    transition: 0.3s;
    border-radius: 0;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit:hover {
    background: #fff;
    color: #000;
    border: 1px solid #000;
}

.color-swatch-detail {
    border-radius: 50px;
    height: 35px;
    width: 35px;
}

.color-swatch-detail.active {
    outline: 1px solid #999898;
    outline-offset: 3px;
}

.color-swatches-wrapper {
    margin-top: 5px;
}



.facetwp-facet-sorteren select {
    width: 100%;
    padding: 10px 14px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    background-color: #fcfcfc;
    font-size: 14px;
    color: #333;
    appearance: none; /* Removes default browser styling */
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23333333%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: right 20px top 50%;
    background-size: 10px auto;
    cursor: pointer;
}

.seo-wrapper .content .category-content h2 {
  font-weight: 600;
  color: #000;
  font-size: 18px;
  margin-bottom: 0;
}

.seo-wrapper .content .category-content h2 + p {
    margin-top: 0;
}

.footer-widget table,
.footer-widget table tr,
.footer-widget table td {
  border: none;
  margin: 0;
  padding: 0;
}

.footer-widget table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Desktop: filter always visible as a left sidebar */
@media only screen and (min-width: 1081px) {
  .cat-wrapper .filter-and-count-wrapper {
    width: 300px;
    flex: 0 0 300px;
    align-self: flex-start;
    top: 20px;
  }

  .cat-wrapper .filter-and-count-wrapper .filter-wrapper {
    width: 100%;
  }

  .cat-wrapper .filter-button,
  .cat-wrapper .close-filter,
  .cat-wrapper .filter-header-title {
    display: none !important;
  }

  .cat-wrapper #product-filter {
    position: static;
    transform: none;
    width: 100%;
    max-width: none;
    height: auto;
    overflow: visible;
    background: transparent;
    z-index: auto;
  }

  .cat-wrapper #product-filter.filter-block {
    padding-top: 0;
  }

  .cat-wrapper .product-archive-filter {
    overflow: visible;
    height: auto;
    margin: 0;
    padding: 0;
  }

  .cat-wrapper .product-archive-filter .wcpf-filter,
  .cat-wrapper .product-archive-filter .wcpf-filter .wcpf-filter-inner {
    height: auto;
    padding: 0;
  }

  .cat-wrapper .products-wrapper {
    flex: 1 1 auto;
    min-width: 0;
  }

  .cat-wrapper .product-archive-filter .wp-block-group {
    padding-left: 0;
    padding-right: 0;
  }

  .cat-wrapper .wp-block-facetwp-facet .facetwp-facet:not(.facetwp-type-reset, .facetwp-type-sort) {
    max-height: none;
    opacity: 1;
    overflow: visible;
    margin-top: 15px;
  }
}


.facetwp-facet-lengte {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}


.facetwp-facet-lengte .facetwp-checkbox,
.facetwp-facet-lengte .facetwp-radio {
    background: none;
    border: 1px solid #A6A6A6;
    padding: 3px 4px;
    min-width: 40px;
    height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #333;
    cursor: pointer;
    margin: 0;
    box-sizing: border-box;
}

.facetwp-facet-lengte .facetwp-display-value {
  padding-right: 0;
}

.facetwp-facet-lengte .facetwp-checkbox.checked,
.facetwp-facet-lengte .facetwp-radio.checked {
  border-color: #000;
  background-color: #000;
  color: #fff;
}

.facetwp-facet-lengte .facetwp-checkbox:hover,
.facetwp-facet-lengte .facetwp-radio:hover {
  border-color: #000;
}

.facetwp-facet-lengte .facetwp-counter {
  display: none;
}

.gratis-bezorgd {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 30px;
}

.gratis-bezorgd-icon {
  width: 20px;
  height: 20px;
}

@media screen and (max-width: 1080px) {
  .woocommerce div.product div.images .flex-control-nav li img { 
    width: auto;
    border: 1px solid #CACACA;
    border-radius: 0;
  }
}

@media screen and (max-width: 1080px) {
  .woocommerce div.product div.images .flex-control-nav {
    justify-content: left;
  }
}

@media screen and (max-width: 520px) {
    .variant-swatches[data-swatch-type="size"] .swatch-item {
        min-width: 23.5%;
    }

    .betalingen-verzendingen {
        flex-wrap: wrap;
    }

    .betalingen-verzendingen > div {
        width: 100%;
    }

    .verzendingen p {
        margin-top: 10px;
    }
}

@media only screen and (min-width: 1081px) {
    .woocommerce div.product div.images.woocommerce-product-gallery {
        padding-left: 100px;
    }
    .woocommerce div.product div.images .flex-control-thumbs {
        min-width: 80px;
    }
}

.woocommerce ul.order_details li {
    margin-right: 0;
    padding-right: 3em;
}

.cart-message-text span {
    background: #000;
}

.footer-widget .wp-block-gallery img {
    width: 57px;
}

.facetwp-color.checked::after {
  margin: 10px 0 0 7px !important;
}