.ashion-theme{color:#111;background-color:#fff}.ashion-theme .font-heading{font-family:var(--theme-font-heading,var(--font-poppins),"Hind Siliguri",sans-serif)}.ashion-theme .font-body{font-family:var(--theme-font-body,var(--font-inter),"Hind Siliguri",sans-serif)}.ashion-theme .no-scrollbar::-webkit-scrollbar{display:none}.ashion-theme .no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.ashion-theme .ash-rule:after{content:"";display:block;width:34px;height:3px;border-radius:999px;background:var(--theme-primary,#ca1515);margin-top:12px}.ashion-theme .ash-rule-center:after{margin-left:auto;margin-right:auto}@keyframes ash-rise{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes ash-fade{0%{opacity:0}to{opacity:1}}.ashion-theme .ash-rise{animation:ash-rise .7s cubic-bezier(.22,1,.36,1) forwards}.ashion-theme .ash-fade{animation:ash-fade 1s ease forwards}@keyframes ash-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.ashion-theme .ash-skeleton{background:linear-gradient(100deg,#f1f1f1 40%,#fafafa 50%,#f1f1f1 60%);background-size:200% 100%;animation:ash-shimmer 1.6s linear infinite}