.component-6e9f1821-5958-44c8-bc56-94f450396c1a ul.faqs {
  list-style: none;
  padding: 0;
  margin: 0 auto;
}

.component-6e9f1821-5958-44c8-bc56-94f450396c1a li.faq {
  margin-left: 0;
  border-top: 1px solid #e0e3ea;
  padding: 25px 0 !important;
}

.component-6e9f1821-5958-44c8-bc56-94f450396c1a li.faq &:last-of-type {
  border-bottom: 1px solid #e0e3ea;
}

.component-6e9f1821-5958-44c8-bc56-94f450396c1a .question {
  display: flex;
  margin-bottom: 1rem;
  cursor: pointer;
}

.component-6e9f1821-5958-44c8-bc56-94f450396c1a .question-text {
  flex: 1 1 auto;
  margin-right: 32px;
}

.component-6e9f1821-5958-44c8-bc56-94f450396c1a .question-text :last-child {
  margin-bottom: 0;
}

.component-6e9f1821-5958-44c8-bc56-94f450396c1a .answer {
  margin: 0;
  max-height: 0;
  opacity: 0;
  pointer-events: none;
  transition: max-height 0.15s ease-in-out, opacity 0.15s;
}

.component-6e9f1821-5958-44c8-bc56-94f450396c1a .answer > :last-child {
  margin-bottom: 0;
}

.component-6e9f1821-5958-44c8-bc56-94f450396c1a .open .answer,
.component-6e9f1821-5958-44c8-bc56-94f450396c1a.editing .answer {
  opacity: 1;
  max-height: initial;
  pointer-events: auto;
}

/* Toggle */

.component-6e9f1821-5958-44c8-bc56-94f450396c1a .toggle {
  flex: 0 0 auto;
  position: relative;
  width: 16px;
  height: 16px;
}

.component-6e9f1821-5958-44c8-bc56-94f450396c1a .toggle:before,
.component-6e9f1821-5958-44c8-bc56-94f450396c1a .toggle:after {
  content: "";
  position: absolute;
  background-color: #4a90e2;
}

.component-6e9f1821-5958-44c8-bc56-94f450396c1a .faq.initialized .toggle:before,
.component-6e9f1821-5958-44c8-bc56-94f450396c1a .faq.initialized .toggle:after {
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}

.component-6e9f1821-5958-44c8-bc56-94f450396c1a .toggle:before {
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-left: -1px;
}

.component-6e9f1821-5958-44c8-bc56-94f450396c1a .toggle:after {
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  margin-top: -1px;
}

.component-6e9f1821-5958-44c8-bc56-94f450396c1a .faq.open .toggle:before {
  transform: rotate(90deg);
}

.component-6e9f1821-5958-44c8-bc56-94f450396c1a .faq.open .toggle:after {
  transform: rotate(180deg);
}
.component-a54f1f46-fc91-414a-8e23-409c37671beb p:last-child {
  margin-bottom: 0;
}

.component-a54f1f46-fc91-414a-8e23-409c37671beb figure img {
  width: 100%;
}

.component-a54f1f46-fc91-414a-8e23-409c37671beb * + .actions {
  margin-top: 2.5rem;
}

.component-f5ffca44-2856-46ab-a746-5c3e44560316 .products-container {
  position: relative;
  display: flex;
}
  
@media only screen and (min-width: 769px) {
  .component-f5ffca44-2856-46ab-a746-5c3e44560316 .products-container {
    gap: 6rem;
    justify-content: space-between;
  }
}

@media only screen and (max-width: 768px) {
  .component-f5ffca44-2856-46ab-a746-5c3e44560316 .products-container {
    gap: 0;
    justify-content: space-between;
    flex-direction: column;
  }
}
.component-f5ffca44-2856-46ab-a746-5c3e44560316 .graphenehc-container{
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;

}
.component-f5ffca44-2856-46ab-a746-5c3e44560316 .facets-container {
  width: 100%;
}
.component-f5ffca44-2856-46ab-a746-5c3e44560316 ul.facets {
  list-style: none;
  padding: 0;
  margin: 0;
  flex: 1;
}

.component-f5ffca44-2856-46ab-a746-5c3e44560316 li.facet {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}


.component-f5ffca44-2856-46ab-a746-5c3e44560316 .search-results {
  flex: 1;
}



.component-f5ffca44-2856-46ab-a746-5c3e44560316 .tags-container {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  flex: 1 100%;
}

.component-f5ffca44-2856-46ab-a746-5c3e44560316 .sort-container {
  display: flex;
  justify-content: end;
  padding-bottom: 24px;
}

