.ws-shop-replacer{width:100%;box-sizing:border-box;margin:24px 0}.ws-shop-replacer,.ws-shop-replacer *{box-sizing:border-box}.ws-shop-header{display:grid;grid-template-columns:1fr auto;align-items:end;gap:12px 24px;margin:0 0 24px}.ws-shop-heading{margin:0;font-size:clamp(1.5rem,2.5vw,2.1rem);line-height:1.15}.ws-shop-subtitle{margin:6px 0 0;opacity:.7}.ws-shop-count{font-size:.9rem;opacity:.7;align-self:center}.ws-shop-sort{grid-column:2}.ws-shop-ordering{margin:0}.ws-shop-ordering select{padding:9px 12px;border-radius:8px;border:1px solid #d8d8d8;background:#fff}.ws-shop-grid{display:grid;grid-template-columns:repeat(var(--ws-shop-desktop,4),minmax(0,1fr));gap:var(--ws-shop-gap,22px)}.ws-shop-card{min-width:0;background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:var(--ws-shop-radius,14px);overflow:hidden;box-shadow:0 5px 18px rgba(0,0,0,.05);transition:transform .22s ease,box-shadow .22s ease}.ws-shop-card:hover{transform:translateY(-5px);box-shadow:0 13px 30px rgba(0,0,0,.12)}.ws-shop-media{height:var(--ws-shop-img,250px);position:relative;background:#fff;display:flex;align-items:center;justify-content:center;overflow:hidden}.ws-shop-image-link{display:flex;width:100%;height:100%;align-items:center;justify-content:center}.ws-shop-image,.ws-shop-media img{width:100%;height:100%;max-width:100%;max-height:100%;object-fit:contain!important;object-position:center!important;display:block;transition:transform .25s ease}.ws-shop-card:hover .ws-shop-image{transform:scale(1.035)}.ws-shop-badges{position:absolute;z-index:2;left:12px;top:12px;display:flex;gap:6px;flex-wrap:wrap}.ws-shop-badge{padding:5px 9px;border-radius:999px;background:#111;color:#fff;font-size:.72rem;font-weight:700;line-height:1}.ws-shop-badge-out{background:#b42318}.ws-shop-content{padding:16px}.ws-shop-title{font-size:1rem;line-height:1.4;margin:0 0 8px}.ws-shop-title a{text-decoration:none;color:inherit}.ws-shop-rating{min-height:18px;margin-bottom:6px}.ws-shop-rating .star-rating{float:none;margin:0}.ws-shop-price{font-size:1.05rem;font-weight:700;margin:6px 0 14px}.ws-shop-price del{opacity:.55;font-weight:400;margin-right:5px}.ws-shop-price ins{text-decoration:none}.ws-shop-actions{display:grid;grid-template-columns:1fr;gap:8px}.ws-shop-actions a{display:flex!important;justify-content:center;align-items:center;text-align:center;text-decoration:none!important;min-height:40px;padding:9px 12px;border-radius:var(--ws-shop-btn-radius,8px);font-size:.88rem;font-weight:700;line-height:1.2}.ws-shop-add-cart{background:#111!important;color:#fff!important}.ws-shop-buy{border:1px solid #d7d7d7!important;color:#111!important;background:#fff!important}.ws-shop-actions a:focus-visible,.ws-shop-title a:focus-visible,.ws-shop-image-link:focus-visible{outline:3px solid currentColor;outline-offset:2px}.ws-shop-pagination{margin-top:30px}.ws-shop-pagination ul{display:flex;gap:7px;justify-content:center;list-style:none;margin:0;padding:0}.ws-shop-pagination a,.ws-shop-pagination span{display:flex;align-items:center;justify-content:center;min-width:38px;height:38px;padding:0 10px;border:1px solid #ddd;border-radius:8px;text-decoration:none}.ws-shop-pagination .current{background:#111;color:#fff;border-color:#111}.ws-shop-empty{padding:40px;text-align:center;border:1px dashed #ccc;border-radius:12px}@media(max-width:1024px){.ws-shop-grid{grid-template-columns:repeat(var(--ws-shop-tablet,3),minmax(0,1fr))}}@media(max-width:767px){.ws-shop-header{grid-template-columns:1fr}.ws-shop-sort{grid-column:auto}.ws-shop-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:max(10px,calc(var(--ws-shop-gap,22px)*.65))}.ws-shop-media{height:var(--ws-shop-img,250px)}.ws-shop-content{padding:12px}.ws-shop-title{font-size:.9rem}.ws-shop-price{font-size:.95rem}.ws-shop-actions a{min-height:38px;padding:8px 7px;font-size:.78rem}.ws-shop-badges{left:8px;top:8px}.ws-shop-badge{font-size:.65rem;padding:4px 7px}}@media(prefers-reduced-motion:reduce){.ws-shop-card,.ws-shop-image{transition:none}}