/* Categories desktop */
.shop-main-header {
  padding-bottom: 22px;
  color: var(--black1);
  background-color: var(--grey5);
}

.shop-main-header p img {
  width: 15px;
  height: 15px;
}

.archive-review-div-wrapper {
  display: none;
}

#product-page .shop-main-content {
  padding-top: 30px;
}
#product-page .shop-main-content-inner > .container {
  display: flex;
  gap: 30px;
  width: 100%;
  max-width: 1440px;
  justify-content: space-between;
}
.heading-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 50px;
  padding-left: 0;
  padding-right: 0;
}

.heading-wrap-l {
  padding-left: 50px;
  padding-right: 20px;
  border-bottom: 3px solid var(--blue1);
  padding-bottom: 24px;
  display: inline-block;
}
.shop-main-header a {
  color: var(--grey3);
}

.shop-main-header span {
  color: var(--black1);
}

.product_page_content {
  padding-bottom: 100px !important;
  width: 100%;
  overflow-x: auto;
}
/* No product marching */
.woocommerce-no-products-found .woocommerce-info{
  background-color: transparent;
  padding-left: 0;
  /* btn2 */
  font-size: 14px;
  line-height: 19px;
  font-weight: 500;
  font-family: "OpenSans-Medium";
}
.woocommerce-no-products-found .woocommerce-info::before{
  content: "";
}
.product_page_sidebar {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 225px;
}
.product-main-image-wrapper {
  height: auto;
}
.product-features:has(.protection-level), .product-features:has(.features-list) {
  margin: 24px 0px 3px 0px;
}
.product-category-image-wrapper .filter-display {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 10px;
  top: 20px;
  left: 20px;
}

.product-left, .product-center {
  padding: 10px;
  flex-grow: 1; /* Allow these sections to share space */
}
.categories-side-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10.5px 0px;
  margin-bottom: 14px;
  border-bottom: 1px solid transparent;
}

.categories-side-header .caption1,
.categories-side-manufacturers .caption1 {
  color: var(--black1);
}

.categories-side-manufacturers .caption1 {
  padding-top: 8px;
  padding-bottom: 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}


.categories-line-manufacturer {
  width: 100%;
  height: 1px;
  background-color: var(--grey1);
  margin-top: 12px;
  margin-bottom: 12px;
}
.product-left {
  display: flex;
  align-items: center;
  background-color: var(--white1);
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  
}
li.type-product.product {
  display: flex; 
  align-items: center;
  border: 1px solid var(--greyBorder);
  width: 100%;
  border-radius: 10px;
  margin-bottom: 15px;
  align-items: stretch;
  /* background-color: var(--greyBackground1); */
  position: relative;
  width: auto;
}
.product-short-specs {
  margin: 16px 0px 0 0px;
}
li.type-product.product .product-left .product-title {
  width: 445px;
}
.product-category-image {
  max-width: 250px;
}
.product-category-image picture img,.product-category-image  img {
  max-width: 250px;
  max-height: 250px;
}

#product-page  .product-add-to-cart-div {
  padding: 10px 0 0px 0px;
}

.product-sets-cart-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
  background-color: var(--greyBackground1); /* Your desired color */
  min-height: 100%; 
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.product-sets-cart-wrapper-inner {
  display: flex;
  justify-content: center;
  flex-direction: column;
  flex-grow: 1;
  height: 100%;
  padding: 10px 20px;
}
.product-left .product-star-rating { 
  padding-bottom: 10px;
}
.add-to-cart-wrapper button {
  padding: 14px 20px;
  min-width: 200px;
  max-width: 200px;
}
.product-add-to-cart-div img, .product-add-to-cart-div picture {
  width: 24px;
  height: 24px; 
}
.cashback-div {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: 0;
}
#product-page .product-sets {
  padding: 12.5px 0 12px 0;
  display: flex;
  gap: 9px;
  flex-wrap: wrap;
}