.component-f5ffca44-2856-46ab-a746-5c3e44560316 .sort-container .wrapper {
  position: relative;
  display: inline-block;
  background-color: transparent;
  overflow: hidden;
}

.component-f5ffca44-2856-46ab-a746-5c3e44560316 .sort-container .wrapper select {
  margin-right: 5px;
  border: none;
  box-shadow: none;
  background: transparent;
  background-image: none;
  -webkit-appearance: none;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
}

.component-f5ffca44-2856-46ab-a746-5c3e44560316 .sort-container .wrapper span{
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

.component-f5ffca44-2856-46ab-a746-5c3e44560316 .sort-container .wrapper::before,
.component-f5ffca44-2856-46ab-a746-5c3e44560316 .sort-container .wrapper::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  display: inline-block;
  height: 0.45em;
  width: 0.45em;
  color: #333;
}

.component-f5ffca44-2856-46ab-a746-5c3e44560316 .sort-container .wrapper::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 6px;
  height: 6px;
  border-bottom: 2px solid;
  border-right: 2px solid;
  transform: translateY(-50%) rotate(-135deg);
  right: 5px;
  top: calc(50% - 3px);
}

.component-f5ffca44-2856-46ab-a746-5c3e44560316 .sort-container .wrapper::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 6px;
  height: 6px;
  border-bottom: 2px solid;
  border-right: 2px solid;
  transform: translateY(-50%) rotate(45deg);
  right: 5px;
  top: calc(50% + 3px);
}

 .component-f5ffca44-2856-46ab-a746-5c3e44560316.right .facets-container {
   order: 2;
 }


.component-f5ffca44-2856-46ab-a746-5c3e44560316 .hierarchy-container {
  margin-top: 0;
}

.component-f5ffca44-2856-46ab-a746-5c3e44560316 .hierarchy-container:first-child {
  margin: 0;
}

 .component-f5ffca44-2856-46ab-a746-5c3e44560316 .hierarchy-item-container,
.component-f5ffca44-2856-46ab-a746-5c3e44560316 .refinement-item {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  text-transform: capitalize;
  padding: 4px 0;
}
.component-f5ffca44-2856-46ab-a746-5c3e44560316 .refinement-item:first-child {
  padding-top: 1.4rem;
}

.component-f5ffca44-2856-46ab-a746-5c3e44560316 .hierarchy-container > .hierarchy-item > .hierarchy-item-container > .hierarchy-item-checkmark,
.component-f5ffca44-2856-46ab-a746-5c3e44560316 .refinement-container > .refinement-item > .refinement-list-checkmark{
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 4px;
  position: relative;
}

.component-f5ffca44-2856-46ab-a746-5c3e44560316 .hierarchy-container > .hierarchy-item > .hierarchy-item-checkmark.checked > span,
.component-f5ffca44-2856-46ab-a746-5c3e44560316 .refinement-container > .refinement-item > .refinement-list-checkmark.checked > span {
  display: none;
}

.component-f5ffca44-2856-46ab-a746-5c3e44560316 .hierarchy-container > .hierarchy-item > .hierarchy-item-container > .hierarchy-item-checkmark.checked > span,
.component-f5ffca44-2856-46ab-a746-5c3e44560316 .refinement-container > .refinement-item > .refinement-list-checkmark.checked > span {
  display: block;
  background: #444;
  height: 84%;
  width: 84%;
  border-radius: 2px;
  position: absolute;
  left: 50%;
  transform: translate(-49%, -109%);
  top: 100%;
}

.component-f5ffca44-2856-46ab-a746-5c3e44560316 .hierarchy-container > .hierarchy-item > .hierarchy-item-container > .hierarchy-item-label,
.component-f5ffca44-2856-46ab-a746-5c3e44560316 .refinement-container > .refinement-item > .refinement-item-label{
  color: #444444;
  flex-grow: 1;
  display: flex;
  align-items: center;
  gap: 1rem;
  font-family: "Barlow";
}

.component-f5ffca44-2856-46ab-a746-5c3e44560316 .refinement-container > .refinement-item > .refinement-item-label:hover {
  opacity: 1;
}

