/* Q1 Store V16.93 — curved marble-base offer text, social buttons and responsive polish */
:root{
  --q1-stage-arc-color:#a86108;
  --q1-stage-arc-font:52;
  --q1-stage-arc-letter:1.2px;
  --q1-stage-arc-width:68%;
  --q1-stage-arc-y:88%;
  --q1-stage-arc-height:112px;
  --q1-stage-arc-shadow:0 2px 1px rgba(255,255,255,.92),0 4px 7px rgba(92,43,0,.30);
}
body.q1-v16-93 .q1-stage-offer-ticker.q1-curved-offer{
  position:absolute!important;
  left:50%!important;
  top:var(--q1-stage-arc-y)!important;
  transform:translate(-50%,-50%)!important;
  width:var(--q1-stage-arc-width)!important;
  height:var(--q1-stage-arc-height)!important;
  z-index:18!important;
  display:none;
  overflow:visible!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  padding:0!important;
  cursor:pointer;
  pointer-events:auto;
}
body.q1-v16-93 .q1-stage-offer-ticker.q1-curved-offer svg{display:block;width:100%;height:100%;overflow:visible}
body.q1-v16-93 .q1-stage-offer-ticker.q1-curved-offer .q1-curved-text{
  fill:var(--q1-stage-arc-color);
  font-family:Tajawal,Cairo,Arial,sans-serif;
  font-weight:900;
  letter-spacing:var(--q1-stage-arc-letter);
  paint-order:stroke fill;
  stroke:rgba(255,247,225,.72);
  stroke-width:1.4px;
  filter:drop-shadow(0 3px 2px rgba(75,35,0,.26));
}
body.q1-v16-93 .q1-stage-offer-ticker.q1-curved-offer:hover .q1-curved-text{filter:drop-shadow(0 4px 3px rgba(75,35,0,.38))}
body.q1-v16-93 #q158ExtraButtons .q1-custom-hero-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;text-decoration:none}
body.q1-v16-93 #q158ExtraButtons .q1-custom-hero-btn .q1-btn-icon{font-size:1.15em;line-height:1}
body.q1-v16-93 .lux-top-strip{min-height:var(--q1-topstrip-height,34px)}
body.q1-v16-93 .lux-top-strip.is-marquee .lux-top-inner{animation-duration:var(--q1-topstrip-speed,18s)!important}
body.q1-v16-93 .q1-social-ready-badge{display:inline-flex;align-items:center;gap:6px;border:1px solid #d7a238;background:#fff8e8;color:#713f12;border-radius:999px;padding:5px 10px;font-size:12px;font-weight:900}
@media(max-width:900px){
  body.q1-v16-93 .q1-stage-offer-ticker.q1-curved-offer{width:min(88%,560px)!important;height:84px!important;top:89%!important}
  body.q1-v16-93 #q158ExtraButtons{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));width:100%}
  body.q1-v16-93 #q158ExtraButtons .q1-custom-hero-btn{width:100%!important;min-width:0}
}
@media(max-width:560px){
  body.q1-v16-93 .q1-stage-offer-ticker.q1-curved-offer{width:92%!important;height:68px!important;top:90%!important}
  body.q1-v16-93 #q158ExtraButtons{grid-template-columns:1fr}
}
