@keyframes fitcat-spin{to{transform:rotate(360deg)}}@keyframes scroll-left{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes skel{0%{background-position:100% 0}to{background-position:0 0}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes notify-toast-slide{0%{opacity:0;transform:translateY(-14px)}to{opacity:1;transform:translateY(0)}}.header-wrapper-container{padding:5rem 0 0;font-family:var(--font-base)}@media (max-width:576px){.header-wrapper-container{padding:2.2rem 0 0}}.header-wrapper-container .main-header-container{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;position:fixed;top:0;left:0;right:0;background:var(--color-white);z-index:1000;transition:var(--transition-smooth)}@media (min-width:1024px){.header-wrapper-container .main-header-container{box-shadow:var(--shadow-md)}}.header-wrapper-container .main-header-container .header-overlay{position:fixed;inset:0;background:rgba(0,0,0,.38);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);z-index:1000;cursor:default}.header-wrapper-container .main-header-container.header-scrolled .fitcat-header{margin:.5rem auto;border-bottom:1px solid var(--color-gray-5)}@media (max-width:1023px){.header-wrapper-container .main-header-container.header-scrolled .fitcat-header{margin:.375rem auto;border:0}}.header-wrapper-container .main-header-container .fitcat-header{display:flex;align-items:center;justify-content:space-between;width:100%;max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}@media (max-width:1023px){.header-wrapper-container .main-header-container .fitcat-header{padding:0 1rem}}.header-wrapper-container .main-header-container .fitcat-header{flex-wrap:wrap;margin:.75rem auto}@media (max-width:1023px){.header-wrapper-container .main-header-container .fitcat-header{margin:.5rem auto;gap:.75rem}}@media (max-width:576px){.header-wrapper-container .main-header-container .fitcat-header{margin:.1rem auto;gap:0}}.header-wrapper-container .main-header-container .fitcat-header .logo{flex-basis:clamp(89px,8.4vw,121px);padding:.5rem 0}.container__slider .slider__item img,.header-wrapper-container .main-header-container .fitcat-header .logo svg{width:100%;height:auto}.header-wrapper-container .main-header-container .fitcat-header .search{position:relative;flex-basis:clamp(398px,54.72vw,788px);margin:0 1rem;font-family:var(--font-medium);z-index:1001}@media (max-width:576px){.header-wrapper-container .main-header-container .fitcat-header .search{display:none}}@media (max-width:1023px){.header-wrapper-container .main-header-container .fitcat-header .search{order:2;width:100%;flex-basis:100%;margin:0}}.header-wrapper-container .main-header-container .fitcat-header .search input,.header-wrapper-container .main-header-container .fitcat-header .search_mobile input{border:1px solid var(--color-gray-5);padding:.875rem 3rem .875rem 1.25rem;width:100%;border-radius:10px;font-size:1rem;background:var(--color-white);outline:0;transition:var(--transition-smooth);font-family:var(--font-base)}.header-wrapper-container .main-header-container .fitcat-header .search input:focus,.header-wrapper-container .main-header-container .fitcat-header .search_mobile input:focus{border-color:var(--color-orange);box-shadow:0 0 0 4px rgba(255,107,53,.12);background:var(--color-white)}@media (max-width:1023px){.header-wrapper-container .main-header-container .fitcat-header .search input,.header-wrapper-container .main-header-container .fitcat-header .search_mobile input{padding:.75rem 2.5rem .75rem 1rem;font-size:1rem}.header-wrapper-container .main-header-container .fitcat-header .search input::placeholder,.header-wrapper-container .main-header-container .fitcat-header .search_mobile input::placeholder{font-size:.9rem;transform:scale(.92);transform-origin:left center;line-height:1.2;letter-spacing:-.2px}}.header-wrapper-container .main-header-container .fitcat-header .search>.search-icon,.header-wrapper-container .main-header-container .fitcat-header .search_mobile>.search-icon{position:absolute;right:1.25rem;top:50%;transform:translateY(-50%);color:var(--color-text);display:inline-flex;align-items:center;justify-content:center;width:21px;height:22px}.header-wrapper-container .main-header-container .fitcat-header .search .search-clear,.header-wrapper-container .main-header-container .fitcat-header .search_mobile .search-clear{position:absolute;right:3rem;top:50%;transform:translateY(-50%);border:0;background:0 0;font-size:1rem;cursor:pointer;opacity:.7}.header-wrapper-container .main-header-container .fitcat-header .search .search-clear:hover,.header-wrapper-container .main-header-container .fitcat-header .search_mobile .search-clear:hover{opacity:1}@media (max-width:1023px){.header-wrapper-container .main-header-container .fitcat-header .search .search-clear,.header-wrapper-container .main-header-container .fitcat-header .search_mobile .search-clear{right:3rem}}.header-wrapper-container .main-header-container .fitcat-header .search .search-results-panel,.header-wrapper-container .main-header-container .fitcat-header .search_mobile .search-results-panel{font-family:var(--font-medium);position:absolute;top:calc(100% + 8px);left:0;width:100%;background:var(--color-white);border-radius:12px;border:1px solid var(--color-gray-4);box-shadow:0 12px 24px rgba(0,0,0,.1),0 4px 10px rgba(0,0,0,.06);max-height:60vh;overflow-y:auto;padding:.75rem 0;font-size:var(--text-xs);color:var(--color-gray-7);z-index:1002}@media (max-width:1023px){.header-wrapper-container .main-header-container .fitcat-header .search .search-results-panel,.header-wrapper-container .main-header-container .fitcat-header .search_mobile .search-results-panel{border-radius:10px;max-height:70vh}}.header-wrapper-container .main-header-container .fitcat-header .search .search-results-loading,.header-wrapper-container .main-header-container .fitcat-header .search_mobile .search-results-loading{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:1.5rem 1rem;color:var(--color-gray-7)}.header-wrapper-container .main-header-container .fitcat-header .search .search-results-loading .loading-spinner,.header-wrapper-container .main-header-container .fitcat-header .search_mobile .search-results-loading .loading-spinner{width:24px;height:24px;border:3px solid var(--color-gray-4);border-top-color:var(--color-orange);border-radius:50%;animation:fitcat-spin .8s linear infinite}.header-wrapper-container .main-header-container .fitcat-header .search .sr-only,.header-wrapper-container .main-header-container .fitcat-header .search_mobile .sr-only{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.header-wrapper-container .main-header-container .fitcat-header .search .empty,.header-wrapper-container .main-header-container .fitcat-header .search .error,.header-wrapper-container .main-header-container .fitcat-header .search .hint,.header-wrapper-container .main-header-container .fitcat-header .search_mobile .empty,.header-wrapper-container .main-header-container .fitcat-header .search_mobile .error,.header-wrapper-container .main-header-container .fitcat-header .search_mobile .hint{padding:1rem;text-align:center;font-family:var(--font-base)}.header-wrapper-container .main-header-container .fitcat-header .search .result-sections,.header-wrapper-container .main-header-container .fitcat-header .search_mobile .result-sections{display:flex;flex-direction:column;gap:14px}.header-wrapper-container .main-header-container .fitcat-header .search .result-item .thumb.placeholder,.header-wrapper-container .main-header-container .fitcat-header .search .result-section,.header-wrapper-container .main-header-container .fitcat-header .search_mobile .result-item .thumb.placeholder,.header-wrapper-container .main-header-container .fitcat-header .search_mobile .result-section{display:block}.header-wrapper-container .main-header-container .fitcat-header .search .section-title,.header-wrapper-container .main-header-container .fitcat-header .search_mobile .section-title{position:sticky;top:0;background:var(--color-white);z-index:1;display:flex;align-items:center;gap:8px;padding:8px 12px;border-bottom:1px solid var(--color-gray-5)}.header-wrapper-container .main-header-container .fitcat-header .search .section-title .title-text,.header-wrapper-container .main-header-container .fitcat-header .search_mobile .section-title .title-text{font-weight:700;color:var(--color-black)}.header-wrapper-container .main-header-container .fitcat-header .search .section-title .count-badge,.header-wrapper-container .main-header-container .fitcat-header .search_mobile .section-title .count-badge{font-size:12px;line-height:18px;padding:0 8px;border-radius:999px;background:var(--color-gray-1);color:var(--color-gray-8);border:1px solid var(--color-gray-5)}.header-wrapper-container .main-header-container .fitcat-header .search .result-list,.header-wrapper-container .main-header-container .fitcat-header .search_mobile .result-list{list-style:none;margin:8px 0 0;padding:0 8px;display:flex;flex-direction:column;gap:8px}.header-wrapper-container .main-header-container .fitcat-header .search .result-item,.header-wrapper-container .main-header-container .fitcat-header .search_mobile .result-item{display:grid;grid-template-columns:50px 1fr;gap:10px;align-items:center;padding:10px 12px;border:1px solid transparent;border-radius:10px;cursor:pointer;transition:background .2s ease,border-color .2s ease}.header-wrapper-container .main-header-container .fitcat-header .search .result-item.active,.header-wrapper-container .main-header-container .fitcat-header .search .result-item:hover,.header-wrapper-container .main-header-container .fitcat-header .search_mobile .result-item.active,.header-wrapper-container .main-header-container .fitcat-header .search_mobile .result-item:hover{background:var(--color-gray-1);border-color:var(--color-orange)}.header-wrapper-container .main-header-container .fitcat-header .search .result-item .thumb,.header-wrapper-container .main-header-container .fitcat-header .search_mobile .result-item .thumb{width:50px;height:50px;border-radius:6px;object-fit:cover;background:var(--color-gray-2)}.header-wrapper-container .main-header-container .fitcat-header .search .result-item .meta,.header-wrapper-container .main-header-container .fitcat-header .search_mobile .result-item .meta{min-width:0}.header-wrapper-container .main-header-container .fitcat-header .search .result-item .meta .title,.header-wrapper-container .main-header-container .fitcat-header .search_mobile .result-item .meta .title{font-size:.95rem;font-weight:600;color:var(--color-black);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:flex;align-items:center;gap:6px}.header-wrapper-container .main-header-container .fitcat-header .search .result-item .meta .title .chip,.header-wrapper-container .main-header-container .fitcat-header .search_mobile .result-item .meta .title .chip{font-size:.72rem;padding:1px 6px;border-radius:999px;background:var(--color-gray-1);border:1px solid var(--color-gray-4);color:var(--color-gray-8);flex-shrink:0}@media (max-width:1023px){.header-wrapper-container .main-header-container .fitcat-header .search .result-item,.header-wrapper-container .main-header-container .fitcat-header .search_mobile .result-item{align-items:flex-start;padding:12px;gap:12px;grid-template-columns:50px 1fr}.header-wrapper-container .main-header-container .fitcat-header .search .result-item .thumb,.header-wrapper-container .main-header-container .fitcat-header .search_mobile .result-item .thumb{align-self:flex-start;margin-top:2px}.header-wrapper-container .main-header-container .fitcat-header .search .result-item .meta .title,.header-wrapper-container .main-header-container .fitcat-header .search_mobile .result-item .meta .title{white-space:normal!important;overflow:visible;text-overflow:clip;word-break:break-word;overflow-wrap:anywhere;line-height:1.25;display:block}}@media (min-width:1024px){.header-wrapper-container .main-header-container .fitcat-header .search .result-item,.header-wrapper-container .main-header-container .fitcat-header .search_mobile .result-item{align-items:flex-start}.header-wrapper-container .main-header-container .fitcat-header .search .result-item .meta .title,.header-wrapper-container .main-header-container .fitcat-header .search_mobile .result-item .meta .title{white-space:normal!important;overflow:visible;text-overflow:clip;overflow-wrap:anywhere;word-break:break-word;display:flex;flex-wrap:wrap;line-height:1.3}}.header-wrapper-container .main-header-container .fitcat-header .search_mobile{position:relative;flex-basis:clamp(398px,54.72vw,788px);margin:0 1rem;font-family:var(--font-medium);z-index:1001}@media (min-width:1024px){.header-wrapper-container .main-header-container .fitcat-header .search_mobile{display:none}}@media (max-width:1023px){.header-wrapper-container .main-header-container .fitcat-header .search_mobile{order:2;width:100%;flex-basis:100%;margin:0}}.header-wrapper-container .main-header-container .fitcat-header .login-cart{display:flex;align-items:center;gap:1.25rem;padding:.5rem 0}@media (max-width:1023px){.header-wrapper-container .main-header-container .fitcat-header .login-cart{gap:.75rem;padding:.25rem 0;margin-left:auto}}.header-wrapper-container .main-header-container .fitcat-header .login-cart .search_mobile_view{display:none}@media (max-width:576px){.header-wrapper-container .main-header-container .fitcat-header .login-cart .search_mobile_view{display:block;align-items:center;padding-top:.2rem}.header-wrapper-container .main-header-container .fitcat-header .login-cart .search_mobile_view svg{display:flex;align-items:center}}.header-wrapper-container .main-header-container .fitcat-header .login-cart .profile-menu{position:relative;display:inline-flex;align-items:center}.header-wrapper-container .main-header-container .fitcat-header .login-cart .login-signup{display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1rem;font-size:.875rem;font-weight:600;text-decoration:none;color:var(--color-orange);background:0 0;border:1px solid var(--color-orange);border-radius:10px;transition:background .2s,color .2s,transform .15s}.header-wrapper-container .main-header-container .fitcat-header .login-cart .login-signup:hover{background:var(--color-orange);color:var(--color-white);transform:translateY(-1px)}@media (max-width:1023px){.header-wrapper-container .main-header-container .fitcat-header .login-cart .login-signup{display:none;padding:.5rem .75rem}}@media (max-width:576px){.header-wrapper-container .main-header-container .fitcat-header .login-cart .login-signup{padding:.5rem}.header-wrapper-container .main-header-container .fitcat-header .login-cart .login-signup span:last-child{display:none}}.header-wrapper-container .main-header-container .fitcat-header .login-cart .login-signup>span:first-child{display:inline-flex;align-items:center;justify-content:center}.header-wrapper-container .main-header-container .fitcat-header .login-cart .login-signup>span:first-child svg{width:22px;height:22px}.header-wrapper-container .main-header-container .fitcat-header .login-cart .login-signup.profile-pill{border-color:var(--color-gray-5);color:var(--color-40);background:var(--color-gray-2)}.header-wrapper-container .main-header-container .fitcat-header .login-cart .login-signup.profile-pill:hover{background:var(--color-gray-4);color:var(--color-18)}.header-wrapper-container .main-header-container .fitcat-header .login-cart .login-signup .profile-initial{width:28px;height:28px;border-radius:50%;background:var(--color-white);border:1px solid var(--color-gray-5);font-size:.85rem;font-weight:700;color:var(--color-40);display:inline-flex;align-items:center;justify-content:center}.header-wrapper-container .main-header-container .fitcat-header .login-cart .profile-dropdown{position:absolute;right:0;top:calc(100% + .5rem);background:var(--color-white);border:1px solid var(--color-gray-4);border-radius:10px;box-shadow:var(--fc-shadow-soft);min-width:180px;padding:.5rem 0;display:flex;flex-direction:column;z-index:20}.header-wrapper-container .main-header-container .fitcat-header .login-cart .profile-dropdown a,.header-wrapper-container .main-header-container .fitcat-header .login-cart .profile-dropdown button{background:0 0;border:0;text-align:left;padding:.65rem 1rem;font-size:.9rem;font-weight:500;color:var(--color-40);text-decoration:none;cursor:pointer;width:100%}.header-wrapper-container .main-header-container .fitcat-header .login-cart .profile-dropdown button{color:var(--color-orange);font-weight:600}.header-wrapper-container .main-header-container .fitcat-header .login-cart .profile-dropdown a:hover,.header-wrapper-container .main-header-container .fitcat-header .login-cart .profile-dropdown button:hover{background:var(--color-gray-2);color:var(--color-18)}.header-wrapper-container .main-header-container .fitcat-header .login-cart .cart{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem .625rem;border-radius:10px;cursor:pointer;transition:background .2s,transform .15s}.header-wrapper-container .main-header-container .fitcat-header .login-cart .cart:hover{background:var(--color-gray-4);transform:translateY(-1px)}.header-wrapper-container .main-header-container .fitcat-header .login-cart .cart>span:last-child{font-size:.9rem;font-weight:600;color:var(--color-50)}@media (max-width:576px){.header-wrapper-container .main-header-container .fitcat-header .login-cart .cart>span:last-child{display:none}}.header-wrapper-container .main-header-container .fitcat-header .login-cart .cart .cart-icon{position:relative;display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;flex-shrink:0}@media (max-width:576px){.header-wrapper-container .main-header-container .fitcat-header .login-cart .cart .cart-icon{width:28px;height:28px}}.header-wrapper-container .main-header-container .fitcat-header .login-cart .cart .cart-icon svg{width:100%;height:100%;display:block}.header-wrapper-container .main-header-container .fitcat-header .login-cart .cart .cart-icon .item-add{position:absolute;top:-6px;right:-6px;min-width:18px;height:18px;padding:0 5px;line-height:18px;border-radius:999px;background:var(--color-orange);color:var(--color-white);font-size:11px;font-weight:700;text-align:center;box-shadow:0 2px 6px rgba(0,0,0,.15)}@media (max-width:576px){.header-wrapper-container .main-header-container .fitcat-header .login-cart .cart .cart-icon .item-add{min-width:16px;height:16px;line-height:16px;font-size:10px;top:-5px;right:-5px}}.main-fitcart-footer{width:100%;max-width:var(--max-width);margin:0 auto;font-family:var(--font-medium);padding-bottom:0}.main-fitcart-footer .add-footer-padding{padding-bottom:3.5rem}.main-fitcart-footer .footer-download,.main-fitcart-footer .footer-subscribe{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;gap:1rem}.main-fitcart-footer .footer-subscribe{background-color:var(--color-peach-1);padding:2rem 0}.main-fitcart-footer .footer-download .app-container{display:flex;align-items:center;justify-content:center;margin-top:.5rem}.main-fitcart-footer .footer-download .app-container p,.main-fitcart-footer .footer-subscribe p{font-size:1.25rem;font-weight:600;color:var(--color-black)}.main-fitcart-footer .footer-download .app-container .app-store img,.main-fitcart-footer .footer-download .app-container .play-store img{height:3rem;width:auto}.main-fitcart-footer .footer-download .app-container .app-store{margin-left:1rem}.main-fitcart-footer .footer-subscribe .footer-subscribe-form{display:flex;align-items:center;justify-content:center;gap:.5rem}.main-fitcart-footer .footer-subscribe .footer-subscribe-form input{padding:.75rem 1rem;border:1px solid var(--color-e8);font-size:1rem;width:300px;max-width:100%;border-radius:.2rem;outline:0}.main-fitcart-footer .footer-subscribe .footer-subscribe-form input:focus{text-decoration:none;outline:0;border-color:var(--color-orange)}.main-fitcart-footer .footer-subscribe .footer-subscribe-form button{background-color:var(--color-orange);border:0;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;color:var(--color-white);cursor:pointer;border-radius:.2rem}.main-fitcart-footer .footer-subscribe .footer-subscribe-form button:hover{background-color:var(--color-primary)}@media (max-width:600px){.main-fitcart-footer .footer-subscribe .footer-subscribe-form{align-items:center;gap:.75rem}.main-fitcart-footer .footer-subscribe .footer-subscribe-form input{width:100%;font-size:1rem}.main-fitcart-footer .footer-subscribe .footer-subscribe-form button{width:auto;font-size:1rem;padding:.75rem 1rem}}.main-fitcart-footer .footer-container-social{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}@media (max-width:1023px){.main-fitcart-footer .footer-container-social{padding:0 1rem}}.main-fitcart-footer .footer-container-social,.main-fitcart-footer .footer-copyright{border-top:1px solid var(--color-gray-5)}.main-fitcart-footer .footer-container-social .footer-subcontainer{display:flex;justify-content:space-between;align-items:stretch;width:100%}@media (max-width:576px){.main-fitcart-footer .footer-container-social .footer-subcontainer{flex-direction:column;gap:1rem}}.main-fitcart-footer .footer-container-social .footer-subcontainer .footer-left{flex:0 0 28%;border-right:1px solid var(--color-gray-5);padding:2rem;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}@media (max-width:576px){.main-fitcart-footer .footer-container-social .footer-subcontainer .footer-left{width:100%;border-bottom:1px solid var(--color-gray-5);border-right:none;display:flex;align-items:center;justify-content:center}}.main-fitcart-footer .footer-container-social .footer-subcontainer .footer-left .footer-logo{margin-bottom:1rem}.main-fitcart-footer .footer-container-social .footer-subcontainer .footer-left .footer-logo svg{height:32px;width:auto}.main-fitcart-footer .footer-container-social .footer-subcontainer .footer-left .contact-number,.main-fitcart-footer .footer-container-social .footer-subcontainer .footer-left .support-email{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--color-gray-7);margin-bottom:.75rem}.main-fitcart-footer .footer-container-social .footer-subcontainer .footer-left .social-media{margin-top:.5rem}.main-fitcart-footer .footer-container-social .footer-subcontainer .footer-left .social-media p{font-weight:600;font-size:.85rem;color:var(--color-gray-10)}.main-fitcart-footer .footer-container-social .footer-subcontainer .footer-left .social-icon{display:flex;gap:1rem;margin-top:.75rem}.main-fitcart-footer .footer-container-social .footer-subcontainer .footer-left .social-icon a{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;transition:background-color .3s ease,transform .3s ease}.main-fitcart-footer .footer-container-social .footer-subcontainer .footer-left .social-icon a:hover{background-color:var(--color-orange);transform:translateY(-2px)}.main-fitcart-footer .footer-container-social .footer-subcontainer .footer-right{flex:1;display:flex;align-items:flex-start;gap:3rem;padding:2rem}@media (max-width:576px){.main-fitcart-footer .footer-container-social .footer-subcontainer .footer-right{padding:0}}.main-fitcart-footer .footer-container-social .footer-subcontainer .footer-right .title{font-size:.8rem;font-weight:500;color:var(--color-gray-10);margin-bottom:.75rem;font-family:var(--font-medium)}.main-fitcart-footer .footer-container-social .footer-subcontainer .footer-right .link{display:block;font-size:.9rem;color:var(--color-black);margin-bottom:.5rem;font-family:var(--font-base);transition:color .3s ease}.main-fitcart-footer .footer-container-social .footer-subcontainer .footer-right .link:hover,.main-fitcart-footer .footer-copyright .footer-copyright-link a:hover{color:var(--color-orange)}.main-fitcart-footer .footer-container-social .footer-subcontainer .footer-right{justify-content:space-evenly}@media (max-width:576px){.main-fitcart-footer .footer-container-social .footer-subcontainer .footer-right{width:100%;gap:1.5rem}}.main-fitcart-footer .footer-copyright{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 1rem;font-family:var(--font-medium);background-color:var(--color-white);flex-direction:column;gap:1rem;padding-top:0}.main-fitcart-footer .footer-copyright .trust_pilot-logo img{height:4rem;width:auto}@media (max-width:576px){.main-fitcart-footer .footer-copyright{flex-direction:column;gap:1rem;text-align:center}}.main-fitcart-footer .footer-copyright span{color:var(--color-gray-7);font-size:.875rem}.main-fitcart-footer .footer-copyright .footer-copyright-link{display:flex;align-items:center;gap:.5rem}.main-fitcart-footer .footer-copyright .footer-copyright-link a{color:var(--color-black);text-decoration:none;font-size:.875rem;font-family:var(--font-base)}.main-fitcart-footer .footer-copyright .footer-copyright-link .footer-copyright-dot{color:var(--color-gray-7);font-size:1.25rem;line-height:.5}@media (max-width:576px){.main-fitcart-footer .footer-copyright .footer-copyright-link{flex-wrap:wrap;gap:1rem;justify-content:center}}@media (max-width:1023px){.mobile_footer_container{display:none}}@media (min-width:1024px){.mobile_footer_container{display:none}}@media (max-width:576px){.mobile_footer_container{display:block;font-family:var(--font-base)}}.mobile_footer_container_sub{position:fixed;bottom:0;left:0;right:0;background:#fff;box-shadow:0 -6px 12px rgba(0,0,0,.06);display:flex;align-items:stretch;height:calc(66px + env(safe-area-inset-bottom));padding-bottom:env(safe-area-inset-bottom);z-index:999}.mobile_footer_container_sub_tabs{flex:1;text-align:center}.mobile_footer_container_sub_tabs .tab-link{position:relative;display:flex;height:66px;flex-direction:column;align-items:center;justify-content:center;text-align:center;font-family:var(--font-medium);text-decoration:none;color:#2b2b2b;font-weight:500;font-size:.95rem}.mobile_footer_container_sub_tabs .tab-link .tab-icon svg{width:24px;height:24px;fill:currentColor}.mobile_footer_container_sub_tabs .tab-link.active{color:var(--color-orange);width:100%}.mobile_footer_container_sub_tabs .tab-link.active::after{content:"";position:absolute;left:0;right:0;bottom:0;height:3px;background:var(--color-orange);border-radius:2px}.global-loader{position:fixed;top:0;left:0;z-index:9999;width:100vw;height:100vh;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.7);backdrop-filter:blur(3px)}.global-loader .spinner{width:56px;height:56px;border:6px solid #e5e7eb;border-top-color:var(--color-orange);border-radius:50%;animation:spin .8s linear infinite}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.global-error-banner{position:fixed;top:16px;left:50%;transform:translateX(-50%);z-index:10000;min-width:280px;max-width:90vw;display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background-color:#fee2e2;color:#991b1b;border:1px solid #fecaca;border-radius:8px;box-shadow:0 8px 20px rgba(239,68,68,.2);gap:12px}.global-error-banner__message{flex:1;font-size:14px;line-height:1.4}.global-error-banner__close{flex-shrink:0;border:0;background:#f87171;color:#fff;font-size:12px;font-weight:600;padding:6px 10px;border-radius:6px;cursor:pointer;transition:background .2s ease}.global-error-banner__close:focus,.global-error-banner__close:hover{background:#ef4444}.top-banner{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}@media (max-width:1023px){.top-banner{padding:0 1rem}}.top-banner{padding:0 var(--space-32);margin-bottom:var(--space-32)}.top-banner .category-overlay{position:fixed;inset:0;background:0 0;z-index:1000}@media (max-width:576px){.top-banner{margin-bottom:var(--space-18);padding:0}}.top-banner .category-slider{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.5rem 8rem;background:0 0;overflow-x:auto;width:100vw;max-width:100%;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;position:relative;z-index:1}.shop-goal .circle-slider-container::-webkit-scrollbar,.top-banner .banner-container .category-slider-popup .catx__rail::-webkit-scrollbar,.top-banner .category-slider::-webkit-scrollbar{display:none}@media (max-width:576px){.top-banner .category-slider{gap:.7rem;padding:1.5rem 0}}.top-banner .category-slider .category-item{display:flex;flex-direction:column;align-items:center;justify-content:center;text-decoration:none;background:#f7f8fa;border-radius:.3rem;border:2px solid transparent;box-shadow:none;width:9rem;height:6.9rem;transition:border-color .2s,box-shadow .3s;padding:1rem .75rem;cursor:pointer;color:#000;border:1px solid var(--color-f0)}@media (max-width:576px){.top-banner .category-slider .category-item{height:5.8rem;min-height:5.8rem;min-width:6.5rem;border-radius:.3rem}.top-banner .category-slider .category-item:first-child{margin-left:1rem}.top-banner .category-slider .category-item:last-child{margin-right:1rem}.top-banner .category-slider .category-item:hover{box-shadow:none;border-color:none;color:none}.top-banner .category-slider .category-item.active{border-color:"";box-shadow:none;background:0 0;color:""}}.top-banner .category-slider .category-item:hover{box-shadow:0 2px 8px rgba(44,74,99,.13);border-color:var(--color-orange);color:var(--color-orange)}.top-banner .category-slider .category-item.active{border-color:var(--color-orange);box-shadow:0 0 0 2px rgba(var(--color-orange-rgb),.12);background:#fff7f3;color:var(--color-orange)}.top-banner .category-slider .category-item .category-image{width:4rem;height:4rem;max-width:72px;max-height:72px;display:flex;align-items:center;justify-content:center;margin-bottom:.5rem;background:0 0;border-radius:.6rem}@media (max-width:576px){.top-banner .category-slider .category-item .category-image{width:3rem;height:3rem}}.top-banner .category-slider .category-item .category-image img,.why-fitcart-container .why-fitcart .why-fitcart-item-icon img,.why-fitcart-container .why-fitcart .why-fitcart-item-icon svg{width:100%;height:100%;object-fit:contain}.top-banner .category-slider .category-item .category-name{font-weight:400;font-size:1rem;line-height:100%;letter-spacing:2%;white-space:nowrap;background:0 0;font-family:var(--font-medium)}@media (max-width:576px){.top-banner .category-slider .category-item .category-name{font-size:.8rem}}.top-banner .category-slider .category-item.view-all{background:0 0;min-width:100px;border:1px solid var(--color-f0)}.top-banner .category-slider .category-item.view-all .view-all-text{color:var(--color-orange);font-weight:600;font-size:1rem;font-family:var(--font-medium);display:flex;align-items:center;justify-content:center;gap:.3em;background:0 0}@media (max-width:576px){.top-banner .category-slider .category-item.view-all .view-all-text{font-size:.7rem}}.top-banner .banner-container{display:flex;gap:1.5rem;min-height:300px;position:relative}@media (max-width:1023px){.top-banner .banner-container{flex-direction:column}}@media (min-width:1024px){.top-banner .banner-container{padding:0 8rem;flex-direction:row}}@media (max-width:576px){.top-banner .banner-container{padding:0 1rem}}.top-banner .banner-container .category-slider-popup{font-family:var(--font-medium);position:absolute;top:0;right:0;width:min(420px,45vw);height:70vh;background:var(--color-white);border-radius:12px;border:1px solid var(--color-gray-4);box-shadow:0 12px 24px rgba(0,0,0,.1),0 4px 10px rgba(0,0,0,.06);overflow:hidden;padding:.75rem 0;font-size:var(--text-xs);color:var(--color-gray-7);z-index:1001}.top-banner .banner-container .category-slider-popup .catx__rail{position:relative;float:left;width:42%;height:100%;background:#fafbff;border-right:1px solid #ececf1;padding:8px 0;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.top-banner .banner-container .category-slider-popup .catx__railItem{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;padding:14px 12px;cursor:pointer;border:0;background:0 0;transition:background .15s ease}.top-banner .banner-container .category-slider-popup .catx__railItem:hover{background:#f4f6ff}.top-banner .banner-container .category-slider-popup .catx__railItem.is-active{background:#fff}.top-banner .banner-container .category-slider-popup .catx__railItem.is-active .catx__railActiveBar{background:#ff5a1f}.top-banner .banner-container .category-slider-popup .catx__railIcon{width:80px;height:80px;border-radius:10px;background:#fff;border:1px solid #ececf1;display:flex;align-items:center;justify-content:center;overflow:hidden;margin-bottom:6px}.fitcart-seller-item-cat img,.top-banner .banner-container .category-slider-popup .catx__railIcon img{width:100%;height:80%;object-fit:contain;display:block}.top-banner .banner-container .category-slider-popup .catx__railLabel{font-size:14px;line-height:1.25;color:#3a3a3a;font-weight:600;text-align:center}.top-banner .banner-container .category-slider-popup .catx__railActiveBar{position:absolute;right:0;top:0;width:4px;height:100%;background:0 0;border-radius:0 4px 4px 0}.top-banner .banner-container .category-slider-popup .catx__pane{position:relative;float:right;width:58%;height:100%;background:#fff;padding:18px 20px;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.top-banner .banner-container .category-slider-popup .catx__paneTitle{font-size:16px;font-weight:700;color:#ff5a1f;margin:2px 0 12px}.top-banner .banner-container .category-slider-popup .catx__subList{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:10px 18px}.top-banner .banner-container .category-slider-popup .catx__subItem{flex:1 1 200px}.top-banner .banner-container .category-slider-popup .catx__subLink{width:100%;text-align:left;background:0 0;border:0;font-size:15px;color:#606060;padding:8px 6px;border-radius:8px;cursor:pointer;transition:background .12s ease,color .12s ease,transform .12s ease}.top-banner .banner-container .category-slider-popup .catx__subLink:hover{background:#f6f6f6;color:#1f1f1f;transform:translateX(2px)}@media (max-width:576px){.top-banner .banner-container .category-slider-popup{width:100%;height:55vh}.top-banner .banner-container .category-slider-popup .catx__rail{width:44%}.top-banner .banner-container .category-slider-popup .catx__pane{width:56%;padding:14px 14px 18px}.top-banner .banner-container .category-slider-popup .catx__subItem{flex:1 1 48%}}.top-banner .banner-container .banner-slide{width:70%;display:flex;min-height:18rem;background:linear-gradient(to right,var(--color-f7f8) 60%,transparent);border-radius:.5rem;position:relative}@media (max-width:1023px){.top-banner .banner-container .banner-slide{min-height:10rem}}@media (max-width:576px){.top-banner .banner-container .banner-slide{min-height:10rem}}.top-banner .banner-container .banner-slide .banner-image{width:100%;height:100%;object-fit:contain;border-radius:.5rem}@media (max-width:576px){.top-banner .banner-container .banner-slide{display:none}}@media (max-width:1023px){.top-banner .banner-container .banner-slide{display:none}}.top-banner .banner-container .banner-slide-mobile{display:flex;min-height:10rem;background:linear-gradient(to right,var(--color-f7f8) 60%,transparent);border-radius:.5;overflow:hidden;position:relative}@media (min-width:1024px){.top-banner .banner-container .banner-slide-mobile{display:none}}.top-banner .banner-container .banner-side{flex-basis:30%;display:flex;justify-content:space-between;flex-direction:column;gap:1.5rem}@media (max-width:576px){.top-banner .banner-container .banner-side{flex-direction:column;padding:1rem 0;gap:2rem}}.top-banner .banner-container .banner-side .fuelingindia-image{width:100%;height:auto;object-fit:contain;border-radius:1rem}.top-banner .banner-container .banner-side .product-launch,.top-banner .banner-container .banner-side .teams-section{flex:1;border-radius:1rem}.top-banner .banner-container .teams-section{background-color:#fffcf8;display:flex;align-items:center;flex-direction:column;width:100%;gap:1rem}.top-banner .banner-container .teams-section .fulling_india_img{width:70%}@media (max-width:576px){.top-banner .banner-container .teams-section{display:none}}.top-banner .banner-container .teams-section .teams-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));width:100%;align-items:stretch}.top-banner .banner-container .teams-section .teams-grid .teams-grid__item{width:100%;min-height:0;padding:.75rem;display:flex;align-items:center;justify-content:center}.fitcart-seller-item-cat img{height:100%}.top-banner .banner-container .teams-section .teams-grid img{display:block;width:80%;object-fit:contain}.top-banner .banner-container .product-launch{height:100%}.top-banner .banner-container .product-launch .launch-image{width:100%;height:100%}.top-banner .banner-container .product-launch .launch-image img{border-radius:5px;width:100%;height:100%;object-fit:fill;object-position:center;display:block}@media (max-width:480px)and (max-width:576px){.top-banner .teams-section{display:none}}.container__slider{position:relative;width:100%;padding:0;overflow:hidden;display:flex;justify-content:flex-start;align-items:center;flex-direction:row;flex-wrap:nowrap}.container__slider>button{background-color:transparent;outline:0;border:0;color:#f5f5f5;font-size:24px}.container__slider>button:active{color:#000}.container__slider__links{position:absolute;bottom:5%;left:50%;transform:translateX(-50%)}.container__slider__links-small{position:relative;width:1rem;height:.6rem;padding:0;border-radius:3rem;outline:0;background-color:var(--color-gray-5);border:1px solid var(--color-gray-5);transition:background-color 1s ease;margin:0 .1rem}@media (max-width:576px){.container__slider__links-small{width:.8rem;height:.4rem}}.container__slider__links-small-active{width:2rem;border-radius:3rem;background-color:var(--color-orange)}@media (max-width:576px){.container__slider__links-small-active{width:1.2rem}}.container__slider>.slider__btn-next{position:absolute;right:0}.container__slider>.slider__btn-prev{position:absolute;left:0}.container__slider .slider__item{box-sizing:border-box;min-width:100%;height:auto;overflow:hidden;object-fit:cover;transform:translateX(0);transition:transform 1s ease}.container__slider .slider__item-active-1{transform:translateX(0)}.container__slider .slider__item-active-2{transform:translateX(-100%)}.container__slider .slider__item-active-3{transform:translateX(-200%)}.container__slider .slider__item-active-4,.container__slider .slider__item-active-5,.container__slider .slider__item-active-6,.container__slider .slider__item-active-7{transform:translateX(-300%)}.mobile-fitcart-cert{display:block;background:#fff}@media (min-width:577px){.mobile-fitcart-cert{display:none}}.mobile-fitcart-cert__header{display:flex;align-items:center;justify-content:center;gap:.75rem;margin-bottom:1.5rem}.mobile-fitcart-cert__title{margin:0;font-size:1.25rem;line-height:1.2;font-weight:600;color:#0f0f10;text-align:center}.mobile-fitcart-cert__curl{width:18px;height:33px;flex:0 0 auto}.mobile-fitcart-cert__curl--left,.mobile-fitcart-cert__curl--right{transform:translateY(2px)}.mobile-fitcart-cert__grid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(4,1fr);gap:.75rem}.mobile-fitcart-cert__item{background:#f4f6f8;border-radius:14px;height:72px;display:flex;align-items:center;justify-content:center}.mobile-fitcart-cert__logo{max-width:56px;max-height:42px;width:auto;height:auto;object-fit:contain;image-rendering:-webkit-optimize-contrast}@media (max-width:360px){.fitcart-cert{padding:1rem .75rem}.fitcart-cert__grid{gap:.5rem}.fitcart-cert__item{height:64px}.fitcart-cert__logo{max-width:50px;max-height:38px}}.team-fitcart-logo-slider{overflow:hidden;width:100%;background:#fff}@media (min-width:1024px){.team-fitcart-logo-slider{display:none}}.team-fitcart-logo-slider__title{font-size:1rem;text-align:center;margin-bottom:1rem;font-family:var(--font-base);font-weight:600;line-height:150%;letter-spacing:2%}.team-fitcart-logo-slider__track{display:flex;gap:2rem;width:max-content;animation:scroll-left 50s linear infinite}.team-fitcart-logo-slider__item{flex:0 0 auto;display:flex;align-items:center;justify-content:center}.team-fitcart-logo-slider__logo{max-width:60px;max-height:50px;width:auto;height:auto;object-fit:contain}.shop-goal{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}@media (max-width:1023px){.shop-goal{padding:0 1rem}}.shop-goal{padding:var(--space-16) 0 0 0;background-color:#f7f7f7}@media (max-width:576px){.shop-goal{padding:var(--space-18) 0;margin-bottom:var(--space-18)}}.shop-goal .shop-title{font-size:var(--text-3xl);color:var(--color-black);margin-bottom:var(--space-24);padding:0 var(--space-24);display:flex;align-items:center;position:relative;justify-content:flex-start;margin-right:calc(50% - 50vw);padding-right:calc(50vw - 50%);font-family:var(--font-medium);font-weight:500;font-style:Demi Bold;line-height:100%;letter-spacing:0;text-align:center}.shop-goal .shop-title .separator{order:0;flex:1 1 auto;display:block;height:0;border-top:1px solid var(--color-gray-5);margin-left:1rem;align-self:center}@media (max-width:576px){.shop-goal .shop-title{font-size:var(--text-1xl);margin-bottom:var(--space-12)}.shop-goal .shop-title .separator{margin-left:0}}.shop-goal .circle-slider-container{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:.5rem 0}.shop-goal .circle-slider-container .circle-slider{display:flex;justify-content:space-between;gap:1rem;padding:0 1.5rem;min-width:min-content}.shop-goal .circle-slider-container .circle-slider-item{display:flex;flex-direction:column;align-items:center;text-decoration:none;flex:0 0 auto;width:160px;transition:transform .3s ease}.shop-goal .circle-slider-container .circle-slider-item:hover{transform:translateY(-4px)}.shop-goal .circle-slider-container .circle-slider-item .circle-item-img{margin-bottom:1rem}.shop-goal .circle-slider-container .circle-slider-item .circle-item-img img{width:102px;height:102px;object-fit:cover;border-radius:50%}.shop-goal .circle-slider-container .circle-slider-item .circle-item-text{word-wrap:break-word;hyphens:auto;color:var(--color-black);text-align:center;font-family:var(--font-medium);font-weight:500;font-style:Medium;font-size:var(--text-1xl);line-height:100%;letter-spacing:2%}@media (max-width:576px){.shop-goal .circle-slider-container{padding:0;margin:0;overflow-x:auto;-webkit-overflow-scrolling:touch}.shop-goal .circle-slider-container .circle-slider{display:grid!important;grid-auto-flow:column;grid-template-rows:repeat(2,max-content);grid-auto-columns:max-content;gap:var(--space-16);padding:.5rem;margin:0;justify-items:center;width:max-content}.shop-goal .circle-slider-container .circle-slider .circle-slider-item{width:100px}.shop-goal .circle-slider-container .circle-slider .circle-slider-item .circle-item-img img{width:80px;height:80px}.shop-goal .circle-slider-container .circle-slider .circle-slider-item .circle-item-text{font-size:var(--text-sm);padding:0;margin:0}}.shop-goal .circle-slider-item.skeleton{pointer-events:none}.shop-goal .circle-slider-item.skeleton .skeleton-avatar,.shop-goal .circle-slider-item.skeleton .skeleton-text{position:relative;overflow:hidden;background:#e9edf2;background-image:linear-gradient(90deg,#e9edf2 0,#f5f7fa 40%,#e9edf2 80%);background-size:200% 100%;animation:shimmer 1.4s linear infinite}.shop-goal .circle-slider-item.skeleton .skeleton-avatar{display:block;width:102px;height:102px;border-radius:50%;margin:0 auto .5rem}.shop-goal .circle-slider-item.skeleton .skeleton-text{display:block;width:72px;height:14px;margin:0 auto;border-radius:8px}.shop-goal .goal-error{color:#b42318;background:#fff4f3;border:1px solid #ffd2ce;border-radius:8px;padding:.75rem 1rem;font-size:.95rem;margin-top:.5rem}.fitcart-seller{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}@media (max-width:1023px){.fitcart-seller{padding:0 1rem}}.fitcart-seller{padding:var(--space-32) 0 0 0}@media (max-width:576px){.fitcart-seller{padding:1rem 0}}.fitcart-seller .skeleton{display:inline-block;background:linear-gradient(90deg,#eee 25%,#f5f5f5 37%,#eee 63%);background-size:400% 100%;animation:skel 1.4s ease infinite;border-radius:6px}.fitcart-seller .skeleton.rect{height:1rem}.fitcart-seller .skeleton.text{height:.9rem;width:60%}.fitcart-seller-header{display:flex;align-items:center;justify-content:space-between;gap:var(--space-16);margin-bottom:var(--space-16)}@media (max-width:576px){.fitcart-seller-header{margin-bottom:var(--space-12)}}.fitcart-seller-header .fitcart-title{position:relative;flex:1 1 auto;text-align:center;font-size:var(--text-4xl);font-weight:var(--font-weight-semibold);line-height:var(--text-3xl-line-height);color:var(--color-black)}.fitcart-seller-header .fitcart-title::after,.fitcart-seller-header .fitcart-title::before{content:"";position:absolute;top:50%;width:40%;border-top:1px solid var(--color-yellow);transform:translateY(-50%)}.fitcart-seller-header .fitcart-title::before{left:0}.fitcart-seller-header .fitcart-title::after{right:0}@media (max-width:576px){.fitcart-seller-header .fitcart-title{font-size:var(--text-base);line-height:var(--text-base-line-height)}.fitcart-seller-header .fitcart-title::after,.fitcart-seller-header .fitcart-title::before{width:34%}}.fitcart-seller-prod{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(280px,320px);gap:var(--space-24);padding:0 var(--space-32);overflow-x:auto;overflow-y:hidden;justify-content:flex-start;scroll-snap-type:x proximity}@media (min-width:1200px){.fitcart-seller-prod{grid-auto-flow:row;grid-auto-columns:unset;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));justify-content:center;overflow:visible;scroll-snap-type:none}}.fitcart-seller-prod .out_of_stock{font-weight:600;font-size:.98rem;font-family:var(--font-base);display:inline-flex;align-items:center;gap:1rem;padding:6px 0;margin-top:.5rem;color:rgba(var(--color-orange-rgb),.18)}@media (max-width:576px){.fitcart-seller-prod{display:flex;overflow-x:auto;overflow-y:hidden;gap:var(--space-12);padding:0 1rem;padding-bottom:.6rem}.fitcart-seller-prod::-webkit-scrollbar{display:none}.fitcart-seller-prod>.fitcart-seller-item{flex:0 0 70%;max-width:85%}}.fitcart-seller-footer{display:flex;justify-content:flex-end;padding:var(--space-16) var(--space-24) 0 0}@media (max-width:576px){.fitcart-seller-footer{padding:0}}.fitcart-seller-footer .view-all{display:inline-flex;align-items:center;gap:.4rem;color:var(--color-orange);font-weight:var(--font-weight-semibold);font-size:var(--text-sm);text-decoration:none;white-space:nowrap}@media (max-width:576px){.fitcart-seller-footer .view-all{font-size:var(--text-xs)}}.fitcart-seller-footer .view-all svg{width:16px;height:16px}.fitcart-seller-error{height:140px;border-radius:var(--radius-sm);background:#fff5f5;border:1px solid #ffd6d6}.fitcart-seller-item{background:var(--color-white);border:1px solid var(--color-db);border-radius:var(--radius-sm);display:flex;flex-direction:column;justify-content:space-between;box-shadow:0 1px 3px rgba(0,0,0,.04);overflow:hidden;height:100%;min-height:340px;max-height:340px}.fitcart-seller-item:hover{border:1px solid #000}@media (max-width:576px){.fitcart-seller-item{min-height:330px;max-height:330px}.fitcart-seller-item:hover{border:0}}.fitcart-seller-item-placeholder{background:var(--color-f7f8);position:relative;height:14rem}@media (max-width:1023px){.fitcart-seller-item-placeholder{height:180px}}@media (max-width:576px){.fitcart-seller-item-placeholder{height:14rem}}.fitcart-seller-item-img{position:absolute;inset:0;margin:auto;max-width:70%;max-height:70%;width:auto;height:auto;object-fit:contain;-webkit-tap-highlight-color:transparent}@media (max-width:576px){.fitcart-seller-item-img{max-width:70%;top:1rem;max-height:70%}}.fitcart-seller-item-tag{background-color:var(--color-yellow);color:var(--color-57);position:absolute;top:var(--space-8);left:var(--space-8);line-height:1.5;padding:var(--space-4) var(--space-12);height:var(--space-28);letter-spacing:.28px;border-radius:var(--radius-sm);font-family:var(--font-medium);font-weight:500;font-style:Medium;font-size:var(--text-sm);text-align:center}@media (max-width:576px){.fitcart-seller-item-tag{padding:var(--space-4) var(--space-8);font-size:var(--text-xs)}}.fitcart-seller-item-body{flex:1;padding:var(--space-12);display:flex;flex-direction:column;gap:var(--space-8)}.fitcart-seller-item-head{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--space-8)}.fitcart-seller-item-title{display:block;font-size:var(--text-base);color:var(--color-30);font-weight:var(--font-weight-semibold);text-decoration:none;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;font-family:var(--font-medium);letter-spacing:2%}@media (max-width:576px){.fitcart-seller-item-title{font-size:var(--text-sm)}}.fitcart-seller-item-cat{display:inline-flex;width:var(--space-16);height:1.0625rem;flex:0 0 var(--space-16);align-items:center;justify-content:center}.fitcart-seller-item-cat:empty{display:none}.fitcart-seller-item-bottom{margin-top:auto;display:flex;align-items:center;justify-content:space-between;gap:var(--space-12)}.fitcart-seller-item-price{display:flex;align-items:center;gap:var(--space-8);font-family:var(--font-base)}.fitcart-seller-item-price .price-new{font-size:var(--text-lg);color:var(--color-orange);font-weight:var(--font-weight-bold)}@media (max-width:576px){.fitcart-seller-item-price .price-new{font-size:var(--text-base)}}.fitcart-seller-item-price .price-old{font-size:var(--text-sm);color:var(--color-30);text-decoration:line-through}@media (max-width:576px){.fitcart-seller-item-price .price-old{font-size:var(--text-xs)}}.fitcart-seller-item-button{padding:var(--space-8) var(--space-12);background:var(--color-black);color:var(--color-white);font-size:var(--text-xs);font-weight:var(--font-weight-semibold);border-radius:var(--radius-sm);text-decoration:none;white-space:nowrap;font-family:var(--font-medium);font-style:Demi Bold;letter-spacing:0}.fitcart-seller-item-button:hover{background:var(--color-white);color:var(--color-black);border:1px solid var(--color-black)}@media (max-width:576px){.fitcart-seller-item-button{font-size:var(--text-xs);padding:var(--space-8) var(--space-10)}}.fitcart-seller-item-view-cart{padding:var(--space-8) var(--space-12);background:var(--color-white);color:var(--color-black);font-size:var(--text-xs);font-weight:var(--font-weight-semibold);border:1px solid var(--color-black);border-radius:var(--radius-sm);text-decoration:none;white-space:nowrap;font-family:var(--font-medium);font-style:Demi Bold;letter-spacing:0}.fitcart-seller-item-view-cart:hover{background:var(--color-black);color:var(--color-white);border:0}@media (max-width:576px){.fitcart-seller-item-view-cart{font-size:var(--text-xs);padding:var(--space-8) var(--space-10)}}.why-fitcart-container{padding:var(--space-32) 0 0 0}@media (max-width:576px){.why-fitcart-container{padding:0;margin-bottom:var(--space-12)}}.top-brands,.why-fitcart-container .why-fitcart{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}@media (max-width:1023px){.why-fitcart-container .why-fitcart{padding:0 1rem}}.why-fitcart-container .why-fitcart{background:var(--color-peach-1);border-top:1px solid var(--color-f0);border-bottom:1px solid var(--color-f0);padding:var(--space-48) 0}@media (max-width:576px){.why-fitcart-container .why-fitcart{padding:1rem;margin-bottom:1rem}}.why-fitcart-container .why-fitcart .why-fitcart-title{position:relative;text-align:center;font-size:var(--text-3xl);font-weight:var(--font-weight-semibold);color:var(--color-30);margin-bottom:var(--space-24);font-family:var(--font-base);line-height:100%;letter-spacing:0}.why-fitcart-container .why-fitcart .why-fitcart-title::after,.why-fitcart-container .why-fitcart .why-fitcart-title::before{content:"";position:absolute;top:50%;width:38%;border-top:1px solid var(--color-f0);transform:translateY(-50%)}.why-fitcart-container .why-fitcart .why-fitcart-title::before{left:0}.why-fitcart-container .why-fitcart .why-fitcart-title::after{right:0}@media (max-width:576px){.why-fitcart-container .why-fitcart .why-fitcart-title{font-size:var(--text-base)}.why-fitcart-container .why-fitcart .why-fitcart-title::after,.why-fitcart-container .why-fitcart .why-fitcart-title::before{width:30%}}.why-fitcart-container .why-fitcart .why-fitcart-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--space-32);justify-items:center;align-items:start}@media (max-width:1023px){.why-fitcart-container .why-fitcart .why-fitcart-grid{grid-template-columns:repeat(2,1fr);gap:var(--space-24)}}@media (max-width:576px){.why-fitcart-container .why-fitcart .why-fitcart-grid{grid-template-columns:repeat(2,1fr);gap:var(--space-24)}.why-fitcart-container .why-fitcart .why-fitcart-grid .why-fitcart-item-title{font-size:.8rem}.why-fitcart-container .why-fitcart .why-fitcart-grid .why-fitcart-item-icon{width:56px;height:56px}}.why-fitcart-container .why-fitcart .why-fitcart-item{display:flex;flex-direction:column;align-items:center;text-align:center;justify-content:center;width:13rem;gap:var(--space-16);padding-top:2rem}@media (max-width:1023px){.why-fitcart-container .why-fitcart .why-fitcart-item{width:100%;padding:0;gap:var(--space-12)}}.why-fitcart-container .why-fitcart .why-fitcart-item-icon{width:84px;height:84px;display:flex;align-items:center;justify-content:center}@media (max-width:576px){.why-fitcart-container .why-fitcart .why-fitcart-item-icon{width:56px;height:56px}}.why-fitcart-container .why-fitcart .why-fitcart-item-title{font-size:var(--text-lg);color:var(--color-30);line-height:1.35;font-family:var(--font-base);font-weight:400;letter-spacing:2%;text-align:center}@media (max-width:576px){.why-fitcart-container .why-fitcart .why-fitcart-item-title{font-size:var(--text-base)}}@media (max-width:1023px){.top-brands{padding:0 1rem}}.top-brands{padding:var(--space-32) 0 0 0}@media (max-width:576px){.top-brands{padding:1rem}}.top-brands__title{font-size:var(--text-3xl);color:var(--color-black);font-weight:var(--font-weight-semibold);margin-bottom:var(--space-16);padding:0 var(--space-24);display:flex;align-items:center;position:relative;justify-content:flex-start;margin-right:calc(50% - 50vw);padding-right:calc(50vw - 50%);font-family:var(--font-base);line-height:100%;letter-spacing:0}.top-brands__title .separator{order:0;flex:1 1 auto;display:block;height:0;border-top:1px solid var(--color-gray-5);margin-left:1rem;align-self:center}@media (max-width:576px){.top-brands__title{font-size:var(--text-1xl);padding:0}.top-brands__title .separator{margin:0}}.top-brands__view{display:flex;flex-wrap:wrap;margin:var(--space-16) var(--space-32);margin-bottom:0;border:1px solid var(--color-bor);border-left:0;border-top:0;gap:0}.top-brands__view .top-brands__item{flex:1 1 calc(25% - 0px);border-left:1px solid var(--color-bor);border-top:1px solid var(--color-bor);display:flex;align-items:center;justify-content:center}@media (max-width:576px){.top-brands__view .top-brands__item{flex:1 1 calc(50% - 0px)}.top-brands__view{padding:0;margin:0}}.top-brands__item{display:flex;align-items:center;justify-content:center;padding:var(--space-24) var(--space-16);border-left:1px solid var(--color-bor);border-top:1px solid var(--color-bor);text-decoration:none}.top-brands__item img{max-width:140px;width:100%;height:auto;object-fit:contain}@media (max-width:576px){.top-brands__item{width:100%;height:5rem}.top-brands__item img{max-width:100px;height:auto;object-fit:contain}}.top-brands__viewall{gap:var(--space-8);color:var(--color-orange)}.top-brands__viewall svg{width:19px;height:19px}.top-brands__viewall-text{font-weight:var(--font-weight-semibold);font-family:var(--font-base)}.container-top-reads{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}@media (max-width:1023px){.container-top-reads{padding:0 1rem}}.container-top-reads{padding:var(--space-32) 0}@media (max-width:576px){.container-top-reads{padding:1rem}}.container-top-reads__title{font-size:var(--text-3xl);color:var(--color-black);font-weight:var(--font-weight-semibold);margin-bottom:var(--space-16);padding:0 var(--space-24);display:flex;align-items:center;position:relative;justify-content:flex-start;margin-right:calc(50% - 50vw);padding-right:calc(50vw - 50%);font-family:var(--font-base);line-height:100%;letter-spacing:0}.container-top-reads__title .separator{order:0;flex:1 1 auto;display:block;height:0;border-top:1px solid var(--color-gray-5);margin-left:1rem;align-self:center}@media (max-width:576px){.container-top-reads__title{font-size:var(--text-1xl);padding:0}.container-top-reads__title .separator{margin:0}}.container-top-reads__list{display:flex;align-items:stretch;gap:1.5rem;padding:0 2rem;background:0 0;overflow-x:auto}@media (max-width:576px){.container-top-reads__list{gap:1rem;padding:0 1rem}.container-top-reads__list::-webkit-scrollbar{display:none}}.container-top-reads__card{display:flex;flex-direction:column;text-decoration:none;background:var(--color-white);border:1px solid var(--color-bor);border-radius:var(--radius-md);overflow:hidden;flex:0 0 282px;max-width:282px;min-height:100%;scroll-snap-align:start;transition:transform .2s ease,box-shadow .2s ease}.container-top-reads__card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}@media (max-width:576px){.container-top-reads__card{flex:0 0 220px;max-width:220px}}.container-top-reads__image{position:relative;width:100%;aspect-ratio:3/2;background:var(--color-gray-1);overflow:hidden;border-bottom:1px solid var(--color-bor)}@supports not (aspect-ratio:3/2){.container-top-reads__image{height:0;padding-top:66.6667%}}.container-top-reads__image img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block}.container-top-reads__image.is-image-missing{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,rgba(228,232,239,.7),rgba(210,214,222,.4))}.container-top-reads__image.is-image-missing::after{content:"Image not available";font-size:.75rem;color:var(--color-gray-6);text-align:center;padding:0 .5rem}.container-top-reads__body{padding:var(--space-12);display:flex;flex-direction:column;gap:.5rem;flex:1 1 auto}.container-top-reads__text{font-size:clamp(.95rem,.35vw + .9rem,1.1rem);color:var(--color-30);font-weight:var(--font-weight-medium);font-family:var(--font-base);line-height:1.4;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;min-height:3.6em}@media (max-width:576px){.container-top-reads__text{font-size:clamp(.85rem,.4vw + .78rem,.95rem);-webkit-line-clamp:4;min-height:4.2em}}.catx{--mobile-header-h:0px;--mobile-footer-h:0px;position:fixed;inset:0;z-index:99999;background:#fff;border:1px solid #ececf1;box-shadow:0 10px 30px rgba(0,0,0,.06);display:flex;overflow:hidden;min-height:100dvh;height:100dvh}.catx .catx__rail{flex:0 0 35%;min-height:0;max-height:100%;background:#fafbff;border-right:1px solid #ececf1;padding:8px 0;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.catx .catx__rail::-webkit-scrollbar{display:none}.catx .catx__railItem,.trust-container{display:flex;flex-direction:column;cursor:pointer}.catx .catx__railItem{position:relative;align-items:center;justify-content:center;width:100%;padding:14px 16px;border:0;background:0 0;transition:background .15s ease}.catx .catx__railItem:hover{background:#f4f6ff}.catx .catx__railItem.is-active{background:#fff}.catx .catx__railItem.is-active .catx__railActiveBar{background:#ff5a1f}.catx .catx__railIcon{width:84px;height:auto;border-radius:10px;background:#fff;border:1px solid #ececf1;display:flex;align-items:center;justify-content:center;overflow:hidden;margin-bottom:6px}.catx .catx__railIcon img{width:100%;object-fit:contain;display:block}.catx .catx__railLabel{font-size:15px;line-height:1.3;color:#3a3a3a;font-weight:600;text-align:center}.catx .catx__railActiveBar{position:absolute;right:0;top:0;width:4px;height:100%;background:0 0;border-radius:0 4px 4px 0}.catx .catx__pane{flex:1 1 auto;min-height:0;max-height:100%;position:relative;background:#fff;padding:24px 28px;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.catx .catx__paneTitle{font-size:18px;font-weight:700;color:#ff5a1f;margin:4px 0 18px}.catx .catx__close{position:absolute;top:10px;right:12px;z-index:5;width:36px;height:36px;border:1px solid #ececf1;border-radius:999px;background:#fff;font-size:22px;line-height:1;color:#1f1f1f;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform .15s ease,background .15s ease}.catx .catx__close:hover{background:#fafafa;transform:translateY(-1px)}.catx .catx__subList,.fitcart-category .breadcrumbs ol{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap}.catx .catx__subList{gap:14px 28px}.catx .catx__subItem{flex:1 1 220px}.catx .catx__subLink{width:100%;text-align:left;background:0 0;border:0;font-size:16px;color:#606060;padding:8px 6px;border-radius:8px;cursor:pointer;transition:background .12s ease,color .12s ease,transform .12s ease}.catx .catx__subLink:hover{background:#f6f6f6;color:#1f1f1f;transform:translateX(2px)}@media (max-width:576px){.catx .catx__rail{flex-basis:40%}.catx .catx__railIcon{width:70px;height:70px;padding:5px}.catx .catx__railLabel{font-size:14px}.catx .catx__pane{padding:16px 16px 20px}.catx .catx__subItem{flex:1 1 48%}.catx .catx__subLink{font-size:15px;padding:10px 8px}}@media (max-width:360px){.catx .catx__rail{flex-basis:44%}.catx .catx__subItem{flex:1 1 100%}}.trust-container{padding:1.5rem 2rem;background-color:var(--color-white);gap:1.5rem}@media (max-width:576px){.trust-container{padding:1rem;padding-right:0}}.trust-container img{padding:0;margin:0;width:100%}.trust-container .footer-details{width:100%;background-color:var(--color-white);border-radius:.75rem}.trust-container .footer-details .footer-details-desc{margin:0 auto;word-break:break-word;font-size:var(--text-base);line-height:1.6;color:var(--color-50);white-space:pre-line;font-family:var(--font-base);font-weight:400}.trust-container .footer-details .footer-details-desc strong{color:var(--color-black);font-weight:600}@media (max-width:768px){.trust-container .footer-details .footer-details-desc{font-size:var(--text-sm)}}@media (max-width:576px){.trust-container .footer-details .footer-details-desc{padding:0;margin:0}}.trust-container .footer-details .footer-details-more{display:inline-flex;align-items:center;gap:.5rem;color:var(--color-black);font-size:var(--text-medium);text-decoration:none;transition:all .3s ease;font-family:var(--font-base);font-weight:600;cursor:pointer}.trust-container .footer-details .footer-details-more svg{transition:transform .3s ease;stroke:var(--color-orange)}.trust-container .footer-details .footer-details-more:hover{color:color-mix(in srgb,var(--color-orange) 90%,black)}.trust-container .footer-details .footer-details-more:hover svg{transform:translateX(4px);stroke:color-mix(in srgb,var(--color-orange) 90%,black)}@media (max-width:768px){.trust-container .footer-details .footer-details-more{font-size:var(--text-sm)}}.fitcart-category{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}@media (max-width:1023px){.fitcart-category{padding:0 1rem}}.fitcart-category{padding:var(--space-32)}@media (max-width:576px){.fitcart-category{padding:var(--space-16) 0}}.fitcart-category .dot-spinner,.fitcart-category .spinner,.fitcart-category .spinner-lg{border-radius:50%;animation:spin .9s linear infinite}.fitcart-category .dot-spinner{display:inline-block;width:.6rem;height:.6rem;margin-left:.4rem;border:2px solid transparent;border-top-color:currentColor;vertical-align:middle}.fitcart-category .spinner{width:20px;height:20px;border:2px solid var(--color-gray-4);border-top-color:var(--color-orange)}.fitcart-category .spinner-lg{width:28px;height:28px;border:3px solid var(--color-gray-4)}.fitcart-category .error-wrap,.fitcart-category .loader-wrap{display:flex;align-items:center;padding:1rem}.fitcart-category .loader-wrap{gap:.75rem}.fitcart-category .loader-wrap .loader-text{color:var(--color-gray-7);font-size:.9rem}.fitcart-category .error-wrap{background:#fff6f6;border:1px solid #ffd6d6;color:#a40000;border-radius:8px;justify-content:space-between;gap:1rem}.fitcart-category .error-wrap .btn-retry{padding:.5rem .9rem;border-radius:8px;border:1px solid var(--color-gray-5);background:var(--color-white);cursor:pointer}.fitcart-category .empty-wrap{text-align:center;padding:1rem;color:var(--color-gray-7)}.fitcart-category .empty-wrap .empty_message{font-size:1rem;margin-left:1rem;text-align:left;font-weight:600;font-family:var(--font-base)}.fitcart-category .empty-wrap .empty-illustration{max-width:200px;height:auto;display:block;margin:0 auto .5rem}.fitcart-category .empty-wrap .empty_stock{font-family:var(--font-base);font-weight:700;font-style:Bold;font-size:18px}.fitcart-category .muted{color:var(--color-gray-6);font-size:.9rem;padding:.25rem 0 .5rem}.fitcart-category .breadcrumbs{padding-bottom:1rem;font-size:var(--text-sm);color:var(--color-gray-7)}@media (max-width:1023px){.fitcart-category .breadcrumbs{padding:0 var(--space-16)}}@media (max-width:576px){.fitcart-category .breadcrumbs{font-size:var(--text-xs);padding:var(--space-12)}}.fitcart-category .breadcrumbs ol{align-items:center;gap:.25rem}.fitcart-category .breadcrumbs a{color:var(--color-gray-7);text-decoration:none}.fitcart-category .breadcrumbs .sep{opacity:.5;margin:0 .25rem}.fitcart-category .breadcrumbs .current{color:var(--color-black);font-weight:600}@media (max-width:768px){.fitcart-category .filters-header .filters-title.hide-mobile{display:none!important}}.fitcart-category__layout{display:flex;width:100%}@media (max-width:1023px){.fitcart-category__layout{flex-direction:column}}.fitcart-category__layout .fitcart-category-left{flex:0 0 270px;display:flex;flex-direction:column;gap:var(--space-16)}@media (max-width:1023px){.fitcart-category__layout .fitcart-category-left{position:fixed;z-index:40;top:0;left:0;bottom:0;width:86%;max-width:360px;transform:translateX(-110%);transition:transform .25s ease-in-out;border-radius:0;border-right:1px solid var(--color-db);overflow-y:auto;padding:var(--space-16);background:var(--color-white)}}.fitcart-category__layout .fitcart-category-left .filters-card,.fitcart-category__layout .fitcart-category-left .filters-header{display:flex;flex-direction:column;padding:var(--space-12) var(--space-16);border:1px solid var(--color-db);border-radius:var(--radius-sm);background:var(--color-white)}.fitcart-category__layout .fitcart-category-left .filters-header .filters-title{font-size:var(--text-xs);font-weight:600;color:var(--color-gray-10);font-family:var(--font-medium);text-transform:uppercase;letter-spacing:.04em;padding-bottom:.6rem;border-bottom:1px solid var(--color-db);margin-left:calc(var(--space-16)*-1);margin-right:calc(var(--space-16)*-1);padding-left:var(--space-16);padding-right:var(--space-16)}.fitcart-category__layout .fitcart-category-left .filters-header .filters-title.as-link{background:0 0;border:0;text-align:left;cursor:pointer}.fitcart-category__layout .fitcart-category-left .filters-header .category-tree{display:flex;flex-direction:column;gap:.25rem;padding-top:.5rem}.fitcart-category__layout .fitcart-category-left .filters-header .category-tree .cat .cat-row,.fitcart-category__layout .fitcart-category-left .filters-header .category-tree .cat .sub-row{width:100%;display:flex;align-items:center;gap:.5rem;padding:.35rem 0;background:0 0;border:0;text-align:left;cursor:pointer;color:var(--color-black);font-size:clamp(.95rem,1vw,1.05rem);line-height:1.4}.fitcart-category__layout .fitcart-category-left .filters-header .category-tree .cat .cat-row:hover,.fitcart-category__layout .fitcart-category-left .filters-header .category-tree .cat .sub-row:hover{color:var(--color-gray-12)}.fitcart-category__layout .fitcart-category-left .filters-header .category-tree .cat .cat-row.is-active .cat-name,.fitcart-category__layout .fitcart-category-left .filters-header .category-tree .cat .cat-row.is-active .sub-name,.fitcart-category__layout .fitcart-category-left .filters-header .category-tree .cat .sub-row.is-active .cat-name,.fitcart-category__layout .fitcart-category-left .filters-header .category-tree .cat .sub-row.is-active .sub-name{font-weight:700}.fitcart-category__layout .fitcart-category-left .filters-header .category-tree .cat .caret{opacity:.6;font-weight:700;width:1rem;display:inline-block}.fitcart-category__layout .fitcart-category-left .filters-header .category-tree .cat .cat-row{padding-left:0}.fitcart-category__layout .fitcart-category-left .filters-header .category-tree .cat .sub-list{list-style:none;margin:.25rem 0 .5rem;padding:0 0 0 1.25rem;display:flex;flex-direction:column;gap:.15rem}.fitcart-category__layout .fitcart-category-left .filters-header .category-tree .cat .sub-list .sub-row{font-size:clamp(.9rem,.95vw,1rem)}.fitcart-category__layout .fitcart-category-left .filters-header .category-tree .cat .sub-list .sub-row .caret{opacity:.45}.fitcart-category__layout .fitcart-category-left .filters-card{gap:var(--space-16)}.fitcart-category__layout .fitcart-category-left .filters-card .filter-main{display:flex;align-items:center;justify-content:space-between;padding-bottom:1rem;border-bottom:1px solid var(--color-db);margin-left:calc(var(--space-16)*-1);margin-right:calc(var(--space-16)*-1);padding-left:var(--space-16);padding-right:var(--space-16)}.fitcart-category__layout .fitcart-category-left .filters-card .filter-main .filters-title{font-size:var(--text-xs);font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--color-gray-10);font-family:var(--font-medium)}.fitcart-category__layout .fitcart-category-left .filters-card .filter-main .filters-reset{background:0 0;border:0;padding:0;font-size:var(--text-sm);font-weight:500;color:var(--color-orange);cursor:pointer}.fitcart-category__layout .fitcart-category-left .filters-card .filter-main .filters-reset:disabled{opacity:.55;cursor:not-allowed}.fitcart-category__layout .fitcart-category-left .filters-card__section{display:flex;flex-direction:column;gap:var(--space-8);border-bottom:1px solid var(--color-db);margin-left:calc(var(--space-16)*-1);margin-right:calc(var(--space-16)*-1);padding-left:var(--space-16);padding-right:var(--space-16);padding-bottom:1.8rem}.fitcart-category__layout .fitcart-category-left .filters-card__section:last-child{border-bottom:none;padding-bottom:0;margin-left:0;margin-right:0}.fitcart-category__layout .fitcart-category-left .filters-card__row{display:flex;align-items:center;justify-content:space-between;margin-bottom:var(--space-4)}.fitcart-category__layout .fitcart-category-left .filters-card__row h4{margin:0;font-size:var(--text-sm);font-weight:600;color:var(--color-black)}.fitcart-category__layout .fitcart-category-left .filters-card__row .link-clear{color:var(--color-orange);background:0 0;border:0;padding:0;font-size:var(--text-sm);font-weight:500;cursor:pointer}.fitcart-category__layout .fitcart-category-left .filters-card__row .link-clear:disabled{opacity:.5;cursor:not-allowed}.fitcart-category__layout .fitcart-category-left .filters-card__list,.fitcart-category__layout .fitcart-category-left .filters-card__scroll{display:flex;flex-direction:column;gap:.5rem;font-family:var(--font-base);border-radius:var(--radius-sm);padding:var(--space-12);background:var(--color-white);max-height:200px;overflow-y:auto;-webkit-overflow-scrolling:touch;scrollbar-width:thin}.fitcart-category__layout .fitcart-category-left .filters-card__list::-webkit-scrollbar,.fitcart-category__layout .fitcart-category-left .filters-card__scroll::-webkit-scrollbar{width:6px}.fitcart-category__layout .fitcart-category-left .filters-card__list::-webkit-scrollbar-thumb,.fitcart-category__layout .fitcart-category-left .filters-card__scroll::-webkit-scrollbar-thumb{background:rgba(0,0,0,.12);border-radius:999px}.fitcart-category__layout .fitcart-category-left .filters-card__list{border:1px solid var(--color-db)}.fitcart-category__layout .fitcart-category-left .filters-card__scroll span{font-family:var(--font-base);font-size:var(--text-sm);font-weight:400;line-height:100%;letter-spacing:2%}.fitcart-category__layout .fitcart-category-left .filters-search{position:relative;margin-bottom:var(--space-8)}.fitcart-category__layout .fitcart-category-left .filters-search input{width:100%;border:1px solid var(--color-db);border-radius:var(--radius-sm);padding:.6rem 2rem .6rem .75rem;font-size:var(--text-sm);background:var(--color-white);outline:0}.fitcart-category__layout .fitcart-category-left .filters-search input:focus{border-color:var(--color-orange);box-shadow:0 0 0 3px rgba(255,107,53,.1)}.fitcart-category__layout .fitcart-category-left .filters-search .search-ic{position:absolute;right:.5rem;top:50%;transform:translateY(-50%);color:var(--color-30);pointer-events:none}.fitcart-category__layout .fitcart-category-left .checkbox{display:flex;align-items:center;gap:.5rem;cursor:pointer;user-select:none}.fitcart-category__layout .fitcart-category-left .checkbox input[type=checkbox]{accent-color:var(--color-orange);width:16px;height:16px}.fitcart-category__layout .fitcart-category-left .checkbox span{color:var(--color-black);font-size:var(--text-sm);line-height:1.3}.fitcart-category__layout .fitcart-category-right{flex:1 1 auto}.fitcart-category__layout .fitcart-category-right__products{padding:0;position:relative}.fitcart-category__layout .fitcart-category-right__products .overlay-loader{position:absolute;inset:0;background:rgba(255,255,255,.7);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;z-index:3;pointer-events:none}.fitcart-category__layout .fitcart-category-right__products .products-description{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:1rem;padding:0 var(--space-32)}@media (max-width:1023px){.fitcart-category__layout .fitcart-category-right__products .products-description{padding:0 var(--space-16)}}@media (max-width:576px){.fitcart-category__layout .fitcart-category-right__products .products-description{padding:0 var(--space-12);gap:var(--space-12)}}.fitcart-category__layout .fitcart-category-right__products .products-description .product_img{display:block;width:100%;border-radius:var(--radius-sm);object-fit:contain;object-position:center;max-width:none;max-height:250px}@media (max-width:1023px){.fitcart-category__layout .fitcart-category-right__products .products-description .product_img{height:220px}}@media (max-width:576px){.fitcart-category__layout .fitcart-category-right__products .products-description .product_img{max-height:120px;object-fit:fill}}.fitcart-category__layout .fitcart-category-right__products .products-description .product_text{display:flex;flex-direction:column;gap:.4rem;font-family:var(--font-base);font-weight:500;font-size:var(--text-sm);color:#000;line-height:1.4}.fitcart-category__layout .fitcart-category-right__products .products-description .product_text .product_title{font-family:var(--font-medium);font-weight:600;font-size:var(--text-lg);line-height:1.2}.fitcart-category__layout .fitcart-category-right__products .products-toolbar{display:flex;align-items:center;justify-content:space-between;padding:0 var(--space-32)}@media (max-width:1023px){.fitcart-category__layout .fitcart-category-right__products .products-toolbar{padding:0 var(--space-16)}}@media (max-width:576px){.fitcart-category__layout .fitcart-category-right__products .products-toolbar{padding:0 var(--space-12);gap:var(--space-12)}}.fitcart-category__layout .fitcart-category-right__products .products-toolbar .products-count{font-size:var(--text-lg);color:var(--color-gray-10);font-family:var(--font-medium);font-weight:500;font-style:Medium;line-height:100%;letter-spacing:0}@media (max-width:576px){.fitcart-category__layout .fitcart-category-right__products .products-toolbar .products-count{font-size:var(--text-base)}}.fitcart-category__layout .fitcart-category-right__products .products-toolbar .sort-control{position:relative;display:inline-flex;align-items:center;gap:var(--space-8);padding:var(--space-8) var(--space-12);border:1px solid var(--color-db);border-radius:.4rem;background:var(--color-white);color:var(--color-30)}@media (max-width:576px){.fitcart-category__layout .fitcart-category-right__products .products-toolbar .sort-control{display:none}}.fitcart-category__layout .fitcart-category-right__products .products-toolbar .sort-control .sort-label{color:var(--color-gray-6);font-size:var(--text-sm);white-space:nowrap}.fitcart-category__layout .fitcart-category-right__products .products-toolbar .sort-control .sort-select{appearance:none;border:0;background:0 0;font-size:var(--text-sm);font-weight:600;color:var(--color-20);padding-right:var(--space-16);outline:0;cursor:pointer}.fitcart-category__layout .fitcart-category-right__products .products-toolbar .sort-control .chev{position:absolute;right:10px;pointer-events:none;color:var(--color-40)}.fitcart-category__layout .fitcart-category-right__products .products-toolbar .sort-control:focus-within{box-shadow:0 0 0 3px rgba(255,107,53,.12);border-color:var(--color-orange)}.fitcart-category__layout .fitcart-category-right__products .right-prod{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-24);padding:0 var(--space-32)}@media (max-width:1023px){.fitcart-category__layout .fitcart-category-right__products .right-prod{grid-template-columns:repeat(3,1fr);padding:0 var(--space-16)}}@media (max-width:576px){.fitcart-category__layout .fitcart-category-right__products .right-prod{grid-template-columns:repeat(2,1fr);gap:var(--space-12);padding:0 var(--space-12)}}.fitcart-category__layout .fitcart-category-right__products .right-prod-item{background:var(--color-white);border:1px solid var(--color-db);border-radius:var(--radius-sm);display:flex;flex-direction:column;justify-content:space-between;box-shadow:0 1px 3px rgba(0,0,0,.04);overflow:hidden;min-height:360px;max-height:360px}.fitcart-category__layout .fitcart-category-right__products .right-prod-item:hover{border:1px solid #000}@media (max-width:576px){.fitcart-category__layout .fitcart-category-right__products .right-prod-item{flex:1;height:auto}.fitcart-category__layout .fitcart-category-right__products .right-prod-item:hover{border:0}}.fitcart-category__layout .fitcart-category-right__products .right-prod-item.is-out-of-stock .right-prod-item-price .price-new,.fitcart-category__layout .fitcart-category-right__products .right-prod-item.is-out-of-stock .right-prod-item-price .price-old{opacity:.7}.fitcart-category__layout .fitcart-category-right__products .right-prod-item.is-out-of-stock .right-prod-item-button{background:0 0;color:var(--color-gray-7);border:0;color:#faad4f;cursor:not-allowed}.fitcart-category__layout .fitcart-category-right__products .right-prod-item.is-out-of-stock .right-prod-item-button:hover{background:var(--color-gray-4);color:var(--color-gray-7);border:1px solid var(--color-gray-5)}.fitcart-category__layout .fitcart-category-right__products .right-prod-item-placeholder{background:var(--color-f7f8);position:relative;flex:1;display:flex;align-items:center;justify-content:center;overflow:hidden;aspect-ratio:1}@media (max-width:1023px){.fitcart-category__layout .fitcart-category-right__products .right-prod-item-placeholder{height:180px}}@media (max-width:576px){.fitcart-category__layout .fitcart-category-right__products .right-prod-item-placeholder{flex:none}}.fitcart-category__layout .fitcart-category-right__products .right-prod-item-tag{position:absolute;top:5px;left:5px;padding:var(--space-4) var(--space-8);line-height:1.2;font-size:var(--text-xs);font-weight:var(--font-weight-semibold);color:#573f1f;font-family:var(--font-base);background:#ffc478;border-radius:3px}@media (max-width:576px){.fitcart-category__layout .fitcart-category-right__products .right-prod-item-tag{top:5px;left:2px}}.fitcart-category__layout .fitcart-category-right__products .right-prod-item-img{width:180px;height:180px;object-fit:contain;transition:transform .2s var(--ease-in-out);-webkit-tap-highlight-color:transparent;max-width:100%;max-height:100%}@media (max-width:1023px){.fitcart-category__layout .fitcart-category-right__products .right-prod-item-img{width:160px;height:160px}}@media (max-width:576px){.fitcart-category__layout .fitcart-category-right__products .right-prod-item-img{width:120px;height:120px}}.fitcart-category__layout .fitcart-category-right__products .right-prod-item-body{height:40%;padding:var(--space-12);display:flex;flex-direction:column}@media (max-width:576px){.fitcart-category__layout .fitcart-category-right__products .right-prod-item-body{gap:0;height:auto;justify-content:space-between;padding:0 var(--space-8) var(--space-12);flex:1}}.fitcart-category__layout .fitcart-category-right__products .right-prod-item-meta{display:flex;align-items:center;justify-content:space-between;gap:var(--space-8)}.fitcart-category__layout .fitcart-category-right__products .right-prod-item-head{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--space-8)}.fitcart-category__layout .fitcart-category-right__products .right-prod-item-brand{font-size:var(--text-sm);color:var(--color-50);font-weight:var(--font-weight-medium);text-transform:capitalize;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:calc(100% - 30px)}.fitcart-category__layout .fitcart-category-right__products .right-prod-item-brand--placeholder{visibility:hidden}.fitcart-category__layout .fitcart-category-right__products .right-prod-item-diet{display:inline-flex;align-items:center;justify-content:center;padding:0;background:0 0}.fitcart-category__layout .fitcart-category-right__products .right-prod-item-diet-icon{width:1.3rem;object-fit:contain}@media (max-width:576px){.fitcart-category__layout .fitcart-category-right__products .right-prod-item-diet-icon{width:.8rem}}.fitcart-category__layout .fitcart-category-right__products .right-prod-item-title{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis;font-size:var(--text-base);color:var(--color-30);font-weight:var(--font-weight-semibold);text-decoration:none;line-height:1.35;font-family:var(--font-medium);max-height:2.7em}@media (max-width:576px){.fitcart-category__layout .fitcart-category-right__products .right-prod-item-title{font-size:var(--text-sm)}}.fitcart-category__layout .fitcart-category-right__products .right-prod-item-variant{font-size:var(--text-sm);color:var(--color-gray-7);margin:0;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden;text-overflow:ellipsis}@media (max-width:576px){.fitcart-category__layout .fitcart-category-right__products .right-prod-item-variant{margin:0}}.fitcart-category__layout .fitcart-category-right__products .right-prod-item-bottom{margin-top:auto;display:flex;align-items:center;justify-content:space-between;gap:var(--space-12)}@media (max-width:576px){.fitcart-category__layout .fitcart-category-right__products .right-prod-item-bottom{flex-direction:column;align-items:stretch;gap:var(--space-8)}}.fitcart-category__layout .fitcart-category-right__products .right-prod-item-price{display:flex;align-items:center;gap:var(--space-8);font-family:var(--font-base)}.fitcart-category__layout .fitcart-category-right__products .right-prod-item-price .price-new{font-size:var(--text-lg);color:var(--color-orange);font-weight:var(--font-weight-bold)}@media (max-width:576px){.fitcart-category__layout .fitcart-category-right__products .right-prod-item-price .price-new{font-size:var(--text-sm)}}.fitcart-category__layout .fitcart-category-right__products .right-prod-item-price .price-old{font-size:var(--text-sm);color:var(--color-30);text-decoration:line-through}@media (max-width:576px){.fitcart-category__layout .fitcart-category-right__products .right-prod-item-price .price-old{font-size:var(--text-xs)}}.fitcart-category__layout .fitcart-category-right__products .right-prod-item-button,.fitcart-category__layout .fitcart-category-right__products .right-prod-item-view-cart{padding:var(--space-8) var(--space-12);font-size:var(--text-xs);font-weight:var(--font-weight-semibold);border-radius:var(--radius-sm);text-decoration:none;white-space:nowrap;font-family:var(--font-medium);letter-spacing:0}.fitcart-category__layout .fitcart-category-right__products .right-prod-item-view-cart{background:var(--color-white);color:var(--color-black);border:1px solid var(--color-black);font-style:Demi Bold}.fitcart-category__layout .fitcart-category-right__products .right-prod-item-view-cart:hover{background:var(--color-black);color:var(--color-white);border:0}.fitcart-category__layout .fitcart-category-right__products .right-prod-item-button{background:var(--color-black);color:var(--color-white)}.fitcart-category__layout .fitcart-category-right__products .right-prod-item-button:hover{background:var(--color-white);color:var(--color-black);border:1px solid var(--color-black)}@media (max-width:576px){.fitcart-category__layout .fitcart-category-right__products .right-prod-item-button{font-size:var(--text-xs);width:100%;display:block;text-align:center;padding:var(--space-6) var(--space-12)}}.fitcart-category__layout.is-filters-open .filters-card{transform:translateX(0);box-shadow:0 12px 30px rgba(0,0,0,.12)}body.mobile-filters-open .header-wrapper-container .main-header-container{display:none!important}.mobile-filter-bar{display:none}@media (max-width:768px){.mobile-filter-bar{position:fixed;left:0;right:0;bottom:0;z-index:60;display:flex;align-items:center;justify-content:space-between;background:#fff;border-top:1px solid #eee;min-height:56px}}.mfb-btn{flex:1;height:56px;display:flex;align-items:center;justify-content:center;gap:8px;font-size:14px;color:#333;background:#fff;border:0;outline:0;cursor:pointer}.mfb-btn.is-primary{color:#ff5a00;border-bottom:2px solid #ff5a00}.divider{width:1px;height:32px;background:#eee}.mobile-filters-overlay{display:none}@media (max-width:768px){.mobile-filters-overlay{display:block;position:fixed;inset:0;z-index:1201;background:rgba(0,0,0,.35)}}.mobile-filters-dialog{position:absolute;inset:0;background:#fff;display:flex;flex-direction:column}.mobile-filters-dialog button{background:0 0;border:0;border-radius:0;appearance:none;-webkit-appearance:none}.mobile-filters-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid #eee;position:sticky;top:0;background:#fff;z-index:2}.mobile-filters-header h3,.mobile-sort-header h3{font-size:16px;margin:0}.mobile-filters-header .close{border:0;background:0 0;font-size:22px;line-height:1;cursor:pointer}.mobile-filters-body{flex:1;overflow:hidden;padding:0;min-height:0}.mobile-filters-body.two-col{display:flex;gap:0;min-height:0}.mf-left,.mf-right{min-width:0;overflow:auto;min-height:0}.mf-left{width:34%;background:#f6f7f9;border-right:1px solid #eee}.mf-right{flex:1;background:#fff}.mf-tabs{display:flex;flex-direction:column;gap:0;padding:8px 0}.mf-tab{display:block;width:100%;text-align:left;border:0;background:0 0;padding:12px 14px 12px 18px;color:#3a3a3a;font-size:14px;line-height:1.2;position:relative;outline:0;appearance:none;-webkit-appearance:none}.mf-tab:focus,.mf-tab:focus-visible{outline:0;box-shadow:none}.mf-tab+.mf-tab{border-top:1px solid #efefef}.mf-tab.is-active{color:#111;font-weight:600;background:#fff}.mf-tab.is-active::before{content:"";position:absolute;left:0;top:8px;bottom:8px;width:3px;background:#ff5a00;border-radius:2px}.mf-tab .pill{display:inline-flex;align-items:center;justify-content:center;margin-left:8px;min-width:18px;height:18px;padding:0 6px;font-size:11px;color:#ff5a00;background:#fff1ea;border-radius:999px}.mf-section{margin:0;background:0 0;border:0;border-radius:0}.mf-title{font-size:12px;font-weight:700;letter-spacing:.02em;text-transform:uppercase;padding:12px 16px;color:#6b6b6b;border-bottom:1px solid #f0f0f0;margin:0 0 4px}.mf-right .category-tree{padding:6px 0 12px}.mf-right .category-tree .cat-row,.mf-right .category-tree .sub-row{width:100%;text-align:left;background:0 0!important;border:0!important;box-shadow:none!important;border-radius:0!important;appearance:none;-webkit-appearance:none;padding:10px 16px;color:#222;font-size:14px;display:flex;align-items:center;gap:8px}.mf-right .category-tree .cat-row+.cat-row,.mf-right .category-tree .sub-row+.sub-row,.mobile-filters-dialog .filters-card__scroll label.checkbox+label.checkbox{border-top:1px solid #f3f3f3}.mf-right .category-tree .cat-row.is-active,.mf-right .category-tree .sub-row.is-active{font-weight:600;background:#fff;position:relative}.mf-right .category-tree .cat-row.is-active::before,.mf-right .category-tree .sub-row.is-active::before{content:"";position:absolute;left:0;top:6px;bottom:6px;width:3px;background:#ff5a00;border-radius:2px}.mf-right .category-tree .caret{margin-right:2px;font-size:12px;color:#9a9a9a}.mf-right .category-tree .sub-list{margin-left:16px;padding-left:0}.mobile-filters-dialog .filters-search{padding:10px 12px}.mobile-filters-dialog .filters-search input{width:100%;height:40px;border-radius:10px;border:1px solid #e6e6e6;padding:0 12px;font-size:14px;outline:0}.mobile-filters-dialog .filters-search input:focus{border-color:#ff5a00;box-shadow:0 0 0 3px rgba(255,90,0,.1)}.mobile-filters-dialog .filters-card__scroll{padding:6px 8px 12px}.mobile-filters-dialog .filters-card__scroll label.checkbox{display:flex;align-items:center;gap:10px;padding:10px 8px;font-size:14px;cursor:pointer}.mobile-filters-dialog .filters-card__scroll label.checkbox span{display:inline-block;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mobile-filters-dialog .filters-card__scroll input[type=checkbox]{width:18px;height:18px;accent-color:#ff5a00}.mobile-filters-footer{position:sticky;display:flex;gap:12px;padding:1rem;background:#fff;border-top:1px solid #eee}.mobile-filters-footer .btn-primary,.mobile-filters-footer .btn-secondary{flex:1;height:44px;border-radius:10px;font-size:14px;cursor:pointer}.mobile-filters-footer .btn-secondary{background:#fff;border:1px solid #ddd;color:#333}.mobile-filters-footer .btn-primary{background:#ff5a00;border:1px solid #ff5a00;color:#fff}.mobile-sort-overlay{display:none}@media (max-width:768px){.mobile-sort-overlay{display:block;position:fixed;inset:0;z-index:1202;background:rgba(0,0,0,.35)}}.mobile-sort-sheet{position:absolute;left:0;right:0;bottom:0;background:#fff;border-top-left-radius:16px;border-top-right-radius:16px;padding-bottom:8px}.mobile-sort-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid #eee}.mobile-sort-header .close{border:0;background:0 0;font-size:22px;line-height:1;cursor:pointer}.mobile-sort-list{list-style:none;padding:6px 8px 12px;margin:0}.mobile-sort-list li{padding:6px 8px}.mobile-sort-list .sort-option{display:flex;align-items:center;gap:10px;font-size:14px}.product-listing-layout{display:flex;flex-direction:column;gap:var(--space-16)}.product-listing-layout__layout{width:100%}.product-listing-layout__content,.product-listing-layout__main,.product-listing-layout__sidebar{display:flex;flex-direction:column}.product-listing-layout__content{gap:var(--space-16)}.product-listing-layout__footer-space{height:var(--space-16)}.product-listing-mobile-controls,.product-listing-mobile-controls .mobile-filter-bar{width:100%}.fitcart-product{color:var(--fc-color-secondary);width:100%;max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}@media (max-width:1023px){.fitcart-product{padding:0 1rem}}.fitcart-product{padding:var(--space-32)}@media (max-width:576px){.fitcart-product{padding:1.5rem 1rem 0}}.fitcart-product .pdp-breadcrumbs{margin-bottom:1rem;font-size:.95rem;font-weight:500;color:#8a8f98}.fitcart-product .pdp-breadcrumbs .breadcrumbs{font-size:inherit;color:inherit}@media (max-width:576px){.fitcart-product .pdp-breadcrumbs .breadcrumbs{font-size:.82rem;margin-bottom:.4rem}}.fitcart-product .pdp-breadcrumbs .breadcrumbs ol{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;align-items:center;gap:.35rem;font-size:12px}.fitcart-product .pdp-breadcrumbs .breadcrumbs a{color:inherit;text-decoration:none}.fitcart-product .pdp-breadcrumbs .breadcrumbs a:hover{text-decoration:underline}.fitcart-product .pdp-breadcrumbs .breadcrumbs .sep{margin:0 .25rem;opacity:.5}.fitcart-product .pdp-breadcrumbs .breadcrumbs .current{color:#1f2430;font-weight:600}.fitcart-product .pdp-breadcrumbs--mobile{margin-top:1rem;padding:1rem;border-radius:5px;background:#f7f8fb}.fitcart-product .pdp__loading{padding:48px;text-align:center;font-size:1rem;color:var(--fc-color-muted)}.fitcart-product .notify-toast-container{position:fixed;left:50%;top:clamp(16px,env(safe-area-inset-top,0) + 16px,48px);transform:translateX(-50%);width:min(420px,92vw);display:flex;justify-content:center;z-index:1200;pointer-events:none;padding:0 1rem}.fitcart-product .notify-toast{width:100%;background:#fff;border-radius:18px;border:1px solid rgba(15,23,42,.08);box-shadow:0 18px 36px rgba(15,23,42,.16),0 4px 12px rgba(15,23,42,.08);display:flex;align-items:center;gap:12px;padding:16px 20px;pointer-events:auto;animation:notify-toast-slide .25s ease}.fitcart-product .notify-toast.notify-toast--success{border-color:rgba(12,203,147,.35)}.fitcart-product .notify-toast__icon{width:40px;height:40px;border-radius:12px;background:rgba(12,203,147,.12);display:inline-flex;align-items:center;justify-content:center}.fitcart-product .notify-toast__body{flex:1;display:flex;flex-direction:column;gap:2px}.fitcart-product .notify-toast__title{margin:0;font-weight:600;color:var(--fc-color-secondary);font-size:.95rem}.fitcart-product .notify-toast__message{margin:0;color:var(--fc-color-muted);font-size:.9rem}.fitcart-product .notify-toast__close{border:0;background:0 0;color:var(--fc-color-secondary);font-size:1.25rem;line-height:1;cursor:pointer;padding:4px}.fitcart-product{font-family:var(--base-font);color:#000;font-weight:500}.fitcart-product .pdp-section{display:flex;flex-direction:column}.fitcart-product .pdp-section h3{margin:0 0 12px;font-size:1.1rem;color:var(--fc-color-secondary)}@media (max-width:576px){.fitcart-product .pdp-section h3{margin:0 0 8px}}.fitcart-product .pdp-html{font-size:.95rem;color:var(--color-gray-8);font-family:var(--font-base)}@media (min-width:1024px){.fitcart-product .pdp-html{padding:1rem;border-radius:5px;border:.5px solid #d7e2e8}}@media (max-width:576px){.fitcart-product .pdp-html{padding:.5rem}}.fitcart-product .pdp-html p,.fitcart-product .pdp-html span,.fitcart-product .pdp-html strong{color:var(--color-gray-8)!important;font-family:var(--font-base)!important}.fitcart-product .pdp-html p{margin:0 0 3px}.fitcart-product .pdp-html ul{margin:2px 0 0}.fitcart-product .pdp-html img{max-width:100%;height:auto;margin:0;border-radius:18px}.fitcart-product .pdp-html--base,.fitcart-product .pdp-warning{font-family:var(--base-font)!important;color:#000!important}.fitcart-product .pdp-warning{font-size:.92rem;border-radius:18px}@media (min-width:1024px){.fitcart-product .pdp-warning{padding:1rem;border-radius:5px;border:.5px solid #d7e2e8}}@media (max-width:576px){.fitcart-product .pdp-warning{padding:.5rem}}.fitcart-product .pdp-warning p,.fitcart-product .pdp-warning span,.fitcart-product .pdp-warning strong{color:#000!important;font-family:var(--base-font)!important}.fitcart-product .pdp-warning p{margin:0 0 3px}.fitcart-product .pdp-spec{border-radius:5px;border:1px solid var(--fc-color-border);overflow:hidden;display:grid;grid-template-columns:minmax(150px,32%) minmax(0,1fr);margin:0;padding:0;gap:0}.fitcart-product .pdp-spec__label,.fitcart-product .pdp-spec__value{background:#fff;display:flex;align-items:center;margin:0;padding:.95rem 1.2rem;border-bottom:1px solid #e2e8f0}.fitcart-product .pdp-spec__label{font-size:.92rem;font-weight:500;color:#475569;line-height:1.35;letter-spacing:.01em;grid-column:1;border-right:1px solid #e2e8f0}.fitcart-product .pdp-spec__value{font-size:.95rem;font-weight:600;color:#0f172a;line-height:1.4;grid-column:2;word-break:break-word}.fitcart-product .pdp-spec__label:nth-of-type(odd),.fitcart-product .pdp-spec__value:nth-of-type(odd){background:#f6f7f9}.fitcart-product .pdp-spec__label:nth-of-type(even),.fitcart-product .pdp-spec__value:nth-of-type(even){background:#fff}.fitcart-product .pdp-spec__label:last-of-type,.fitcart-product .pdp-spec__value:last-of-type{border-bottom:none}@media (max-width:576px){.fitcart-product .pdp-highlights{padding-top:.5rem}}.fitcart-product .pdp-highlights ul{font-size:.95rem}@media (max-width:576px){.fitcart-product .pdp-highlights ul{gap:0}}.fitcart-product .pdp-highlights ul li{line-height:1.6}.fitcart-product .pdp-certifications{display:grid;grid-template-columns:repeat(auto-fit,minmax(96px,120px));gap:18px 24px;justify-content:flex-start;padding:.25rem 0}.fitcart-product .pdp-certifications__header{display:flex;justify-content:flex-end;margin-bottom:.75rem;position:relative}.fitcart-product .pdp-certifications__action{position:relative}.fitcart-product .pdp-certifications__action button{border:0;background:0 0;font-weight:700;color:var(--color-orange);font-size:1rem;display:inline-flex;align-items:center;gap:.35rem;cursor:pointer;padding:.25rem .5rem;border-radius:.5rem;transition:background .2s ease}.fitcart-product .pdp-certifications__action button:hover,.fitcart-product .pdp-certifications__menu a:hover{background:rgba(var(--color-orange-rgb),.08)}.fitcart-product .pdp-certifications__action button .arrow{width:8px;height:8px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg);transition:transform .15s ease;margin-left:.2rem}.fitcart-product .pdp-certifications__action.open .arrow{transform:rotate(-135deg);margin-top:2px}.fitcart-product .pdp-certifications__menu{position:absolute;right:0;top:calc(100% + .5rem);background:#fff;box-shadow:0 18px 40px rgba(15,23,42,.18);border-radius:1rem;list-style:none;padding:.5rem 0;margin:0;border:2px solid #d8e0f2;min-width:240px;z-index:10}.fitcart-product .pdp-certifications__menu li+li{border-top:1px solid #f0f3f9}.fitcart-product .pdp-certifications__menu a{display:block;padding:.75rem 1.25rem;font-weight:600;color:var(--color-orange);text-decoration:none}.fitcart-product .pdp-certifications__item{width:100%;aspect-ratio:1/1;display:flex;align-items:center;justify-content:center;border-radius:22px;background:var(--fc-color-background, #f8fafc);border:1px solid #e5eaf0;padding:18px}.fitcart-product .pdp-certifications__item img{width:64%;height:64%;object-fit:contain}.fitcart-product .pdp-certifications__name{display:none}.fitcart-product .pdp-seller{display:flex;gap:16px;align-items:flex-start}.fitcart-product .pdp-offers li,.fitcart-product .pdp-seller__logo{display:flex;border-radius:16px;background:var(--fc-color-background)}.fitcart-product .pdp-seller__logo{width:72px;height:72px;border:1px solid var(--fc-color-border);align-items:center;justify-content:center;overflow:hidden;font-weight:600;color:var(--fc-color-muted);font-size:1.1rem}.fitcart-product .pdp-seller__logo img{width:100%;height:100%;object-fit:contain}.fitcart-product .pdp-seller__info{flex:1;font-size:.95rem;color:var(--color-gray-8)}.fitcart-product .pdp-seller__info strong{display:block;font-size:1rem;color:var(--fc-color-secondary);margin-bottom:6px}.fitcart-product .pdp-seller__info p{margin:0;line-height:1.5}.fitcart-product .pdp-seller__meta{display:flex;flex-wrap:wrap;gap:12px 20px;margin-top:12px;font-size:.85rem;color:#64748b}.fitcart-product .pdp-offers{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px}.fitcart-product .pdp-offers li{gap:12px;align-items:flex-start;border:1px solid #dce3f1;padding:12px 16px}.fitcart-product .pdp-offers .pdp-offers__tag{font-size:.75rem;font-weight:600;text-transform:uppercase;color:var(--fc-color-secondary);background:#e0f2fe;border-radius:999px;padding:4px 10px;margin-top:2px}.fitcart-product .pdp-offers .pdp-offers__content strong{display:block;margin-bottom:4px;color:var(--fc-color-secondary)}.fitcart-product .pdp-offers .pdp-offers__content p{margin:0;font-size:.9rem;color:var(--fc-color-muted)}@media (max-width:576px){.fitcart-product .pdp-certifications{display:flex;flex-wrap:wrap;align-items:flex-start;padding:0;gap:.5rem}.fitcart-product .pdp-certifications__header{justify-content:flex-start}.fitcart-product .pdp-certifications__action,.fitcart-product .pdp-certifications__action .pdp-certifications__menu{width:100%}.fitcart-product .pdp-certifications__action button{width:100%;justify-content:space-between}.fitcart-product .pdp-certifications__item{border-radius:18px;max-width:100px}}.fitcart-product .pdp__details{flex:1;display:flex;flex-direction:column;gap:.5rem}@media (min-width:1024px){.fitcart-product .pdp__details{padding-right:1rem}}@media (max-width:576px){.fitcart-product .pdp__details{gap:.5rem}.fitcart-product .pdp__details .pdp__actions .pdp__wishlist{display:none}}.fitcart-product .pdp__trust-badges{padding-top:.5rem}.fitcart-product .pdp__trust-badges img{width:70%;height:auto}@media (max-width:576px){.fitcart-product .pdp__trust-badges{padding:0}.fitcart-product .pdp__trust-badges img{width:100%}}.fitcart-product .pdp__header{display:flex;flex-direction:column}.fitcart-product .pdp__brand{margin:0;font-size:1rem;font-weight:600;color:var(--fc-palette-orange-500)}.fitcart-product .brand_rating{display:flex;flex-direction:column;gap:.5rem;margin-top:.25rem}@media (max-width:576px){.fitcart-product .brand_rating{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:.5rem;font-size:.95rem;color:#1e293b}}.fitcart-product .pdp__title{margin:0;padding:0;font-size:clamp(1.4rem,2vw + 1rem,1.2rem);line-height:1.25;color:var(--fc-color-secondary)}.fitcart-product .pdp__rating{display:flex;align-items:center;flex-wrap:wrap;gap:.75rem;font-size:.95rem;color:#1e293b}.fitcart-product .pdp__rating-chip{display:inline-flex;align-items:center;gap:.4rem;border-radius:5px;background:#f7f8fa;padding:.35rem .85rem;font-weight:600}@media (max-width:576px){.fitcart-product .pdp__rating-chip{font-size:.9rem;padding:.3rem .7rem}}.fitcart-product .pdp__rating-icon{color:#f97316;font-size:1rem}.LoginPanel__googleButton--E4yM9 span,.fitcart-product .pdp__rating-score{font-weight:600}.fitcart-product .pdp__rating-count{color:#64748b;font-size:.9rem}.fitcart-product .pdp__rating-empty{color:var(--color-gray-6);font-size:.95rem}.fitcart-product .pdp__price-wrapper{width:100%;display:flex;flex-direction:column;gap:.5rem}@media (max-width:576px){.fitcart-product .pdp__price-wrapper--inline{flex-direction:row;align-items:center;justify-content:space-between;gap:1rem}.fitcart-product .pdp__price-wrapper--inline .pdp__price-block{flex:1;min-width:0}}.fitcart-product .pdp__price-block{display:flex;flex-direction:column;align-items:flex-start;font-family:var(--font-base);padding:0;margin:0}.fitcart-product .pdp__price-info{display:flex;align-items:baseline;gap:.5rem;flex-wrap:wrap}.fitcart-product .pdp__price-current{font-size:clamp(1.4rem,2vw + 1rem,1.4rem);font-weight:700;font-family:var(--font-base);color:#111827}.fitcart-product .pdp__price-label{font-size:1rem;color:#6b7280;font-weight:500}.fitcart-product .pdp__price-mrp{font-size:1rem;text-decoration:line-through;color:var(--color-gray-6)}.fitcart-product .pdp__price-discount{font-size:1rem;font-weight:600;color:#16a34a;font-family:var(--font-medium);text-transform:lowercase}.fitcart-product .pdp__tax-note{margin:0;font-size:.9rem;color:#6b7280}.fitcart-product .pdp__wishlist{border:1px solid #d1d5db;background:#fff;color:#475569;border-radius:50%;width:48px;height:48px;padding:0;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s ease,border-color .2s ease,color .2s ease}.fitcart-product .pdp__wishlist:hover{border-color:var(--fc-palette-orange-500)}.fitcart-product .pdp__wishlist:focus-visible{outline:3px solid rgba(var(--fc-color-primary-rgb),.35);outline-offset:2px}.fitcart-product .pdp__wishlist.is-active{border-color:var(--fc-palette-orange-500);background:rgba(var(--fc-palette-orange-500),.08);color:var(--fc-palette-orange-500)}.fitcart-product .pdp__wishlist:disabled{cursor:not-allowed;opacity:.7}.fitcart-product .pdp__wishlist--inline{display:none}@media (max-width:576px){.fitcart-product .pdp__wishlist--inline{display:inline-flex;flex-shrink:0}.fitcart-product .pdp__wishlist--actions{display:none}}.fitcart-product .pdp__wishlist--stock{display:inline-flex}@media (max-width:576px){.fitcart-product .pdp__wishlist--stock{display:none}}.fitcart-product .pdp__wishlist-icon{display:inline-flex;align-items:center;justify-content:center}.fitcart-product .pdp__wishlist-icon svg{width:22px;height:22px}.fitcart-product .pdp__wishlist-icon path{fill:currentColor;transition:fill .2s ease}.fitcart-product .pdp__wishlist-label{position:absolute;width:1px;height:1px;margin:-1px;border:0;padding:0;clip:rect(0 0 0 0);clip-path:inset(50%);overflow:hidden}.fitcart-product .pdp__stock{font-weight:600;font-size:.98rem;display:flex;align-items:center;gap:1rem;flex-wrap:wrap}@media (max-width:576px){.fitcart-product .pdp__stock{display:none}}.fitcart-product .pdp__stock .pdp__stock-actions{display:inline-flex;align-items:center;gap:.75rem}.fitcart-product .pdp__stock.in{color:#059669}.fitcart-product .pdp__stock.out{color:rgba(var(--color-orange-rgb),.18)}.fitcart-product .pdp__stock-note{font-size:.9rem;color:#6b7280;margin:0}.fitcart-product .pdp__notify-feedback{font-size:.9rem;margin:.35rem 0 0;width:100%;color:var(--fc-color-secondary);flex-basis:100%;text-align:left}@media (max-width:576px){.fitcart-product .pdp__notify-feedback{text-align:center}}.fitcart-product .pdp__notify-feedback--success{color:#059669}.fitcart-product .pdp__notify-feedback--error{color:#dc2626}.fitcart-product .pdp__actions{display:flex;gap:12px;margin-top:auto;flex-wrap:wrap;align-items:center}@media (max-width:576px){.fitcart-product .pdp__actions{flex-direction:column}}.fitcart-product .pdp__cta{border:1px solid transparent;border-radius:5px;padding:14px 32px;font-size:1rem;font-weight:600;cursor:pointer;min-width:160px}@media (max-width:576px){.fitcart-product .pdp__cta{display:none}}.fitcart-product .pdp__cta:focus-visible,.pdp_actions_mobile .pdp_buttons .pdp_mobile_cta:focus-visible{outline:3px solid rgba(var(--fc-color-primary-rgb),.35);outline-offset:2px}.fitcart-product .pdp__cta--primary{background:#fff;color:#111827;border-color:#d1d5db}.fitcart-product .pdp__cta--primary:hover,.fitcart-product .pdp__cta--secondary:hover{transform:translateY(-1px)}.fitcart-product .pdp__cta--secondary{background:var(--fc-palette-orange-500);color:#fff;border-color:var(--fc-palette-orange-500)}.fitcart-product .pdp__quantity-control{display:inline-flex;align-items:center;border:1px solid var(--fc-color-border);border-radius:999px;padding:6px 18px;background:#fff;font-weight:600;gap:12px}@media (max-width:576px){.fitcart-product .pdp__quantity-control{display:none}}.fitcart-product .pdp__quantity-control button{border:0;background:0 0;font-size:1.4rem;line-height:1;padding:4px 8px;cursor:pointer;color:var(--fc-color-primary)}.fitcart-product .pdp__quantity-control button:disabled{opacity:.5;cursor:not-allowed}.fitcart-product .pdp__quantity-control .pdp__quantity-value{min-width:32px;text-align:center;font-size:1rem;color:var(--fc-color-secondary)}.pdp_mobile_media{display:flex;align-items:center;overflow-x:scroll;gap:1rem}@media (min-width:1024px){.pdp_mobile_media{display:none}}.pdp_mobile_media .image_container{position:relative;margin-bottom:1rem;padding:0;border:0;background:0 0;display:inline-flex;cursor:zoom-in;border-radius:12px;max-width:269px;width:fit-content;appearance:none}.pdp_mobile_media .image_container:focus-visible{outline:2px solid var(--fc-color-primary);outline-offset:4px}.pdp_mobile_media .image_container .veg_image{position:absolute;top:.2rem;left:.2rem}.pdp_mobile_media .image_container .veg_image img{height:20px;width:20px}.pdp_mobile_media .images{width:269px;border:.25px solid #7e8f99;max-width:269px;object-fit:fill;height:270px;border-radius:10px}.pdp-mobile-lightbox,.pdp-mobile-lightbox__dialog{display:flex;align-items:center;justify-content:center}.pdp-mobile-lightbox{position:fixed;inset:0;background:rgba(15,23,42,.78);backdrop-filter:blur(2px);z-index:2600;padding:1rem}.pdp-mobile-lightbox__dialog{position:relative;width:min(92vw,440px);min-height:60vh;background:#fff;border-radius:5px;box-shadow:0 30px 55px rgba(15,23,42,.25);padding:1.5rem 1rem}.pdp-mobile-lightbox__image{width:100%;max-height:70vh;object-fit:contain}.pdp-mobile-lightbox__close,.pdp-mobile-lightbox__nav{position:absolute;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.pdp-mobile-lightbox__close{top:-3rem;right:0;width:42px;height:42px;border:2px solid #ff7a00;background:#ff7a00;color:#fff;font-size:1.2rem;font-weight:600}.pdp-mobile-lightbox__nav{top:50%;transform:translateY(-50%);width:38px;height:38px;border:0;background:rgba(255,255,255,.92);box-shadow:0 8px 18px rgba(71,84,103,.25);color:#475467;font-size:1.4rem}.pdp-mobile-lightbox__nav--prev{left:.2rem}.pdp-mobile-lightbox__nav--next{right:.2rem}.pdp-mobile-lightbox__nav:disabled{opacity:.4;cursor:default;box-shadow:none}.pdp-mobile-lightbox__close:focus-visible,.pdp-mobile-lightbox__nav:focus-visible{outline:2px solid rgba(var(--fc-color-primary-rgb),.65);outline-offset:2px}@media (min-width:1024px){.pdp_actions_mobile{display:none}}@media (max-width:576px){.pdp_actions_mobile{display:block;padding-top:3.2rem;font-family:var(--font-base)}}.pdp_actions_mobile .pdp_buttons{position:fixed;bottom:0;left:0;right:0;background:#fff;box-shadow:0 -6px 12px rgba(0,0,0,.06);height:calc(66px + env(safe-area-inset-bottom));padding-bottom:env(safe-area-inset-bottom);z-index:999;display:flex;align-items:center;justify-content:space-evenly}.pdp_actions_mobile .pdp_buttons .pdp_share{width:34px;height:34px;border:0;background:0 0;padding:0;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.pdp_actions_mobile .pdp_buttons .pdp_share img{width:100%;height:100%;object-fit:contain}.pdp_actions_mobile .pdp_buttons .pdp_mobile_cta{border:0;border-radius:5px;width:150px;padding:14px 28px;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.pdp_actions_mobile .pdp_buttons .out_of_stock{font-weight:600;font-size:.98rem;font-family:var(--font-base);display:inline-flex;align-items:center;gap:1rem;padding:6px 0;margin-top:.5rem;color:rgba(var(--color-orange-rgb),.18)}.pdp_actions_mobile .pdp_buttons .pdp_mobile_cta--primary{background:#fff;color:var(--fc-color-primary);border:1px solid var(--fc-color-primary)}.pdp_actions_mobile .pdp_buttons .pdp_mobile_cta--primary:hover{transform:translateY(-1px);box-shadow:0 14px 32px rgba(var(--fc-color-primary-rgb),.28)}.pdp_actions_mobile .pdp_buttons .pdp_mobile_cta--secondary{background:var(--fc-color-primary);color:#fff;box-shadow:0 12px 28px rgba(var(--fc-color-primary-rgb),.24)}.pdp_actions_mobile .pdp_buttons .pdp_mobile_cta--secondary:hover{transform:translateY(-1px)}.pdp_actions_mobile .pdp_mobile_quantity{display:inline-flex;align-items:center;justify-content:space-between;border:1px solid var(--fc-color-border);border-radius:999px;padding:0 12px;width:150px;height:48px;font-weight:600;background:#fff}.pdp_actions_mobile .pdp_mobile_quantity button{border:0;background:0 0;font-size:1.5rem;line-height:1;color:var(--fc-color-primary);cursor:pointer;padding:0 6px}.pdp_actions_mobile .pdp_mobile_quantity .pdp_mobile_quantity-value{min-width:28px;text-align:center;font-size:1rem;color:var(--fc-color-secondary)}.pdp_actions_mobile .pdp_mobile_notify{width:100%;background:#fff;padding:.35rem 1rem .85rem;display:flex;justify-content:center;text-align:center}.pdp_actions_mobile .pdp_mobile_notify .pdp__notify-feedback{margin:0;text-align:center}.fitcart-product .pdp{display:flex;flex-direction:column;gap:2rem}@media (max-width:576px){.fitcart-product .pdp{gap:1rem}}@media (min-width:1024px){.fitcart-product .pdp.pdp--desktop{flex-direction:row;align-items:flex-start;gap:2.5rem}}.fitcart-product .pdp__media{display:flex;flex-direction:column;gap:18px}@media (min-width:1024px){.fitcart-product .pdp__media{flex:0 0 min(540px,44%);max-width:540px;height:80dvh;position:sticky;top:clamp(80px,8vh,120px);align-self:flex-start}}.fitcart-product .pdp__content{display:flex;flex-direction:column;gap:1rem;flex:1}.fitcart-product .pdp__summary-card{border-radius:24px}@media (max-width:1023px){.fitcart-product .pdp__summary-card{padding:1.5rem}}.fitcart-product .pdp__detail-layout{display:flex;flex-direction:column;gap:2rem}@media (min-width:1024px){.fitcart-product .pdp__detail-layout{align-items:flex-start;gap:2.5rem}}.fitcart-product .pdp__detail-column{display:flex;flex-direction:column;gap:24px;width:100%}.fitcart-product .pdp__zoom-panel{display:none}@media (min-width:1024px){.fitcart-product .pdp__zoom-panel{display:flex;flex-direction:column;border-radius:5px;border:1px solid var(--fc-color-border);overflow:hidden;background:#f8fafc}}.fitcart-product .pdp__zoom-panel--active .pdp__zoom-canvas{opacity:1}.fitcart-product .pdp__zoom-panel--inline{min-height:600px}@media (min-width:1024px){.fitcart-product .pdp__zoom-panel--floating{position:fixed;width:min(720px,100vw);min-height:80%;border-radius:5px;border:1px solid var(--fc-color-border);overflow:hidden;background:#fff;box-shadow:0 20px 55px rgba(15,23,42,.15);pointer-events:none;opacity:0;transform:translate3d(0,10px,0);transition:opacity .12s ease,transform .12s ease;z-index:30}}.fitcart-product .pdp__zoom-panel--floating .pdp__zoom-canvas{border-bottom:none;background-size:220%}.fitcart-product .pdp__zoom-panel--floating .pdp__zoom-hint{display:none}.fitcart-product .pdp__zoom-panel--floating.pdp__zoom-panel--active{opacity:1;transform:translate3d(0,0,0)}.fitcart-product .pdp__zoom-canvas{flex:1 1 auto;background-repeat:no-repeat;background-size:240%;background-position:50% 50%;opacity:0;transition:opacity .12s ease;border-bottom:1px solid #e2e8f0}.fitcart-product .pdp__zoom-hint{display:none}@media (min-width:1024px){.fitcart-product .pdp__zoom-hint{display:block;font-size:.85rem;color:#475569;text-align:center;padding:.75rem 1rem;background:#fff}}.fitcart-product .pdp__bottom{display:flex;flex-direction:column;gap:1.5rem}.fitcart-product .pdp__column{display:flex;flex-direction:column;gap:24px}.fitcart-product .pdp__image{position:relative;width:100%;min-height:420px;border-radius:20px;display:flex;align-items:center;justify-content:center;overflow:hidden}@media (min-width:1024px){.fitcart-product .pdp__image{flex:1 1 auto;max-height:100%}}.fitcart-product .pdp__image .veg_image{position:absolute;z-index:1;top:0;right:1rem}.fitcart-product .pdp__image .veg_image img{width:20px;height:20px}@media (max-width:576px){.fitcart-product .pdp__image{display:none}}.fitcart-product .pdp__image img{width:100%;height:auto;max-height:100%;object-fit:contain;transition:opacity .2s ease;display:block}.fitcart-product .pdp__image.is-image-missing{background:linear-gradient(135deg,rgba(226,232,240,.8),rgba(241,245,249,.8));border:1px dashed #cbd5f5;color:#64748b;font-size:.9rem;letter-spacing:.02em}.fitcart-product .pdp__thumbs{display:flex;gap:12px;padding:.5rem 0 2rem;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scrollbar-width:thin;-webkit-overflow-scrolling:touch}@media (max-width:576px){.fitcart-product .pdp__thumbs{display:none}}.fitcart-product .pdp__thumbs::-webkit-scrollbar{height:6px}.fitcart-product .pdp__thumbs::-webkit-scrollbar-thumb{background:rgba(148,163,184,.6);border-radius:999px}.fitcart-product .pdp__thumbs::-webkit-scrollbar-track{background:0 0}.fitcart-product .pdp__thumb{all:unset;cursor:pointer;background:#fff;border:1px solid var(--fc-color-border);border-radius:14px;height:82px;min-width:82px;display:flex;align-items:center;justify-content:center;padding:6px;scroll-snap-align:start;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.fitcart-product .pdp__thumb:focus-visible{outline:3px solid rgba(var(--fc-color-primary-rgb),.45);outline-offset:2px}.fitcart-product .pdp__thumb--active{border-color:var(--fc-color-primary);box-shadow:0 0 0 2px rgba(var(--fc-color-primary-rgb),.16);transform:translateY(-2px)}.fitcart-product .pdp__thumb img{width:100%;height:100%;object-fit:contain}.fitcart-product .pdp__review-button{border:1px solid #e2e8f0;border-radius:999px;padding:.35rem .9rem;background:#fff;font-size:.9rem;font-weight:600;color:var(--color-orange);cursor:pointer}.fitcart-product .pdp__review-button:hover{border-color:var(--color-orange);background:rgba(var(--color-orange-rgb),.1)}.fitcart-product .pdp__review-button--solid{border-radius:5px;padding:.65rem 1.25rem;background:#0f172a;color:#fff;border-color:transparent}.fitcart-product .pdp__review-button--solid:hover{background:#111827;color:#fff}.fitcart-product .pdp__reviews{display:flex;width:100%}.fitcart-product .pdp__reviews h3{margin:0 0 .5rem;font-size:1.3rem;color:#0f172a}.fitcart-product .pdp__reviews-header{display:flex;width:100%;flex-direction:column;justify-content:space-between;align-items:flex-start;gap:.5rem}.fitcart-product .pdp__reviews-summary{display:flex;width:100%;justify-content:space-between;align-items:center;gap:1rem;background:#f1f2f3;border-radius:5px;padding:.85rem 1.25rem;flex-wrap:wrap;border:1px solid #e7ebf2}.fitcart-product .pdp__reviews-summary .pdp__review-button{margin-left:auto}.fitcart-product .pdp__reviews-score{display:flex;align-items:center;gap:.65rem}.fitcart-product .pdp__reviews-score .average-rating{display:flex;align-items:center;gap:.4rem}.fitcart-product .pdp__reviews-score .border_right{display:inline-block;width:1px;height:2rem;background-color:#cbd5e1}.fitcart-product .pdp__reviews-score .star{font-size:1.2rem;color:#fbbf24}.fitcart-product .pdp__reviews-score strong{font-size:1.5rem;display:block}.fitcart-product .pdp__reviews-score .counts{display:flex;flex-direction:column;font-size:.9rem;color:#475569}.fitcart-product .pdp__reviews-list{list-style:none;padding:1.5rem 0 0;margin:0;display:flex;width:100%;flex-direction:column;gap:1.25rem}.fitcart-product .pdp__review-card{border:1px solid #eef2f7;display:flex;flex-direction:column;width:100%;border-radius:5px;padding:1.25rem;background:#fff}.fitcart-product .pdp__review-card .body{margin:.75rem 0 0;color:#334155;line-height:1.6;white-space:pre-line}.fitcart-product .pdp__review-card .body.body--muted{color:#94a3b8;font-style:italic}.fitcart-product .pdp__review-author{display:flex;align-items:center;gap:.75rem}.fitcart-product .pdp__review-author .avatar{width:44px;height:44px;border-radius:50%;background:#e0e7ff;display:flex;align-items:center;justify-content:center;font-weight:600;color:#4338ca}.fitcart-product .pdp__review-author .name{margin:0;font-weight:600}.fitcart-product .pdp__review-author .date{margin:0;color:#64748b;font-size:.9rem}.fitcart-product .pdp__review-title-row{display:flex;align-items:center;gap:.5rem;margin-top:.85rem}.fitcart-product .pdp__review-title-row .badge{display:inline-flex;align-items:center;gap:.35rem;background:rgba(251,191,36,.15);color:#b45309;border-radius:999px;padding:.25rem .55rem;font-size:.85rem;font-weight:600}.fitcart-product .pdp__review-title-row .title{margin:0;font-weight:600;color:#0f172a}.fitcart-product .pdp__review-images{display:flex;gap:.5rem;margin-top:.75rem}.fitcart-product .pdp__review-images img{width:60px;height:60px;border-radius:.5rem;object-fit:cover}.fitcart-product .pdp__reviews-empty{padding:1.5rem .5rem;text-align:center;color:#475569}.fitcart-product .pdp__reviews-empty button{margin-top:.75rem}@media (max-width:576px){.fitcart-product .pdp__reviews{padding:0;border:0}.fitcart-product .pdp__reviews h3{margin:0;font-weight:600;font-size:18px;letter-spacing:2%}.fitcart-product .pdp__reviews-header{margin:0;gap:.5rem}.fitcart-product .pdp__reviews-summary{align-items:center;flex-wrap:nowrap;padding:.75rem 1rem}.fitcart-product .pdp__reviews-summary .counts{flex-direction:column;gap:.2rem}.fitcart-product .pdp__reviews-summary .pdp__review-button{margin-left:0;white-space:nowrap;padding:.55rem 1rem}.fitcart-product .pdp__reviews-summary .pdp__reviews-score{row-gap:.2rem;align-items:center}.fitcart-product .pdp__reviews-summary .pdp__reviews-score strong{font-size:1.2rem}.fitcart-product .pdp__reviews-summary .pdp__reviews-score .counts{font-size:.85rem}}@media (min-width:80rem){:root{--text-xs:0.75rem;--text-sm:0.875rem;--text-base:1rem;--text-lg:1.125rem;--text-xl:1.25rem;--text-2xl:1.5rem;--text-3xl:2rem;--text-4xl:2.5rem;--text-5xl:3rem;--text-6xl:4rem}}.Modal__overlay--tiKQa{position:fixed;inset:0;background:rgba(15,23,42,.45);display:flex;align-items:center;justify-content:center;z-index:9999;padding:1rem}.Modal__modal--OwlY_{background:var(--fc-color-surface);border-radius:var(--fc-radius-lg);width:min(560px,100%);box-shadow:var(--fc-shadow-card);display:flex;flex-direction:column}.Modal__modal__header--VLC6F{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;border-bottom:1px solid var(--fc-color-border)}.Modal__modal__header--VLC6F h3{margin:0}.Modal__modal__content--qMz5F{padding:1.5rem;max-height:60vh;overflow-y:auto}.Modal__modal__footer--ek06Q{padding:1rem 1.5rem 1.5rem;display:flex;justify-content:flex-end;gap:.75rem}.Button__button--iOCbR{font-family:var(--fc-font-family-base);border:0;border-radius:var(--fc-radius-pill);padding:.8rem 1.5rem;font-weight:600;cursor:pointer;transition:transform var(--fc-transition-base),box-shadow var(--fc-transition-base),background var(--fc-transition-base);display:inline-flex;align-items:center;justify-content:center;gap:.5rem;text-align:center}.Button__button--iOCbR:disabled,.LoginPanel__otpActions--NYFs2 button:disabled,.review-dialog__url-entry button:disabled{opacity:.5;cursor:not-allowed}.Button__button--primary--hKAsy{background:var(--fc-color-primary);color:var(--fc-color-surface);box-shadow:var(--fc-shadow-card)}.Button__button--primary--hKAsy:hover:not(:disabled){background:var(--fc-color-primary-dark);transform:translateY(-1px)}.Button__button--secondary--aW7ES{background:var(--fc-color-surface);color:var(--fc-color-primary);border:1px solid var(--fc-color-primary)}.Button__button--secondary--aW7ES:hover:not(:disabled){background:rgba(var(--fc-color-primary-rgb),.08)}.Button__button--ghost--BOT3M{background:0 0;color:var(--fc-color-secondary);border:1px dashed var(--fc-color-border)}.Button__button--ghost--BOT3M:hover:not(:disabled){border-color:var(--fc-color-primary);color:var(--fc-color-primary)}.Button__button--sm--nGPbX{padding:.45rem 1rem;font-size:.9rem}.Button__button--md--Dzf8z{font-size:1rem}.Button__button--lg--qlkLI{padding:1rem 1.75rem;font-size:1.05rem}.Button__button--full--k_hrO{width:100%}@media (min-width:80rem){:root{--text-xs:0.75rem;--text-sm:0.875rem;--text-base:1rem;--text-lg:1.125rem;--text-xl:1.25rem;--text-2xl:1.5rem;--text-3xl:2rem;--text-4xl:2.5rem;--text-5xl:3rem;--text-6xl:4rem}}.LoginPanel__panel--aG7te{display:flex;flex-direction:column;gap:1.25rem;padding-left:2rem;max-width:min(640px,100%)}.LoginPanel__modeToggle--Q364I{display:inline-flex;background:var(--fc-color-surface);border:1px solid var(--fc-color-border);border-radius:var(--fc-radius-pill);padding:.25rem;gap:.25rem;width:fit-content}.LoginPanel__modeToggleButton--PXgbF{border:0;background:0 0;color:var(--fc-color-muted);font-weight:600;border-radius:var(--fc-radius-pill);padding:.4rem 1.25rem;cursor:pointer;transition:background .2s ease,color .2s ease}.LoginPanel__modeToggleButton--active--Mx3g3{background:var(--fc-color-primary);color:var(--fc-color-surface)}.LoginPanel__form--auHDf{display:flex;flex-direction:column;gap:1rem;width:100%}@media (max-width:576px){.LoginPanel__form--auHDf{font-size:.85rem;padding:1rem}}.LoginPanel__form--signup--dqagy{max-width:100%;padding-right:1rem}@media (max-width:576px){.LoginPanel__form--signup--dqagy{font-size:.85rem}}.LoginPanel__field--mtAmg{display:flex;flex-direction:column;gap:.4rem}.LoginPanel__field--mtAmg label{font-weight:600;color:var(--fc-color-secondary)}.LoginPanel__field--mtAmg input{border-radius:5px;border:1px solid var(--fc-color-border);padding:.85rem 1rem;font-size:1rem;background:#fff}.LoginPanel__field--mtAmg input:focus{border-color:var(--fc-color-primary)}.LoginPanel__actions--QOZg3{display:flex;flex-direction:column;gap:.75rem}.LoginPanel__actions--QOZg3 button{border-radius:5px}.LoginPanel__otpInfo--lcSPx{font-size:.95rem;color:var(--fc-color-secondary)}.LoginPanel__otpActions--NYFs2{display:flex;justify-content:space-between;align-items:center;font-size:.9rem;color:var(--fc-color-primary)}@media (max-width:576px){.LoginPanel__otpActions--NYFs2{font-size:.75rem}}.LoginPanel__otpActions--NYFs2 button{border:0;background:0 0;color:var(--fc-color-primary);cursor:pointer;font-weight:600}.LoginPanel__switchRow--x4aLn{display:flex;justify-content:space-between;font-size:.9rem;color:var(--fc-color-muted)}.LoginPanel__switchRow--x4aLn button{color:var(--fc-color-primary);font-weight:600;border-radius:4px}.LoginPanel__linkButton--FTNVt{border:0;background:0 0;color:var(--fc-color-primary);font-weight:600;cursor:pointer}.LoginPanel__googleButton--E4yM9{border-radius:var(--fc-radius-md);border:1px solid var(--fc-color-border);padding:.75rem 1rem;font-size:1rem;cursor:pointer;display:flex;align-items:center;gap:.75rem;background:0 0}.LoginPanel__checkboxRow--mOEKg{display:flex;gap:.75rem;align-items:flex-start;font-size:.9rem;line-height:1.4;color:var(--fc-color-muted)}.LoginPanel__checkboxRow--mOEKg input{margin-top:.25rem}.LoginPanel__footer--KNA6O{text-align:center;font-size:.9rem;color:var(--fc-color-muted)}.LoginPanel__footer--KNA6O button,.LoginPanel__switchRow--x4aLn button{background:0 0;border:0;cursor:pointer}.LoginPanel__error--aBKY7{color:var(--fc-color-danger);font-size:.9rem}.LoginPanel__footer--KNA6O button,.LoginPanel__status--wiMuh{color:var(--fc-color-primary);font-weight:600}@media (max-width:768px){.LoginPanel__panel--aG7te{padding-left:0;max-width:100%}}.review-dialog__overlay{position:fixed;inset:0;background:rgba(15,23,42,.65);display:flex;justify-content:center;align-items:center;padding:1.5rem;z-index:2000}.review-dialog{background:#fff;border-radius:5px;width:min(720px,100%);max-height:min(90vh,760px);display:flex;flex-direction:column;box-shadow:0 30px 60px rgba(15,23,42,.35);overflow:hidden}.review-dialog__header{display:flex;justify-content:space-between;align-items:center;padding:.5rem 1.5rem;border-bottom:1px solid #e2e8f0;gap:1rem}.review-dialog__header h2{margin:0;font-size:1.4rem;color:#0f172a}.review-dialog__eyebrow{text-transform:uppercase;font-size:1rem;color:#000;margin:0 0 .25rem;font-family:var(--font-medium);font-weight:600;font-style:Demi Bold}.review-dialog__subtitle{margin:.15rem 0 0;color:#64748b;font-size:.95rem}.review-dialog__close{border:0;background:#f1f5f9;width:40px;height:40px;border-radius:50%;font-size:1.5rem;cursor:pointer;color:#475569}.review-dialog__body{padding:1.5rem;overflow-y:auto}.review-dialog__product{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.review-dialog__product img{width:52px;height:52px;border-radius:.75rem;object-fit:cover;background:#f8fafc}.review-dialog__field label,.review-dialog__product span{font-weight:600;color:#0f172a}.review-dialog__alert{background:rgba(217,48,37,.12);color:#b3261e;padding:.75rem 1rem;border-radius:.85rem;font-weight:500;margin-bottom:1rem}.review-dialog__field,.review-dialog__form{display:flex;flex-direction:column}.review-dialog__form{gap:1rem}.review-dialog__field{gap:.4rem}.review-dialog__field input,.review-dialog__field textarea{border:1px solid #e2e8f0;border-radius:5px;padding:.85rem 1rem;font-size:1rem;font-family:inherit}.review-dialog__field input:focus,.review-dialog__field textarea:focus{border-color:#fb6a27;outline:0;box-shadow:0 0 0 3px rgba(251,106,39,.2)}.review-dialog__field textarea{resize:vertical;min-height:140px}.review-dialog__field--rating .review-dialog__stars{display:inline-flex;gap:.5rem}.review-dialog__photo-slot label,.review-dialog__star{align-items:center;justify-content:center;cursor:pointer}.review-dialog__star{width:44px;height:44px;border-radius:50%;border:1px solid #e2e8f0;background:#fff;font-size:1.25rem;color:#cbd5f5;display:inline-flex}.review-dialog__star--active{border-color:rgba(251,106,39,.4);background:rgba(251,106,39,.12);color:#fb6a27}.review-dialog__helper{text-align:right;font-size:.85rem;color:#64748b}.review-dialog__error{color:#b3261e;font-size:.85rem;margin:0}.review-dialog__label-row{display:flex;justify-content:space-between;align-items:center;font-size:.9rem;color:#64748b}.review-dialog__photo-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(72px,1fr));gap:.75rem}.review-dialog__photo-slot{border:1px dashed #d6d9e4;border-radius:.9rem;min-height:80px;display:flex;align-items:center;justify-content:center;background:#f8fafc;position:relative}.review-dialog__photo-slot label{width:100%;height:100%;display:flex;font-size:1.6rem;color:#94a3b8}.review-dialog__photo-slot input{display:none}.review-dialog__photo-slot img{width:100%;height:100%;object-fit:cover;border-radius:.9rem}.review-dialog__photo-slot button{position:absolute;top:.4rem;right:.4rem;border:0;background:rgba(15,17,21,.7);color:#fff;border-radius:1rem;padding:.15rem .45rem;font-size:.7rem;cursor:pointer}.review-dialog__url-entry{display:flex;gap:.75rem;margin-top:.65rem}.review-dialog__url-entry input{flex:1}.review-dialog__url-entry button{border:0;border-radius:.9rem;padding:.75rem 1.2rem;background:#e2e8f0;font-weight:600;color:#0f172a}.review-dialog__actions{display:flex;justify-content:flex-end;gap:.75rem;margin-top:1rem}.review-dialog__primary-button,.review-dialog__secondary-button{border-radius:5px;padding:.85rem 1.5rem;font-weight:600;border:1px solid transparent;cursor:pointer}.review-dialog__primary-button{background:#fb6a27;color:#fff}.review-dialog__primary-button:disabled{opacity:.6;cursor:not-allowed}.review-dialog__secondary-button{background:#fff;border-color:#e2e8f0}@media (max-width:768px){.review-dialog__overlay{padding:0}.review-dialog{width:100%;height:100%;max-height:none;border-radius:0}.review-dialog__body{padding-bottom:calc(env(safe-area-inset-bottom,0) + 1.5rem)}.review-dialog__actions{bottom:0;left:0;right:0;flex-direction:column;gap:.65rem}.review-dialog__actions button{flex:1;width:100%}}.static__page--D9T7d{max-width:960px;margin:0 auto;padding:2rem 1.5rem 4rem}.static__hero--KMMms{text-align:center;margin-bottom:1rem}.static__hero--KMMms p{margin-bottom:.5rem;color:#ff5a00;text-transform:uppercase;letter-spacing:.15rem;font-weight:600}.static__hero--KMMms h1{font-size:clamp(2.2rem,4vw,3.2rem);margin-bottom:.75rem;color:#101828}.static__hero--KMMms span{color:#475467;font-size:1.05rem}.static__card--k3Twj{background:#fff;border-radius:20px;padding:2rem;box-shadow:0 24px 60px rgba(15,23,42,.08);min-height:320px}.static__content--B34Cj{color:#344054;line-height:1.8}.static__content--B34Cj p{margin-bottom:1rem}.static__content--B34Cj a{color:#ff5a00;font-weight:600}.static__state--hLKTz{color:#475467;font-size:1rem}.static__state--hLKTz button{margin-top:.75rem;border:0;background:#ff5a00;color:#fff;padding:.55rem 1.25rem;border-radius:999px;font-weight:600;cursor:pointer}.static__contactForm--SVJiy{margin-top:1rem;background:#fff;border-radius:20px;padding:2.2rem}.static__formIntro--i9vDk{margin-bottom:1.5rem}.static__formIntro--i9vDk h2{margin:0 0 .35rem;color:#101828;font-size:1.6rem}.static__formIntro--i9vDk p{margin:0;color:#475467}.static__form--aL3DP,.static__formGroup--_IX_h{display:flex;flex-direction:column;gap:1.25rem}.static__formGroup--_IX_h{gap:.4rem}.static__formGroup--_IX_h label{font-weight:600;color:#101828;font-size:.95rem}.static__formGroup--_IX_h input,.static__formGroup--_IX_h select,.static__formGroup--_IX_h textarea{border:1px solid #99b9dd;border-radius:4px;padding:.85rem .9rem;font-size:1rem;font-family:inherit;transition:border-color .2s ease,box-shadow .2s ease}.static__formGroup--_IX_h input:focus,.static__formGroup--_IX_h select:focus,.static__formGroup--_IX_h textarea:focus{border-color:#2f6fbe;box-shadow:0 0 0 3px rgba(47,111,190,.15);outline:0}.static__formGroup--_IX_h textarea{resize:vertical;min-height:140px}.static__submitButton--kccT_{margin-top:.5rem;align-self:flex-start;border:0;background:#ff5a00;color:#fff;font-weight:700;letter-spacing:.05em;padding:.95rem 2.4rem;border-radius:6px;text-transform:uppercase;display:inline-flex;align-items:center;gap:.85rem;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.static__submitButton--kccT_ span:last-child{font-size:1.25rem}.static__submitButton--kccT_:hover{transform:translateY(-1px);box-shadow:0 10px 18px rgba(255,90,0,.35)}.static__submitButton--kccT_:disabled{opacity:.7;cursor:not-allowed;box-shadow:none;transform:none}.static__formStatus--tXcEi{margin-top:1rem;color:#047857;font-weight:600}.static__formStatusError--rRPul{color:#b91c1c}@media (max-width:640px){.static__contactForm--SVJiy{padding:1.5rem}}:root{--text-xs:12px;--text-sm:14px;--text-base:16px;--text-lg:18px;--text-xl:20px;--text-2xl:24px;--text-3xl:32px;--text-4xl:40px;--text-5xl:48px;--text-6xl:64px;--text-equal-line-height:1;--text-base-line-height:1.5;--text-3xl-line-height:1.2;--font-weight-light:300;--font-weight-normal:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--fc-palette-black:#000000;--fc-palette-white:#ffffff;--fc-palette-neutral-50:#f8fafc;--fc-palette-neutral-75:#f7f7f7;--fc-palette-neutral-100:#f1f5f9;--fc-palette-neutral-150:#f7f8fa;--fc-palette-neutral-200:#e2e8f0;--fc-palette-neutral-250:#e4e7ec;--fc-palette-neutral-300:#d3d3d3;--fc-palette-neutral-350:#c7c7c7;--fc-palette-neutral-400:#b0b0b0;--fc-palette-neutral-450:#94a3b8;--fc-palette-neutral-500:#868686;--fc-palette-neutral-550:#64748b;--fc-palette-neutral-600:#505050;--fc-palette-neutral-650:#475569;--fc-palette-neutral-700:#334155;--fc-palette-neutral-800:#1f2937;--fc-palette-neutral-900:#181818;--fc-palette-orange-50:#fff7ed;--fc-palette-orange-100:#fff3e4;--fc-palette-orange-150:#ffe8d9;--fc-palette-orange-400:#ff5c20;--fc-palette-orange-500:#ff4500;--fc-palette-orange-600:#e24f17;--fc-palette-cream-50:#fff5e9;--fc-palette-cream-100:#fff3ef;--fc-palette-cream-150:#fffcf8;--fc-palette-cream-200:#f0e8e5;--fc-palette-yellow-400:#ffc478;--fc-palette-brown-500:#573f1f;--color-black:var(--fc-palette-black);--color-white:var(--fc-palette-white);--color-gray-1:var(--fc-palette-neutral-50);--color-gray-2:var(--fc-palette-neutral-100);--color-gray-4:var(--fc-palette-neutral-200);--color-gray-5:var(--fc-palette-neutral-300);--color-gray-6:var(--fc-palette-neutral-450);--color-gray-7:var(--fc-palette-neutral-650);--color-gray-8:var(--fc-palette-neutral-700);--color-gray-10:var(--fc-palette-neutral-500);--color-gray-12:var(--fc-palette-neutral-800);--color-18:var(--fc-palette-neutral-900);--color-20:#202124;--color-30:#303133;--color-40:#3a3a3a;--color-50:var(--fc-palette-neutral-600);--color-e3:#e3e3e3;--color-e8:#e8e8e8;--color-bor:var(--fc-palette-neutral-250);--color-db:#dbdbdb;--color-c7:var(--fc-palette-neutral-350);--color-f7:var(--fc-palette-neutral-75);--color-f7f8:var(--fc-palette-neutral-150);--color-f0:var(--fc-palette-cream-200);--color-cf8:var(--fc-palette-cream-150);--color-peach:var(--fc-palette-cream-50);--color-peach-1:var(--fc-palette-orange-100);--color-peach-2:var(--fc-palette-cream-100);--color-orange:var(--fc-palette-orange-500);--color-orange-rgb:255, 69, 0;--color-orange-5:var(--fc-palette-orange-150);--color-primary:var(--fc-color-primary);--color-text:var(--color-30);--color-yellow:var(--fc-palette-yellow-400);--color-57:var(--fc-palette-brown-500);--fc-color-primary:#ff5c20;--fc-color-primary-rgb:255, 92, 32;--fc-color-primary-dark:#e24f17;--fc-color-secondary:#0f172a;--fc-color-muted:#475569;--fc-color-border:#e2e8f0;--fc-color-border-strong:#cbd5f5;--fc-color-surface:#ffffff;--fc-color-background:#f8fafc;--fc-color-success:#00a76f;--fc-color-danger:#ff5353;--fc-color-warning:#f97316;--space-0:0;--space-4:0.25rem;--space-6:0.375rem;--space-8:0.5rem;--space-10:0.625rem;--space-12:0.75rem;--space-16:1rem;--space-18:1.125rem;--space-24:1.5rem;--space-28:1.75rem;--space-32:2rem;--space-40:2.5rem;--space-48:3rem;--space-60:3.75rem;--space-84:5.25rem;--radius-xs:0.125rem;--radius-sm:0.25rem;--radius-md:0.375rem;--radius-lg:0.5rem;--radius-lg-2:0.625rem;--radius-xl:0.75rem;--radius-2xl:1rem;--rounded:50%;--rounded-none:0;--fc-radius-sm:6px;--fc-radius-md:12px;--fc-radius-lg:20px;--fc-radius-pill:999px;--ease-out:cubic-bezier(0, 0, 0.2, 1);--ease-in-out:cubic-bezier(0.4, 0, 0.2, 1);--animate-spin:spin 1s linear infinite;--default-transition-duration:0.15s;--default-transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);--default-font-family:var(--font-sans-serif);--font-base:'avenir_next_regular', sans-serif;--font-thin:'avenir_next_thin', sans-serif;--font-medium:'avenir_next_medium', sans-serif;--font-semi-bold:'avenir_next_semi_bold', sans-serif;--font-bold:'avenir_next_bold', sans-serif;--base-font:var(--font-base);--transition-smooth:all 0.3s cubic-bezier(0.4, 0, 0.2, 1);--transition-elements:all 0.4s cubic-bezier(0.4, 0, 0.2, 1);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--fc-font-family-base:'Inter', 'Segoe UI', sans-serif;--fc-shadow-soft:0 10px 30px rgba(15, 23, 42, 0.08);--fc-shadow-card:0 12px 32px rgba(15, 23, 42, 0.06);--fc-transition-base:0.2s ease}@media (min-width:80rem){:root{--text-xs:0.75rem;--text-sm:0.875rem;--text-base:1rem;--text-lg:1.125rem;--text-xl:1.25rem;--text-2xl:1.5rem;--text-3xl:2rem;--text-4xl:2.5rem;--text-5xl:3rem;--text-6xl:4rem}}html{box-sizing:border-box;-moz-text-size-adjust:none;-webkit-text-size-adjust:none;text-size-adjust:none}*,:after,:before{box-sizing:inherit}*{margin:0}ol[role=list],ul[role=list]{list-style:none}body{min-height:100vh;font-family:var(--base-font, var(--font-base));font-size:var(--text-base);font-weight:var(--font-weight-normal);line-height:var(--text-base-line-height);-webkit-font-smoothing:antialiased;margin:0 auto;background-color:var(--color-white)}canvas,img,picture,svg,video{display:block;max-width:100%}button,h1,h2,h3,h4,input,label{line-height:1.1}h1,h2,h3,h4{text-wrap:balance}a:not([class]){text-decoration-skip-ink:auto;color:currentColor}button,input,select,textarea{font-family:inherit;font-size:inherit}textarea:not([rows]){min-height:10em}a{text-decoration:none}@font-face{font-family:'avenir_next_thin';src:url(/build/fonts/avenir_next_thin-ff514bc92a85baed77ec.woff2) format('woff2');font-weight:100;font-style:normal;font-stretch:100%}@font-face{font-family:'avenir_next_regular';src:url(/build/fonts/avenir_next_regular-e4c3688a18585638ddff.woff2) format('woff2');font-weight:400;font-style:normal;font-stretch:100%}@font-face{font-family:'avenir_next_medium';src:url(/build/fonts/avenir_next_medium-ffcf7d262a9e4907e069.woff2) format('woff2');font-weight:500;font-style:normal;font-stretch:100%}@font-face{font-family:'avenir_next_semi_bold';src:url(/build/fonts/avenir_next_semi_bold-f033b66b803cabbd66b5.woff2) format('woff2');font-weight:600;font-style:normal;font-stretch:100%}@font-face{font-family:'avenir_next_bold';src:url(/build/fonts/avenir_next_bold-cfcf1bcacc4a11980205.woff2) format('woff2');font-weight:700;font-style:normal;font-stretch:100%}.w-full{width:100%}.mx-auto{margin-inline:auto}.gutter-x{padding-left:1.75rem;padding-right:1.75rem}.bg-white,.fitcart-thumb-slider-item.active,.fitcart-thumb-slider-item.view-all,.fitcart-thumb-slider-item:hover,.fitcart-title span.white{background-color:var(--color-white)}.bg-black{background-color:var(--color-black)}.bg-orange{background-color:var(--color-orange)}.flex{display:flex}.grid{display:grid}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.items-start{align-items:flex-start}.items-center{align-items:center}.items-end{align-items:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-even{justify-content:space-evenly}.justify-around{justify-content:space-around}.grow{flex-grow:1}.grow-0{flex-grow:0}.flex-none{flex:none}.flex-wrap{flex-wrap:wrap}.hidden{display:none}.border-radius-lg-2{border-radius:var(--radius-lg-2)}.border-radius-sm{border-radius:var(--radius-sm)}.border-radius-lg{border-radius:var(--radius-lg)}.border-radius-rounded{border-radius:var(--radius-sm)}.text-white{color:var(--color-white)}.text-black{color:var(--color-black)}.text-gray-30{color:var(--color-30)}.text-gray-50{color:var(--color-50)}.text-orange{color:var(--color-orange)}.text-xs{font-size:var(--text-xs)}.text-sm{font-size:var(--text-sm)}.text-base{font-size:var(--text-base)}.text-lg{font-size:var(--text-lg)}.text-xl{font-size:var(--text-xl)}.text-2xl{font-size:var(--text-2xl)}.text-3xl{font-size:var(--text-3xl)}.text-4xl{font-size:var(--text-4xl)}.text-5xl{font-size:var(--text-5xl)}.text-6xl{font-size:var(--text-6xl)}.fw-thin{font-family:var(--font-thin);font-weight:var(--font-weight-light)}.fw-regular{font-family:var(--font-base);font-weight:var(--font-weight-normal)}.fw-medium{font-family:var(--font-medium);font-weight:var(--font-weight-medium)}.fw-semi-bold{font-family:var(--font-semi-bold);font-weight:var(--font-weight-semibold)}.fw-bold{font-family:var(--font-bold);font-weight:var(--font-weight-bold)}.mr-8{margin-right:var(--space-8)}.mb-6{margin-bottom:.375rem}.mb-10{margin-bottom:var(--space-10)}.mb-16{margin-bottom:var(--space-16)}.mb-24{margin-bottom:var(--space-24)}.mb-48{margin-bottom:var(--space-48)}.mb-60{margin-bottom:var(--space-60)}.mb-84{margin-bottom:var(--space-84)}.text-center{text-align:center}.overflow-hidden{overflow:hidden}.strike-through{text-decoration:line-through}.img-cover{width:100%;object-fit:cover;object-position:top}.fitcart-wrapper{background-color:var(--color-white);font-family:var(--base-font, var(--font-base))}.fitcart-title{position:relative;line-height:var(--text-equal-line-height)}.fitcart-title span{position:relative;padding-left:var(--space-32);padding-right:var(--space-24);z-index:1}.fitcart-title::after{content:'';width:100%;height:.5px;background-color:var(--color-c7);top:50%;right:var(--space-0);position:absolute}.fitcart-header-logo{flex-basis:clamp(89px,8.4vw,121px);padding:var(--space-12) var(--space-0)}.fitcart-header-search{flex-basis:clamp(398px,54.72vw,788px);position:relative}.fitcart-header-input{border:1px solid var(--color-gray-5);padding:var(--space-16)}.fitcart-header-search-icon{position:absolute;right:var(--space-16);top:var(--space-16);z-index:1;width:21px;height:21px;cursor:pointer}.fitcart-header-login{border:1px solid var(--color-e8);flex-basis:clamp(48px,9.93vw,143px);padding:var(--space-8) var(--space-12);position:relative;font-size:var(--text-sm)}.fitcart-header-login-icon{width:var(--space-24);height:var(--space-24)}.fitcart-header-cart{flex-basis:clamp(48px,7.01vw,101px);padding:var(--space-8) var(--space-16);margin-left:var(--space-16)}.fitcart-header-cart-icon{width:33px;height:33px;position:relative}.fitcart-header-cart-badge{background-color:var(--color-orange);width:var(--space-16);height:var(--space-16);border-radius:var(--rounded);position:absolute;top:-1px;right:-1px}@media (min-width:1400px){.fitcart-header{margin-top:1.625rem;margin-bottom:3.125rem}}.fitcart-thumb-slider{gap:var(--space-18)}.fitcart-thumb-slider-item{background-color:var(--color-f7);border:1px solid var(--color-f0);flex:0 0 136px;padding:.8125rem .5rem;gap:.5rem;align-self:stretch}.fitcart-thumb-slider-item.active,.fitcart-thumb-slider-item:hover{border:1px solid var(--color-orange)}.fitcart-thumb-item-img{min-width:56px;height:59px}.fitcart-thumb-item-text{line-height:var(--text-equal-line-height);letter-spacing:.32px}.fitcart-thumb-slider-item.active .fitcart-thumb-item-text,.fitcart-thumb-slider-item.view-all,.fitcart-thumb-slider-item:hover .fitcart-thumb-item-text{color:var(--color-orange)}.fitcart-hear-slide{grid-template-columns:1fr 1fr 6fr 1fr 1fr;gap:var(--space-24);padding:var(--space-0) var(--space-32);align-items:center}.fitcart-hear-item{position:relative;overflow:hidden}.fitcart-hear-item::before{background:#00051a;background:linear-gradient(0deg,#00051a 20%,rgba(255,255,255,0) 100%);content:"";position:absolute;top:var(--space-0);left:var(--space-0);width:100%;height:100%}.fitcart-hear-item .big-img,.fitcart-hear-item .small-img{width:100%;object-fit:cover;object-position:top}.fitcart-hear-item .small-img{aspect-ratio:1/3.46}.fitcart-hear-item .big-img{aspect-ratio:9/6}.big-img-container,.fitcart-hear-ident{position:absolute;left:var(--space-0);z-index:1}.fitcart-hear-ident{bottom:16%;right:var(--space-0);transform:rotate(-90deg)}.big-img-container{bottom:var(--space-0);padding:var(--space-16) var(--space-24)}.big-img-quote{position:relative}.big-img-quote-ico{display:inline-block}.hr{width:60%;height:1px}