/** Shopify CDN: Minification failed

Line 1636:0 Expected "}" to go with "{"

**/
.sq-dropdown-body.sq-opened .sq-head,
.sq-dropdown-body.sq-opened .sq-view-all-btn {
  display: flex !important;
}

.sq-app.sq-dropdown:has(.sq-dropdown-body.sq-opened) {
  margin: 0px;
  display: block !important;
}

.sq-dropdown-body.sq-opened .column.pl6.pr6 {
  width: 100%;
}
.sparq-product-title {
  flex: 1 1 auto;
  min-width: 0; /* important to allow shrinking */
}
a.ai-eye-icon-asmxoawzjcul4k0jsqaigenblock1a3ecdcarllcg {
  position: absolute;
  top: 22px;
  right: 20px;
  width: 35px;
  height: 35px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  cursor: pointer;
  text-decoration: none;
}
.sparq-card:hover a.ai-eye-icon-asmxoawzjcul4k0jsqaigenblock1a3ecdcarllcg {
  opacity: 1;
}
/* Base styles for the skeleton */
.sq-skeleton-loader.sq-skeleton-loader .skeleton {
  background-color: #e0e0e0; /* Light gray color to resemble a loading state */
  border-radius: 4px;
  display: block;
  animation: pulse 1.5s infinite ease-in-out;
}
main#MainContent {
  min-height: 800px;
}
/* Large skeleton block */
.sq-skeleton-loader.sq-skeleton-loader .skeleton-text {
  height: 220px;
  width: 100%;
  margin-bottom: 10px;
}
.sq-skeleton-loader.sq-skeleton-loader .sq-results-item {
  width: 100% !important;
  height: auto !important;
}
/* Small skeleton block */
.sq-skeleton-loader.sq-skeleton-loader .skeleton-small-text {
  height: 20px;
  width: 100%;
  margin-bottom: 10px;
}

/* Keyframe for the pulsing animation */
@keyframes pulse {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}

.sq-skeleton-loader {
  grid-template-columns: repeat(4, 1fr) !important;
}

.sq-skeleton-loader.sq-skeleton-loader .sq-product-price {
  flex-wrap: wrap;
}
/* SKELETON LOADER END */

