.dkrd-product-grid{
    --dkrd-bg:#fff;
    --dkrd-text:#1b1c20;
    --dkrd-muted:#6f7480;
    --dkrd-border:rgba(27,28,32,.09);
    --dkrd-accent:#e73745;
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:14px;
    width:100%;
    margin:20px 0;
    font-family:inherit;
}
.dkrd-product-card{
    position:relative;
    overflow:hidden;
    min-width:0;
    background:var(--dkrd-bg);
    border:1px solid var(--dkrd-border);
    border-radius:16px;
    box-shadow:0 6px 24px rgba(25,28,35,.05);
    transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;
}
.dkrd-product-card:hover{
    transform:translateY(-3px);
    box-shadow:0 12px 30px rgba(25,28,35,.10);
    border-color:rgba(27,28,32,.15);
}
.dkrd-product-media{
    position:relative;
    display:block;
    aspect-ratio:1/1;
    overflow:hidden;
    background:#f5f5f6;
}
.dkrd-product-image{
    width:100%!important;
    height:100%!important;
    margin:0!important;
    object-fit:cover;
    display:block;
    transition:transform .35s ease;
}
.dkrd-product-card:hover .dkrd-product-image{transform:scale(1.035)}
.dkrd-sale-badge{
    position:absolute;
    top:10px;
    right:10px;
    padding:5px 9px;
    color:#fff;
    background:var(--dkrd-accent);
    border-radius:999px;
    font-size:11px;
    font-weight:700;
    line-height:1;
}
.dkrd-product-body{padding:12px 12px 13px}
.dkrd-product-title{
    margin:0 0 9px!important;
    min-height:40px;
    font-size:14px!important;
    font-weight:700!important;
    line-height:1.45!important;
    color:var(--dkrd-text);
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    overflow:hidden;
}
.dkrd-product-title a{color:inherit!important;text-decoration:none!important}
.dkrd-product-meta{display:flex;align-items:center;justify-content:space-between;gap:8px}
.dkrd-product-price{
    min-width:0;
    color:var(--dkrd-text);
    font-size:13px;
    font-weight:700;
    white-space:nowrap;
}
.dkrd-product-price del{color:var(--dkrd-muted);font-size:11px;font-weight:500;opacity:.75}
.dkrd-product-price ins{text-decoration:none}
.dkrd-wishlist-btn{
    flex:0 0 36px;
    width:36px;
    height:36px;
    padding:0;
    display:grid;
    place-items:center;
    border:1px solid var(--dkrd-border);
    border-radius:50%;
    background:#fff;
    color:#7b7f89;
    cursor:pointer;
    box-shadow:none;
    transition:.2s ease;
}
.dkrd-wishlist-btn:hover{border-color:var(--dkrd-accent);color:var(--dkrd-accent);transform:scale(1.05)}
.dkrd-wishlist-btn svg{width:18px;height:18px;fill:transparent;stroke:currentColor;stroke-width:1.8}
.dkrd-wishlist-btn.is-active{color:var(--dkrd-accent);border-color:rgba(231,55,69,.28);background:rgba(231,55,69,.06)}
.dkrd-wishlist-btn.is-active svg{fill:currentColor}
.dkrd-wishlist-btn.is-loading{pointer-events:none;opacity:.55}
.dkrd-grid-notice{
    padding:16px 18px;
    margin:18px 0;
    border:1px solid rgba(27,28,32,.1);
    border-radius:14px;
    background:#fff;
    text-align:center;
    font-family:inherit;
}
.dkrd-grid-notice a{font-weight:700;text-decoration:none}
@media (min-width:1024px){
    .dkrd-product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}
    .dkrd-product-body{padding:14px 15px 15px}
    .dkrd-product-title{font-size:15px!important}
    .dkrd-product-price{font-size:14px}
}
@media (max-width:420px){
    .dkrd-product-grid{gap:10px}
    .dkrd-product-card{border-radius:13px}
    .dkrd-product-body{padding:10px}
    .dkrd-product-title{font-size:12.5px!important;min-height:36px;margin-bottom:7px!important}
    .dkrd-product-price{font-size:12px}
    .dkrd-wishlist-btn{width:32px;height:32px;flex-basis:32px}
    .dkrd-wishlist-btn svg{width:16px;height:16px}
}

.dkrd-product-code{margin:-2px 0 9px;font-size:10.5px;line-height:1.4;color:#8a9099;font-weight:600}.dkrd-product-code strong{color:#535963;font-weight:800}.dkrd-card-actions{display:flex;align-items:center;gap:7px;flex:0 0 auto}.dkrd-cart-btn{width:36px;height:36px;flex:0 0 36px;border:1px solid #e5e7eb;border-radius:11px;background:#181a1e;color:#fff!important;display:flex;align-items:center;justify-content:center;text-decoration:none!important;transition:transform .18s ease,background .18s ease,border-color .18s ease}.dkrd-cart-btn:hover{transform:scale(1.05);background:#2b2e34;border-color:#2b2e34;color:#fff!important}.dkrd-cart-btn svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}@media(max-width:640px){.dkrd-product-code{font-size:9.5px;margin-bottom:7px}.dkrd-card-actions{gap:5px}.dkrd-cart-btn{width:32px;height:32px;flex-basis:32px;border-radius:10px}.dkrd-cart-btn svg{width:16px;height:16px}}