.product-sets button .min-quant {
  white-space: nowrap;
}

.product-sets button {
  padding: 8px 16px;
  background-color: var(--white1);
  border: 1px solid var(--greyBorder);
  border-radius: 8px;
  width: 100%;
  cursor: pointer;
  color: var(--black1);
  transition: 0.3sease all;
}
.sub_cat,
.sub_cats{
  display: flex;
  flex-direction: column;
  padding-top: 8px;
  padding-bottom: 0px;
}
/* 
Categories div
*/
.category_div {
  padding-bottom: 15px;
}
.categorie-btn {
  position: relative; /* Make the button a relative container for the pseudo-element */
  text-align: left;
  border: none;
  cursor: pointer;
  transition: color 0.3s ease; /* Transition text color for the active state */
  color: var(--black2);
  background-color: var(--blue2);
  display: inline-block;
  padding: 11px 16px;
  border-radius: 8px;
  border: 1px solid transparent;
}
.categorie-btn:hover {
  border: 1px solid var(--blue1);
}

span.brand_count,span.attributes_count {
  border-radius: 80px;
  padding: 3px 10px;
  border-radius: 80px;
  color: var(--grey2);
  background-color: transparent;
  border: 1px solid var(--greyBorder);
}
.checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 1px solid var(--grey1);
  border-radius: 4px;
  cursor: pointer;
}

/* 
Filter attributes
*/

.attributes-filtering .basic .checkmark::after,
.attributes-filtering .odors-and-smoke .checkmark::after,
.attributes-filtering .smog-and-pollen .checkmark::after   {
  border-width: 0;
}
.attributes-filtering .basic .checkmark  {
  background: url(../../icons/basic-checkbox.png);
  background-size:contain;
  border: none;
}
.attributes-filtering .odors-and-smoke .checkmark  {
  background-image: url(../../icons/odors-and-smoke-checkbox.png);
  background-size:contain;
  border: none;
}
.attributes-filtering .smog-and-pollen .checkmark  {
  background-image: url(../../icons/smog-and-pollen-checkbox.png);
  background-size:contain;
  border: none;
}

