header{background:var(--white-color);z-index:100;border-bottom:1px solid #ededed;height:8rem;position:sticky;top:0;box-shadow:0 2px 4px #00000014,0 8px 16px #0000000f}header nav{justify-content:space-between;align-items:center;height:100%;display:flex}header nav .left__header{align-items:center;gap:13rem;display:flex}@media screen and (width<=1200px){header nav .left__header{gap:1rem}}header nav .left__header .hamburger__icon{display:none}@media screen and (width<=1200px){header nav .left__header .hamburger__icon{cursor:pointer;color:#000;background:#eeeff8;border-radius:50%;justify-content:center;align-items:center;min-width:5rem;min-height:5rem;display:flex;position:relative}}header nav .left__header .header__logo{object-fit:contain;width:100%;max-width:250px;height:6rem}header nav .left__header .category__nav{align-items:center;gap:2.4rem;list-style:none;display:flex}@media screen and (width<=1200px){header nav .left__header .category__nav{display:none}}header nav .left__header .category__nav li{position:relative}header nav .left__header .category__nav .header__link{color:#222;font-size:1.4rem;font-weight:500;transition:all .25s}header nav .left__header .category__nav .header__link:hover{color:var(--primary-color)}header nav .left__header .category__nav .more__category:hover .more__dropdown{opacity:1;visibility:visible;transform:translateY(0)}header nav .left__header .category__nav .more__category:hover .more__btn span{transform:rotate(180deg)}header nav .left__header .category__nav .more__category .more__btn{cursor:pointer;background:0 0;border:none;align-items:center;gap:2px;font-size:1.6rem;font-weight:500;display:flex}header nav .left__header .category__nav .more__category .more__btn:hover{color:var(--primary-color)}header nav .left__header .category__nav .more__category .more__btn span{font-size:10px;transition:all .25s}header nav .left__header .category__nav .more__category .more__btn span svg{display:flex}header nav .left__header .category__nav .more__category .more__dropdown{opacity:0;visibility:hidden;z-index:999;background:#fff;border-radius:12px;flex-direction:column;min-width:220px;padding:.8rem;transition:all .25s;display:flex;position:absolute;top:25px;left:0;transform:translateY(12px);box-shadow:0 10px 35px #0000001f}header nav .left__header .category__nav .more__category .more__dropdown .dropdown__item{color:#333;border-radius:8px;padding:12px 16px;font-size:1.5rem;transition:all .2s}header nav .left__header .category__nav .more__category .more__dropdown .dropdown__item:hover{color:var(--primary-color);background:#f5f5f5}header nav .rights__header{align-items:center;gap:1.6rem;display:flex}@media screen and (width<=1200px){header nav .rights__header .sm__hidden{display:none}}@media screen and (width<=767px){header nav .rights__header{gap:1.2rem}}header nav .rights__header .icon__btn{all:unset;cursor:pointer;color:#000;background:#eeeff8;border-radius:50%;justify-content:center;align-items:center;min-width:5rem;min-height:5rem;display:flex;position:relative}@media screen and (width<=1200px){header nav .rights__header .icon__btn.sm__hidden{display:none}}header nav .rights__header .icon__btn:hover,header nav .rights__header .icon__btn.active{color:#875541;background:#f5f1ee}header nav .rights__header .icon__btn .badge{color:#fff;background:#1d364d;border-radius:50%;place-items:center;width:20px;height:20px;font-size:.9rem;font-weight:700;display:grid;position:absolute;top:-3px;right:-3px}header nav .rights__header .icon__btn .notificaton__dot{background:#d75951;border-radius:50%;width:1rem;height:1rem;position:absolute;top:0;right:2px}header nav .rights__header .user__dropdown{border-radius:50%;width:4.8rem;height:4.8rem;position:relative}header nav .rights__header .user__dropdown .user__dropdown__trigger{cursor:pointer;background:#fafafa;border-radius:50%;width:4.8rem;height:4.8rem}header nav .rights__header .user__dropdown .user__dropdown__trigger .user__dropdown__avatar{color:#1a1a1a;width:4.8rem;height:4.8rem;font-size:2rem;font-weight:600}header nav .rights__header .user__dropdown .user__dropdown__trigger .user__dropdown__avatar img{object-fit:cover;border-radius:50%;width:100%;height:100%}header nav .rights__header .user__dropdown .user__dropdown__menu{opacity:0;pointer-events:none;transform-origin:100% 0;background:#fff;border-radius:.8rem;padding:8px;transition:opacity .22s cubic-bezier(.4,0,.2,1),transform .22s cubic-bezier(.4,0,.2,1);position:absolute;top:65px;right:0;transform:translateY(-8px)scale(.97);box-shadow:0 8px 40px #0000001f}header nav .rights__header .user__dropdown .user__dropdown__menu:before{content:"";z-index:-1;background:#fff;border-top:1px solid #ededed;border-left:1px solid #ededed;width:16px;height:16px;position:absolute;top:-8px;right:18px;transform:rotate(45deg)}header nav .rights__header .user__dropdown .user__dropdown__menu .user__dropdown__profile{color:#5f6c72;border-radius:8px;align-items:center;gap:10px;width:200px;padding:8px;display:flex}header nav .rights__header .user__dropdown .user__dropdown__menu .user__dropdown__profile .user__dropdown__profile__name{font-size:1.4rem}header nav .rights__header .user__dropdown .user__dropdown__menu .user__dropdown__profile .user__dropdown__profile__email{font-size:1.2rem}header nav .rights__header .user__dropdown .user__dropdown__menu .user__dropdown__divider{background:#0003;height:.5px;margin:2px 0}header nav .rights__header .user__dropdown .user__dropdown__menu .user__dropdown__item{cursor:pointer;text-align:left;white-space:nowrap;color:#5f6c72;background:0 0;border:none;border-radius:.8rem;align-items:center;gap:1.2rem;width:100%;padding:.8rem 1.6rem;font-family:Poppins;font-size:1.4rem;font-weight:500;transition:color .22s cubic-bezier(.4,0,.2,1),background .22s cubic-bezier(.4,0,.2,1);display:flex}header nav .rights__header .user__dropdown .user__dropdown__menu .user__dropdown__item:hover{background:var(--hover-primary-color);transition:all .3s}header nav .rights__header .user__dropdown.user__dropdown__open .user__dropdown__menu{opacity:1;pointer-events:auto;transform:translateY(0)scale(1)}.mobile__overlay{z-index:100;opacity:0;visibility:hidden;background:#00000080;width:100%;height:100%;transition:all .3s;position:fixed;top:0;left:0}.mobile__overlay.show{opacity:1;visibility:visible}.mobile__menus__wrapper{z-index:101;background:#fff;width:32rem;height:100%;padding:2.4rem;transition:all .3s;position:fixed;top:0;left:-100%}.mobile__menus__wrapper.open{left:0}.mobile__menus__wrapper .mobile__menus{flex-direction:column;height:100%;display:flex}.mobile__menus__wrapper .mobile__menus .mobile__menu__header{justify-content:flex-end;display:flex}.mobile__menus__wrapper .mobile__menus .mobile__menu__header button{cursor:pointer;background:0 0;border:none}.mobile__menus__wrapper .mobile__menus ul{margin-top:2rem}.mobile__menus__wrapper .mobile__menus ul li{margin-bottom:1.5rem;list-style:none}.mobile__menus__wrapper .mobile__menus ul li a{color:#333;font-size:1.6rem;font-weight:500;text-decoration:none}.mobile__menus__wrapper .mobile__menus ul li a:hover{color:var(--primary-color)}.mobile__menus__wrapper .mobile__menus ul li a.active{color:var(--primary-color);font-weight:700}.mobile__menus__wrapper .mobile__menus .mobile__my__accounts{margin-top:auto}.mobile__menus__wrapper .mobile__menus .mobile__my__accounts .mobile__user__section{width:100%}.mobile__menus__wrapper .mobile__menus .mobile__my__accounts .mobile__user__section .mobile__user__trigger{cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:12px;width:100%;padding:10px 0;display:flex}.mobile__menus__wrapper .mobile__menus .mobile__my__accounts .mobile__user__section .mobile__user__trigger .mobile__user__avatar{background:#3b5bdb;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex;overflow:hidden}.mobile__menus__wrapper .mobile__menus .mobile__my__accounts .mobile__user__section .mobile__user__trigger .mobile__user__avatar img{object-fit:cover;width:100%;height:100%}.mobile__menus__wrapper .mobile__menus .mobile__my__accounts .mobile__user__section .mobile__user__trigger .mobile__user__avatar span{color:#fff;letter-spacing:.5px;font-size:15px;font-weight:600}.mobile__menus__wrapper .mobile__menus .mobile__my__accounts .mobile__user__section .mobile__user__trigger .mobile__user__info{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.mobile__menus__wrapper .mobile__menus .mobile__my__accounts .mobile__user__section .mobile__user__trigger .mobile__user__info .mobile__user__name{color:#1a1a2e;white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:600;overflow:hidden}.mobile__menus__wrapper .mobile__menus .mobile__my__accounts .mobile__user__section .mobile__user__trigger .mobile__user__info .mobile__user__email{color:#6b7280;white-space:nowrap;text-overflow:ellipsis;font-size:12px;overflow:hidden}.mobile__menus__wrapper .mobile__menus .mobile__my__accounts .mobile__user__section .mobile__user__trigger .mobile__user__chevron{color:#6b7280;flex-shrink:0;transition:transform .25s}.mobile__menus__wrapper .mobile__menus .mobile__my__accounts .mobile__user__section .mobile__user__trigger .mobile__user__chevron.rotated{transform:rotate(180deg)}.mobile__menus__wrapper .mobile__menus .mobile__my__accounts .mobile__user__section .mobile__user__dropdown{opacity:0;flex-direction:column;gap:2px;max-height:0;padding-left:56px;transition:max-height .3s,opacity .25s;display:flex;overflow:hidden}.mobile__menus__wrapper .mobile__menus .mobile__my__accounts .mobile__user__section .mobile__user__dropdown.open{opacity:1;max-height:200px}.mobile__menus__wrapper .mobile__menus .mobile__my__accounts .mobile__user__section .mobile__user__dropdown .mobile__dropdown__item{color:#374151;cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:10px;width:100%;padding:10px 12px;font-size:14px;font-weight:500;text-decoration:none;transition:background .15s,color .15s;display:flex}.mobile__menus__wrapper .mobile__menus .mobile__my__accounts .mobile__user__section .mobile__user__dropdown .mobile__dropdown__item:hover{color:#111827;background:#f3f4f6}.mobile__menus__wrapper .mobile__menus .mobile__my__accounts .mobile__user__section .mobile__user__dropdown .mobile__dropdown__item svg{color:#6b7280;flex-shrink:0}.mobile__menus__wrapper .mobile__menus .mobile__my__accounts .mobile__user__section .mobile__user__dropdown .mobile__dropdown__logout{color:#dc2626;margin-top:4px}.mobile__menus__wrapper .mobile__menus .mobile__my__accounts .mobile__user__section .mobile__user__dropdown .mobile__dropdown__logout svg{color:#dc2626}.mobile__menus__wrapper .mobile__menus .mobile__my__accounts .mobile__user__section .mobile__user__dropdown .mobile__dropdown__logout:hover{color:#b91c1c;background:#fef2f2}.mobile__menus__wrapper .mobile__menus .mobile__my__accounts h3{margin-bottom:1rem;font-size:1.8rem}.mobile__menus__wrapper .mobile__menus .mobile__my__accounts a{color:#333;font-size:1.4rem;font-weight:400;text-decoration:none}.notification{align-items:center;display:flex;position:relative}.notification .notification__btn{color:#374151;cursor:pointer;background:0 0;border:none;border-radius:12px;justify-content:center;align-items:center;width:42px;height:42px;display:flex;position:relative}.notification .notification__btn .badge{color:#fff;background:#1d364d;border-radius:50px;justify-content:center;align-items:center;width:20px;height:20px;font-size:.9rem;font-weight:700;display:flex;position:absolute;top:-2px;right:-2px}.notification .notification__dropdown{z-index:1000;background:#fff;border:1px solid #e5e7eb;border-radius:18px;width:450px;animation:.2s dropdownFade;position:absolute;top:65px;right:0;box-shadow:0 20px 50px #0000001f}.notification .notification__dropdown:before{content:"";z-index:-1;background:#fff;border-top:1px solid #ededed;border-left:1px solid #ededed;width:16px;height:16px;position:absolute;top:-8px;right:18px;transform:rotate(45deg)}@keyframes dropdownFade{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.notification .notification__dropdown .notification__header{z-index:2;background:#fff;border-bottom:1px solid #f1f5f9;border-top-left-radius:18px;border-top-right-radius:18px;justify-content:space-between;align-items:center;padding:16px 18px;display:flex;position:sticky;top:0}.notification .notification__dropdown .notification__header .header__left h4{color:#111827;margin:0;font-size:16px;font-weight:700}.notification .notification__dropdown .notification__header .header__left span{color:#64748b;margin-top:2px;font-size:12px;font-weight:500;display:inline-block}.notification .notification__dropdown .notification__header .notification__actions{align-items:center;gap:8px;display:flex}.notification .notification__dropdown .notification__header .notification__actions button{cursor:pointer;color:#475569;background:#fff;border:1px solid #e5e7eb;border-radius:10px;justify-content:center;align-items:center;width:34px;height:34px;transition:all .2s;display:flex}.notification .notification__dropdown .notification__header .notification__actions button:disabled{opacity:.6;cursor:not-allowed}.notification .notification__dropdown .notification__header .notification__actions .mark__as__read__all__btn:hover:not(:disabled){color:#2563eb;background:#eff6ff;border-color:#bfdbfe}.notification .notification__dropdown .notification__header .notification__actions .delete__all__notification:hover:not(:disabled){color:#dc2626;background:#fef2f2;border-color:#fecaca}.notification .notification__dropdown .notification__list{max-height:420px;padding:8px;overflow-y:auto}.notification .notification__dropdown .notification__list::-webkit-scrollbar{width:6px}.notification .notification__dropdown .notification__list::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:999px}.notification .notification__dropdown .notification__list .notification__item{cursor:pointer;border:1px solid #0000;border-radius:14px;margin-bottom:8px;padding:14px;transition:all .2s}.notification .notification__dropdown .notification__list .notification__item:hover{background:#f8fafc;background:var(--hover-primary-color);border-color:#e2e8f0;transition:all .3s}.notification .notification__dropdown .notification__list .notification__item.unread{background:#fff7e6;border-color:#bfdbfe;position:relative}.notification .notification__dropdown .notification__list .notification__item.unread:before{content:"";background:#f2d28b;border-radius:999px;width:4px;height:calc(100% - 28px);position:absolute;top:14px;left:-1px}.notification .notification__dropdown .notification__list .notification__item .notification__top{justify-content:space-between;gap:12px;display:flex}.notification .notification__dropdown .notification__list .notification__item .notification__top .notification__content{flex:1}.notification .notification__dropdown .notification__list .notification__item .notification__top .notification__content .notification__title{color:#111827;margin-bottom:6px;font-size:14px;font-weight:500;line-height:1.3}.notification .notification__dropdown .notification__list .notification__item .notification__top .notification__content .notification__message{color:#64748b;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:10px;font-size:13px;line-height:1.5;display:-webkit-box;overflow:hidden}.notification .notification__dropdown .notification__list .notification__item .notification__top .notification__content .notification__meta{color:#94a3b8;align-items:center;gap:6px;font-size:11px;font-weight:500;display:flex}.notification .notification__dropdown .notification__list .notification__item .notification__top .notification__itemActions{opacity:0;align-items:flex-start;gap:8px;transition:all .2s;display:flex;transform:translate(6px)}.notification .notification__dropdown .notification__list .notification__item .notification__top .notification__itemActions button{cursor:pointer;color:#64748b;background:#fff;border:1px solid #e5e7eb;border-radius:8px;justify-content:center;align-items:center;width:30px;height:30px;transition:all .2s;display:flex}.notification .notification__dropdown .notification__list .notification__item .notification__top .notification__itemActions .mark__as__read__btn:hover{color:#16a34a;background:#ecfdf5;border-color:#bbf7d0}.notification .notification__dropdown .notification__list .notification__item .notification__top .notification__itemActions .delete__btn:hover{color:#dc2626;background:#fef2f2;border-color:#fecaca}.notification .notification__dropdown .notification__list .notification__item:hover .notification__itemActions{opacity:1;transform:translate(0)}.notification .notification__dropdown .empty{text-align:center;color:#94a3b8;padding:48px 20px}.notification .notification__dropdown .empty svg{color:#cbd5e1;margin-bottom:12px}.notification .notification__dropdown .empty p{margin:0;font-size:14px;font-weight:500}.notification .spinner{border:2px solid #e2e8f0;border-top-color:#2563eb;border-radius:50%;width:16px;height:16px;animation:.8s linear infinite spin}.notification .spinner.small{width:13px;height:13px}@keyframes spin{to{transform:rotate(360deg)}}@media (width<=480px){.notification .notification__dropdown{width:calc(100vw - 40px);right:-8px}}.notificationSkeleton{border-bottom:1px solid #f1f5f9;padding:14px 16px}.notificationSkeleton__title,.notificationSkeleton__message,.notificationSkeleton__meta{background:linear-gradient(90deg,#f1f5f9 25%,#e2e8f0 50%,#f1f5f9 75%) 0 0/200% 100%;border-radius:8px;animation:1.5s infinite shimmer}.notificationSkeleton__title{width:65%;height:14px;margin-bottom:10px}.notificationSkeleton__message{width:100%;height:10px;margin-bottom:8px}.notificationSkeleton__message.short{width:60%}.notificationSkeleton__meta{width:35%;height:8px;margin-top:10px}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.searchDropdown{position:relative}.searchDropdown__menu{z-index:999;background:#fff;border-radius:2rem;width:450px;position:absolute;top:calc(100% + 1.2rem);right:0;overflow:hidden;box-shadow:0 10px 40px #0000001f}@media screen and (width<=500px){.searchDropdown__menu{width:31rem;right:-4rem}}@media screen and (width<=360px){.searchDropdown__menu{width:28rem;right:-6rem}}.searchDropdown__input{padding:2rem 2rem 0;position:relative}.searchDropdown__input svg{color:#666;flex-shrink:0;position:absolute;top:50%;left:2.4rem}.searchDropdown__input input{padding-left:2.8rem!important}.searchDropdown__list{max-height:40rem;padding:1rem;overflow-y:auto}.searchDropdown__item{cursor:pointer;border-radius:1rem;justify-content:space-between;align-items:center;padding:.8rem 1rem;transition:all .2s;display:flex}.searchDropdown__item:hover{background:var(--hover-primary-color)}.searchDropdown__content{align-items:center;gap:1rem;display:flex}.searchDropdown__content img{object-fit:cover;border-radius:.4rem;width:3.8rem;height:3.8rem}.searchDropdown__content p{color:#333;font-size:1.4rem}.searchDropdown .view__btn{cursor:pointer;color:#999;background:0 0;border:none}.searchDropdown .view__btn:hover{color:#000}.searchSkeleton{gap:1rem;padding:1rem;display:flex}.searchSkeleton .image{background:#ececec;border-radius:6px;width:40px;height:40px}.searchSkeleton .content{flex:1}.searchSkeleton .content .line{background:#ececec;border-radius:50px;height:10px;margin-bottom:8px}.searchSkeleton .content .line.short{width:60%}.searchEmpty{text-align:center;flex-direction:column;align-items:center;padding:4rem 2rem;display:flex}.searchEmpty svg{color:#999;margin-bottom:1rem}.searchEmpty h4{margin-bottom:.4rem;font-size:1.5rem}.footer{padding-top:4rem}.footer .foot__top{justify-content:space-between;align-items:center;display:flex}@media screen and (width<=1024px){.footer .foot__top{flex-direction:column;gap:2.4rem}}.footer .foot__top .ft__left{width:59.5rem}@media screen and (width<=1024px){.footer .foot__top .ft__left{width:100%}}.footer .foot__top .ft__left h4{font-family:var(--font-fuzzy-bubbles);color:#1f1f1f;font-size:4.8rem;font-weight:400;line-height:5.6rem}@media screen and (width<=1024px){.footer .foot__top .ft__left h4{text-align:center;font-size:2.4rem;line-height:2.8rem}}.footer .foot__top .ft__left h4 span{color:var(--muted-primary-color)}.footer .foot__top .ft__left .foot__logo{width:15rem;margin-top:4.8rem}@media screen and (width<=1024px){.footer .foot__top .ft__left .foot__logo{margin:1rem auto;display:flex}}.footer .foot__top .foot__link__right{flex-direction:column;display:flex}.footer .foot__top .foot__link__right h5{text-align:center;color:#d29d3d;margin-bottom:1.8rem;font-family:Poppins;font-size:2.4rem;font-weight:600}.footer .foot__top .foot__link__right .social__links{align-items:center;gap:2.4rem;display:flex}.footer .foot__top .foot__link__right .social__links a{cursor:pointer;text-decoration:none}.footer .foot__top .foot__link__right .social__links a:hover img{transition:all .3s;transform:translateY(-5px)}.footer .foot__top .foot__link__right .social__links a img{height:4.4rem}.footer .foot__links{justify-content:space-between;align-items:center;margin-top:3.4rem;margin-bottom:4.8rem;display:flex}@media screen and (width<=768px){.footer .foot__links{flex-direction:column;gap:2.4rem}}.footer .foot__links .foot__link__left{gap:4.4rem;display:flex}@media screen and (width<=1024px){.footer .foot__links .foot__link__left{flex-wrap:wrap;justify-content:space-between;gap:2.4rem;width:80%}}@media screen and (width<=768px){.footer .foot__links .foot__link__left{width:100%}}.footer .foot__links .foot__link__left .foot__link{flex-direction:column;gap:1.8rem;display:flex}.footer .foot__links .foot__link__left .foot__link h5{color:var(--primary-color);font-size:1.6rem;font-weight:600}@media screen and (width<=768px){.footer .foot__links .foot__link__left .foot__link h5{font-size:1.8rem}}.footer .foot__links .foot__link__left .foot__link .links{flex-direction:column;gap:.8rem;display:flex}.footer .foot__links .foot__link__left .foot__link .links .link{cursor:pointer;color:#1f1f1f;font-size:1.4rem;font-weight:400;text-decoration:none}.footer .foot__links .foot__link__left .foot__link .links .link:hover{color:var(--primary-color)}@media screen and (width<=768px){.footer .foot__links .foot__link__left .foot__link .links .link{font-size:1.4rem}}.footer .foot__links .foot__link__left .foot__link .contact__content{flex-direction:column;gap:.8rem;display:flex}.footer .foot__links .foot__link__left .foot__link .contact__content .contact__item{align-items:center;gap:.4rem;font-family:Poppins;font-size:1.4rem;font-weight:400;display:flex}@media screen and (width<=768px){.footer .foot__links .foot__link__left .foot__link .contact__content .contact__item{font-size:1.4rem}}.footer .foot__links .foot__link__left .border__left{border-left:1px solid #0003;padding-left:1.2rem}.footer .foot__links .foot__link__right h5{color:var(--primary-color);margin-bottom:1.6rem;font-size:1.6rem;font-weight:600}.bottom__footer{border-top:1px solid var(--light-border-color);justify-content:space-between;align-items:center;margin-top:6.5rem;padding-top:3rem;padding-bottom:4rem;display:flex}@media screen and (width<=768px){.bottom__footer{flex-wrap:wrap;justify-content:flex-start;align-items:start;gap:1.6rem}}.bottom__footer a,.bottom__footer p{color:var(--black-color);font-size:1.4rem;font-weight:400}.mobile__footer__wrapper{z-index:8;background-color:#fff;width:100%;padding:10px 20px;display:none;position:fixed;bottom:0;left:0;box-shadow:0 0 1px #0003}@media screen and (width<=1000px){.mobile__footer__wrapper{display:block}}.mobile__footer__wrapper .mobile__footer__container ul{text-align:center;justify-content:center;align-items:center;margin:0;padding:0;list-style:none;display:flex}.mobile__footer__wrapper .mobile__footer__container ul li{padding:0 2.4rem}@media screen and (width<=500px){.mobile__footer__wrapper .mobile__footer__container ul li{padding:0 1.6rem}}.mobile__footer__wrapper .mobile__footer__container ul li a{flex-direction:column;align-items:center;gap:.4rem;display:flex;position:relative}.mobile__footer__wrapper .mobile__footer__container ul li a.active{color:var(--primary-color)}.mobile__footer__wrapper .mobile__footer__container ul li a span{font-size:12px;font-weight:500;line-height:1;display:block}.mobile__footer__wrapper .mobile__footer__container ul li a span.cart__count{background:var(--primary-color);color:#fff;text-align:center;border-radius:50%;min-width:16px;padding:0 3px;font-size:10px;line-height:16px;display:inline-block;position:absolute;bottom:25px;left:15px}.mobile__footer__wrapper .mobile__footer__container ul li a span.wishlist__count{background:var(--primary-color);color:#fff;text-align:center;border-radius:50%;min-width:16px;padding:0 3px;font-size:10px;line-height:16px;display:inline-block;position:absolute;bottom:24px;left:25px}.mobile__footer__wrapper .mobile__footer__container ul .more__btn{all:unset;cursor:pointer;display:none}@media screen and (width<=500px){.mobile__footer__wrapper .mobile__footer__container ul .more__btn{padding:0 1.2rem}}.mobile__footer__wrapper .mobile__footer__container ul .more__btn:hover{color:var(--primary-color)}.mobile__footer__wrapper .mobile__footer__container ul .more__btn.active{display:block}.mobile__footer__wrapper .mobile__footer__container ul .more__btn span{font-size:12px;font-weight:500;line-height:1;display:block}.hero__wrapper{background-position:50%;background-repeat:no-repeat;background-size:cover;margin-bottom:4rem}.hero__wrapper .hero__container{z-index:1;padding-top:30rem;padding-bottom:10rem;position:relative}.hero__wrapper .hero__container .hero__overlay{z-index:-1;background:#00000073;position:absolute;inset:0}@media screen and (width<=1024px){.hero__wrapper .hero__container{padding-top:7rem;padding-bottom:7rem}}.hero__wrapper .hero__container .hero__content{padding-bottom:10rem}.hero__wrapper .hero__container .hero__content .hero__header h1{font-family:var(--font-gluten);text-transform:uppercase;color:var(--white-color);font-size:10rem;font-weight:400}@media screen and (width<=1024px){.hero__wrapper .hero__container .hero__content .hero__header h1{font-size:3.2rem}}.hero__wrapper .hero__container .hero__content .hero__header h2{font-family:var(--font-gluten);text-transform:uppercase;color:var(--white-color);margin-top:-40px;font-size:5.6rem;font-weight:400}@media screen and (width<=1024px){.hero__wrapper .hero__container .hero__content .hero__header h2{margin:0}}.hero__wrapper .hero__container .hero__content .hero__header p{text-transform:uppercase;color:var(--white-color);margin-top:2.4rem;font-size:1.5rem;font-weight:600}.hero__wrapper .hero__container .just__in__product__cards{grid-template-columns:repeat(3,1fr);gap:2.4rem;margin-top:1.2rem;display:grid}@media screen and (width<=1024px){.hero__wrapper .hero__container .just__in__product__cards{grid-template-columns:repeat(2,1fr)}}@media screen and (width<=768px){.hero__wrapper .hero__container .just__in__product__cards{grid-template-columns:1fr}}.just__in__card{background:var(--white-color);border-top-right-radius:.8rem;border-bottom-right-radius:.8rem;justify-content:space-between;align-items:center;gap:1.4rem;display:flex;overflow:hidden;box-shadow:0 4px 4px #00000040}@media screen and (width<=1024px){.just__in__card{justify-content:unset;gap:1.6rem}}.just__in__card:hover{cursor:pointer}.just__in__card:hover .left__content .Addto__cart__button{bottom:0}.just__in__card .left__content{width:13.2rem;height:14.6rem;position:relative}.just__in__card .left__content img{object-fit:cover}.just__in__card .left__content .Addto__cart__button{width:100%;transition:bottom .3s ease-in-out;position:absolute;bottom:-5rem}.just__in__card .left__content .Addto__cart__button button{border-radius:0}.just__in__card .right__content{flex:1;padding-right:1.8rem}.just__in__card .right__content .product__category{color:var(--black-color);font-size:1.4rem;font-weight:600}.just__in__card .right__content .product__description{color:var(--black-color);margin:.2rem 0;font-size:1.4rem;font-weight:400}.just__in__card .right__content .prices{align-items:center;gap:.4rem;margin:.2rem 0;display:flex}.just__in__card .right__content .prices .discount__price{color:var(--gray-color);font-size:1rem;font-weight:500;text-decoration:line-through}.just__in__card .right__content .prices .actual_price{color:var(--primary-color);font-size:1.2rem;font-weight:500}.just__in__card .right__content .reviews{align-items:center;gap:.4rem;display:flex}.just__in__card .right__content .reviews .reviews__stars{align-items:center;gap:.2rem;display:flex}.just__in__card .right__content .reviews .reviews__stars svg{color:var(--star-color);fill:var(--star-color)}.just__in__card .right__content .reviews .reviews__count{color:var(--black-color);font-size:.8rem;font-weight:400}.just__in__card .right__content .reviews .only__left{color:#e5484d;font-family:Poppins;font-size:10px;font-weight:500}.custom__button{cursor:pointer;text-align:center;white-space:nowrap;border:none;border-radius:.2rem;outline:none;justify-content:center;align-items:center;gap:.8rem;width:100%;height:4.8rem;padding:1.2rem 1.6rem;display:flex}.custom__button .btn__text{font-size:1.4rem;font-weight:700;line-height:4.8rem}.custom__button .btn__icon{align-items:center;display:flex}.custom__button .btn__icon svg{display:flex}.custom__button.fit{width:fit-content}.custom__button.yellow__button{background:var(--primary-color);color:var(--btn-text-color);transition:background .3s}.custom__button.yellow__button:hover{background:#b8842f}.custom__button.outline__button{text-align:center;background:var(--btn-bg-transparent);border:1px solid var(--border-color);justify-content:space-between;font-size:14px;font-weight:400;line-height:20px}.custom__button.outline__button .transparent{color:#0000}.custom__button.yellow__outline__button{border:1px solid var(--progress-line-color);color:var(--primary-color);background:var(--btn-bg-transparent)}.custom__button.dark__rounded__button{background:var(--btn-bg-color);color:var(--btn-text-color);border-radius:50px}.custom__button:disabled:hover{background:#929fa5}.custom__button:disabled{cursor:not-allowed;background:#929fa5}.icon__button{all:unset;cursor:pointer;color:var(--text-color);background:var(--progress-line-color);box-sizing:border-box;border-radius:.2rem;justify-content:center;align-items:center;height:4.8rem;padding:1.2rem;display:flex}.categories__section{padding:4rem 0}.categories__section .headings{justify-content:space-between;align-items:center;display:flex}@media screen and (width<=768px){.categories__section .headings{margin-bottom:2.4rem}}.categories__section .headings .heading__text{width:59.5rem}@media screen and (width<=768px){.categories__section .headings .heading__text{width:100%}}.categories__section .category__cards{grid-template-columns:repeat(6,1fr);gap:4rem;display:grid}@media screen and (width<=1280px){.categories__section .category__cards{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));width:100%}}.heading__subheading{flex-direction:column;gap:1.2rem;display:flex}.heading__subheading h3{text-align:center;color:var(--text-color);font-size:2rem;font-weight:600;line-height:2.8rem}.heading__subheading p{text-align:center;color:var(--secondary-color);margin:0;font-size:1.4rem;font-weight:400;line-height:2rem}.fuzzy__heading{margin-bottom:4rem}@media screen and (width<=768px){.fuzzy__heading{margin-bottom:0}}.fuzzy__heading h3{font-size:48px;font-weight:400;line-height:56px;font-family:var(--font-fuzzy-bubbles);color:var(--muted-primary-color)}@media screen and (width<=768px){.fuzzy__heading h3{font-size:2.4rem;line-height:2.8rem}}.fuzzy__heading span{color:var(--black-color)}.title__subtitle{border-bottom:1px solid #e4e7e9;padding:1.5rem 2.4rem}@media screen and (width<=767px){.title__subtitle{width:100%;max-width:90%}}.title__subtitle h3{color:#000;font-family:Poppins;font-size:1.8rem;font-weight:600}.title__subtitle p{color:#adb7bc;font-family:Poppins;font-size:1.2rem;font-weight:400}.category__card{background-repeat:no-repeat;background-size:cover;border:1px solid #d29d3d80;border-radius:.4rem;width:18rem;height:18rem;position:relative}@media screen and (width<=1280px){.category__card{width:100%;height:28rem}}.category__card .category__card__badge{background:var(--pink-color);text-transform:uppercase;color:var(--white-color);padding:.2rem .4rem;font-size:1.2rem;font-weight:600;position:absolute;top:1rem;right:1rem}.category__card .category__card__content{cursor:pointer;justify-content:space-between;align-items:center;width:calc(100% - 4.8rem);display:flex;position:absolute;bottom:1rem;left:2.4rem}.category__card .category__card__content h3{color:var(--white-color);font-size:1.6rem;font-weight:600}.category__card .category__card__content p{color:var(--white-color);font-size:1.2rem;font-weight:500}.category__card .category__card__content .category__card__arrow svg{color:var(--white-color)}.image__link{padding:4rem 0;display:block}.image__link img{object-fit:cover;cursor:pointer;border-radius:1.2rem;width:100%;height:16rem}.best__deals__section{padding:4rem 0}.best__deals__section .headings{justify-content:space-between;align-items:center;margin-bottom:4rem;display:flex}@media screen and (width<=767px){.best__deals__section .headings{flex-direction:column;align-items:start}}.best__deals__section .headings .left__heading{align-items:center;gap:4rem;display:flex}@media screen and (width<=767px){.best__deals__section .headings .left__heading{flex-direction:column;align-items:start;gap:.8rem}}.best__deals__section .headings .left__heading h3{text-transform:uppercase;color:var(--black-color);font-size:2.4rem;font-weight:600}.best__deals__section .headings .left__heading p{color:var(--black-color);font-size:1.6rem;font-weight:400;line-height:15px}.best__deals__section .headings .left__heading p span{background-color:var(--light-primary-color);color:var(--text-color);border-radius:.2rem;margin-left:.8rem;padding:.4rem;font-size:1.4rem}.best__deals__section .headings .link{color:var(--primary-color);align-items:center;gap:.8rem;font-size:1.4rem;font-weight:600;line-height:2rem;display:flex}@media screen and (width<=767px){.best__deals__section .headings .link{margin-top:.8rem}}.best__deals__section .headings .link svg{display:flex}.best__deals__section .best__deal_products{grid-template-columns:repeat(4,1fr);gap:4.8rem;display:grid}@media screen and (width<=1280px){.best__deals__section .best__deal_products{grid-template-columns:repeat(auto-fit,minmax(27rem,1fr))}}.product__card{width:27.6rem}@media screen and (width<=1280px){.product__card{width:100%}}.product__card .Product__image{border:1px solid #d29d3d80;border-radius:.8rem;height:25.6rem;position:relative;overflow:hidden}.product__card .Product__image:hover{cursor:pointer}.product__card .Product__image:hover .product__action__buttons{bottom:1.2rem}.product__card .Product__image .offer__info{flex-direction:column;gap:.8rem;display:flex;position:absolute;top:1.2rem;left:.65rem}.product__card .Product__image img{object-fit:cover;width:100%;height:100%}.product__card .Product__image .product__action__buttons{gap:.4rem;width:calc(100% - 2.4rem);transition:bottom .2s ease-in;display:flex;position:absolute;bottom:-5rem;left:1.2rem}.product__card .Product__image .product__action__buttons .wishlist__active{color:#ff4d4f}.product__card .Product__image .product__action__buttons .icon__style{transition:all .3s}.product__card .Product__image .product__action__buttons .icon__style:hover{color:#fff;background:#d29d3d}.product__card .product__category{color:var(--black-color);margin-top:1.2rem;font-size:1.4rem;font-weight:500}.product__card .product__description{color:var(--black-color);margin-top:.4rem;font-size:1.4rem;font-weight:400}.product__card .prices{align-items:center;gap:.4rem;margin:.2rem 0;display:flex}.product__card .prices .discount__price{color:var(--gray-color);font-size:12px;font-weight:500;text-decoration:line-through}.product__card .prices .actual_price{color:var(--primary-color);font-size:1.4rem;font-weight:500}.product__card .reviews{align-items:center;gap:.4rem;display:flex}.product__card .reviews .reviews__stars{align-items:center;gap:.2rem;display:flex}.product__card .reviews .reviews__stars svg{color:var(--star-color);fill:var(--star-color)}.product__card .reviews .reviews__count{color:var(--black-color);font-size:1rem;font-weight:400}.product__card .reviews .reviews__sold__info{align-items:center;gap:.8rem;display:flex}.product__card .reviews .reviews__sold__info .total___sold{color:#4caf50;font-family:Poppins;font-size:10px;font-weight:500}.product__card .reviews .reviews__sold__info .only__left{color:#e5484d;font-family:Poppins;font-size:10px;font-weight:500}.badge__text{text-transform:uppercase;border-radius:.2rem;width:fit-content;padding:.4rem 1rem;font-size:1.2rem;font-weight:600}.badge__text.off{background:var(--light-warning-color);color:var(--text-color)}.badge__text.sale{background:var(--primary-color);color:var(--white-color)}.order__badge{text-transform:capitalize;color:#fff;border-radius:3rem;padding:.4rem .8rem;font-family:Poppins;font-size:1.2rem;font-weight:400}.order__badge.pending,.order__badge.processing{background:#f5a623}.order__badge.shipped,.order__badge.delivered,.order__badge.confirmed{background:#4caf50}.order__badge.cancelled{background:#e5484d}.outline__badge{color:#1a1a1a;border:1px solid #0000001a;border-radius:30px;padding:.8rem 1.6rem;font-family:Poppins;font-size:1.2rem;font-weight:400}.refund__badge .title{color:#1a1a1a;align-items:center;gap:.4rem;font-family:Poppins;font-size:1.4rem;font-weight:400;display:flex}.refund__badge .title .check{background:#2da5f3;border-radius:50%;width:2rem;height:2rem}.refund__badge .title .check svg{color:#fff}.refund__badge p{color:#5f6c72;margin-top:.2rem;font-family:Poppins;font-size:1.2rem;font-weight:400}.products__list{grid-template-columns:repeat(4,1fr);gap:4.8rem;display:grid}@media screen and (width<=1280px){.products__list{grid-template-columns:repeat(auto-fit,minmax(27rem,1fr))}}.essential__products__sections{padding:4rem 0}.essential__products__sections .headings{justify-content:space-between;align-items:center;display:flex}@media screen and (width<=1024px){.essential__products__sections .headings{margin-bottom:2.4rem}}.essential__products__sections .headings .heading__text{width:59.5rem}@media screen and (width<=1024px){.essential__products__sections .headings .heading__text{width:100%}}.essential__products__sections .essential__products{grid-template-columns:repeat(4,1fr);gap:4.8rem;display:grid}@media screen and (width<=1280px){.essential__products__sections .essential__products{grid-template-columns:repeat(auto-fit,minmax(27rem,1fr))}}.trending__products{grid-template-columns:repeat(2,1fr);gap:4rem;padding:4rem 0;display:grid}@media screen and (width<=1280px){.trending__products{grid-template-columns:1fr;gap:3.2rem}}.trending__products .left__products{gap:6rem;display:grid}.trending__products .left__products img{object-fit:cover;border:1px solid #d29d3d80;border-radius:.8rem;width:100%;height:460px}.trending__products .title__link{justify-content:space-between;align-items:center;margin-bottom:2.4rem;display:flex}@media screen and (width<=767px){.trending__products .title__link{flex-direction:column;align-items:start;gap:1.6rem}}.trending__products .title__link h3{color:var(--black-color);text-transform:uppercase;font-size:2.4rem;font-weight:600}.trending__products .title__link .link{color:var(--primary-color);align-items:center;gap:.8rem;font-size:1.4rem;font-weight:600;line-height:2rem;display:flex}.trending__products .title__link .link svg{display:flex}.trending__products .right__products{grid-template-columns:repeat(2,1fr);gap:8rem 3.6rem;display:grid}@media screen and (width<=1280px){.trending__products .right__products{gap:2.4rem}}@media screen and (width<=767px){.trending__products .right__products{grid-template-columns:1fr}}.video__gallery{grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:4rem;display:grid}@media screen and (width<=768px){.video__gallery{grid-template-columns:repeat(2,1fr);gap:2.4rem}}@media screen and (width<=700px){.video__gallery{grid-template-columns:1fr;gap:2.4rem}}.video__gallery--skeleton{grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:4rem;display:grid}@media screen and (width<=768px){.video__gallery--skeleton{grid-template-columns:repeat(2,1fr);gap:2.4rem}}@media screen and (width<=700px){.video__gallery--skeleton{grid-template-columns:1fr;gap:2.4rem}}.video__gallery--skeleton .skeleton__card{background:#fff;border-radius:1.2rem;overflow:hidden}.video__gallery--skeleton .skeleton__thumbnail{background:linear-gradient(90deg,#ececec 25%,#f5f5f5 50%,#ececec 75%) 0 0/200% 100%;border-radius:1.2rem;width:100%;height:240px;animation:1.5s linear infinite shimmer}.video__gallery--skeleton .skeleton__content{margin-top:1.6rem}.video__gallery--skeleton .skeleton__title{background:linear-gradient(90deg,#ececec 25%,#f5f5f5 50%,#ececec 75%) 0 0/200% 100%;border-radius:.6rem;width:70%;height:1.8rem;margin-bottom:1rem;animation:1.5s linear infinite shimmer}.video__gallery--skeleton .skeleton__text{background:linear-gradient(90deg,#ececec 25%,#f5f5f5 50%,#ececec 75%) 0 0/200% 100%;border-radius:.6rem;width:100%;height:1.2rem;margin-bottom:.8rem;animation:1.5s linear infinite shimmer}.video__gallery--skeleton .skeleton__text:last-child{width:80%}.choose__us__cards{gap:4rem;display:flex}@media screen and (width<=1280px){.choose__us__cards{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));display:grid}}.choose__us__card{flex-direction:column;justify-content:center;align-items:center;display:flex}.choose__us__card h4{text-align:center;color:var(--black-color);margin-top:2.4rem;font-size:1.8rem;font-weight:500}.choose__us__card p{text-align:center;color:var(--black-color);margin-top:.4rem;font-size:1.4rem;font-weight:400}.link__headings{justify-content:space-between;align-items:center;margin-bottom:4rem;display:flex}@media screen and (width<=767px){.link__headings{flex-direction:column;align-items:start}}.link__headings h3{text-transform:uppercase;color:var(--black-color);font-size:2.4rem;font-weight:600}.link{color:var(--primary-color);align-items:center;gap:.8rem;font-size:1.4rem;font-weight:600;line-height:2rem;display:flex}@media screen and (width<=767px){.link{margin-top:.8rem}}.link svg{display:flex}.brands__wrapper{padding:4rem 0}.brands__wrapper .brands__container{cursor:pointer;display:flex;overflow:hidden}.brands__wrapper .brands__container:hover .boxes{animation-play-state:paused}.brands__wrapper .brands__container .boxes{width:max-content;animation:15s linear infinite slide;display:flex}.brands__wrapper .brands__container .brand__box{border:1px solid #d29d3d80;border-radius:24px;flex-shrink:0;margin-right:24px;padding:1rem}.brands__wrapper .brands__container .brand__box .img__wrapper{border-bottom:1px solid #b8842f;width:100%;height:100px;padding-bottom:1rem}.brands__wrapper .brands__container .brand__box .img__wrapper img{object-fit:contain;border-radius:.8rem;max-width:100%;max-height:100%}.brands__wrapper .brands__container .brand__box .description{text-align:center;color:#000;margin-top:.8rem;font-family:Poppins;font-size:1.2rem;font-weight:400}@keyframes slide{0%{transform:translate(0)}to{transform:translate(-50%)}}.slider__wrapper{padding:4rem 0}.slider__wrapper .slider{border-radius:12px;height:550px;position:relative;overflow:hidden}.slider__wrapper .slider .slider__track{height:100%;transition:transform .6s;display:flex}.slider__wrapper .slider .slider__track .slide{min-width:100%;height:100%}.slider__wrapper .slider .slider__track .slide img{object-fit:cover;width:100%;height:100%}.slider__wrapper .slider .arrow{cursor:pointer;z-index:10;background:#fffc;border:none;border-radius:50%;width:45px;height:45px;font-size:22px;position:absolute;top:50%;transform:translateY(-50%)}.slider__wrapper .slider .arrow:hover{background:#fff}.slider__wrapper .slider .left{left:15px}.slider__wrapper .slider .right{right:15px}.slider__wrapper .slider .dots{gap:10px;display:flex;position:absolute;bottom:18px;left:50%;transform:translate(-50%)}.slider__wrapper .slider .dots .dot{cursor:pointer;background:#ddd;border-radius:50%;width:10px;height:10px;transition:all .3s}.slider__wrapper .slider .dots .dot.active{background:#b8842f;border-radius:20px;width:24px}.cart__wrapper{background:#f2f4f5;padding:8rem 0}.cart__wrapper .cart__container{gap:2rem;display:flex}@media screen and (width<=768px){.cart__wrapper .cart__container{flex-direction:column}}.sc__wrapper{background:#fff;border:1px solid #0003;border-radius:.8rem;flex:1;height:fit-content}.sc__wrapper .sc__container h3{color:#000;border-bottom:1px solid #0003;padding:2.4rem 2.4rem 1.2rem;font-family:Poppins;font-size:2rem;font-weight:500;line-height:2.8rem}.sc__wrapper .sc__container .shopping__cart__items{flex-direction:column;gap:2.4rem;padding:2.4rem;display:flex}.sci__box{border-bottom:1px solid #0003;gap:1.2rem;padding-bottom:1.2rem;display:flex}.sci__box .prod__img{min-width:8rem;max-width:8rem;min-height:8rem;max-height:8rem}.sci__box .prod__img img{object-fit:cover;width:100%;height:100%}.sci__box .prod__desc{flex:1}.sci__box .prod__desc .prod__name{color:#000;font-family:Poppins;font-size:1.4rem;font-weight:400}.sci__box .prod__desc .prod__details{justify-content:space-between;align-items:center;margin-top:.8rem;display:flex}.sci__box .prod__desc .prod__details .prod__left__details .prod__left__details__head{gap:.8rem;display:flex}@media screen and (width<=767px){.sci__box .prod__desc .prod__details .prod__left__details .prod__left__details__head{flex-direction:column}}.sci__box .prod__desc .prod__details .prod__left__details .prod__left__details__head .stock__info{color:#4caf50;font-family:Poppins;font-size:12px;font-weight:600}.sci__box .prod__desc .prod__details .prod__left__details .prod__left__details__head .bold__info{color:#5f6c72;font-family:Poppins;font-size:1.2rem;font-weight:400}.sci__box .prod__desc .prod__details .prod__left__details .prod__left__details__head .bold__info span{color:#000;font-weight:500}.sci__box .prod__desc .prod__details .prod__left__details .prod__left__actions{align-items:center;gap:.4rem;margin-top:.8rem;display:flex}@media screen and (width<=600px){.sci__box .prod__desc .prod__details .prod__left__details .prod__left__actions{flex-direction:column;align-items:start}}.sci__box .prod__desc .prod__details .prod__left__details .prod__left__actions .count__circle{all:unset;cursor:pointer;border:1px solid #0003;border-radius:5rem;justify-content:center;align-items:center;width:2rem;height:2rem;display:flex}.sci__box .prod__desc .prod__details .prod__left__details .prod__left__actions .count__circle.minus{color:#e5484d}.sci__box .prod__desc .prod__details .prod__left__details .prod__left__actions .count__circle.plus{color:#4caf50}.sci__box .prod__desc .prod__details .prod__left__details .prod__left__actions .count__info{border:1px solid #0003;justify-content:center;align-items:center;width:2.6rem;height:2.6rem;display:flex}.sci__box .prod__desc .prod__details .prod__left__details .prod__left__actions .prod__delete__btn{all:unset;cursor:pointer;border-left:1px solid #0003;justify-content:center;align-items:center;margin-left:.8rem;padding-left:1rem;font-family:Poppins;font-size:1.2rem;font-weight:400;display:flex}.sci__box .prod__desc .prod__details .prod__left__details .prod__left__actions .prod__delete__btn svg{color:#e5484d;margin-right:.4rem}@media screen and (width<=600px){.sci__box .prod__desc .prod__details .prod__left__details .prod__left__actions .prod__delete__btn{border-left:none;margin-left:0;padding-left:0}}.sci__box .prod__desc .prod__details .prod__left__details .prod__left__actions .move__to__cart__btn{all:unset;cursor:pointer;color:#000;align-items:center;gap:.4rem;font-family:Poppins;font-size:1.2rem;font-weight:400;display:flex}.sci__box .prod__desc .prod__details .prod__left__details .prod__left__actions .move__to__cart__btn>div{color:#fff;background:#d29d3d;border-radius:100%;justify-content:center;align-items:center;width:1.8rem;height:1.8rem;display:flex}.sci__box .prod__desc .prod__details .prod__left__details .quantity__text{color:#475156;font-family:Poppins;font-size:1.4rem;font-weight:400}.sci__box .prod__desc .prod__details .prod__price__info .line__through__price{color:#929fa5;font-family:Poppins;font-size:1.2rem;font-weight:400;text-decoration:line-through}.sci__box .prod__desc .prod__details .prod__price__info .bold__price{color:#5f6c72;font-family:Poppins;font-size:1.4rem;font-weight:600}.esc__container{flex-direction:column;justify-content:center;align-items:center;padding:2.4rem;display:flex}.esc__container h4{text-align:center;color:#000;font-family:Poppins;font-size:2.4rem;font-weight:400}.esc__container .esc__sub__heading{text-align:center;color:#5f6c72;width:28%;margin-top:1.4rem;margin-bottom:2.4rem;font-family:Poppins;font-size:1.4rem;font-weight:400;line-height:2.4rem}.esc__container .esc__buttons{width:32.8rem}.esc__container .esc__buttons .view__wishlist__btn{all:unset;cursor:pointer;cursor:pointer;color:#555;border:1px solid #eaeaed;border-radius:.2rem;justify-content:center;align-items:center;width:100%;height:4.8rem;margin-top:.8rem;font-family:Poppins;font-size:1.4rem;font-weight:700;display:flex}.esc__container .esc__suggestion{align-items:center;gap:.4rem;width:32.8rem;margin-top:4.8rem;display:flex}.esc__container .esc__suggestion .line{background:#eaeaed;flex:1;width:100%;height:1px}.esc__container .esc__suggestion p{text-align:center;color:#1a1a1a;font-family:Poppins;font-size:1.4rem;font-weight:400;line-height:2.4rem}.esc__container .esc__cartogories{gap:2rem;margin-top:.4rem;display:flex}.esc__container .esc__cartogories .esc__cat__link{cursor:pointer;background:#e0e0e0;border-radius:.4rem;justify-content:center;align-items:center;height:3.4rem;padding:.8rem;font-family:Poppins;font-size:1.2rem;font-weight:400;display:flex}.price__summary__container{box-sizing:border-box;background:#fff;width:35rem;height:fit-content}@media screen and (width<=768px){.price__summary__container{width:100%}}.price__summary__container .price__box{border:1px solid #0003;margin-bottom:1.2rem;padding:2.4rem 1.2rem 1.2rem}.price__summary__container .price__box h3{color:#000;border-bottom:1px solid #0003;padding-bottom:1.2rem;font-family:Poppins;font-size:2rem;font-weight:500;line-height:2.4rem}.price__summary__container .price__box .empty__text{color:#5f6c72;text-align:center;width:60%;margin:1.2rem auto;font-family:Poppins;font-size:1.4rem;font-weight:400;line-height:20px}.price__summary__container .price__box .prices__items{flex-direction:column;gap:.8rem;display:flex}.price__summary__container .price__box .prices__items .price__item{justify-content:space-between;align-items:center;display:flex}.price__summary__container .price__box .prices__items .price__item:first-child{margin-top:1.2rem}.price__summary__container .price__box .prices__items .price__item .price__info__text{color:#5f6c72;font-family:Poppins;font-size:1.4rem;font-weight:400}.price__summary__container .price__box .prices__items .price__item .price__info{color:#5f6c72;font-family:Poppins;font-size:1.4rem;font-weight:600}.price__summary__container .price__box .prices__items .price__item .discount_price{color:#27c840;font-family:Poppins;font-size:1.4rem;font-weight:500}.price__summary__container .price__box .subtotal__info{color:#000;border-top:1px solid #0003;justify-content:space-between;align-items:center;margin-top:.8rem;padding:1.2rem 0;font-family:Poppins;font-size:2rem;font-weight:500;display:flex}.price__summary__container .proceed__to__buy__btn{border-top:1px solid #0003;border-bottom:1px solid #0003;padding:1.2rem}.checkout__wrapper .checkout__container{gap:3rem;margin-bottom:6rem;display:flex}@media screen and (width<=1023px){.checkout__wrapper .checkout__container{flex-direction:column}}.ch__text__wrapper{background:#f2f4f5;padding:2.4rem 0}.ch__text__wrapper .ch__text{color:#191c1f;font-family:Poppins;font-size:2.8rem;font-weight:600}.ch__link__wrapper .ch__link{color:#d29d3d;cursor:pointer;align-items:center;margin:1.6rem auto;font-family:Poppins;font-size:1.4rem;font-weight:500;display:flex}.ch__link__wrapper .ch__link svg{margin-right:.4rem}.bcd__wrapper{border:1px solid #e4e7e9;border-radius:.8rem;flex:1}.bcd__wrapper .bcd__container{padding:1.2rem}.bs__address__wrapper{flex-direction:column;gap:1.2rem;display:flex}.bs__address__wrapper .address__card{border:1px solid #0003;border-radius:.8rem}.bs__address__wrapper .address__card .address__heading{border-bottom:1px solid #0003;justify-content:space-between;align-items:center;padding:1.2rem;display:flex}.bs__address__wrapper .address__card .address__heading h3{color:#191c1f;font-family:Poppins;font-size:1.4rem;font-weight:500}.bs__address__wrapper .address__card .address__heading button{all:unset;cursor:pointer;color:#d29d3d;align-items:center;font-family:Poppins;font-size:1.8rem;font-weight:500;display:flex}.bs__address__wrapper .address__card .address__heading button svg{margin-right:.8rem}.bs__address__wrapper .address__card .address__infos{flex-direction:column;gap:.8rem;padding:1.2rem;display:flex}.bs__address__wrapper .address__card .address__infos h4{color:#191c1f;font-family:Poppins;font-size:1.4rem;font-weight:600}.bs__address__wrapper .address__card .address__infos .address__info__item{color:#191c1f;align-items:center;font-family:Poppins;font-size:1.4rem;font-weight:400;display:flex}.bs__address__wrapper .address__card .address__infos .address__info__item svg{margin-right:.8rem}.bs__address__wrapper .address__card .address__infos .empty__address{text-align:center;border:1px dashed #ccc;border-radius:8px;padding:12px}.bs__address__wrapper .address__card .address__infos .empty__address p{color:#777;margin-bottom:8px;font-size:12px}.bs__address__wrapper .address__card .address__infos .empty__address button{cursor:pointer;color:#fff;background:#d29d3d;border:none;border-radius:6px;padding:6px 12px;font-size:12px}.addr__form{padding:1.2rem}.addr__form form{flex-direction:column;gap:1.2rem;display:flex}.addr__form form .form__row{grid-template-columns:repeat(2,1fr);gap:1.2rem;display:grid}@media screen and (width<=767px){.addr__form form .form__row{grid-template-columns:1fr}}.addr__form form .save__btn{justify-content:flex-end;width:15rem;margin-left:auto;display:flex}.error__text{color:var(--error-color);margin-top:4px;font-size:1.4rem;font-weight:400}.labels__wrapper{justify-content:space-between;align-items:center;margin-bottom:.8rem;display:flex}.labels__wrapper label{font-family:var(--font-poppins);font-size:1.4rem;font-weight:400;line-height:2rem;position:relative}.labels__wrapper .blold__label{font-weight:500}.labels__wrapper .red__astrick{color:var(--error-color)}.labels__wrapper button{all:unset;cursor:pointer;color:var(--link-color);font-size:14px;font-weight:500;line-height:20px}.labels__wrapper button:hover{color:var(--primary-color)}input[type=text],input[type=password],input[type=email],input[type=search],input[type=date],input[type=month],input[type=file],input[type=number]{box-sizing:border-box;border:1px solid var(--border-color);width:100%;height:4.4rem;color:var(--input-color);background:var(--input-bg);border-radius:.2rem;outline:none;padding:1rem 1.2rem;font-size:1.4rem;display:block}input[type=text].error,input[type=password].error,input[type=email].error,input[type=search].error,input[type=date].error,input[type=month].error,input[type=file].error,input[type=number].error{border:1px solid var(--error-color)}input[type=text].search__input,input[type=password].search__input,input[type=email].search__input,input[type=search].search__input,input[type=date].search__input,input[type=month].search__input,input[type=file].search__input,input[type=number].search__input{height:4rem;padding-left:3rem}input[type=text].search__input::placeholder,input[type=password].search__input::placeholder,input[type=email].search__input::placeholder,input[type=search].search__input::placeholder,input[type=date].search__input::placeholder,input[type=month].search__input::placeholder,input[type=file].search__input::placeholder,input[type=number].search__input::placeholder{color:var(--disable-text-color);font-size:1.4rem}input[type=text].file,input[type=password].file,input[type=email].file,input[type=search].file,input[type=date].file,input[type=month].file,input[type=file].file,input[type=number].file{display:none}input[type=text]:hover,input[type=password]:hover,input[type=email]:hover,input[type=search]:hover,input[type=date]:hover,input[type=month]:hover,input[type=file]:hover,input[type=number]:hover{border:1px solid #d8b46b}input[type=text]:focus,input[type=password]:focus,input[type=email]:focus,input[type=search]:focus,input[type=date]:focus,input[type=month]:focus,input[type=file]:focus,input[type=number]:focus{box-shadow:0 0 5px var(--primary-color);border:1px solid var(--primary-color)}input[type=text]:disabled,input[type=password]:disabled,input[type=email]:disabled,input[type=search]:disabled,input[type=date]:disabled,input[type=month]:disabled,input[type=file]:disabled,input[type=number]:disabled{box-shadow:0 0 5px var(--light-disable-color);border:1px solid var(--light-disable-color);cursor:not-allowed;color:#000;background:#e1e4e8}input[type=text]::placeholder,input[type=password]::placeholder,input[type=email]::placeholder,input[type=search]::placeholder,input[type=date]::placeholder,input[type=month]::placeholder,input[type=file]::placeholder,input[type=number]::placeholder{color:var(--disable-text-color);font-size:1.4rem}.select__field .select__field__label{font-family:var(--font-poppins);margin-bottom:.8rem;font-size:1.4rem;font-weight:400}.select__field .drop__down__wrapper{border:1px solid var(--border-color);border-radius:.2px;width:100%;padding:1rem 1.2rem;position:relative}.select__field .drop__down__wrapper .header__section{all:unset;cursor:pointer;justify-content:space-between;align-items:center;width:100%;display:flex}.select__field .drop__down__wrapper .header__section .selected__option{color:#191c1f;font-family:Poppins;font-size:1.4rem;font-weight:400}.select__field .drop__down__wrapper .header__section .down__icon{cursor:pointer;width:2rem;color:var(--sixth-text-color)}.select__field .drop__down__wrapper .select__options{width:inherit;z-index:1;background:#fff;border:1px solid #0003;border-radius:8px;padding:.5rem 1.2rem;display:none;position:absolute;top:5.5rem;left:0;box-shadow:0 2px 8px #0000000f}.select__field .drop__down__wrapper .select__options.active{display:block}.select__field .drop__down__wrapper .select__options .optioin__ol{padding:0;list-style:none}.select__field .drop__down__wrapper .select__options .option{cursor:pointer;color:#191c1f;margin:1rem 0;font-family:Poppins;font-size:1.4rem;font-weight:400;list-style:none;display:block}.select__field .drop__down__wrapper .select__options .option:hover{color:#d29d3d}.addressFormSkeleton{flex-direction:column;gap:2rem;margin:2rem;display:flex}.addressFormSkeleton .skeletonRow{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}@media (width<=768px){.addressFormSkeleton .skeletonRow{grid-template-columns:1fr}}.addressFormSkeleton .skeletonField .label,.addressFormSkeleton .skeletonField .input{background:linear-gradient(90deg,#f1f5f9 25%,#e2e8f0 50%,#f1f5f9 75%) 0 0/200% 100%;border-radius:10px;animation:1.4s linear infinite shimmer}.addressFormSkeleton .skeletonField .label{width:90px;height:10px;margin-bottom:8px}.addressFormSkeleton .skeletonField .input{width:100%;height:32px}.addressFormSkeleton .buttonSkeleton{background:linear-gradient(90deg,#f1f5f9 25%,#e2e8f0 50%,#f1f5f9 75%) 0 0/200% 100%;border-radius:12px;width:180px;height:32px;margin-left:auto;animation:1.4s linear infinite shimmer}.address__type__btns__container{margin:1.2rem 0}.address__type__btns__container .address__type__btns{align-items:center;gap:1.2rem;display:flex}.address__type__btns__container .address__type__btns button{all:unset;box-sizing:border-box;cursor:pointer;text-transform:uppercase;border:1px solid #0003;border-radius:.8rem;justify-content:center;align-items:center;height:4.8rem;padding:1.4rem 2rem;font-family:Poppins;font-size:1.2rem;font-weight:600;display:flex}.address__type__btns__container .address__type__btns button.active{color:#d29d3d}.address__type__btns__container .address__type__btns button.active svg{fill:#d29d3d}.address__type__btns__container .address__type__btns button svg{height:2rem;margin-right:.8rem}.address__type__btns__container .note{margin:.4rem 0;font-size:1.4rem;font-weight:500}.address__type__btns__container .info{font-size:1.4rem;font-weight:400}.rc__wrapper .rc__container .rc__heading{border-bottom:1px solid #0003;margin-bottom:2.4rem;padding-bottom:1.2rem;font-family:Poppins;font-size:2rem;font-weight:500}.rc__wrapper .rc__container .cart__items{flex-direction:column;gap:1.2rem;display:flex}.ch__price__container{box-sizing:border-box;background:#fff;width:35rem;height:fit-content}@media screen and (width<=1023px){.ch__price__container{width:100%}}.ch__price__container .price__box{border:1px solid #0003;margin-bottom:1.2rem;padding:2.4rem 1.2rem 1.2rem}.ch__price__container .price__box h3{color:#000;border-bottom:1px solid #0003;padding-bottom:1.2rem;font-family:Poppins;font-size:2rem;font-weight:500;line-height:2.4rem}.ch__price__container .price__box .empty__text{color:#5f6c72;text-align:center;width:60%;margin:1.2rem auto;font-family:Poppins;font-size:1.4rem;font-weight:400;line-height:20px}.ch__price__container .price__box .prices__items{flex-direction:column;gap:.8rem;display:flex}.ch__price__container .price__box .prices__items .price__item{justify-content:space-between;align-items:center;display:flex}.ch__price__container .price__box .prices__items .price__item:first-child{margin-top:1.2rem}.ch__price__container .price__box .prices__items .price__item .price__info__text{color:#5f6c72;align-items:center;gap:.4rem;font-family:Poppins;font-size:1.4rem;font-weight:400;display:flex}.ch__price__container .price__box .prices__items .price__item .price__info{color:#5f6c72;gap:.4rem;font-family:Poppins;font-size:1.4rem;font-weight:500;display:flex}.ch__price__container .price__box .prices__items .price__item .price__info p{text-decoration:line-through}.ch__price__container .price__box .prices__items .price__item .price__info span{color:#27c840}.ch__price__container .price__box .prices__items .price__item .discount_price{color:#27c840;font-family:Poppins;font-size:1.4rem;font-weight:500}.ch__price__container .price__box .subtotal__info{color:#000;border-top:1px solid #0003;justify-content:space-between;align-items:center;margin-top:.8rem;padding:1.2rem 0;font-family:Poppins;font-size:2rem;font-weight:500;display:flex}.ch__price__container .apply__coupon__box{border:1px solid #0003;border-radius:.8rem;flex-direction:column;gap:1.6rem;margin-bottom:1.2rem;padding:1.2rem;display:flex}.ch__price__container .apply__coupon__box .coupon__top{justify-content:space-between;align-items:center;display:flex}.ch__price__container .apply__coupon__box .coupon__top .left__side{align-items:center;gap:1rem;display:flex}.ch__price__container .apply__coupon__box .coupon__top .left__side .cp__heading h3{color:#191c1f;font-family:Poppins;font-size:1.4rem;font-weight:600}.ch__price__container .apply__coupon__box .coupon__top .left__side .cp__heading p{color:#dd346b;font-family:Poppins;font-size:1.4rem;font-weight:500}.ch__price__container .apply__coupon__box .coupon__top .diwn__arrow{color:#dd346b}.ch__price__container .apply__coupon__box .coupon__input{box-sizing:border-box;border:1px solid #e4e7e9;border-radius:.2rem;align-items:center;gap:1rem;height:5.4rem;padding:1.2rem 1.5rem;display:flex}.ch__price__container .apply__coupon__box .coupon__input input{all:unset;color:#475156;flex:1;font-family:Poppins;font-size:1.4rem;font-weight:400}.ch__price__container .apply__coupon__box .coupon__input input::placeholder{color:#475156}.ch__price__container .apply__coupon__box .coupon__input p{color:#475156;text-transform:uppercase;flex:1;font-family:Poppins;font-size:1.4rem;font-weight:400}.ch__price__container .apply__coupon__box .coupon__input .apply__btn{all:unset;text-transform:uppercase;color:#fff;cursor:pointer;background:#dd346b;border-radius:.2rem;padding:.6rem 1.2rem;font-family:Poppins;font-size:1.4rem;font-weight:700}.ch__price__container .apply__coupon__box .coupon__input .apply__btn:disabled{cursor:not-allowed;background:#77878f}.ch__price__container .apply__coupon__box .coupon__input .apply__btn .btn__spinner{border:2px solid #fff6;border-top-color:#fff;border-radius:50%;width:16px;height:16px;animation:.7s linear infinite spin;display:block}.ch__price__container .save__price__text{color:#475156;background:#edf9ee;justify-content:center;align-items:center;margin-bottom:1.2rem;padding:.4rem 1.2rem;font-family:Poppins;font-size:1.4rem;font-weight:400;line-height:20px;display:flex}.ch__price__container .save__price__text span{color:#27c840}.ch__price__container .payment__method__box{border:1px solid #0003;border-radius:.8rem;margin-bottom:1.2rem;padding:1.2rem}.ch__price__container .payment__method__box h3{color:#191c1f;margin-bottom:1.6rem;font-family:Poppins;font-size:2rem;font-weight:500}.ch__price__container .payment__method__box .payment__options{flex-direction:column;gap:1.6rem;display:flex}.ch__price__container .payment__method__box .payment__options .payment__option{cursor:pointer;align-items:center;gap:.8rem;display:flex}.ch__price__container .payment__method__box .payment__options .payment__option .outer__circle{border:1px solid #bdbdbd;border-radius:50px;justify-content:center;align-items:center;min-width:3.2rem;min-height:3.2rem;display:flex}.ch__price__container .payment__method__box .payment__options .payment__option .outer__circle .inner__circle{background:#d29d3d;border-radius:50%;min-width:1.4rem;min-height:1.4rem}.ch__price__container .payment__method__box .payment__options .payment__option .payment__info__text{flex:1}.ch__price__container .payment__method__box .payment__options .payment__option .payment__info__text h4{vertical-align:middle;color:#000;font-family:Poppins;font-size:1.6rem;font-weight:500}.ch__price__container .payment__method__box .payment__options .payment__option .payment__info__text p{color:#555;font-family:Poppins;font-size:1.2rem;font-weight:400}.ch__price__container .proceed__to__buy__btn{border-top:1px solid #0003;border-bottom:1px solid #0003;padding:1.2rem}.ch__price__container .proceed__to__buy__btn .grand__total{justify-content:space-between;align-items:center;margin-bottom:1.2rem;display:flex}.ch__price__container .proceed__to__buy__btn .grand__total .grand__total__text{color:#475156;align-items:center;gap:.4rem;font-family:Poppins;font-size:1.4rem;font-weight:400;display:flex}.ch__price__container .proceed__to__buy__btn .grand__total .grand__total__price{color:#191c1f;font-family:Poppins;font-size:2.4rem;font-weight:500}.ch__price__container .working__days__info{border-top:1px solid #0003;border-bottom:1px solid #0003;flex-direction:column;justify-content:center;align-items:center;gap:1rem;margin:1.2rem 0;padding:1.2rem;display:flex}.ch__price__container .working__days__info .working__days__info__item{color:#475156;font-family:Poppins;font-size:1.4rem;font-weight:400}.ch__price__container .working__days__info .working__days__info__item svg{color:#475156;margin-bottom:-2px;margin-right:.4rem}.skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/200% 100%;border-radius:4px;animation:1.5s infinite shimmer}.ps__container{background:#fff;flex-direction:column;justify-content:center;align-items:center;padding:10rem 0 4rem;display:flex}.ps__container h3{text-align:center;color:#191c1f;font-family:Poppins;font-size:3.2rem;font-weight:600}.ps__container p{text-align:center;color:#5f6c72;margin-top:1.2rem;font-family:Poppins;font-size:16px;font-weight:400}.ps__container .goto__dashboard{margin-top:2.4rem}.dashboard__layout__wrapper{padding:4rem 0}.dashboard__layout__wrapper .dashboard__layout__container{gap:3.2rem;display:flex}.dashboard__layout__wrapper .dashboard__layout__container .dashboard__layout__content{flex:1;width:100%}.mobile__dashboard__menu__overlay{z-index:100;opacity:0;visibility:hidden;background:#00000080;width:100%;height:100%;transition:all .3s;position:fixed;top:0;left:0}.mobile__dashboard__menu__overlay.show{opacity:1;visibility:visible}.mobile__dashboard__menu__overlay{display:none}@media screen and (width<=1000px){.mobile__dashboard__menu__overlay{display:block}}.open__dashboard__menu__btn{cursor:pointer;background:var(--primary-color);color:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;width:5rem;height:5rem;display:none;position:fixed;top:20rem;right:2.5rem}@media screen and (width<=1000px){.open__dashboard__menu__btn{display:block}.dashboard__menus__wrapper{z-index:101;background:#fff;width:30rem;height:100%;padding:2.4rem;transition:all .3s;position:fixed;top:0;right:-100%}.dashboard__menus__wrapper.open{right:0}}.dashboard__menus__wrapper .dashboard__menus{width:30rem;position:sticky;top:100px}@media screen and (width<=1000px){.dashboard__menus__wrapper .dashboard__menus{position:static;top:0}}.dashboard__menus__wrapper .dashboard__menus .dashboard___info{width:100%;padding:1.2rem}.dashboard__menus__wrapper .dashboard__menus .dashboard___info .title__text{padding:0 2.4rem}.dashboard__menus__wrapper .dashboard__menus .dashboard___info .title__text .title{color:#000;font-family:Poppins;font-size:1.8rem;font-weight:600}.dashboard__menus__wrapper .dashboard__menus .dashboard___info .title__text .text{color:#adb7bc;font-family:Poppins;font-size:1.2rem;font-weight:400}.dashboard__menus__wrapper .dashboard__menus .menu__items{background:#fff;flex-direction:column;margin-top:1.2rem;display:flex}.dashboard__menus__wrapper .dashboard__menus .menu__items button{cursor:pointer;color:#5f6c72;background:0 0;border:0;outline:0;justify-content:flex-start;align-items:center;gap:1.2rem;padding:1.2rem 2.4rem;font-family:Poppins;font-size:14px;font-weight:400;display:flex}.dashboard__menus__wrapper .dashboard__menus .menu__items button.active{color:#fff;background:#d29d3d;font-weight:600}.dashboard__menus__wrapper .dashboard__menus .menu__items button.active svg{color:#fff}.dashboard__menus__wrapper .dashboard__menus .menu__items .divider{background:#00000014;height:1px}.order__tabs{border:1px solid #0000001a;border-radius:12px;width:100%;margin-top:2rem;margin-bottom:20px;display:flex;overflow:hidden}@media screen and (width<=767px){.order__tabs{-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-wrap:nowrap;overflow:auto hidden}.order__tabs::-webkit-scrollbar{display:none}}.order__tabs .tab{cursor:pointer;background:0 0;border:none;padding:12px 24px;font-size:15px}.order__tabs .tab:not(:last-child){border-right:1px solid #ddd}.order__tabs .tab:hover{background:#ececec}.order__tabs .tab.active{border-bottom:1px solid #d29d3d}.order__subtabs{flex-wrap:wrap;gap:10px;margin:16px 0 24px;display:flex}.order__subtabs .subtab{cursor:pointer;color:#444;background:#fff;border:1px solid #e5e7eb;border-radius:999px;padding:6px 14px;font-size:13px;transition:all .2s}.order__subtabs .subtab:hover{background:#faf7f2;border-color:#d29d3d}.order__subtabs .subtab.active{color:#fff;background:#d29d3d;border-color:#d29d3d}.order__items{flex-direction:column;gap:1.2rem;display:flex}.search__input{margin-bottom:2rem}.order__card{box-sizing:border-box;border:1px solid #0000001a;border-radius:.8rem;padding:1.2rem 2.4rem;box-shadow:0 4px 4px #00000040}.order__card .order__card__header{justify-content:space-between;align-items:center;display:flex}@media screen and (width<=767px){.order__card .order__card__header{flex-direction:column;align-items:start;gap:.8rem}}.order__card .order__card__header .title__date .title{color:#191c1f;font-family:Poppins;font-size:1.4rem;font-weight:500}.order__card .order__card__header .title__date .date{color:#5f6c72;margin-top:.2rem;font-family:Poppins;font-size:1.4rem;font-weight:400}.order__card .order__card__header .order__total__price{color:#475156;font-family:Poppins;font-size:1.4rem;font-weight:500;line-height:20px}.order__card .order__card__header .request__type{border-radius:999px;align-items:center;padding:4px 10px;font-size:1.2rem;font-weight:500;line-height:1;display:inline-flex}.order__card .order__card__header .request__type__return{color:#991b1b;background:#ffedd5;border-radius:3rem;padding:.4rem .8rem;font-size:1.2rem}.order__card .order__card__header .request__type__replacement{color:#1d4ed8;background:#dbeafe;border-radius:3rem;padding:.4rem .8rem}.order__card .order__card__header .view__details__link{cursor:pointer;color:#2da5f3;align-items:center;gap:.4rem;font-family:Poppins;font-size:1.4rem;font-weight:500;display:flex}.order__card .order__prod__details{border-top:1px solid #0000001a;justify-content:space-between;align-items:center;margin-top:1.2rem;padding-top:2.4rem;padding-bottom:1.2rem;display:flex}@media screen and (width<=767px){.order__card .order__prod__details{flex-direction:column;align-items:start;gap:.8rem}}.order__card .order__prod__details .order__prod__left{gap:1.2rem;display:flex}@media screen and (width<=767px){.order__card .order__prod__details .order__prod__left{flex-direction:column;align-items:start}}.order__card .order__prod__details .order__prod__left .order__prod__img{border:1px solid #0003;width:8rem;height:8rem}.order__card .order__prod__details .order__prod__left .order__prod__img img{object-fit:cover;width:8rem;height:8rem}.order__card .order__prod__details .order__prod__left .prod__name__quantity .name{color:#191c1f;font-family:Poppins;font-size:1.4rem;font-weight:400}.order__card .order__prod__details .order__prod__left .prod__category__brand{align-items:center;gap:.8rem;margin-top:.8rem;display:flex}.order__card .order__prod__details .order__prod__left .prod__category__brand p{color:#5f6c72;font-family:Poppins;font-size:1.2rem}.order__card .order__prod__details .order__prod__left .prod__category__brand p span{color:#191c1f;font-weight:500}.order__card .order__prod__details .order__prod__left .prod__qunatity{color:#475156;margin-top:.8rem;font-family:Poppins;font-size:1.4rem;font-weight:400}.order__card .order__prod__details .order__prod__mid{color:#fff;background:#4caf50;border-radius:30px;padding:.4rem .8rem;font-family:Poppins;font-size:1.4rem;font-weight:600}.order__card .order__prod__details .order__price{color:#475156;font-family:Poppins;font-size:1.4rem;font-weight:600}.pagination{justify-content:center;align-items:center;gap:.8rem;padding:1.2rem;display:flex}.pagination__item{cursor:pointer;color:#667085;background:#fff;border:1px solid #f3f3f3;border-radius:6px;padding:8px 14px;font-size:14px;font-weight:400;transition:all .2s}.pagination__item:hover{background:#eee}.pagination__item.active{color:#1d364d;background:#e0bd7b;font-family:Poppins;font-size:1.4rem;font-weight:600}.pagination__item:disabled{opacity:.5;cursor:not-allowed}.orderCardSkeleton{background:linear-gradient(90deg,#f1f5f9 25%,#e2e8f0 50%,#f1f5f9 75%) 0 0/200% 100%;border-radius:10px;width:100%;height:150px;animation:1.4s linear infinite shimmer}.orderEmpty{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:6rem 2rem;display:flex}.orderEmpty svg{color:#cbd5e1;margin-bottom:1.5rem}.orderEmpty h3{color:#0f172a;margin-bottom:.8rem;font-size:2rem;font-weight:600}.orderEmpty p{color:#64748b;max-width:350px}.od__wrapper{border:1px solid #0003;border-radius:.8rem;padding:2.4rem 1.2rem}.od__wrapper .back__button{cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:50%;justify-content:center;align-items:center;width:4.4rem;height:4.4rem;margin-bottom:1rem;transition:all .25s;display:flex;box-shadow:0 2px 10px #0000000f}.od__wrapper .back__button svg{color:#111827;transition:all .25s}.od__wrapper .back__button:hover{background:#f9fafb;transform:translate(-2px);box-shadow:0 6px 18px #00000014}.od__wrapper .back__button:hover svg{color:#36994e}.od__wrapper .back__button:active{transform:scale(.95)}.od__heading__wrapper{background:#fff;border:1px solid #e5e7eb;border-radius:1.4rem;margin-bottom:2rem;padding:2.4rem;box-shadow:0 4px 20px #0000000a}.od__heading__wrapper .od__top{justify-content:space-between;align-items:center;gap:2rem;display:flex}@media screen and (width<=767px){.od__heading__wrapper .od__top{flex-direction:column;align-items:flex-start}}.od__heading__wrapper .order__label{color:#6b7280;text-transform:uppercase;letter-spacing:.08rem;margin-bottom:.4rem;font-family:Poppins,sans-serif;font-size:1.2rem;font-weight:500;display:inline-block}.od__heading__wrapper .order__id{color:#111827;margin:0;font-family:Poppins,sans-serif;font-size:2.4rem;font-weight:700;line-height:1.2}.od__heading__wrapper .odh__right{min-width:22rem}@media screen and (width<=767px){.od__heading__wrapper .odh__right{width:100%}}.od__heading__wrapper .od__meta{gap:1.6rem;margin-top:2rem;display:flex}@media screen and (width<=767px){.od__heading__wrapper .od__meta{flex-direction:column}}.od__heading__wrapper .od__meta .meta__card{background:#f9fafb;border:1px solid #e5e7eb;border-radius:1rem;flex:1;align-items:center;gap:1.2rem;padding:1.4rem 1.6rem;display:flex}.od__heading__wrapper .od__meta .meta__card svg{color:#36994e;flex-shrink:0}.od__heading__wrapper .od__meta .meta__card span{color:#6b7280;margin-bottom:.3rem;font-family:Poppins,sans-serif;font-size:1.2rem;font-weight:500;display:block}.od__heading__wrapper .od__meta .meta__card p{color:#111827;margin:0;font-family:Poppins,sans-serif;font-size:1.4rem;font-weight:600}.sba__wrapper{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}@media screen and (width<=767px){.sba__wrapper{grid-template-columns:1fr}}.sba__wrapper .sba__card{background:#fff;border:1px solid #e5e7eb;border-radius:1.4rem;padding:2rem;transition:all .25s}.sba__wrapper .sba__card:hover{border-color:#d1d5db;box-shadow:0 8px 24px #0000000d}.sba__wrapper .sba__card .sba__header{flex-wrap:wrap;align-items:center;gap:1rem;margin-bottom:1.8rem;display:flex}.sba__wrapper .sba__card .sba__icon{background:#ecfdf3;border-radius:1rem;justify-content:center;align-items:center;width:4rem;height:4rem;display:flex}.sba__wrapper .sba__card .sba__icon svg{color:#36994e}.sba__wrapper .sba__card .sba__icon.billing{background:#eef4ff}.sba__wrapper .sba__card .sba__icon.billing svg{color:#2563eb}.sba__wrapper .sba__card .sba__title{color:#111827;flex:1;margin:0;font-family:Poppins,sans-serif;font-size:1.4rem;font-weight:600}.sba__wrapper .sba__card .sba__badge{color:#36994e;background:#ecfdf3;border-radius:999px;align-items:center;gap:.5rem;padding:.6rem 1rem;font-family:Poppins,sans-serif;font-size:1.2rem;font-weight:600;display:flex}.sba__wrapper .sba__card .sba__badge svg{color:inherit}.sba__wrapper .sba__card .sba__content{flex-direction:column;gap:1.4rem;display:flex}.sba__wrapper .sba__card .sba__address{color:#374151;margin:0;font-family:Poppins,sans-serif;font-size:1.4rem;font-weight:400;line-height:1.7}.sba__wrapper .sba__card .sba__phone{color:#4b5563;background:#f9fafb;border-radius:1rem;align-items:center;gap:.8rem;width:fit-content;padding:.8rem 1.2rem;font-family:Poppins,sans-serif;font-size:1.2rem;font-weight:400;display:flex}.sba__wrapper .sba__card .sba__phone svg{color:#6b7280}.order__products__wrapper{border-top:1px solid #0003;flex-direction:column;gap:1.2rem;margin-top:1.2rem;padding-top:1.2rem;display:flex}.single__item{border:1px solid #0003;border-radius:1.2rem;padding:1.6rem}.single__item .ordered__product__item{border-bottom:none}.ordered__product__item{border-bottom:1px solid #0003;gap:1.2rem;padding-bottom:1.2rem;display:flex}.ordered__product__item .prod__img{min-width:8rem;max-width:8rem;min-height:8rem;max-height:8rem}.ordered__product__item .prod__img img{object-fit:cover;width:100%;height:100%}.ordered__product__item .prod__desc{flex:1}.ordered__product__item .prod__desc .prod__name{color:#000;font-family:Poppins;font-size:1.4rem;font-weight:400}.ordered__product__item .prod__desc .prod__details{justify-content:space-between;align-items:center;margin-top:.8rem;display:flex}.ordered__product__item .prod__desc .prod__details .prod__left__details .prod__left__details__head{gap:.8rem;display:flex}@media screen and (width<=767px){.ordered__product__item .prod__desc .prod__details .prod__left__details .prod__left__details__head{flex-direction:column}}.ordered__product__item .prod__desc .prod__details .prod__left__details .prod__left__details__head .bold__info{color:#5f6c72;font-family:Poppins;font-size:1.2rem;font-weight:400}.ordered__product__item .prod__desc .prod__details .prod__left__details .prod__left__details__head .bold__info span{color:#000;font-weight:500}.ordered__product__item .prod__desc .prod__details .prod__left__details .quantity__text{color:#475156;font-family:Poppins;font-size:1.4rem;font-weight:400}.ordered__product__item .prod__desc .prod__details .prod__price__info .line__through__price{color:#929fa5;font-family:Poppins;font-size:1.2rem;font-weight:400;text-decoration:line-through}.ordered__product__item .prod__desc .prod__details .prod__price__info .bold__price{color:#5f6c72;font-family:Poppins;font-size:1.4rem;font-weight:600}.requestItem{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:16px}.requestBadge{text-transform:capitalize;border-radius:999px;margin-bottom:12px;padding:5px 10px;font-size:12px;font-weight:600;display:inline-flex}.requestBadge.requested{background:#fef3c7}.requestBadge.approved{background:#dcfce7}.requestBadge.rejected{background:#fee2e2}.requestBadge.returned{background:#dbeafe}.requestInfo{margin-bottom:12px}.requestInfo strong{margin-bottom:4px;display:block}.requestInfo p{color:#475569}.requestImages{flex-wrap:wrap;gap:12px;display:flex}.requestImages img{object-fit:cover;border:1px solid #e5e7eb;border-radius:10px;width:90px;height:90px}.pp__details{grid-template-columns:repeat(2,1fr);place-content:center;align-items:center;gap:1.2rem;margin:1.2rem 0;display:grid}@media screen and (width<=767px){.pp__details{grid-template-columns:1fr}}.pp__details .pp__left{border-radius:12px;flex-direction:column;gap:.8rem;padding:1.2rem;display:flex}.pp__details .pp__left .pp__title{color:#222;margin:0;font-family:Poppins,sans-serif;font-size:18px;font-weight:600}.pp__details .pp__left .payment__card{background:#f8f9fa;border:1px solid #e9ecef;border-radius:10px;justify-content:space-between;align-items:center;gap:16px;padding:12px 16px;display:flex}.pp__details .pp__left .payment__card img{object-fit:contain;width:100px;height:auto}.pp__details .pp__left .payment__badge{color:#333;background:#f1f3f5;border-radius:20px;padding:.4rem .8rem;font-size:12px;font-weight:500}.pp__details .pp__left .payment__status{text-transform:capitalize;border-radius:20px;padding:.35rem .8rem;font-size:10px;font-weight:600}.pp__details .pp__left .payment__status.paid{color:#1e8e3e;background:#e8f8ee}.pp__details .pp__left .payment__status.pending{color:#d97706;background:#fff4e5}.pp__details .pp__left .payment__status.failed{color:#dc2626;background:#fee2e2}.pp__details .pp__left img{margin-left:.4rem}.pp__details .pp__right .price__box{border:1px solid #0003;border-radius:.8rem;margin-bottom:1.2rem;padding:2.4rem 1.2rem 1.2rem}.pp__details .pp__right .price__box h3{color:#000;border-bottom:1px solid #0003;padding-bottom:1.2rem;font-family:Poppins;font-size:2rem;font-weight:500;line-height:2.4rem}.pp__details .pp__right .price__box .empty__text{color:#5f6c72;text-align:center;width:60%;margin:1.2rem auto;font-family:Poppins;font-size:1.4rem;font-weight:400;line-height:20px}.pp__details .pp__right .price__box .prices__items{flex-direction:column;gap:.8rem;display:flex}.pp__details .pp__right .price__box .prices__items .price__item{justify-content:space-between;align-items:center;display:flex}.pp__details .pp__right .price__box .prices__items .price__item:first-child{margin-top:1.2rem}.pp__details .pp__right .price__box .prices__items .price__item .price__info__text{color:#5f6c72;align-items:center;gap:.4rem;font-family:Poppins;font-size:1.4rem;font-weight:400;display:flex}.pp__details .pp__right .price__box .prices__items .price__item .price__info{color:#5f6c72;gap:.4rem;font-family:Poppins;font-size:1.4rem;font-weight:500;display:flex}.pp__details .pp__right .price__box .prices__items .price__item .price__info.line__trhough{text-decoration:line-through}.pp__details .pp__right .price__box .prices__items .price__item .price__info span{color:#27c840}.pp__details .pp__right .price__box .prices__items .price__item .discount_price{color:#27c840;font-family:Poppins;font-size:1.4rem;font-weight:500}.pp__details .pp__right .price__box .subtotal__info{color:#000;border-top:1px solid #0003;justify-content:space-between;align-items:center;margin-top:.8rem;padding:1.2rem 0;font-family:Poppins;font-size:2rem;font-weight:500;display:flex}.order__status__wrapper{background:#fff;border:1px solid #eef2f7;border-radius:20px;padding:3rem;box-shadow:0 12px 40px #0f172a0d}.order__status__wrapper .order__status__heading{justify-content:space-between;align-items:center;margin-bottom:3rem;display:flex}.order__status__wrapper .order__status__heading .order__status__title{color:#111827;font-size:2rem;font-weight:600}.order__status__wrapper .order__status__heading .order__status__badge{text-transform:capitalize;border-radius:999px;padding:.8rem 1.6rem;font-size:1.3rem;font-weight:600}.order__status__wrapper .order__status__heading .order__status__badge.pending,.order__status__wrapper .order__status__heading .order__status__badge.requested{color:#c2410c;background:#fff7ed}.order__status__wrapper .order__status__heading .order__status__badge.approved,.order__status__wrapper .order__status__heading .order__status__badge.confirmed,.order__status__wrapper .order__status__heading .order__status__badge.processing{color:#2563eb;background:#eff6ff}.order__status__wrapper .order__status__heading .order__status__badge.shipped{color:#7c3aed;background:#f3e8ff}.order__status__wrapper .order__status__heading .order__status__badge.delivered,.order__status__wrapper .order__status__heading .order__status__badge.returned{color:#16a34a;background:#ecfdf5}.order__status__wrapper .order__status__heading .order__status__badge.rejected,.order__status__wrapper .order__status__heading .order__status__badge.cancelled{color:#dc2626;background:#fef2f2}.order__status__wrapper .order__status__heading .order__status__badge.partially_approved{color:#ca8a04;background:#fef3c7}.order__status__wrapper .order__statuses{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:2rem;display:grid;position:relative}.order__status__wrapper .order__statuses .horizontal__line{z-index:0;background:#edf2f7;border-radius:999px;width:80%;height:6px;position:absolute;top:28px;left:10%}.order__status__wrapper .order__statuses .horizontal__line .inner__line{border-radius:inherit;background:linear-gradient(90deg,#22c55e,#16a34a);height:100%;transition:width .4s}.order__status__wrapper .order__statuses .status__box{text-align:center;z-index:2;position:relative}.order__status__wrapper .order__statuses .status__box .icon__circle{background:#f8fafc;border:2px solid #e2e8f0;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;margin:auto;transition:all .3s;display:flex}.order__status__wrapper .order__statuses .status__box .icon__circle svg{color:#94a3b8}.order__status__wrapper .order__statuses .status__box .icon__circle.active{background:linear-gradient(135deg,#22c55e,#16a34a);border-color:#16a34a;box-shadow:0 0 0 8px #22c55e1f}.order__status__wrapper .order__statuses .status__box .icon__circle.active svg{color:#fff}.order__status__wrapper .order__statuses .status__box h4{color:#111827;margin-top:1.4rem;margin-bottom:.5rem;font-size:1.45rem;font-weight:600}.order__status__wrapper .order__statuses .status__box p{color:#64748b;font-size:1.25rem;line-height:1.6}.order__status__wrapper.cancelled .inner__line{background:linear-gradient(90deg,#ef4444,#dc2626)}.order__status__wrapper.cancelled .icon__circle.active{background:linear-gradient(135deg,#ef4444,#dc2626);border-color:#dc2626;box-shadow:0 0 0 8px #ef44441f}@media (width<=768px){.order__status__wrapper{padding:2rem}.order__status__wrapper .order__statuses{grid-template-columns:1fr}.order__status__wrapper .order__statuses .horizontal__line{display:none}.order__status__wrapper .order__statuses .status__box{text-align:left;flex-direction:column;align-items:center;gap:1.6rem;display:flex}.order__status__wrapper .order__statuses .status__box h4{margin-top:0}}.request__alert{border-radius:12px;margin:2rem 0;padding:1.6rem}.request__alert h4{margin-bottom:.8rem;font-size:1.4rem;font-weight:500}.request__alert.rejected{background:#fef2f2;border:1px solid #fecaca}.request__alert.rejected h4{color:#dc2626}.request__alert.rejected p{color:#7f1d1d}.nh__wrapper{border:1px solid #0003;border-radius:.8rem;flex-direction:column;justify-content:center;align-items:center;margin-top:1.2rem;padding:2.4rem;display:flex}.nh__wrapper .nh__title{margin-bottom:1.2rem;font-family:Poppins;font-size:2rem;font-weight:600}.nh__wrapper .nh__actions{justify-content:center;align-items:center;gap:1rem;display:flex}@media screen and (width<=1000px){.nh__wrapper .nh__actions{flex-wrap:wrap}}.nh__wrapper .supports__help{border-top:1px solid #0003;justify-content:center;gap:1.2rem;width:100%;margin-top:2.4rem;padding:1.6rem 0 0;display:flex}.nh__wrapper .support__box{color:#475156;align-items:center;gap:.4rem;font-family:Poppins;font-size:1.4rem;font-weight:400;display:flex}.oc__modal__heading{color:#1a1a1a;align-items:center;font-family:Poppins;font-size:2.4rem;font-weight:600;display:flex}.oc__modal__heading img{margin-right:.8rem}.oc__heading__subtext{color:#000;border-bottom:.65px solid #0003;margin-top:3.2rem;padding-bottom:1.6rem;font-family:Poppins;font-size:1.8rem;font-weight:400}.oc__form{margin-top:1.6rem}.oc__form .form__row{grid-template-columns:repeat(2,1fr);gap:1.6rem;margin-top:1.6rem;display:grid}@media screen and (width<=767px){.oc__form .form__row{grid-template-columns:1fr}}.oc__form .info__text{justify-content:center;align-items:center;gap:.4rem;margin:2.4rem 0;display:flex}.oc__form .info__text p{color:#000;font-family:Poppins;font-size:1.8rem;font-weight:400}.oc__form .form__actions{border-top:.65px solid #0003;gap:1.6rem;padding-top:1.6rem;display:flex}.oc__form .form__actions button{cursor:pointer;border:none;border-radius:.4rem;outline:none;flex:1;justify-content:center;align-items:center;height:4.4rem;font-family:Poppins;font-size:1.8rem;font-weight:400;display:flex}.oc__form .form__actions button.keep{color:#000;background:#d4cec4}.oc__form .form__actions button.cancel{color:#fff;background:#e5484d}.modal{opacity:0;visibility:hidden;z-index:100;z-index:10000;background-color:#0006;justify-content:center;align-items:center;width:100%;height:100%;transition:all .3s ease-in-out;display:flex;position:fixed;top:0;left:0;overflow:auto}.modal.active{opacity:1;visibility:visible}.modal__content{opacity:0;visibility:hidden;background-color:#fff;border-radius:8px;max-width:90%;max-height:calc(100vh - 30px);padding:2.4rem;transition:inherit;position:relative;overflow:hidden scroll;transform:translateY(-100px)}.modal__content::-webkit-scrollbar{display:none}.modal.active .modal__content{opacity:1;visibility:visible;transform:translateY(0)}.modal__close{cursor:pointer;color:#000;font-size:1.5rem;position:absolute;top:1.2rem;right:2.12rem}.modal__footer{justify-content:space-between;gap:1rem;display:flex}.modal__footer a{width:170px}.modal__body{width:60rem}@media screen and (width<=480px){.modal__body{width:100%}}.textarea__wrapper{flex-direction:column;gap:.4rem;display:flex}.textarea__wrapper .textarea__field{border:1px solid var(--border-color);width:100%;color:var(--input-color);background:var(--input-bg);resize:none;box-sizing:border-box;border-radius:.2rem;outline:none;min-height:10rem;padding:1rem 1.2rem;font-size:1.4rem;transition:all .2s}.textarea__wrapper .textarea__field.error{border:1px solid var(--error-color)}.textarea__wrapper .textarea__field:hover{border:1px solid var(--hover-color)}.textarea__wrapper .textarea__field:focus{box-shadow:0 0 5px var(--hover-color);border:1px solid var(--focus-color)}.textarea__wrapper .textarea__field:disabled{box-shadow:0 0 5px var(--light-disable-color);border:1px solid var(--light-disable-color);cursor:not-allowed;color:#000;background:#e1e4e8}.textarea__wrapper .textarea__field::placeholder{color:var(--disable-text-color);font-size:1.4rem}.details__form__for__refund{border:1px solid #0003;border-radius:.8rem;padding:1.2rem}.details__form__for__refund .refund__title{color:#1a1a1a;border-bottom:1px solid #0003;margin-bottom:1.2rem;padding-bottom:1.2rem;font-family:Poppins;font-size:2rem;font-weight:500}.details__form__for__refund form{flex-direction:column;gap:1.6rem;display:flex}.details__form__for__refund form .form__row{grid-template-columns:repeat(2,1fr);gap:1.6rem;display:grid}@media screen and (width<=767px){.details__form__for__refund form .form__row{grid-template-columns:1fr}}.details__form__for__refund form .action__buttons{justify-content:flex-end;gap:1.6rem;display:flex}.return__container{border:1px solid #0003;border-radius:.8rem;margin-bottom:1.2rem;padding:1.2rem}.return__container .reason__title{border-bottom:1px solid #0003;margin-bottom:1.2rem;padding-bottom:1.2rem;font-family:Poppins;font-size:2rem;font-weight:500}.return__container .label .label__title{color:#000;margin-bottom:1rem;font-family:Poppins;font-size:1.4rem;font-weight:400}.return__container .label .upload__box{cursor:pointer;background:#f6f6f8;border:1px dashed #0003;flex-direction:column;justify-content:center;align-items:center;padding:1.2rem;display:flex}.return__container .label .upload__box input{display:none}.return__container .label .upload__box .upload__content .plus{color:#191c1f;background:#fff;justify-content:center;align-items:center;padding:1.2rem 4.8rem;font-family:Poppins;font-size:1.4rem;font-weight:400;display:flex;box-shadow:0 2px 8px #0000000f}.return__container .label .upload__box .upload__content p{color:#555;text-align:center;margin-top:.8rem;font-family:Poppins;font-size:1.2rem;font-weight:400}.return__container .preview__container{flex-wrap:wrap;gap:10px;margin:4px 0;display:flex}.return__container .preview__container .preview__item{width:80px;height:80px;position:relative}.return__container .preview__container .preview__item img{object-fit:cover;border:1px solid #ddd;border-radius:6px;width:100%;height:100%}.return__container .preview__container .preview__item .remove__btn{color:#fff;cursor:pointer;background:#000;border:none;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:12px;display:flex;position:absolute;top:-6px;right:-6px}.return__container .notes__container .label{color:#000;margin-bottom:1rem;font-family:Poppins;font-size:1.4rem;font-weight:400;display:block}.return__container .notes__container textarea{border:1px solid var(--border-color);color:#adb7bc;resize:none;border-radius:4px;outline:none;width:100%;min-height:120px;padding:10px;font-family:Poppins;font-size:14px}.return__container .notes__container textarea::placeholder{color:#adb7bc}.return__container .notes__container textarea:hover{border:1px solid var(--hover-color)}.return__container .notes__container textarea:focus{box-shadow:0 0 5px var(--hover-color);border:1px solid var(--focus-color)}.return__selector{border:1px solid #0003;border-radius:.8rem;margin-top:2.4rem;margin-bottom:1.2rem;padding:1.2rem}.return__selector h2{color:#1a1a1a;border-bottom:1px solid #0003;margin-bottom:1.2rem;padding-bottom:1.2rem;font-family:Poppins;font-size:2rem;font-weight:500}.return__selector .product__list{flex-direction:column;gap:12px;display:flex}.return__selector .product__card{background:#fff;border:1px solid #ddd;border-radius:8px;align-items:center;gap:.8rem;width:100%;padding:12px;display:flex}.return__selector .product__card img{object-fit:cover;border-radius:6px;width:60px;height:60px}.return__selector .product__card .info{flex:1}.return__selector .product__card .info h4{color:#000;font-family:Poppins;font-size:1.4rem;font-weight:400}.return__selector .product__card .info .price__category{justify-content:space-between;align-items:center;display:flex}.return__selector .product__card .info .price__category .category__qty{flex-direction:column;display:flex}.return__selector .product__card .info .price__category .category__qty .category{color:#5f6c72;font-family:Poppins;font-size:1.2rem;font-weight:400}.return__selector .product__card .info .price__category .category__qty .category span{color:#191c1f;font-weight:600}.return__selector .product__card .info .price__category .category__qty .qty{color:#5f6c72;font-family:Poppins;font-size:1.4rem;font-weight:400}.return__selector .product__card .info .price__category .price{color:#000;font-family:Poppins;font-size:1.4rem;font-weight:600}.replace__selector{border:1px solid #0003;border-radius:.8rem;margin-top:2.4rem;margin-bottom:1.2rem;padding:1.2rem}.replace__selector h2{color:#1a1a1a;border-bottom:1px solid #0003;margin-bottom:1.2rem;padding-bottom:1.2rem;font-family:Poppins;font-size:2rem;font-weight:500}.replace__selector .product__list{flex-direction:column;gap:12px;display:flex}.replace__selector .product__card{background:#fff;border:1px solid #ddd;border-radius:8px;align-items:center;gap:.8rem;width:100%;padding:12px;display:flex}.replace__selector .product__card img{object-fit:cover;border-radius:6px;width:60px;height:60px}.replace__selector .product__card .info{flex:1}.replace__selector .product__card .info h4{color:#000;font-family:Poppins;font-size:1.4rem;font-weight:400}.replace__selector .product__card .info .price__category{justify-content:space-between;align-items:center;display:flex}.replace__selector .product__card .info .price__category .category__qty{flex-direction:column;display:flex}.replace__selector .product__card .info .price__category .category__qty .category{color:#5f6c72;font-family:Poppins;font-size:1.2rem;font-weight:400}.replace__selector .product__card .info .price__category .category__qty .category span{color:#191c1f;font-weight:600}.replace__selector .product__card .info .price__category .category__qty .qty{color:#5f6c72;font-family:Poppins;font-size:1.4rem;font-weight:400}.replace__selector .product__card .info .price__category .price{color:#000;font-family:Poppins;font-size:1.4rem;font-weight:600}.checkbox__container{margin-bottom:1.2rem}.checkbox__container .checkbox{cursor:pointer;align-items:center;width:100%;display:flex}.checkbox__container .checkbox .checkbox__icon{border:1px solid var(--primary-color);border-radius:4px;place-items:center;width:1.4rem;min-width:1.4rem;height:1.4rem;min-height:1.4rem;margin-right:7px;display:grid}.checkbox__container .checkbox .checkbox__icon.active{background:var(--primary-color)}.checkbox__container .checkbox .checkbox__icon.active svg{width:1rem;height:1rem;color:var(--btn-text-color)}.checkbox__container .checkbox .checkbox__icon.sm{width:.6rem;height:.6rem}.checkbox__container .checkbox .checkbox__icon .sm{width:.7rem}.checkbox__container .checkbox .label{text-align:left;color:var(--light-secondary-color);font-size:1.4rem;font-style:normal;font-weight:400;line-height:2rem}.checkbox__container .checkbox .label.full{width:100%}.checkbox__container .checkbox .label.sm{font-size:1.2rem;font-weight:400}.replace__container{border:1px solid #0003;border-radius:.8rem;margin-top:1.2rem;margin-bottom:1.2rem;padding:1.2rem}.replace__container .reason__title{border-bottom:1px solid #0003;margin-bottom:1.2rem;padding-bottom:1.2rem;font-family:Poppins;font-size:2rem;font-weight:500}.replace__container .label .label__title{color:#000;margin-bottom:1rem;font-family:Poppins;font-size:1.4rem;font-weight:400}.replace__container .label .upload__box{cursor:pointer;background:#f6f6f8;border:1px dashed #0003;flex-direction:column;justify-content:center;align-items:center;padding:1.2rem;display:flex}.replace__container .label .upload__box input{display:none}.replace__container .label .upload__box .upload__content .plus{color:#191c1f;background:#fff;justify-content:center;align-items:center;padding:1.2rem 4.8rem;font-family:Poppins;font-size:1.4rem;font-weight:400;display:flex;box-shadow:0 2px 8px #0000000f}.replace__container .label .upload__box .upload__content p{color:#555;text-align:center;margin-top:.8rem;font-family:Poppins;font-size:1.2rem;font-weight:400}.replace__container .preview__container{flex-wrap:wrap;gap:10px;margin:4px 0;display:flex}.replace__container .preview__container .preview__item{width:80px;height:80px;position:relative}.replace__container .preview__container .preview__item img{object-fit:cover;border:1px solid #ddd;border-radius:6px;width:100%;height:100%}.replace__container .preview__container .preview__item .remove__btn{color:#fff;cursor:pointer;background:#000;border:none;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:12px;display:flex;position:absolute;top:-6px;right:-6px}.replace__container .notes__container .label{color:#000;margin-bottom:1rem;font-family:Poppins;font-size:1.4rem;font-weight:400;display:block}.replace__container .notes__container textarea{border:1px solid var(--border-color);color:#adb7bc;resize:none;border-radius:4px;outline:none;width:100%;min-height:120px;padding:10px;font-family:Poppins;font-size:14px}.replace__container .notes__container textarea::placeholder{color:#adb7bc}.replace__container .notes__container textarea:hover{border:1px solid var(--hover-color)}.replace__container .notes__container textarea:focus{box-shadow:0 0 5px var(--hover-color);border:1px solid var(--focus-color)}.requestDetails{background:#fff;border:1px solid #ececec;border-radius:14px;margin-bottom:2rem;padding:20px}.requestDetails__header{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.requestDetails__header h3{font-size:18px;font-weight:700}.requestDetails .status{text-transform:capitalize;border-radius:999px;padding:6px 12px;font-size:13px;font-weight:600}.requestDetails .status.requested{color:#92400e;background:#fef3c7}.requestDetails .status.approved{color:#166534;background:#dcfce7}.requestDetails .status.rejected{color:#991b1b;background:#fee2e2}.requestDetails .status.returned{color:#1d4ed8;background:#dbeafe}.requestDetails .status.shipped{color:#0369a1;background:#e0f2fe}.requestDetails .status.delivered{color:#166534;background:#dcfce7}.requestDetails__grid{grid-template-columns:repeat(2,1fr);gap:16px;margin-bottom:20px;display:grid}.requestDetails .infoCard{background:#f8fafc;border-radius:10px;align-items:center;gap:12px;padding:14px;display:flex}.requestDetails .infoCard span{color:#64748b;font-size:12px}.requestDetails .infoCard p{margin-top:3px;font-weight:600}.requestDetails__section{margin-top:16px}.requestDetails__section label{align-items:center;gap:6px;margin-bottom:8px;font-weight:600;display:flex}.requestDetails__section p{color:#475569;background:#f8fafc;border-radius:10px;padding:12px;line-height:1.7}.loginform__container .tabs__container{display:flex}.loginform__container .tabs__container .tab{all:unset;cursor:pointer;text-align:center;color:var(--muted-color);border-bottom:1px solid var(--border-color);flex:1;justify-content:center;align-items:center;height:6rem;font-size:2rem;font-weight:600;line-height:2.8rem;display:flex}.loginform__container .tabs__container .tab.active__tab{color:var(--text-color);border-bottom:1px solid var(--primary-color)}.loginform__container .auth__form{flex-direction:column;gap:1.6rem;padding:2.4rem 3.2rem;display:flex}.loginform__container .auth__form .seperators{align-items:center;gap:1rem;display:flex}.loginform__container .auth__form .seperators p{color:var(--muted-color);font-size:1.4rem;font-weight:400;line-height:2rem}.loginform__container .auth__form .agree__text span{color:var(--link-color);font-weight:500}input[type=text],input[type=password],input[type=email],input[type=search],input[type=file],input[type=number]{box-sizing:border-box;border:1px solid var(--border-color);width:100%;height:4.4rem;color:var(--input-color);background:var(--input-bg);border-radius:.2rem;outline:none;padding:1rem 1.2rem;font-size:1.4rem;display:block}input[type=text].error,input[type=password].error,input[type=email].error,input[type=search].error,input[type=file].error,input[type=number].error{border:1px solid var(--error-color)}input[type=text].search__input,input[type=password].search__input,input[type=email].search__input,input[type=search].search__input,input[type=file].search__input,input[type=number].search__input{height:4rem;padding-left:3rem}input[type=text].search__input::placeholder,input[type=password].search__input::placeholder,input[type=email].search__input::placeholder,input[type=search].search__input::placeholder,input[type=file].search__input::placeholder,input[type=number].search__input::placeholder{color:var(--disable-text-color);font-size:1.4rem}input[type=text].file,input[type=password].file,input[type=email].file,input[type=search].file,input[type=file].file,input[type=number].file{display:none}input[type=text]:hover,input[type=password]:hover,input[type=email]:hover,input[type=search]:hover,input[type=file]:hover,input[type=number]:hover{border:1px solid #d8b46b}input[type=text]:focus,input[type=password]:focus,input[type=email]:focus,input[type=search]:focus,input[type=file]:focus,input[type=number]:focus{box-shadow:0 0 5px var(--primary-color);border:1px solid var(--primary-color)}input[type=text]:disabled,input[type=password]:disabled,input[type=email]:disabled,input[type=search]:disabled,input[type=file]:disabled,input[type=number]:disabled{box-shadow:0 0 5px var(--light-disable-color);border:1px solid var(--light-disable-color);cursor:not-allowed;color:#000;background:#e1e4e8}input[type=text]::placeholder,input[type=password]::placeholder,input[type=email]::placeholder,input[type=search]::placeholder,input[type=file]::placeholder,input[type=number]::placeholder{color:var(--disable-text-color);font-size:1.4rem}.password__field__section{position:relative}.password__field__section .eye_icon{color:#d0d5dd;cursor:pointer;width:1.8rem;position:absolute;bottom:1.2rem;right:2rem}.signup__form .form__row{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}.signup__form .genders__radios{align-items:center;gap:1.2rem;display:flex}.radio__button__container{cursor:pointer;align-items:center;gap:.8rem;display:flex}.radio__button__container .radio__button__outer_circle{border:1px solid #e4e7e9;border-radius:100%;justify-content:center;align-items:center;width:2rem;height:2rem;display:flex}.radio__button__container .radio__button__outer_circle.active{border:1px solid var(--primary-color)}.radio__button__container .radio__button__outer_circle.active .radio__button__inner__circle{background:var(--primary-color)}.radio__button__container .radio__button__outer_circle .radio__button__inner__circle{background:#e4e7e9;border-radius:100%;width:1.2rem;height:1.2rem}.radio__button__container .label{text-align:left;color:var(--light-secondary-color);font-size:1.4rem;font-style:normal;font-weight:400;line-height:2rem}.radio__button__container .label.full{width:100%}.radio__button__container .label.sm{font-size:1.2rem;font-weight:400}.auth__wrapper{justify-content:center;align-items:center;min-height:100vh;padding:8rem 0;display:flex}.auth__wrapper .auth__container{border:1px solid var(--border-color);border-radius:.4rem;width:45rem;max-width:90%;box-shadow:0 8px 40px #0000001f}.forgot__password__form{flex-direction:column;gap:2.4rem;padding:3.2rem;display:flex}.forgot__password__form .have__account__or__not{flex-direction:column;gap:.8rem;display:flex}.forgot__password__form .have__account__or__not p{color:var(--secondary-color);font-size:1.4rem;font-weight:400;line-height:2rem}.forgot__password__form .have__account__or__not p span{color:var(--link-color);cursor:pointer}.forgot__password__form .contact__paragraph{color:var(--light-secondary-color);font-size:1.4rem;font-weight:400;line-height:2rem}.forgot__password__form .contact__paragraph span{color:var(--primary-color);cursor:pointer}.divider__line{background:var(--border-color);flex:1;height:1px}.reset__password__form{flex-direction:column;gap:2.4rem;padding:3.2rem;display:flex}.wishlist__wrapper{box-sizing:border-box;border:1px solid #e4e7e9;border-radius:.8rem}.wishlist__wrapper .wishlist__items{box-sizing:border-box;flex-direction:column;gap:1.2rem;padding:2.4rem;display:flex}.wishlist__wrapper .wishlist__empty{flex-direction:column;justify-content:center;align-items:center;padding:2rem;display:flex}.wishlist__wrapper .wishlist__empty h3{font-size:24px}.wishlist__wrapper .wishlist__empty p{font-size:16px}.wishlistSkeleton{background:linear-gradient(90deg,#f1f5f9 25%,#e2e8f0 50%,#f1f5f9 75%) 0 0/200% 100%;border-radius:10px;width:calc(100% - 40px);height:100px;margin:2rem;animation:1.4s linear infinite shimmer;display:flex}.products__lists__wrapper .products__lists__container{justify-content:space-between;gap:3.2rem;display:flex}.product__filter__open__btn{cursor:pointer;background:var(--primary-color);color:#fff;z-index:100;border:none;border-radius:50%;justify-content:center;align-items:center;width:5rem;height:5rem;display:none;position:fixed;top:10rem;right:2.5rem}@media screen and (width<=1000px){.product__filter__open__btn{display:block}}.filter__container{border:1px solid #eee;border-radius:10px;width:300px;height:fit-content;padding:15px;position:sticky;top:0}@media screen and (width<=1000px){.filter__container{z-index:101;background:#fff;border:none;border-radius:0;width:32rem;height:100%;padding:2.4rem;transition:all .3s;position:fixed;top:0;right:-100%;overflow-y:auto}.filter__container.open{right:0}}.filter__container .filter__category__head{align-items:center;display:flex}.filter__container .filter__category__head p{color:#adb7bc;margin-left:1.2rem;font-family:Poppins;font-size:1.4rem;font-weight:400}.filter__container .price__ranges{color:#000;margin-bottom:.8rem;font-family:Poppins;font-size:12px;font-weight:400}.filter__section{border-bottom:1px solid #ddd;padding-bottom:1.2rem}.filter__section .filter__section__head{justify-content:space-between;margin:1.2rem 0;display:flex}.filter__section .filter__section__head p{font-family:Poppins;font-size:1.6rem;font-weight:500}.filter__section .filter__section__head span{display:flex}.filter__header{justify-content:space-between;align-items:center;margin-bottom:2.4rem;display:flex}.filter__header h3{color:#1a1a1a;font-family:Poppins;font-size:1.6rem;font-weight:500}.filter__header .clear__all__btn{all:unset;cursor:pointer;color:#b8842f;border:1px solid #e6e6e6;border-radius:3rem;outline:none;padding:.6rem 1.2rem;font-family:Poppins;font-size:1.2rem;font-weight:400}.filter__tags{flex-wrap:wrap;gap:1.2rem;display:flex}.filter__tags .tag{background-color:#e0e0e0;border-radius:.4rem;align-items:center;gap:.4rem;padding:.8rem;display:flex}.filter__tags .tag span{cursor:pointer;display:flex}.filter__tags .tag p{font-family:Poppins;font-size:1.4rem;font-weight:400}.cm__slider{width:100%}.cm__slider input[type=range]{appearance:none;background:#edeef3;border-radius:5px;outline:none;width:100%;height:6px}.cm__slider input[type=range]::-webkit-slider-thumb{appearance:none;cursor:pointer;background:#fff;border:3px solid #d29d3d;border-radius:50%;width:18px;height:18px;padding:2px}.cm__slider input[type=range]::-moz-range-thumb{cursor:pointer;background:#fff;border:3px solid #000;border-radius:50%;width:18px;height:18px}.filter__brand__skeleton{flex-direction:column;gap:1.6rem;display:flex}.filter__brand__skeleton__item{justify-content:space-between;align-items:center;display:flex}.filter__brand__skeleton__left{align-items:center;gap:1rem;display:flex}.filter__brand__checkbox,.filter__brand__text,.filter__brand__count{background:linear-gradient(90deg,#ececec 25%,#f5f5f5 50%,#ececec 75%) 0 0/200% 100%;animation:1.5s linear infinite shimmer}.filter__brand__checkbox{border-radius:.4rem;width:1.8rem;height:1.8rem}.filter__brand__text{border-radius:.4rem;width:10rem;height:1.4rem}.filter__brand__count{border-radius:.4rem;width:2rem;height:2rem}.pl__wrapper h3{margin-bottom:2rem;font-family:Poppins;font-size:1.4rem;font-weight:500}.pl__wrapper .pl__header{justify-content:flex-end;width:100%;margin-bottom:3.2rem;display:flex}.pl__wrapper .pl__header .drop__down__wrapper{border:1px solid var(--border-color);border-radius:.2px;width:18rem;padding:.4rem 1.2rem;position:relative}.pl__wrapper .pl__header .drop__down__wrapper .header__section{all:unset;cursor:pointer;justify-content:space-between;align-items:center;width:100%;display:flex}.pl__wrapper .pl__header .drop__down__wrapper .header__section .selected__option{color:#191c1f;font-family:Poppins;font-size:1.4rem;font-weight:400}.pl__wrapper .pl__header .drop__down__wrapper .header__section .down__icon{cursor:pointer;width:2rem;color:var(--sixth-text-color)}.pl__wrapper .pl__header .drop__down__wrapper .select__options{width:inherit;z-index:1;background:#fff;border:1px solid #0003;border-radius:8px;padding:.5rem 1.2rem;display:none;position:absolute;top:4.4rem;left:0;box-shadow:0 2px 8px #0000000f}.pl__wrapper .pl__header .drop__down__wrapper .select__options.active{display:block}.pl__wrapper .pl__header .drop__down__wrapper .select__options .optioin__ol{padding:0;list-style:none}.pl__wrapper .pl__header .drop__down__wrapper .select__options .option{cursor:pointer;color:#191c1f;margin:1rem 0;font-family:Poppins;font-size:1.4rem;font-weight:400;list-style:none;display:block}.pl__wrapper .pl__header .drop__down__wrapper .select__options .option:hover{color:#d29d3d}.pl__wrapper .pl__container{grid-template-columns:repeat(3,1fr);gap:4.8rem;display:grid}@media screen and (width<=1024px){.pl__wrapper .pl__container{grid-template-columns:repeat(2,1fr);gap:1rem}}@media screen and (width<=767px){.pl__wrapper .pl__container{grid-template-columns:1fr}}.pl__empty{text-align:center;color:#777;flex-direction:column;justify-content:center;align-items:center;width:100%;display:flex}.pl__empty svg{opacity:.7}.pl__empty h3{margin:0;font-size:2rem;font-weight:600}.pl__empty p{line-height:1.6}.skeleton__wrapper{grid-template-columns:repeat(3,1fr);gap:4.8rem;width:100%;height:fit-content;display:grid}@media screen and (width<=1024px){.skeleton__wrapper{grid-template-columns:repeat(2,1fr);gap:1rem}}@media screen and (width<=767px){.skeleton__wrapper{grid-template-columns:1fr}}.pl__skeleton{background:linear-gradient(90deg,#f1f1f1 25%,#f8f8f8 50%,#f1f1f1 75%) 0 0/200% 100%;border-radius:1.6rem;width:100%;height:320px;animation:1.4s infinite shimmer}.verify__email__form{flex-direction:column;gap:2.4rem;padding:3.2rem;display:flex}.change__password__wrapper{border:1px solid #e4e7e9;border-radius:.8rem}.change__password__wrapper .heading{border-bottom:1px solid #e4e7e9;padding:1.5rem 2.4rem}.change__password__wrapper .heading h2{color:#000;font-family:Poppins;font-size:1.8rem;font-weight:600}.change__password__wrapper .heading p{color:#adb7bc;font-family:Poppins;font-size:1.2rem;font-weight:400}.change__password__wrapper .change__password__form{flex-direction:column;gap:2.4rem;padding:2.4rem;display:flex}.change__password__wrapper .change__password__btn__wrapper{width:19rem}.profile__img__wrapper .profile__img__container{border-radius:100%;position:relative}.profile__img__wrapper .profile__img__container img{object-fit:cover;border-radius:100%;min-width:12rem;max-width:12rem;min-height:12rem;max-height:12rem}.profile__img__wrapper .profile__img__container .camera__icon{background:var(--primary-color);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:2.4rem;height:2.4rem;display:flex;position:absolute;bottom:0;right:10px}.profile__img__wrapper .profile__img__container .camera__icon svg{color:#fff}.profile__img__wrapper .profile__img__container .camera__icon #profile__img__input{display:none}.profile__img__wrapper .action__btns{cursor:pointer;flex-direction:column;align-items:center;gap:.8rem;margin-top:.4rem;display:flex}.profile__img__wrapper .action__btns button{all:unset;font-family:Poppins;font-size:1.4rem;font-weight:400}.profile__img__wrapper .action__btns button.change__btn{color:#d29d3d}.profile__img__wrapper .action__btns button.remove__btn{color:#000}.settings__wrapper{border:1px solid #e4e7e9;border-radius:.8rem}.settings__wrapper .heading__container{border-bottom:1px solid #e4e7e9;justify-content:space-between;align-items:center;padding:1.5rem 2.4rem;display:flex}.settings__wrapper .heading__container .heading h2{color:#000;font-family:Poppins;font-size:1.8rem;font-weight:600}.settings__wrapper .heading__container .heading p{color:#adb7bc;font-family:Poppins;font-size:1.2rem;font-weight:400}.settings__wrapper .settings__form__content{gap:6.4rem;padding:2.4rem;display:flex}@media screen and (width<=1000px){.settings__wrapper .settings__form__content{flex-direction:column;justify-content:center;align-items:center;gap:4rem}}.settings__wrapper .settings__form__content .settings__form{flex-direction:column;flex:1;gap:1.2rem;display:flex}@media screen and (width<=1000px){.settings__wrapper .settings__form__content .settings__form{width:100%}}.settings__wrapper .settings__form__content .settings__form .form__row{gap:2.4rem;width:100%;display:flex}@media screen and (width<=767px){.settings__wrapper .settings__form__content .settings__form .form__row{flex-direction:column}}.settings__wrapper .settings__form__content .settings__form .form__row>div{width:100%}.settings__wrapper .settings__form__content .settings__form .form__row .genders__radios{align-items:center;gap:1.2rem;display:flex}.billing__address__form{border:1px solid #e4e7e9;border-radius:.8rem}.billing__address__form .addr__form{padding:2.4rem}.shipping__address__form{border:1px solid #e4e7e9;border-radius:.8rem}.shipping__address__form .addr__form{padding:2.4rem}.pd__wrapper .pd__container .pd__top{gap:4rem;padding:4rem 0;display:flex}@media screen and (width<=1000px){.pd__wrapper .pd__container .pd__top{flex-direction:column}}.pd__wrapper .pd__container .pd__top .pd__left{width:50rem;position:relative}@media screen and (width<=1000px){.pd__wrapper .pd__container .pd__top .pd__left{width:100%}}.pd__wrapper .pd__container .pd__top .pd__left .top__img__wrapper{cursor:pointer;border:1px solid #eee;width:100%;height:450px;position:relative;overflow:hidden}@media screen and (width<=500px){.pd__wrapper .pd__container .pd__top .pd__left .top__img__wrapper{height:28rem}}.pd__wrapper .pd__container .pd__top .pd__left .top__img__wrapper .top__img{object-fit:cover;-webkit-user-select:none;user-select:none;pointer-events:none;width:100%;height:100%}.pd__wrapper .pd__container .pd__top .pd__left .top__img__wrapper .zoom__lens{pointer-events:none;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);cursor:pointer;background:#ffffff59;border:1px solid #999;width:120px;height:120px;position:absolute;transform:translate(-50%,-50%)}.pd__wrapper .pd__container .pd__top .pd__left .zoom__preview{z-index:50;background-color:#fff;background-repeat:no-repeat;border:1px solid #ddd;width:450px;height:450px;position:absolute;top:0;left:calc(100% + 25px);box-shadow:0 8px 25px #0000001f}@media (width<=1200px){.pd__wrapper .pd__container .pd__top .pd__left .zoom__preview,.pd__wrapper .pd__container .pd__top .pd__left .zoom__lens{display:none}}.pd__wrapper .pd__container .pd__top .pd__left .pd__slider__images{align-items:center;margin-top:10px;display:flex;position:relative}.pd__wrapper .pd__container .pd__top .pd__left .pd__slider__images .pd__slider__image__container{grid-template-columns:repeat(5,1fr);gap:10px;width:100%;display:grid}@media screen and (width<=600px){.pd__wrapper .pd__container .pd__top .pd__left .pd__slider__images .pd__slider__image__container{overflow-x:auto}}.pd__wrapper .pd__container .pd__top .pd__left .pd__slider__images .pd__slider__image__container .thumb{cursor:pointer;object-fit:cover;border:2px solid #0000}.pd__wrapper .pd__container .pd__top .pd__left .pd__slider__images .pd__slider__image__container .thumb.active{border:2px solid orange}.pd__wrapper .pd__container .pd__top .pd__left .pd__slider__images button{cursor:pointer;background:#d29d3d;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:4.8rem;height:4.8rem;display:flex;position:absolute}.pd__wrapper .pd__container .pd__top .pd__left .pd__slider__images button svg{color:#fff}.pd__wrapper .pd__container .pd__top .pd__left .pd__slider__images button.left{left:0}.pd__wrapper .pd__container .pd__top .pd__left .pd__slider__images button.right{right:0}.pd__wrapper .pd__container .pd__top .pd__right{flex:1}.pd__wrapper .pd__container .pd__top .pd__right h3{color:#1a1a1a;font-family:Poppins;font-size:2rem;font-weight:400}.pd__wrapper .pd__container .pd__top .pd__right .pd__ratings{align-items:center;gap:.4rem;margin-top:.8rem;display:flex}.pd__wrapper .pd__container .pd__top .pd__right .pd__ratings .star__icons{align-items:center;gap:.4rem;display:flex}.pd__wrapper .pd__container .pd__top .pd__right .pd__ratings .star__icons .star__icon{fill:#f5a623;color:#f5a623}.pd__wrapper .pd__container .pd__top .pd__right .pd__ratings .rating_count{color:#1a1a1a;font-family:Poppins;font-size:1.4rem;font-weight:400}.pd__wrapper .pd__container .pd__top .pd__right .pd__ratings .review__count{color:#5f6c72;font-family:Poppins;font-size:1.4rem;font-weight:400}.pd__wrapper .pd__container .pd__top .pd__right .pd__stock__brands{margin-top:1.4rem}.pd__wrapper .pd__container .pd__top .pd__right .pd__stock__brands .pd__stock__brand__item{grid-template-columns:repeat(2,1fr);align-items:center;display:grid}.pd__wrapper .pd__container .pd__top .pd__right .pd__stock__brands .pd__stock__brand__item p{color:#5f6c72;font-family:Poppins;font-size:1.4rem;font-weight:300}.pd__wrapper .pd__container .pd__top .pd__right .pd__stock__brands .pd__stock__brand__item span{color:#191c1f;font-weight:500}.pd__wrapper .pd__container .pd__top .pd__right .pd__stock__brands .pd__stock__brand__item span.stock{color:#4caf50}.pd__wrapper .pd__container .pd__top .pd__right .pd__stock__brands .pd__stock__brand__item span.out__of__stock{color:var(--error-color)}.pd__wrapper .pd__container .pd__top .pd__right .pd__prices{border-bottom:1px solid #0003;align-items:center;gap:.4rem;margin-top:2.4rem;margin-bottom:2.4rem;padding-bottom:2.4rem;display:flex}.pd__wrapper .pd__container .pd__top .pd__right .pd__prices .pd__price{color:#d29d3d;font-family:Poppins;font-size:2.4rem;font-weight:600}.pd__wrapper .pd__container .pd__top .pd__right .pd__prices .pd__original__price{color:#adb7bc;font-family:Poppins;font-size:1.8rem;font-weight:400;text-decoration:line-through}.pd__wrapper .pd__container .pd__top .pd__right .pd__prices .pd__discount{color:#fff;background-color:#e5484d;border-radius:.2rem;padding:.4rem;font-family:Poppins;font-size:8px;font-weight:600}.pd__wrapper .pd__container .pd__top .pd__right .pd__action__buttons{align-items:center;gap:2.4rem;display:flex}.pd__wrapper .pd__container .pd__top .pd__right .pd__action__buttons .quantity__btns{box-sizing:border-box;border:.1px solid #e6e6e6;border-radius:.2rem;justify-content:space-between;align-items:center;height:4.8rem;padding:1rem;display:flex}.pd__wrapper .pd__container .pd__top .pd__right .pd__action__buttons .quantity__btns .quantity__decrease,.pd__wrapper .pd__container .pd__top .pd__right .pd__action__buttons .quantity__btns .quantity__increase{cursor:pointer;cursor:pointer;background:0 0;border:none;border-radius:.2rem;flex:1;width:3.2rem;height:3.2rem;font-size:1.8rem}.pd__wrapper .pd__container .pd__top .pd__right .pd__action__buttons .quantity__btns .quantity__count{all:unset;text-align:center;box-sizing:border-box;justify-content:center;align-items:center;padding:1rem;font-size:1.8rem;font-weight:400;display:flex}.pd__wrapper .pd__container .pd__top .pd__right .pd__action__buttons .quantity__btns .quantity__count::-webkit-inner-spin-button{display:none}.pd__wrapper .pd__container .pd__top .pd__right .wishlist__share{justify-content:space-between;align-items:center;margin-top:2.4rem;display:flex}.pd__wrapper .pd__container .pd__top .pd__right .wishlist__share .wishlist__btn{all:unset;cursor:pointer;color:#000;align-items:center;font-family:Poppins;font-size:1.4rem;font-weight:400;display:flex}.pd__wrapper .pd__container .pd__top .pd__right .wishlist__share .wishlist__btn .wishlist__icon{color:#d29d3d;margin-right:.4rem}.pd__wrapper .pd__container .pd__top .pd__right .wishlist__share .wishlist__btn .wishlist__icon.active{transition:all .2s;transform:scale(1.1)}.pd__wrapper .pd__container .pd__top .pd__right .wishlist__share .share__items{align-items:center;gap:.8rem;display:flex}.pd__wrapper .pd__container .pd__top .pd__right .wishlist__share .share__items p{font-family:Poppins;font-size:1.4rem;font-weight:400}.pd__wrapper .pd__container .pd__top .pd__right .wishlist__share .share__items .share__icons{cursor:pointer;gap:.8rem;display:flex}.pd__wrapper .pd__container .pd__top .pd__right .pd__infos{flex-direction:column;gap:.8rem;margin-top:2.4rem;display:flex}.pd__wrapper .pd__container .pd__top .pd__right .pd__infos .pd__info__item{border:.1px solid #0003;border-radius:.8rem;align-items:center;gap:.8rem;padding:2rem;display:flex}.pd__wrapper .pd__container .pd__top .pd__right .pd__infos .pd__info__item .pd__info__icon{color:#d29d3d}.pd__wrapper .pd__container .pd__top .pd__right .pd__infos .pd__info__item p{color:#1a1a1a;font-family:Poppins;font-size:1.4rem;font-weight:500}.rp__wrapper{padding:8rem 0}.rp__wrapper .rp__container .rp__heading{justify-content:space-between;align-items:center;margin-bottom:4rem;display:flex}.rp__wrapper .rp__container .rp__heading h3{text-transform:uppercase;color:#000;font-family:Poppins;font-size:2.4rem;font-weight:600}@media screen and (width<=600px){.rp__wrapper .rp__container .rp__heading h3{font-size:1.8rem}}.rp__wrapper .rp__container .rp__heading .explore__product__link{cursor:pointer;color:#d29d3d;align-items:center;font-family:Poppins;font-size:1.4rem;font-weight:600;line-height:20px;display:flex}.rp__wrapper .rp__container .rp__heading .explore__product__link a{text-decoration:none}.rp__wrapper .rp__container .rp__heading .explore__product__link span{margin-left:.4rem;display:flex}.rp__wrapper .rp__container .rp__content{grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}@media screen and (width<=1024px){.rp__wrapper .rp__container .rp__content{grid-template-columns:repeat(3,1fr);display:grid}}@media screen and (width<=1000px){.rp__wrapper .rp__container .rp__content{grid-template-columns:repeat(2,1fr);display:grid}}@media screen and (width<=700px){.rp__wrapper .rp__container .rp__content{grid-template-columns:repeat(1,1fr);display:grid}}.pd__tab__wrapper{border-top:1px solid #0003;padding-top:1.8rem}.pd__tab__wrapper .tabs__container .tabs{border-bottom:1px solid #0003;gap:3rem;display:flex}.pd__tab__wrapper .tabs__container .tabs button{all:unset;text-transform:uppercase;color:#5f6c72;cursor:pointer;padding-bottom:1.8rem;font-family:Poppins;font-size:1.6rem;font-weight:500}.pd__tab__wrapper .tabs__container .tabs button.active{color:#000;border-bottom:1px solid #d29d3d}.pd__tab__wrapper .tabs__container .tab__content{flex-direction:column;gap:2.4rem;padding:2.4rem 0;display:flex}.pd__tab__wrapper .tabs__container .tab__content h3{color:#000;font-family:Poppins;font-size:1.6rem;font-weight:600}.pd__tab__wrapper .tabs__container .tab__content p{color:#5f6c72;margin-top:1.2rem;font-family:Poppins;font-size:1.4rem;font-weight:400}.pd__tab__wrapper .tabs__container .tab__content .product__description{color:#333;max-width:100%;font-size:16px;line-height:1.7}.pd__tab__wrapper .tabs__container .tab__content .product__description h1,.pd__tab__wrapper .tabs__container .tab__content .product__description h2,.pd__tab__wrapper .tabs__container .tab__content .product__description h3,.pd__tab__wrapper .tabs__container .tab__content .product__description h4{color:#111;margin:2rem 0 1rem;font-weight:600;line-height:1.3}.pd__tab__wrapper .tabs__container .tab__content .product__description h1{font-size:2.4rem}.pd__tab__wrapper .tabs__container .tab__content .product__description h2{border-bottom:2px solid #f2f2f2;padding-bottom:.5rem;font-size:1.75rem}.pd__tab__wrapper .tabs__container .tab__content .product__description h3{font-size:1.4rem}.pd__tab__wrapper .tabs__container .tab__content .product__description p{margin-bottom:1rem}.pd__tab__wrapper .tabs__container .tab__content .product__description ul,.pd__tab__wrapper .tabs__container .tab__content .product__description ol{margin:1rem 0;padding-left:1.5rem}.pd__tab__wrapper .tabs__container .tab__content .product__description ul li,.pd__tab__wrapper .tabs__container .tab__content .product__description ol li{margin-bottom:.5rem}.pd__tab__wrapper .tabs__container .tab__content .product__description strong{color:#111;font-weight:600}.pd__tab__wrapper .tabs__container .tab__content .product__description a{color:#007bff;text-decoration:none;transition:color .2s}.pd__tab__wrapper .tabs__container .tab__content .product__description a:hover{color:#0056b3;text-decoration:underline}.pd__tab__wrapper .tabs__container .tab__content .product__description img{border-radius:8px;max-width:100%;height:auto;margin:1.5rem 0}.pd__tab__wrapper .tabs__container .tab__content .product__description table{border-collapse:collapse;width:100%;margin:1.5rem 0}.pd__tab__wrapper .tabs__container .tab__content .product__description table th,.pd__tab__wrapper .tabs__container .tab__content .product__description table td{text-align:left;border:1px solid #e5e5e5;padding:12px}.pd__tab__wrapper .tabs__container .tab__content .product__description table th{background:#f8f8f8;font-weight:600}.pd__tab__wrapper .tabs__container .tab__content .product__description blockquote{background:#f8f9fa;border-left:4px solid #007bff;margin:1.5rem 0;padding:1rem 1.5rem;font-style:italic}.pd__tab__wrapper .tabs__container .tab__content .product__description hr{border:0;border-top:1px solid #e5e5e5;margin:2rem 0}.pd__tab__wrapper .tabs__container .tab__content .reviewAction{justify-content:center;display:flex}.pd__tab__wrapper .tabs__container .tab__content .giveReviewBtn{cursor:pointer;color:#fff;background:linear-gradient(135deg,#f3b700 0%,#ffcf33 100%);border:none;border-radius:14px;outline:none;align-items:center;gap:10px;padding:14px 28px;font-size:15px;font-weight:600;transition:all .25s;display:flex;box-shadow:0 8px 20px #f3b70040}.pd__tab__wrapper .tabs__container .tab__content .giveReviewBtn svg,.pd__tab__wrapper .tabs__container .tab__content .giveReviewBtn .icon{flex-shrink:0}.pd__tab__wrapper .tabs__container .tab__content .giveReviewBtn:hover{transform:translateY(-2px);box-shadow:0 12px 28px #f3b70059}.pd__tab__wrapper .tabs__container .tab__content .giveReviewBtn:active{transform:translateY(0)}.review__form{background:#fff;border:1px solid #e5e7eb;border-radius:1.2rem;padding:2rem}.review__form .review__form__heading{flex-wrap:wrap;justify-content:space-between;gap:1.6rem;display:flex}.review__form .review__form__heading .review__title{margin-bottom:2rem;font-family:Poppins;font-size:2rem;font-weight:600}.review__form .review__form__heading .cancel__review{color:#6b7280;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:10px;height:42px;padding:0 18px;font-size:14px;font-weight:500;transition:all .25s}.review__form .review__form__heading .cancel__review:hover{color:#111827;background:#f9fafb;border-color:#d1d5db}.review__form form{flex-direction:column;gap:1rem;display:flex}.review__form .form__group label{margin-bottom:.8rem;font-size:1.4rem;display:block}.review__form .rating{gap:.8rem;margin-top:1rem;display:flex}.review__form .rating .star__btn{cursor:pointer;background:0 0;border:none;transition:all .2s}.review__form .rating .star__btn:hover{transform:scale(1.15)}.review__form .rating .star__btn svg{transition:all .2s}.review__form .upload__box{cursor:pointer;background:linear-gradient(#fff 0%,#f8fafc 100%);border:1px dashed #d8dee8;border-radius:1.6rem;width:100%;min-height:14rem;transition:all .25s;overflow:hidden}.review__form .upload__box:hover{background:#f7fff9;border-color:#36994e;transform:translateY(-2px)}.review__form .upload__box:hover .upload__icon{background:#36994e}.review__form .upload__box:hover .upload__icon svg{color:#fff}.review__form .upload__box:hover .upload__title{color:#36994e}.review__form .upload__box input{display:none}.review__form .upload__box .upload__content{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1rem;height:100%;padding:2.4rem;display:flex}.review__form .upload__box .upload__content .upload__icon{background:#f3f4f6;border-radius:50%;justify-content:center;align-items:center;width:5.6rem;height:5.6rem;transition:all .25s;display:flex}.review__form .upload__box .upload__content .upload__icon svg{color:#6b7280}.review__form .upload__box .upload__content .upload__title{color:#191c1f;font-family:Poppins;font-size:1.6rem;font-weight:600;transition:all .25s}.review__form .upload__box .upload__content .upload__subtitle{color:#6b7280;max-width:28rem;font-family:Poppins;font-size:1.3rem;line-height:1.6}.review__form .upload__box .upload__content .upload__btn{color:#000;background:#eeeff8;border-radius:5rem;margin-top:.5rem;padding:.8rem 1.6rem;font-size:1.3rem;font-weight:500}.review__form .preview__grid{flex-wrap:wrap;gap:1rem;margin-top:1.2rem;display:flex}.review__form .preview__grid .preview__item{width:90px;height:90px;position:relative}.review__form .preview__grid .preview__item img{object-fit:cover;border-radius:.8rem;width:100%;height:100%}.review__form .preview__grid .preview__item .remove__btn{color:#fff;cursor:pointer;background:#ef4444;border:none;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;display:flex;position:absolute;top:-5px;right:-5px}.review__form .add__more{cursor:pointer;background:#fafafa;border:1px dashed #d1d5db;border-radius:12px;width:90px;height:90px;transition:all .25s}.review__form .add__more input{display:none}.review__form .add__more:hover{background:#eff6ff;border-color:#2563eb}.review__form .add__more:hover .add__more__content{color:#2563eb}.review__form .add__more .add__more__content{color:#6b7280;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:8px;width:100%;height:100%;display:flex}.review__form .add__more .add__more__content .upload__icon{background:#f3f4f6;border-radius:50%;justify-content:center;align-items:center;width:3.6rem;height:3.6rem;transition:all .25s;display:flex}.review__form .add__more .add__more__content span{font-size:14px;font-weight:400}.review__form .add__more.disabled{cursor:not-allowed;background:#f3f4f6;border-color:#e5e7eb}.review__form .add__more.disabled .add__more__content{color:#9ca3af}.review__form .add__more.disabled:hover{background:#f3f4f6;border-color:#e5e7eb}.review__form .submit__btn{background:var(--primary-color);color:#fff;cursor:pointer;border:none;border-radius:.8rem;width:100%;height:48px;font-size:1.4rem;font-weight:600;transition:all .3s}.review__form .submit__btn:hover{background:#b6840f}.allReviews .reviewHeader{border-bottom:1px solid #eee;justify-content:space-between;align-items:center;margin-bottom:35px;padding-bottom:15px;display:flex}.allReviews .reviewHeader h2{font-size:30px;font-weight:700}.allReviews .reviewHeader span{color:#777;font-size:14px;font-weight:500}.allReviews .reviewCard{background:#fff;border:1px solid #ececec;border-radius:12px;margin-bottom:20px;padding:24px}.allReviews .reviewCard .reviewTop{align-items:center;gap:15px;display:flex}.allReviews .reviewCard .reviewTop .avatar{background:#f3b700;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:55px;height:55px;display:flex;overflow:hidden}.allReviews .reviewCard .reviewTop .avatar span{color:#fff;font-size:22px;font-weight:700}.allReviews .reviewCard .reviewTop .avatar img{object-fit:cover;width:100%;height:100%}.allReviews .reviewCard .reviewTop .userInfo{flex:1}.allReviews .reviewCard .reviewTop .userInfo h4{margin-bottom:6px;font-size:18px}.allReviews .reviewCard .reviewTop .userInfo .ratingRow{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.allReviews .reviewCard .reviewTop .userInfo .stars{gap:2px;display:flex}.allReviews .reviewCard .reviewTop .userInfo .verified{color:green;background:#e8fff0;border-radius:30px;padding:4px 10px;font-size:12px}.allReviews .reviewCard .reviewTop .userInfo .date{color:gray;font-size:13px}.allReviews .reviewCard .reviewTop .comment{color:#444;margin-top:18px;line-height:1.8}.reviewImages{flex-wrap:wrap;gap:12px;margin-top:18px;display:flex}.reviewImages img{object-fit:cover;cursor:pointer;border-radius:10px;width:110px;height:110px;transition:all .3s}.reviewImages img:hover{transform:scale(1.05)}.imageModal{z-index:9999;background:#000000d9;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.imageModal img{border-radius:12px;max-width:90%;max-height:90%}.closeBtn{cursor:pointer;background:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;width:45px;height:45px;display:flex;position:absolute;top:30px;right:30px}.reviewReplies{margin-top:20px;margin-left:35px}.replyWrapper{gap:15px;margin-top:15px;display:flex}.replyLine{background:#e6e6e6;border-radius:10px;width:2px}.replyCard{background:#fafafa;border:1px solid #ececec;border-radius:12px;flex:1;padding:18px;position:relative}.replyCard p{color:#555;margin-top:12px;line-height:1.7}.replyHeader{align-items:center;gap:12px;display:flex}.replyHeader h5{margin:0;font-size:15px;font-weight:600}.replyHeader span{color:#888;font-size:12px}.replyAvatar{color:#fff;background:#2563eb;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;font-size:16px;font-weight:700;display:flex}.reviewsLoading{flex-direction:column;gap:20px;display:flex}.reviewSkeleton{border:1px solid #eee;border-radius:12px;gap:16px;padding:20px;display:flex}.skeletonAvatar{background:#eee;border-radius:50%;width:50px;height:50px;animation:1.5s infinite pulse}.skeletonContent{flex:1}.skeletonName{background:#eee;border-radius:4px;width:140px;height:14px;margin-bottom:12px;animation:1.5s infinite pulse}.skeletonText{background:#eee;border-radius:4px;width:100%;height:12px;margin-bottom:8px;animation:1.5s infinite pulse}.skeletonText.short{width:60%}@keyframes pulse{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}.reviewsEmpty{text-align:center}.reviewsEmpty .emptyIcon{margin-bottom:15px;font-size:60px}.reviewsEmpty h3{margin-bottom:10px;font-size:24px}.reviewsEmpty p{color:#777;max-width:400px;margin:auto}.pd__empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:70vh;display:flex}.pd__empty svg{color:#d29d3d;margin-bottom:2rem}.pd__empty h2{color:#1a1a1a;margin-bottom:1rem;font-size:3rem}.pd__empty p{color:#5f6c72;max-width:500px;margin-bottom:3rem;font-size:1.5rem;line-height:1.7}.pd__loading{gap:4rem;padding:4rem 0;display:flex}@media (width<=1000px){.pd__loading{flex-direction:column}}.pd__loading .pd__loading__left{width:50rem}@media (width<=1000px){.pd__loading .pd__loading__left{width:100%}}.pd__loading .pd__loading__right{flex:1}.pd__loading .skeleton{background:linear-gradient(90deg,#f1f1f1 25%,#f8f8f8 50%,#f1f1f1 75%) 0 0/200% 100%;border-radius:8px;animation:1.5s linear infinite shimmer}.pd__loading .skeleton-image{width:100%;height:450px}.pd__loading .skeleton-thumbs{grid-template-columns:repeat(5,1fr);gap:1rem;margin-top:1.6rem;display:grid}.pd__loading .skeleton-thumb{height:90px}.pd__loading .skeleton-title{width:70%;height:36px;margin-bottom:2rem}.pd__loading .skeleton-rating{width:35%;height:20px;margin-bottom:2rem}.pd__loading .skeleton-line{width:100%;height:18px;margin-bottom:1.2rem}.pd__loading .skeleton-line.short{width:60%}.pd__loading .skeleton-price{width:200px;height:40px;margin:3rem 0}.pd__loading .skeleton-button{width:260px;height:50px;margin-bottom:1.6rem}.pd__loading .skeleton-info{width:100%;height:70px;margin-top:1.6rem}.faq__wrapper{max-width:760px;margin:70px auto}.faq__wrapper .faq__title{color:#191c1f;margin-bottom:40px;font-family:Poppins;font-size:32px;font-weight:600;line-height:40px}.faq__list{flex-direction:column;gap:16px;display:flex}.faq__list .no__faqs__found{justify-content:center;align-items:center;font-size:20px;display:flex}.faq__item{border:1px solid #e4e7e9;border-radius:4px;transition:box-shadow .2s;overflow:hidden}.faq__item.faq__item__open{border-color:#0000;box-shadow:0 8px 40px #0000001f}.faq__item.faq__item__open .faq__question{color:#fff;background:#d29d3d}.faq__item.faq__item__open .faq__question .faq__icon{color:#fff}.faq__item.faq__item__open .faq__answer p{color:#475156}.faq__item .faq__question{cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;gap:1rem;width:100%;padding:20px 24px;font-family:Poppins;font-size:18px;font-weight:500;line-height:24px;transition:background .2s,color .2s;display:flex}.faq__item .faq__question .faq__icon{color:#77878f;transition:color .2s}.faq__item .faq__answer{padding:20px 24px}.faq__item .faq__answer p{font-family:Poppins;font-size:14px;font-weight:400;line-height:20px}.faq__item .faq__answer p:empty{display:none}.terms__page{background:#fafafa;padding-bottom:4rem}.terms__page .terms__banner{background:url(/assets/terms-bg-B5b0vvfU.png) 0 0/cover no-repeat;padding:7rem 0}.terms__page .terms__banner .terms__banner__content h1{color:#000;font-family:Gluten;font-size:48px;font-weight:400}@media screen and (width<=768px){.terms__page .terms__banner .terms__banner__content h1{font-size:32px}}.terms__page .terms__banner .terms__banner__content p{color:#000;margin-top:.8rem;font-family:Poppins;font-size:16px;font-weight:400}@media screen and (width<=768px){.terms__page .terms__banner .terms__banner__content p{font-size:18px}}.terms__page .terms__container{grid-template-columns:260px 1fr;gap:2.4rem;margin-top:4rem;margin-bottom:4rem;display:grid}@media screen and (width<=768px){.terms__page .terms__container{grid-template-columns:1fr}}.terms__page .terms__container .terms__sidebar{background:#fff;border:1px solid #0003;border-radius:8px;align-self:start;position:sticky;top:90px;overflow:hidden}@media screen and (width<=768px){.terms__page .terms__container .terms__sidebar{position:static}}.terms__page .terms__container .terms__sidebar .tab__btn{text-align:left;cursor:pointer;background:0 0;border:none;width:100%;padding:14px 20px;font-family:Poppins;font-size:14px;font-weight:400;transition:all .25s}.terms__page .terms__container .terms__sidebar .tab__btn:hover{background:#f8f5f2}.terms__page .terms__container .terms__sidebar .tab__btn.active{color:#d29d3d;background:#f7ede5;border-left:3px solid #b8842f}.terms__page .terms__container .terms__content{background:#fff;border:1px solid #0003;border-radius:8px;padding:5rem}@media screen and (width<=768px){.terms__page .terms__container .terms__content{padding:2rem}}.terms__page .terms__container .terms__content h2{text-align:justify;margin-top:3.2rem;font-family:Poppins;font-size:14px;font-weight:500}.terms__page .terms__container .terms__content h2:first-child{margin-top:0}.terms__page .terms__container .terms__content p,.terms__page .terms__container .terms__content li{text-align:justify;font-family:Poppins;font-size:14px;font-weight:300}.terms__page .terms__container .terms__content ul{padding-left:40px}.not__found{flex-direction:column;justify-content:center;align-items:center;gap:1.2rem;height:100vh;display:flex}.not__found img{width:400px}@media screen and (width<=500px){.not__found img{width:100%}}body.default_light{--bg-color:#fff;--text-color:#191c1f;--black-color:#000;--white-color:#fff;--link-color:#2da5f3;--primary-color:#d29d3d;--light-primary-color:#f3de6d;--muted-primary-color:#b9a792;--secondary-color:#5f6c72;--light-secondary-color:#475156;--warning-color:#f7e99e;--light-warning-color:#efd33d;--pink-color:#dd346b;--error-color:#d32f2f;--green-color:#27c840;--success-color:#2db224;--light-bg-green-color:#edf9ee;--disable-text-color:#b7b7b7;--light-disable-color:#f2f4f5;--muted-color:#77878f;--border-color:#e4e7e9;--light-border-color:#0006;--hover-color:#c0dbfb;--hover-primary-color:#f8efd8;--focus-color:#2280ef;--input-color:#282828;--input-bg:transparent;--btn-text-color:#fff;--btn-bg-color:#000;--btn-bg-transparent:transparent;--progress-line-color:#ffe7d6;--gray-color:#adb7bc;--star-color:#ffad33}body.default_dark{--bg-color:#111827;--text-color:#191c1f;--black-color:#000;--white-color:#fff;--link-color:#2da5f3;--primary-color:#d29d3d;--light-primary-color:#f3de6d;--muted-primary-color:#b9a792;--secondary-color:#5f6c72;--light-secondary-color:#475156;--warning-color:#f7e99e;--light-warning-color:#efd33d;--pink-color:#dd346b;--error-color:#d32f2f;--green-color:#27c840;--success-color:#2db224;--light-bg-green-color:#edf9ee;--disable-text-color:#b7b7b7;--light-disable-color:#f2f4f5;--muted-color:#77878f;--border-color:#e4e7e9;--light-border-color:#0006;--hover-color:#c0dbfb;--focus-color:#2280ef;--input-color:#282828;--input-bg:transparent;--btn-text-color:#fff;--btn-bg-color:#000;--btn-bg-transparent:transparent;--progress-line-color:#ffe7d6;--gray-color:#adb7bc;--star-color:#ffad33}:root{--font-poppins:"Poppins", sans-serif;--font-gluten:"Gluten", cursive;--font-fuzzy-bubbles:"Fuzzy Bubbles", cursive}*{box-sizing:border-box;margin:0;padding:0;line-height:1.5}html{-webkit-font-size:10px;scroll-behavior:smooth;font-size:10px}html a{color:inherit;text-decoration:none}body{font-family:var(--font-poppins)}.ptb-4{padding-top:4rem;padding-bottom:4rem}.pb-4{padding-bottom:4rem}.mt-24{margin-top:2.4rem}.mt-75{margin-top:7.5rem}.page__width{width:128rem;max-width:90%;margin:0 auto}.spinner{border:3px solid #ddd;border-right-color:#6e6c6c;border-radius:50%;width:2rem;height:2rem;animation:.5s linear infinite spin}.spinner2{border:3px solid #ddd;border-right-color:#6e6c6c;border-radius:50%;width:3rem;height:3rem;animation:.5s linear infinite spin}
