/** Shopify CDN: Minification failed

Line 418:2 Unexpected "/"

**/
.sq-container-dropdown {
  position: relative;
  width: 100%;
}

.sq-container-dropdown .sq-dropdown.search-product-card {
  width: 100% !important;
}

.sq-container-dropdown .sq-dropdown-body {
  width: 100% !important;
  left: 0 !important;
  box-sizing: border-box;
}
.search-wrapper {
  position: relative;
}
/* Search bar parent */
.sq-container-dropdown {
  position: relative;
  width: 100%;
}

/* Main dropdown */
.sq-container-dropdown .sq-dropdown.search-product-card {
  width: 100% !important;
  max-width: none !important;
}

/* Actual opened dropdown */
.sq-container-dropdown .sq-dropdown-body {
  width: 100% !important;
  left: 0 !important;
  box-sizing: border-box;
}
.search-bar,
.sq-container-dropdown {
  width: 100%;
}
.search-wrapper {
  position: relative;
  width: 100%;
}

.search-bar {
  width: 100%;
}

.sq-container-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
}
.sq-container-dropdown .sq-dropdown.search-product-card {
  width: 100% !important;
  max-width: none !important;
}

.sq-container-dropdown .sq-dropdown-body {
  box-sizing: border-box !important;
  max-width: none !important;
}
.sq-container-dropdown .sq-dropdown,
.sq-container-dropdown .sq-dropdown-body {
  width: 100% !important;
  left: 0 !important;
  box-sizing: border-box;
}
.sq-container-dropdown .sq-dropdown,
.sq-container-dropdown .sq-dropdown-body {
  width: 100% !important;
  left: 0 !important;
  box-sizing: border-box;
}
.search-wrapper {
  width: 65%;
  max-width: 760px;
}




.dropdown-banner {
    flex: 0 0 100% !important;
    width: 100% !important;
}

.sparq-dropdown {
    display: none;
}
.sq-dropdown .discount-label{
  margin-top: 5px;
  margin-left: 5px;
  font-size: 10px;

}
.app2-dropdown .sq-dropdown-body.sq-opened{
   max-height: 182px !important;
}
.sq-app1-dropdown .dropdown-list .sq-results .sq-results-item:nth-of-type(n+13) {
    display: none !important;
}
.sq-app ul.sq-dropdown-menu {
  border: 1px solid #000;
  border-radius: unset;
  font-size: 15px;
  min-width: 173px;
  padding: 0px;
  top: 36px;
  z-index: 6;
  background-color: white;
  color: black;
  border-radius: 3px;
}

.sq-dropdown-menu li:hover {
  background-color: #009f9e;
  color: white;
}
.sq-dropdown-body {
  transition: unset !important;
}

.sq-dropdown-body .sq-no-results {
  text-align: center;
}

.sq-dropdown-body {
  background-color: #fff;
  border-radius: 20px;
  height: 100%;
  max-height: 300px;
  max-width: 655px;
  min-width: 655px;
  overflow-y: hidden !important;
  position: absolute !important;
  top: 57px !important;
  z-index: 100;
  height: 556px;
  left: 0 !important;
}

.sq-dropdown.search-product-card .sq-dropdown-body .row:first-child {
  box-sizing: content-box;
  height: calc(100% - 45px);
  overflow-y: hidden;
}

.sq-dropdown-body .sq-sy-image {
  padding-top: 0;
  margin: 0px;
}

.sq-dropdown-body .result-img {
  height: 60px;
  width: 60px;
}



.sq-dropdown-body .column.column-20.float-left.pl0.mb0.pr0 {
  align-items: center;
  display: flex;
}

.sq-dropdown-body img.primary.item-image {
  border-radius: 3px;
  /* border: solid 1px gray; */
}

.sq-dropdown-body .sq-head {
  color: #8f8f8f;
  font-size: 12px;
  /* padding-left: 10px; */
  padding-top: 5px;
  text-transform: uppercase;
  text-align: left;
}

.sq-dropdown-body .sq-results-item:hover {
  background-color: #0000000d;
}

.sq-dropdown-body .sq-results-item a:hover {
  color: #222222;
}

.sq-dropdown-body .search-result {
  height: 71px;
  width: 100%;
  display: flex;
  align-items: center;
}

.sq-dropdown-body .column.column-80.float-left.pl0.mb0,
.sq-dropdown-body .result-content {
  flex: 1;
  /* padding-left: 7px; */
  text-align: left;
}

.sq-dropdown-body h3.sq-dropdown-title {
  font-size: 18px;
  line-height: 120%;
  margin-bottom: 0;
  margin-top: 0;
}

.sq-dropdown-body a.search-bar__result-item {
  text-decoration: none;
}

.sq-app.sq-dropdown {
  padding: 0px;
}


.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;
  text-transform: capitalize;
}
a.sq-dropdown-text {
    color: #000;
    font-size: 14px;
}
.sq-container-dropdown {
  display: flex;
  flex-direction: row;
  width: 100%;
  border: 1px solid #ccc; /* Border for separation */
  background-color: #fff; /* Background color */
}

.sq-dropdown-body {
  transition: unset !important;
  background-color: #fff;
  border-radius: 0 0 3px 3px !important;
  height: 100%;
  max-height: 300px;
  max-width: 400px;
  min-width: 400px;
  overflow-y: hidden !important;
  position: fixed !important;
  top: 75.5px !important;
  z-index: 100;
}

