@import "https://fonts.googleapis.com/css2?family=Noto+Sans+Bengali:wght@100..900&display=swap";
@config "../../tailwind.config.js";@tailwind base;@tailwind components;@tailwind utilities;:root{--background:#fff;--foreground:#171717}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed}}html,body{max-width:100vw;overflow-x:hidden}body{color:var(--foreground);background:var(--background);text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Noto Sans Bengali,sans-serif;line-height:1.5}*{box-sizing:border-box;margin:0;padding:0}a{color:inherit;text-decoration:none}@media (prefers-color-scheme:dark){html{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}}.site-logo-wrap{align-items:center;width:clamp(132px,16vw,196px);display:inline-flex}.site-logo-image{object-fit:contain;width:100%;height:auto;max-height:56px;display:block}.footer-logo-wrap{width:clamp(140px,18vw,210px)}.footer-logo-image{max-height:64px}.logo-search-category-wrapper,.category-search-wrapper{width:100%}.category-search-wrapper{align-items:center;gap:16px;min-width:0;display:flex}.search-header{flex:auto;align-items:stretch;min-width:0;display:flex;position:relative}.search-header input{flex:auto;min-width:0}.search-header .rts-btn,.search-header button{white-space:nowrap;flex:none;justify-content:center;align-items:center;display:inline-flex}.search-header .btn-text,.search-header .arrow-icon{justify-content:center;align-items:center;display:inline-flex}.autocomplete-suggestions{top:calc(100% + 4px);left:0}.popular-category-card{text-align:center;justify-content:center;align-items:center;padding:28px 18px;display:flex}.popular-category-card a{width:100%}.popular-category-card img{object-fit:contain;width:78px;height:78px;margin-bottom:14px}.popular-category-card p{min-height:48px;margin-bottom:0}.popular-category-empty-state,.popular-category-product-media,.popular-category-product-content{background:#fff;border-radius:12px;padding:24px}.popular-category-product-media img{object-fit:contain;width:100%;max-height:520px}@media (max-width:991px){.site-logo-wrap{width:clamp(118px,26vw,172px)}.site-logo-image{max-height:50px}.footer-logo-wrap{width:clamp(130px,32vw,190px)}.logo-search-category-wrapper{gap:16px}}@media (max-width:767px){.site-logo-wrap{width:clamp(110px,36vw,150px)}.site-logo-image{max-height:44px}.footer-logo-wrap{width:clamp(120px,44vw,170px)}.footer-logo-image{max-height:52px}.popular-category-card{padding:22px 14px}.logo-search-category-wrapper,.category-search-wrapper,.search-header{flex-wrap:wrap}.search-header{gap:10px}.search-header input,.search-header .rts-btn,.search-header button{width:100%}}
@keyframes react-loading-skeleton{to{transform:translate(100%)}}.react-loading-skeleton{--base-color:#ebebeb;--highlight-color:#f5f5f5;--animation-duration:1.5s;--animation-direction:normal;--pseudo-element-display:block;background-color:var(--base-color);-webkit-user-select:none;user-select:none;border-radius:.25rem;width:100%;line-height:1;display:inline-flex;position:relative;overflow:hidden}.react-loading-skeleton:after{content:" ";display:var(--pseudo-element-display);background-repeat:no-repeat;background-image:var(--custom-highlight-background,linear-gradient(90deg,var(--base-color)0%,var(--highlight-color)50%,var(--base-color)100%));height:100%;animation-name:react-loading-skeleton;animation-direction:var(--animation-direction);animation-duration:var(--animation-duration);animation-timing-function:ease-in-out;animation-iteration-count:infinite;position:absolute;top:0;left:0;right:0;transform:translate(-100%)}@media (prefers-reduced-motion){.react-loading-skeleton{--pseudo-element-display:none}}
