.drv-pellet-grid-wrap,
.drv-pellet-grid-wrap * {
box-sizing: border-box;
}
.drv-pellet-grid-wrap {
margin: 0 auto !important;
max-width: 1380px !important;
width: 100% !important;
}
.drv-pellet-grid {
align-items: stretch !important;
display: grid !important;
gap: 20px !important;
grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
margin: 0 !important;
max-width: none !important;
padding: 0 !important;
width: 100% !important;
}
.drv-pellet-card {
background: #fff !important;
border: 1px solid #e4dfd3 !important;
border-radius: 18px !important;
box-shadow: 0 8px 28px rgba(23, 63, 53, .055) !important;
display: flex !important;
flex-direction: column !important;
margin: 0 !important;
max-width: none !important;
min-width: 0 !important;
overflow: hidden !important;
padding: 0 !important;
width: 100% !important;
}
.drv-pellet-card__media {
align-items: center !important;
background: linear-gradient(180deg, #fff 0%, #fbf8f1 100%) !important;
display: flex !important;
height: 220px !important;
justify-content: center !important;
margin: 0 !important;
max-width: none !important;
min-height: 220px !important;
overflow: hidden !important;
padding: 20px 20px 8px !important;
text-decoration: none !important;
width: 100% !important;
}
.drv-pellet-card__image {
display: block !important;
height: 100% !important;
margin: 0 auto !important;
max-height: 196px !important;
max-width: 100% !important;
object-fit: contain !important;
width: 100% !important;
}
.drv-pellet-card__image--placeholder {
height: 112px !important;
max-height: 112px !important;
max-width: 112px !important;
opacity: .78 !important;
width: 112px !important;
}
.drv-pellet-card__body {
display: flex !important;
flex: 1 1 auto !important;
flex-direction: column !important;
margin: 0 !important;
max-width: none !important;
padding: 18px 20px 20px !important;
width: 100% !important;
}
.drv-pellet-card__heading-row {
align-items: flex-start !important;
display: flex !important;
gap: 12px !important;
justify-content: space-between !important;
margin: 0 !important;
max-width: none !important;
}
.drv-pellet-card__title {
font-size: clamp(1.45rem, 1.7vw, 1.8rem) !important;
line-height: 1.1 !important;
margin: 0 !important;
max-width: none !important;
}
.drv-pellet-card__title a {
color: #173f35 !important;
text-decoration: none !important;
}
.drv-pellet-card__title a:hover {
color: #e76f2e !important;
}
.drv-pellet-badge {
border-radius: 999px !important;
color: #fff !important;
flex: 0 0 auto !important;
font-size: .72rem !important;
font-weight: 800 !important;
line-height: 1 !important;
padding: 7px 9px !important;
white-space: nowrap !important;
}
.drv-pellet-badge--green { background: #2f6b45 !important; }
.drv-pellet-badge--orange { background: #e76f2e !important; }
.drv-pellet-badge--gray { background: #777b77 !important; }
.drv-pellet-card__specs {
display: grid !important;
gap: 9px !important;
list-style: none !important;
margin: 18px 0 20px !important;
max-width: none !important;
padding: 0 !important;
}
.drv-pellet-card__specs li {
align-items: start !important;
color: #252724 !important;
display: grid !important;
font-size: .9rem !important;
gap: 8px !important;
grid-template-columns: 14px minmax(0, 1fr) !important;
line-height: 1.42 !important;
list-style: none !important;
margin: 0 !important;
max-width: none !important;
padding: 0 !important;
}
.drv-pellet-card__specs li::marker {
content: "" !important;
}
.drv-pellet-card__spec-icon {
color: #2f6b45 !important;
display: block !important;
font-size: .65rem !important;
line-height: 1.8 !important;
text-align: center !important;
}
.drv-pellet-card__excerpt {
color: #68706b !important;
font-size: .92rem !important;
line-height: 1.55 !important;
margin: 16px 0 20px !important;
max-width: none !important;
}
.drv-pellet-card__button {
align-items: center !important;
align-self: stretch !important;
background: #e76f2e !important;
border: 0 !important;
border-radius: 10px !important;
color: #fff !important;
display: inline-flex !important;
font-size: .95rem !important;
font-weight: 800 !important;
gap: 8px !important;
justify-content: center !important;
margin: auto 0 0 !important;
min-height: 48px !important;
padding: 12px 16px !important;
text-decoration: none !important;
width: 100% !important;
}
.drv-pellet-card__button:hover {
color: #fff !important;
filter: brightness(.94);
}
@media (max-width: 1100px) {
.drv-pellet-grid {
grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
}
@media (max-width: 781px) {
.drv-pellet-grid-wrap {
width: 100% !important;
}
.drv-pellet-grid {
gap: 16px !important;
grid-template-columns: 1fr !important;
}
.drv-pellet-card__media {
height: 190px !important;
min-height: 190px !important;
padding: 16px 16px 6px !important;
}
.drv-pellet-card__image {
max-height: 168px !important;
}
.drv-pellet-card__image--placeholder {
height: 96px !important;
max-height: 96px !important;
max-width: 96px !important;
width: 96px !important;
}
.drv-pellet-card__body {
padding: 17px 18px 18px !important;
}
.drv-pellet-card__title {
font-size: 1.5rem !important;
}
}