.rewards-section{width:100%;margin:20px 0;padding:0 16px;background:transparent}.rewards-card{background:linear-gradient(135deg,#f0f4ff,#e8f0fe 50%,#e0ecff);border-radius:20px;padding:20px 16px;box-shadow:0 4px 16px rgba(59,130,246,.15),0 2px 8px rgba(0,0,0,.08);position:relative;overflow:hidden;border:1px solid rgba(59,130,246,.15);transition:box-shadow .2s ease,-webkit-transform .2s ease;transition:transform .2s ease,box-shadow .2s ease;transition:transform .2s ease,box-shadow .2s ease,-webkit-transform .2s ease}.rewards-card-clickable:hover{-webkit-transform:translateY(-2px);transform:translateY(-2px);box-shadow:0 6px 20px rgba(59,130,246,.2),0 4px 12px rgba(0,0,0,.1)}.rewards-card-clickable:active{-webkit-transform:translateY(0);transform:translateY(0)}.rewards-card:before{content:"";position:absolute;top:-50%;right:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(59,130,246,.1) 0,rgba(147,197,253,.06) 50%,transparent 70%);pointer-events:none;-webkit-animation:cardGlow 3s ease-in-out infinite;animation:cardGlow 3s ease-in-out infinite}@-webkit-keyframes cardGlow{0%,to{opacity:1}50%{opacity:.7}}@keyframes cardGlow{0%,to{opacity:1}50%{opacity:.7}}.rewards-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.rewards-title{font-size:20px;line-height:24px;letter-spacing:-.3px;color:rgba(2,6,12,.92);margin:0}.rewards-points,.rewards-title{font-family:Basis Grotesque Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:700;-webkit-font-smoothing:antialiased}.rewards-points{font-size:24px;line-height:28px;color:#3b82f6}.rewards-next{display:flex;align-items:center;grid-gap:6px;gap:6px;margin-bottom:16px}.rewards-next-label{font-weight:500;color:rgba(2,6,12,.6)}.rewards-next-item,.rewards-next-label{font-family:Basis Grotesque Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;-webkit-font-smoothing:antialiased}.rewards-next-item{font-weight:600;color:#3b82f6}.rewards-progress-container{margin-bottom:16px}.rewards-progress-bar{width:100%;height:8px;background:#e0e0e0;margin-bottom:8px}.rewards-progress-bar,.rewards-progress-fill{border-radius:10px;overflow:hidden;position:relative}.rewards-progress-fill{height:100%;background:linear-gradient(90deg,#4caf50,#66bb6a);transition:width .5s ease}.rewards-progress-fill:after{content:"";position:absolute;top:0;left:0;bottom:0;right:0;background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.3),transparent);-webkit-animation:progressShine 2s infinite;animation:progressShine 2s infinite}@-webkit-keyframes progressShine{0%{-webkit-transform:translateX(-100%);transform:translateX(-100%)}to{-webkit-transform:translateX(100%);transform:translateX(100%)}}@keyframes progressShine{0%{-webkit-transform:translateX(-100%);transform:translateX(-100%)}to{-webkit-transform:translateX(100%);transform:translateX(100%)}}.rewards-progress-text{display:flex;align-items:center;justify-content:center;grid-gap:4px;gap:4px;font-family:Basis Grotesque Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased}.rewards-progress-current{font-size:13px;font-weight:700;color:#4caf50}.rewards-progress-separator,.rewards-progress-total{font-size:13px;font-weight:500;color:rgba(2,6,12,.6)}.rewards-list{width:100%;margin-top:8px}.rewards-list-scroll{display:flex;overflow-x:auto;overflow-y:hidden;-webkit-scroll-snap-type:x mandatory;-ms-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;grid-gap:12px;gap:12px;padding-bottom:4px}.rewards-list-scroll::-webkit-scrollbar{display:none}.rewards-item-wrapper{flex:0 0 auto;scroll-snap-align:start;transition:-webkit-transform .2s ease;transition:transform .2s ease;transition:transform .2s ease,-webkit-transform .2s ease}.rewards-item-wrapper:hover{-webkit-transform:scale(1.02);transform:scale(1.02)}.rewards-item-wrapper:active{-webkit-transform:scale(.98);transform:scale(.98)}.rewards-item{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#fff;border-radius:16px;padding:16px 12px;min-width:120px;text-decoration:none;color:inherit;transition:box-shadow .2s ease,-webkit-transform .2s ease;transition:transform .2s ease,box-shadow .2s ease;transition:transform .2s ease,box-shadow .2s ease,-webkit-transform .2s ease;cursor:pointer;box-shadow:0 2px 8px rgba(0,0,0,.06);border:2px solid transparent}.rewards-item:active,.rewards-item:hover{-webkit-transform:translateY(-2px);transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.12);text-decoration:none;color:inherit}.rewards-item-available{border-color:#3b82f6;background:linear-gradient(135deg,#f0f4ff,#fff);box-shadow:0 2px 8px rgba(59,130,246,.2)}.rewards-item-claimed{opacity:.85;background:linear-gradient(135deg,#e8f5e9,#f1f8f4);border:2px solid #4caf50;position:relative}.rewards-item-disabled{opacity:.5;cursor:pointer;position:relative}.rewards-item-disabled:active,.rewards-item-disabled:hover{-webkit-transform:none;transform:none;box-shadow:0 2px 8px rgba(0,0,0,.06)}.rewards-item-disabled .rewards-item-icon{background:#e0e0e0}.rewards-item-disabled .rewards-item-name,.rewards-item-disabled .rewards-item-points{color:rgba(2,6,12,.4)}.rewards-item-row{display:flex;align-items:center;grid-gap:12px;gap:12px;width:100%}.rewards-item-icon{width:48px;height:48px;min-width:48px;border-radius:12px;background:#f8f9fa;display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0}.rewards-item-icon img{width:100%;height:100%;object-fit:cover}.rewards-item-icon-default{font-size:32px;line-height:1}.rewards-item-available .rewards-item-icon{background:linear-gradient(135deg,#dbeafe,#e0f2fe);border:2px solid #3b82f6;box-shadow:0 2px 8px rgba(59,130,246,.2)}.rewards-item-content{text-align:left;flex:1 1;min-width:0}.rewards-item-name{font-size:13px;font-weight:600;color:rgba(2,6,12,.92);margin:0 0 4px;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;overflow:hidden}.rewards-item-name,.rewards-item-points{font-family:Basis Grotesque Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased}.rewards-item-points{font-size:11px;font-weight:500;color:rgba(2,6,12,.6);margin:0}.rewards-item-badge{top:8px;right:8px;background:#4caf50;padding:4px 8px;border-radius:6px;font-size:10px}.rewards-item-badge,.rewards-item-claim-btn{position:absolute;color:#fff;font-weight:700;text-transform:uppercase;letter-spacing:.5px;z-index:2}.rewards-item-claim-btn{bottom:8px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);background:#3b82f6;border:none;padding:6px 16px;border-radius:8px;font-size:11px;cursor:pointer;transition:background .2s ease,-webkit-transform .2s ease;transition:background .2s ease,transform .2s ease;transition:background .2s ease,transform .2s ease,-webkit-transform .2s ease;font-family:Basis Grotesque Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased}.rewards-item-claim-btn:hover{background:#2563eb;-webkit-transform:translateX(-50%) scale(1.05);transform:translateX(-50%) scale(1.05)}.rewards-item-claim-btn:active{-webkit-transform:translateX(-50%) scale(.95);transform:translateX(-50%) scale(.95)}.rewards-item-claimed-badge{position:absolute;bottom:8px;right:8px;background:#4caf50;color:#fff;padding:8px;border-radius:50%;display:flex;align-items:center;justify-content:center;z-index:2;box-shadow:0 2px 6px rgba(76,175,80,.3);width:25px;height:25px}.rewards-item-claimed-badge svg{width:16px;height:16px;flex-shrink:0}.rewards-item-claimed .rewards-item-icon{background:linear-gradient(135deg,#c8e6c9,#e8f5e9);border:2px solid #4caf50}.rewards-item-claimed .rewards-item-name,.rewards-item-claimed .rewards-item-points{color:rgba(2,6,12,.7)}.rewards-item-locked{position:absolute;bottom:8px;right:8px;background:rgba(0,0,0,.6);color:#fff;padding:6px;border-radius:50%;display:flex;align-items:center;justify-content:center;z-index:2;width:28px;height:28px}.rewards-item-locked svg{width:14px;height:14px}@media (max-width:480px){.rewards-section{padding:0 12px;margin:16px 0}.rewards-card{padding:16px 12px;border-radius:16px}.rewards-title{font-size:18px}.rewards-points{font-size:20px}.rewards-item{min-width:100px;padding:12px 10px}.rewards-item-icon{width:48px;height:48px}.rewards-item-name{font-size:12px}}@-webkit-keyframes rewardsFadeIn{0%{opacity:0;-webkit-transform:translateY(10px);transform:translateY(10px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes rewardsFadeIn{0%{opacity:0;-webkit-transform:translateY(10px);transform:translateY(10px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}.rewards-card{-webkit-animation:rewardsFadeIn .4s ease-out;animation:rewardsFadeIn .4s ease-out}@-webkit-keyframes rewardItemSlide{0%{opacity:0;-webkit-transform:translateX(20px);transform:translateX(20px)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes rewardItemSlide{0%{opacity:0;-webkit-transform:translateX(20px);transform:translateX(20px)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}.rewards-item-wrapper{-webkit-animation:rewardItemSlide .3s ease-out;animation:rewardItemSlide .3s ease-out}.rewards-item-wrapper:first-child{-webkit-animation-delay:.1s;animation-delay:.1s}.rewards-item-wrapper:nth-child(2){-webkit-animation-delay:.15s;animation-delay:.15s}.rewards-item-wrapper:nth-child(3){-webkit-animation-delay:.2s;animation-delay:.2s}.rewards-item-wrapper:nth-child(4){-webkit-animation-delay:.25s;animation-delay:.25s}.rewards-item-wrapper:nth-child(n+5){-webkit-animation-delay:.3s;animation-delay:.3s}@-webkit-keyframes pulse{0%,to{box-shadow:0 2px 8px rgba(0,0,0,.06)}50%{box-shadow:0 4px 16px rgba(59,130,246,.25)}}@keyframes pulse{0%,to{box-shadow:0 2px 8px rgba(0,0,0,.06)}50%{box-shadow:0 4px 16px rgba(59,130,246,.25)}}.rewards-item-available{-webkit-animation:pulse 2s ease-in-out infinite;animation:pulse 2s ease-in-out infinite}:root{--ios-statusbar-height:0px;--ios-bottom-offset:0px;--web-bottom-bar-height:0px}._12s3o{min-height:100vh;height:100vh;height:100dvh}._34fNe{display:flex;flex-direction:column;width:100%;min-height:100vh;height:100vh;height:100dvh}._2_95H{flex:1 1;overflow-x:hidden;overflow-y:scroll;-ms-scroll-chaining:none;overscroll-behavior:none}._3JriE,._34fNe{min-height:100vh!important;height:100vh!important;height:100dvh!important}._2_95H{-webkit-overflow-scrolling:touch!important;touch-action:pan-y!important}._3p4LD{padding-bottom:calc(var(--cart-bottom-bar-height) + var(--view-cart-bar-margin-bottom) + var(--web-bottom-bar-height))}.MTgMy{align-items:center;justify-content:center;position:absolute;left:0;right:0;background:inherit;padding-bottom:4px}.KXBNs,.MTgMy{display:flex}.KXBNs{align-items:center;justify-content:center;height:inherit;position:relative;align-items:flex-start;padding-top:40px}._3RQIs{-webkit-animation:luDm5 1.2s linear infinite;animation:luDm5 1.2s linear infinite}._3RQIs:first-child{-webkit-transform:rotate(0);transform:rotate(0);-webkit-animation-delay:-1.1s;animation-delay:-1.1s}._3RQIs:after{content:" ";display:block;position:absolute;top:7px;left:0;width:3px;height:8px;border-radius:20%;background:#a3a3a3;background:var(--spinner-color,#a3a3a3)}@-webkit-keyframes luDm5{0%{opacity:1}to{opacity:0}}@keyframes luDm5{0%{opacity:1}to{opacity:0}}._2b0a4{display:none}._3e2f_{background-color:#fff}.E_KIR{position:absolute;top:0;bottom:0;left:0;right:0}._3_DNG{opacity:1}._2dKJV{position:relative;padding:0 16px}._1anN8,._1b3KF,._1NvDX,._2QS14,._3rBiQ{display:flex;align-items:center}._2QS14{padding-left:1px}._1anN8,._1NvDX,._3rBiQ{justify-content:space-between}._1NvDX{border-radius:100%;width:36px;height:36px;margin-right:8px;margin-left:0;flex:0 0 36px;background-color:#efefef;justify-content:center;align-items:center}._1Eaan{stroke:currentColor;fill:currentColor}._1dWUb{width:20px;height:20px}._1Tiex{fill:transparent;width:16px;height:16px}.irWmdV{-webkit-font-smoothing:antialiased;font-family:Basis Grotesque Pro;font-size:20px;font-weight:800;line-height:24px;letter-spacing:-.3px;color:#1b1e24;overflow:hidden;width:100%;display:-webkit-box;overflow-wrap:break-word;-webkit-line-clamp:1}._3TkWB{padding-left:4px;height:24px;text-transform:capitalize;width:auto!important;word-break:break-word}.hXVfSX{-webkit-font-smoothing:antialiased;font-family:Basis Grotesque Pro;font-size:14px;font-weight:200;line-height:18px;letter-spacing:-.3px;color:#36393e;overflow:hidden;width:100%;display:-webkit-box;overflow-wrap:break-word;-webkit-line-clamp:1}._3N5VT{padding-top:1px;height:18px;text-transform:capitalize;word-break:break-word}._1anN8{margin-left:auto;padding:0;background:0 0;border:0}._1Jw4W{height:32px;width:32px}._3VG_8,.hpyD_{height:48px;width:100%}.hpyD_{text-align:left}._1AaZg{align-items:center;justify-content:center;height:100%;padding:0 16px;width:100%;border-radius:12px;position:relative}.ftrPfO{-webkit-font-smoothing:antialiased;font-family:Basis Grotesque Pro;font-size:16px;font-weight:200;line-height:19px;letter-spacing:-.3px;color:rgba(2,6,12,.6);overflow:hidden;width:100%;display:-webkit-box;overflow-wrap:break-word;-webkit-line-clamp:1}.uSZQU{text-align:left}._1AaZg,._1wmlH,._3Z-L6{display:flex}._1wmlH{margin-left:12px;margin-right:-4px}._2ZWqx{top:-1px!important;left:16px!important}._1GbBF,._1iqQ0,._3MZy1,.wcQtF{display:flex}._3MZy1{position:absolute;pointer-events:none;grid-gap:5px;gap:5px;top:0;left:37px;height:47px;overflow:hidden}._1GbBF,._1iqQ0{align-items:center}._1iqQ0{-webkit-transform:translateY(2px);transform:translateY(2px)}._2nUSE{overflow:hidden}.wcQtF{flex-direction:column;align-items:flex-start;-webkit-transform:translateY(14px);transform:translateY(14px)}.bTcOkd{-webkit-font-smoothing:antialiased;font-family:Basis Grotesque Pro;font-size:16px;font-weight:400;line-height:19px;letter-spacing:-.3px;color:rgba(2,6,12,.45)}._1GbBF{margin-bottom:23px;-webkit-transform:translateY(2px);transform:translateY(2px)}._1rnlc,._2PS93,.Yheri{display:flex}.Yheri{align-items:center;margin:16px 0 12px;position:relative}.Cqh3P{margin-bottom:24px}._2KBHX{width:50%}._1ueIV{position:relative;width:auto;height:auto;transition:opacity 1s;opacity:.5}._3D0Ew{opacity:1}._1UMjk{margin-left:auto}._1rnlc{flex-direction:column;align-items:flex-end}.dNWRoj{-webkit-font-smoothing:antialiased;font-family:Basis Grotesque Pro;font-size:14px;font-weight:400;line-height:18px;letter-spacing:-.3px;color:#36393e}._2PS93{align-items:center}._20ccv{position:relative;top:-1px;margin-right:4px;-webkit-animation-name:_8TSdM;animation-name:_8TSdM;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-iteration-count:3;animation-iteration-count:3;-webkit-animation-delay:1s;animation-delay:1s}@-webkit-keyframes _8TSdM{0%{-webkit-transform:scale(1);transform:scale(1)}to{-webkit-transform:scale(1.4);transform:scale(1.4)}}@keyframes _8TSdM{0%{-webkit-transform:scale(1);transform:scale(1)}to{-webkit-transform:scale(1.4);transform:scale(1.4)}}.eloRCG{-webkit-font-smoothing:antialiased;font-family:Basis Grotesque Pro;font-size:18px;line-height:20px;letter-spacing:-.3px;color:#9e1e62}._1FIpQ,.eloRCG{font-weight:700}._1zMUG{position:-webkit-sticky;position:sticky;top:0;opacity:0;z-index:-1;transition:opacity .2s;margin-top:-60px;margin-top:calc(-60px - var(--status-bar-height,0px))}.RWgCd{box-shadow:0 2px 4px 0 rgba(0,0,0,.1);opacity:1;z-index:11}._2bjXv{background:#fff;margin-bottom:-1px}._2_0N8,._2_HOH,._2uP5n,.xxDtq{display:flex}._2_0N8,._2_HOH,._2uP5n{align-items:center}._2uP5n{-webkit-font-smoothing:antialiased;padding:0 16px;overflow:hidden;color:#fff;background:#fff;height:64px}._1Ijjy{box-shadow:none;min-height:60px;height:60px;z-index:1;position:relative;overflow:hidden}.MgmM9{width:16px;height:16px}._2_0N8,._2_HOH,.xxDtq{justify-content:center}.xxDtq{flex-direction:column;flex:1 1;overflow:hidden;margin:2px 16px 0;color:#282c3f}._1reO5,.Eb7S4{display:flex;align-items:center}._1reO5{margin-left:0;padding-right:2px;height:12px;width:12px}._1Mxm2{margin:0;height:auto}.l4FVG{padding:20px 16px;overflow:hidden}._2srew{overflow-x:scroll;overflow-y:hidden}._1buJ8,._2dG20,._2x2jV,.rKVoK,.XjI6m{display:flex}.rKVoK:first-child{padding-top:0}._3aZ5w{width:100%}._3aZ5w:first-child{padding-left:16px}._3aZ5w:last-child{padding-right:16px}._34w38:first-child{padding-left:0}._34w38:last-child{padding-right:0}._23GWk{margin:0;border-radius:8px;transition:box-shabow .3s ease-in-out;position:relative;flex:0 0 auto;background:0 0}._3ee0w:last-of-type,._3TrmS:last-of-type,._3TrmS:nth-last-of-type(2),._23GWk:last-of-type,._23GWk:nth-last-of-type(2){display:flex}._3HX_K{margin-left:6px;margin-top:10px}._3HX_K,._3HX_KLX{display:grid;width:100%;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,auto);grid-gap:3px;gap:3px;overflow-y:auto}._3HX_KLX{padding:5px}._2mw6_3,._3HX_KLX{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}._2mw6_3{margin:0 10px 15px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}._3WfG_{background:#f0f0f5;border:1px solid #f0f0f5;border-radius:12px;height:calc((100vw - 76px)/3.5);width:calc((100vw - 76px)/3.5)}._3WJD_{border:1px solid #f0f0f5;border-radius:15px;box-shadow:0 8px 16px rgba(27,30,36,.06),0 0 8px rgba(27,30,36,.04);height:calc(100vw - 210px)}._3WJA1_,._3WJD_{background:#f0f0f5;width:calc((100vw - 53px)/2)}._3WJA1_{border:1px solid #f0f0f5;border-radius:12px;height:calc((100vw - 130px)/3.5)}._3WJF_{height:calc((100vw - 130px)/3)}._3WJB_,._3WJF_{background:#f0f0f5;border:1px solid #f0f0f5;border-radius:12px;width:calc((100vw - 53px)/2)}._3WJB_{margin-top:16px;height:calc((100vw - 130px)/3.5)}._fWXx{height:15px;margin-top:8px;border-radius:7.5px}._2dVNI,._fWXx{background:#f0f0f5}._2dVNI{flex:0 0 auto;margin-left:10px;margin-right:16px;border:1px solid #f0f0f5;border-radius:20px;height:calc((100vw - 32px)/1.2);width:calc((100vw - 32px)/1.2)}.imNZOe{display:flex;justify-content:center;flex-direction:row;align-items:center;padding:16px 0;height:100%;width:100%}.jevwRu{--fill-color:rgba(2,6,12,0.92);--stroke-color:rgba(2,6,12,0.92);line-height:0}.hwVdcu{-webkit-font-smoothing:antialiased;font-family:Basis Grotesque Pro;font-weight:700;font-size:15px;line-height:16px;letter-spacing:-.3px;color:rgba(2,6,12,.6)}.eQMPBM{margin:0 4px;letter-spacing:4px}.styles_slider__podEu{display:flex;overflow-x:scroll;overflow-y:hidden;-ms-scroll-snap-type:x mandatory;-webkit-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory;flex-direction:column;width:100%}.styles_row__1ivP1,.styles_scrollContainer__3x6cO{display:flex}.styles_slide__2c207{scroll-snap-align:center;flex-shrink:0}.Carousel_slide__klR8u{scroll-snap-align:center;min-width:100%;min-height:100%}.styles_container__1Nshr{display:inline-block;background-size:contain}.Ripple_container__17nxL{position:relative;overflow:hidden}.styles_containerImg__3AXGh,.styles_img__3HNZ4{width:100%;height:100%}.styles_img__3HNZ4{vertical-align:bottom}.styles_scrollContainer__3x6cO{justify-content:center}.styles_outerScroll__1FczW{border-radius:4px}.styles_innerScroll__3h73E{position:relative;border-radius:4px}._3wU45{width:100vw}.slider-pagination{text-align:center;margin-top:10px}.pagination-dot{display:inline-block;width:10px;height:10px;margin:0 5px;background-color:#ccc;border-radius:50%;transition:background-color .3s ease}.pagination-dot.active{background-color:#d60265}._3VG_8{border:1px solid #e2e2e7;border-radius:12px;background:#fff;margin-top:16px}._3VG_8,.hpyD_{height:48px;width:100%}._1eWs7:first-child{padding-left:0}.dir-home-single-banner-wrap{padding-left:12px;padding-right:12px}.dir-home-single-banner{display:block;text-decoration:none;box-shadow:0 1px 3px rgba(0,0,0,.08)}.dir-home-single-banner,.dir-home-single-banner-inner{border-radius:14px;overflow:hidden}.dir-home-single-banner-inner img{width:100%;height:auto;max-height:160px;object-fit:cover;display:block}.dir-home-banner-wrap{padding-left:12px;padding-right:12px}.dir-home-banner-wrap .banner-carousel--banner{border-radius:14px;overflow:hidden;margin:0 4px;padding-left:0}.banner-carousel--banner{padding-left:0!important}.dir-home-banner-wrap .banner-carousel--banner img{width:100%;height:auto;max-height:180px;object-fit:cover;display:block}.dir-home-banner-wrap .image-overlay{border-radius:14px}.banner-carousel-with-dots{position:relative}.banner-carousel-with-dots .react-multi-carousel-dot-list{position:absolute!important;bottom:12px;left:0;right:0;margin:0;padding:0;display:flex;justify-content:center;list-style:none;z-index:2;pointer-events:none}.banner-carousel-with-dots .react-multi-carousel-dot-list li{pointer-events:auto}.banner-carousel-with-dots .custom-dot-container{margin:0;padding:0;cursor:pointer}.banner-carousel-with-dots .custom-dot-active{display:inline-block;background-color:rgba(0,0,0,.7);font-size:10px;color:#fff;padding:2px 6px;border-radius:8px}.banner-carousel-with-dots .custom-dot-inactive{display:inline-block;width:8px;height:8px;background-color:hsla(0,0%,100%,.6);border-radius:50%;margin:0 3px}.home-search-bar-wrap{margin-top:10px;flex-shrink:0;padding:0 12px 12px;z-index:200;isolation:isolate}.home-search-bar-form,.home-search-bar-wrap{position:relative;width:100%}.home-search-bar-link{display:flex;align-items:center;min-height:44px;padding:0 16px 0 48px;border:1px solid #e5e7eb;border-radius:12px;font-size:15px;color:#111;background:#f9fafb;text-decoration:none;-webkit-tap-highlight-color:transparent;box-sizing:border-box}.home-search-bar-link:active{background:#f3f4f6}.home-search-bar-link-label{flex:1 1;min-width:0;color:#9ca3af;font-weight:400;line-height:1.3}.home-search-bar-icon{position:absolute;left:14px;top:10px;padding-left:6px;color:#9ca3af;pointer-events:none;display:flex;align-items:center;justify-content:center}.home-search-bar-icon,.home-search-bar-icon svg{width:24px;height:24px}.home-search-bar-input{width:100%;height:44px;padding:0 16px 0 48px;border:1px solid #e5e7eb;border-radius:12px;font-size:15px;color:#111;background:#f9fafb;-webkit-appearance:none;-moz-appearance:none;appearance:none;transition:border-color .2s,background .2s}.home-search-bar-input::-webkit-input-placeholder{color:#9ca3af}.home-search-bar-input::-ms-input-placeholder{color:#9ca3af}.home-search-bar-input::placeholder{color:#9ca3af}.home-search-bar-input:focus{outline:none;border-color:#2563eb;background:#fff}.home-search-bar-dropdown{position:absolute;left:0;right:0;top:calc(100% + 6px);max-height:70vh;overflow-y:auto;background:#fff;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,.15);border:1px solid #e5e7eb;z-index:100;padding:8px 0}.home-search-bar-dropdown-section{padding:0 0 4px}.home-search-bar-dropdown-section:last-child{padding-bottom:0}.home-search-bar-dropdown-section-title{font-size:11px;font-weight:700;color:#6b7280;text-transform:uppercase;letter-spacing:.04em;padding:6px 14px 4px}.home-search-bar-dropdown-item{display:block;width:100%;text-align:left;padding:10px 14px;border:none;background:none;font-size:14px;color:#111;cursor:pointer;-webkit-tap-highlight-color:transparent}.home-search-bar-dropdown-item:active,.home-search-bar-dropdown-item:hover{background:#f3f4f6}.home-search-bar-dropdown-footer{padding:8px 14px 10px;border-top:1px solid #e5e7eb}.home-search-bar-dropdown-see-all{display:block;width:100%;padding:10px 0;border:none;background:none;font-size:14px;font-weight:700;color:#2563eb;cursor:pointer;-webkit-tap-highlight-color:transparent}.home-search-bar-dropdown-see-all:active{opacity:.8}.home-search-bar-dropdown-empty{padding:12px 14px;font-size:13px;color:#6b7280}.home-skel{background:#f5f5f5;min-height:100vh;padding-bottom:24px}.home-skel__header{background:#fff;padding:16px 16px 10px;display:flex;align-items:flex-start;justify-content:space-between;grid-gap:12px;gap:12px}.home-skel__loc{flex:1 1;min-width:0}.home-skel__pill{height:18px;width:110px;border-radius:999px;margin-bottom:8px}.home-skel__line{height:12px;width:min(260px,85%);border-radius:6px}.home-skel__avatar{width:36px;height:36px}.home-skel__search{background:#fff;padding:0 16px 14px}.home-skel__searchbar{height:44px;border-radius:12px}.home-skel__hero{padding:12px 16px 8px}.home-skel__banner{width:100%;height:150px;border-radius:16px}.home-skel__quick{padding:6px 16px 10px}.home-skel__quick-row{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:10px;gap:10px;margin-bottom:10px}.home-skel__quick-tile{height:86px;border-radius:14px}.home-skel__cta{height:74px;border-radius:14px}.home-skel__strip{padding:4px 16px 10px}.home-skel__strip-title{height:14px;width:160px;border-radius:8px;margin:6px 0 10px}.home-skel__strip-row{display:flex;grid-gap:10px;gap:10px;overflow:hidden}.home-skel__chip{width:92px;height:36px;border-radius:999px;flex:0 0 auto}.home-skel__section-title{height:14px;width:120px;margin:14px 16px 10px;border-radius:8px}.home-skel__helpline{height:78px;border-radius:14px;margin:10px 16px 0}.dir-skeleton{background:linear-gradient(90deg,#e5e7eb,#f3f4f6 50%,#e5e7eb);background-size:200% 100%;-webkit-animation:dir-skeleton-shimmer 1.2s ease-in-out infinite;animation:dir-skeleton-shimmer 1.2s ease-in-out infinite;border-radius:6px}@-webkit-keyframes dir-skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes dir-skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.dir-skeleton-circle{border-radius:50%}.dir-skeleton-categories-wrap{background:#fff;padding:12px 12px 16px;margin-bottom:8px}.dir-skeleton-categories-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:8px 4px;gap:8px 4px;padding:0 4px}.dir-skeleton-category-item{display:flex;flex-direction:column;align-items:center;grid-gap:6px;gap:6px}.dir-skeleton-category-icon{width:48px;height:48px;border-radius:50%}.dir-skeleton-category-line{height:10px;width:56px;margin:0 auto}.dir-skeleton-subtiles-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:12px;gap:12px;padding:0;margin:0}.dir-skeleton-subtile{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 2px 10px rgba(0,0,0,.06)}.dir-skeleton-subtile-img{width:100%;aspect-ratio:4/3;border-radius:0}.dir-skeleton-subtile-footer{padding:10px 12px 14px;display:flex;flex-direction:column;grid-gap:6px;gap:6px}.dir-skeleton-subtile-line{height:14px;border-radius:6px;width:100%}.dir-skeleton-subtile-line--short{width:55%;height:11px}.dir-skeleton-contacts{display:flex;flex-direction:column;grid-gap:22px;gap:22px}.dir-skeleton-contacts-section-title{height:18px;width:45%;border-radius:8px;margin-bottom:10px}.dir-skeleton-contacts-row{display:flex;align-items:center;grid-gap:12px;gap:12px;padding:14px;background:#fff;border-radius:14px;margin-bottom:8px;box-shadow:0 1px 6px rgba(15,23,42,.06)}.dir-skeleton-contacts-row-icon{width:44px;height:44px;border-radius:12px;flex-shrink:0}.dir-skeleton-contacts-row-text{flex:1 1;min-width:0;display:flex;flex-direction:column;grid-gap:8px;gap:8px}.dir-skeleton-contacts-row-line{height:14px;border-radius:6px;width:100%}.dir-skeleton-contacts-row-line--short{width:40%;height:11px}.dir-skeleton-store-card{background:#fff;border-radius:16px;overflow:hidden;margin-bottom:16px;box-shadow:0 2px 8px rgba(0,0,0,.08)}.dir-skeleton-store-card:last-child{margin-bottom:0}.dir-skeleton-store-image{width:100%;height:160px;border-radius:0}.dir-skeleton-store-body{padding:14px 16px 16px}.dir-skeleton-store-title{height:18px;width:75%;margin-bottom:10px}.dir-skeleton-store-line{height:14px;width:100%;margin-bottom:6px}.dir-skeleton-store-line:last-child{margin-bottom:0;width:50%}.store-detail-skeleton .store-detail-skeleton-gallery{width:100%;height:200px;border-radius:0}.store-detail-skeleton .store-detail-skeleton-tabs{display:flex;grid-gap:8px;gap:8px;padding:12px 16px;background:#fff;border-bottom:1px solid #f0f0f0}.store-detail-skeleton .store-detail-skeleton-tab{height:32px;width:72px;border-radius:20px}.store-detail-skeleton .store-detail-skeleton-hero{padding:16px;background:#fff}.store-detail-skeleton .store-detail-skeleton-hero-name{height:22px;width:70%;margin-bottom:8px;border-radius:6px}.store-detail-skeleton .store-detail-skeleton-hero-cat{height:14px;width:40%;margin-bottom:10px;border-radius:6px}.store-detail-skeleton .store-detail-skeleton-hero-meta{height:14px;width:50%;margin-bottom:10px;border-radius:6px}.store-detail-skeleton .store-detail-skeleton-hero-address{height:14px;width:90%;margin-bottom:12px;border-radius:6px}.store-detail-skeleton .store-detail-skeleton-hero-hours{height:40px;width:100%;margin-bottom:14px;border-radius:10px}.store-detail-skeleton .store-detail-skeleton-hero-actions{display:flex;grid-gap:8px;gap:8px}.store-detail-skeleton .store-detail-skeleton-hero-action{height:44px;width:72px;border-radius:10px}.store-detail-skeleton .store-detail-skeleton-section{padding:16px;background:#fff;margin-top:8px}.store-detail-skeleton .store-detail-skeleton-section-title{height:12px;width:120px;margin-bottom:10px;border-radius:4px}.store-detail-skeleton .store-detail-skeleton-section-line{height:14px;width:100%;margin-bottom:8px;border-radius:4px}.store-detail-skeleton .store-detail-skeleton-section-line:last-child{margin-bottom:0;width:80%}.dir-listing{background:#f5f5f5;padding-bottom:env(safe-area-inset-bottom,0)}.dir-listing-header{position:-webkit-sticky;position:sticky;top:0;z-index:10;background:#fff;box-shadow:0 1px 3px rgba(0,0,0,.08);padding:12px 16px}.dir-listing-header .dir-location-btn{display:flex;align-items:center;grid-gap:8px;gap:8px;width:100%;padding:10px 12px;border:1px solid #e0e0e0;border-radius:8px;background:#fff;font-size:14px;color:#333;cursor:pointer;text-align:left}.dir-listing-header .dir-location-btn:active{background:#f5f5f5}.dir-listing-header .dir-search-wrap{margin-top:8px}.dir-listing-header .dir-search-inp{width:100%;padding:10px 12px 10px 36px;border:1px solid #e0e0e0;border-radius:8px;font-size:14px;background:#f9f9f9 url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23999' stroke-width='2'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cpath d='M21 21l-4.35-4.35'/%3E%3C/svg%3E") no-repeat 12px}.dir-section-title{font-size:16px;font-weight:600;color:#222;padding:16px 16px 8px;margin:0}.dir-categories-section{background:#fff;margin-bottom:8px}.dir-categories-section .dir-section-title{padding-top:16px;padding-bottom:8px}.dir-categories-section .dir-categories-wrap{background:transparent;padding-top:0;margin-bottom:0}.dir-categories-wrap{background:#fff;padding:12px 12px 16px;margin-bottom:8px;overflow:hidden}.dir-categories-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:8px 4px;gap:8px 4px;padding:0 4px}.dir-categories-grid-item{min-width:0;display:flex;justify-content:stretch}.dir-categories-grid-item .dir-category-item{width:100%}.dir-category-item{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:10px 6px;border-radius:12px;cursor:pointer;text-decoration:none;color:inherit;transition:background .15s ease;min-width:0;text-align:center;border:none;background:transparent;font:inherit}.dir-category-item:active{background:#f0f0f0}.dir-category-item.selected{background:#e8f4fd}.dir-category-item--contacts .dir-cat-icon-wrap{background:transparent;box-shadow:0 2px 10px rgba(16,185,129,.28)}.dir-category-item--contacts .dir-cat-icon-wrap .dir-cat-svg{color:transparent}.dir-category-item--contacts .dir-cat-icon-wrap .dir-cat-svg svg{width:52px;height:52px}.dir-category-item--contacts.selected{background:#ecfdf5}.dir-category-item--contacts.selected .dir-cat-icon-wrap .dir-cat-svg{color:transparent}.dir-category-item .dir-cat-icon-wrap{width:52px;height:52px;border-radius:14px;overflow:hidden;background:#f0f0f0;display:flex;align-items:center;justify-content:center;margin-bottom:8px;flex-shrink:0}.dir-category-item .dir-cat-icon-wrap img{width:100%;height:100%;object-fit:cover}.dir-category-item .dir-cat-icon-wrap .dir-cat-svg{display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:#555}.dir-category-item .dir-cat-icon-wrap .dir-cat-svg svg{width:32px;height:32px}.dir-category-item.selected .dir-cat-icon-wrap .dir-cat-svg{color:#0d6efd}.dir-helpline-cta{display:flex;align-items:center;grid-gap:12px;gap:12px;margin:12px 16px;padding:14px 16px;border-radius:14px;text-decoration:none;color:#1a1a1a;background:linear-gradient(135deg,#fef2f2,#fff1f2 55%,#fff7ed);border:1px solid rgba(239,68,68,.22);box-shadow:0 2px 10px rgba(239,68,68,.12);transition:box-shadow .15s ease,-webkit-transform .15s ease;transition:transform .15s ease,box-shadow .15s ease;transition:transform .15s ease,box-shadow .15s ease,-webkit-transform .15s ease}.dir-helpline-cta:active{-webkit-transform:scale(.99);transform:scale(.99);box-shadow:0 1px 6px rgba(239,68,68,.15)}.dir-helpline-cta-icon{flex-shrink:0;width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:12px;background:linear-gradient(135deg,#dc2626,#ef4444);color:#fff;box-shadow:0 2px 8px rgba(220,38,38,.35)}.dir-helpline-cta-text{flex:1 1;min-width:0;display:flex;flex-direction:column;grid-gap:2px;gap:2px;text-align:left}.dir-helpline-cta-title{font-size:15px;font-weight:800;letter-spacing:-.02em;color:#7f1d1d}.dir-helpline-cta-sub{font-size:12px;font-weight:600;color:#b91c1c;line-height:1.35}.dir-helpline-cta-arrow{flex-shrink:0;color:#dc2626;opacity:.9}.dir-category-item .dir-cat-icon-wrap .dir-cat-icon-placeholder{width:28px;height:28px;color:#999}.dir-category-item .dir-cat-name-wrap{width:72px;margin:0 auto;display:flex;justify-content:center;align-items:center;min-height:28px;text-align:center!important;direction:ltr}button.dir-category-item .dir-cat-name,button.dir-category-item .dir-cat-name-inner,button.dir-category-item .dir-cat-name-wrap{text-align:center!important}.dir-category-item .dir-cat-name{font-size:12px;font-weight:600;line-height:1.3;color:#222;overflow:hidden;text-overflow:ellipsis;box-sizing:border-box;width:100%;max-width:100%;direction:ltr;display:-webkit-box;-webkit-line-clamp:2}.dir-category-item .dir-cat-name-inner{display:block;text-align:center!important;width:100%;font-weight:600;color:#222}.dir-subcategories-panel{background:#fff;margin:0 0 8px;border-radius:0;overflow:hidden}.dir-subcategories-back{display:flex;align-items:center;grid-gap:8px;gap:8px;padding:12px 16px;font-size:14px;color:#333;background:#fff;width:100%;cursor:pointer;text-align:left;border:none;border-bottom:1px solid #eee}.dir-subcategories-back:active{background:#f9f9f9}.dir-subcategories-back .dir-back-arrow{width:20px;height:20px;color:#666}.dir-subcategories-list{list-style:none;margin:0;padding:0}.dir-subcategory-item{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-bottom:1px solid #f0f0f0;text-decoration:none;color:#333;font-size:14px;cursor:pointer;transition:background .1s ease}.dir-subcategory-item:last-child{border-bottom:none}.dir-subcategory-item:active{background:#f5f5f5}.dir-subcategory-item .dir-sub-name{font-weight:500}.dir-subcategory-item .dir-sub-count{font-size:12px;color:#888}.dir-subcategory-item .dir-sub-arrow{width:18px;height:18px;color:#bbb;margin-left:8px}.dir-empty-state{text-align:center;padding:32px 24px;color:#666;font-size:14px}.dir-empty-state .dir-empty-msg{margin-top:8px}.dir-sub-banner-strip{padding:0 0 20px;margin-bottom:8px}.dir-sub-banner-strip-header{display:flex;align-items:center;justify-content:space-between;padding:0 16px 12px}.dir-sub-banner-strip-title{font-size:17px;font-weight:700;color:#1a1a1a;margin:0;letter-spacing:-.02em}.dir-sub-banner-strip-arrow{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;color:#6b7280}.dir-sub-banner-strip-arrow svg{width:18px;height:18px}.dir-sub-banner-strip-scroll{display:flex;grid-gap:12px;gap:12px;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:0 16px}.dir-sub-banner-strip-scroll::-webkit-scrollbar{display:none}.dir-sub-banner-tile{flex:0 0 auto;width:140px;min-width:140px;height:100px;border:none;border-radius:14px;padding:0 14px 12px;display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start;text-align:left;cursor:pointer;box-shadow:0 2px 8px rgba(0,0,0,.12);transition:box-shadow .15s ease,-webkit-transform .15s ease;transition:transform .15s ease,box-shadow .15s ease;transition:transform .15s ease,box-shadow .15s ease,-webkit-transform .15s ease;position:relative;overflow:hidden}.dir-sub-banner-tile:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(0deg,rgba(0,0,0,.5) 0,transparent 50%);pointer-events:none;border-radius:14px}.dir-sub-banner-tile:active{-webkit-transform:scale(.98);transform:scale(.98);box-shadow:0 1px 4px rgba(0,0,0,.15)}.dir-sub-banner-tile-label{font-size:13px;font-weight:700;color:#fff;line-height:1.25;text-transform:uppercase;letter-spacing:.02em;position:relative;z-index:1;text-shadow:0 1px 2px rgba(0,0,0,.3);display:-webkit-box;-webkit-line-clamp:2;overflow:hidden}.dir-sub-banner-tile-count{font-size:11px;font-weight:500;color:hsla(0,0%,100%,.9);margin-top:2px;position:relative;z-index:1;text-shadow:0 1px 1px rgba(0,0,0,.2)}.dir-home-quick-strip-wrap{padding-bottom:4px}.dir-home-quick-strip{display:flex;grid-gap:10px;gap:10px;padding:12px 16px 16px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.dir-home-quick-strip::-webkit-scrollbar{display:none}.dir-home-store-enquiry{display:flex;align-items:center;grid-gap:12px;gap:12px;margin:0 16px 12px;padding:14px 16px;border-radius:14px;text-decoration:none;color:#1a1a1a;background:linear-gradient(135deg,#f0fdf4,#ecfdf5 50%,#f0fdfa);border:1px solid rgba(16,185,129,.25);box-shadow:0 2px 10px rgba(16,185,129,.12);transition:box-shadow .15s ease,-webkit-transform .15s ease;transition:transform .15s ease,box-shadow .15s ease;transition:transform .15s ease,box-shadow .15s ease,-webkit-transform .15s ease}.dir-home-store-enquiry:active{-webkit-transform:scale(.99);transform:scale(.99);box-shadow:0 1px 6px rgba(16,185,129,.15)}.dir-home-store-enquiry-icon{flex-shrink:0;width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:12px;background:linear-gradient(135deg,#059669,#10b981);color:#fff;box-shadow:0 2px 8px rgba(5,150,105,.35)}.dir-home-store-enquiry-text{flex:1 1;min-width:0;display:flex;flex-direction:column;grid-gap:2px;gap:2px;text-align:left}.dir-home-store-enquiry-title{font-size:15px;font-weight:800;letter-spacing:-.02em;color:#064e3b}.dir-home-store-enquiry-sub{font-size:12px;font-weight:500;color:#047857;line-height:1.35}.dir-home-store-enquiry-arrow{flex-shrink:0;color:#059669;opacity:.9}.dir-home-store-enquiry--pending{cursor:default;background:linear-gradient(135deg,#f9fafb,#f3f4f6);border-color:rgba(107,114,128,.25);box-shadow:0 1px 6px rgba(0,0,0,.06)}.dir-home-store-enquiry--pending .dir-home-store-enquiry-icon{background:linear-gradient(135deg,#6b7280,#9ca3af);box-shadow:none}.dir-home-store-enquiry--pending .dir-home-store-enquiry-title{color:#374151}.dir-home-store-enquiry--pending .dir-home-store-enquiry-sub{color:#6b7280;font-size:11px}.dir-home-quick-strip-tile{flex:1 1;min-width:0;display:flex;flex-direction:column;align-items:center;text-decoration:none;color:#1a1a1a;border-radius:14px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.1);transition:box-shadow .15s ease,-webkit-transform .15s ease;transition:transform .15s ease,box-shadow .15s ease;transition:transform .15s ease,box-shadow .15s ease,-webkit-transform .15s ease}.dir-home-quick-strip-tile:active{-webkit-transform:scale(.98);transform:scale(.98)}.dir-home-quick-strip-tile-img-wrap{width:100%;aspect-ratio:4/3;background:#e5e7eb;overflow:hidden}.dir-home-quick-strip-tile-img-wrap img{width:100%;height:100%;object-fit:cover;display:block}.dir-home-quick-strip-tile-label{display:block;padding:8px 6px 10px;font-size:13px;font-weight:700;text-align:center;line-height:1.2}