.search-product-card .sq-results-item {
  /* border-bottom: 1px solid #d3d3d3; */
  line-height: normal;
  padding: 7px;
  width: calc(100% - 14px);
}

.sq-dropdown-body .sq-results {
  flex-direction: row;
}

.sq-dropdown-body .result-img {
  height: 60px;
  width: 60px;
}

.sq-dropdown-body .sq-results-item:hover {
  background-color: #d3d3d3;
}

.sq-dropdown-body h3.sq-dropdown-title {
  font-size: 14px;
  line-height: 120%;
  margin-bottom: 0;
  margin-top: 0;
}

.sq-dropdown-body p.sq-dropdown-vendor {
  color: #8f8f8f;
  font-size: 90%;
  line-height: 120%;
  margin-bottom: 5px;
  margin-top: 0;
  padding: 3px 0 0;
}

.sq-dropdown-body span.sq-price {
  color: #e52548;
  font-weight: 600;
  padding: 2px 0;
}

/* 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: 178px;
    max-width: 178px;
}
.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: fixed;
    z-index: 9999999999;
    width: 34.6%;
    top: 160px;
    left: 49.8%;
    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: 450px;
    /* column-gap: 20px; */
    height: 450px;
}
.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: 100%;
  display: block;
}
.sparq-dropdown .dropdown-list.app2-dropdown {
    height: 47%;
  
}
.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: 33%;
  height: 25%;
}
.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%;
}
.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;
  flex-direction: column;
  width: 100%;
  align-items: center;
  position: relative;
  gap:10px;
}
.sparq-dropdown .dropdown-list .result-img{
  height: 100px;
  width: 100px;
}
.sparq-dropdown .dropdown-list .sq-sy-image {
  background-color: #fff;
  height: 100px;
  width: 100px;
  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: 100px;
  width: 100px;
  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 {
  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: #8f8f8f;
  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: wrap;
    flex-direction: row;
    max-height: unset !important;
    height: 80vh;
    align-content: baseline;
}

.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: #000;
    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: unset;
  overflow: hidden;
  text-align: left;
}
/* 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: -11px;
    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;
}
.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%;
}
.sq-dropdown-body.sq-opened{
  max-height: 468px !important;
}
@media only screen and (max-width: 767px) {
  .sparq-dropdown .dropdown-list.app2-dropdown{
    height:100% !important;
  }
  .sq-app2-dropdown{
    width: 100% !important;
    max-width: unset !important;
  }
    .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;
  }
  .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: unset !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: 1620px){
  .sparq-dropdown{
    width: 49%;
    
  }
  }
@media screen and (max-width: 1350px){
  .sparq-dropdown{
    width: 54%;
    top: 158px;
    left: 50%;
  }
  }
@media screen and (max-width: 1220px){
  .sparq-dropdown{
    width: 62%;
    top: 152px;
    left: 48%;
  }
  }
@media screen and (max-width: 1024px){
  .sparq-dropdown {
    display: flex;
    position: fixed;
    z-index: 9999999999;
    width: 74%;
    top: 154px;
    left: 49%;
    transform: translateX(-50%);
    flex-direction: column;
    background-color: white;
}
} 
@media screen and (max-width: 820px){
  .sparq-dropdown {
    display: flex;
    position: fixed;
    z-index: 9999999999;
    width: 90% !Important;
    top: 146px;
    left: 51% !Important;
    transform: translateX(-50%);
    flex-direction: column;
    background-color: white !important;
}
}
@media screen and (max-width: 768px){
.sparq-dropdown {
    display: flex;
    position: fixed;
    z-index: 9999999999;
    width: 94% !Important;
    top: 144px;
    left: 51% !Important;
    transform: translateX(-51%);
    flex-direction: column;
    background-color: white;
}
}

@media only screen and (max-width: 767px) {
  .sq-app1-dropdown .dropdown-list .sq-results .sq-results-item:nth-of-type(n+11) {
    display: none !important;
}
  .sq-app ul.sq-dropdown-menu {
    top: 47px;
  }

  .sq-dropdown-body {
    height: calc(100% - 100px) !important;
    right: 1%;
    top: 100.203px !important;
    width: 98% !important;
    z-index: 999;
    left: 1% !important;
    min-width: 98% !important;
  }

  .sq-dropdown-body .sq-results {
    width: 100%;
  }
}

@media screen and (max-width: 640px){
.sparq-dropdown {
 top: 168px;
}
.sparq-dropdown .dropdown-list .sq-results-item {
  width: 100%;
  height: 30%;
}

.sparq-dropdown .dropdown-list img.primary.item-image, .sparq-dropdown .dropdown-list .sq-sy-image,  .sparq-dropdown .dropdown-list .result-img{
  height: 60px !important;
  width: 60px !important;
}
.sparq-dropdown .dropdown-list .column.column-20.float-left.pl0.mb0.pr0{
  flex-direction: row;
}
.sq-app1-dropdown .dropdown-list .sq-results{
  flex-direction: column;
  height: unset !important;
}
/* .sparq-dropdown .sq-results-item:nth-of-type(n+6) {
    display: none !important;
} */
}

@media only screen and (max-width: 1750px) {
.sq-dropdown-body{
  left: 454.5px;
}
}

@media only screen and (max-width: 1600px) {
    .sq-dropdown-body {
        left: 397.5px;
    }
}

@media only screen and (min-width: 2200px) {
    .sparq-dropdown .dropdown-list .sq-results-item {
    width: 33%;
    height: 17%;
}
.sparq-dropdown{
  width:32%;
}
}