/* BehzadKala product system — 0.2.3.34 */
.bk-product-card-wrap{min-width:0!important;margin:0!important;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important;list-style:none}
.bk-product-card{position:relative;display:flex;overflow:hidden;flex-direction:column;height:100%;min-height:500px;border:1px solid #e2eaf5;border-radius:20px;background:#fff;box-shadow:0 10px 30px rgba(16,43,82,.055);color:#152b4f;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}
.bk-product-card:hover{border-color:#bfd4f3;box-shadow:0 16px 38px rgba(16,43,82,.1);transform:translateY(-2px)}

.bk-product-card__media{position:relative;display:grid;place-items:center;aspect-ratio:1/1;min-height:230px;padding:18px;background:linear-gradient(180deg,#fbfdff,#f4f8ff)}
.bk-product-card__media-link{position:relative;display:grid;place-items:center;width:100%;height:100%}
.bk-product-card__image{position:absolute;inset:0;display:block;width:100%;height:100%;max-height:270px;margin:auto;object-fit:contain;transition:opacity .24s ease,transform .28s ease}
.bk-product-card__image--primary{z-index:1;opacity:1}
.bk-product-card__image--secondary{z-index:2;opacity:0}
.bk-product-card__tool-actions{position:absolute;top:14px;left:14px;z-index:5;display:flex;flex-direction:column;gap:7px}
.bk-product-card__media-action{display:grid;place-items:center;width:40px;height:40px;padding:0;border:1px solid rgba(206,219,237,.9);border-radius:12px;background:rgba(255,255,255,.94);box-shadow:0 8px 22px rgba(20,47,84,.1);color:#29496f;opacity:0;cursor:pointer;transform:translateY(5px);transition:opacity .2s ease,transform .2s ease,background-color .2s ease,color .2s ease,border-color .2s ease}
.bk-product-card__media-action svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.bk-product-card__media-action:hover,.bk-product-card__media-action:focus-visible{border-color:#1765dc;background:#1765dc;color:#fff}
.bk-product-card__media-action.is-active{border-color:#1765dc;background:#1765dc;color:#fff;opacity:1;transform:none}
.bk-product-card:hover .bk-product-card__media-action,.bk-product-card:focus-within .bk-product-card__media-action{opacity:1;transform:none}

@media (hover:hover) and (pointer:fine){
	.bk-product-card.has-secondary-image:hover .bk-product-card__image--primary{opacity:0;transform:scale(.985)}
	.bk-product-card.has-secondary-image:hover .bk-product-card__image--secondary{opacity:1;transform:scale(1.015)}
	.bk-product-card:not(.has-secondary-image):hover .bk-product-card__image--primary{transform:scale(1.018)}
}

.bk-product-card__badges{position:absolute;top:14px;right:14px;left:62px;z-index:4;display:flex;align-items:flex-start;justify-content:flex-start;flex-wrap:wrap;gap:6px;pointer-events:none}
.bk-product-card__badges span{display:inline-flex;align-items:center;min-height:27px;padding:4px 9px;border:1px solid rgba(23,101,220,.13);border-radius:999px;background:rgba(255,255,255,.93);color:#1765dc;font-size:11px;font-weight:800;box-shadow:0 4px 12px rgba(15,45,89,.07);backdrop-filter:blur(8px)}
.bk-product-card__badges .is-sale{border-color:#ffd6d6;background:#fff1f1;color:#d73939}

.bk-product-card__body{display:flex;flex:1;flex-direction:column;padding:16px 17px 17px}
.bk-product-card__stock{align-self:flex-start;margin-bottom:7px;font-size:11px;font-weight:800}
.bk-product-card__stock.is-in-stock{color:#15845d}.bk-product-card__stock.is-out-of-stock{color:#c64646}
.bk-product-card__title{display:-webkit-box;overflow:hidden;min-height:54px;margin:0;color:#142a4d;font-size:15px;font-weight:800;line-height:1.8;-webkit-box-orient:vertical;-webkit-line-clamp:2}
.bk-product-card__title a{color:inherit}.bk-product-card__title a:hover{color:#1765dc}
.bk-product-card__specs{display:grid;gap:7px;min-height:66px;margin:13px 0 0;padding:0;list-style:none}
.bk-product-card__specs li{display:flex;align-items:center;justify-content:space-between;gap:10px;min-width:0;color:#748199;font-size:11px;line-height:1.6}
.bk-product-card__specs li span{white-space:nowrap}.bk-product-card__specs li strong{overflow:hidden;color:#334969;font-size:11px;font-weight:750;text-align:left;text-overflow:ellipsis;white-space:nowrap}
.bk-product-card__specs-placeholder{min-height:66px;margin-top:13px}

.bk-product-card__swatches{display:flex;align-items:center;gap:6px;min-height:26px;margin-top:10px;direction:rtl}
.bk-product-card__swatch{position:relative;display:inline-flex;align-items:center;justify-content:center;flex:0 0 22px;width:22px!important;min-width:22px!important;max-width:22px;height:22px!important;min-height:22px!important;max-height:22px;padding:0!important;border:2px solid #fff;border-radius:50%!important;background:var(--bk-swatch,#eef2f7);box-shadow:0 0 0 1px #cfd9e7;box-sizing:border-box;overflow:hidden;line-height:1!important;text-indent:-9999px;cursor:default;appearance:none;-webkit-appearance:none;transition:box-shadow .18s ease,transform .18s ease}
.bk-product-card__swatch[style*="#f8fafc"],.bk-product-card__swatch[style*="#fff"]{box-shadow:0 0 0 1px #b9c5d5}
.bk-product-card__swatches.is-interactive .bk-product-card__swatch{cursor:pointer}
.bk-product-card__swatches.is-interactive .bk-product-card__swatch:hover,.bk-product-card__swatch.is-selected{box-shadow:0 0 0 2px #1765dc;transform:scale(1.08)}
.bk-product-card__swatch:focus-visible{outline:3px solid rgba(23,101,220,.25);outline-offset:3px}
.bk-product-card__swatch.is-text{flex-basis:auto;width:auto!important;min-width:28px!important;max-width:none;height:22px!important;min-height:22px!important;max-height:22px;padding:0 7px!important;border:1px solid #d7e1ee;border-radius:999px!important;background:#f7f9fc;color:#52647c;font-size:9px;font-weight:700;line-height:20px!important;text-indent:0;box-shadow:none;overflow:visible}
.bk-product-card__swatch-more{display:inline-flex;align-items:center;justify-content:center;height:22px;padding:0 5px;border-radius:999px;background:#eef4ff;color:#1765dc;font-size:10px;font-weight:800}

.bk-product-card__footer{display:flex;align-items:flex-end;justify-content:space-between;flex-direction:column;gap:12px;margin-top:auto;padding-top:15px;border-top:1px solid #edf1f7}
.bk-product-card__price{width:100%;min-height:29px;color:#1765dc;font-size:15px;font-weight:850;text-align:left}
.bk-product-card__price del{margin-left:6px;color:#9aa5b6;font-size:12px;font-weight:500}.bk-product-card__price ins{text-decoration:none}
.bk-product-card__actions{display:grid;grid-template-columns:minmax(0,1fr) 42px;gap:8px;width:100%}
.bk-product-card__actions .button{display:inline-flex;align-items:center;justify-content:center;min-height:42px!important;margin:0!important;padding:8px 12px!important;border:0!important;border-radius:11px!important;background:#1765dc!important;color:#fff!important;font-size:12px!important;font-weight:800!important;line-height:1.4!important;box-shadow:none!important}
.bk-product-card__actions .button:hover{background:#0f57c5!important}
.bk-product-card__actions .added_to_cart{display:none!important}
.bk-product-card__details{display:grid;place-items:center;width:42px;height:42px;border:1px solid #dce6f3;border-radius:11px;background:#f5f8fd;color:#23446f}
.bk-product-card__details:hover{border-color:#1765dc;background:#1765dc;color:#fff}.bk-product-card__details svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.bk-product-card--used-phone .bk-product-card__media{background:linear-gradient(180deg,#fffdf8,#f6f9ff)}
.bk-product-card--mainboard .bk-product-card__media{background:linear-gradient(180deg,#f9fcff,#eef6ff)}
.bk-product-card--mobile-battery .bk-product-card__media{background:linear-gradient(180deg,#fbfff9,#f2f8ff)}

.bk-product-specs{margin:26px 0}.bk-product-specs__header h3{margin:0 0 17px;color:#142a4d;font-size:22px;font-weight:850;line-height:1.5}
.bk-product-specs__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.bk-product-specs__item{display:flex;justify-content:center;flex-direction:column;min-height:82px;padding:13px 15px;border:1px solid #e4ebf5;border-radius:14px;background:#fff;box-shadow:0 4px 14px rgba(16,43,82,.035)}
.bk-product-specs__title{margin-bottom:5px;color:#758299;font-size:12px;font-weight:650}.bk-product-specs__value{color:#203958;font-size:13px;font-weight:800;line-height:1.7;overflow-wrap:anywhere}
.bk-product-specs__footer{display:flex;align-items:center;gap:14px;margin-top:19px}.bk-product-specs__footer:before,.bk-product-specs__footer:after{flex:1;height:1px;background:#e3eaf4;content:""}
.bk-product-specs__footer a{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:7px 16px;border:1px solid #dce6f3;border-radius:999px;background:#f8faff;color:#28517f;font-size:12px;font-weight:800}

@media(max-width:1180px){.bk-product-card{min-height:470px}.bk-product-card__media{min-height:210px}}
@media(max-width:767px){.bk-product-card{min-height:420px;border-radius:16px}.bk-product-card__media{min-height:165px;padding:11px}.bk-product-card__tool-actions{top:9px;left:9px;gap:5px}.bk-product-card__media-action{width:34px;height:34px;opacity:1;transform:none}.bk-product-card__media-action.is-details{display:none}.bk-product-card__media-action svg{width:18px;height:18px}.bk-product-card__body{padding:12px}.bk-product-card__title{min-height:48px;font-size:13px;line-height:1.75}.bk-product-card__specs{min-height:55px;gap:4px}.bk-product-card__specs li,.bk-product-card__specs li strong{font-size:10px}.bk-product-card__price{font-size:13px}.bk-product-card__actions{grid-template-columns:minmax(0,1fr) 38px}.bk-product-card__actions .button,.bk-product-card__details{min-height:38px!important;height:38px}.bk-product-specs__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:430px){.bk-product-card__specs{display:none}.bk-product-card__specs-placeholder{display:none}.bk-product-card{min-height:360px}.bk-product-card__swatches{margin-top:7px}.bk-product-specs__grid{grid-template-columns:1fr}}
@media(prefers-reduced-motion:reduce){.bk-product-card,.bk-product-card__image,.bk-product-card__media-action{transition:none!important}}

.single-product .summary .bk-product-specs{margin:18px 0 22px}.single-product .summary .bk-product-specs__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.single-product .summary .bk-product-specs__item{min-height:68px;padding:10px 12px}.single-product .summary .bk-product-specs__header h3{font-size:18px;margin-bottom:12px}.single-product .summary .bk-product-specs__footer{display:none}@media(max-width:520px){.single-product .summary .bk-product-specs__grid{grid-template-columns:1fr}}

/* 0.4.11 — factual best-seller context badge. */
.bk-product-card__badges .is-bestseller{border-color:#ecd99d;background:#fff8de;color:#9a6d00}
