.esw-plp{--esw-plp-bar: #6b82a8;--esw-plp-bar-text: #ffffff;--esw-plp-orange: #ff6600;--esw-plp-orange-hover: #e85c00;--esw-plp-navy: #003d7a;--esw-plp-page-bg: #f5f5f5;--esw-plp-card-bg: #ffffff;--esw-plp-text: #333333;--esw-plp-muted: #666666;--esw-plp-line: #e0e0e0;--esw-plp-green: #3d9b35;--esw-plp-star: #ffc107;--esw-plp-star-empty: #d8d8d8;--esw-plp-hover-border: #b8d4f0;--esw-plp-pagination-active: #8fa3be;--esw-plp-pagination: #003d7a;width:100%;min-width:0;background:var(--esw-plp-page-bg);direction:rtl}.esw-plp *{box-sizing:border-box}.esw-plp-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;background:var(--esw-plp-bar);color:var(--esw-plp-bar-text);padding:10px 16px;margin-bottom:0}.esw-plp-toolbar__count{font-size:14px;font-weight:400}.esw-plp-toolbar__count strong{font-weight:700}.esw-plp-toolbar__actions{display:flex;align-items:center;gap:12px}.esw-plp-sort{height:34px;min-width:140px;border:1px solid rgba(255,255,255,.35);background:#ffffff1f;color:#fff;padding:0 28px 0 12px;font-size:13px;border-radius:2px;cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:left 10px center}.esw-plp-sort option{color:#333;background:#fff}.esw-plp-view-toggle{display:flex;border:1px solid rgba(255,255,255,.4);border-radius:2px;overflow:hidden}.esw-plp-view-toggle button{width:38px;height:34px;border:0;background:transparent;color:#ffffffbf;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s ease,color .15s ease}.esw-plp-view-toggle button:hover{background:#ffffff26;color:#fff}.esw-plp-view-toggle button.is-active{background:#fff;color:var(--esw-plp-navy)}.esw-plp-view-toggle button svg{width:18px;height:18px}.esw-plp-panel{background:var(--esw-plp-card-bg);border:1px solid var(--esw-plp-line);border-top:0}.esw-plp-panel[hidden]{display:none!important}.esw-plp-grid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(4,1fr);gap:0}.esw-plp-grid>li{border-inline-start:1px solid var(--esw-plp-line);border-bottom:1px solid var(--esw-plp-line)}.esw-plp-grid>li:nth-child(4n+1){border-inline-start:0}.esw-plp-card{position:relative;background:var(--esw-plp-card-bg);height:100%;display:flex;flex-direction:column}.esw-plp-card__main{display:flex;flex-direction:column;align-items:center;text-align:center;padding:20px 16px 16px;text-decoration:none;color:inherit;flex:1}.esw-plp-card__main:hover .esw-plp-card__title{color:var(--esw-plp-navy)}.esw-plp-card__img-wrap{width:100%;max-width:280px;aspect-ratio:3 / 2;display:flex;align-items:center;justify-content:center;background:#fff;margin-bottom:14px;overflow:hidden}.esw-plp-card__img-wrap img{width:100%;height:100%;object-fit:contain;display:block}.esw-plp-card__no-img{font-size:12px;color:#aaa}.esw-plp-card__brand{margin:0 0 6px;font-size:13px;font-weight:700;color:var(--esw-plp-text);line-height:1.3}.esw-plp-card__title{margin:0 0 10px;font-size:13px;font-weight:400;line-height:1.45;color:var(--esw-plp-text);display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;min-height:3.9em}.esw-plp-card__rating{display:flex;align-items:center;justify-content:center;gap:4px;margin-bottom:10px;font-size:12px;color:var(--esw-plp-muted)}.esw-plp-stars{display:inline-flex;gap:1px;color:var(--esw-plp-star);letter-spacing:-1px;line-height:1}.esw-plp-stars .is-empty{color:var(--esw-plp-star-empty)}.esw-plp-card__price-block{width:100%}.esw-plp-card__uvp{display:block;font-size:11px;color:var(--esw-plp-muted);margin-bottom:2px}.esw-plp-card__uvp s{color:#c44;text-decoration:line-through}.esw-plp-card__price{display:block;font-size:22px;font-weight:700;color:var(--esw-plp-orange);line-height:1.2}.esw-plp-card__price-note{display:block;font-size:10px;color:var(--esw-plp-muted);margin-top:4px;line-height:1.4}.esw-plp-card__hover{display:none;flex-direction:column;gap:10px;padding:0 16px 16px;border-top:1px solid var(--esw-plp-line);background:#fff}.esw-plp-card:hover{box-shadow:0 2px 12px #003d7a1f;outline:2px solid var(--esw-plp-hover-border);outline-offset:-2px;z-index:2;position:relative}.esw-plp-card:hover .esw-plp-card__hover{display:flex}.esw-plp-card__cart-row{display:grid;grid-template-columns:48px 1fr;gap:8px}.esw-plp-qty{width:100%;height:40px;border:1px solid var(--esw-plp-line);text-align:center;font-size:14px;font-weight:600}.esw-plp-btn-cart{height:40px;border:0;background:var(--esw-plp-orange);color:#fff;font-size:14px;font-weight:700;cursor:pointer;transition:background .15s ease}.esw-plp-btn-cart:hover{background:var(--esw-plp-orange-hover)}.esw-plp-card__status{font-size:11px;text-align:right}.esw-plp-in-stock{color:var(--esw-plp-green);font-weight:600}.esw-plp-shipping{color:var(--esw-plp-muted);text-decoration:underline;font-size:11px}.esw-plp-card__actions{display:grid;grid-template-columns:1fr 1fr;gap:8px}.esw-plp-action-btn{height:36px;border:1px solid var(--esw-plp-line);background:#fff;font-size:12px;font-weight:600;color:var(--esw-plp-navy);cursor:pointer;display:flex;align-items:center;justify-content:center;gap:6px}.esw-plp-action-btn:hover{background:#f5f5f5}.esw-plp-list{list-style:none;margin:0;padding:0}.esw-plp-list>li{border-bottom:1px solid var(--esw-plp-line)}.esw-plp-row{display:grid;grid-template-columns:160px 1fr 260px;gap:20px;align-items:start;padding:20px;background:#fff;position:relative}.esw-plp-row__img{display:flex;align-items:center;justify-content:center;aspect-ratio:3 / 2;background:#fff;border:1px solid var(--esw-plp-line);padding:8px;text-decoration:none}.esw-plp-row__img img{max-width:100%;max-height:100%;object-fit:contain}.esw-plp-row__body{min-width:0}.esw-plp-row__title{margin:0 0 8px;font-size:16px;font-weight:700;line-height:1.4;color:var(--esw-plp-text)}.esw-plp-row__title a{color:inherit;text-decoration:none}.esw-plp-row__title a:hover{color:var(--esw-plp-navy)}.esw-plp-row__desc{margin:0 0 12px;font-size:13px;line-height:1.65;color:var(--esw-plp-muted);display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.esw-plp-row__links{display:flex;gap:16px;font-size:12px}.esw-plp-row__links button{border:0;background:none;padding:0;color:var(--esw-plp-muted);text-decoration:underline;cursor:pointer;font-size:12px}.esw-plp-row__aside{text-align:left;display:flex;flex-direction:column;align-items:flex-end;gap:8px}.esw-plp-row__brand-logo{font-size:14px;font-weight:800;color:var(--esw-plp-navy);letter-spacing:.03em;text-transform:uppercase}.esw-plp-row__aside .esw-plp-card__uvp{text-align:left}.esw-plp-row__aside .esw-plp-card__price{font-size:26px;text-align:left}.esw-plp-row__aside .esw-plp-card__price-note{text-align:left}.esw-plp-row__cart{display:grid;grid-template-columns:52px 1fr;gap:8px;width:100%;max-width:240px;margin-top:8px}.esw-plp-row__cart .esw-plp-btn-cart,.esw-plp-row__cart .esw-plp-qty{height:44px}.esw-plp-empty{padding:48px 24px;text-align:center;color:var(--esw-plp-muted);font-size:14px;background:#fff;border:1px solid var(--esw-plp-line);border-top:0}.esw-plp-pagination{display:flex;justify-content:flex-end;flex-wrap:wrap;gap:4px;padding:16px 0 8px;background:transparent}.esw-plp-pagination button{min-width:36px;height:36px;border:0;border-radius:3px;font-size:14px;font-weight:600;cursor:pointer;color:#fff;background:var(--esw-plp-pagination);transition:opacity .15s ease}.esw-plp-pagination button:hover:not(:disabled){opacity:.9}.esw-plp-pagination button.is-active{background:var(--esw-plp-pagination-active);cursor:default}.esw-plp-pagination button:disabled{opacity:.45;cursor:not-allowed}@media(max-width:1100px){.esw-plp-grid{grid-template-columns:repeat(3,1fr)}.esw-plp-grid>li:nth-child(4n+1){border-inline-start:1px solid var(--esw-plp-line)}.esw-plp-grid>li:nth-child(3n+1){border-inline-start:0}.esw-plp-row{grid-template-columns:140px 1fr 220px}}@media(max-width:800px){.esw-plp-grid{grid-template-columns:repeat(2,1fr)}.esw-plp-grid>li:nth-child(3n+1){border-inline-start:1px solid var(--esw-plp-line)}.esw-plp-grid>li:nth-child(odd){border-inline-start:0}.esw-plp-row{grid-template-columns:1fr}.esw-plp-row__aside{align-items:stretch;text-align:right}.esw-plp-row__aside .esw-plp-card__price,.esw-plp-row__aside .esw-plp-card__uvp,.esw-plp-row__aside .esw-plp-card__price-note{text-align:right}}@media(max-width:520px){.esw-plp-grid{grid-template-columns:1fr}.esw-plp-grid>li{border-inline-start:0!important}}.sr-only[data-astro-cid-rzfwtahl]{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
