כוונות השלכה ואופטיקה לאקדח ולרובה – המגוון הגדול והמקצועי בישראל

A collection page of Time to EDC - Store

category
Products
102
Active ads
0
Depth
Published
2022/12/23

About

/* ===== Holosun Collection — Authority & SEO 2026 ===== */ .hls-wrap{ --brand:#464531; --bg:#F4F4F4; --line:#e5e7eb; --muted:#5e5d44; --accent1:#DA9D1A; --accent2:#7C8C6E; --accent3:#8AA6A3; --accent4:#B08BBB; --accent5:#A7A29E; --accent6:#7E8794; --highlight-bg: #fffbf0; } .hls-wrap *{ box-sizing:border-box; } .hls-wrap{ direction: rtl; text-align: right; font-family: Arial,'Heebo',sans-serif; background:#F4F4F4; color:#464531; font-size:14px; line-height:1.4; padding:20px; border-radius:14px; max-width:980px; margin:0 auto; } .hls-h2{ font-size:clamp(18px,4.5vw,22px); margin:0 0 12px; line-height:1.25; } .hls-h3{ font-size:clamp(16px,4vw,20px); margin:14px 0 8px; line-height:1.3; } .hls-p{ margin:8px 0 10px; } .hls-a{ color:var(--brand); text-decoration:none; } .hls-card{ background:#fff; border:1px solid var(--line); border-radius:12px; padding:16px; margin:12px 0; } /* Guide Box Style */ .hls-card.guide-box { background: var(--highlight-bg); border: 1px solid var(--accent1); } .hls-grid{ display:grid; gap:12px; grid-template-columns:1fr; } @media(min-width:768px){ .hls-grid.md-2{ grid-template-columns:repeat(2,1fr); } .hls-grid.md-3{ grid-template-columns:repeat(3,1fr);} } .hls-list{ padding-right:18px; margin:8px 0; } .hls-list li{ margin:0 0 6px; } .hls-pill{ display:inline-block; border:1px solid var(--line); background:#fff; border-radius:999px; padding:8px 12px; font-weight:700; margin:6px 6px 0 0; } /* HERO */ .hls-hero{ width:100%; margin:0 0 12px; border-radius:12px; overflow:hidden; background:#fff; border:1px solid var(--line); } .hls-hero .hls-frame{ width:100%; aspect-ratio:21/9; max-height:clamp(160px,32vh,300px); } .hls-hero img{ width:100%; height:100%; display:block; object-fit:cover; object-position:center; } /* FAQ */ .hls-faq details{ border:1px solid var(--line); background:#fff; border-radius:12px; padding:10px 12px; margin:10px 0; } .hls-faq summary{ list-style:none; cursor:pointer; } .hls-faq summary::-webkit-details-marker{ display:none;