label.sq-filter-value.sq-pill.sq-active {
  background-color: #003dff;
  color: #fff;
  border-color: #003dff;
}
.sq-sy-pager {
  margin: 0 auto;
}
label.sq-filter-value.sq-pill {
  overflow: hidden;
  align-content: center;
  border: 1px solid #000;
  color: #141414;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 11px;
  height: 50px;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

.sq-searchbox {
  padding: 1rem 0 0 0;
  width: 100%;
}

.sq-searchbox input[type="text"] {
  width: 100%;
  padding: 4px;
  margin-bottom: 10px;
  font-size: 15px;
  border: 1px solid;
  height: 30px;
}

.sq-filter-value.sq-multi-select .sq-cb.sq-active:before,
.sq-rating-value.sq-rating-select .sq-cb.sq-active:before {
  width: 5px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  content: " ";
  display: block;
  height: 10px;
  position: absolute;
  top: 0;
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sq-accordion .sq-rating-value.sq-rating-select .sq-cb.sq-active {
  background-color: #003dff;
  border-color: #003dff;
}

label.sq-rating-value.sq-rating-select span.sq-cb {
  margin-left: 0px;
}

label.sq-rating-value.sq-rating-select {
  display: flex;
  align-items: center;
  position: relative;
}

.sq-filter-item.sq-block .sq-review {
  display: flex;
  border: unset !important;
  margin-left: 22px;
  padding-top: 0px;
}

.sq-toggle-slider {
  border: 1px solid #ccc;
  width: 37px;
  height: 19px;
}

.sq-toggle-slider .sq-slider-on:before {
  transform: translate(18px);
}

.sq-slider-availability:before {
  position: absolute;
  content: "";
  height: 17px;
  width: 17px;
  left: 0px;
  bottom: 0px;
  background-color: #fff;
  transition: 0.4s;
  border-radius: 50%;
}

span.sq-filter-value.sq-label.sq-out-of-stock {
  font-size: 13px;
}

.sq-price-slider .vue-slider-dot-handle {
  visibility: hidden;
}

.sq-price-slider {
  width: 100% !important;
}

.sq-price-slider .vue-slider-dot {
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #8c8c8c;
}

.sq-price-slider .vue-slider.vue-slider-ltr {
  margin: 0 10px;
  height: 5px;
}

.sq-field ::-webkit-inner-spin-button {
  display: none;
}

span.sq-sort-icon {
  padding-bottom: 6px;
}

.sq-filter-item.sq-block:has(.sq-pill) {
  width: 33.33%;
  padding-right: 10px;
}

.sq-filter:has(.sq-pill) {
  display: flex;
  flex-wrap: wrap;
}

.sq-filter-value {
  cursor: pointer;
}

.sq-filter-value.sq-multi-select .sq-cb.sq-active:before {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  content: " ";
  display: block;
  height: 10px;
  position: absolute;
  top: 0;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 5px;
}

.sq-accordion .sq-filter-value.sq-multi-select .sq-cb.sq-active {
  background-color: #003dff;
  border-color: #003dff;
}

.sq-filter-value.sq-single-select {
  padding-left: 25px;
  position: relative;
}

.sq-filter-value.sq-single-select .sq-cb.sq-active:before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #000;
  transform: translate(-50%, -50%);
  content: "";
}

.sq-filter-color-list-item {
  border: 1px solid #d3d3d3;
  border-radius: 50%;
  height: 16px;
  width: 16px;
  margin-left: 2px;
  margin-right: 7px;
}

.sq-color-list svg {
  height: 10px;
}

.sq-filter-value.sq-single-select .sq-cb {
  border-radius: 50%;
  margin-left: 0px;
}

ul.sq-dropdown-menu,
.sq-sort {
  border: 1px solid #000;
  min-width: 176px;
  background-color: #efefef;
}

.sparq-container,
.sq-filter-main {
  visibility: visible !important;
}

.sq-navigation a.sq-page.sq-active {
  color: black;
  border-color: black;
  cursor: not-allowed;
}

.mobile--filter,
.sort-container-mobile,
.sparq-container.--list-view .flex-container,
.sparq-container.--list-view .grid-view,
.sparq-container.--list-view .sq-label-soldout.grid-view,
.sparq-container.--list-view .sq-tag-container,
.sparq-mobile-filter,
.sq-app .list-view,
.sq-app .sparq-product-title a.view-full-details,
.sq-color-swatch .sq-color-label,
.sq-desktop-filter-header-title,
.sq-filter-header,
label.sq-filter-value.sq-pill span.sq-cb,
label.sq-filter-value.sq-pill span.sq-filter-value-count {
  display: none;
}

.sq-app input:focus-visible {
  box-shadow: none !important;
  outline: 0 !important;
  outline-offset: 0 !important;
}

.sq-price-slider {
  margin-bottom: 9px;
}

.sq-app ul.sq-dropdown-menu {
  border-radius: 3px;
  font-size: 15px;
  padding: 0;
  top: 100%;
  margin: 0;
  z-index: 2;
  color: #000;
}

.sq-sort {
  border-radius: 3px;
  box-shadow: unset;
  padding: 2px;
  line-height: 29px;
}

.sq-color-list,
span.sq-sort-icon {
  display: flex;
  align-items: center;
}

span.sq-sort-label {
  font-size: 16px;
  color: #000;
}

label.sq-filter-value.sq-multi-select,
label.sq-filter-value.sq-multi-select .sq-filter {
  overflow: hidden;
  padding-left: 25px;
  position: relative;
  display: flex;
}

.sq-app li.sq-option {
  padding: 0 6px;
}

.sq-accordion-body {
  overflow-x: hidden;
}

.sq-accordion-body .sq-filter:has(.sq-color-swatch) {
  display: flex;
  flex-wrap: wrap;
}

.sq-accordion-body .sq-filter-item:has(.sq-color-swatch) {
  margin-left: 5px;
  display: inline-block;
}

span.sq-filter-color-swatch-item {
  margin-left: 4px;
  border: 1px solid #d3d3d3;
}

.sq-filter-item.sq-block.sq-active
  .sq-color-list
  span.sq-filter-color-list-item {
  border: 1px solid #000;
}

.sq-color-list span.sq-color-label {
  width: 80%;
}

.sparq-container.--list-view .sq-cart-btn.sq-cart-loading:hover {
  cursor: pointer;
}

.sq-loader,
a.button.btn-blue {
  width: 100%;
}
a.button.btn-blue {
  background-color: black !important;
  border-radius: 0;
    --border-opacity: unset;
}
.sq-product-price span.sq-compare-price {
  padding-left: 5px;
  text-decoration: line-through;
}

.sq-no-results {
  font-size: 15px;
  padding-top: 135px;
}

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

.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: 112.203px !important;
  z-index: 100;
}