.attributes-filtering .basic.active .checkmark {
  background: url(../../icons/basic-checkbox-checked.png);
  background-size:contain;
  border: none;
  background-color: transparent;
}
.attributes-filtering .smog-and-pollen.active .checkmark  {
  background: url(../../icons/smog-and-pollen-checkbox-checked.png);
  background-size:contain;
  border: none;
}
.attributes-filtering .odors-and-smoke.active .checkmark  {
  background: url(../../icons/odors-and-smoke-checkbox-checked.png);
  background-size:contain;
  border: none;
}
.checkmark:after {
  content: "";
  position: absolute;
  left: 7px;
  top: 4px;
  width: 3px;
  height: 5px;
  border: solid white;
  border-width: 0px 2px 2px 0px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.btn5.active span.brand_count, .btn5.active span.attributes_count {
  border-radius: 80px;
  padding: 3px 10px;
  border-radius: 80px;
  color: var(--blue1);
  background-color: var(--blue2);
  border: 1px solid var(--blue2);
}

.brands-filtering input:checked ~ .checkmark, .attributes-filtering input:checked ~ .checkmark {
  background-color: var(--blue1);
  border: 1px solid var(--blue1);
}
.checkmark:after {
  content: "";
  position: absolute;
  left: 7px;
  top: 4px;
  width: 3px;
  height: 5px;
  border: solid white;
  border-width: 0px 2px 2px 0px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*  */
.pricing-head {
  color: var(--green1);
}

.categories-brands {
  margin-top: 16px;
}

/* Products desktop */
.breadcrumbs_bg {
  padding: 50px 0;
  background-color: var(--blue2);
}

.shop_title_count_lower {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.shop_title_count_lower .caption2,
.shop_filter .caption3 {
  color: var(--grey3);
}

.shop_title_count_lower .caption2.items {
  color: var(--black1);
}

.shop_filter .caption2 {
  text-transform: unset !important;
}

.shop_title_count_lower .caption2 {
  text-transform: uppercase;
}

.shop_filter {
  display: flex;
  gap: 8px;
  align-items: center;
}

.outter_shop_filter {
  display: flex;
  gap: 16px;
}

.attribute-title img {
  transition: transform 0.3s ease;
}

.attribute-title.active img {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}

.collapse {
  max-height: 0px !important;
  overflow: hidden;
}
.categories-side-manufacturers .hidden {
  display: none !important;
}

.more-btn {
  /* display: block; */
  color: var(--blue1);
  text-decoration: underline;
  margin-top: 5px;
}

/* Remove dropdown arrow for WebKit browsers */

.shop_title_count {
  margin-bottom: 16px;
}
.products.columns-4 {
  display: block;
  gap: 20px 20px;
  list-style: none;
}

/* Mobile filtering menu */

.filtering-btn-mobile {
  display: none;
}

.mobile-categories-content {
  padding-left: 20px;
  padding-right: 20px;
}

.mobile-categories-menu {
  position: fixed;
  top: 125px;
  left: -790px;
  width: 100%;
  max-width: auto !important;
  height: 100%;
  background-color: #fff;
  z-index: 200;
  transition: right 0.3s ease;
  display: none;
}

.mobile-categories-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  background-color: var(--white1);
  border-bottom: 1px solid var(--grey1);
}

.slide-content {
  position: absolute;
  top: 0;
  right: -100%; /* Start off-screen to the right */
  width: 100%;
  height: 100%;
  background-color: var(--white1);
  transition: right 0.3s ease, opacity 0.3s ease;
  visibility: hidden;
  opacity: 0;
  z-index: 201; /* Ensure it's above other content */
}

.slide-content.active {
  right: 0; /* Slide in */
  visibility: visible;
  opacity: 1;
}

.back-btn {
  margin-bottom: 15px;
  cursor: pointer;
  display: block;
}

#screen-overlay {
  display: none; /* Initially hidden */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}

.shop_filter_mobile {
  display: flex !important;
  gap: 8px;
  width: 100% !important;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: -184px;
  justify-content: space-between;
  max-width: unset;
}

.shop_filter_mobile form select {
  padding: 12px 16px;
}

.paging {
  padding-right: 30px !important;
}

.paging form select {
  width: 100%;
}

.paging_mobile {
  margin: 0 !important;
  margin-top: 8px !important;
}

.paging_mobile form select {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}

.shop_filter .btn4 {
  display: flex;
  flex-wrap: nowrap !important;
  white-space: nowrap !important;
}

.all-products-img-mobile {
  display: none;
}
.category_description {
  padding-top: 10px;
}
.shop_page_pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.woocommerce-pagination {
  margin-top: 30px;
}
.attribute-group {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-bottom: 10px;
  padding-top: 10px;
}
.attribute-title.btn4 {
  margin-top: 10px;
}

.attribute-title span img {
  width: 15px;
}
.filtering-btn-mobile button{
  box-shadow: none;
  outline: none;
  border: none;
  background-color: transparent;
  border: 1px solid var(--greyBorder);
  padding: 10px 16px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--black2);
}
.filtering-mobile-icon {
  height: 20px;
  vertical-align: middle;
}
.brands-filtering, .attributes-filtering {
  position: relative;
}
.attribute-group.removed-readmore.more-items:before {
  background: none;
  display: none;
}
.attribute-group.more-items:before{
  content: "";
  position: absolute;
  bottom: 34px;
  left: 0;
  right: 0;
  height: 43px;
  background: linear-gradient(to top, rgb(255, 255, 255), transparent);
  z-index: 3;
}
.brands-filtering.more-items::before {
  content: "";
  position: absolute;
  bottom: 33px;
  left: 0;
  right: 0;
  height: 60px;
  background: linear-gradient(to top, rgb(255, 255, 255), transparent);
  z-index: 1;
}

