.accordion-button .arrow-icon i {
    transition: transform 0.3s ease;
}

/* wanneer open */
.accordion-button:not(.collapsed) .arrow-icon i {
    transform: rotate(90deg);
}

.product-item-photo {
    height: 300px;
    padding: 20px;

    overflow: hidden;
}

.product-item-photo a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.product-item-photo img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.product-item-info h3 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 3.5rem;
}

.product-meta {
    min-height: 3rem;
}

.top-logo img {
    width: 220px;
}

button.btn-koopnu {
    background-color: var(--gold);
    border: solid 1px var(--gold);
    padding: 9.3px 30px;
    border-radius: 0px;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: .8px;
    text-align: center;
    -webkit-transition: all .7s ease;
    transition: all .7s ease;
}

#footer .wrapper-bottom-footer .list-inline {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

#footer .wrapper-bottom-footer .list-inline-item:last-child {
    margin-left: auto;
}

.card-product-photo img
{
    max-height: 650px;
    width: auto !important;
}
.price .price-vat{
    font-size: 14px;
    color: var(--gold);
    font-weight: 500;
    display: inline-block;
    margin-left: 5px;
    /*opacity: .75;*/
}

.price .price-old{
    font-size: 0.8125rem;
    color: rgba(65, 20, 14, 0.4);
    text-decoration: line-through;
}

.gnf-account__nav-label {
  font-size: .6875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: var(--text);
 
}

.gnf-account__nav {
    list-style: none;
    padding: 0;
    margin: 0 0 var(--space-4);
}

.gnf-account__nav a.is-active {
    opacity: 1;
    font-weight: 600;
}
.gnf-account__nav a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 9px 0;
    font-size: .9rem;
    color: var(--gold);
    text-decoration: none;
    opacity: .65;
    transition: opacity .18s, transform .18s;
}