/*
Compile-Minify: false
Compile-Area: listing
Compile-OutputGroup: headtag
Compile-Exports: listing
Compile-Dependencies: 
*/

.product-image-and-title {
    margin-top: auto !important;
}

.path-con {
    height: 80px;
}

.path-con a {
  text-decoration: none;
  color: #383634;
  font-family: Inter;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
}

.intro-section h1 {
  font-family: 'RefregratorDx', 'sans-serif';
  font-weight: 800;
  line-height: 120%;
  font-size: 2.75rem !important;
  letter-spacing: .33rem;
  text-transform: uppercase;
  text-align: center;
}

.intro-section p {
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.show-more-intro-text-btn,
.show-less-intro-text-btn {
  color: gray;
  display: none;
}

.filter-btn {
  width: 11.875rem;
  border: .063rem solid #949494;
  border-radius: .25rem;
  padding: .156rem 1rem;
  background-color: transparent !important;
}

.sort-btn {
  width: 15.5vw;
  border-radius: 10px;
  border: 1px solid #000;
}

.filter-section {
  width: 23.5rem;
  border: none;
}

.filter-section .accordion-header {
  margin: 0 !important;
  padding: 1rem 0 !important;
}

.filter-section .accordion-item {
  border: none !important;
  border-top: .063rem solid #CCCCCC !important;
}

.filter-section .accordion-item:last-of-type {
  border-bottom: .063rem solid #CCCCCC !important;
}

.filter-section .accordion-button {
  background-color: transparent !important;
  color: #000 !important;
  font-family: "Work Sans", sans-serif;
  font-size: 1.125rem !important;
  line-height: 1.8rem;
  font-weight: 400;
  line-height: 24px;
  padding: 0 0 !important;
}

.filter-section .accordion-button::after {
  display: block !important;
}

#categoryFilterAccordion .accordion-item {
  border-bottom: none !important;
}

.filter-section .filter {
  width: 100%;
  margin: 0 !important;
}

.filter-section .accordion-body {
  padding: 0 0 1rem !important;
}

.filter-section p {
  font-family: "Work Sans", sans-serif;
  font-size: 1.125rem !important;
  line-height: 1.8rem;
  font-weight: 400;
  line-height: 24px;
}

.filter-section ul li {
  margin-top: 0 !important;
}

.filter-section ul li, a {
  font-size: 1.125rem;
  line-height: 1.8rem;
  font-weight: 400;
  line-height: 24px;
  color: #383634;
}

.outerList li img {
  width: 20px;
  transform: rotate(45deg);
}

.filter-section button {
  width: 20vw;
  border-radius: 10px;
  border: 1px solid #383634;
}

.all-filter-btns button {
  width: 6vw;
}

.view-more-section-div  button { 
  width: 17.5vw;
  border-radius: 10px;
  border: 1px solid #000;
}

.description-section {
  width: 70%;  
  margin: 0 auto !important;
}

/* Filter Checkboxes Section */
#collapse-colour .all-filter-btns ul {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}

#collapse-colour .all-filter-btns ul li {
  grid-column: span 3;
}

#collapse-size .outerList li:nth-child(n+7) {
  display: none;
}

#collapse-size.expanded .outerList li {
  display: list-item;
}

.show-more-btn,
.show-less-btn {
    line-height: 165%;
    color: #4aa629;
    text-decoration: underline;
}

/*
.description-section p:nth-child(1),
p:nth-child(3),
p:nth-child(4),
p:nth-child(6),
p:nth-child(9) {
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
*/

.description-section p:nth-child(2),
p:nth-child(5),
p:nth-child(8) {
  /*
      font-size: 2.7vw;
  font-family: Oswald;
  font-size: 40px;
  line-height: 56px;
  */
  font-weight: 500;
}

.description-section p:nth-child(7) {
  /*
      font-size: 3.75vw;
  line-height: 59px;
  font-family: Oswald;
  font-size: 54px;
  */
  font-weight: 500;
}

.filtered-cards {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  row-gap: 3.75rem;
  column-gap: 1.88rem;
}

.filtered-cards .card {
  grid-column: span 3;
  border: none !important;
}

/* cards when open filter btn clicked */

@media (min-width: 992px) and (max-width: 1199px) {
  
  .filtered-cards .card{
    grid-column: span 4;
  }
}

