/** Shopify CDN: Minification failed

Line 165:2 Unexpected "/"

**/
.sparq-dropdown {
    display: none;
}
.shifter-enabled .shifter-navigation {
    /* width: 313px; */
}
.shifter-enabled .shifter-navigation{
  /* position:relative; */
}
.sq-dropdown-body .row{
  width:130%;
} 
.sq-dropdown-body .row .column{
  width:100%;
} 
.row.btn-wrapper{
  overflow:hidden;
}

 .sq-container-dropdown.sparq-dropdown{
	display: none !important;
}
 .sq-container-dropdown.sparq-dropdown:has(.sq-opened){
	display: flex !important;
 }

ul.sq-app.dropdown-list.app2-dropdown .search-product-card .sq-results-item {
    border-bottom: unset !Important;
}
.sq-dropdown.search-product-card {
    border-bottom: unset;
}
.sq-dropdown-body .sq-head{
  border-bottom: 1px solid #ccc;
}
a.sq-dropdown-text {
    color: rgb(51, 51, 51);
    font-size: 14px;
  text-decoration:none;
  /* font-weight: 400; */
    font-family: Muli, sans-serif;
}
.sq-container-dropdown {
  display: flex;
  flex-direction: row;
  width: 100%;
  border: 1px solid #ccc; /* Border for separation */
  background-color: #fff; /* Background color */
}

/* Left side for Collections and Pages */
.sq-app2-dropdown {
  flex: 1; /* Take up equal space */
  margin-right: 20px; /* Margin to separate from the product list */
      width: 180px;
    max-width: 155px;
}
/* .sq-app1-dropdown .sq-dropdown.search-product-card{
  width:100% !important;
} */
.sq-app2-dropdown ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sq-app2-dropdown li {
  padding: 5px 10px;
  border-bottom: 1px solid #ddd;
}

/* Right side for Products */
.sq-app1-dropdown .sq-dropdown-body{
  width:100%;
  max-width:100%;
}
.sq-app1-dropdown {
  flex: 3; /* Take up more space compared to the left side */
  display: flex;
  flex-direction: column;
}

.sq-app1-dropdown ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sq-app1-dropdown li {
  padding: 10px;
  border-bottom: 1px solid #ddd;
  display: flex;
  align-items: center;
}

.search-product-card {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 10px;
  border-bottom: 1px solid #ddd;
}

.result-img {
  margin-right: 10px;
}

.search-result {
  display: flex;
  align-items: center;
}

.search-bar__result-item {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #333;
}

.sq-dropdown-title {
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  line-height: 1.2;
}

.sq-dropdown-vendor {
  font-size: 12px;
  color: #888;
  margin: 5px 0;
}

/* Button Style */
.button.btn-blue {
  display: inline-block;
  padding: 2px 0px;
  background-color: #007bff;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  text-decoration: none;
  margin-top: 20px;
}

.button.btn-blue:hover {
  background-color: #0056b3;
}

.view-all-row {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 10px;
  text-align: center;
  background-color: #fff; /* Optional: background color for visibility */
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1); /* Optional: slight shadow for separation */
}


 */

