.blog-product-card{max-width:100%!important;margin:1.5rem 0!important;border:1px solid rgba(var(--color-foreground),.12)!important;border-radius:8px!important;overflow:hidden!important;font-family:var(--font-body-family)!important;display:flex!important;flex-direction:row!important;align-items:center!important;padding:12px 16px!important;gap:14px!important;background:#fff!important;box-shadow:0 1px 3px rgba(0,0,0,.05)!important;transition:box-shadow .15s!important}
.blog-product-card:hover{box-shadow:0 3px 12px rgba(0,0,0,.1)!important}
.blog-product-card *{box-sizing:border-box!important}
.blog-product-card>a{flex-shrink:0!important;display:block!important;line-height:0!important}
.blog-product-card img{width:180px!important;height:180px!important;display:block!important;object-fit:cover!important;background:#f5f5f5!important;margin:0!important;padding:0!important;border:none!important;border-radius:6px!important}
.blog-product-card-info{display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:space-between!important;flex:1!important;min-width:0!important;gap:12px!important;padding:0!important}
.blog-product-card-text{min-width:0!important;flex:1!important}
.blog-product-card-title{font-family:var(--font-heading-family)!important;font-weight:700!important;font-size:1.5rem!important;color:rgb(var(--color-foreground))!important;line-height:1.2!important;margin:0 0 4px!important;white-space:normal!important;overflow:visible!important;text-overflow:unset!important}
.blog-product-card-title a{color:inherit!important;text-decoration:none!important}
.blog-product-card-title a:hover{text-decoration:underline!important}
.blog-product-card-price{font-size:.9rem!important;color:rgba(var(--color-foreground),.55)!important;margin:0!important}
.blog-product-card-options{display:flex!important;flex-wrap:nowrap!important;gap:6px!important;flex-shrink:0!important}
.blog-product-card-select{font-size:14px!important;padding:6px 24px 6px 10px!important;border:1px solid rgba(var(--color-foreground),.15)!important;border-radius:6px!important;font-family:var(--font-body-family)!important;background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%23333' fill='none' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat right 8px center!important;-webkit-appearance:none!important;appearance:none!important;cursor:pointer!important;max-width:130px!important}
.blog-product-card-actions{display:flex!important;align-items:center!important;gap:8px!important;flex-shrink:0!important}
.blog-product-card-atc{padding:10px 20px!important;border:none!important;background:rgb(var(--color-button,18 18 18))!important;color:rgb(var(--color-button-text,255 255 255))!important;font-family:var(--font-body-family)!important;font-size:13px!important;font-weight:600!important;cursor:pointer!important;border-radius:var(--buttons-radius,6px)!important;white-space:nowrap!important;transition:opacity .15s!important}
.blog-product-card-atc:hover{opacity:.85!important}
.blog-product-card-atc:disabled{opacity:.4!important;cursor:not-allowed!important}
@media(max-width:599px){
.blog-product-card{flex-wrap:wrap!important;padding:12px!important}
.blog-product-card-info{flex-direction:column!important;align-items:flex-start!important;gap:8px!important}
.blog-product-card-title{white-space:normal!important}
}
