/*colors*/
/* --dark-grey:#2E2932;
--light-grey:#D9D9D9;
--orange: #FF5300;
--dark-blue:#000B53;
--light-blue:#0059FC;
--dark-green: #052615;
--light-green:#AEFD71; */


/*Max width for the whole page*/



select:focus-visible {
  border-radius: 10px;
}

.main-content-product {
  max-width: 1920px;
  margin: auto;
}

.woocommerce-shop-wrapper {
  /* padding:40px 90px; */
  max-width: 1920px;
  margin: auto;
}

.woocommerce-shop-wrapper h1.woocommerce-products-header__title{
font-size:2.5rem;
font-family:'nudica-medium';
margin-bottom:40px;
text-transform: unset;
}

.woocommerce-shop-wrapper .woocommerce-products-header{
  position: relative;
  width:fit-content;
}

.woocommerce-shop-wrapper .woocommerce-products-header .product-count{
  background: var(--border-grey);
  position: absolute;
  padding:4px 8px;
  border-radius: 1000px;
  color: var(--text-black);
  top:0;
  right:-30px;
  height:30px;
  width:30px;
  display:flex;
  justify-content: center;
  align-items: center;
  font-family: 'nudica-medium';
  font-size: 0.875rem;
}

h4.variable-price{
  font-size: 1.125rem;
}

ul.products::before, ul.products::after{
  display:none!important;
}

ul.products{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap:20px;
  row-gap: 80px;
}

#wpfMainWrapper-1_900920{
  width: 646px!important;
}

ul.products .product{
  display:flex;
  flex-direction: column;
  gap:20px;
  position: relative;
}

ul.products .product .on-sale{
  position:absolute;
  top:-12px;
  left:0;
  aspect-ratio: 1 / 1;
  width: 67px;
  border-radius: 1000px;
  background-color: var(--light-blue);

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

ul.products .product .on-sale.b-stock{
  background-color: var(--text-black);
}

ul.products .product .on-sale p{
  color: white!important;
  padding: 0 8px;
  text-wrap: nowrap;
  margin-bottom:0;
}

ul.products .product-info{
  padding:0 10px;
}

ul.products .product-image{
  border-style: solid;
  border-color: var(--border-grey);
  border-radius: 20px;
  border-width: 1px;
  overflow: hidden;
  height:500px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}

ul.products  a{
  text-decoration: none
}


ul.products .product-image{
  border-style: solid;
  border-color: var(--border-grey);
  border-radius: 20px;
  border-width: 1px;
  overflow: hidden;
  height:500px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}

ul.products a{
  text-decoration: none
}

ul.products .name-and-dots{
  display:flex;
  justify-content: space-between;
}

ul.products .dots{
  display:flex;
  gap:4px;
}

ul.products p{
  font-size:1.5rem;
  font-family: 'nudica-medium';
  margin-bottom:4px;
  color: var(--text-black);
}

ul.products .black-dot{
  height:24px;
  width:24px;
  border-radius: 100%;
  background-color: var(--text-black);
}

ul.products .white-dot{
  height:24px;
  width:24px;
  border-radius: 100%;
  background-color: white;
  border: var(--border-grey) solid 1px;
}

ul.products h4{
  color: var(--text-black);
}

ul.products p.description{
  font-size: 1.125rem;
  font-family: 'nudica-regular';
  color: var(--text-grey);
  max-width:360px;
  margin-bottom:20px;
}

/* Filter */

.woocommerce-shop-wrapper .wpfMainWrapper{
  display:flex;
  /* flex-wrap: wrap; */
  gap:10px;
  margin-right:40px;
  width:fit-content!important;
}

.woocommerce-shop-wrapper .wpfMainWrapper .wpfCheckboxHier{

}

.wpfFilterWrapper[data-filter-type]{
  padding:0!important;
  margin:0!important;
}

.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count{
  display: none;
}

.woocommerce-shop-wrapper .filter-wrapper{
  display: flex;
  justify-content:space-between;
  align-items: flex-end;
  margin-bottom:40px;
  flex-wrap: wrap;
  row-gap: 10px;
}

#wpfMainWrapper-1_141500{
  width:fit-content!important;
}


ul.product-categories{
  display:flex;
  gap:4px;
  background-color: var(--light-grey);
  padding-left:0;
  padding:4px;
  border-radius: 10px;
  height: fit-content;
  margin-bottom:0;
  width:fit-content;
  justify-self:flex-end;
}

ul.product-categories li{
  font-family: Arial, sans-serif;
  font-size: 1.5rem;
  list-style: none;
  padding:7px 24px;
  border-radius: 6px;
  white-space: nowrap;
}

ul.product-categories li a{
  text-decoration: none;
  font-family: Arial, sans-serif;
  color: var(--text-black);
  opacity: 60%;
}

ul.product-categories li.active-category{
  background: white;
}

ul.product-categories li.active-category a{
  opacity: 100%;
}

/*drop downs*/
.wpfFilterWrapper {
  max-width: fit-content;
}
.wpfFilterWrapper select{
  padding:13px 63px 13px 13px;
  border-radius: 10px;
  border-color: var(--border-grey);
  background-image: url('../images/caret-down.png');
  background-repeat:no-repeat;
  background-position: calc(100% - 24px);
  font-family: 'nudica-regular';
  font-size: 1.125rem;
  max-width:100%;
}


.wpfFilterWrapper select {
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
}

.wpfCount, .wpfCheckbox{
  display:none!important;
}

@media (max-width: 991px) {
  /* lg breakpoint */
  ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .woocommerce-shop-wrapper {
    padding: 40px;
}
}

@media (max-width: 767px) {
  /* md breakpoint */
.woocommerce-shop-wrapper .wpfMainWrapper {
  overflow: auto;
  margin-right: 0px;
}
.wpfFilterWrapper select {
  font-size: 1rem;
  background-position: calc(100% - 7px);
  background-size: 17%;
}
.woocommerce-shop-wrapper .filter-wrapper{
  flex-wrap:wrap;
  row-gap:20px;
}

}

@media (max-width: 575px) {
/* sm breakpoint */
.woocommerce-shop-wrapper {
  padding: 10px 0;
}

.woocommerce-shop-wrapper h1.woocommerce-products-header__title {
  font-size: 2rem;
}
ul.products {
  grid-template-columns: minmax(0, 1fr);
  row-gap:20px;
}

ul.product-categories li {
  padding: 7px 16px;
  font-size: 1.125rem;
}
ul.products .product-image {
height:450px;
}
}
