.onsale {
  position: absolute;
  top: 15px;
  left: -35px;
  background-color: #e84118;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  width: 130px;
  padding: 5px 0;
  transform: rotate(-45deg);
  box-shadow: 0 2px 4px rgba(0,0,0,0.15);
  z-index: 10;
}

.store-item__content {
    position: relative;
}

.woocommerce-LoopProduct-link {
    color: white;
}

.woocommerce-product-gallery__image img {
    width: 100% !important;
    height: auto;
}

.woocommerce-LoopProduct-link:hover {
    color:rgb(172, 212, 250);
}

.woocommerce-loop-product__title {
    margin-top: 20px;
}

.add_to_cart_button,.single_add_to_cart_button {
    color:white;
    background-color: green;
    padding: 5px 10px;
    margin-top: 20px;
    border-radius: 5px;

    &:hover {
        color:white;
        background-color: rgb(30, 33, 207);
    }
}

.main__title {
    margin-top: 30px;
}

.woocommerce-pagination {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

ul.page-numbers {
    display: flex;
    gap: 5px;

    li {
        padding: 5px 10px;
    }

    li :not(.current) {
        border: 0px solid rgb(255, 0, 0);
        background-color: rgb(205, 204, 203);
        padding: 5px 10px;
        color: black;
        font-weight: bold;
    }
}

.cane-cart {
    color: white;
    padding: 40px;
}



.cart {
    min-height: auto;
}

.article__amount .minus, .article__amount .plus{
    color:white;
    font-size: 2em;;
}

.price, .product__price {
    display: flex;
    justify-content:flex-start;
    gap: 10px;
}

.woocommerce-Price-amount{
    font-size: 20px;
    line-height: 100%;
    color: #fff;
    display: block;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    margin-bottom: 15px;
}

.store-item .woocommerce-Price-amount {
    font-size: 30px;
}

.woocommerce-tabs {
    border: 1px solid rgba(255, 255, 255, 0.273);
    padding: 20px;
    border-radius: 4px;
}

.wc-tabs {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;

     li {
        display: block;
        padding: 5px 10px;
        background-color: #fff;
        border-radius: 4px;

        a {
            color: black; 
        }

     }
}

.woocommerce-Tabs-panel {
    background-color: #fff;
    color: black;
    border-radius: 4px;
    padding: 20px;
}