.category_description strong {
  line-height: 25px;
  font-weight: 600;
  font-family: "OpenSans-SemiBold";
  margin-top: 16px;
  margin-bottom: 16px;
  display: inline;
  margin: 0;
  padding: 0;
}
.category-tree {
  display: flex;
  gap: 13px;
}
.shop_heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
}
.shop_general_info .trustipot-wrap {
  display: none;
}

.shop_title_count_upper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.archive-section-reviews {
  display: flex;
  gap: 50px;
}

#archive-home-page {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#archive-home-page svg path {
  transition: 0.3s ease all;
}

#archive-home-page:hover svg path {
  stroke: var(--hoverBlue);
  transition: 0.3s ease all;
}

.close-popup-btn {
  display: none;
}

#archive-home-page svg {
  width: 16.25px;
  height: 15.24px;
}

.shop-main-header-inner a {
  transition: 0.3s ease all;
}

.shop-main-header-inner > picture {
  display: flex;
  justify-content: center;
  align-items: center;
}

.shop-main-header-inner a:hover {
  color: var(--blue1);
  transition: 0.3s ease all;
}

.shop-main-header-inner {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}

.descending-categories {
  display: flex;
  gap: 16px;
  margin-bottom: 24px;
  flex-wrap: nowrap;
  overflow: auto;
}

.descending-categories a {
  border-radius: 8px;
  background-color: var(--blue2);
  border: 1px solid var(--blue2);
  color: var(--black2);
  padding: 11.5px 16px;
  white-space: nowrap;
  transition: 0.3s ease all;
}

.descending-categories a:hover {
  border: 1px solid var(--blue1);
  transition: 0.3s ease all;
}

/*TODO ------------------------------ */

.attribute-group > button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: none;
  border: none;
  cursor: pointer;
  width: 100%;
}

.attribute-group > div {
  margin-top: 16px;
  gap: 16px;
  display: flex;
  flex-direction: column;
}

.attribute-item {
  display: block;
}

.attribute-item > label {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  cursor: pointer;
  gap: 15px;
}

.attribute-item > label > div {
  display: flex;
  gap: 8px;
  align-items: center;
}

.attribute-item > label > div > span {
  text-align: start;
}

.attribute-item > label > span {
  padding: 4px 8px;
  color: var(--grey2);
  border: 1px solid var(--greyBorder);
  border-radius: 80px;
}

.filter-custom-checkbox {
  width: 18px;
  height: 18px;
  position: relative;
}

.filter-checkbox {
  width: 18px;
  height: 18px;
  accent-color: var(--grey3);
  background-color: transparent;
  opacity: 0;
  z-index: 1;
}

.filter-custom-checkbox > span {
  position: absolute;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: transparent;
  border: 1px solid var(--grey1);
  border-radius: 4px;
  cursor: pointer;
}

.filter-custom-checkbox > span:after {
  content: "";
  position: absolute;
  left: 6px;
  top: 3px;
  width: 3px;
  height: 6px;
  border: solid white;
  border-width: 0px 2px 2px 0px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.filter-show-more-btn {
  display: flex;
  justify-content: start;
}

.show-more-btn-filter {
  background: none;
  color: var(--blue1);
  border: none;
  cursor: pointer;
  text-decoration: underline;
}

.show-more-btn-filter > span:last-child {
  display: none;
}

.filtering-submenu-expanded .show-more-btn-filter > span:last-child {
  display: block;
}

.filtering-submenu-expanded .show-more-btn-filter > span:first-child {
  display: none;
}

.attribute-item:nth-child(4) {
  opacity: 0.5;
  pointer-events: none;
}

.attribute-item:nth-child(n+5) {
  display: none;
}

.filtering-submenu-expanded .attribute-item:nth-child(4) {
  opacity: 1;
  pointer-events: all;
}

.filtering-submenu-expanded .attribute-item:nth-child(n+5) {
  display: block;
}

.hidden-filter-category svg {
  transform: rotate(180deg);
}

.hidden-filter-category + div {
  display: none;
}

.filter-checkbox:checked ~ .filter-checkmark {
  background-color: var(--blue1);
  border: 1px solid var(--blue1);
}

.attribute-item > label:has(.filter-checkbox:checked) .caption5 {
  color: var(--blue1);
  background-color: var(--blue2);
  border: 1px solid var(--blue2);
}

#clear-mobile-filters {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border: none;
  background-color: inherit;
}

