/* Alatishop conversion-pack — urgency bar, trust badges, free-ship bar, scarcity. Brand boje preko :root var. */

.als-urgency-bar{background:var(--als-accent,#D72638);color:#fff;font-size:13px;text-align:center;padding:6px 12px}
.als-urgency-bar ul{display:flex;gap:24px;justify-content:center;margin:0;padding:0;list-style:none;flex-wrap:wrap}
.als-urgency-bar li{margin:0}
@media(max-width:600px){.als-urgency-bar li:not(:first-child){display:none}}

.als-freeship{margin:0 0 16px}
.als-freeship p{margin:0 0 6px;font-weight:600}
.als-freeship-track{background:#eee;border-radius:6px;height:8px;overflow:hidden}
.als-freeship-track span{display:block;height:100%;background:var(--als-accent,#D72638);transition:width .3s}
.als-trust{display:flex;flex-wrap:wrap;gap:8px 18px;list-style:none;padding:0;margin:14px 0 6px;font-size:13px}
.als-trust li{white-space:nowrap;display:inline-flex;align-items:center;gap:6px}
.als-trust li svg{width:16px;height:16px;flex:0 0 auto;color:var(--als-accent,#D72638)}
.als-freeship p svg{width:16px;height:16px;vertical-align:-3px}
.als-pdp-help{font-size:13px;color:#555;margin:4px 0 0;display:inline-flex;align-items:center;gap:6px}
.als-pdp-help svg{width:15px;height:15px;flex:0 0 auto;color:var(--als-accent,#D72638)}
