.es_product-list-wrap {
    display: flex;
    justify-content: space-between;
}

#es_product-list-results {
    width: 65%;
}

.es_product-list-sidebar {
    width: calc(35% - 5vw);
    position: sticky;
    top: 100px;
    height: fit-content;
}

.es_product-list-sidebar .paypal {
    padding: 30px;
    border-radius: 20px;
    border: 1px solid #F3A30F;
    margin-top: 50px;
}

.es_product-list-sidebar .paypal h2 {
    color: #F3A30F;
    padding: 0;
}

.es_product-list-sidebar .paypal p {
    color: #262626;
    font-weight: 700;
    margin: 20px 0;
}

.es_product-list-grid {
    display: flex;
    column-gap: 5vw;
    row-gap: 60px;
    flex-wrap: wrap;
}

.es_product-list-grid .es_product-item {
    width: calc((100% - 5vw) / 2);
    padding-top: 20px;
    float: none !important;
    align-self: stretch !important;
    position: relative;
    padding-bottom: 45px;
    height: auto !important;
}

.es_product-list-grid .es_product-item .es_product-image {
    width: 100%;
    height: auto;
    aspect-ratio: 9 / 10;
    margin-bottom: 30px;
}

.es_product-list-grid .es_product-item .es_product-item-title {
    font-size: 1.25em !important;
}

.es_product-list-grid .es_product-item .es_product-details .actions {
    margin-top: 10px;
    justify-content: space-between;
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.es_product-list-grid .es_product-item .es_product-details .actions form,
.es_product-list-grid .es_product-item .es_product-details .actions form input {
    width: 145px;
    display: block;
}

.es_product-list-grid .es_product-item .es_product-details .actions form input {
    opacity: 0;
}

.es_product-list-grid .es_product-item .es_product-details .price {
    font-weight: 700;
    color: #262626;
}

.es_product-list-grid:empty {
    display: none;
}

#es_product-list-results .load-more-container {
    text-align: left;
    margin-top: 50px;
}

.es_product-filter-tax__content {
  list-style: none;
  margin: 0;
  padding: 0 !important;
}

.es_product-filter-tax__content li {
  list-style: none;
  margin: 0;
  padding: 10px 0;
}

 
.es_product-filter-tax__content li input[type="checkbox"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}
 
.es_product-filter-tax__content li input[type="checkbox"]:focus-visible + label {
  outline: 2px solid;
  outline-offset: 2px;
}

.es_product-filter-tax__content li label {
  cursor: pointer;
  color: #212121;
}

.es_product-filter-tax__content li label.active {
  font-weight: 600;
}

.es_product-filter-tax__header {
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding-bottom: 5px;
  margin-bottom: 12px;
  color: #212121;
  border-bottom: 1px solid #212121;
}

@media all and (max-width: 980px) {
    .es_product-list-grid {
        column-gap: 40px;
        row-gap: 40px;
        margin: 40px auto 60px;
    }
    .es_product-list-wrap {
        flex-direction: column-reverse;
    }

    .es_product-list-wrap > div {
        width: 100% !important;
    }
}

@media all and (max-width: 767px) {
    
    .es_product-list-grid {
        row-gap: 20px;
        margin: 40px auto;
    }
    .featured-es_product {
        margin: 0 30px 40px;
    }
    
    .es_product-list-grid .es_product-item {
        width: 100%;
    }

    .es_product-list-sidebar {
        display: flex;
        flex-direction: column-reverse;
    }

    .es_product-list-sidebar .paypal {
        margin-bottom: 50px;
        margin-top: 0;
     }

    .es_product-list-sidebar .paypal img {
        max-width: 250px;
    }
}