#clear-mobile-filters svg {
  order: -1;
}

.shop_general_info.loading-results,
.categories-side-manufacturers.loading-results {
  filter: blur(2px);
  clip-path: inset(0);
}

/* Product description/how to change/return */
.category_description ol,
.category_description ul {
    padding-left: 41px;
    margin-bottom: 12px;
    margin-top: 12px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    font-family: "OpenSans-Regular";
}

.category_description hr {
    margin: 20px 0px;
}

.category_description h1,
.category_description h2,
.category_description h3,
.category_description h4,
.category_description h5,
.category_description h6 {
    margin-bottom: 24px;
    margin-top: 40px;
}

.category_description p {
    margin-bottom: 24px;
}

.category_description h2 {
  font-size: 26px;
}

.category_description h3 {
  font-size: 22px;
}

.woocommerce-pagination .page-numbers li {
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.woocommerce-pagination .page-numbers li a {
  width: 45px;
  height: 45px;
  flex-wrap: nowrap;
}

.woocommerce-pagination span.page-numbers {
  flex-wrap: nowrap;
}

/*TODO ------------------------------ */

@media screen and (max-width: 1350px) {
  .product_page_sidebar {
    left: -100%;
  }
  #product-page .shop-main-content-inner > .container {
    padding-left: 50px;
    padding-right: 50px;
  }
  li.type-product.product {
    display: block;
  }
  
  li.type-product.product .product-left .product-title {
    width: 100%;
  }
  .products.columns-4 {
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .product-left {
    border-top-right-radius: 10px;
  }
  .product-sets-cart-wrapper {
    border-bottom-left-radius: 10px;
  } 
}
@media screen and (max-width: 1030px) {

  .descending-categories {
    gap: 12px;
    margin-bottom: 26px;
    margin-top: 18px;
  }

  .mobile-categories-menu {
    top: 52px;
  }
  .product-sets-cart-wrapper {
    padding: 15px 23px 10px;
  }
  .mobile-categories-wrap {
    display: flex ;
    flex-direction: column;
    justify-content: space-between;
    max-height: 640px;
    overflow-y: scroll;
    height: 100%;
  }
  .attribute-group.open:before {
    bottom: 63px;
  }
  .mobile-categories-menu .hidden {
    display: none !important;
  }
  .product-category-image-wrapper .filter-display {
    top: 10px;
    left: 10px;
  }
  
  .categories-div, .manufacturers-div, .shop_filter {
    position: relative;
  }
  .outter_shop_filter {
    display: none;
  }
  .product_page_content {
    padding-bottom: 50px !important;
  }
  .products.columns-4 {
    gap: 5px 30px;
  }
  
  .product-left {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .shop-main-header.container {
    padding-top: 11px;
    padding-bottom: 11px;
  }
  
  #product-page .container {
    margin-bottom: 20px;
  }
  
  .trustipot-wrap .body4 span {
    padding-inline: 2px;
  }
  
  .shop_title_count {
    margin-bottom: 0px !important;
  }
  
  .shop_title_count_lower {
    flex-direction: row-reverse;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  
  .products.columns-4 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  
  .attributes-filtering > div:last-child {
    padding-bottom: 0;
  }
  .mobile-cat-content,
  .mobile-manufac-content,
  .mobile-price-content,
  .mobile-atributes-content {
    margin-top: 86px;
  }
  
  #product-page .shop-main-content-inner > .container {
    gap: 0;
  }
  .close-popup-btn img{
    background-repeat: no-repeat;
    height: 10px;
    background-size: contain;
    
  }
  .product-category-image-wrapper {
    height: 100%;
  }
  
  .mobile-categories-content::-webkit-scrollbar {
    width: 6px;
  }
  
  .mobile-categories-content::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 3px;
  }
  
  .mobile-categories-content::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  
  .brands-filtering, .attributes-filtering {
    gap: 16px;
    margin-top: 10px;
    margin-bottom: 17px;
  }
  
  .mobile-categories-content .attribute-group {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .price-filtering-mobile {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--grey2);
    margin-bottom: 16px;
  }
  
  .price-filtering-mobile .price-inputs input {
    border: 1px solid var(--grey2);
  }
  
  .price-inputs {
    margin-bottom: 0;
  }
  
  .price-inputs-l,
  .price-inputs-r {
    display: flex;
    align-items: center;
    gap: 6px;
  }
  
  .mobile-filter-by .body2 {
    margin-top: -120px;
    padding-left: 20px;
    padding-right: 20px;
  }
  
  form.results-per-page-dropdown {
    width: 100%;
    max-width: 65px;
  }
  
  .form.results-per-page-dropdown select {
    padding: 12px 16px;
  }
  .shop_general_info .trustipot-wrap {
    display: flex;
    text-align: right;
  }
  .shop_general_info .facebook-padding {
    padding-bottom: 10px;
  }
  /* Sidebar Wrapper */
  .product_page_sidebar {
    position: fixed;
    top: 56px;
    right: 0;
    left: -100%; /* Off-screen */
    width: 100%;
    height: 100%;
    max-width: 100%;
    background-color: #fff;
    z-index: 9999;
    overflow-y: auto;
    transition: transform 0.3s ease-in-out, left 0.3s ease-in-out;
    
  }
  
  /* Sidebar Inner Content */
  .product_page_sidebar_inner {
    width: 100%;
    padding: 18px 22px 40px;
  }

  .product_page_sidebar.active .product_page_sidebar_inner {
    padding-left: 0px;
    padding-right: 0px;
  }

  .product_page_sidebar.active .categories-side-manufacturers {
    padding-left: 22px;
    padding-right: 22px;
  }

  .product_page_sidebar.active .categories-side-header {
    padding-left: 22px;
    padding-right: 22px;
    padding-bottom: 4.5px;
    margin-bottom: 0px;
    border-bottom: 1px solid var(--greyBorder);
  }
  
  /* Active Sidebar State */
  .product_page_sidebar.active,
  .product_page_sidebar_inner.active {
    left: 0; 
  }
  
  .filtering-btn-mobile {
    display: flex;
    padding-bottom: 20px;
    justify-content: space-between;
    margin-top: 16px;
    align-items: center;
  }

  .categories-side-header {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .close-popup-btn {
    display: flex;
    width: 34px;
    height: 34px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background-color: none;
    border: none;
  }

  .categories-side-header > div {
    display: flex;
    gap: 8px;
    align-items: center;
  }
  
  #product-page .shop-main-content { 
    padding-top: 0;
  }
}
@media screen and (max-width: 992px) { 
  li.type-product.product {
    display: block;
  }
  .category-tree {
    overflow-x: scroll;
  }
  
}

