.component-529b40f1-3d98-4c0c-b5a6-0283101db43f ul.faqs {
  list-style: none;
  padding: 0;
  margin: 0 auto;
}

.component-529b40f1-3d98-4c0c-b5a6-0283101db43f li.faq {
  margin-left: 0;
  border-top: 1px solid #e0e3ea;
  padding: 25px 0 !important;
}

.component-529b40f1-3d98-4c0c-b5a6-0283101db43f li.faq &:last-of-type {
  border-bottom: 1px solid #e0e3ea;
}

.component-529b40f1-3d98-4c0c-b5a6-0283101db43f .question {
  display: flex;
  margin-bottom: 1rem;
  cursor: pointer;
}

.component-529b40f1-3d98-4c0c-b5a6-0283101db43f .question-text {
  flex: 1 1 auto;
  margin-right: 32px;
}

.component-529b40f1-3d98-4c0c-b5a6-0283101db43f .question-text :last-child {
  margin-bottom: 0;
}

.component-529b40f1-3d98-4c0c-b5a6-0283101db43f .answer {
  margin: 0;
  max-height: 0;
  opacity: 0;
  pointer-events: none;
  transition: max-height 0.15s ease-in-out, opacity 0.15s;
}

.component-529b40f1-3d98-4c0c-b5a6-0283101db43f .answer > :last-child {
  margin-bottom: 0;
}

.component-529b40f1-3d98-4c0c-b5a6-0283101db43f .open .answer,
.component-529b40f1-3d98-4c0c-b5a6-0283101db43f.editing .answer {
  opacity: 1;
  max-height: initial;
  pointer-events: auto;
}

/* Toggle */

.component-529b40f1-3d98-4c0c-b5a6-0283101db43f .toggle {
  flex: 0 0 auto;
  position: relative;
  width: 16px;
  height: 16px;
}

.component-529b40f1-3d98-4c0c-b5a6-0283101db43f .toggle:before,
.component-529b40f1-3d98-4c0c-b5a6-0283101db43f .toggle:after {
  content: "";
  position: absolute;
  background-color: #4a90e2;
}

.component-529b40f1-3d98-4c0c-b5a6-0283101db43f .faq.initialized .toggle:before,
.component-529b40f1-3d98-4c0c-b5a6-0283101db43f .faq.initialized .toggle:after {
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}

.component-529b40f1-3d98-4c0c-b5a6-0283101db43f .toggle:before {
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-left: -1px;
}

.component-529b40f1-3d98-4c0c-b5a6-0283101db43f .toggle:after {
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  margin-top: -1px;
}

.component-529b40f1-3d98-4c0c-b5a6-0283101db43f .faq.open .toggle:before {
  transform: rotate(90deg);
}

