/* Allhutbazar premium announcement bar v1.0.23
   Dedicated late-loaded stylesheet to override legacy .zf-topline rules safely. */
.zf-topline{
  --zf-notice-bg:#fff7f0;
  --zf-notice-bg-end:#fdeee8;
  --zf-notice-text:#342821;
  --zf-notice-accent:#d86b5b;
  display:block!important;
  position:relative!important;
  width:100%!important;
  min-height:40px!important;
  overflow:hidden!important;
  isolation:isolate;
  background:
    radial-gradient(circle at 12% -80%, color-mix(in srgb,var(--zf-notice-accent) 11%,transparent), transparent 34%),
    linear-gradient(105deg,var(--zf-notice-bg) 0%,var(--zf-notice-bg-end) 52%,var(--zf-notice-bg) 100%)!important;
  color:var(--zf-notice-text)!important;
  border:0!important;
  border-bottom:1px solid color-mix(in srgb,var(--zf-notice-accent) 20%,#fff)!important;
  box-shadow:0 6px 22px rgba(30,22,18,.045)!important;
}
.zf-topline:before,.zf-topline:after{
  content:""!important;
  position:absolute!important;
  z-index:4!important;
  top:0!important;
  bottom:0!important;
  width:76px!important;
  pointer-events:none!important;
}
.zf-topline:before{left:0!important;background:linear-gradient(90deg,var(--zf-notice-bg) 22%,transparent)!important}
.zf-topline:after{right:0!important;background:linear-gradient(270deg,var(--zf-notice-bg) 22%,transparent)!important}
.zf-notice-marquee{
  position:relative!important;
  z-index:2!important;
  display:flex!important;
  align-items:center!important;
  width:100%!important;
  min-height:40px!important;
  overflow:hidden!important;
}
.zf-notice-track{
  display:flex!important;
  align-items:center!important;
  width:max-content!important;
  min-width:max-content!important;
  white-space:nowrap!important;
  will-change:transform;
  animation:zfPremiumNotice1023 28s linear infinite!important;
}
.zf-notice-track span{
  display:inline-flex!important;
  align-items:center!important;
  flex:0 0 auto!important;
  min-height:40px!important;
  padding:0 54px!important;
  color:var(--zf-notice-text)!important;
  font-family:"Hind Siliguri",sans-serif!important;
  font-size:14px!important;
  line-height:1!important;
  font-weight:700!important;
  letter-spacing:.018em!important;
  white-space:nowrap!important;
}
.zf-notice-track span:before{
  content:"✦"!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:22px!important;
  height:22px!important;
  margin-right:11px!important;
  border-radius:999px!important;
  background:color-mix(in srgb,var(--zf-notice-accent) 12%,#fff)!important;
  border:1px solid color-mix(in srgb,var(--zf-notice-accent) 25%,#fff)!important;
  color:var(--zf-notice-accent)!important;
  font-size:9px!important;
  box-shadow:0 3px 10px color-mix(in srgb,var(--zf-notice-accent) 10%,transparent)!important;
}
.zf-notice-track span:after{
  content:""!important;
  width:4px!important;
  height:4px!important;
  margin-left:54px!important;
  border-radius:50%!important;
  background:var(--zf-notice-accent)!important;
  opacity:.55!important;
}
.zf-topline:hover .zf-notice-track{animation-play-state:paused!important}
@keyframes zfPremiumNotice1023{from{transform:translate3d(0,0,0)}to{transform:translate3d(-50%,0,0)}}
@media (max-width:767px){
  .zf-topline{display:block!important;min-height:35px!important;box-shadow:0 4px 14px rgba(30,22,18,.035)!important}
  .zf-topline:before,.zf-topline:after{width:34px!important}
  .zf-notice-marquee{min-height:35px!important}
  .zf-notice-track span{min-height:35px!important;padding:0 32px!important;font-size:12.5px!important;font-weight:700!important}
  .zf-notice-track span:before{width:18px!important;height:18px!important;margin-right:8px!important;font-size:7px!important}
  .zf-notice-track span:after{margin-left:32px!important}
}
@media (prefers-reduced-motion:reduce){
  .zf-notice-track{animation:none!important;width:100%!important;min-width:100%!important;justify-content:center!important}
  .zf-notice-track span:not(:first-child){display:none!important}
  .zf-notice-track span:first-child:after{display:none!important}
}
body.woocommerce-checkout:not(.woocommerce-order-received) .zf-topline{display:none!important}
