:root {
    --primary-c: #4B216A;
    --secondary-c: #64AF5F;
    --third-c: #252229;
    --text-c: #282828;
    --logo-c: #662D91;
}
body{
    background-color: #FFF;
}
h1, h2{
    color: var(--secondary-c);
}
.top-header{
    background: #BFE1BD;
}
.top-header a{
    color: #FFF;
    font-weight: 600;
    gap: 5px;
    align-items: baseline;
}
.top-header a i{
    font-size: .9rem;
}
.top-header-info {
    width: 100%;
}
.top-header-info .top-header-text {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
    gap: 10rem;
}
.top-header-info .top-header-text .top-header-socials {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.5rem;
}
.top-header-info .top-header-text .top-header-links {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    align-items: center;
}
.btn-add-cart-product .svg-icon-fill path{
    fill: #FFF;
}
.svg-icon-fill path{
    fill: var(--secondary-c);
}
.header-link span{
    align-items: center;
    display: flex;
    justify-content: center;
    color: var(--third-c);
    font-weight: 600;
    font-size: 14px;
    line-height: 26px;
    text-align: right;
    gap: 0.5rem;
}
.header-personal-wrapper .header-link{
    text-transform: none;
    gap: .3rem;
}
.header-link span:hover{
    text-decoration: underline;
}
.header-link:hover{
    text-decoration: none;
}
.header-menu{
    border-bottom: 1px solid var(--border-c);
}
.header-menu-item{
    color:var(--primary-c);
    font-weight: 600;
    font-size: 1rem;
    flex-direction: row;
    gap: 0.5rem;
    max-width: none;
}
.header-menu-item:hover{
    text-decoration: underline;
}
.header-logo-wrapper, .header-menu-wrapper{
    gap: 1.5rem;
}
.header-search-wrapper .form-floating>label {
    right: 0;
    text-align: center;  
}
.header-btn{
    width: 40px;
    height: 40px;
}
.highlights{
    background: var(--primary-c);
}
footer .logo {
    width: auto;
    display: block;
    margin: auto;
}
.menu-btn-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.menu-btn-wrapper>label {
    font-size: .6rem;
    color: var(--primary-c);
}
.btn-theme-secondary{
    border: 1px solid var(--secondary-c);
    background-color: var(--secondary-c);
}
footer .coolsis-rights{
    background: var(--third-c);
    border-top: 1px solid #efefef;
}
.copyright{
    color: #FFF;
}
.footer-newsletter div input{
    background: #FFF;
}
.footer-newsletter div button{
    color: var(--third-c);
    background-color: #95C992;
    border-color: #95C992;
    text-decoration: none;
    border-radius: 0px 8px 8px 0px;
    text-decoration: none;
}
.footer-menu ul{
    margin-top: 1rem;
}
.top-header-text{
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #95C992;
}
.footer-logo-info, .footer-menu li div span{
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0%;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-thickness: Auto;
    -webkit-text-decoration-skip: ink;
            text-decoration-skip-ink: auto;
    color: #FFF;
}
.callout-right i {
    color: var(--primary-c);
}
#slide-menu #nav-bar-ul li div {
    height: 100%;
}
.nav-tabs .nav-link.active h2{
    color:#495057;
}
.nav-tabs .nav-link:hover{
    text-decoration: none;
}
.footer-menu{
    background: #4B216A;
    /* border-top: 10px solid var(--primary-c); */
}
.search-popup .input-group.search i{
    display: none;
}
.header-menu-fixed {
    top: 0;
    z-index: 99999; 
}
.hidden-header {
    display: none !important;
    position: fixed;
    width: 100%;
    z-index: 9999999;
}
.main-header-fixed{
    position: fixed;
    top: 0;
    width: 100%;
}
.main-header{
    z-index: 6;
}
.title-wrapper h1{
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;  
    color: var(--primary-c);  
    padding-top: 0;
}
.product-page .title-wrapper h1{
    font-size: 24px;
}
.no-display-flex {
    display: contents;
}
.card-text small{
    font-size: 0.7rem;
}
.btn-override-blog a{
    border: 1px solid var(--third-c);
    background-color: var(--third-c);
    color: white;
    font-size: 0.7rem;
    font-weight: 600;
    border-radius: 2rem;
    padding: 0.5rem 2.5rem;
}
.btn-override-blog a:hover{
    border: 1px solid var(--third-c);
    color: var(--third-c);
    text-decoration: none;
}
.header-btn-font-size{
    font-weight: 600;
    border-radius: 2rem;
    padding: 0.5rem 1rem;
}
.dgav, .dgav a{
    font-weight: 400;
    font-size: 0.8rem;
}
body.checkout .header-logo-wrapper a object {
    padding: 0;
}
body.checkout .main-header-fixed {
    top: 0;
}
.product-promo-tag-text{
    color: #fff;
    font-size: 0.9rem;
    font-weight: 600;
    background: var(--logo-c);
    padding: 0.5rem 0.5rem;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;    
}
.top-header-text p{
    margin-bottom: 0;
    color: var(--third-c);
    font-weight: 500;
    padding: 0 10px;
    font-size: 0.8rem;
}
footer .top-header-text p{
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;    
}
.title-product{
    color: var(--bs-btn-hover-bg);
}
.top-header .top-header-text p{
    font-weight: 600;
    font-style: normal;
    font-size: 11px;
    line-height: 19px;
    text-align: center;
    padding: 0;
}
.product-promo-tag-365{
    background-color: var(--primary-c);
}
.product-fav-icon-365{
    background-color: var(--secondary-c);
}
.product-price, .shopping-cart-item-price{
    color: var(--logo-c);
    font-weight: 600;
    font-size: 22px;
    letter-spacing: 0%;
    font-style: normal;
}
.product-price-old, .shopping-cart-item-price-old, .product-card-brand-365{
    color: var(--primary-c);
    justify-content: flex-start;
    text-transform: none;
}
.product-card-brand, .product-card-brand-365{
    font-weight: 700;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0%;
    margin-bottom: 0;
    color: var(--logo-c);
    justify-content: flex-start;
    text-transform: none;
    font-style: normal;
}
.background-img{
    background-position: center;
    background-size: cover;
}
.infarmed-wrapper p{
    text-align: left;
}
.infarmed-imgs a img {
    width: 220px;
}
.footer-menu li, .footer-menu li a{
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0%;
    text-decoration-style: solid;
    text-decoration-thickness: Auto;
    -webkit-text-decoration-skip: ink;
            text-decoration-skip-ink: auto;
    color: #FFF;
    gap: 0.5rem;
}
.newsletter-form button {
    font-size: 12px;
    background: #9AD3C0;
    padding: 10px 12px;
    border-radius: 20px;
    line-height: 16px;
    font-weight: 500;
    border: 0;
    margin-top: 24px;
}
.newsletter-form button a{
    margin-bottom: 0;
    color: #FFF;
}
.menu_footer.menu_footer-social {
    float: left;
    width: 100%;
    margin-top: 0;
}
.menu_footer.menu_footer-social li {
    float: left;
    width: auto;
    margin: 5px 5px 5px 0;
}
.menu_footer-social li a {
    font-size: 18px;
    background: var(--secondary-c);
    float: left;
    margin: 0px;
    text-align: center;
    padding: 5px;
    border-radius: 4px;
}
.menu_footer li .fab {
    width: 26px;
    font-size: 18px;
    text-align: center;
    color: #fff;
}
.phone-link {
    background: var(--primary-c);
    border-radius: 4px;
    padding: 5px 15px;
    color: #FFF;
    font-size: 0.8rem;
}
.brands{
    background: #FFF;
}
#slide-menu .menu-head, #slide-menu #nav-bar-ul li:hover{
    background: var(--third-c);
}
.footer-menu{
    padding-bottom: 1rem !important;
    padding-top: 4rem !important;
}
.page-body a{
    display: inline-block;
    font-size: initial;
}
.page-body{
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.breadcrumb-item a, .breadcrumb-item a:hover{
    color: var(--primary-c);
}
.title-product-page h1{
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0%;
    color: var(--primary-c);
    text-align: left;
}
.marca-categoria-product a{
    color: var(--text-c);
    font-weight: 700;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0%;

}
.btn.btn-theme-primary-checkout{
    background-color: var(--primary-c);
    border: 1px solid var(--primary-c);
}
.mobile-filters-toggle{
    background-color: var(--logo-c);
    border: 1px solid var(--logo-c);
    display: flex;
    height: 44px;
    padding: 8px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;    
}
.search-filter-list{
    padding-left: 20px!important;
}
.price-product{
    color: var(--primary-c);
    font-weight: 600;
    font-size: 32px;
    line-height: 26px;
    letter-spacing: 0%;
}
.accordion-product .accordion-button:not(.collapsed), .accordion-product .accordion-button, .accordion-product .accordion-button:after{
    color: var(--primary-c);
}
.btn.btn-theme-primary-checkout:hover, .btn.btn-theme-primary-popup_login{
    background-color: var(--third-c);
    border: 1px solid var(--third-c);
}
.btn-add-cart-product{
    background-color: var(--primary-c);
    border: 1px solid var(--primary-c);
    margin-left: 0;
    padding: 8px 20px;
    height: 44px;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
}
.btn-add-cart-product:hover{
    background-color: var(--primary-c);
    border: 1px solid var(--primary-c);
    color: #FFF;
    text-decoration: underline;
}
#modalLogin .modal-body h5{
    color: var(--third-c);
}
.btn-discount{
    background-color: #000;
    border-color: #000;
    padding: 7px;
    border-radius: 20px;
}
.btn-discount a{
    color: #FFF;
    font-weight: 700;
    font-size: 14px;
}
.search-filters .accordion .accordion-button:not(.collapsed) {
    background-color: #FFF;
    color: var(--primary-c);
}
.category-tree.level-0, .search-filter-list{
    padding-left: 1rem;
}
#brand-filters::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-right: 2px solid #FFF ;
}
.accordion-item:first-of-type>.accordion-header .accordion-button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.search-filters .accordion-item:first-of-type, .search-filters .accordion-item:first-of-type>.accordion-header .accordion-button  {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.search-filters .accordion-item:last-of-type, .search-filters .accordion-item:last-of-type>.accordion-header .accordion-button  {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.header-checkout-step{
    color: var(--secondary-c);
}
.header-checkout-divider {
    border: 1px solid var(--secondary-c);
}
.splide-category-img{
    border-radius: 1rem;
}
.splide-category-label {
    font-size: 1rem;
}
.most-wanted-container .splide-arrow-right, .most-wanted-container .splide-arrow-left {
    top: 40%;
}
.callout-right>img {
    height: 50px;
    width: 50px;
}
.card-text, .card-body{
    color: var(--logo-c);
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
}
.radius-newsletter-input {
    border: 1px solid var(--primary-c);
    width: 400px !important;
}
.btn-discount a:hover{
    color: var(--primary-c);
    text-decoration: none;
}
.a-tag-decoration-menu:hover{
    text-decoration: none;
}
.product-in-stock{
    color: var(--secondary-c);
}
body.checkout footer {
    background-color: #FFF;
}
footer {
    background-color: #FFF;
}
.footer-menu li a:hover{
    color: #FFF;
}
.header-logo-wrapper a object {
    height: auto;
}
.accordion-button.text-success.bg-white{
    color: var(--secondary-c)!important;
}
.form-floating>.form-control.search-input {
    background: #D9D9D9;
    padding: 0.3rem 0.5rem 0.3rem 2.4rem;
    font-size: 1rem;
}
.add-to-cart-btn{
    background-color: #ECE0F5;
    border: 1px solid #ECE0F5;
    font-weight: 600;
    font-size: 15.217px;
    line-height: 26px;
    letter-spacing: 0%;
    text-align: center;
    color: var(--third-c);
    border-radius:0;
}
.add-to-cart-btn:hover{
    background-color: var(--primary-c);
    border: 1px solid var(--primary-c);
}
.coolsis-logo {
    filter: brightness(0) invert(1);
}
.cart-wrapper{
    color: var(--text-c);
}
.menu-scrollable{
    background: #ECE0F5;
}
.price-original-product{
    color: var(--third-c);
    text-decoration-color: var(--third-c);
    font-weight: 300;
    font-size: 24px;
    line-height: 26px;
}
.price{
    display: flex;
    gap: 1rem;
}
.product-description, .accordion-body p{
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0%;
}
.product-description {
    position: relative;
    max-height: 60px; 
    overflow: hidden;
    transition: max-height 0.5s ease; 
}
.product-description.expanded {
    max-height: 5000px;
}
.fade-effect {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40px;
    /* background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1)); */
    transition: opacity 0.5s ease; 
}
.toggle-btn {
    display: flex;
    align-items: center;
    cursor: pointer;
    color: var(--primary-c);
    font-weight: bold;
    margin-top: 10px;
    transition: color 0.1s ease;
    justify-content: center;
    gap: 0.5rem;
    font-weight: 500;
    font-size: 13px;
    line-height: 26px;
    letter-spacing: 0%;
    color: var(--third-c);
}
.product-page h2{
    color: var(--primary-c);
    font-weight: 700;
    font-size: 24px;
    line-height: 26px;
    letter-spacing: 0%;
}
.product-card-title .title-product{
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0%;
    text-align: left;
    font-style: normal;
    height: 4rem;
    color: var(--third-c);
    justify-content: flex-start;
}
.title-product span{
    -webkit-line-clamp: 3;
}
.product-card-price{
    justify-content: flex-start;
    gap: 0.5rem;
}
.main-header-wrapper .top-header-text{
    background: #BFE1BD;
}
.top-header-wrapper{
    justify-content: center;
}
.btn-pos-0-card{
    display: flex;
    padding: 8px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    background: #95C992;
    border: 1px solid #95c992;
    font-size: 14px;
    color: var(--third-c);
    font-weight: 600;
    border-radius: 4px;
    font-style: normal;
    line-height: 26px;
}
.btn-pos-0-card:hover{
    background: #95C992;
    border: 1px solid #95c992;
    text-decoration: underline;
}
.promotion-container-card{
    background: var(--primary-c);
}
main h1{
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0%;
    color: var(--primary-c);
    padding-top: 1rem;
}
.see_more{
    width: 100%;
    border-radius: 4px;
    padding-top: 8px;
    padding-right: 20px;
    padding-bottom: 8px;
    padding-left: 20px;
    background: var(--primary-c);
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0%;
    text-align: center;
    color: #FFF;
}
.see_more:hover{
    color: #FFF;
}
.promotion-container-home{
    background: #F5F5F5;
}
.promotion-container-home .card{
    border: none;
}
.promotion-container-home h2{
    font-weight: 700;
    font-size: 24px;
    line-height: 26px;
    letter-spacing: 0%;
    text-align: center;
    color: var(--logo-c);        
}
.promotion-container-home .btn-pos-0-card{
    color: var(--third-c);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    border: 1px solid #95C992;
    border-radius: 0;
}
.mobile-nav .menu, .mobile-nav .menu-header{
    background: #ECE0F5;
    box-shadow: none;
    border-bottom: 1px solid var(--primary-c);
}
.mobile-nav .menu ul li:not(.nav-item) a:not(.search-see-more-link){
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0%;
    color: var(--third-c);
    border-bottom: 1px solid var(--primary-c);
}
.mobile-nav .menu .next{
    color: var(--primary-c);
    border-bottom: 1px solid var(--primary-c);
    border-left: none;
}
#close-mobile-menu label, #menu-mobile-back label{
    font-weight: 600;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0%;
    text-align: right;
    color: var(--primary-c);
}
#close-mobile-menu, #menu-mobile-back{
    gap: 0.3rem;
}
.search-input{
    border-color: #d9d9d9;
}
.mobile-nav .currentMenu{
    font-weight: 700;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0%;
    color: var(--primary-c); 
    border-bottom: none;
}
.mobile-nav .root-menu ul li a{
    font-weight: 500!important;
    font-size: 12px!important;
    line-height: 32px!important;
    letter-spacing: 0%!important;
    color: var(--third-c)!important;
    margin-left: 0!important;
}
.mobile-nav .root-menu ul li:nth-last-child(n+4) a{
    border-bottom: 1px solid var(--primary-c)!important;
}
.mobile-nav .active ul li:not(.nav-item) a:not(.search-see-more-link){
    border-bottom: none;
    font-weight: 600;
    font-size: 16px;
    line-height: 40px;
    letter-spacing: 0%;
    margin-left: 1.5rem;        
}
#menu-mobile-back{
    display: none;
}
.mobile-nav #menu-mobile-back.active {
    display: block;
}
.card-pos-1-wrapper {
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 1rem;
}
.card-container {
    display: inline-block;
    position: relative;
    width: 100%;
}
.promotion-slider {
    width: 61%;
}
.product-card-cart{
    min-height: 35px;
}
.product-card-state{
    display: none;
}
.product-fav-product {
    border-radius: 4px;
    border: 2px solid var(--Nytrale-farger-Varmgr, #9B9797);
    background: var(--Nytrale-farger-Hvit, #FFF);
    display: flex;
    height: 44px;
    padding: 8px;
    align-items: center;  
}
.product-fav-prod{
    left: 0;
    position: relative;
    top: 0;
    border-radius: 4px;
    border: 2px solid var(--Nytrale-farger-Varmgr, #9B9797);
    background: var(--Nytrale-farger-Hvit, #FFF);
    height: 44px;
    padding: 8px;
    align-items: center;
}
.buy-product{
    gap: 1rem;
}
main img{
    max-width: 100%;
}
.product-card .product-image-link{
    height: 240px;
    padding: 20px 20px 10px;
}
.product-card .product-image-link img{
    max-width: 100%;
}
.social-link{
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    gap: 8px;
}
.social-link:hover{
    color: #FFF;
}
.infarmed-info{
    display: flex;
    align-items: flex-start;
}
.container-info{
    display: flex;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;  
    justify-content: space-between;
}
.info {
    display: flex;
    align-items: center;
    gap: 10px;
}
.payment-methods-footer{
    display: flex;
    align-items: center;
    gap: 2rem;
    align-items: flex-start;
}
.info img{
    height: 40px;
    background: #FFF;
}
.payment-icons img {
    height: 40px;
    width: 100px;
}
.payment-icons {
    display: flex;
    gap: 1.5rem;
    width: 100%;
    justify-content: flex-start;
}
/* #input-add-to-cart-qtd, .less-more-product-group{
    display: none;
} */
.product-card, .product-card-brand a{
    padding: 0rem;
}
.product-card-title, .product-card-price, .product-card-brand{
    padding: 0 1rem 0;
}
.product-card{
    box-shadow: 0px 1px 0px 0px #662D91;
    border-radius: 0;
    gap: 0;
}
.product-promo {
    position: absolute;
    right: auto;
    top: 0;
    z-index: 1;
    left: 0;
}
.product-fav {
    left: auto;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
}
.product-card-promo-date {
    height: 20px;
    color: #000;
    text-align: center;
    font-family: Montserrat;
    font-size: 8px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 0;
    bottom: 45%;
    background: #FFF;
    position: absolute;
}
.cart-count{
    color: #fff !important;
    height: 17px;
    width: 17px;
    right: 61px;
    top: -4px;
    box-shadow: none;
}
.card-text small{
    color: #4B216A!important;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;     
}
._post_2 .blog-title{
    color: #4B216A;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px; 
}
.title-page-list-blog{
    color: #4B216A;
    text-align: center;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;    
}
.title-page-blog .h1-title-main{
    text-align: left;
    color: #4B216A;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    padding-top: 0;
}
.h1-title-main{
    text-align: center;
    color: #4B216A;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;  
}
.blog-description p{
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.blog-description a{
    display: inline;
    font-size: initial;
}
.title-page-blog{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.title-page-blog p{
    margin-bottom: 0;
    color: #4B216A;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.intermediate-content .card-text{
    color: #252229;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: var(--Display-Large-Tracking, -0.25px);    
}
.footer-newsletter label{
    color: var(--Nytrale-farger-Varmgr, #9B9797);
    text-align: right;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;    
}
.general-info ul li{
    text-decoration: underline;
}
.slider-bg{
    background-color: #F5F5F5;
    background-image: none;
}
.blog-card a{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.blog-card h2{
    color: var(--primary-c);
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    text-align: left;
    margin-bottom: 0;
    padding: 3px 10px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;       
}
.blog-card small{
    color: var(--primary-c);
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; 
    padding: 5px 10px;   
}
.short_description_blog p{
    color: var(--third-c)!important;
    font-size: 20px!important;
    font-style: normal!important;
    font-weight: 600!important;
    line-height: 24px!important; 
}
.blog-card p{
    margin-bottom: 0;
    padding: 5px 10px;
}
.blog-wrapper .blog-title{
    text-align: left;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}
.blog-footer .card-text .edition p{
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; 
    text-align: left;  
    margin-bottom: 0;
}
.extra_title-pos-0-card{
    color: var(--third-c);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 0.5rem; 
}
.home-title-blog h1{
    color: var(--primary-c);
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}
.splide__pagination__page.is-active{
    background: #95C992;
}
.splide__pagination__page{
    background: #BD92DD;
}
.blog-card{
    box-shadow: 0 1px 0 0 var(--logo-c);
}
._post_2 .card{
    border: none;
    box-shadow: 0 1px 0 0 #662d91;
    border-radius: 0;
    background-color: unset;
}
.payment-methods .methods{
    display: flex;
    align-items: flex-start;
    gap: 5px;
}
.col-menu-item h4{
    margin-bottom: 0;
    text-transform: initial;
}
.a-tag-decoration-menu{
    color: var(--third-c);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px; 
    margin-left: 2rem;
}
.a-tag-decoration-menu:hover{
    color: var(--third-c);
    text-decoration: underline;
}
.col-menu-item{
    padding: 5px 15px;
}
.category-title {
    font-size: 1.2rem;
    font-weight: bold;
    padding-bottom: 10px;
    margin-bottom: 0;
    position: relative;
    z-index: 10;
    background: #f2e1f7; 
    padding: 10px;
}
.category-title a{
    justify-content: flex-start;
    padding: 0px 10px;
    color: #252229;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    -webkit-text-decoration-skip: ink;
            text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    width: 20%;
}
.pagination{
    margin-bottom: 4rem;
}
.page_description{
    background: #ECE0F5;
    padding: 20px;
}
.page_description{
    color: var(--third-c);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;    
}
.page_description .first-description {
    color: var(--primary-c);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
}
.page_description_img{
    background: #FFF;
    align-items: center;
}
.page_description img, .page_description_img img{
    height: -moz-fit-content;
    height: fit-content;
}
.user-profile{
    margin-top: 2rem;
}
.card-alert-text .unstyled-a{
    font-weight: 700;
}
.language-switcher {
  position: relative;
  display: inline-block;
}
.lang-btn {
  background: none;
  border: none;
  cursor: pointer;
}
.lang-btn img {
  width: 20px;
  height: auto;
}
.lang-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  z-index: 1000;
}
.lang-dropdown a {
  display: flex;
  align-items: center;
  padding: 5px 10px;
  text-decoration: none;
  color: #333;
}
.lang-dropdown a img {
  width: 20px;
}
.lang-dropdown a:hover {
  background: #f5f5f5;
}
.lang-dropdown.show {
  display: block;
}
.cart-en{
  right: 30px!important;
}
.card-pos-1-wrapper .card a img{
    width: 100%;
}
.header-search-wrapper .form-floating i{
    color: var(--primary-text-c);
    font-size: 1rem;
}
.product-page-cnp{
    font-size: 11px;
    color: #FFF;
}
#newsletterModal .modal-content {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
  transition: all 0.3s ease;
}
#newsletterModal .modal-content:hover {
  transform: translateY(-3px);
}
#newsletterModal .btn-dark {
  background-color: #1c1c1c;
  border: none;
  transition: background 0.2s;
}
#newsletterModal .btn-dark:hover {
  background-color: #333;
}
.wrapper-add-to-cart-inner {
    align-content: center;
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
}
.more-product, .less-product {
    background: none;
    height: 44px;
    text-align: center;
    padding-left: 0;
    border-radius: 0;
    border: 1px solid #dddddd;
    font-weight: 800;
    color: #3B3B3B;
}
.wrapper-add-to-cart-inner .more-product {
    border-radius: 0.375rem 0px 0px 0.375rem;
}
.wrapper-add-to-cart-inner .less-product {
    border-radius: 0px 0.375rem 0.375rem 0px;
}
.add-cart-product-group{
    gap: 1rem;
}
.add-cart-product-group input {
    width: 52px;
    height: 44px;
    border: 1px solid #dddddd;
    font-size: 1.2rem;
    text-align: center;
    border-radius: 0;
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-left: 0;
}










@media (min-width: 1200px) { 
    .search-input{
        width: 250px!important;;
    }
}
@media (min-width: 576px) { 
    .footer-menu .footer-wrapper .row>*{
        margin-top: 1rem!important;
    }
    ._post_2 .card-img-blog{
        height: 230px;
    }
}
@media (max-width: 576px) { 
    .form-floating>.form-control.search-input {
        background: #F5F5F5;
        padding: 0.3rem 0.5rem 0.3rem 2.4rem;
    }
    footer .logo{
        width: 60%;
    }
    .footer-logo-info {
        align-items: start;
    }
    .top-header-wrapper{
        justify-content: center;
    }
    .top-header a{
        font-size: 0.6rem;
    }
    .top-header-info .top-header-text{
        justify-content: center;
    }
    .breadcrumb-item{
        margin-bottom: 0;
    }
    .newsletter {
        width: 100%;
    }
    .newsletter-body-wrapper{
        width: 100%;
    }
    main h1{
        text-align: center;
    }
    .footer-newsletter div input{
        width: 100%!important;
    }
    .footer-newsletter .input-group{
        flex-direction: column;
        gap: 1rem;
    }
    .footer-newsletter div button{
        border-top-left-radius: 0.25rem!important; 
        border-bottom-left-radius: 0.25rem!important;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 26px;     
    }
    .add-cart-product-group, .btn-add-cart-product{
        width:100%;
        font-size: 12px;
    }
    .header-logo-wrapper a object {
        height: 6.5vw;
    }
    footer .top-header-text p, .container-info{
        font-size: 14px;
    }
    .infarmed-wrapper .info{
        color: #fff;
        display: flex;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        gap: 1rem;
        justify-content: space-between;
        line-height: normal;
    }
    .infarmed-imgs p{
        padding: 0;
    }
    ._post_2 .open-post{
        justify-content: flex-start;
    }
    .title-product-page h1{
        font-size: 18px;
    }
    .summary-product-price-wrapper{
        flex-direction: column-reverse;
    }
    .product-card-brand{
        font-size: 12px;
    }
    .product-card-brand{
        padding: 0 1rem;
    }
    .product-card-title .title-product{
        font-size: 14px;
        font-weight: 600;
        line-height: 20px;
    }
    .product-price{
        font-weight: 600;
        font-size: 20px;
        line-height: 26px;
    }
    .top-header-text{
        font-size: 16px;
    }
    .footer-menu li a{
        font-size: 14px;
    }
    .title-wrapper h1{
        font-size: 20px;
        margin-bottom: 0;
    }
    .title-page-blog .edition{
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
    .blog-card h2{
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 22px;         
    }
    .product-page h2{
        font-size: 20px;
    }
    .price{
        justify-content: space-between;
    }
    .breadcrumb{
        display: none;
    }
    .header-personal-wrapper{
        gap: 1.5rem;
    }
    .infarmed-wrapper{
        padding: 0;
    }
    .container-info{
        gap: 0rem;
    }
    .footer-menu{
        padding-top: 2rem !important;
    }
    .payment-icons{
        justify-content: center;
    }
    .search-options small{
        color: var(--Primrfarger-Fjell, #002776);
        font-variant-numeric: lining-nums tabular-nums;
        font-feature-settings: 'case' on, 'liga' off, 'clig' off;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;       
    }
    .add-to-cart-btn{
        font-size: 14px;
        font-style: normal;
    }
    .product-card .product-image-link img{
        max-width: 75%;
    }
    .pagination{
        margin-bottom: 2rem;
    }
    .cart-count{
        right: 39px;
    }
    .footer-menu .payment-methods{
        width: auto;
        height: auto;
    }
    .footer-menu .methods{
        display: none;
    }
    .cart-en{
        right: 40px!important;
    }
}
@media (max-width: 767.98px){
    .header-search-wrapper {
        top: 96%;
    }
    .radius-newsletter-input {
        width: 200px !important;
    }
}
@media (min-width: 1200px) and (max-width: 1400px) {
    .top-header-info .top-header-text {
        gap: 5rem;
    }
    .payment-icons img {
        height: 40px;
        width: 100px;
    }
    .payment-icons {
        gap: 1rem;
    }
    .product-card .product-image-link{
        height: 190px;
    }
    .product-card .product-image-link img {
        max-width: 75%;
    }
}
@media (min-width: 992px) and (max-width: 1200px) {
    .payment-icons img {
        height: 40px;
        width: 80px;
    }
    .payment-icons {
        gap: 0.5rem;
    }
    .product-card .product-image-link{
        height: 200px;
    }
    .header-logo-wrapper, .header-menu-wrapper{
        gap: 1rem;
    }
    .header-menu-item{
        font-size: 0.8rem;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .payment-icons img {
        height: 30px;
        width: 60px;
    }
    .payment-icons {
        gap: 0.5rem;
    }
    .card-container .img-pos-0-card{
        height: 220px;
    }
    .product-card .product-image-link{
        height: 200px;
    }
    .cart-count{
        right: 31px;
    }
}
@media (min-width: 576px) and (max-width: 768px) {
    .product-card .product-image-link{
        height: 240px;
    }
    .product-card-promo-date{
        bottom: 40%;
    }
    .cart-count{
        right: 32px;
    }
}
@media (min-width: 576px) and (max-width: 992px) {
    .container-info{
        gap: 2rem;
    }
}
@media (max-width: 991.98px) {
    .newsletter {
        flex-direction: column;
        gap: 2rem;
    }
    .container-info{
        flex-direction: column;
    }
    .infarmed-wrapper{
        gap: 2rem;
    }
}
@media (max-width: 767px) {
    .card-pos-1-wrapper {
        flex-direction: column;
    }
    .promotion-slider {
        width: 100%;
    }
    .promotion-container-card{
        padding-top: 30px;
    }
    .add-to-cart-btn{
        line-height: 18px;
    }
    .infarmed-imgs{
        flex-direction: row;
    }
    .infarmed-imgs a{
        width: 30%;
    }
    .infarmed-imgs p{
        width: 70%;
    }
    .payment-icons img {
        height: 30px;
        width: 60px;
    }
    .payment-icons {
        gap: 0.5rem;
    }
}
@media (min-width: 450px) and (max-width: 576px) {
    .product-card .product-image-link{
        height: 200px;
    }
}
@media (max-width: 450px) {
    .product-card .product-image-link{
        height: 140px;
        padding: 0;
        margin-top: 35px;
    }
    .product-card-promo-date{
        bottom: 48%;
        background: #FFF;
        position: absolute;
    }
}
@media (max-width: 1400px) {
    .page_description{
        background: #BFE1BD;
    }

}
@media (min-width: 1400px) {
    .product-card-promo-date{
        bottom: 40%;
    }
}
@media (min-width: 1200px) and (max-width: 1400px) {
    .top-header-text p{
        font-size: 10px;
    }
}


/*# sourceMappingURL=theme.css.map*/