.electro-theme{color:#2b2d42;background-color:#e4e7ed}.electro-theme .font-heading{font-family:var(--theme-font-heading,var(--font-poppins),"Hind Siliguri",sans-serif)}.electro-theme .font-body{font-family:var(--theme-font-body,var(--font-inter),"Hind Siliguri",sans-serif)}.electro-theme .no-scrollbar::-webkit-scrollbar{display:none}.electro-theme .no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.electro-theme .el-section-title{position:relative;display:inline-block;padding-bottom:14px}.electro-theme .el-section-title:before{content:"";position:absolute;left:0;bottom:0;width:100%;height:2px;background:#e0e3ea}.electro-theme .el-section-title:after{content:"";position:absolute;left:0;bottom:0;width:56px;height:2px;background:var(--theme-primary,#d10024)}.electro-theme .el-price-tag{clip-path:polygon(0 0,100% 0,100% calc(100% - 9px),calc(100% - 9px) 100%,0 100%)}@keyframes el-rise{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}@keyframes el-fade{0%{opacity:0;transform:scale(.97)}to{opacity:1;transform:scale(1)}}.electro-theme .el-rise{animation:el-rise .6s cubic-bezier(.22,1,.36,1) forwards}.electro-theme .el-fade{animation:el-fade .8s cubic-bezier(.22,1,.36,1) forwards}@media (prefers-reduced-motion:reduce){.electro-theme .el-fade,.electro-theme .el-rise{animation:none}}