/** Shopify CDN: Minification failed

Line 19:18 Expected ":"

**/
/*-----------------------------------------------------------------------------/
/ Custom Theme CSS
/-----------------------------------------------------------------------------*/
/*---------------- Global Custom CSS -------------------*/
.la-stopwatch, .la-eye, .la-fire{
	color:#9d1b6b;
}
.la-stopwatch, .la-eye, .la-fire{
	color:#9d1b6b;
}
.nt_countdow_page .block{
	background-color:#0b417b;
	color:#fff;
	text-align-center;
	width:80px;
	height:80px;
border-radius:5px;
align-items: center;
display:flex;
flex-direction:column;
    justify-content: center;
}
.nt_countdow_page .block br{
display:none;
}
.nt_countdow_page .block .flip-top, .nt_countdow_page .block .label {
color:#fff;
}
span.nt_name_current.user_choose_js {
    display: none;
}
.swatch {
    flex-wrap: wrap;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
}
h4.swatch__title {
    font-weight: 900;
}
.swatch__list_pr{
margin:0
}
.swatch__title{
margin:0;
}
#content_quickview .swatch__list_pr {
    margin: 0 0 10px 0;
}
.r--show-head { display: none; }
.unique-features{
line-height:1.8}
.customily-set label{
font-weight: 900;
text-transform:uppercase
}
.customily-set .maxlength-counter{
display:none;
}
.customily-set input[type="text"]{
color: #9c1c6b;
    font-weight: 900;
}
.variations.mb__40{
margin-bottom: 10px;
}
.product__policies {
display:none;
}
.mt__15.rating_sp_kl{
margin-top:0px;
}

/*---------------- Custom CSS for only desktop -------------------*/
@media (min-width: 1025px) {
  
}

/*---------------- Custom CSS for tablet, mobile -------------------*/
@media (max-width: 1024px) {
  .kalles_toolbar_true .sticky_atc_wrap {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

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

/*---------------- Custom CSS for only mobile -------------------*/
@media (max-width: 767px){
  
}