.component-f5ffca44-2856-46ab-a746-5c3e44560316 .refinement-item.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.component-f5ffca44-2856-46ab-a746-5c3e44560316 .refinement-item.disabled > .refinement-item-label {
  cursor: inherit;
}
.component-f5ffca44-2856-46ab-a746-5c3e44560316 .no-results-template {
  max-width: 1200px;
  margin: 0 auto;
}
@media only screen and (max-width: 1240px) {
  .component-f5ffca44-2856-46ab-a746-5c3e44560316 .products {
    grid-template-columns: repeat(3, 1fr);
  }
  .component-f5ffca44-2856-46ab-a746-5c3e44560316 .no-results-template .sub-container {
    grid-template-columns: repeat(4, 1fr);
  }
  
}
@media only screen and (max-width: 992px) {
  .component-f5ffca44-2856-46ab-a746-5c3e44560316 .products {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .component-f5ffca44-2856-46ab-a746-5c3e44560316 .no-results-template .sub-container {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media only screen and (max-width: 768px) {
  .component-f5ffca44-2856-46ab-a746-5c3e44560316 .products, .component-f5ffca44-2856-46ab-a746-5c3e44560316 .no-results-template .sub-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem 2rem !important;
  }
}

.component-f5ffca44-2856-46ab-a746-5c3e44560316 .no-results-template h2 {
  text-align: center;
  
}

.component-f5ffca44-2856-46ab-a746-5c3e44560316 .no-results-template h3 {
  text-align: center;
  font-size: 2.8rem;
  margin: 8rem 0 3rem;
}

.component-f5ffca44-2856-46ab-a746-5c3e44560316 .products, .component-f5ffca44-2856-46ab-a746-5c3e44560316 .no-results-template .sub-container {
  position: relative;
  display: grid;
  flex: 4;
  height: min-content;
  align-items: start;
}

.component-f5ffca44-2856-46ab-a746-5c3e44560316 .products > span > a, .component-f5ffca44-2856-46ab-a746-5c3e44560316 .no-results-template .sub-container > span > a {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.component-f5ffca44-2856-46ab-a746-5c3e44560316 .product-details {
  display: flex;
  flex-direction: column;
}

.component-f5ffca44-2856-46ab-a746-5c3e44560316 .label {
  cursor: pointer;
  display: flex;
  font-weight: 700;
  justify-content: space-between;
  align-items: center;
  /*padding: 1.6rem 0;*/
  font-family: "Barlow";
  font-weight: 700;
  color: #141F33;
}

.component-f5ffca44-2856-46ab-a746-5c3e44560316 .label p {
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Barlow", sans-serif;
}



@media only screen and (min-width: 1241px) {
  .component-f5ffca44-2856-46ab-a746-5c3e44560316.columns-2 .products, .component-f5ffca44-2856-46ab-a746-5c3e44560316.columns-2 .no-results-template .sub-container { grid-template-columns: repeat(2, 1fr); }
  .component-f5ffca44-2856-46ab-a746-5c3e44560316.columns-3 .products, .component-f5ffca44-2856-46ab-a746-5c3e44560316.columns-3 .no-results-template .sub-container { grid-template-columns: repeat(3, 1fr); }
  .component-f5ffca44-2856-46ab-a746-5c3e44560316.columns-4 .products, .component-f5ffca44-2856-46ab-a746-5c3e44560316.columns-4 .no-results-template .sub-container { grid-template-columns: repeat(4, 1fr); }
  .component-f5ffca44-2856-46ab-a746-5c3e44560316.columns-5 .products, .component-f5ffca44-2856-46ab-a746-5c3e44560316.columns-5 .no-results-template .sub-container { grid-template-columns: repeat(5, 1fr); }
  .component-f5ffca44-2856-46ab-a746-5c3e44560316.columns-6 .products, .component-f5ffca44-2856-46ab-a746-5c3e44560316.columns-6 .no-results-template .sub-container { grid-template-columns: repeat(6, 1fr); }
}

/* Toggle */

.component-f5ffca44-2856-46ab-a746-5c3e44560316 .toggle {
  display: flex;
  flex: 0 0 auto;
  position: relative;
  width: 12px;
  height: 12px;
}

.component-f5ffca44-2856-46ab-a746-5c3e44560316 .toggle:before,
.component-f5ffca44-2856-46ab-a746-5c3e44560316 .toggle:after {
  content: "";
  position: absolute;
  background-color: #000000;
}

.component-f5ffca44-2856-46ab-a746-5c3e44560316 .toggle:before {
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-left: -1px;
}

.component-f5ffca44-2856-46ab-a746-5c3e44560316 .toggle:after {
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  margin-top: -1px;
}

.component-f5ffca44-2856-46ab-a746-5c3e44560316 .facet.open .toggle:before {
  transform: rotate(90deg);
}

.component-f5ffca44-2856-46ab-a746-5c3e44560316 .facet.open .toggle:after {
  transform: rotate(180deg);
}

.component-f5ffca44-2856-46ab-a746-5c3e44560316 .facet .refinement-container {
  margin: 0;
  max-height: 0;
  opacity: 0;
  pointer-events: none;
  transition: max-height 0.15s ease-in-out, opacity 0.15s;
}

.component-f5ffca44-2856-46ab-a746-5c3e44560316 .facet.open div.refinement-container{
  opacity: 1;
  max-height: initial;
  pointer-events: auto;
}
.component-f5ffca44-2856-46ab-a746-5c3e44560316 .facet-filter-label {
  font-family: "Barlow Semi Condensed", sans-serif !important;
  text-transform: capitalize;
}
@media only screen and (min-width: 769px) {
  .component-f5ffca44-2856-46ab-a746-5c3e44560316 span#filter-accordion {
    display: none;
  }
  .component-f5ffca44-2856-46ab-a746-5c3e44560316 .graphenehc-container {
    align-items: flex-start;
  }
  .component-f5ffca44-2856-46ab-a746-5c3e44560316 .facets-container {
    background: #5e72f30f;
    border-radius: 8px;
    padding: 2rem;
    max-width: 250px;
  }
  
  .component-f5ffca44-2856-46ab-a746-5c3e44560316 .facet-filter-label {
    font-size: 2.4rem !important;
    font-weight: 500 !important;
    margin: 0px 0 2.4rem !important;
  }
}
.component-f5ffca44-2856-46ab-a746-5c3e44560316 div.facets-container div.facets-clear-all {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 2rem 0 0 0;
}
.component-f5ffca44-2856-46ab-a746-5c3e44560316 div.facets-container div.facets-clear-all > a.facets-clear-all-link {
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  color: #141F33;
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Barlow", sans-serif;
  line-height: 1.5;
  cursor: pointer;
}
.component-f5ffca44-2856-46ab-a746-5c3e44560316 .filter-close-icon {
  display: none;
}
@media only screen and (max-width: 768px) {
  .component-f5ffca44-2856-46ab-a746-5c3e44560316 span#filter-accordion {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 2rem;
    order: 1;
    flex: 1 100%;
    border: 1px solid gainsboro;
    border-radius: 4px;
  }
  
  .component-f5ffca44-2856-46ab-a746-5c3e44560316 .facet-filter-label {
    display: none;
  }
  
  .component-f5ffca44-2856-46ab-a746-5c3e44560316 span#filter-accordion p {
    margin: 0;
    font-size: 1.6rem;
  }
  .component-f5ffca44-2856-46ab-a746-5c3e44560316 .filter-close-icon {
    position: absolute;

    width: 32px;
    height: 32px;
    background: white;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: unset;
    top: -50px;
    left: 15px;
  } 
  .component-f5ffca44-2856-46ab-a746-5c3e44560316 .filter-close-icon svg{
    width: 25px;
  }
  .component-f5ffca44-2856-46ab-a746-5c3e44560316 ul.facets {
    opacity: 0;
    padding: 2rem 1.6rem 2rem;
    max-height: 0;
    pointer-events: none;
    transition: max-height 0.15s ease-in-out, opacity 0.15s;
  }
  
  .component-f5ffca44-2856-46ab-a746-5c3e44560316 ul.facets.open {
    opacity: 1;
    max-height: 100%;
    pointer-events: auto;
  }
  
  .component-f5ffca44-2856-46ab-a746-5c3e44560316 .graphenehc-container {
    gap: 0;
    padding: 1.6rem;
  }
  
  .component-f5ffca44-2856-46ab-a746-5c3e44560316 .facets-container {
    order: 2;
    flex: 1 100%;
    position: fixed;
    background: #0000004d;
    left: -100%;
    top: 72px;
    width: 100%;
    height: calc(100vh - 71px);
    z-index: 10;
    opacity: 0;
    transition: 0.3s ease-in-out;
    border-top: 1px solid #d6d5d5;
  }
  .component-f5ffca44-2856-46ab-a746-5c3e44560316 li.facet:first-child {
    border-top: unset;
  }
  .component-f5ffca44-2856-46ab-a746-5c3e44560316 div.facets-container div.facets-clear-all {
    padding: 1rem 1rem 15rem;
  }

  .component-f5ffca44-2856-46ab-a746-5c3e44560316 .filters-wrapper {
    width: 100%;
    max-width: 300px;
    background: white;
    height: 100%;
    transition: 0.2s ease-in-out 0.2s;
    overflow-y: auto;
    opacity: 0;
    left: -100%;
    position: relative;
    
  }
  .component-f5ffca44-2856-46ab-a746-5c3e44560316 .facets-container.open {
    left: 0;
    opacity: 1;
  }
  .component-f5ffca44-2856-46ab-a746-5c3e44560316 .facets-container.open .filters-wrapper{
    opacity: 1;
    left: 0;
  }
  
  .component-f5ffca44-2856-46ab-a746-5c3e44560316 .search-results {
    order: 4;
  }
}
@media(width: 768px) {
  .component-f5ffca44-2856-46ab-a746-5c3e44560316 .facets-container {
    top: 105px;
    height: calc(100vh - 104px);
  }
}