@media screen and (max-width: 769px) {

  .category_description {
    padding-right: 20px;
  }

  .add-to-cart-wrapper button {
    min-width: unset;
    padding: 0px 10px;
  }

  .woocommerce-pagination .page-numbers li {
    width: 40px;
    height: 40px;
  }

  .woocommerce-pagination .page-numbers li a {
    width: 40px;
    height: 40px;
  }

  .shop_general_info {
    padding-right: 20px;
  }

  #archive-home-page {
    width: 18px;
    height: 18px;
  }

  #archive-home-page svg {
    width: 14.62px;
    height: 13.71px;
  }

  .archive-review-div-wrapper {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }

  .archive-review-div-wrapper > div:first-of-type {
    display: flex;
    gap: 6px;
  }

  .archive-review-div-wrapper > div:first-of-type > picture {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .archive-review-div-wrapper > div:last-of-type {
    text-align: end;
  }

  .archive-section-reviews {
    display: none;
  }

  .heading-wrap-l {
    padding-left: 20px;
  }
  
  .product-category-image {
    margin: auto;
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .attribute-group.open:before {
    bottom: 25px;
    height: 50px;
  }
  .product-star-rating {
    padding: 0;
  }
  .mobile-categories-menu {
    top: 53px;
  }
  #product-page .shop-main-content {
    padding-top: 0;
  }
  .product-center {
    padding: 15px 15px 15px;
  }
  .product-sets-cart-wrapper-inner {
    padding: 0; 
  }
  
  .product-sets-cart-wrapper {
    width: 100%;
  }
  .product-breadcrumbs, .product-images-wrapper, .product-specs > .h5, .product-specs > p, .product-short-specs, .product-prices, .product-features {
    padding: 0;
  }
  .product-short-specs {
    margin: 16px 0px 18px 0px;
  }
  
  
  #product-page .shop-main-content-inner > .container {
    padding-left: 20px;
    padding-right: 0px;
  }

  .shop_page_products,
  .shop_page_pagination {
    padding-right: 20px;
  }

  .shop_page_products .products .product {
    display: block;
  }
  .shop_page_products .products .product { 
    padding:0;
  }
  
  .shop-main-header.container {
    padding-left: 20px;
    padding-right: 20px;
  }
  
  form.results-per-page-dropdown {
    width: 100%;
    max-width: 96px;
  }
  .product-left {
    display: block;
  }

  .category_description h1,
  .category_description h2,
  .category_description h3,
  .category_description h4,
  .category_description h5,
  .category_description h6{
      margin-bottom: 24px;
      margin-top: 30px;
  }

  .category_description p  {
      margin-bottom: 24px;
  }

  .category_description h2 {
    font-size: 24px;
  }

  .category_description h3 {
    font-size: 20px;
  }
  
  /* Product description/how to change/return */
  .category_description ol,
  .category_description ul {
      padding-left: 35px;
      font-size: 14px;
      line-height: 19px;
      font-weight: 400;
      font-family: "OpenSans-Regular";
  }
}

