.woocommerce-result-count,
.woocommerce-ordering {
  display: none;
}
#product-grid-list .category-product-add-cart-button {
    background-color: #910cb8;
    border-radius: 30px;
    line-height: 1.0;
    font-family: 'Agenda Light', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    width: 120px;
    padding: 15px;
    color: #FFF;
    margin-top: 25px;
    text-align: center;
}
#view-all-products:hover {
  opacity: 0.7;
}
.page-numbers li a {
  color: #910cb8 !important;
}
.page-numbers li span.current {
  background-color: #910cb8 !important;
  color: #FFF !important;
}
.ribbon-badge {
  position: absolute;
  top: 0;
  background-color: #481260;
  color: #FFF;
  font-size: 14px;
  line-height: 17px;
  font-family: 'Agenda Light', Arial, Helvetica, sans-serif;
  padding: 2px 12px;
}
@media (min-width: 981px) {
  ul.products li.product .onsale {
    position: absolute;
    font-size: 14px;
    line-height: 17px !important;
    font-family: 'Agenda Light', Arial, Helvetica, sans-serif;
    top: 0px !important;
  }
  .woocommerce ul.products li.product .onsale, .woocommerce-page ul.products li.product .onsale {
    right: 0px !important;
    left: unset !important;
    padding: 2px 12px !important;
  }
}
@media (max-width: 980px) {
  .woocommerce ul.products li.product .onsale, .woocommerce-page ul.products li.product .onsale {
    padding: 5px !important;
    font-size: 10px !important;
    line-height: 10px !important;
    top: 25px !important;
  }
}

/* PDP Update */
.archive.woocommerce nav.woocommerce-breadcrumb {
    padding-top: 24px;
    font-family: 'Agenda Light';
    font-size: 18px;
    color: #910CB8;
    font-weight: 700;
}

.archive.woocommerce nav.woocommerce-breadcrumb a,
.archive.woocommerce nav.woocommerce-breadcrumb span {
    color: #1C1C1C;
    font-weight: 400;
}

.archive.woocommerce .main-content {
    background: #FFF;
}

.archive.woocommerce .container {
    width: 80%;
    max-width: 1080px;
    margin: auto;
    position: relative;
}

.category-top-content {
    font-size: 18px;
    line-height: 28px;
    color: #1C1C1C;
    font-family: 'Agenda Light';
}

.archive.woocommerce .category-top-content h1 {
    color: #241452;
    font-family: 'Agenda Light';
    font-weight: 700;
    font-size: 50px;
    margin: 24px 0;
}

.archive.woocommerce .category-top-content h2 {
    font-family: 'Agenda Light';
    font-size: 30px;
    color: #910CB8;
    font-weight: 700;
}

.category-top-content a {
    color: #1C1C1C;
    text-decoration: underline;
}

.category-products {
    padding-bottom: 80px;
}

.woocommerce nav.woocommerce-pagination ul {
    border: 1px solid #333;
    border-radius: 8px;
}

.woocommerce nav.woocommerce-pagination ul li {    
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: #000;
    border-color: #333;
}
@media (min-width: 768px) {
  .woocommerce nav.woocommerce-pagination ul li {
    font-size: 18px;
    height: 44px;
    width: 44px;
  }
}
.woocommerce nav.woocommerce-pagination ul li:has(.current) {
    border: 2px solid #910CB8;
}

.page-numbers li span.current,
.woocommerce nav.woocommerce-pagination ul li a {
    background: none !important;
    color: #000 !important;
}

.woocommerce nav.woocommerce-pagination ul li:last-of-type {
    border-right: 0;
}

