﻿/*//////////////////////////////////////////////////////*/
/*//====================----------====================//*/
/*//                 THEME VARIABLES                  //*/
/*//====================----------====================//*/
/*//////////////////////////////////////////////////////*/
:root {
    /* Overwrites */
    --homeImage: "";
    --homeTitleWrpBg: rgba(0,0,0,0);
}

.viewCart__details {
    font-size: .9rem;
}
.btn--tertiary.viewCart__btn {
    border-color: rgba(255, 255, 255, .8);
    color: rgba(255, 255, 255, .8);
}

.home__content .btn--large {
    background-color: black;
}

.home__content .btn--primary {
    color: var(--textColorLight);
}

.home__content .btn--secondary {
    color: var(--textColorAccent);
}
.collectionItem__image img {
    border-radius: var(--collectionItemBorderRadius);
    width: auto;
    height: 100%;
    max-height: 200px;
    min-height: unset;
    margin-bottom: 8px;
}
.collectionsListVrt:last-of-type{
    padding-bottom: 0;
}
.collectionsListVrt__wrp:last-child .collectionsListVrt__item:last-child .collectionList__header {
    border-bottom: none;
}