<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/** Shopify CDN: Minification failed

Line 43:2 "line-weight" is not a known CSS property
Line 126:0 Unexpected "}"

**/
/*-----------------------------------------------------------------------------/
/ Custom Theme CSS
/-----------------------------------------------------------------------------*/
/*---------------- Global Custom CSS -------------------*/
.custom-css{
    margin-right: auto;
    margin-left: auto;
    width: 630px;
    height: 217px;
    background: #F1F5F6;
    border: 1px solid #E5E8EC;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 40px;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
}
a.btn, .btn{
background-color:#047dc9;
padding-top:10px;
padding-bottom:10px;
border:0px;
border-radius:2px;
}

/*---------------- Custom CSS for only desktop -------------------*/
@media (min-width: 1025px) {
  .section-title {
  font-size: 32px;
  color: #000000;
  font-weight: 400;
  line-height: 40px;
  line-weight: 10px;
}
.grp-padding {
    padding: 25px 15px 5px 15px;
    margin-top: 15%;
}

.type_sub_collection .collection-slider .cat_grid_item__link .collection-name a {
    font-size: 26px;
    position: absolute;
    margin-top: 15px;
}


a.btn, .btn {
        padding-top: 0px;
}

@media screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 1024px) {
    .header .main-menu {
        margin: 10px auto;
        display: flex;
        justify-content: center;
        align-items: center;

    }
}

.header .main-menu &gt; li &gt; a {
  font-size: 16px;
}
}

/*---------------- Custom CSS for tablet, mobile -------------------*/
@media (max-width: 1024px) {
  .custom-css{padding: 10px;}
@media (max-width: 767px) {
    .section-title {
        font-size: 20px;
        margin-top: 5%;
    }
}
}

/*---------------- Custom CSS for only tablet -------------------*/
@media (min-width: 768px) and (max-width: 1024px) {
  
}

/*---------------- Custom CSS for only mobile -------------------*/
@media (max-width: 767px){
  .wrapper_caption #b_defd90f0-1a0e-4d4c-a8a5-a94ad4fca11c.slide_item_h3{
color:#fff;
}
.type_banner .laber_banner .banner_text #b_btn_KAdUir.btn, 
.type_banner .laber_banner .banner_text #b_btn_KAdUir.link {
        font-size: 13px;
        
    }
}

.image-card__img {
    background-color:#ffffff;
margin-top:10px;
}
 .section-title {
    font-size: 20px;
line-height:40px;
    
   }

@media only screen and (max-width: 480px) {
    .type_banner .laber_banner .banner_text .content_banner, .image-cards .banner_text {
        margin-top:-10%;
     
    }
}

@media (max-width: 767px) {
    .type_banner .laber_banner .banner_text h3#b_hd_Ab7np3 {
        line-height: 35px !important;
    }
}
}
}
</pre></body></html>