.customer button:hover:after,
.shopify-challenge__button:hover:after,
.shopify-payment-button__button--unbranded:hover:after,
.sq-dropdown-body .button:not([disabled]):hover:after,
a.button.btn-blue:hover {
  box-shadow: none !important;
}

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

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

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

.predictive-search.predictive-search--header {
  display: none !important;
}

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

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

.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;
}

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

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

.sq-dropdown-body .search-result {
  height: 71px;
}

.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: 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 a.search-bar__result-item {
  text-decoration: none;
}

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

.sq-app a:empty,
.sq-app article:empty,
.sq-app div:empty,
.sq-app dl:empty,
.sq-app h1:empty,
.sq-app h2:empty,
.sq-app h3:empty,
.sq-app h4:empty,
.sq-app h5:empty,
.sq-app h6:empty,
.sq-app p:empty,
.sq-app section:empty,
.sq-app ul:empty {
  display: unset;
}

.sq-loader {
  background-image: url(https://i.ibb.co/nQgdnwp/download.png);
  background-repeat: no-repeat;
  margin: 0 auto;
  justify-content: center;
  height: 1000px;
  background-size: 100%;
  display: block;
}

.sq-app {
  margin: 0 auto;
  max-width: var(--page-width);
  font-family: inherit;
  padding: 0;
  max-width: 140rem;
  width: 113rem;
}

.sparq-row-base,
.sq-app,
.sq-grid-view-container,
.sq-right-elements {
  display: flex;
  flex-wrap: wrap;
}

.sparq-row-base {
  justify-content: space-between;
  margin-bottom: 20px;
  width: 100%;
}

.sparq-container {
  -webkit-box-flex: 1;
  align-content: stretch;
  align-items: stretch;
  display: flex;
  flex: 1 1 calc(75% - 30px);
  flex-direction: row;
  flex-wrap: wrap;
  height: 100%;
  justify-content: space-between;

  width: 75%;
}

.sparq-product-number {
  color: #23263b;
  padding-left: 15px;
}

.sq-navigation a,
.sq-sy-price {
  color: #121212;
}

.sparq-bottom {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  order: 2;
}

nav.sq-navigation a.sq-first,
nav.sq-navigation a.sq-last,
nav.sq-navigation a.sq-next,
nav.sq-navigation a.sq-previous {
  font-size: 0;
  position: relative;
}

nav.sq-navigation a.sq-next:before,
nav.sq-navigation a.sq-previous:before {
  background-image: url(https://i.ibb.co/FhYqsk2/chevron-left-light.png);
  background-position-x: center;
  background-position-y: center;
  background-repeat: no-repeat;
  background-size: 6px;
  content: "";
  height: 22px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 22px;
}

nav.sq-navigation a.sq-next:before {
  background-image: url(https://i.ibb.co/q15ynhW/chevron-right-light.png);
}

nav.sq-navigation {
  display: flex;
  justify-content: center;
}

nav.sq-navigation a.sq-first:before,
nav.sq-navigation a.sq-last:before {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("https://i.ibb.co/Yj7npN5/angles-left-light.png");
}

nav.sq-navigation a.sq-last:before {
  background-image: url("https://i.ibb.co/2tDy8T3/angles-right-light.png");
}

a.sq-first,
a.sq-last,
a.sq-next,
a.sq-page.max-sm\:sq-hidden,
a.sq-previous {
  align-items: center;
  display: flex;
  font-family: inherit;
  font-size: 14px;
  height: 40px;
  justify-content: center;
  line-height: 17px;
  margin: 5px;
  position: relative;
  text-decoration: none;
  width: 40px;
  border: 1px solid #ddd;
  color: #959595;
  border-radius: 50%;
}

.sq-app .sq-pager-load-more {
  align-items: center;
  background: #003dff;
  border-radius: 2px;
  color: #fff;
  display: flex;
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  justify-content: center;
  line-height: 24px;
  margin-top: 5px;
  max-height: 40px;
  max-width: fit-content;
  padding: 0 15px;
  text-transform: uppercase;
}

.sparq-card .sq-sy-price,
.sq-size-list .sq-size-items {
  color: #23263b;
  font-family: inherit;
}

.sq-pager-infinite,
.sq-pager-load-more,
.sq-pagination {
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 100%;
}

.sq-filter-main {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex: 1 1 20%;
  max-width: 23%;
  width: 25%;
  display: none;
}

.sq-results-item {
      width: 23%;
    margin:0 10px;
    margin-bottom: 14px;
  
}

.sparq-product-title a {
  color: #121212;
  display: block;
  text-decoration: none;
  font-size: 16px;
    font-weight: 600;
    font-family: Archivo, serif;
    text-align: center;
}

/* .sq-results-item:hover .sparq-product-title a {
  text-decoration: underline;
  text-underline-offset: 0.3rem;
} */
.quick-add{
  display: none !important;
}
.sparq-card:hover .quick-add{
  display: block !important;
}
.sparq-card .sq-sy-price {
  display: flex;
  font-size: 14px;
  line-height: 140%;
  margin-block: 10px;
  justify-content: center;
}
.quick-add.no-js-hidden {
    position: absolute;
    bottom: 7px;
    width: calc(100% - 30px);
    left: 15px;
}
.quick-add__submit{
    background: black !important;
    color: white !important;
}
.sq-results img {
  height: auto;
  max-width: 100%;
}

.sparq-thumbnail-wrap {
  order: 1;
  position: relative;
 
}

.sparq-bottom-items {
  order: 2;
  padding-top: 5px;
}

.sparq-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin-bottom: 15px;
  /* padding-left: 15px; */
  padding-right: 0;
  width: 100%;
  background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
}
.sq-results-item:hover .sparq-card{
  transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}
.sq-filter-searchbox,
.sq-skeleton-image,
.sq-sy-image {
  margin-bottom: 10px;
}

.sq-sy-image {
  padding-top: 100%;
  position: relative;
  height: 100%;
  width: 100%;
}

img.alternative.item-image,
img.primary.item-image {
  bottom: 0;
  display: block;
  height: 100%;
  left: 50%;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s linear;
  width: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.sq-filter-searchbox input.sq-filter-input {
  background-color: #f4f4f5;
  border: none;
  font-family: inherit;
  height: 36px;
  padding: 15px;
  text-transform: capitalize;
  width: 98%;
}

.discount-label {
  line-height: 140%;
  width: fit-content;
  display: flex;
  align-items: center;
  text-transform: capitalize;
  position: absolute;
  top: 12px;
    left: 12px;
    background: #ff4444;
    color: white;
    padding: 6px 10px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    z-index: 2;
}
.sparq-card:hover .sq-sy-image {
  transform: scale(1.05);
  transition: transform 0.3s;
}
.sq-filter-item {
  font-size: calc(var(--font-heading-scale) * 1.3rem);
  text-transform: capitalize;
  line-height: 18px;
  padding: 4px 0;
}

.outofstock-label {
  background-color: #000;
  color: #fff;
}

.sq-results {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
  justify-content: center;
}

.sparq-bottom {
  margin-bottom: 20px;
}

a.sparq-loop-product.sq-class {
  display: block;
  position: relative;
}

.sq-accordion .sq-accordion-header {
  color: #23263b;
  font-size: 18px;
  padding: 7px 0;
  position: relative;
  text-transform: uppercase;
  font-weight: 700;
}

.sq-accordion .sq-cb {
  background-color: #fff;
  border: 1px solid #23263b;
  border-radius: 2px;
  display: flex;
  height: 16px;
  justify-content: center;
  margin-left: -25px;
  margin-top: 1px;
  position: absolute;
  width: 16px;
  top: 0;
}

.sq-accordion {
  display: flex;
  flex-direction: column;
}

.sq-accordion-body::-webkit-scrollbar-track {
  background-color: #f5f5f5;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.sq-accordion-body::-webkit-scrollbar {
  background-color: #ddd;
  width: 2px;
}

.sq-accordion-body::-webkit-scrollbar-thumb {
  background-color: #555;
  border-radius: 0;
}

.sq-applied {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 0 8px 6px 0;
}

span.sq-applied-filter-item {
  position: relative;
  text-transform: capitalize;
  color: #3e4152;
  cursor: default;
  font-size: 12px;
  padding: 4px 8px;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  border: 1px solid #ccc;
  border-radius: 2px;
  align-items: center;
  background-color: #f4f4f5;
  justify-content: space-between;
  margin-right: 10px;
  margin-bottom: 10px;
}

span.sq-filter-value-count {
  float: right;
  margin-right: 5px;
}

span.sq-applied-filter-item .sq-icon {
  margin-left: 5px;
}

.sq-accordion.sq-close .sq-accordion-header:after,
.sq-accordion.sq-open .sq-accordion-header:after {
  background-image: url(https://i.ibb.co/QD4FzYJ/arrow-down.png);
  background-repeat: no-repeat;
  background-size: 100%;
  bottom: 8px;
  content: "";
  height: 16px;
  position: absolute;
  right: 0;
  width: 16px;
}

.sq-accordion.sq-close .sq-accordion-header:after {
  background-image: url(https://i.ibb.co/QFsZShC/arrow-up.png);
}

.sq-app .collection-filter__sort-container {
  align-items: center;
  display: flex;
  font-size: 1.4rem;
  gap: 0 3.5rem;
  justify-content: flex-end;
  margin-bottom: 20px;
  width: 100%;
}

.sq-sy-price.sq-sy-price-has-discount {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.sq-sy-price.sq-sy-price-has-discount .sq-compare-price {
  text-decoration: line-through;
}

.sq-sy-image img {
  transition: 0.3s;
}

.sq-wrapper {
  width: 98%;
}

.sq-price-input-group {
  justify-content: space-between;
}

.sq-price-slider input.sq-input-min,
input.sq-input-max {
  margin-bottom: 10px;
  padding: 9px;
  width: unset;
}

.sq-slider {
  left: 2px;
}

.sq-slider .sq-progress {
  background-color: #2b71cf;
}

.sq-grid-view,
.sq-list-view {
  width: 36px;
  height: 36px;
  background-color: #f2f2f2;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0.6;
}

.sq-grid-view {
  margin-left: 10px;
}

.sparq-container.--grid-view .sq-grid-view-container .sq-grid-view,
.sparq-container.--list-view .sq-grid-view-container .sq-list-view {
  opacity: 1;
}

.sparq-container.--list-view .sq-results-item {
  width: 100%;
  margin-left: 0;
}

.sparq-container.--list-view .sparq-card {
  flex-direction: row;
  padding: 1.5rem;
  position: relative;
}

.sparq-container.--list-view .sparq-card:hover {
  position: relative;
  height: 100%;
}

.sparq-container.--list-view .sparq-thumbnail-wrap {
  width: 200px;
}

.sparq-container.--list-view .sparq-product-title {
  width: 66%;
}

.sparq-container.--list-view .sq-product-description {
  color: #000;
  letter-spacing: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.sparq-container.--list-view .sparq-bottom-items {
  flex-direction: row;
  justify-content: space-between;
}

.sparq-container.--list-view .sparq-card .sparq-bottom-action {
  position: relative;
  opacity: 1;
  visibility: visible;
  flex-direction: column;
  flex-basis: 100%;
  align-items: self-end;
  padding: 0;
  max-width: 200px;
  justify-content: flex-start;
}

.sparq-container.--list-view .sparq-card .sparq-bottom-action button,
.sq-wrapper .sq-field input {
  width: 100%;
}

.sparq-container.--list-view .list-view-product-price {
  display: block;
  text-align: right;
}

.sparq-container.--list-view .sparq-product-title a.view-full-details {
  display: block;
  color: var(--active-color);
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
}

.sparq-container.--list-view .sparq-bottom {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  padding-left: 10px;
}

.sparq-container.--list-view .sparq-bottom .sparq-bottom-items {
  flex: 0 0 calc(100% - 200px);
}

.sparq-container.--list-view .sparq-bottom .sq-cart-btn {
  background: #000;
  color: #fff;
  padding: 10px;
  width: 200px;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
}

.sparq-container.--list-view .list-view {
  display: block;
}

.sq-add-to-cart {
  font-weight: 500;
  font-size: 12px;
  height: 38px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  line-height: 140%;
  text-transform: uppercase;
  color: #23263b;
  background-color: #fff;
  box-shadow: 0 0 15px #f0eeee;
  /* position: absolute; */
  bottom: 9%;
  width: 100%;
  z-index: 1;
  opacity: 1;
  visibility: visible;
  transform: translateY(10px);
  transition: 0.3s;
}

.sparq-card:hover .sq-add-to-cart {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
span.sq-price {
  color: black !important;
      font-size: 18px;
    font-weight: 700;
    font-family: Questrial, sans-serif;
}
.sq-grid-view-container {
  display: none !important;
}
.sparq-vendor {
  font-size: smaller;
  line-height: 120%;
  display: none;
  align-items: center;
  text-transform: uppercase;
  color: #91929d;
  margin-bottom: 10px;
}

.sq-clear-button-desktop,
.sq-filter-header button.sq-clear-button {
  font-family: inherit;
  font-weight: 700;
  font-size: 14px;
  line-height: 140%;
  text-transform: uppercase;
  color: #003dff;
  border: none;
  background-color: transparent;
  text-align: end;
  cursor: pointer;
  display: block;
  text-decoration: none;
}
h3.ai-game-carousel-card-title-az0zotnzrmgnvrvroqaigenblock4ffdf6ddbw6xb {
  color: #0085ff;
}
.ai-game-carousel-card-az0zotnzrmgnvrvroqaigenblock4ffdf6ddbw6xb:hover
  a.sq-highlight {
  background-color: #0085ff;
}
.ai-game-carousel-card-az0zotnzrmgnvrvroqaigenblock4ffdf6ddbw6xb:hover
  h3.ai-game-carousel-card-title-az0zotnzrmgnvrvroqaigenblock4ffdf6ddbw6xb {
  color: white;
}

@media only screen and (max-width: 1150px) {
  .sq-results-item {
    width: 22%;
  }



@media only screen and (max-width: 820px) {
  .sq-results-item {
    width: 30.3333%;
  }

  .sparq-container.--list-view .sparq-bottom .sparq-bottom-items {
    flex: 0 0 calc(100% - 120px);
  }

  .sparq-container.--list-view .sparq-bottom .sq-cart-btn {
    width: 120px;
  }
}

@media only screen and (max-width: 767px) {
  .ai-eye-icon-asmxoawzjcul4k0jsqaigenblock1a3ecdcarllcg, .quick-add.no-js-hidden{
    display: none !important;
  }
  .sparq-card:hover .quick-add {
    display: none !important;
}
   .sq-results-item {
    width: 45%;
  }
  .sq-skeleton-loader.sq-skeleton-loader .sq-results-item {
    width: 100% !important;
    height: auto !important;
  }

  .sq-skeleton-loader {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .sq-dropdown-wrapper {
    flex: 0 0 48%;
  }

  span.sq-sort-icon {
    padding-bottom: 10px;
  }

  span.sq-sort-label {
    font-size: 14px;
  }

  .sq-sort {
    line-height: 31px;
    width: 100%;
    min-width: 100%;
    padding: 6px;
  }

  .sq-clear-btn-desktop,
  .sq-clear-button-desktop,
  .sq-desktop-filter-title,
  .sq-filter-main,
  .sq-right-elements .sq-sort {
    display: none;
  }

  .sq-app ul.sq-dropdown-menu {
    top: 47px;
  }

  .sq-filter-bottom,
  .sq-filter-header-title {
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
  }

  label.sq-filter-value.sq-pill {
    overflow: hidden;
    align-content: center;
    border: 1px solid #23263b;
    color: #141414;
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 11px;
    height: 50px;
    justify-content: center;
    text-align: center;
    text-transform: uppercase;
    width: 62px;
  }

  .scroll-trigger:not(.scroll-trigger--offscreen).animate--slide-in:has(
      .sq-app
    ) {
    animation: unset;
    opacity: 1;
    transform: unset;
  }

  .sq-color-list span.sq-filter-color-list-item {
    width: 7.5%;
  }

  .sq-wrapper {
    width: 96%;
  }

  .sort-container-mobile {
    display: flex;
    justify-content: space-between;
  }

  .collection-filter__sort-container,
  span.sq-page-mobile.sm\:sq-hidden {
    display: none !important;
  }

  .mobile--filter,
  .sq-app .collection-filter__item.collection-filter__item--sort {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }

  .mobile-facets__open svg {
    height: 20px;
  }

  .mobile-facets__open,
  .sparq-mobile-filterby span,
  .sparq-mobile-sort-filter span {
    align-items: center;
    display: flex;
  }

  .sq-pager-infinite {
    align-items: center;
    display: none;
    flex-direction: column;
    justify-content: center;
    margin-top: 10px;
    text-align: center;
    width: 100%;
  }

  .sq-app .sq-filter-main,
  .sq-filter-bottom {
    bottom: 0;
    position: fixed;
    right: 0;
    width: 85%;
  }

  .sq-accordion .sq-accordion-header {
    font-size: 16px;
  }

  .sq-filter-bottom {
    background-color: #003dff;
    color: #fff;
    font-size: 14px;
    padding: 15px 10px;
    text-align: center;
    z-index: 999999 !important;
  }

  .sq-pagination {
    display: block !important;
    width: 100% !important;
  }

  .sq-app .sq-filter-main {
    background-color: #fff;
    max-width: 100%;
    overflow-y: auto;
    padding: 2rem 2rem 60px;
    top: 0;
    z-index: 9999;
  }

  .sq-filter-header {
    align-items: center;
    border-bottom: 1px solid #ddd;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }

  .sq-filter-header-title {
    color: #23263b;
    font-size: 16px;
  }

  .sparq-mobile-filterby .filterby-number,
  .sq-filter-header-clear {
    display: flex;
    font-family: inherit;
    line-height: 140%;
  }

  .sq-filter-header-clear {
    align-items: center;
    color: rgba(var(--color-link), var(--alpha-link)) !important;
    font-size: 14px;
  }

  .sq-filter-header span.sq-cross {
    height: 22px;
    margin-left: 10px;
    position: relative;
    width: 20px;
  }

  .sparq-mobile-sort-filter span.sq-sort-icon,
  span.sq-filterby-icon {
    background-size: 100%;
    display: block;
    height: 14px;
    margin-right: 10px;
    width: 14px;
  }

  .sparq-product-number {
    padding-left: 0;
    flex: 0 0 calc(100% - 82px);
  }

  .sq-results {
    /* padding-left: 15px; */
  }

  .sparq-card {
    padding-left: 0;
    padding-right: 0px;
  }

  .sq-applied {
    margin-left: 0;
  }

  .sparq-container {
    flex: auto;
    margin-left: 0;
    width: 100%;
  }



  .sparq-row-base {
    margin-bottom: 15px;
    padding: 0 1.5rem;
  }

  .sparq-mobile-filter {
    background-color: #fff;
    display: none;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 15px;
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 2;
    padding: 0 0px;
  }

  .sparq-mobile-filterby,
  .sparq-mobile-sort-filter {
    align-items: center;
    box-shadow: 0 4px 8px #23263b40;
    color: #23263b;
    display: flex;
    font-family: inherit;
    font-size: 12px;
    font-weight: 600;
    height: 45px;
    justify-content: center;
    line-height: 18px;
    text-transform: uppercase;
    width: 48%;
  }

  .sparq-mobile-filterby {
    flex: 0 0 48%;
    background-color: #000;
    color: #fff;
  }

  .sparq-mobile-filterby .filterby-number {
    align-items: center;
    background-color: #fff;
    border-radius: 50%;
    color: #23263b;
    font-size: 10px;
    font-weight: 700;
    height: 20px;
    justify-content: center;
    margin-left: 5px;
    text-align: center;
    width: 20px;
  }

  span.sq-filterby-icon {
    background-image: url(https://i.ibb.co/XkbdRcJ/filter-icon.png);
    background-repeat: no-repeat;
  }

  .sparq-mobile-sort-filter span.sq-sort-icon {
    background-image: url(https://i.ibb.co/KVLCj0w/sort-icon.png);
  }

  .sq-app .sq-pager-load-more {
    height: 45px;
    margin: 0 auto;
  }

  .sq-filter-main.opening {
    display: block;
  }

  .sq-app #overlay {
    background-color: #00000080 !important;
    bottom: 0;
    cursor: pointer;
    display: block;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: opacity 225ms cubic-bezier(0.4, 0, 0.2, 1);
    width: 15%;
    z-index: 2;
  }

  .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: 360px;
  }

  .sq-right-elements {
    justify-content: space-between;
  }

  .sparq-container.--list-view .sparq-bottom {
    flex-direction: column-reverse;
  }

  .sparq-container.--list-view .sparq-bottom .sq-cart-btn,
  .sparq-container.--list-view .sparq-product-title {
    width: 100%;
  }
}
@media only screen and (max-width: 450px) {
   .sq-results-item {
    width: 40%;
  }
.two-line-ellipses {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.sq-wrapper .sq-field {
  width: 47%;
}

.sq-dropdown-loader {
  padding: 60px 20px 0;
  width: 100%;
}

.sq-skeleton-line {
  height: 10px !important;
  margin-bottom: 10px !important;
  width: 100% !important;
}

.sq-app .sq-skeleton-line.sq-skeleton-shimmer {
  display: block !important;
}

.sq-img-loading {
  height: 100% !important;
  width: 100% !important;
}