.sparq-dropdown a:hover{
  color:#980065;
}
.sparq-dropdown{
  display: flex;
  position: absolute;
  z-index: 9999999999;
  width: 40%;
  top: 13%;
  left: 69%;
  transform: translateX(-50%);
  flex-direction: column;
  background-color:white;
}
.sparq-dropdown:after {
  content: "";
  width: 20px;
  height: 20px;
  background-color: #fff;
  transform: rotate(45deg);
  position: absolute;
  right: 10%;
  top: -8px;
  box-shadow: -4px -4px 5px -2px lightgray;
}
.sparq-dropdown-flex {
  box-shadow: 0 0 5px lightgray;
  display: flex;
  flex-direction: row-reverse;
    min-height: 522px;
    column-gap: 20px;
    /* padding: 0 15px; */
    height: 522px;
}
.sparq-dropdown .sq-dropdown-title{
    display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1; /* Number of lines to display */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal; /* Ensures text wraps within the box */
}
.sparq-dropdown .sq-app1-dropdown {
  flex: 0 0 70%;
}
.sparq-dropdown .sq-app2-dropdown {
  flex: 0 0 calc(30% - 20px);
}
.sparq-dropdown .dropdown-list {
  overflow: hidden;
  width: 100%;
  background-color: #fff;
  list-style: none;
  padding: 0;
  margin: 0;
  height: 94%;
  display: block;
}
.sparq-dropdown .dropdown-list.app2-dropdown {
    height: 40%;
  
}
.sparq-dropdown .dropdown-list.app2-dropdown .sq-results-item{
  padding:5px 0;
  border-bottom: unset;
}
.sparq-dropdown .dropdown-list.app2-dropdown .sq-skeleton-image{
  display:none !important;
}
.sparq-dropdown .dropdown-list.app2-dropdown .sq-skeleton-loader{
  margin-bottom:5px !important;
}
.sparq-dropdown .dropdown-list.app2-dropdown .sq-skeleton-texts .sq-skeleton-line:nth-child(1),.sparq-dropdown .dropdown-list.app2-dropdown .sq-skeleton-texts .sq-skeleton-line:nth-child(2){
  display:none !important;
}
.sparq-dropdown .dropdown-list.app2-dropdown .sq-no-results{
    height: 200px;
      padding-top: 100px;
  
}
.sparq-dropdown .dropdown-list .sq-results-item {
  width: 100%;
}
.sparq-dropdown .dropdown-list .search-result {
  display: flex;
  width: 100%;
  align-items: center;
  position: relative;
  height:72px;
}
.sparq-dropdown ul.sq-app.dropdown-list.app1-dropdown .search-bar__result-item {
  display: flex;
  align-items: center;
  padding-left: 10px;
  /* width: 100%; */
  text-decoration: none;
  height: 100%;
}
a.search-bar__result-item {
  padding-left: 0px !important; 
}
.sparq-dropdown ul.sq-app.dropdown-list.app1-dropdown .search-bar__result-item:hover{
  background-color:#d3d3d3;
}
.sparq-dropdown .dropdown-list .column.column-20.float-left.pl0.mb0.pr0 {
  display: flex;
  width: 100%;
  align-items: center;
  position: relative;
  gap:10px;
}
.sparq-dropdown .dropdown-list .result-img{
  height: 60px;
  width: 60px;
}
.sparq-dropdown .dropdown-list .sq-sy-image {
  background-color: #fff;
  height: 60px;
  width: 60px;
  position: relative;
  padding-top: 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-bottom: 10px;
}
.sparq-dropdown  .dropdown-list img.primary.item-image {
  height: 60px;
  width: 60px;
  border-radius: 3px;
  position: relative;
  background-color: #fff;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.sparq-dropdown .dropdown-list h3.sq-dropdown-title {
   font-family: Muli, sans-serif;
    
    font-size: 14px;
  line-height: 120%;
  padding: 0;
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 0;
  font-size: 14px;
}
.sparq-dropdown .dropdown-list p.sq-dropdown-vendor {
  line-height: 120%;
  margin: 5px 0;
  color: black;
  font-family: Muli, sans-serif;
  font-size: 90%;
  font-weight: 500;
}
.sparq-dropdown .dropdown-list.app2-dropdown .title, .sparq-dropdown .dropdown-list.app1-dropdown .title {
  display: block;
  border-bottom: solid 1px lightgray;
  text-transform: uppercase;
  /* background: #efefef; */
    width: 100%;
    padding: 0 10px;
    z-index: 1;
    padding:5px 10px;
}
.sq-app1-dropdown .dropdown-list .sq-results{
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  max-height: 450px;
  overflow: hidden;
  max-height: 482px;
  height: 100%;
}
.sq-dropdown.search-product-card{
  /* display: none; */
}
.sparq-dropdown .sq-price{
  color:black;
}
.sparq-dropdown .btn-wrapper{
  flex:1 1 100%;
}
.sparq-dropdown a.button.btn-blue{
      border: none;
    display: flex;
    width: 100%;
    text-align: center;
    /* height: 40px; */
    background-color: #013684;
    color: white;
    align-items: center;
    justify-content: center;
}
.sparq-dropdown .sq-no-results{
  /* text-align: center; */
  padding-top: 200px;
  font-size: 15px;
  height: 400px;
  width: 100%;
}
.sparq-dropdown .app2-dropdown .sq-results{
  display: block;
}
.sparq-dropdown .app2-dropdown .sq-title{
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  padding:0 10px;
  font-size:13px;
}
.sparq-dropdown .app2-dropdown .sq-title a{
  text-decoration: none;
  color: black;
}
.sq-app1-dropdown .dropdown-list .sq-results{
  max-height: 485px;
}
.sparq-dropdown .app2-dropdown .sq-results{
  max-height: 183px;
  overflow: hidden;
}
/* DROPDOWN WITH COLLECTIONS CSS END */
.sq-dropdown-body {
    position: static !important;
    max-height: unset;
    display: block;
    overflow: hidden;
    box-shadow: 0 0 0 0 transparent;
    border: none !important;
    opacity: 1 !important;
}
.sq-app .column.pl6.pr6 {
    /* background-color: #980065; */
    width: 100%;
    text-align: center;
    padding: 0px;
}
.row.btn-wrapper {
    position: absolute;
    bottom: 10px;
    width: 100%;
    left: 0;
    height: 69px !important;
    z-index: 9;
}
.sq-app .column.pl6.pr6 {
    /* background-color: #980065; */
    width: 100%;
    text-align: center;
    padding: 0px;
  margin:0px;
}
.sparq-dropdown ul.sq-app.dropdown-list.app2-dropdown .sq-no-results {
    /* text-align: center; */
    padding-top: 20px;
    font-size: 12px;
    height: 110px;
    width: 50%;
}
@media only screen and (max-width: 767px) {
    .sq-dropdown-body {
    right: 0;
    z-index: 999;
    left:0 !important;
    width: 100% !important;
    /* max-height: 100% !important; */
    height: calc(100% - 100px) !important;
    top: 90.203px !important;
  }
  .trustshop-summary--rating>a{
    gap: 4px !Important;
  }
  .sq-desktop-filter-header-title{
    display:none !important;
  }
  span.trustshop-review-summary--total {
    font-size: 11px !important;
    letter-spacing: 0px;
}
  .sparq-dropdown .dropdown-list h3.sq-dropdown-title{
    font-size: 12px;
  }
  .sparq-dropdown-flex{
        height: calc(100% - 59px);
        min-height: unset;
}
  .sq-dropdown-body {
    right: 0;
    z-index: 99999;
    width: 100% !important;
    height: calc(100% - 100px) !important;
    top: 143.203px!important;
  }
  .sparq-dropdown{
        width: 98%;
        left: 50%;
        /* top: 75px; */
        height: calc(100% - 94px);

  }
  .sparq-dropdown .sq-app1-dropdown {
    flex: 0 0 403px;
  }
  .sparq-dropdown-flex {
    box-shadow: 0 -2px 4px #d3d3d3;
    flex-direction: column;
        max-height: calc(100% - 65px);
    overflow: auto;
    flex-wrap: nowrap;
  }
  .sparq-dropdown .sq-app2-dropdown{
    flex: 0 0 calc(100% - 540px);
    max-height: 244px;
  }
  .sparq-dropdown .sq-app2-dropdown .sq-dropdown-body{
    max-height: 102px !important;
  }

  .sparq-dropdown .dropdown-list.app2-dropdown .sq-results-item{
    padding:0;
  }
  .sparq-dropdown .app2-dropdown .sq-results{
    max-height: 160px;
  }
  .sparq-dropdown ul.sq-app.dropdown-list.app1-dropdown .search-bar__result-item{
    padding:0;
    margin:0;
  } 
  .sparq-dropdown .dropdown-list.app2-dropdown .sq-no-results{
      padding-top: 0 !Important;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    height:77px !Important;
  }
  .sq-app1-dropdown .dropdown-list .sq-results {
    max-height: 434px;
}
}
@media screen and (max-width: 1024px){
  .sparq-dropdown {
    display: flex;
    /* position: fixed; */
    z-index: 9999999999;
    width: 70%;
    top: 12%;
    left: 57%;
    transform: translateX(-50%);
    flex-direction: column;
    background-color: white;
}
} 
@media screen and (max-width: 820px){
  .sparq-dropdown .sq-app2-dropdown {
    flex: 0 0 calc(30% - 42px);
}
  .sparq-dropdown {
    display: flex;
    /* position: fixed; */
    z-index: 9999999999;
    width: 85% !Important;
    /* top: 130px; */
    left: 51% !Important;
    transform: translateX(-50%);
    flex-direction: column;
    background-color: white !important;
}
}
@media screen and (max-width: 768px){
  .sparq-dropdown .dropdown-list.app2-dropdown {
    height: 44%;
}
  .sq-app2-dropdown {
    max-width:300px;
    width: 276px;
  }
  .sparq-dropdown .dropdown-list {
    height:100%;

  }
.sparq-dropdown {
    display: flex;
    /* position: fixed; */
    z-index: 9999999999;
    width: 94% !Important;
           top: 142px;
    left: 51% !Important;
    transform: translateX(-51%);
    flex-direction: column;
    background-color: white;
}
}
@media screen and (max-width: 700px){
.sparq-dropdown {
           top: 76px;
}
  .sparq-container.--list-view .sparq-view-btn {
    display: block;
    width: 111%;
}
}
/*css drop  */
@media screen and (min-width: 820px) {
   div.sq-container-dropdown.sparq-dropdown{  
     width: 65% !important;
    }
}

@media screen and (max-width: 1280px) and (min-width: 1024px) {
   div.sq-container-dropdown.sparq-dropdown{ 
     width: 57% !important;
    }
}

@media screen and (max-width: 1596px) and (min-width: 1281px) {
   div.sq-container-dropdown.sparq-dropdown{    
     width: 45% !important;
    }
}

@media screen and (max-width: 2230px) and (min-width: 1596px) {
     div.sq-container-dropdown.sparq-dropdown{             
     width: 35% !important;
    }
}

@media screen and (min-width: 2230px) {
   div.sq-container-dropdown.sparq-dropdown{     
     width: 25% !important;
    }
}