.zsh-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.zsh-card{background:#fff;border-radius:8px;overflow:hidden;display:flex;flex-direction:column}.zsh-img-wrap{position:relative;height:260px;overflow:hidden;background:#f5f5f5}.zsh-img-wrap img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.zsh-card:hover .zsh-img-wrap img{transform:scale(1.04)}.zsh-sale-badge{position:absolute;top:10px;right:10px;background:#b94040;color:#fff;font-size:10px;font-weight:700;padding:3px 8px;border-radius:3px;z-index:3;letter-spacing:.5px}.zsh-attr-badge{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;font-size:11px;font-weight:500;white-space:normal;word-break:break-word;max-width:calc(100% - 20px);box-sizing:border-box;box-shadow:0 1px 4px rgb(0 0 0 / .12);font-family:inherit;line-height:1.4}.zsh-attr-lbl{opacity:.65}.zsh-attr-val{font-weight:600}.zsh-info{padding:14px;display:flex;flex-direction:column;gap:8px;flex:1}.zsh-name{font-size:14px;font-weight:600;color:#111;text-decoration:none;line-height:1.4;display:block}.zsh-name:hover{color:#555}.zsh-price{font-size:14px;color:#111;direction:rtl}.zsh-price del{color:#aaa;font-size:12px;margin-left:4px}.zsh-price ins{text-decoration:none;color:#b94040;font-weight:700}.zsh-qty-row{display:flex;align-items:center;gap:8px;margin-top:4px;direction:rtl}.zsh-qty-ctrl{display:flex;align-items:center;border:1.5px solid #e0e0e0;border-radius:6px;overflow:hidden;flex-shrink:0}.zsh-q-btn{width:32px;height:36px;background:none!important;border:none!important;font-size:18px;cursor:pointer;color:#111!important;display:flex;align-items:center;justify-content:center;padding:0!important;border-radius:0!important;box-shadow:none!important;line-height:1;transition:background .15s}.zsh-q-btn:hover{background:#f5f5f5!important}.zsh-q-num{min-width:28px;text-align:center;font-size:14px;font-weight:600;color:#111;padding:0 4px;border-right:1.5px solid #e0e0e0;border-left:1.5px solid #e0e0e0}.zsh-atc-btn{flex:1;height:36px;background:#111!important;color:#fff!important;border:none!important;border-radius:6px!important;font-size:13px!important;font-weight:600!important;cursor:pointer!important;text-align:center!important;display:flex!important;align-items:center!important;justify-content:center!important;text-decoration:none!important;transition:opacity .2s!important;font-family:inherit!important;box-shadow:none!important;padding:0 12px!important}.zsh-atc-btn:hover{opacity:.85!important;color:#fff!important}.zsh-atc-simple{width:100%!important;flex:none!important;margin-top:4px!important}@media (max-width:900px){.zsh-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:600px){.zsh-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.zsc-qty-row{flex-direction:column!important;align-items:stretch!important}.zsc-qty-ctrl{justify-content:center}.zsc-atc-btn{width:100%!important;flex:none!important}}@media (max-width:600px){.zsh-attrs,.zsc-attrs{flex-direction:column!important}.zsh-attrs .zsh-attr-badge,.zsc-attrs span{max-width:100%!important;min-width:0!important}}