.component-f5ffca44-2856-46ab-a746-5c3e44560316 .gg-chevron-down {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs,1));
    width: 22px;
    height: 22px;
    border: 2px solid transparent;
    border-radius: 100px
}
.component-f5ffca44-2856-46ab-a746-5c3e44560316 .gg-chevron-down::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 10px;
    height: 10px;
    border-bottom: 2px solid;
    border-right: 2px solid;
    transform: rotate(45deg);
    left: 4px;
    top: 2px
}

.component-f5ffca44-2856-46ab-a746-5c3e44560316 .hierarchy-container{
  list-style: none;
}

.component-f5ffca44-2856-46ab-a746-5c3e44560316 .facet-item-count {
  background: #f5f5fa;
  border: 1px solid #d6d6e7;
  border-radius: 93px;
  box-sizing: border-box;
  color: #5a5e9a;
  font-size: 12px;
  height: 16px;
  line-height: 14px;
  margin-left: auto;
  padding: 0 8px;
  float: right;
}


/*Product tile Styling*/
.component-f5ffca44-2856-46ab-a746-5c3e44560316 .products > span > a:hover,
.component-f5ffca44-2856-46ab-a746-5c3e44560316 .no-results-template .sub-container > span > a:hover {
  opacity: 1;
}
.component-f5ffca44-2856-46ab-a746-5c3e44560316 .products > span > a:hover .product-tile-img picture,
.component-f5ffca44-2856-46ab-a746-5c3e44560316 .no-results-template .sub-container > span > a:hover .product-tile-img picture {
  transform: scale(110%) !important;
  filter: brightness(0.9) contrast(1.1);
  opacity: 1;
}
.component-f5ffca44-2856-46ab-a746-5c3e44560316 .products > span > a:hover .product-details,
.component-f5ffca44-2856-46ab-a746-5c3e44560316 .no-results-template .sub-container > span > a:hover .product-details{
  opacity: 0.7;
}
.component-f5ffca44-2856-46ab-a746-5c3e44560316 .products .product-tile-img, .component-f5ffca44-2856-46ab-a746-5c3e44560316 .no-results-template .sub-container .product-tile-img {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  
  flex: 1;
  border: 1px solid gainsboro;
  border-radius: 6px;
  overflow: hidden;
  aspect-ratio: 1 / 1;
}
.component-f5ffca44-2856-46ab-a746-5c3e44560316 .product-tile-img picture {
  width: 100%;
  transition: 0.3s ease-in-out;
}