.component-529b40f1-3d98-4c0c-b5a6-0283101db43f .faq.open .toggle:after {
  transform: rotate(180deg);
}
.component-916623d0-1691-4f74-8764-da5c7849387e .products-container {
    position: relative;
    display: flex;
  }
    
  @media only screen and (min-width: 769px) {
    .component-916623d0-1691-4f74-8764-da5c7849387e .products-container {
      gap: 6rem;
      justify-content: space-between;
    }
  }
  
  @media only screen and (max-width: 768px) {
    .component-916623d0-1691-4f74-8764-da5c7849387e .products-container {
      gap: 0;
      justify-content: space-between;
      flex-direction: column;
    }
  }
  .component-916623d0-1691-4f74-8764-da5c7849387e .graphenehc-container{
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;

  }
  .component-916623d0-1691-4f74-8764-da5c7849387e .facets-container {
    width: 100%;
  }
  .component-916623d0-1691-4f74-8764-da5c7849387e ul.facets {
    list-style: none;
    padding: 0;
    margin: 0;
    flex: 1;
  }
  
  .component-916623d0-1691-4f74-8764-da5c7849387e li.facet {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 1rem 0;
  }
  
  
  .component-916623d0-1691-4f74-8764-da5c7849387e .search-results {
    flex: 1;
  }
  
  
  
  .component-916623d0-1691-4f74-8764-da5c7849387e .tags-container {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    flex: 1 100%;
  }
 
  .component-916623d0-1691-4f74-8764-da5c7849387e .sort-container {
    display: flex;
    justify-content: end;
    padding-bottom: 24px;
  }
  
  .component-916623d0-1691-4f74-8764-da5c7849387e .sort-container .wrapper {
    position: relative;
    display: inline-block;
    background-color: transparent;
    overflow: hidden;
  }
  
  .component-916623d0-1691-4f74-8764-da5c7849387e .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-916623d0-1691-4f74-8764-da5c7849387e .sort-container .wrapper span{
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
  }
  
  .component-916623d0-1691-4f74-8764-da5c7849387e .sort-container .wrapper::before,
  .component-916623d0-1691-4f74-8764-da5c7849387e .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-916623d0-1691-4f74-8764-da5c7849387e .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-916623d0-1691-4f74-8764-da5c7849387e .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-916623d0-1691-4f74-8764-da5c7849387e.right .facets-container {
     order: 2;
   }
  
  
  .component-916623d0-1691-4f74-8764-da5c7849387e .hierarchy-container {
    margin-top: 0;
  }
  
  .component-916623d0-1691-4f74-8764-da5c7849387e .hierarchy-container:first-child {
    margin: 0;
  }
  
   .component-916623d0-1691-4f74-8764-da5c7849387e .hierarchy-item-container,
  .component-916623d0-1691-4f74-8764-da5c7849387e .refinement-item {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    text-transform: capitalize;
    padding: 4px 0;
  }
  .component-916623d0-1691-4f74-8764-da5c7849387e .refinement-item:first-child {
    padding-top: 1.4rem;
  }
  
  .component-916623d0-1691-4f74-8764-da5c7849387e .hierarchy-container > .hierarchy-item > .hierarchy-item-container > .hierarchy-item-checkmark,
  .component-916623d0-1691-4f74-8764-da5c7849387e .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-916623d0-1691-4f74-8764-da5c7849387e .hierarchy-container > .hierarchy-item > .hierarchy-item-checkmark.checked > span,
  .component-916623d0-1691-4f74-8764-da5c7849387e .refinement-container > .refinement-item > .refinement-list-checkmark.checked > span {
    display: none;
  }
  
  .component-916623d0-1691-4f74-8764-da5c7849387e .hierarchy-container > .hierarchy-item > .hierarchy-item-container > .hierarchy-item-checkmark.checked > span,
  .component-916623d0-1691-4f74-8764-da5c7849387e .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-916623d0-1691-4f74-8764-da5c7849387e .hierarchy-container > .hierarchy-item > .hierarchy-item-container > .hierarchy-item-label,
  .component-916623d0-1691-4f74-8764-da5c7849387e .refinement-container > .refinement-item > .refinement-item-label{
    color: #444444;
    flex-grow: 1;
    display: flex;
    align-items: center;
    gap: 1rem;
    font-family: "Barlow";
  }
  
  .component-916623d0-1691-4f74-8764-da5c7849387e .refinement-container > .refinement-item > .refinement-item-label:hover {
    opacity: 1;
  }
  
  .component-916623d0-1691-4f74-8764-da5c7849387e .refinement-item.disabled {
    cursor: not-allowed;
    opacity: 0.5;
  }
  
  .component-916623d0-1691-4f74-8764-da5c7849387e .refinement-item.disabled > .refinement-item-label {
    cursor: inherit;
  }
  .component-916623d0-1691-4f74-8764-da5c7849387e .no-results-template {
    max-width: 1200px;
    margin: 0 auto;
  }
  @media only screen and (max-width: 1240px) {
    .component-916623d0-1691-4f74-8764-da5c7849387e .products {
      grid-template-columns: repeat(3, 1fr);
    }
    .component-916623d0-1691-4f74-8764-da5c7849387e .no-results-template .sub-container {
      grid-template-columns: repeat(4, 1fr);
    }
    
  }
  @media only screen and (max-width: 992px) {
    .component-916623d0-1691-4f74-8764-da5c7849387e .products {
      grid-template-columns: repeat(2, 1fr);
    }
    
    .component-916623d0-1691-4f74-8764-da5c7849387e .no-results-template .sub-container {
      grid-template-columns: repeat(3, 1fr);
    }
  }
  
  @media only screen and (max-width: 768px) {
    .component-916623d0-1691-4f74-8764-da5c7849387e .products, .component-916623d0-1691-4f74-8764-da5c7849387e .no-results-template .sub-container {
      grid-template-columns: repeat(2, 1fr);
      gap: 3rem 2rem !important;
    }
  }
  
  .component-916623d0-1691-4f74-8764-da5c7849387e .no-results-template h2 {
    text-align: center;
    
  }
  
  .component-916623d0-1691-4f74-8764-da5c7849387e .no-results-template h3 {
    text-align: center;
    font-size: 2.8rem;
    margin: 8rem 0 3rem;
  }
  
  .component-916623d0-1691-4f74-8764-da5c7849387e .products, .component-916623d0-1691-4f74-8764-da5c7849387e .no-results-template .sub-container {
    position: relative;
    display: grid;
    flex: 4;
    height: min-content;
    align-items: start;
  }
  
  .component-916623d0-1691-4f74-8764-da5c7849387e .products > span > a, .component-916623d0-1691-4f74-8764-da5c7849387e .no-results-template .sub-container > span > a {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  
  .component-916623d0-1691-4f74-8764-da5c7849387e .product-details {
    display: flex;
    flex-direction: column;
  }
  
  .component-916623d0-1691-4f74-8764-da5c7849387e .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-916623d0-1691-4f74-8764-da5c7849387e .label p {
    font-size: 1.6rem;
    font-weight: 500;
    font-family: "Barlow", sans-serif;
  }
  
 
  
  @media only screen and (min-width: 1241px) {
    .component-916623d0-1691-4f74-8764-da5c7849387e.columns-2 .products, .component-916623d0-1691-4f74-8764-da5c7849387e.columns-2 .no-results-template .sub-container { grid-template-columns: repeat(2, 1fr); }
    .component-916623d0-1691-4f74-8764-da5c7849387e.columns-3 .products, .component-916623d0-1691-4f74-8764-da5c7849387e.columns-3 .no-results-template .sub-container { grid-template-columns: repeat(3, 1fr); }
    .component-916623d0-1691-4f74-8764-da5c7849387e.columns-4 .products, .component-916623d0-1691-4f74-8764-da5c7849387e.columns-4 .no-results-template .sub-container { grid-template-columns: repeat(4, 1fr); }
    .component-916623d0-1691-4f74-8764-da5c7849387e.columns-5 .products, .component-916623d0-1691-4f74-8764-da5c7849387e.columns-5 .no-results-template .sub-container { grid-template-columns: repeat(5, 1fr); }
    .component-916623d0-1691-4f74-8764-da5c7849387e.columns-6 .products, .component-916623d0-1691-4f74-8764-da5c7849387e.columns-6 .no-results-template .sub-container { grid-template-columns: repeat(6, 1fr); }
  }
  
  /* Toggle */
  
  .component-916623d0-1691-4f74-8764-da5c7849387e .toggle {
    display: flex;
    flex: 0 0 auto;
    position: relative;
    width: 12px;
    height: 12px;
  }
  
  .component-916623d0-1691-4f74-8764-da5c7849387e .toggle:before,
  .component-916623d0-1691-4f74-8764-da5c7849387e .toggle:after {
    content: "";
    position: absolute;
    background-color: #000000;
  }
  
  .component-916623d0-1691-4f74-8764-da5c7849387e .toggle:before {
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    margin-left: -1px;
  }
  
  .component-916623d0-1691-4f74-8764-da5c7849387e .toggle:after {
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    margin-top: -1px;
  }
  
  .component-916623d0-1691-4f74-8764-da5c7849387e .facet.open .toggle:before {
    transform: rotate(90deg);
  }
  
  .component-916623d0-1691-4f74-8764-da5c7849387e .facet.open .toggle:after {
    transform: rotate(180deg);
  }
  
  .component-916623d0-1691-4f74-8764-da5c7849387e .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-916623d0-1691-4f74-8764-da5c7849387e .facet.open div.refinement-container{
    opacity: 1;
    max-height: initial;
    pointer-events: auto;
  }
  .component-916623d0-1691-4f74-8764-da5c7849387e .facet-filter-label {
    font-family: "Barlow Semi Condensed", sans-serif !important;
    text-transform: capitalize;
  }
  @media only screen and (min-width: 769px) {
    .component-916623d0-1691-4f74-8764-da5c7849387e span#filter-accordion {
      display: none;
    }
    .component-916623d0-1691-4f74-8764-da5c7849387e .graphenehc-container {
      align-items: flex-start;
    }
    .component-916623d0-1691-4f74-8764-da5c7849387e .facets-container {
      background: #5e72f30f;
      border-radius: 8px;
      padding: 2rem;
      max-width: 250px;
    }
    
    .component-916623d0-1691-4f74-8764-da5c7849387e .facet-filter-label {
      font-size: 2.4rem !important;
      font-weight: 500 !important;
      margin: 0px 0 2.4rem !important;
    }
  }
  .component-916623d0-1691-4f74-8764-da5c7849387e div.facets-container div.facets-clear-all {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 2rem 0 0 0;
  }
  .component-916623d0-1691-4f74-8764-da5c7849387e 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-916623d0-1691-4f74-8764-da5c7849387e .filter-close-icon {
    display: none;
  }
  @media only screen and (max-width: 768px) {
    .component-916623d0-1691-4f74-8764-da5c7849387e 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-916623d0-1691-4f74-8764-da5c7849387e .facet-filter-label {
      display: none;
    }
    
    .component-916623d0-1691-4f74-8764-da5c7849387e span#filter-accordion p {
      margin: 0;
      font-size: 1.6rem;
    }
    .component-916623d0-1691-4f74-8764-da5c7849387e .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-916623d0-1691-4f74-8764-da5c7849387e .filter-close-icon svg{
      width: 25px;
    }
    .component-916623d0-1691-4f74-8764-da5c7849387e 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-916623d0-1691-4f74-8764-da5c7849387e ul.facets.open {
      opacity: 1;
      max-height: 100%;
      pointer-events: auto;
    }
    
    .component-916623d0-1691-4f74-8764-da5c7849387e .graphenehc-container {
      gap: 0;
      padding: 1.6rem;
    }
    
    .component-916623d0-1691-4f74-8764-da5c7849387e .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-916623d0-1691-4f74-8764-da5c7849387e li.facet:first-child {
      border-top: unset;
    }
    .component-916623d0-1691-4f74-8764-da5c7849387e div.facets-container div.facets-clear-all {
      padding: 1rem 1rem 15rem;
    }
  
    .component-916623d0-1691-4f74-8764-da5c7849387e .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-916623d0-1691-4f74-8764-da5c7849387e .facets-container.open {
      left: 0;
      opacity: 1;
    }
    .component-916623d0-1691-4f74-8764-da5c7849387e .facets-container.open .filters-wrapper{
      opacity: 1;
      left: 0;
    }
    
    .component-916623d0-1691-4f74-8764-da5c7849387e .search-results {
      order: 4;
    }
  }
  @media(width: 768px) {
    .component-916623d0-1691-4f74-8764-da5c7849387e .facets-container {
      top: 105px;
      height: calc(100vh - 104px);
    }
  }
  
  .component-916623d0-1691-4f74-8764-da5c7849387e .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-916623d0-1691-4f74-8764-da5c7849387e .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-916623d0-1691-4f74-8764-da5c7849387e .hierarchy-container{
    list-style: none;
  }
  
  .component-916623d0-1691-4f74-8764-da5c7849387e .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-916623d0-1691-4f74-8764-da5c7849387e .products > span > a:hover,
  .component-916623d0-1691-4f74-8764-da5c7849387e .no-results-template .sub-container > span > a:hover {
    opacity: 1;
  }
  .component-916623d0-1691-4f74-8764-da5c7849387e .products > span > a:hover .product-tile-img picture,
  .component-916623d0-1691-4f74-8764-da5c7849387e .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-916623d0-1691-4f74-8764-da5c7849387e .products > span > a:hover .product-details,
  .component-916623d0-1691-4f74-8764-da5c7849387e .no-results-template .sub-container > span > a:hover .product-details{
    opacity: 0.7;
  }
  .component-916623d0-1691-4f74-8764-da5c7849387e .products .product-tile-img, .component-916623d0-1691-4f74-8764-da5c7849387e .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-916623d0-1691-4f74-8764-da5c7849387e .product-tile-img picture {
    width: 100%;
    transition: 0.3s ease-in-out;
  }
 
  .component-916623d0-1691-4f74-8764-da5c7849387e .product-details .brand-name {
    text-transform: capitalize;
    
    font-weight: 500;
    font-size: 1.2rem;
    font-family: "Inter", sans-serif;
    line-height: 15px;
  }
  .component-916623d0-1691-4f74-8764-da5c7849387e .product-details .product-title {
    display: block;
    font-weight: 600;
    font-size: 1.6rem;
    font-family: "Inter", sans-serif;
    line-height: 24px;
  }
  .component-916623d0-1691-4f74-8764-da5c7849387e .product-details .product-price .strike-price{
   color: grey;
  }

  .component-916623d0-1691-4f74-8764-da5c7849387e .product-details .product-price {
    font-size: 1.4rem;
    color: #141F33;
  }
  
  .component-916623d0-1691-4f74-8764-da5c7849387e .product-details .color-count {
    font-size: 1.4rem;
    color: #141F33;
    font-family: "Barlow" !important;
  }
.component-91d5fcbb-3020-4255-973b-c844a6c1f5f2 p:last-child {
  margin-bottom: 0;
}

.component-91d5fcbb-3020-4255-973b-c844a6c1f5f2 figure img {
  width: 100%;
}

.component-91d5fcbb-3020-4255-973b-c844a6c1f5f2 * + .actions {
  margin-top: 2.5rem;
}
.component-91d5fcbb-3020-4255-973b-c844a6c1f5f2 .h19-text-box .justify-text p {
  text-align: justify;
}