.wgp-grid-893d21ff {
display: grid;
gap: 20px;
align-items: stretch;
}
.wgp-cols-1 { grid-template-columns: 1fr; }
.wgp-cols-2 { grid-template-columns: repeat(2, 1fr); }
.wgp-cols-3 { grid-template-columns: repeat(3, 1fr); }
.wgp-cols-4 { grid-template-columns: repeat(4, 1fr); }
.wgp-card-893d21ff {
border: 1px solid #eee;
border-radius: 8px;
overflow: hidden;
background: #fff;
display: flex;
flex-direction: column;
min-width: 0;
height: 100%;
}
.wgp-image-893d21ff a {
display: block;
}
.wgp-image-893d21ff img {
width: 100%;
height: auto;
display: block;
}
.wgp-content-893d21ff {
padding: 15px;
display: flex;
flex-direction: column;
flex-grow: 1;
}
.wgp-title-893d21ff {
margin: 0 0 10px;
font-size: 1.2em;
}
.wgp-title-893d21ff a {
text-decoration: none;
color: inherit;
}
.wgp-short-desc-893d21ff {
font-size: 0.9em;
color: #666;
margin-bottom: 16px;
}
.wgp-short-desc-893d21ff p {
margin: 0 0 10px;
}
.wgp-short-desc-893d21ff p:last-child {
margin-bottom: 0;
}
.wgp-footer-893d21ff {
display: flex;
flex-direction: column;
gap: 12px;
margin-top: auto;
}
.wgp-price-893d21ff {
color: #111;
font-size: 1rem;
font-weight: 700;
line-height: 1.3;
}
.wgp-price-893d21ff del {
color: #777;
font-weight: 400;
margin-right: 6px;
}
.wgp-price-893d21ff ins {
text-decoration: none;
}
.wgp-cart-button-893d21ff .button,
.wgp-cart-button-893d21ff a.button,
.wgp-cart-button-893d21ff button.button {
display: inline-flex;
align-items: center;
justify-content: center;
width: 100%;
min-height: 44px;
padding: 11px 16px;
line-height: 1.2;
text-align: center;
text-decoration: none;
white-space: normal;
cursor: pointer;
box-sizing: border-box;
}
.wgp-cart-button-893d21ff .button:hover,
.wgp-cart-button-893d21ff .button:focus {
text-decoration: none;
}
.wgp-cart-button-893d21ff .added_to_cart {
display: block;
margin-top: 8px;
color: #111;
font-size: 0.9rem;
font-weight: 700;
text-align: center;
text-decoration: none;
}
@media (max-width: 768px) {
.wgp-grid-893d21ff {
grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 480px) {
.wgp-grid-893d21ff {
grid-template-columns: 1fr;
}
}