.pc-grid-1531195d {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(4, 1fr);
}

.pc-card-1531195d {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background: #fff;
}

.pc-card-img-link-1531195d {
    display: block;
    width: 100%;
}

.pc-card-img-link-1531195d img {
    width: 100%;
    height: auto;
    display: block;
}

.pc-card-content-1531195d {
    padding: 15px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.pc-card-cats-1531195d {
    font-size: 0.8em;
    text-transform: uppercase;
    color: #666;
    margin-bottom: 5px;
}

.pc-card-cats-1531195d a {
    color: inherit;
    text-decoration: none;
}

.pc-card-title-1531195d {
    margin: 0 0 10px;
    font-size: 1.1em;
}

.pc-card-title-1531195d a {
    text-decoration: none;
    color: inherit;
}

.pc-card-price-1531195d {
    font-weight: bold;
    margin-bottom: 15px;
}

.pc-card-add-to-cart-1531195d {
    margin-top: auto;
}

.pc-card-add-to-cart-1531195d .add_to_cart_button {
    display: inline-block;
    padding: 10px 15px;
    background: #333;
    color: #fff;
    text-decoration: none;
    text-align: center;
    border: none;
    cursor: pointer;
    transition: all 0.2s ease;
}

.pc-card-add-to-cart-1531195d .add_to_cart_button:hover {
    background: #555;
    color: #fff;
}

.pc-card-add-to-cart-1531195d .added_to_cart {
    display: inline-block;
    margin-left: 10px;
    font-size: 0.9em;
}

@media (max-width: 1024px) {
    .pc-grid-1531195d {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media (max-width: 767px) {
    .pc-grid-1531195d {
        grid-template-columns: 1fr !important;
    }
}