@media (min-width: 768px) and (max-width: 992px) {

    .filtered-cards .card {
      grid-column: span 6;
    }
}

@media (min-width: 576px) and (max-width: 768px) {

  .filtered-cards .card {
    grid-column: span 6;
  }
  
  .filter-section .all-filter-btns button {
    width: 16vw;
    margin: 0;
  }

  .intro-section p {
    width: 100%;
   }
}

@media screen and (max-width: 576px) {

  .filtered-cards .card {
    grid-column: span 6;
  }

  .filtered-cards .card .product-image-and-title h5 a {
      font-size: 16px !important;
  }

  .view-more-section-div  button { 
    width: 100vw;
  }

  .intro-section h3 {
    font-size: 10vw;
  }

  .filter-btn {
    width: 25vw;
  }
  
  .sort-btn {
    width: 65vw;
  }

  .intro-section p {
    width: 100%;
  }

  .description-section {
    width: 95vw;
  }

  .filter-section button {
    width: 80vw;
    margin: 0 auto;
  }

  .filter-section .all-filter-btns button {
    width: 16vw;
    margin: 0;
  }

    .pager-next,
    .pager-prev {
        width: 30%;
    }

}

.depth1 {
    padding: 0 20px;
}

.depth2 {
    padding: 0 40px;
}

.filtered-cards {
    height: fit-content;
}

.filtered-cards .card .product-image-and-title a {
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: #f3f3f1;
}

.filtered-cards .card .product-image-and-title h5 {
    align-self: flex-start;
    font-size: 20px;
    font-weight: 500;
    line-height: 21px;
    height: 42px;
}

.filtered-cards .card .product-image-and-title h5 a {
    align-self: flex-start;
    font-size: 18px;
    font-weight: 500;
    line-height: 21px;
    background-color: #fff !important;
}

/* .filtered-cards .card {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    border: none !important;
} */

.outerList {
    padding-left: 0 !important;
}

    .outerList .checkbox {
       display: flex;
       align-items: center;
    }
    .outerList .checkbox input[type=checkbox] {
        width: 25px;
        height: 25px;
        accent-color: #383634;
    }

.selected-category {
    color: #383634;
    font-weight:bold;
}

/* .list-pagination {
    display: flex;
    align-items: center;
} */

.pager-prev a {
    padding: 27px 0;
    border-radius: 16px;
    color: #000 !important;
    border: 1px solid #383634 !important;
    background-color: transparent !important;
}

.pager-next a {
    padding: 27px 0;
    background-color: #383634;
    color: #F2F0EA !important;
    border-radius: 16px;
    margin-left: 8px !important;
}

.pager-next a:hover {
    color: #000 !important;
}
    
/**/
.custom-pagination {
    justify-content: center;
    margin-top: 20px;
    font-weight: 500;
    font-size: 1rem;
}

.arrow-icon {
    margin-left: 5px;
    transition: transform 0.2s ease;
}

.next-page-arrow:hover .arrow-icon {
    transform: translateX(3px);
}

.sort-and-filters-mobile {
  display: none;
}

.sort-and-filters-mobile .filter-btn-mobile {
  border: .063rem solid #949494;
  background-color: #fff;
  height: 2.25rem;
  padding: .156rem 1rem;
  font-size: .875rem;
  font-family: Work Sans, sans-serif;
  font-weight: 400;
  line-height: 125%;
  width: 10.9375rem;
}

@media screen and (max-width: 768px) {

    .mobile-filter-controller {
      display: block !important;
    }

    .filter-section {
      width: 100%;
      position: fixed;
      right: 0;
      top: 0;
      z-index: 100000 !important;
      width: 90%;
    }

    .mobile-filter-overlay {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.5);
      z-index: 999;
    }

    .sort-and-filters-desktop {
      display: none !important;
    }

    .sort-and-filters-mobile {
      display: block;
    }

    .filter-section button {
      width: 90% !important;
    }

    .filter-section .accordion-body {
      width: 90% !important;
      margin: 0 auto !important;
    }

    .filtered-cards {
      row-gap: 2.5rem !important;
      column-gap: 1rem !important;
    }

    .intro-section h1 {
      font-size: 2rem !important;
    }

    .SortingDropdownMobile {
      width: 100% !important;
    }

}