.category-bottom-content {
  background: rgb(37,20,81);
  background: -moz-linear-gradient(180deg, rgba(37,20,81,1) 0%, rgba(0,0,0,1) 35%, rgba(0,0,0,1) 65%, rgba(143,13,181,1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(37,20,81,1) 0%, rgba(0,0,0,1) 35%, rgba(0,0,0,1) 65%, rgba(143,13,181,1) 100%);
  background: linear-gradient(180deg, rgba(37,20,81,1) 0%, rgba(0,0,0,1) 35%, rgba(0,0,0,1) 65%, rgba(143,13,181,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#251451",endColorstr="#8f0db5",GradientType=1);
  color: #FFF;
  padding: 80px 0 40px;
}

.category-info {
    display: flex;
    gap: 40px;
    justify-content: space-between;
    margin-bottom: 150px;
    flex-wrap: wrap;
}

.category-info-left, .category-info-right {
    width: 48%;
}

.category-info-right {
    display: flex;
    align-items: center;
    justify-content: center;
}

.category-info-left h2 {
    color: #FFF;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 16px;
}

.category-info-left h3 {
    font-family: 'Agenda Light';
    font-size: 28px;
    font-weight: 700;
    color: #FFF;
    margin: 16px 0;
}

.category-props {
    display: flex;
    flex-direction: column;
    text-align: center;
    font-size: 18px;
    font-family: 'Agenda Light';
    line-height: 28px;
    margin-bottom: 150px;
}

.props-container {
    display: flex;
    gap: 24px;
    justify-content: space-between;
}

.why-choose-content {
    margin: 40px 0 80px;
}

h2.props-heading {
    color: #FFF;
    font-size: 30px;
    font-weight: 700;
}

.prop-image {
    display: flex;
    justify-content: center;
    align-items: center;
}

.prop-image img {
    height: 105px;
    width: 105px;
    object-fit: contain;
}

span.prop-title {
    margin: 25px 0 44px;
    display: flex;
    justify-content: center;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
}

.category-faqs {
    font-family: 'Agenda Light';
    font-size: 18px;
    line-height: 28px;
}

span.faqs-heading {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 24px;
    display: flex;
}

.faqs-container summary h3 {
    color: #FFF;
    font-weight: 700;
    font-size: 18px;
    padding: 0;
}

.faqs-container {
    background: #910CB8;
    border-radius: 15px;
    padding: 16px 24px 20px;
}

.faqs-container details {
    border-bottom: 1px solid #FFF;
}

.faqs-container details[open] {
    padding-bottom: 24px;
}

.faqs-container details[open] p {
    padding-right: 60px;
}

.faqs-container summary {
    display: flex;
    align-items: center;
    height: 60px;
    position: relative;
    font-weight: 700;
    font-size: 20px;
    cursor: pointer;
}
.faqs-container summary:after {
    content: '';
    display: block;
    position: absolute;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMjMiIGhlaWdodD0iMTQiPg0KCTxwYXRoIGZpbGw9IndoaXRlIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjE0NjQ4NCAwLjE0NjQ4NCkiIGQ9Ik05LjQ0MjI5NiAxMS41NjA2MzNDMTAuMDI4MTE5IDEyLjE0NjQ1NiAxMC45Nzk0OTYgMTIuMTQ2NDU2IDExLjU2NTMxOSAxMS41NjA2MzNMMjAuNTYzNTYyIDIuNTYyMzkwMUMyMS4xNDkzODUgMS45NzY1NjcgMjEuMTQ5Mzg1IDEuMDI1MTkwNCAyMC41NjM1NjIgMC40MzkzNjczMkMxOS45Nzc3MzkgLTAuMTQ2NDU1NzYgMTkuMDI2MzYxIC0wLjE0NjQ1NTc2IDE4LjQ0MDUzOCAwLjQzOTM2NzMyTDEwLjUwMTQ2NSA4LjM3ODQ0MThMMi41NjIzOTAxIDAuNDQ0MDUzODlDMS45NzY1NjcgLTAuMTQxNzY5MTkgMS4wMjUxOTA0IC0wLjE0MTc2OTE5IDAuNDM5MzY3MzIgMC40NDQwNTM4OUMtMC4xNDY0NTU3NiAxLjAyOTg3NjkgLTAuMTQ2NDU1NzYgMS45ODEyNTM2IDAuNDM5MzY3MzIgMi41NjcwNzY3TDkuNDM3NjA5NyAxMS41NjUzMTlMOS40NDIyOTYgMTEuNTYwNjMzWiIvPg0KPC9zdmc+) no-repeat;
    height: 12px;
    width: 21px;
    top: 20px;
    right: 20px;
}
.faqs-container details[open] summary:after {
    transform: rotate(180deg);
}

.category-blog-posts {
    font-family: 'Agenda Light';
    font-size: 18px;
    line-height: 28px;
    margin-top: 150px;
}

span.posts-heading {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 24px;
    display: flex;
}

.posts-container {
    display: flex;
    gap: 24px;
    justify-content: space-between;
}

.post-card {
    display: flex;
    flex-direction: column;
    background: #FFF;
    color: #1C1C1C;
    max-width: 320px;
}

.post-image {
    height: 180px;
    display: flex;
    margin-bottom: 22px;
}

.post-image img {
    object-fit: cover;
    height: 180px;
    width: 320px;
    object-position: top;
}

.post-author,
.post-date,
.post-title,
.post-excerpt,
.post-cta {
    padding: 0 16px;
}

.post-author, 
.post-date {
    font-size: 14px;
    line-height: 18px;
    color: #000;
}

.post-title {
    color: #000;
    font-weight: 700;
    font-size: 20px;
    margin: 9px 0;
}

.post-excerpt, 
.post-cta {
    margin-bottom: 24px;
}

.post-cta a {
    background: #241452;
    color: #FFF;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    padding: 0 32px;
    border-radius: 22px;
    font-weight: 700;
    font-size: 20px;
}

.category-contact {
    background: url(https://delta8dev.wpenginepowered.com/wp-content/uploads/2025/01/contactBG.jpg) no-repeat;
    background-size: cover;
    padding: 100px 0 80px;
    font-family: 'Agenda Light';
    font-size: 16px;
    line-height: 24px;
    color: #000;
}

.category-contact .container {
    display: flex;
    align-items: center;
    gap: 38px;
    row-gap: 38px;
    column-gap: 38px;
}

.contact-left {
    width: 40%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

span.contact-heading,
.contact-left h2 {
    color: #241452;
    font-size: 30px;
    line-height: 33px;
    font-weight: 700;
}

.contact-right {
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.contact-card {
    background: #FFF;
    display: flex;
    flex-direction: column;
    padding: 24px 39px 39px;
    border-radius: 8px;
    box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
}

span.contact-card-heading {
    color: #241452;
    font-size: 24px;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 8px;
}

span.contact-card-text {
    margin-bottom: 18px;
}

span.contact-card-cta {
    display: flex;
    justify-content: center;
}

span.contact-card-cta a {
    background: #910CB8;
    color: #FFF;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    padding: 0 32px;
    border-radius: 22px;
    font-weight: 700;
    font-size: 20px;
}

.bottom-content-default h2, .bottom-content-default h3 {
    color: #FFF;
    margin: 15px 0;
}

@media (max-width: 768px) {
  .category-info,
  .archive.woocommerce .container {
    flex-direction: column;
  }
  .category-info-left, .category-info-right {
    width: 100%;
  }
  .contact-left, .contact-right {
    width: 100%;
    text-align: center;
  }
  .post-card {
    margin-right: 12px !important;
    width: 100%;
  }
}

@media (max-width: 760px) {
  .faqs-container summary {
    height: fit-content;
    padding-right: 50px;
    font-size: 18px;
    min-height: 85px;
  }
  .faqs-container details[open] p {
    padding-right: 0;
  }
  .faqs-container summary:after {
    top: 35px;
  }
  .contact-right {
    flex-direction: column;
  }
  .contact-card {
    width: 100%;
  }
}

ul.slick-dots,
ul.slick-dots {
  bottom: -30px;
}

.slick-dots li button:before,
.slick-dots li button:before {
  font-size: 15px;
  opacity: 1;
  color: #FFF;
}

.slick-dots li.slick-active button:before,
.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #910CB8;
}

.category-blog-posts .slick-dots li button:before,
.category-blog-posts .slick-dots li button:before {
  font-size: 15px;
  opacity: 1;
  color: #241452;
}

.category-blog-posts .slick-dots li.slick-active button:before,
.category-blog-posts .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #FFF;
}


@media (max-width: 479px) {
    .woocommerce-page ul.products li.product:nth-child(n) {
        margin: 0 0 11.5% !important;
        width: 45.25% !important;
    }
    
}

.slick-list {
  padding:0 20% 0 0 !important;
}

.slick-slide {
  margin-right: 12px; 
}

/* General Pill Buttons - categories */
#pill-category-row > .et_pb_column {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.pill-category-button {
  height: 89px;
}
@media (max-width: 768px) {
  #pill-category-row {
      overflow-x: scroll !important;
  }
  #pill-category-row > .et_pb_column {
      justify-content: unset;
  }
  .pill-category-button,
  .pill-category-button .et_pb_image_wrap,
  .pill-category-button img {
      height: 70px;
      width: 70px !important;
  }
  .pill-category-button {
      margin-right: 10px;
  }
}

/* Pill Buttons */
#pill-buttons-container {
  display: flex;
  overflow: auto;
  gap: 35px;
  margin-bottom: 20px;
}
#pill-buttons-container {
  cursor: pointer;
}
#pill-buttons-container img {
  height: 66px;
  max-width: unset;
}
@media (max-width: 768px) {
  #pill-buttons-container {
    gap: 15px;
  }
}