/* Media Query to Ensure It Works on All Screen Sizes */
@media (max-width: 570px) {
  .shop_title_count_lower {
    text-align: left;
    flex-direction: column;
    align-items: start;
    padding: 0;
  }
  .shop_page_pagination {
    display: block;
  }
  .shop_page_products .products .product {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 318px;
    gap: 0;
  }
  .product_page_content {
    padding-bottom: 20px !important;
  }
  .shop_page_products .products .product .product_card_general_info .body3 {
    display: flex !important;
    justify-content: flex-end !important;
    flex-direction: row-reverse !important;
    text-align: left;
    align-items: center;
    gap: 8px;
    width: 100%;
  }
  .shop_page_products .products .product .product_card_general_info .body3 del {
    padding: 0;
  }
  
  .shop_page_products .products .product .product_card_general_info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 10px;
    margin-bottom: 10px;
    gap: 10px;
  }
  
  .shop_page_products .products .product .product_card_general_info ins {
    color: var(
    --black1
    ) !important; /* Set the text color of the ins element to black */
  }
  
  .shop_page_products
  .products
  .product
  .product_card_general_info
  ins
  .woocommerce-Price-amount.amount {
    color: var(--black1) !important;
  }
  
  .shop_page_products
  .products
  .product
  .product_card_general_info
  ins
  .woocommerce-Price-amount.amount
  bdi {
    color: var(--black1) !important;
  }
  
}
