@import url("https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&display=swap");:root{--background:#fff;--cream:#f8f8f8;--black:#050505;--light-grey:#f8f8f8;--border:#d6d6d6;--pink:#ed80a1;--darkPink:#c55a7d;--white:#fff;--light-grey:#8e8e8e;--green:#51a763}body,html{overflow-x:hidden}body{background-color:var(--cream);color:var(--black);font-family:Instrument Sans,serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;max-width:550px;margin:0 auto;text-rendering:optimizeLegibility;letter-spacing:-.2px;position:relative}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}.hide-scroll{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.hide-scroll::-webkit-scrollbar{display:none}h1,h2,h3,h4,h5,h6{margin:0;font-weight:700}h1{font-size:24px;letter-spacing:-.6px}h2{font-size:22px;letter-spacing:-.5px}h3{font-size:20px;letter-spacing:-.4px}h4{font-size:18px;letter-spacing:-.3px}p{margin:0;font-size:14px}button,p{letter-spacing:-.2px}button{font-size:13px;font-family:Instrument Sans,serif;font-weight:500;padding:10px 20px;border:none;border-radius:10px;cursor:pointer;background-color:var(--pink);color:#fff}button:hover{background-color:var(--darkPink)}.headline_text{font-size:20px;font-weight:600}.callout_text{font-size:13px;color:var(--white)}.browse_item_text,.callout_text{font-weight:500;text-align:center}.browse_item_text{font-size:14px;white-space:nowrap}.view_all{font-size:13px;color:var(--light-grey);text-align:center}.trending_price{font-size:13px;white-space:nowrap;font-weight:500}.trending_compare_price{font-size:12px;color:var(--light-grey);white-space:nowrap;text-decoration:line-through}#whatsapp_container{max-width:550px;position:fixed;top:0;bottom:0;left:0;right:0;margin:auto;pointer-events:none}#whatsapp{position:absolute;bottom:10px;right:10px;z-index:50;cursor:pointer;pointer-events:all}#top_bar{width:100%;height:40px;background-color:var(--pink);display:flex;align-items:center;justify-content:center}.ab-container{width:max-content;overflow:hidden;position:relative;height:100%;display:flex;flex-direction:row}.ab-inner{display:flex;align-items:center;animation:ab-scroll 8s linear infinite}.ab-inner-item{color:#fff;font-size:15px;font-weight:600;white-space:nowrap;margin-right:20px}.ab-icon{margin-right:20px;display:flex;align-items:center;justify-content:center}@keyframes ab-scroll{0%{transform:translateX(0)}to{transform:translateX(-100%)}}.ab-inner.duplicate{display:flex;align-items:center;animation:ab-scroll 8s linear infinite}#store{justify-content:space-between;background-color:var(--white);padding:30px 20px;position:relative}#store,#store_left{display:flex;flex-direction:row;align-items:flex-start}#store_left{gap:20px;justify-content:flex-start}#store_img{border-radius:99px;background-image:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;animation:loading 1.5s linear infinite}#store_left_content{display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.store_title{font-size:16px;font-weight:600}#store_online_wrap{display:flex;align-items:center;justify-content:flex-start;gap:5px}#store_online_status{min-width:5px;min-height:5px;border-radius:99px;background-color:var(--green)}#store_online_text{color:var(--green);font-size:14px;font-weight:600}#store_bullet_wrap{display:flex;flex-direction:column;gap:5px;margin-top:10px}#store_bullet_inner_wrap{display:flex;flex-direction:row;align-items:center;gap:10px}@media screen and (max-width:410px){#store_bullet_inner_wrap{flex-direction:column;align-items:flex-start}}.store_bullet_item{display:flex;flex-direction:row;gap:5px;justify-content:flex-start;align-items:center}.store_bullet_text{font-size:14px;font-weight:500}.store_bullet_grey_text{color:var(--light-grey)}#store_right{position:absolute;top:30px;right:20px;border:1px solid var(--green);border-radius:10px;display:flex;align-items:center;justify-content:center;padding:5px 20px;cursor:pointer}@media screen and (max-width:382px){#store_right{display:none}}#store_right_text{font-size:13px;color:var(--green);font-weight:600}#browse{display:flex;flex-direction:column;gap:20px;width:100%;padding:20px 10px 40px 0}#browse_header{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding-left:10px}#browse_price_wrap{display:flex;align-items:center;justify-content:center;padding:5px 10px;border-radius:7.5px;background-color:var(--darkPink)}#browse_flex{flex-direction:row;gap:15px;justify-content:flex-start;overflow-x:scroll;width:100%;padding-left:10px}#browse_flex,.browse_flex_item{display:flex;align-items:center}.browse_flex_item{flex-direction:column;gap:10px;justify-content:center}.browse_item_img_wrap{position:relative;width:80px;height:80px;border-radius:99px;overflow:hidden;background-image:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;animation:loading 1.5s linear infinite}#trending{background-color:var(--white);border-radius:10px;width:100%;padding:20px 10px}#trending_top{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.view_all_wrapper{display:flex;align-items:center;justify-content:center;padding:5px 10px;cursor:pointer}#trending_grid{display:grid;grid-template-rows:repeat(2,auto);grid-auto-flow:column;overflow-x:auto;grid-gap:7px;gap:7px;width:100%;padding:15px 0}.trending_item{width:100%;max-width:105px;cursor:pointer}.trending_img{height:140px;position:relative;background:#f0f0f0;border-radius:8px;background-image:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;animation:loading 1.5s linear infinite}.trending_img,.trending_price_flex{width:100%;max-width:105px;overflow:hidden}.trending_price_flex{display:flex;flex-direction:row;gap:5px;justify-content:flex-start;align-items:center;padding:10px 0}.skeleton-loader{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;animation:loading 1.5s infinite}@keyframes loading{0%{background-position:-200% 0}to{background-position:200% 0}}#footer{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:10px;background-color:#fff;border-radius:10px 10px 0 0;padding:60px 30px 80px;margin-top:30px}#footer_ig{margin-top:10px}#footer_country{display:flex;flex-direction:row;gap:10px;align-items:center;justify-content:flex-start;margin-top:20px}#footer_country_img{border-radius:99px}#footer_country_text{font-size:15px;font-weight:400;color:var(--black)}#footer_text_wrap{display:flex;align-items:center;justify-content:center;gap:10px;flex-wrap:wrap;margin:50px auto auto;max-width:75%}.footer_text{font-size:12px;color:var(--light-grey);font-weight:500}#best{padding:30px 10px}#best_top{display:flex;flex-direction:row;justify-content:space-between;align-items:center}#best_grid{display:grid;grid-template-columns:50% 50%;grid-gap:4px;gap:4px;margin-top:20px;max-width:calc(100% - 4px)}.best_tile{max-width:100%;overflow:hidden}.best_img_wrap{position:relative;width:100%;max-width:100%;aspect-ratio:170/213;background-image:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;animation:loading 1.5s linear infinite}.best_tile_bottom{padding:15px 5px}.best_tile_title{font-size:14px;white-space:nowrap;font-weight:500}.price_wrap{display:flex;flex-direction:row;gap:3px;align-items:flex-end;justify-content:flex-start}.price_wrap.small{gap:1.5px}.rp_price{font-weight:500;font-size:12px;transform:translateY(-1px)}.rp_price.grey{color:#8e8e8e;font-weight:400}.best_tile_price{font-size:14px;font-weight:500;margin-top:7.5px}.best_tile_compare_price{font-size:13px;text-decoration:line-through;color:var(--light-grey)}#best_seemore{width:100%;height:55px;display:flex;align-items:center;justify-content:center;border-radius:10px;background-color:var(--black);cursor:pointer;margin-top:20px}#best_seemore_text{font-size:16px;font-weight:500;color:var(--white)}