.component-f5ffca44-2856-46ab-a746-5c3e44560316 .product-details .brand-name {
  text-transform: capitalize;
  
  font-weight: 500;
  font-size: 1.2rem;
  font-family: "Inter", sans-serif;
  line-height: 15px;
}
.component-f5ffca44-2856-46ab-a746-5c3e44560316 .product-details .product-title {
  display: block;
  font-weight: 600;
  font-size: 1.6rem;
  font-family: "Inter", sans-serif;
  line-height: 24px;
}
.component-f5ffca44-2856-46ab-a746-5c3e44560316 .product-details .product-price .strike-price{
 color: grey;
}

.component-f5ffca44-2856-46ab-a746-5c3e44560316 .product-details .product-price {
  font-size: 1.4rem;
  color: #141F33;
}

.component-f5ffca44-2856-46ab-a746-5c3e44560316 .product-details .color-count {
  font-size: 1.4rem;
  color: #141F33;
  font-family: "Barlow" !important;
}

.component-f5ffca44-2856-46ab-a746-5c3e44560316 .product-stock:empty {
  display: none;
}

.component-f5ffca44-2856-46ab-a746-5c3e44560316 .product-stock {
  background-color: #5e72f3;
  border-radius: 14px;
  color: white;
  font-size: 14px;
  padding: 3px 8px;
  position: absolute;
  right: 10px;
  top: 10px;
}

@media only screen and (max-width: 768px) {
  .component-f5ffca44-2856-46ab-a746-5c3e44560316 .product-stock {
    font-size: 11px;
    padding: 2px 6px;
  }
}