<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Minification failed. Returning unminified contents.
(181,17): run-time error CSS1039: Token not allowed after unary operator: '-secondary-color'
 */
.basketPreviewContainer {
    overflow-x: hidden !important;
    /*padding-right: 0.1rem !important;*/
    width: 430px;
    height: auto;
}
.languageLocalizationMenu {
    width: max-content;
    height: auto;
}
.accountMenu{
    width:min-content;
    height:auto;
}
.navbarMenu {
    position: absolute;
    top: 70px; /*56.4 px para saltar la navbar*/
    display: none;
    color: black;
    overflow-y: scroll;
    max-height: 80vh;
    right: -1px;
}
.account-text-overflow {
    overflow: hidden;
    white-space: nowrap;
    max-width: 14ch;
    font-size: 14px;
    margin-right: 5px;
    text-overflow:ellipsis;
}

@media (max-width:1300px) {
    .account-text-overflow {
        max-width: 5ch;
        text-overflow: clip;
    }
}


#accountMenuContainer, #languageLocalizationMenuContainer {
    overflow-y: unset;
}
.productBasketResume {
    max-width: 190px;
    -webkit-line-clamp: 2 !important
}
.priceCell{
    display:grid;
    grid-template-columns:1fr 1fr;
    align-content:center
}
.basketProductsTable&gt;tbody&gt;tr&gt;td&gt;p{
    margin-bottom:0px !important;
}
.fa-times:before{
    vertical-align:middle;
}
#langAccountBasketList&gt;li{
    height:100%;
    display:flex;
    align-items:center
}
#accordion:last-child {
    border-bottom: 0px !important;
}
.selectedHeaderItem{
    background:white;
    color:black !important;
}
#whereAreYouSending:hover{
    opacity:0.7
}
/*MEDIA QUERIES SECTION*/
@media (max-width:568px) {
    .languageLocalizationMenu{
/*        right:-75px;
        width:375px;*/
/*        width:100vw;*/
        width:105vw;
        right:-25vw;
    }
    .accountMenu{
/*        right:-35px;
        width:375px;*/
        width:105vw;
        right:-20vw;
    }
    .basketPreviewContainer{
        width:105vw;
        right:-7vw;
    }
}
@media (max-width:376px){
    .basketPreviewContainer {
        right:-28px !important;
        width:400px !important;
    }
    .languageLocalizationMenu {
        right: -100px;
        width: 380px;
    }
    .accountMenu {
        right: -60px !important;
        width: 400px !important;
    }
}
.navbarGrid {
    display: grid;
    grid-template-columns: repeat(3,max-content) 45% auto;
    height: 70px;
    align-items: center;
    gap: 15px;
    color: white;
}
.navbarNoGrid {
    height: 70px;
    align-items: center;
    color: white;
}
.subGrid {
    display: grid;
    grid-template-columns: repeat(4,max-content);
    gap: 5px
}
    .subGrid &gt; * {
        padding: 0px 10px 0px 10px
    }
@media (max-width:1200px) {
    .navbarGrid#secondary-navbar {
        top: 70px;
        height: 20px;
    }

    .navbarNoGrid#secondary-navbar {
        top: 70px;
        height: 20px;
    }

    .navbarGrid {
        gap: 0px;
    }
}

@media (min-width:568px) and (max-width:1200px) {
    .navbarGrid {
        gap: 0px;
        grid-template-columns: repeat(2,max-content) 45% auto;
    }
}


#product-description table {
    width: 100%;
    margin-bottom: 1rem;
    border-collapse: collapse;
    display: table;
    text-indent: initial;
    border-spacing: 2px;
    border-color: gray;
}

    #product-description table th, #product-description  table td {
        padding: 0.75rem;
        vertical-align: top;
        border-top: 1px solid #dee2e6;
    }


/*#product-description ul {
    list-style-type: none;
}*/


#landcapeNeededOverlay {
    display: none;
}


.text-secondary-color {
    color: var(--secondary-color);
}
</pre></body></html>