:root {
  --vss_LinkColor: #fff;
  --vss_SubLinkColor: #000;
}

/*------------------------------------------------------------
GENERAL
------------------------------------------------------------*/
html {
    height: 100%;
    box-sizing: border-box;
    
} 
body {
    position: relative;
    min-height: 100%;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

.usp-banner {
    
}
a {
    text-decoration: none;
}
.vss-info-icon{
    font-size:15px; 
    color: var(--maincolor);
}

/*------------------------------------------------------------
FORMS
------------------------------------------------------------*/
.form-control {
    margin: 0.5rem 0;
    border-radius: var(--cv-radius, 0.5rem);
    border-color: var(--cv-border, #e2e8f0);
    font-size: 0.9375rem;
    padding: 0.5rem 0.75rem;
}

.form-control:focus {
    border-color: var(--cv-primary-light, #0d5a8f);
    box-shadow: 0 0 0 0.2rem rgba(0, 62, 104, 0.15);
}
.section-signup label{
    display: none;
}



/*------------------------------------------------------------
TOP NAV BAR CART
------------------------------------------------------------*/
.cart-wrapper a, .cart-wrapper a:hover, .cart-wrapper a:active{
    text-decoration: none;
    position: relative;
    margin-right: 20px;
}
.navbar-cart{
    margin-left:50px;
}
.cart-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    min-width: 22px;
    min-height: 22px;
    padding: 2px 4px;
    box-shadow: var(--cv-shadow-sm);
    background: var(--cv-accent);
    color: #fff;
    font-size: 0.6875rem;
    font-weight: 700;
    position: absolute;
    left: 20px;
    top: -8px;
}
.account-wrapper li {
    list-style: none;
}

a.account-login-link {
    color: #fff;
    margin-left: 1.5rem;
}


/*------------------------------------------------------------
WEBSHOP - PRODUCT LIST PAGE
------------------------------------------------------------*/

/* Product group banner on webshop index */
.pg-banner,
.pg-h2 {
    scroll-margin-top: 7.5rem;
}

.pg-banner {
    width: 100%;
    max-height: 240px;
    overflow: hidden;
    margin: 0 0 1rem;
    border-radius: var(--cv-radius-lg);
    box-shadow: var(--cv-shadow);
}

.pg-banner img {
    display: block;
    width: 100%;
    height: 240px;
    object-fit: cover;
    object-position: center;
}

article{
    
    
}
.article-content-wrapper {
    margin: 0 0 1rem;
    padding: 1.25rem;
    background: var(--cv-surface);
    border: 1px solid var(--cv-border);
    border-radius: var(--cv-radius-lg);
    box-shadow: var(--cv-shadow-sm);
    transition: box-shadow 0.2s ease;
}

.article-content-wrapper:hover {
    box-shadow: var(--cv-shadow);
}

.article-content-wrapper h3 {
    margin-bottom: 0.25rem;
    font-size: 1.125rem;
    color: var(--cv-primary-dark);
}

.article-content-wrapper p.description,
.article-content-wrapper p {
    font-size: 0.875rem;
    color: var(--cv-text-muted);
    min-height: auto;
    margin-bottom: 0.5rem;
}

.article-content-wrapper .price-wrapper {
    display: block;
    font-weight: 700;
    font-size: 1.25rem;
    color: var(--cv-primary);
    margin-bottom: 0.75rem;
}

.article-content-wrapper .price-old {
    text-decoration: line-through;
    font-size: 0.875rem;
    color: var(--cv-text-muted);
    font-weight: 400;
}

.article-content-wrapper .price-discount {
    color: var(--cv-success);
    font-size: 1.25rem;
}
.article-content-wrapper .alert {
    display: none;
}

/* Add-to-cart feedback toast */
.article-content-wrapper .btn-wrapper > .alert {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0.3rem 0.4rem;
    font-size: 0.6875rem;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    border: none;
    border-radius: var(--cv-radius-sm, 4px);
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.article-content-wrapper .btn-wrapper > .alert-success {
    background-color: rgba(5, 150, 105, 0.14);
    color: var(--cv-success, #059669);
    letter-spacing: -0.02em;
}

.article-content-wrapper .btn-wrapper > .alert-success::before {
    content: "✓";
    display: inline-block;
    margin-right: 0.2em;
    font-weight: 700;
}

.article-content-wrapper .btn-wrapper > .alert-danger {
    background-color: rgba(220, 38, 38, 0.1);
    color: var(--cv-danger, #dc2626);
    white-space: normal;
    font-size: 0.625rem;
}

#showProductConfigs .alert {
    display: none;
    margin: 0.5rem 0 0;
    padding: 0.5rem 0.75rem;
    font-size: 0.875rem;
    font-weight: 600;
    text-align: center;
    border: none;
    border-radius: var(--cv-radius-sm, 4px);
    background-color: rgba(5, 150, 105, 0.14);
    color: var(--cv-success, #059669);
}
/* Qty + Add-to-cart controls on grid list pages */
.article-content-wrapper .cart-controls {
    display: flex;
    gap: 6px;
    align-items: center;
}

.article-content-wrapper .qty-input {
    width: 64px;
    padding-left: 6px;
    padding-right: 6px;
}

/* Product thumbnails (webshop grid list) */
.article-content-wrapper:not(.article-card-row) figure {
    margin: 0;
    width: 100%;
}

.article-content-wrapper:not(.article-card-row) figure img {
    display: block;
    width: 100%;
    height: 120px;
    object-fit: cover;
    object-position: center;
    border-radius: var(--cv-radius-sm, 4px);
}

/* Webshop index (/webshop): card row layout */
.article-content-wrapper.article-card-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 5.25rem;
    gap: 0.75rem 0.85rem;
    align-items: start;
    overflow: hidden;
}

.article-card-main {
    min-width: 0;
}

.article-card-aside {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    width: 100%;
    max-width: 5.25rem;
    justify-self: end;
}

.article-card-aside .btn-wrapper {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0.3rem;
    width: 100%;
    min-height: auto;
    max-height: none;
}

.article-card-aside .cart-controls {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 0.35rem;
    width: 100%;
    max-width: 100%;
}

.article-card-aside .qty-input {
    width: 2.35rem;
    min-width: 0;
    flex: 1 1 auto;
    max-width: 2.75rem;
    padding: 0.2rem 0.3rem;
    font-size: 0.8125rem;
    margin: 0;
}

.article-card-aside .cart-controls .btn {
    flex: 0 0 2.1rem;
    width: 2.1rem;
    height: 2.1rem;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    line-height: 1;
}

.article-card-thumb {
    margin: 0;
    width: 4rem;
    max-width: 100%;
}

.article-card-thumb img {
    display: block;
    width: 4rem;
    height: 4rem;
    max-width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: var(--cv-radius-sm, 4px);
}

@media (min-width: 576px) {
    .article-content-wrapper.article-card-row {
        grid-template-columns: minmax(0, 1fr) 6rem;
    }

    .article-card-aside {
        max-width: 6rem;
    }

    .article-card-aside .qty-input {
        max-width: 3.25rem;
    }

    .article-card-aside .cart-controls .btn {
        flex: 0 0 2.25rem;
        width: 2.25rem;
        height: 2.25rem;
    }

    .article-card-thumb,
    .article-card-thumb img {
        width: 4.5rem;
        height: 4.5rem;
    }
}

#totalProductPrice.price {
    display: block;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
/*    text-align: center;*/
}

/*------------------------------------------------------------
WEBSHOP - PRODUCT PAGE
------------------------------------------------------------*/

productPage{
    
    
}
.productPage{
    margin:15px 2px;
    padding:10px;
}
.productPage h3{
    margin-bottom: 0px;
}
.productPage p{
    font-size: 1rem;
    min-height: 50px;
}
.productPage .product-main-img{
    
}
.productPage .product-alt-img{
    cursor: pointer;
    
}
.productPage .selected {
    border: solid 2px var(--cv-primary);
}
.productPage .price-wrapper{
    display: block;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
}
.productPage .price-old{
    text-decoration: line-through;   
    font-size: 0.9em;
}
.productPage .price-discount {
    color: var(--cv-success);
    font-size: 1.1em;
}
.productPage .alert{
    display: none;
}
.productPage .btn-wrapper #txtQty{
    width: 104px;
    display: inline-block;
}
.productPage .btn-wrapper .btn{
    margin-top: -6px;
}
/*------------------------------------------------------------
CART - OVERVIEW
------------------------------------------------------------*/
.shoppingcart-overview{
/*    font-size: 14px;*/
}
.shoppingcart-overview > .row {
    margin-bottom: 1rem;
    border-bottom: 1px solid var(--cv-border);
    padding: 0.75rem 0;
}
.shoppingcart-overview .cart-item-taxrate > span{
    font-size: 0.8em;
    font-weight: bold;
}
.shoppingcart-overview .btn-minus, .shoppingcart-overview .btn-plus{
    font-size: 14px;
    line-height: 12px; 
    padding-bottom: 9px;
    opacity: 0.7;
}
.shoppingcart-overview .cart-qty{
    font-weight: bold;
    padding:5px;
}

#countdown{
    color:var(--maincolor);
    display: inline-block;
    font-weight: bold;
    margin-left: 20px;
}

.wrapper-pm{
}
.wrapper-pm > div > label{
    cursor: pointer;
}
.wrapper-pm:has(input[type="radio"]:checked){
    border:solid #DFDFDF;
    border-width: 2px 1px 1px 2px;
    background:#fff;
}

/*------------------------------------------------------------
FOOTER
------------------------------------------------------------*/
footer {
    padding-top: 2.5rem;
    padding-bottom: 2rem;
    width: 100%;
    display: block;
    background-color: var(--cv-primary-dark);
    color: rgba(255, 255, 255, 0.92);
    position: relative;
}

footer table tr td {
    color: inherit;
    font-size: 0.9375rem;
    padding: 0.25rem 0.5rem;
}
.footer-company-wrapper span{
    display: block;
}

.footer-company-wrapper div{
    display: inline-block;
    margin-right: 10px;
}
.footer-company-wrapper img{
    text-align: center;
    display: block;
    margin:0 auto;
    height: 32px;
}


.copyright,
.designedby {
    margin-top: 0.5rem;
    display: block;
    font-size: 0.8125rem;
    color: rgba(255, 255, 255, 0.65);
}

.designedby a {
    text-decoration: underline;
    text-underline-offset: 2px;
}
ul.list-socials li, ul.list-footer-links li{
    background-color: transparent;
}

.icon-facebook{
    background: transparent url('/core/assets/frontend/img/socials/facebook.png') no-repeat;
    width:32px;
    height:32px;
    display: block; 
    background-size: 32px 32px;
}
.icon-youtube{
    background: transparent url('/core/assets/frontend/img/socials/youtube.png') no-repeat;
    width:32px;
    height:32px;
    display: block; 
    background-size: 32px 32px;
}
.icon-instagram{
    background: transparent url('/core/assets/frontend/img/socials/instagram.png') no-repeat;
    width:32px;
    height:32px;
    display: block; 
    background-size: 32px 32px;
}
.icon-pinterest{
    background: transparent url('/core/assets/frontend/img/socials/pinterest.png') no-repeat;
    width:32px;
    height:32px;
    display: block; 
    background-size: 32px 32px;
}

