@import"https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";:root{--primary-light: #e6e7f2;--primary-light-hover: #d9daeb;--primary-light-active: #b0b3d6;--primary-normal: #000b7b;--primary-normal-hover: #000a6f;--primary-normal-active: #000962;--primary-dark: #00085c;--primary-dark-hover: #00074a;--primary-dark-active: #000537;--primary-darker: #00042b;--secondary1-light: #e6f7d2;--secondary1-light-hover: #d9e8ab;--secondary1-light-active: #b0b36d;--secondary1-normal: #9cd456;--secondary1-normal-hover: #8fb04f;--secondary1-normal-active: #7f9e41;--secondary1-dark: #6d845c;--secondary1-dark-hover: #587442;--secondary1-dark-active: #4a5337;--secondary1-darker: #42442b;--secondary2-light: #fff8ef;--secondary2-light-hover: #f7d7e7;--secondary2-light-active: #ccc3cc;--secondary2-normal: #ff772d;--secondary2-normal-hover: #a65363;--secondary2-normal-active: #a4934a;--secondary2-dark: #455845;--secondary2-dark-hover: #373f37;--secondary2-dark-active: #293529;--secondary2-darker: #204020;--text-light: #e9e9e9;--text-light-hover: #dedede;--text-light-active: #bababa;--text-normal: #212121;--text-normal-hover: #1e1e1e;--text-normal-active: #1a1a1a;--text-dark: #191919;--text-dark-hover: #141414;--text-dark-active: #0f0f0f;--text-darker: #0c0c0c;--warning-light: #fbf2e6;--warning-light-hover: #f9ecd9;--warning-light-active: #f4d7b0;--warning-normal: #da7e00;--warning-normal-hover: #c47100;--warning-normal-active: #ae6500;--warning-dark: #a54f00;--warning-dark-hover: #834c00;--warning-dark-active: #623900;--warning-darker: #4c2c00;--error-light: #fee8e6;--error-light-hover: #fddcd9;--error-light-active: #fbb7b0;--error-normal: #f31700;--error-normal-hover: #db1500;--error-normal-active: #c21200;--error-dark: #b61100;--error-dark-hover: #920e00;--error-dark-active: #6d0a00;--error-darker: #550800;--pending-light: #fdf6e8;--pending-light-hover: #fcf2dd;--pending-light-active: #f9e4b9;--pending-normal: #eca810;--pending-normal-hover: #d49718;--pending-normal-active: #bd8616;--pending-dark: #b17e14;--pending-dark-hover: #8e6100;--pending-dark-active: #8c4c0c;--pending-darker: #533b09;--surface-light: #fefefe;--surface-light-hover: #fefefe;--surface-light-active: #fcfcfc;--surface-normal: #f6f6f6;--surface-normal-hover: #dddddd;--surface-normal-active: #c5c5c5;--surface-dark: #b9b9b9;--surface-dark-hover: #949494;--surface-dark-active: #6f6f6f;--surface-darker: #565656;--success-light: #efffef;--success-light-hover: #e7f4e7;--success-light-active: #cce9cc;--success-normal: #5c8b56;--success-normal-hover: #53a653;--success-normal-active: #4a9334;--success-dark: #456845;--success-dark-hover: #376737;--success-dark-active: #295329;--success-darker: #204020;--font-poppins: "Poppins", sans-serif;--font-lato: "Poppins", sans-serif;--fw-thin: 100;--fw-extralight: 200;--fw-light: 300;--fw-regular: 400;--fw-medium: 500;--fw-semibold: 600;--fw-bold: 700;--fw-extrabold: 800;--fw-black: 900;--br-pri: .625em;--br-sec: 1.25em;--delay-300ms: .3s}*{margin:0;padding:0;box-sizing:border-box}html{font-size:clamp(12px,1vw,16px)}body{font-family:var(--font-poppins);font-weight:var(--fw-medium)}img{max-width:100%}input:-internal-autofill-selected{background-color:#fff!important}dl,ol,ul{margin-bottom:0!important}ul{list-style:none}p{margin-bottom:0}.app{width:100%;min-height:100vh;display:flex;gap:0;position:relative}.page{min-height:100vh}.sidebar{width:243px;min-width:243px;max-height:100vh;background:#e9ebf8;padding-left:20px;border-right:1px solid var(--surface-normal-hover);overflow:scroll;position:sticky;top:0;left:0;z-index:11;transition:.3s linear}.sidebar::-webkit-scrollbar{display:none}.primary-pane{width:100%;min-height:100vh;overflow:scroll;position:relative}.primary-pane::-webkit-scrollbar{display:none}@media (max-width: 568px){.sidebar{position:fixed;left:0;top:85px;z-index:11;max-height:calc(100vh - 85px)}.hide-sidebar-mobile{width:0;overflow:hidden}}.navbar{height:85px;position:sticky;top:0;left:0;z-index:11;opacity:1;background:#fff;box-shadow:0 4px 12px #00000014;display:flex;flex-wrap:nowrap;justify-content:space-between;align-items:center;gap:1em}.horizontal-divider{width:100%;height:1px;background-color:#dcdcdc}.init-page__container{width:100%;min-height:100vh;display:flex;justify-content:flex-start;align-items:flex-start;gap:4em;position:relative}.init-page__side-pane{position:sticky;top:0;left:0;width:30%;max-width:300px;min-width:250px;height:100vh;background-image:url(/assets/sidebg-B-LdN70Q.png)}.init-page__main-pane{width:100%;margin-top:5em;max-width:400px;margin-bottom:4em}@media (max-width: 768px){.init-page__container{justify-content:center;padding:1em 2em}.init-page__side-pane{display:none}}.init-page__side-pane__logo{padding:25px}.init-page__main_pane__header{font-size:2.25rem;color:var(--text-darker);margin-bottom:.5em}.init-page__main_pane__text-sec{font-size:1.125rem;color:var(--surface-dark-active);margin-top:-.2em;margin-bottom:2.5em}.init-page__container__form__button{font-size:1.2rem;display:block;margin:4em auto auto;width:100%;max-width:512px;height:60px;color:var(--primary-light);background-color:var(--primary-normal)!important;border-radius:1em;border:none;transition:var(--delay-300ms) linear}.init-page__container__form__button:disabled{background-color:#000a7a80!important}.preloader-global{font-style:italic;width:100%;height:100vh;background-color:#333;color:#fff;display:flex;justify-content:center;align-items:center;-webkit-user-select:none;user-select:none}.banner{width:100%;max-width:1200px;height:275px;background-position:center;background-repeat:no-repeat;margin:8em auto;border-radius:32px;display:flex;justify-content:space-between;align-items:center;position:relative}.banner__text{position:absolute;z-index:2}.banner__text button{width:140px;height:50px;color:var(--text-light);background:var(--primary-normal);border:none;border-radius:var(--br-pri)}.banner__image{position:absolute;right:0;top:0;z-index:1}@media (max-width:768px){.banner{display:none}}.sidebar__header{height:85px;background:#e9ebf8;border-bottom:1px dashed var(--surface-normal-hover);position:sticky;top:0;left:0}.sidebar__link,.sidebar__link-active{display:block;font-size:.9rem;color:var(--surface-dark-active);background-color:inherit;padding:.8em;margin:.6em 0;border-radius:var(--br-pri);transition:var(--delay-300ms);text-decoration:none}button.sidebar__link{width:100%;border-top-right-radius:0;border-bottom-right-radius:0;border:none}.sidebar__link:hover{background-color:#e8e8e8;border-right:none;border-top-right-radius:0;border-bottom-right-radius:0}.sidebar__link-active,button.sidebar__link-active{background-color:var(--primary-normal);color:#fff;border-right:none;border-top-right-radius:0;border-bottom-right-radius:0}.sidebar__link-dashboard{margin:3em 0}.sidebar__link__divider{width:100%;height:1px;border-bottom:1px dashed var(--surface-normal-hover)}.sidebar__link-settings{margin-top:10em}.navbar-element-container{display:flex;justify-content:space-between;align-items:center;gap:1em}@media (min-width:768px){.navbar-element-container{width:100%}}.navbar__divider{display:inline-block;height:30px;width:1px;background-color:var(--surface-normal-active)}.navbar__searchbox-wrapper{width:100%;height:35px;max-width:350px;min-width:200px;padding-left:.7em;border:1px solid #dcdcdc;border-radius:var(--br-pri);background-color:#fff;display:flex;align-items:center;gap:.5em}.navbar__searchbox-wrapper>input{width:100%;height:100%;background:#fff;border-radius:var(--br-pri);border:none}.navbar__searchbox-wrapper>input:focus{outline:none}.navbar__navlinks{display:none;gap:2em;list-style:none;padding-left:0!important}@media (min-width:768px){.navbar__navlinks{display:flex}}.navbar__navlink{color:var(--primary-darker);text-decoration:none;border-bottom:2px solid inherit}.navbar__navlink:hover,.navbar__navlink.active{color:var(--primary-normal);border-bottom:2px solid var(--primary-normal)}.navbar__third__options{display:flex;justify-content:space-between;align-items:center;gap:1em;position:relative}@media (max-width:768px){.navbar__third__options{display:none}}.user-drop-down-card-wrapper{position:absolute;top:calc(100% + .2em);right:1em;z-index:11;overflow:hidden;transition:.3s}.navbar__third__option{border:none;border-radius:var(--br-pri)}a.navbar__third__option{text-decoration:none;color:inherit}button.navbar__third__option,a.navbar__third__option{padding:9.5px 17px 11.5px}button.navbar__third__option__create-btn{background:var(--secondary1-normal)}.navbar__third__option__create-btn-blue{background:var(--primary-normal);color:var(--text-light);padding-left:.9em!important;padding-right:.9em!important;display:flex;align-items:center;gap:1em}a.navbar__third__option__signup-btn{background:#fff}a.navbar__third__option__login-btn{color:#fff;background:var(--primary-normal)}span.navbar__third__option{background-color:var(--surface-normal);cursor:pointer}.navbar__third__option__search-lens{width:40px;height:40px;display:flex;justify-content:center;align-items:center}.navbar__third__options__mobile{display:none}@media (max-width:768px){.navbar__third__options__mobile{display:flex}}.wallet-user-container{background:#fff;border:1px solid #DCDCDC;border-radius:var(--br-pri);cursor:pointer}.user-dropdown-card{font-family:var(--font-lato);width:300px;max-width:391px;padding:1.25em;border:1px solid var(--surface-normal);border-radius:10px;box-shadow:0 4px 8px #0000001a;background-color:#fff}.user-dropdown-card__header{display:flex;align-items:center;margin-bottom:20px}.user-dropdown-card__image{border-radius:50%;width:50px;height:50px;margin-right:10px}.user-dropdown-card__info{display:flex;flex-direction:column}.user-dropdown-card__name{font-size:1em;font-weight:700;color:var(--text-normal)}.user-dropdown-card__email{font-size:.75rem;color:var(--surface-dark-active)}.user-dropdown-card__wallet-balance{background:var(--surface-normal);padding:12px 16px;margin-bottom:.8em;border-radius:var(--br-pri)}.user-dropdown-card__wallet__header{font-size:.75rem;font-weight:600}.user-dropdown-card__balance-amount{font-size:1.125rem;font-weight:700;color:var(--text-normal)}.user-dropdown-card__balance-amount span{color:var(--surface-dark-active)}.user-dropdown-card__balance-sol{font-size:.875rem;color:var(--surface-dark-active)}.user-dropdown-card__divider{width:100%;height:1px;background-color:#dcdcdc;margin:.2em 0 1.25em}.user-dropdown-card__menu-item{font-size:1rem;color:var(--text-normal);padding:.8em 1em;margin-bottom:10px;border-radius:var(--br-pri);background-color:inherit;cursor:pointer;transition:var(--delay-300ms)}.user-dropdown-card__menu-item:hover{background:var(--surface-normal)}.home__hero{width:100%;min-height:calc(100vh - 85px);display:flex;flex-wrap:wrap;justify-content:center;gap:1em}.home__hero__text{width:100%;max-width:550px;margin-top:8em}.home__hero__carousel{width:100%;max-width:550px;background-color:#f6f6ff;padding-top:60px!important;padding-bottom:2em!important;border-bottom-left-radius:80px}.home__hero__text__header{font-size:3.5rem;font-weight:var(--fw-semibold)}.home__hero__text__description{font-size:1.125rem;color:var(--surface-darker)}.home__hero__text__create-nft-btn{width:150px;height:50px;color:#fff;border:none;background-color:var(--primary-dark-hover);border-radius:var(--br-pri)}.home__hero__counters{display:flex;justify-content:flex-start;align-items:center;gap:2em}.home__hero__counter{display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.home__hero__counter>span:nth-child(1){font-size:2.275rem}.home__hero__counter>span:nth-child(1)>span{font-weight:var(--fw-regular)}.home__hero__counter>span:nth-child(2){color:var(--surface-darker)}.iron-clad{position:absolute;left:-6rem;top:1rem}.home__hero__carousel__btn-groups{display:flex;gap:1em}.home__hero__carousel__btn-groups button{height:38px;width:38px;background:#fff;border:1px solid var(--secondary1-normal);border-radius:var(--br-sec)}.home__hero__carousel__btn-group-active{background:var(--secondary1-normal)!important}.home-items-wrapper{width:100%;max-width:1200px;margin:auto;padding:0 .5em}.home__ads-statement{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:1em 2em}.home__ads-statement h1{font-size:clamp(1.5rem,5vw,3.5rem);max-width:800px;margin-bottom:.5em}.home__ads-statement h1 span{color:var(--secondary2-normal)}.home__ads-statement p{font-size:clamp(1rem,3vw,1.75rem);font-weight:var(--fw-light);color:#848a9c;margin-bottom:2.5em}.home__ads-statement__buttons{display:flex;justify-content:center;align-items:center;gap:1em}.home__ads-statement__button{border:none;border-radius:var(--br-pri);padding:19px 26px;text-transform:uppercase}.home__ads-statement__button-nft{background-color:var(--secondary1-normal)}.home__ads-statement__button-fashion{background:var(--primary-normal);color:#fff}.top-trending{width:100%;max-width:1200px;margin:auto;font-size:.9rem}.top-trending__filters{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2em}.top-trending__filters__by-type{border-radius:.625em}.top-trending__filters__by-type__type{border-radius:.625em;padding:.3em .7em;cursor:pointer;transition:.5s}.top-trending__filters__by-type__type:hover{background:#9cd456b3}.top-trending__filters__by-type__type-active{font-size:1rem;border-radius:.625em;padding:.3em .7em;cursor:pointer;background:var(--secondary1-normal)}.top-trending__filters__by-period{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:0em;padding:.1em;border:2px solid var(--surface-normal-hover);border-radius:.625em}.top-trending__filters__by-period__period{padding:.4em .8em;border-radius:.625em;cursor:pointer}.top-trending__filters__by-period__period:hover{border:2px solid var(--success-normal)}.top-trending__filters__by-period__period-active{padding:.4em .8em;border:2px solid var(--success-normal);border-radius:.625em;cursor:pointer}.top-trending__filters__by-period-and-chains{display:flex;justify-content:flex-end;gap:1em;width:100%;max-width:500px}.top-trending__filters__by-chains .dropdown-toggle{font-weight:var(--fw-medium);height:100%;background-color:inherit;color:var(--text-darker);border:2px solid var(--surface-normal-hover)}.top-trending__items{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1em}.top-trending__items__card{width:100%;padding:.5em 1em;background-color:var(--surface-normal);border:none;border-radius:.625em;cursor:pointer}@media (min-width:568px){.top-trending__items__card{max-width:calc(50% - 1em)}}@media (min-width:992px){.top-trending__items__card{max-width:calc(100% / 3 - 1em)}}@media (max-width:678px){.top-trending__items__card{max-width:calc(100% - 1em)}}.top-trending__items__price{font-size:.8rem;color:var(--surface-dark)}.discover-your-fashion{width:100%;max-width:1200px;margin:8em auto}.discover-your-fashion__button{border:none;background:var(--secondary1-normal);color:#fff;border-radius:1.25em;padding:.5em;width:40px;height:40px}.dicover-your-fashion__carousel{display:flex;gap:1em;max-width:100%;overflow-x:scroll;scroll-snap-type:x mandatory}.dicover-your-fashion__carousel::-webkit-scrollbar{display:none}.dicover-your-fashion__carousel__card{width:400px;min-width:24.125%!important;overflow:hidden;transition:.5s;scroll-snap-align:end}.dicover-your-fashion__carousel__card img{transition:.5s}.dicover-your-fashion__carousel__card:hover{cursor:pointer}.dicover-your-fashion__carousel__card:hover img{transform:scale(1.2)}.dicover-your-fashion__carousel__card .card-price-text{font-weight:var(--fw-regular);font-size:.8rem}.dicover-your-fashion__carousel__card .card-price{color:var(--success-normal)}.dicover-your-fashion__carousel__card .card-action-button{background:none!important;color:var(--primary-normal);border:1px solid var(--primary-normal);border-radius:.625em;padding:.2em .7em}.discover-your-fashion__view-more-button{display:block;margin:auto;padding:.3em 1em;background:none!important;border:1px solid var(--success-normal);color:var(--primary-normal);border-radius:.628em;font-weight:var(--fw-medium)!important}.card-item-availability{font-weight:var(--fw-medium);color:var(--surface-dark-hover)}.card-price-text-time{color:var(--warning-normal)}.dicover-your-fashion__carousel__card-body{background-color:var(--surface-normal)}.nft-market-place{width:100%;max-width:1200px;margin:auto;min-height:100vh}.nft-market-place__header-card{text-align:center;margin-top:4em;display:flex;flex-direction:column;justify-content:center;align-items:center}.nft-market-place__header-card>h1{max-width:700px;font-size:3rem}.nft-market-place__header-card>h1>span{color:#275a8f}.nft-market-place__header-card>p{font-size:1.75rem;font-weight:var(--fw-regular);color:var(--surface-dark-active)}.nft-market-place__items-section{display:flex;justify-content:space-between;align-items:flex-start;gap:1em;width:100%;max-width:1200px;margin:4em auto}.nft-market-place__item-cards{width:100%;display:flex;flex-wrap:wrap;gap:1em}@media (min-width: 768px){.filter{max-width:280px}}@media (max-width: 768px){.nft-market-place__items-section{flex-direction:column}.nft-market-place__filter{width:100%}}.nft-market-place__item-card{flex:1 1 calc(25% - 10px);min-width:250px;min-height:200px;border-radius:.685em;padding-bottom:1.5em}.nft-market-place__item-card:hover{background:#000a7a0d;cursor:pointer}@media (max-width: 1200px){.nft-market-place__item-card{flex:1 1 calc(33.33% - 10px)}}@media (max-width: 992px){.nft-market-place__item-card{flex:1 1 calc(50% - 10px)}}@media (max-width: 576px){.nft-market-place__item-card{flex:1 1 calc(100% - 10px)}}.nft-market-place__item__card-body{transition:.5s}.nft-market-place__item-card:hover .nft-market-place__item__card-body{padding:0 .5em}.nft-market-place__item-card__image{overflow:hidden;border-top-left-radius:.685em;border-top-right-radius:.685em}.nft-market-place__item-card__image img{transition:.5s}.nft-market-place__item-card:hover .nft-market-place__item-card__image img{transform:scale(1.2)}.nft-market-place__item__title{padding-top:.5em}.nft-market-place__item__card__price{font-size:.8rem}.nft-market-place__item__card__price>span:nth-child(2){font-size:1.3rem;color:var(--success-normal);display:flex;justify-content:center;align-items:center;gap:.3em}.nft-market-place__item__card__availability{font-size:.8rem}.nft-market-place__item__card-cta{font-size:.8rem;font-weight:var(--fw-medium);color:var(--primary-normal);border:1px solid var(--primary-normal);border-radius:.625em;padding:.2em .7em}.nft-market-place__item-card:hover .nft-market-place__item__card-cta{color:var(--primary-light);background-color:var(--primary-normal)}.filter-card{font-family:var(--font-lato);font-size:.8rem;font-weight:var(--fw-regular);width:100%;padding:15px;background-color:var(--surface-normal);border-radius:.75em}.filter-header{font-size:1.4rem;font-weight:var(--fw-medium)}.filter-card .filter-title{font-size:1rem;margin-bottom:.8em}.filter-card-divider-main{width:100%;height:1px;background-color:var(--surface-dark-active);margin:1.5em auto}.filter-section{background-color:#fff;border-radius:.75em;padding:1em}.search-box{display:flex;gap:.2em;align-items:center;padding-left:.4em;border:1px solid #ddd;border-radius:.75em;margin-bottom:2.5em}.search-box input{width:100%;padding:8px;background-color:inherit;border:none;border-radius:.75em}.filter-sections h4{margin-top:0}.filter-category,.filter-type,.filter-price-range,.filter-order{margin-bottom:15px}.filter-category h5,.filter-type h5,.filter-price-range h5,.filter-order h5{margin-bottom:10px}.filter-category label,.filter-order label{display:flex;gap:.5em;margin-bottom:1em;font-size:.7rem;font-weight:var(--fw-medium)!important;color:#7c48b5}.filter-price-range label{display:block;margin-bottom:5px}.filter-price-range input{width:100%;margin:5px 0}.orderby-section .filter-title{color:var(--surface-dark-active)}.card-component{width:100%;border-radius:20px}.card-component__image-wrapper{width:100%;overflow:hidden}.card-component__image-wrapper,.card-component__image-wrapper img{border-top-left-radius:1rem;border-top-right-radius:1rem;transition:.3s}.card-component:hover{cursor:pointer}.card-component:hover .card-component__image{transform:scale(1.1)}.card-component-text-wrapper{padding-top:.3em;padding-bottom:8px;transition:.3s}.card-component-text-header{font-size:1.8rem;font-weight:500;color:#333}.card-component-text-info{display:flex;justify-content:space-between;margin-top:1em}.card-component-text-info-price span{display:block}.card-component-text-info-price span:nth-child(1){font-size:10.667px;font-weight:400;color:#6f6f6f}.card-component-text-info-price span:nth-child(2){font-size:1.3em;color:#00ac4f}.card-component-button{font-size:12px;font-weight:600;color:#000b7b;border:1px solid #000B7B;border-radius:10px;background-color:#fff;padding:7.665px 11.333px;transition:.3s}.card-component:hover .card-component-text-wrapper{transform:scale(.95)}.card-component:hover .card-component-button{color:#fff;background:#000b7b}.by-category-card-component-text-header{font-size:13.333px;color:#212121;text-align:center}.nft-card-component{background:#eef2f7}.card-component-text-info-price-availability{display:flex;flex-direction:column;align-items:end}.card-component-text-info-price-availability span:nth-child(2){font-size:14.667px!important;font-weight:400;color:#6f6f6f}.card-component-text-info-sec{display:flex;align-items:center!important;margin-top:1em}.card-component-text-info__time-left{color:#ff772d}.by-category-card-component{padding:.5em}.nft-card{width:100%;min-width:150px;max-width:250px;border-radius:12px;overflow:hidden;background-color:#f6f6f6}.nft-card-image{width:100%;overflow:hidden}.nft-image{width:100%;height:100%;object-fit:cover;border-top-left-radius:12px;border-top-right-radius:12px}.nft-card-details{padding:16px}.nft-title{font-size:1.25rem;font-weight:var(--fw-semibold);margin:0;color:#000}.nft-price-label{font-size:14px;color:gray;margin:.8em 0 0}.nft-price{font-size:20px;font-weight:700;color:#000;margin:0}.nft-last-sale{font-size:14px;font-weight:var(--fw-semibold);color:#6f6f6f;margin-top:12px}.fashion-market-place{width:100%;max-width:992px;margin:auto;min-height:100vh}.fashion-market-place__item-section{display:flex;align-items:flex-start;gap:1em}@media (max-width:992px){.fashion-market-place__item-section{flex-direction:column}}.fashion-market-place__header-card{text-align:center;margin-top:4em;display:flex;flex-direction:column;justify-content:center;align-items:center}.fashion-market-place__header-card>h1{max-width:700px;font-size:2.8rem}.fashion-market-place__header-card>h1>span{color:#ff812d}.fashion-market-place__header-card>p{font-size:1.75rem;font-weight:var(--fw-regular);color:var(--surface-dark-active)}.fashion-market-place__item-section__items{width:100%;display:flex;flex-wrap:wrap;gap:1em}.fashion-market-place__item-section__item{flex:1 1 calc(25% - 10px);min-width:200px;min-height:200px;padding:.5em;border-radius:.685em;background-color:var(--surface-normal)}.fashion-market-place__item-section__item:hover{cursor:pointer}@media (max-width: 1200px){.fashion-market-place__item-section__item{flex:1 1 calc(33.33% - 10px)}}@media (max-width: 992px){.fashion-market-place__item-section__item{flex:1 1 calc(50% - 10px)}}@media (max-width: 576px){.fashion-market-place__item-section__item{flex:1 1 calc(100% - 10px)}}.fashion-market-place__item-section__item__card__image{overflow:hidden}.fashion-market-place__item-section__item__card__image,.fashion-market-place__item-section__item__card__image img{border-top-left-radius:.685em;border-top-right-radius:.685em;transition:.5s}.fashion-market-place__item-section__item:hover{background:#000a7a0d}.fashion-market-place__item-section__item:hover .fashion-market-place__item-section__item__card__image img{transform:scale(1.1)}.fashion-market-place__item-section__item__card__title{font-size:.9rem;font-weight:var(--fw-bold);padding:1em;text-align:center}.community{padding:2em;display:flex;align-items:flex-start;gap:2em}.community__right-pane{width:100%;min-height:200px}.community__left-pane{width:40%;min-width:350px;max-width:413px}.community__right-pane__headers{display:flex;justify-content:center;align-items:center;gap:1.5em;list-style:none}.community__right-pane__header{font-size:1.1235rem;font-weight:var(--fw-semibold);color:#6f6f6f;cursor:pointer}.community__right-pane__headers .active{color:#212121;position:relative}.community__right-pane__headers .active:after{content:"";position:absolute;bottom:-.5em;left:0;width:100%;height:4px;background:#9cd456;border-radius:4px}.community__right-pane__post-box{width:100%;height:183px;background:#f6f6f6;margin:4em 0 2em;border-radius:10px;overflow:hidden;display:flex;flex-direction:column}.community__right-pane__post-box textarea{font-weight:var(--fw-medium);width:100%;height:100%;min-height:100px;background:#f6f6f6;padding:1.5em;resize:none;border:none}.community__right-pane__post-box textarea:focus{outline:none}.community__right-pane__post-box__elements{width:100%;height:70px;padding:.5em 1em;display:flex;justify-content:space-between;align-items:center;gap:2em}.community__right-pane__post-box__elements ul{display:flex;justify-content:flex-start;align-items:center;gap:1em;list-style:none;padding-left:0}.community__right-pane__post-box__elements ul li{width:18.3px;cursor:pointer}.community__right-pane__post-box__elements__download{width:40px;height:40px;border-radius:50px;background-color:#000b7b80;display:flex;justify-content:center;align-items:center;font-size:1.5rem;color:#fff;cursor:pointer}.community__right-pane__posts{margin:2em 0}.community__right-pane__post{width:100%;margin-bottom:1.5em;border-bottom:1px solid #DCDCDC;display:flex;align-items:flex-start;gap:1em}.community__right-pane__user-image{width:48px;border-radius:10px;overflow:hidden}.community__right-pane__post-elements{width:100%}.community__right-pane__post-elements__header{font-family:var(--font-poppins);font-size:1rem;font-weight:var(--fw-semibold);color:#212121;margin-bottom:1em}.community__right-pane__post-elements__header span{font-size:.825rem;color:#6f6f6f}.community__right-pane__post-elements__text{font-size:1rem;color:#212121}.community__right-pane__post-elements__image{margin-top:1em}.community__right-pane__post-elements__interactions{display:flex;justify-content:space-between;align-items:center;gap:1rem;color:#6f6f6f;padding:1em;margin-top:1.5em}.community__right-pane__post-elements__interactions ul{list-style:none;padding-left:0;gap:1em}.community__right-pane__post-elements__interactions ul img{margin-right:.4em}.community__right-pane__post-elements__interactions__menu{font-size:1.5rem;font-weight:700}.community__left-pane__header{display:flex;justify-content:space-between;align-items:center;gap:1.5em}.community__left-pane__header p:first-child{font-weight:var(--fw-semibold)}.community__left-pane__header p:nth-child(2){color:#000b7b80}.community__left-pane__post-lists{margin-top:2em}.community__left-pane__post-list{display:flex;align-items:flex-start;gap:1em;margin-bottom:1.5em}.community__left-pane__post-list-image{width:48px;border-radius:10px;overflow:hidden}.community__left-pane__post-list__user{font-size:1rem;font-weight:var(--fw-semibold);color:#212121}.community__left-pane__post-list__texts{font-size:.825rem;color:#6f6f6f}.community__left-pane__post-list__indicator{font-size:.825rem;font-weight:var(--fw-medium);color:#212121;background:#ededed;padding:2px 12px;border-radius:7px}.community-follow-btn{background:#000b7b!important;color:#fff;cursor:pointer}.footer{margin-top:5em;padding:1.25em;background:#e9ebf8}.footer__container{font-weight:var(--fw-regular);width:100%;max-width:1200px;margin:auto;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;row-gap:4em;font-size:.9rem}.stay-in-loop{font-weight:var(--fw-medium);color:var(--surface-normal-active)}.stay-in-loop-descr{font-size:.8rem;color:var(--surface-dark-hover)}.footer__container div h3{color:#aaa;font-size:14px;text-transform:uppercase;margin-top:0}.footer__container div ul{list-style-type:none;padding:0}.footer__container div ul li{margin:5px 0}.footer__container div ul li a{text-decoration:none;color:#555}.footer__container div ul li a:hover{text-decoration:underline}.newsletter{display:flex;align-items:center;max-width:inherit}.newsletter input{padding:10px;border:1px solid #ccc;border-radius:5px 0 0 5px}.newsletter button{padding:10px;border:none;background-color:navy;color:#fff;border-radius:0 5px 5px 0;cursor:pointer}.social-icons{display:flex;margin-top:10px}.social-icons a{margin-right:10px;text-decoration:none}.social-icons img{width:30px;height:30px}.divider-footer{width:100%;max-width:1200px;height:1px;border:1px solid #333;margin:1em auto}.footer-sec{font-weight:var(--fw-regular);color:var(--surface-darker)}.footer-sec>p>span{text-decoration:underline}.footer-sec>p>span:hover{cursor:pointer}.signup__side-pane__logo{padding:25px}.signup__main_pane__header{font-size:2.25rem;color:var(--text-darker)}.signup__main_pane__text-sec{font-size:1.125rem;color:var(--surface-dark-active);margin-top:-.2em}.signup__main_pane__user-profile__social-buttons{display:flex;justify-content:space-between;align-items:center;gap:.5em}.signup__social-button{border:1px solid var(--surface-dark);padding:.7em 3.5em;border-radius:1em;cursor:pointer;display:flex;justify-content:center;align-items:center}.signup__social-button>img{width:100%;max-width:30px}.signup__main_pane__user-profile__separator{text-align:center;margin:20px 0;position:relative}.signup__main_pane__user-profile__separator span{background-color:#fff;padding:0 10px}.signup__main_pane__user-profile__separator:before{content:"";position:absolute;top:50%;left:0;right:0;height:1px;background-color:#e0e0e0;z-index:-1}.signup__main_pane__user-profile__form{color:var(--surface-dark-active)}.signup__main_pane__user-profile__form__inputs{border:1px solid var(--surface-dark);border-radius:1em}.signup__main_pane__user-profile__form__inputs>input{font-size:.9rem;font-weight:inherit;height:45px;border:none;background-color:none;border-radius:1em}.signup__main_pane__user-profile__form__inputs>input::placeholder{color:var(--surface-dark-active)}.signup__main_pane__user-profile__form__inputs>input:focus{outline:none;box-shadow:none}.signup-supports-pass{font-weight:var(--fw-regular);color:var(--success-normal)}.signup-supports-pass>span:nth-child(1){display:inline-block;width:18px;height:18px;background-color:var(--success-normal);border:none;border-radius:50px;color:var(--text-light);font-size:.7rem}.signup-supports-not-pass{font-weight:var(--fw-regular);color:var(--surface-normal-active)}.signup-supports-not-pass>span:nth-child(1){display:inline-block;width:18px;height:18px;background-color:var(--surface-normal-active);border:none;border-radius:50px;color:var(--text-light);font-size:.7rem}.signup__main_pane__user-profile__form__submit-button{display:block;margin:4em auto auto;width:100%;max-width:512px;height:60px;color:var(--primary-light);background-color:var(--primary-normal)!important;border-radius:1em;border:none;transition:var(--delay-300ms) linear}.signup__main_pane__user-profile__form__submit-button:disabled{background-color:#000a7a80!important}.signup__main_pane__user-profile__signup-alt{text-align:center;margin-top:3em}.signin{width:100%;min-height:100vh;display:flex;justify-content:flex-start;align-items:flex-start;gap:4em}.signin__side-pane{position:sticky;top:0;left:0;width:30%;max-width:300px;min-width:250px;height:100vh;background-image:url(/assets/sidebg-B-LdN70Q.png)}.signin__main_pane{width:100%;margin-top:130px;max-width:400px}@media (max-width: 768px){.signin{justify-content:center;padding:1em 2em}.signin__side-pane{display:none}}.signin__side-pane__logo{padding:25px}.signin__main_pane__header{font-size:2.25rem;color:var( --text-darker)}.signin__main_pane__text-sec{font-size:1.125rem;color:var(--surface-dark-active);margin-top:-.2em}.signin__main_pane__user-profile__social-buttons{display:flex;justify-content:space-between;align-items:center;gap:.5em}.signin__social-button{border:1px solid var(--surface-dark);padding:.7em 3.5em;border-radius:1em;cursor:pointer;display:flex;justify-content:center;align-items:center}.signin__social-button>img{width:100%;max-width:30px}.signin__main_pane__user-profile__separator{text-align:center;margin:20px 0;position:relative}.signin__main_pane__user-profile__separator span{background-color:#fff;padding:0 10px}.signin__main_pane__user-profile__separator:before{content:"";position:absolute;top:50%;left:0;right:0;height:1px;background-color:#e0e0e0;z-index:-1}.signin__main_pane__user-profile__form{color:var(--surface-dark-active)}.signin__main_pane__user-profile__form__inputs{border:1px solid var(--surface-dark);border-radius:1em}.signin__main_pane__user-profile__form__inputs>input{font-size:.9rem;font-weight:inherit;height:45px;border:none;background-color:none;border-radius:1em}.signin__main_pane__user-profile__form__inputs>input::placeholder{color:var(--surface-dark-active)}.signin__main_pane__user-profile__form__inputs>input:focus{outline:none;box-shadow:none}.signin__main_pane__user-profile__form__login-additionals{font-size:.9rem}.signin__main_pane__user-profile__form__login-additionals__forget-password{color:var(--primary-normal)}.signin__main_pane__user-profile__form__submit-button{display:block;margin:4em auto auto;width:100%;max-width:512px;height:60px;color:var(--primary-light);background-color:var(--primary-normal)!important;border-radius:1em;border:none;transition:var(--delay-300ms) linear}.signin__main_pane__user-profile__form__submit-button:disabled{background-color:#000a7a80!important}.signin__main_pane__user-profile__signin-alt{text-align:center;margin-top:3em}input[type=number]::-webkit-outer-spin-button,input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}.verify-email{width:100%;min-height:100vh;font-weight:var(--fw-medium);display:flex;justify-content:flex-start;gap:4em;position:relative}.verify-email__side-pane{width:30%;max-width:300px;min-width:250px;height:100vh;background-image:url(../images/sideimage.png);position:sticky;top:0;left:0}.verify-email__main-pane{margin-top:130px;width:100%;max-width:400px}.verify-email__side-pane__logo{padding:25px}.verify-email__main_pane{width:100%;max-width:400px}@media (max-width: 768px){.verify-email{justify-content:center;padding:1em 2em}.verify-email__side-pane{display:none}}.email-verification-container{display:flex;flex-direction:column;align-items:center;height:100vh;color:var(--surface-dark)}.email-verification-container__headers h1{font-size:2.25rem;color:var(--text-darker)}.email-verification-container__headers p{font-size:1.125rem;margin-bottom:20px;color:var(--surface-dark-active)}.email-verification-container__enter-code{font-size:1.2rem;color:var(--surface-dark-active);margin-bottom:1rem;font-weight:600}.code-inputs{display:flex;gap:10px;margin-bottom:20px}.code-inputs input.has-data{border-color:var(--primary-normal)}.code-inputs input{width:calc(100% / 6);max-width:60px;height:60px;text-align:center;font-size:18px;border:1px solid #ccc;border-radius:1em;background:var(--surface-normal)}.email-verification-container__code-sent{color:var(--surface-dark-active)}.email-verification-container__verify-btn{display:block;width:100%;height:50px;border:none;background:var(--primary-normal);color:#fff;border-radius:1em;margin-bottom:1em;transition:.5s}.email-verification-container__verify-btn:disabled{background:#000a7a80}.email-verification-container__resend-btn{font-weight:var(--fw-medium);color:var(--surface-dark-active);background:none!important;border:none}.verify-email-modal{position:fixed;top:0;left:0;z-index:10;width:100%;height:100vh;background-color:#00000080;display:flex;justify-content:center;align-items:center}.verify-email-modal__card{width:100%;max-width:400px;min-height:300px;min-width:250px;margin:0 1em;padding:3em!important;background:var(--primary-light);border-radius:1.25em;display:flex;flex-direction:column;justify-content:space-around;align-items:center}.verify-email-modal__card__title{font-size:1.3rem;margin-top:1em}.verify-email-modal__card__body{font-weight:var(--fw-medium)}.verify-email-modal__card__cta{width:100%;max-width:300px;height:50px;border:none;border-radius:.685em;background:var(--primary-normal);color:var(--primary-light)!important}.onboarding-profile-main-pane{max-width:514px!important;margin-top:5em!important}.signup__form__title{font-size:1.375rem}.init-page__container__skip-btn{position:absolute;top:125px;right:1em;font-size:18px;border:none;background-color:inherit}@media (max-width:767px){.init-page__container__skip-btn{top:300px}}.onboarding-profile__form__title{font-size:22px;font-weight:var(--fw-medium)}.onboarding-profile__form__text-area{color:#828282;width:100%;margin-top:4em;min-height:171px;padding:1.5em;background-color:#f6f6f6;border:1px solid var(--surface-dark);border-radius:var(--br-sec);outline:none}.onboarding-profile-form__button{font-weight:var(--fw-medium)}.onboarding-items__main-pane{max-width:600px!important;margin-top:5em!important}.onboarding-items__images{display:flex;flex-wrap:wrap;justify-content:space-between;gap:1em}.onboarding-items__item{width:calc(50% - .75rem);max-width:300px}.onboarding-items__item-image{position:relative}.onboarding-items__item-image img{border-radius:18px}.onboarding-items__item__btn{width:50px;height:50px;border:none;border-radius:50px;background-color:#fff;position:absolute;top:1em;right:1em;transition:var(--delay-300ms)}.onboarding-items__item__btn-selected{background-color:#219653;color:#fff}.onboarding-items__item__btn-not-selected{background-color:#fff}.onboarding-items__item__title{font-size:1.2rem;font-weight:500}.two-FA__main-pane{margin-top:5em!important}.two-FA__main-pane__header{margin-bottom:3em}.two-FA__main-pane__qr-code{text-align:center;margin:2.5em auto}.two-FA__key-entry-box{border:1px solid gray;display:flex;justify-content:space-between;border-radius:16px}.two-FA__key-entry-box input{width:100%;height:50px;border:none;border-radius:16px;font-size:1rem;font-weight:500;padding:0 1em}.two-FA__key-entry-box input:focus{outline:none;text-transform:uppercase}.two-FA__key-entry-box span{width:30%;min-width:100px;max-width:130px;background:#e9e9e9;border-radius:16px;display:flex;justify-content:center;align-items:center}.two-FA-form-button:disabled{background-color:#000a7a80!important}.tfa-modal-container{position:fixed;top:0;left:0;z-index:10;width:100%;height:100vh;background:#0006;display:flex;justify-content:center;align-items:center}.two-FA-header{font-size:1.7rem;font-weight:var(--fw-semibold);margin-bottom:1.2em}.tfa-modal-btns button{width:100%;max-width:300px;height:50px;border:none;border-radius:.685em;background:var(--primary-normal);color:var(--primary-light);font-size:1rem;font-weight:var(--fw-bold)}.tfa-modal-btns button:first-child{background:none;color:#333;border:1px solid gray!important}.forget-password-form-back-to-login-button{font-weight:var(--fw-bold);color:#828282;margin-top:1em!important;background-color:#fff!important;border:1px solid var(--surface-dark)}.dashboard{width:100%}.dashboard__header{font-family:var(---font-lato);font-size:20px;font-weight:500;margin:40px 0;color:#000}.dashboard__summary{display:flex;justify-content:space-between;align-items:center;padding:1em;border-bottom:1px solid #DCDCDC}.dashboard__summary__card__title{font-size:14px;font-weight:500;color:#4f4f4f;margin-bottom:1em;display:flex;align-items:center;gap:.8em}.dashboard__summary-side-border-pri-red,.dashboard__summary-side-border-pri-green,.dashboard__summary-side-border-pri-blue,.dashboard__summary-side-border-sec{display:inline-block;width:4px;border-radius:24px}.dashboard__summary-side-border-pri-red{height:16px;background-color:red}.dashboard__summary-side-border-pri-green{height:16px;background-color:#27ae60}.dashboard__summary-side-border-pri-blue{height:16px;background-color:#3878c3}.dashboard__summary-side-border-sec{height:50px;background-color:#dcdcdc}.dashboard__summary__card__figure{font-size:18px;font-weight:500;line-height:42px}.dashboard__summary__card__figure span{font-size:12px;color:#828282}.dashboard__summary__card__nft-balance{font-size:12px;font-weight:500;color:#828282}.dashboard__summary__card__trend{display:flex;align-items:center;gap:.8em;color:#27ae60}.trend-down{color:#eb5757}.divider{width:1px;height:70px;background-color:#dcdcdc}.dashboard__card-items-title{font-size:1.5em;font-weight:500}.dashboard__transactions{margin:5em 1em}.transaction-header{display:flex;justify-content:space-between;align-items:center;padding:10px 0;background-color:#fff;margin-bottom:2em}.transaction-header__title{font-size:18px;font-weight:500;color:#333;margin:0}.transaction-header__controls{display:flex;align-items:center}.transaction-header__time-filters{display:flex;gap:10px;border:.1em solid #DCDCDC;border-radius:12px;padding:.2em}.transaction-header__time-filter{padding:5px 10px;border:1px solid #ccc;border-radius:10px;background-color:#fff;font-size:14px;color:#333;cursor:pointer;transition:border-color .3s,background-color .3s}.transaction-header__time-filter--active{border-color:#7ed321;color:#7ed321}.transaction-header__time-filter:hover{border-color:#999}.transaction-header__chain-selector{margin-left:20px}.transaction-header__chain-button{padding:7.5px 15px;border:.1em solid #DCDCDC;border-radius:10px;background-color:#fff;font-size:14px;color:#333;cursor:pointer;display:flex;align-items:center}.transaction-header__chain-arrow{margin-left:5px;font-size:12px}.transaction-header__chain-button:hover{border-color:#999}.dashboard__card-items-section{display:flex;flex-direction:column;gap:28px;width:100%;margin-top:50px}.dashboard__card-items-header{display:flex;justify-content:space-between;align-items:center;gap:2em}.dashboad__card-items-nav-btn{display:flex;justify-content:center;align-items:center;gap:1em}.dashboad__card-items-nav-btns{display:flex;justify-content:flex-start;align-items:center;gap:1em}.dashboad__card-items-nav-btns button{width:38px;height:38px;background-color:#fff;border-radius:15px;border:1px solid #9CD456}.dashboad__card-items-nav-btn--active{background:#9cd456!important}.dashboard__card-wrapper{display:flex;flex-wrap:nowrap;align-items:center;gap:1em;max-width:100%;overflow:scroll}.dashboard__card-wrapper::-webkit-scrollbar{display:none}.dashboard__cards__cta{margin:auto 2em;width:200px;height:50px;border-radius:12px;color:#252e8e;border:1px solid rgb(0,172,79);background-color:#fff;font-size:1.4rem;font-weight:500}.recent-transaction-table-wrapper{width:100%;max-width:100%;overflow-x:scroll}.recent-transaction-table-wrapper::-webkit-scrollbar{display:none}.transaction-table{width:100%;min-width:650px;border-collapse:separate;border-radius:10px;overflow:hidden;border-spacing:0;border:1px solid #DCDCDC}.transaction-table__header-cell,.transaction-table__cell{padding:10px;text-align:left;border-bottom:1px solid #ddd}.transaction-table__header-cell{background-color:#f9f9f9;font-weight:400}.transaction-table__image{width:50px;height:50px;border-radius:5px}.transaction-table__status{display:inline-block;width:12px;height:12px;border-radius:50%;margin-right:.5em}.transaction-table__status--success{background-color:green}.transaction-table__status--pending{background-color:orange}.transactions{padding:0 4em}.search-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2em;border-radius:10px}.search-header__search-box{display:flex;align-items:center;border-radius:12px;border:1px solid #dcdcdc;width:100%;max-width:500px}.search-header__search-icon{margin-right:10px;color:#999;font-size:18px;background:#fff;border-radius:15px}.search-header__input{border:none;outline:none;background:transparent;flex-grow:1;font-size:16px;color:#333;border-radius:15px}.search-header__time-filters{display:flex;gap:10px;padding:.1em;border:1px solid #dcdcdc;border-radius:10px}.search-header__time-filter{width:38px;height:38px;border-radius:10px;font-size:14px;cursor:pointer;transition:border-color .3s,background-color .3s;display:flex;justify-content:center;align-items:center}.search-header__time-filter--active{border:1px solid #7ed321;color:#7ed321}.search-header__time-filter:hover{border-color:#999}.topTrendingNFTs{position:relative}.back_btn-bar{display:flex;align-items:center;gap:.5em;font-size:1.125rem;width:100%;padding:16px 45px;color:#333;background-color:#fff;border:1px solid #4B465C14;cursor:pointer}.back_btn-bar__arrowback-icon{display:inline-block;width:20px;height:20px;background-color:#4b465c14;border-radius:50px;display:flex;justify-content:center;align-items:center}.topTrendingNFTs__banner{width:100%;height:350px;border-radius:0 0 80px 80px;background-image:url(/assets/toptrendingpagebgimg-BzKkJx_k.svg);background-position:center;background-size:cover;background-repeat:no-repeat}.topTrendingNFTs__info-card{display:block;margin:-12em auto 0;padding:3em;width:100%;max-width:calc(100% - 5em);min-height:300px;background:#c1c1c14d;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:12px}.top-trending-nfts__card-wrapper{max-width:100%;padding:1em 0;border:2px solid red;overflow:scroll;display:flex;align-items:center}.topTrendingNFTs__info-card{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:2em}.topTrendingNFTs__info-card__title{width:100%;display:flex;justify-content:space-between;align-items:flex-start}.topTrendingNFTs__info-card__btns button{width:35px;height:35px;background-color:#050b1c1a;color:#fff;border:none;border-radius:5px}.topTrendingNFTs__info-card__summary__cards{display:flex;justify-content:space-between;align-items:center;gap:1.5em;color:#fff;padding:2.5em 2em}.topTrendingNFTs__info-card__summary__card{text-align:center}.topTrendingNFTs__info-card__summary__card__key{font-size:.9rem;font-weight:300;margin-bottom:.5em}.topTrendingNFTs__info-card__summary__card__value{font-size:1.15em;font-weight:700}.topTrendingNFTs__info-card__text{font-size:1.03em;color:#000}.NFTItem__details__title{font-size:2rem}.NFTItem__details__description{font-size:.8rem}.NFTItem__info{display:flex;align-items:flex-start;gap:1em}.NFTItem__info-image{max-width:568px;background-color:#aaa;border-radius:12px;overflow:hidden;margin:auto}.NFTItem__info-image img{transition:.3s}.NFTItem__info-image:hover img{transform:scale(1.1);cursor:pointer}.NFTItem__details{border-radius:12px}.NFTItem__details__owners-pics-group{font-size:.9rem;margin:1em 0;padding:.5em 0;border-top:1px solid #dcdcdc;border-bottom:1px solid #dcdcdc}.NFTItem__details__ctas{display:flex;gap:.5em}.NFTItem__details__ctas button{padding:.5em 1em;border:1px solid #dcdcdc;border-radius:10px;display:flex;align-items:center;gap:.5em}.NFTItem__details__fw{width:100%;border:1px solid #dcdcdc}.NFTItem__details__price{background:#c4c4c4;padding:.8em 2em;border-radius:20px}.NFTItem__details__price P:nth-child(1){font:.9em;font-weight:300}.NFTItem__details__price P:nth-child(2){font-size:1.4rem;font-weight:600}.NFTItem__details__buy-btn,.NFTItem__details__bid-btn{font-weight:600;width:100%;height:45px;margin-top:1.5em;border-radius:10px}.NFTItem__details__buy-btn{background-color:#9cd456}.NFTItem__details__bid-btn{background:#000b7b;color:#fff}.NFTItem__tansactions-sections{margin-top:4em}.NFTItem__tansactions-sections__title{font-size:1.4rem;font-weight:var(--fw-medium)}.NFTItem__carousel{margin-top:4em}.NFTItem__carousel__title{font-size:1.4rem;font-weight:var(--fw-regular)}.NFTItem__carousel__items{width:100%;max-width:100%;overflow:scroll;display:flex;gap:.5em}.NFTItem__carousel__items::-webkit-scrollbar{display:none}.NFTItem__place-bod-wrapper{position:fixed;top:0;left:0;z-index:11;width:100vw;height:100vh;background-color:#00000080;display:flex;justify-content:center;align-items:center}.place-bid-card{width:100%;max-width:500px;padding:20px;background-color:#fff;border-radius:10px;box-shadow:0 5px 15px #0000001a;position:relative}.place-bid-card__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.place-bid-card__title{font-size:24px;font-weight:var(--fw-medium);margin:0}.place-bid-card__close-btn{background:none;border:none;font-size:18px;cursor:pointer}.place-bid-card__description{font-size:14px;font-weight:var(--fw-regular);color:#888;margin-bottom:20px}.place-bid-card__bid-info{background-color:#f4f4f4;padding:15px;border-radius:8px;margin-bottom:20px}.place-bid-card__bid-label{font-size:14px;font-weight:var(--fw-regular);color:#666}.place-bid-card__bid-value{font-size:1.4em;font-weight:var(--fw-bold);color:#000}.place-bid-card__input-container{margin-bottom:20px}.place-bid-card__input{width:100%;padding:12px;font-size:16px;border-radius:8px;border:1px solid #ddd;box-sizing:border-box}.place-bid-card__submit-btn{width:100%;padding:12px;background-color:#001a72;color:#fff;font-size:16px;font-weight:700;text-align:center;border-radius:8px;border:none;cursor:pointer;transition:background-color .3s}.place-bid-card__submit-btn:hover{background-color:#000a47}.payment-card{width:100%;max-width:500px;padding:20px;background-color:#fff;border-radius:12px;box-shadow:0 5px 15px #0000001a;position:relative}.payment-card__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.payment-card__title{font-size:24px;font-weight:var(--fw-medium);margin:0}.payment-card__close-btn{background:none;border:none;font-size:18px;cursor:pointer}.payment-card__description{font-size:.9rem;font-weight:var(--fw-regular);color:#888;margin-bottom:1em}.payment-card__amount-info{background-color:#f4f4f4;padding:15px;border-radius:8px;margin-bottom:1em;position:relative}.payment-card__amount-label{font-size:14px}.payment-card__amount-value{font-size:24px;font-weight:700;color:#000}.payment-card__gas-fees{font-size:12px;font-weight:var(--fw-regular);color:#ff5733;margin-left:1em}.payment-card__method{margin-top:10px;padding:1em;border-radius:10px;background:#f8f9ff}.payment-card__method-label{font-size:14px;margin-bottom:10px;display:block}.payment-card__method-option{display:flex;justify-content:space-between;align-items:center;padding:.6em;background-color:#f8f9fa;border-radius:8px;margin-bottom:10px;cursor:pointer;border:1px solid #000B7B80}.payment-card__method-icon{width:30px;height:30px;margin-right:10px;border-radius:50px}.payment-card__method-text{flex-grow:1;font-size:16px;color:#333}.payment-card__method-arrow{font-size:20px;color:#000b7b80}.orders{width:100%;border:1 px solid red}.orders__advert-banner{width:100%;height:150px;background-color:#fff6eb;border-radius:10px;display:flex;justify-content:center;align-items:center}.orders__pagination{display:flex;justify-content:space-between;align-items:center;gap:1.5em;margin-top:2.5em}.orders__table__nav-btn{padding:.5em 2em;background:#fff;border:1px solid rgb(156,212,86);border-radius:15px}.orders__pagination__numbers{display:flex;justify-content:space-between;align-items:center;gap:1em;color:gray}.orders__pagination__numbers span{cursor:pointer}.cart-card{position:fixed;top:0;left:0;z-index:20;width:100%;height:100%;background-color:#0006}.cart-card__container{width:100%;height:100%;max-height:100%;position:relative}.card-card__card{width:100%;max-width:400px;min-height:300px;max-height:calc(100% - 9em);background-color:#fff;padding:1.8em 1.5em;border-radius:1em;overflow:scroll;position:absolute;right:3em;top:7em;transition:1s}.card-card__card::-webkit-scrollbar{display:none}.cart-card__body__item{padding:.625em;height:80px}.cart-card__header{display:flex;justify-content:space-between;align-items:center;gap:2em;color:#333}.cart-cart_close-btn{font-size:3rem;border:none;background:inherit}.cart-card__body__item_image{height:100%;border-radius:.6em}.cart-card__body__item_image img{border-radius:.6em}.cart-card__body__item__title,.cart-card__body__item__creator{font-size:.8rem;font-weight:400}.cart-card__body__item__price{font-size:1rem}.cart-card__body__item__delete-btn{font-size:1.3rem;color:gray;border:none;background:inherit}.cart-card__body__payment-options{padding:2em 1.5em;border-radius:.375em}.cart-card__body__payment-options__header{font-size:1.1rem}.cart-card__body__payment-option{background:#f6f6f6;padding:4px 6px;border-radius:1rem}.cart-card__body__payment-option__image,.cart-card__body__payment-option__image img{border-radius:.6rem}.cart-card__footer__btn{font-size:1.1rem;font-weight:600;width:100%;height:40px;background-color:#000b7b;color:#fff;border-radius:.625em;border:none}.cart-card__body__invoice{color:#696f70;padding-top:1.3em;padding-bottom:.7em;border-radius:.375em}.cart-card__body__invoice__header,.cart-card__body__invoice__total{color:#333}.cart-card__body__invoice__sub-total,.cart-card__body__invoice__total{font-size:.75rem;font-weight:var(--fw-regular)}.cart-card__body__invoice__sub-total{border-bottom:1px dashed gray}.my-collections__header-title{font-size:1.75rem;color:#212121}.my-collections__nav-buttons{padding:.3em;border-radius:12px;background:#f8f8f8}.my-collections__nav-buttons button{height:40px;border:none;border-radius:10px;background:none;transition:.3s}.my-collections__nav-button-active{border:2px solid #9CD456!important;background-color:#fff!important}.created-nfts__item,.purchased-nfts__item{flex:1 1 calc(25% - 10px);min-width:200px;max-width:250px;min-height:200px;padding:.5em;border-radius:.685em;background-color:var(--surface-normal)}.collection-category__header{font-size:1.75rem;color:#212121}.collection-category__item{flex:1 1 calc(25% - 10px);min-width:200px;max-width:250px;min-height:200px}.wallet-header{font-size:1.75rem;color:#212121}.wallet__connect-wallet-container{background:#fbfbfb;padding:1em;border-radius:20px}.wallet__connect-wallet{width:100%;min-height:200px;margin:auto;display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:1em}.wallet__connect-wallet__header{font-size:1.2rem}.wallet__single-wallet{font-size:.8rem;width:calc(50% - 1em);background:#fff;color:#212121;padding:.8em 1em 3.5em;border-radius:18px}.wallet__single-wallet-image{width:30px;height:30px;border-radius:50px}.wallet__single-wallet-image img{border-radius:50px}.wallet__single-wallet-link,.wallet__single-wallet-link:active,.wallet__single-wallet-link:visited{color:#212121;text-decoration:none}.wallet__single-wallet__connect-button{font-weight:600;height:35px;margin-top:2em;border-radius:10px;border-width:1px;border-bottom:5px solid #555}.sellNFT-main{width:100%;max-width:768px;margin-bottom:10em}.sellNFT-main__form{width:100%;max-width:400px}.sellNFT-main__hints{border:1px solid gray;padding:1em;border-radius:15px}.sellNFT-main__hints-texts>p:nth-child(1){font-size:1.06rem;color:#000}.sellNFT-main__hints-texts>p:nth-child(2){font-size:.9rem;font-weight:400;color:gray}.custom_indicator{width:24px;height:13px;border-radius:20px;background:#9cd456;cursor:pointer;position:relative}.custom_indicator__stylus{display:inline-block;width:50%;height:90%;background:#fff;border-radius:50px;position:absolute;top:5%;transition:1s}.custom_indicator__stylus-unchecked{left:5%}.custom_indicator__stylus-checked{right:5%}.sellNFT-main__form__create-button{display:block;font-size:1.2rem;letter-spacing:.03em;margin:4em auto auto;width:100%;max-width:512px;height:50px;color:var(--primary-light);background-color:var(--primary-normal)!important;border-radius:1em;border:none;transition:var(--delay-300ms) linear}.sellNFT-main__form__create-button:disabled{background-color:#000a7a80!important}.PODItem__item-descr{width:100%;max-width:100%;margin:1.5em 0;display:flex;justify-content:space-between;align-items:flex-start;gap:1em}.PODItem__item-descr__photo-section{width:100%;min-height:30px}.PODItem__item-descr__big-photo{position:relative}.PODItem__item-descr__big-photo>p{width:100%;height:500px;background:#ccc;border-radius:20px}.PODItem__item-descr__small-photo{display:flex;justify-content:center;gap:.5em}.PODItem__item-descr__big-photo__nav-button-lft,.PODItem__item-descr__big-photo__nav-button-rgt{position:absolute;top:50%;height:38px;width:38px;background:#fff;border:1px solid var(--secondary1-normal);border-radius:var(--br-sec)}.PODItem__item-descr__big-photo__nav-button-active,.PODItem__similar-items__nav-btn-active{background:var(--secondary1-normal)!important}.PODItem__item-descr__big-photo__nav-button-lft{left:0}.PODItem__item-descr__big-photo__nav-button-rgt{right:0}.PODItem__item-descr__small-photo>div{width:20%;height:90px;background:#ccc;border-radius:20px}.PODItem__item-descr__info-section{width:100%;min-height:30px}.PODItem__item-descr__info__btn-outgoing{width:35px;padding:.3em .5em;background-color:#050b1c1a;color:#000b7b;border:none;border-radius:5px}.bulk-price-calculator{width:100%;border:1px solid #e0e0e0;border-radius:8px;padding:1em;background-color:#f5f5f5;box-shadow:0 2px 5px #0000001a;font-family:var(--font-lato)}.bulk-price-calculator__header{display:flex;justify-content:space-between;align-items:center;cursor:pointer}.bulk-price-calculator__title{margin:0;font-size:1.125rem;font-weight:var(--fw-medium);color:#212121}.bulk-price-calculator__icon{font-size:18px;color:#333;transition:transform .3s}.bulk-price-calculator__icon--expanded{transform:rotate(180deg)}.bulk-price-calculator__content{max-height:0;overflow:hidden;transition:max-height .3s ease}.bulk-price-calculator__content--expanded{max-height:200px}.bulk-price-calculator__info{font-size:14px;font-weight:var(--fw-regular);color:#555;margin:10px 0}.bulk-price-calculator__info--large{font-size:1.25rem;font-weight:var(--fw-regular);color:#000;margin:.8em 0}.bulk-price-calculator__progress-bar{width:100%;height:4px;background-color:#e0e0e0;margin:10px 0;border-radius:2px}.bulk-price-calculator__progress-bar-fill{width:50%;height:100%;background-color:#ff7a00;border-radius:2px}.pricing-delivery-card{width:100%;margin:20px auto;font-family:var(--font-lato)}.pricing-delivery-card__info{display:flex;justify-content:space-between;margin-bottom:20px}.pricing-delivery-card__box{width:45%;background-color:#f5f5f5;border-radius:10px;padding:20px;box-shadow:0 2px 5px #0000001a}.pricing-delivery-card__title{font-size:1rem;font-weight:var(--fw-medium);color:#212121;margin-bottom:8px}.pricing-delivery-card__box--delivery{display:flex;flex-direction:column;justify-content:space-between}.pricing-delivery-card__amount,.pricing-delivery-card__duration{font-size:1.75rem;font-weight:var(--fw-semibold);color:#333}.pricing-delivery-card__duration-container{margin-top:2em}.pricing-delivery-card__discount,.pricing-delivery-card__shipping{font-size:.75rem;font-weight:var(--fw-regular);color:#ff7a00;margin:5px 0}.pricing-delivery-card__discount{margin-top:2em}.pricing-delivery-card__location{font-size:.75rem;font-weight:var(--fw-regular);color:#ff7a00;margin:0 0 10px}.pricing-delivery-card__flag{font-size:.75rem;font-weight:var(--fw-regular);margin-right:5px}.pricing-delivery-card__button{width:100%;padding:.95em;background-color:#001a80;color:#fff;font-size:1.125rem;font-weight:var(--fw-medium);border:none;border-radius:5px;cursor:pointer;margin-bottom:20px}.pricing-delivery-card__button:hover{background-color:#000d40}.pricing-delivery-card__note{font-size:.85rem;font-weight:var(--fw-regular);color:#ff7a00;margin:0}.print-manual-card{width:100%;padding:1.5em;background:#f8f8f8;margin:2em 0;display:flex;justify-content:space-between;align-items:flex-start;gap:1em}.print-manual-card__box{width:25%;min-width:150px}.print-manual-card__box__header{font-size:1rem;vertical-align:end;color:#222;padding:1em 0;border-bottom:1px solid #dcdcdc;display:inline-block!important}.print-manual-card__box__header__icon{display:inline-block;margin-right:1em}.print-manual-card__box__sub-header__text{font-size:.8rem;font-weight:var(--fw-semibold);color:#222;margin-top:1.2em}.print-manual-card__box__section span,.print-manual-card__box__section a{font-size:.7rem;font-weight:var(--fw-regular);margin-right:.7em}.print-manual-card__box__section a{text-decoration:none;color:#1264a9}.print-manual-card__box__range-container{width:100%;height:4px;margin:.5em 0;background:#d9d9d9}.print-manual-card__box__range-value{width:50%;max-width:100%;height:100%;background-color:#333}.stat-section{font-family:var(--font-lato);width:100%;margin:2em 0}.stat-section__filters{width:100%;margin-bottom:1.5em;display:flex;align-items:center}.stat-section__filters>div{display:inline-block;padding:.2em;border:1px solid #DADADA9E;border-radius:12px;display:flex;align-items:center;gap:1em}.stat-section__filter{font-size:.9rem;font-weight:var(--fw-regular);padding:.7em 1.2em;border:1px solid inherit;border-radius:10px;cursor:pointer}.stat-section__filter--active{font-weight:var(--fw-medium);border:1px solid #9CD456!important}.stat-section__content{width:100%;min-height:200px}.stat-section__content>div{width:100%}.stat-section__content_description{display:flex;justify-content:space-between;gap:2em}.stat-section__content_description__card{width:100%;padding:1.3em;background:#f9f9f9;border:1px solid #C4C4C4;border-radius:24px}.stat-section__content_description__card__header{font-size:2.375rem;font-weight:var(--fw-medium);margin-bottom:.5em}.stat-section__content_description__card__description{font-size:.85rem;font-weight:var(--fw-regular);margin-bottom:1em}.stat-section__content_description__card__creator{font-size:.85rem;font-weight:var(--fw-regular);margin-bottom:1em;color:#6f6f6f}.stat-section__content_description__card__key-value-pair{width:100%;margin:.5em 0;display:flex;justify-content:space-between;align-items:center;gap:2em}.stat-section__content_description__card__key{font-size:.9rem;font-weight:var(--fw-regular)}.stat-section__content_description__card__value{font-size:.9rem;font-weight:var(--fw-semibold)}.PODItem__similar-items__nav-btns button{height:38px;width:38px;background:#fff;border:1px solid var(--secondary1-normal);border-radius:var(--br-sec)}.PODItem__similar-items{width:100%;max-width:100%;overflow:scroll}.PODItem__similar-items::-webkit-scrollbar{display:none}.PODItem__item-descr__techique-section__options{width:100%;padding:.2em;border:1px solid #DADADA9E;border-radius:12px;display:flex;justify-content:space-between;gap:.5em}.PODItem__item-descr__techique-section__option,.PODItem__item-descr__techique-section__option-active{width:50%;text-align:center;padding:10px 1em;border:none;background-color:#fff;border-radius:10px}.PODItem__item-descr__techique-section__option-active{font-weight:var(--fw-semibold);border:1px solid #9CD456}.PODItem__item-descr__techique-sub-section__embroidery-option{width:100%;padding:1em .8em;border:1px solid #DADADA9E;border-radius:12px;cursor:pointer;display:flex;align-items:center;gap:.5em}.PODItem__item-descr__techique-sub-section__embroidery-option span,.PODItem__item-descr__techique-sub-section__embroidery-option span.active{display:block;width:.9em;height:.9em;border:1px solid #DADADA9E;border-radius:50px}.PODItem__item-descr__techique-sub-section__embroidery-option span.active{border:2px solid greenyellow}.PODItem__item-descr__color-options{display:flex;gap:.75em}.PODItem__item-descr__color-options span{width:30px;height:30px;border-radius:8px;cursor:pointer}.PODItem__item-descr__fee-text{width:100%;padding:.75em 1em;margin:1.5em auto;background-color:#ebebeb;border-radius:10px}.nft-customization-page{position:relative}.nft-customization-page__navbar{width:100%;min-height:40px;max-height:70px;padding:16px 24px;border-bottom:1px solid gray;display:flex;justify-content:space-between;align-items:center;gap:2em}.nft-customization-page__navbar__header{display:flex;align-items:center;gap:1em}.nft-customization-page__navbar__header__text{font-size:1rem;font-weight:var(--fw-semibold)}.nft-customization-page__vertical-divider{height:35px;width:1.5px;background:#000}.nft-customization-page__navbar__cta{font-size:.875rem;font-weight:var(--fw-regular);color:#1d67ab;cursor:pointer}.nft-customization-page__sidebar-navbar-container{display:flex;justify-content:space-between;align-items:flex-start;gap:0}.nft-customization-page__aside{width:72px;height:calc(100vh - 140px);padding:8px 4px;border-right:1px solid gray;display:flex;flex-direction:column;justify-content:space-between;align-items:center;gap:2rem}.nft-customization-page__aside__items{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.nft-customization-page__aside__items__container{display:flex;flex-direction:column;gap:1.5em}.nft-customization-page__aside__items{cursor:pointer}.nft-customization-page__left-pane-container{width:100%;height:calc(100vh - 140px);display:flex;justify-content:space-between;align-items:flex-start;gap:0em}.nft-customization-page__expandanble-selection-list{width:100%;max-width:500px;height:100%;padding:8px 24px}.nft-customization-page__main-pane{width:100%;height:100%;background:#f9f9f9;padding:1em}.nft-customization-page__main-pane__filters{min-width:300px;margin-bottom:2em;background:#fff;display:flex;align-items:center;gap:.2em}.nft-customization-page__main-pane__filter{padding:10px 20px;cursor:pointer;border-radius:10px}.nft-customization-page__main-pane__filter-active{background:#d9f0bc}.nft-customization-page__main-pane__item{width:100%;min-height:300px;max-height:calc(100% - 40px - 2em);background:#fff;display:flex;justify-content:center;align-items:center}.nft-customization-page__main-pane__item>img{max-width:450px}.nft-customization-page__footer{width:100%;height:70px;padding:16px 24px;border-top:1px solid gray;display:flex;justify-content:space-between;align-items:center;gap:2em}.nft-customization-page__footer__cta{height:40px;background:#fff;display:flex;justify-content:space-between;gap:.1em}.nft-customization-page__footer__cta button{border:none;border-radius:10px;overflow:hidden;font-family:var(--font-lato);font-size:15px;font-weight:var(--fw-medium);color:#fff}.nft-customization-page__footer__cta span{display:inline-block;height:100%;background-color:#a2abff;text-align:center;line-height:40px}.nft-customization-page__footer__cta span:nth-child(1){width:150px}.nft-customization-page__footer__cta span:nth-child(2){width:40px}.nft-lib-modal{position:absolute;top:0;left:0;z-index:11;width:100vw;height:100vh;background:#0003;padding:1.5em;overflow:scroll;display:flex;justify-content:center;align-items:center}.nft-lib-modal::-webkit-scrollbar{display:none}.nft-lib-card{width:70%;min-width:500px;max-width:1050px;max-height:550px;background:#fff;border-radius:1em;overflow:scroll}.nft-lib-card::-webkit-scrollbar{display:none}.nft-lib__card__header{color:#333;padding:1.2em 1.5em;border-bottom:1px solid gray;display:flex;justify-content:space-between;align-items:center;gap:1.5rem}.nft-lib__card__header__title{font-size:1.5rem}.nft-lib__card__header__close-btn{font-weight:var(--fw-semibold);cursor:pointer}.nft-lib__card__body{padding:1.2em 1.5em}.nft-lib__card__body__sub-heading-one{padding-bottom:.3em;margin-bottom:.5em;border-bottom:1px solid gray}.nft-lib__card__body__recently-used-file-section__items{display:flex;justify-content:flex-start;align-items:center;gap:1em}.nft-lib__card__body__input-box{width:40%;max-width:400px;padding-left:.3em;border:1px solid gray;border-radius:4px;overflow:hidden}.nft-lib__card__body__input-box>input{width:100%;height:35px;border:1px solid gray;border:none}.nft-lib__card__body__input-box>input:focus{outline:none}.nft-lib__card__body__filter-drop-down .dropdown-toggle{font-size:.9rem;font-weight:var(--fw-regular)!important;width:200px;height:35px;background:#fff!important;color:gray;display:flex;justify-content:space-between;align-items:center}.nft-lib__card__body__import-cat{width:200px;height:35px;color:#fff;background:#000b7b;border:none!important;border-radius:4px}.nft-lib__card__body__recently-used-file-section__items__card{width:230px;padding:12px 16px;margin:1em 0;border:1px solid gray;border-radius:6px;display:flex;align-items:center;gap:1em}.nft-lib__card__body__recently-used-file-section__items__card>.img{width:55px;border:1px solid gray;border-radius:.5em;overflow:hidden}.nft-collection-card{width:70%;min-width:500px;max-width:1050px;min-height:300px;background:#fff;border-radius:1em}.nft-collection-card__bread-crumbs{padding:.5em 1.5em;cursor:pointer}.nft-collection-card__nft-items-listing{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.8em 1em}.nft-collection-card__nft-items-listing__card__wrapper{width:calc(25% - 1em);max-width:250px;cursor:pointer}.nft-collection-card__nft-items-listing__card{width:100%}.nft-collection-card__nft-items-listing__card-title{font-size:20px;font-weight:var(--fw-semibold)}.pod-checkout{height:100vh}.vertical-divider{width:1px;height:35px;background:gray;margin:0 1em}.pod-checkout__nav-bar,.pod-checkout__footer{width:100vw;max-height:70px;padding:16px 24px;display:flex;justify-content:space-between;align-items:center;gap:1.5em}.pod-checkout__nav-bar__nav-links{display:flex;align-items:center;gap:.5em}.pod-checkout__nav-bar__nav-link{display:flex;align-items:center;gap:1em;font-size:.875rem;font-weight:var(--fw-semibold);color:gray;list-style:none}.pod-checkout__nav-bar__nav-link>span:nth-child(1){display:inline-block;width:50px;height:1.4px;background:gray}.pod-checkout__nav-bar__nav-link>span:nth-child(2){display:inline-block;width:22px;height:22px;color:gray;border:2px solid gray;border-radius:50px;display:flex;justify-content:center;align-items:center;font-size:.75rem;font-weight:var(--fw-semibold)}.pod-checkout__nav-bar__nav-link-active{color:#000}.pod-checkout__nav-bar__nav-link-active>span:nth-child(1){background:#000}.pod-checkout__nav-bar__nav-link-active>span:nth-child(2){color:#000;border:2px solid #000}.pod-checkout__main{width:100%;height:calc(100vh - 140px);background:#f8f8f8;overflow:scroll;display:flex;align-items:flex-start;justify-content:center}.pod-checkout__main::-webkit-scrollbar{display:none}.pod-checkout__main-wrapper{width:100%;max-width:1200px;min-height:200px;margin-top:3em;margin-bottom:3em;display:flex;align-items:flex-start;gap:1em}.pod-checkout__main__right-pane{width:100%;border-radius:8px}.pod-checkout__main__cart__left-pane{width:100%;max-width:355px}.pod-checkout__main__right-pane__item{background-color:#fff;padding:28px 24px;border-radius:4px;margin-bottom:1.5em}.pod-checkout__main__right-pane__item__header{font-size:1.0625rem;font-weight:var(--fw-bold);margin-bottom:2em}.pod-checkout__main__right-pane__item__info{display:flex;align-items:flex-start;gap:1em}.pod-checkout__main__right-pane__item__info__image{width:114px;height:114px;border:1.44px solid #D9D9D9;border-radius:8px}.pod-checkout__main__right-pane__item__info__image img{width:100%;max-width:100%;border-radius:8px}.pod-checkout__main__right-pane__item__info__prop{font-size:.875rem;margin-bottom:.5em;display:flex;align-items:center}.pod-checkout__main__right-pane__item__info__prop>span:nth-child(1){font-weight:var(--fw-bold);margin-right:1em}.pod-checkout__main__right-pane__item__info__prop>span:nth-child(2){font-weight:var(--fw-regular)}.custom-value-changer{font-size:.85rem;font-weight:var(--fw-semibold)!important;color:#ddd;border:1px solid #E5E5E5;border-radius:4px;-webkit-user-select:none;user-select:none;display:flex;justify-content:flex-start;align-items:center}.custom-value-changer>span{display:inline-block;padding:12px;border-right:1px solid #E5E5E5}.custom-value-changer>span:last-child{border:none}.custom-value-changer__qty{font-weight:var(--fw-semibold);color:#000;padding:12px 24px!important}.custom-value-changer__modifier{cursor:pointer}.pod-checkout__main__right-pane__item__print-action{display:inline-block!important;font-size:1rem;font-weight:var(--fw-medium);vertical-align:middle;background:#e5e5e5;padding:10px 8px;border-radius:24px;cursor:pointer}.thread-colors-header{font-size:.85rem;font-weight:var(--fw-bold);margin-bottom:.5em}.thread-color{display:inline-block;width:16px;height:16px;border-radius:4px}.pod-checkout__main__right-pane__bottom{display:flex;justify-content:space-between;align-items:center;gap:1.5em}.pod-checkout__main__right-pane__bottom__ctas{display:flex;align-items:center;gap:1.5em}.pod-checkout__main__right-pane__bottom__ctas span{font-size:.85rem;font-weight:var(--fw-regular);color:#1d67ab;cursor:pointer}.pod-checkout__main__right-pane__bottom__estimate{font-size:1.25rem;font-weight:var(--fw-bold)}.pod-checkout__main__right-pane__sec{background-color:#fff;padding:28px 24px;border:2px dashed #E5E5E5;border-radius:4px;display:flex;justify-content:center;align-items:center;gap:1em}.pod-checkout__main__right-pane__sec__button{font:.8rem;color:#fff;width:25px;height:25px;border:none;border-radius:50px;background:#0e8511}.pod-checkout__main__right-pane__sec__texts>p:nth-child(1){font-size:1.125rem;font-weight:var(--fw-bold)}.pod-checkout__main__right-pane__sec__texts>p:nth-child(2){font-size:1rem;font-weight:var(--fw-regular)}.pod-checkout__main__cart__left-pane{position:sticky;top:3em}.pod-checkout__main__cart__left-pane__order-sumary{padding:28px 24px;background-color:#fff;border-radius:8px}.pod-checkout__main__cart__left-pane__order-sumary__header{font-size:20px;font-weight:var(--fw-semibold);color:#000}.pod-checkout__main__cart__left-pane__order-content__listings>p{display:flex;justify-content:space-between;align-items:center;font-size:.875rem;font-weight:var(--fw-regular);margin-bottom:.6em}.pod-checkout__main__cart__left-pane__order-content__listings>p>span:nth-child(2){font-weight:var(--fw-semibold)}.asterik{font-size:12px;font-weight:var(--fw-semibold);color:#e51610}.pod-checkout__main__sub-total{font-size:1.125rem;font-weight:var(--fw-medium);margin-bottom:.6em;display:flex;justify-content:space-between;align-items:center}.pod-checkout__main__sub-total>span:nth-child(2){font-size:1.125rem;font-weight:var(--fw-bold)}.pod-checkout__main__disclaimer{font-size:.78rem;font-weight:var(--fw-regular);color:#898989;margin-top:1em}.pod-checkout__main__button{font-size:1rem;width:100%;max-width:300px;height:50px;background:#000b7b;color:#fff;margin:1.8em 0;border:none;border-radius:4px}.pod-checkout__main__button__alt{font-size:.875rem;text-align:center;font-weight:var(--fw-regular);max-width:220px;color:#898989;display:block;margin:auto}.pod-checkout__main__button__alt span{color:#1d67ab;cursor:pointer}.pod-checkout__main__cart__left-pane-secondary>div{border-radius:4px;margin-top:1.5em;background:#fff;padding:28px 24px}.pod-checkout__main__cart__left-pane-secondary__header__input{width:100%;height:40px;margin-top:2em;padding:1em;border:1px solid #DCDCDC;border-radius:4px}.pod-checkout__main__cart__left-pane-secondary__header__input:focus{outline:none}.pod-checkout__main__cart__left-pane-secondary__header{display:flex;justify-content:space-between;align-items:center;font-size:1.125em;font-weight:var(--fw-bold);color:#000}.end-of-order-congratulatory-card-wrapper{position:fixed;top:0;left:0;z-index:10;width:100%;height:100%;background:#0006;display:flex;justify-content:center;align-items:center}.end-of-order-congratulatory-card{width:100%;max-width:500px;padding:25px;background:#fff;border-radius:10px;display:flex;flex-direction:column;justify-content:center;align-items:center}.end-of-order-congratulatory-card__header{font-size:2.25rem;font-weight:var(--fw-bold);color:#333}.end-of-order-congratulatory-card__text{font-size:1rem;color:#828282;margin-top:.5em;margin-bottom:3em}.pod-checkout__main__right-pane__personalized-tab{background:#fff;padding:27px 24px;border-radius:4px;-webkit-user-select:none;user-select:none;display:flex;align-items:center;gap:1em}.pod-checkout__main__right-pane__shipping-address{background:#fff;margin-top:2em;padding:27px 24px;border-radius:4px}.pod-checkout__main__right-pane__shipping-address__header{display:flex;justify-content:space-between;align-items:center;gap:1.5em}.pod-checkout__main__right-pane__shipping-address__header-title{font-size:1.0685rem;font-weight:var(--fw-bold);color:#000}.pod-checkout__main__right-pane__shipping-address__header-sec{font-size:.85rem;font-weight:var(--fw-regular);color:#1d67ab;cursor:pointer}.pod-checkout__main__right-pane__shipping-address__individual__header{font-size:.75rem;font-weight:var(--fw-regular)}.pod-checkout__main__right-pane__shipping-address__individual__header>span{font-weight:var(--fw-semibold)}.pod-checkout__main__right-pane__shipping-address__individual-lists{margin-bottom:1em!important}.pod-checkout__main__right-pane__shipping-address__individual-lists>li{color:gray}.pod-checkout__main__right-pane__shipping-address__individual-lists .active{color:#000!important}.pod-checkout__main__right-pane__shipping-address__individual__form{margin-top:1.5em}.pod-checkout__main__right-pane__shipping-address__individual__form form{display:flex;gap:1em}.pod-checkout__main__right-pane__shipping-address__individual__form form>div{width:50%}.pod-checkout__main__right-pane__shipping-address__individual__form__bank-two{position:relative}.pod-checkout__main__right-pane__shipping-address__individual__form form>div>input{width:100%;height:50px;padding:0 1em;border:1px solid #DCDCDC;border-radius:15px;margin-bottom:2em;font-size:1rem;font-weight:var(--fw-medium);color:#828282}.pod-checkout__main__right-pane__shipping-address__individual__form form>div>input:focus{outline:none}.pod-checkout__main__right-pane__shipping-address__individual__form__beneficiary-option{font-size:1rem;font-weight:var(--fw-medium);color:#828282;cursor:pointer;display:flex;justify-content:center;align-items:center;gap:1em;position:absolute;bottom:0}.pod-checkout__main__right-pane__RaP__contents__add-money{font-size:.85rem;font-weight:var(--fw-regular);padding:1.8em 1.3em;background:#fff6eb;border-radius:4px;display:flex;justify-content:space-between;align-items:center;gap:1.5em}.pod-checkout__main__right-pane__RaP__contents__add-money button{max-width:150px!important}.pod-checkout__main__wallet{font-size:1.125rem;color:#828282;margin-top:1.5em;padding:12px 24px;border:1px solid #DCDCDC;border-radius:4px;display:flex;align-items:center;gap:2em}.pod-checkout__main__wallet__balance-wrapper{display:flex;flex-direction:column}.pod-checkout__main__wallet__balance{font-weight:var(--fw-bold);color:#000}.RaP__order-summary__item{padding:12px;border:1px solid #DCDCDC;border-radius:4px;margin-bottom:2em!important}.end-of-order-congratulatory-card img{margin-bottom:2em}.end-of-order-congratulatory-card-btns{width:100%;padding:0 1em;display:flex;justify-content:center;gap:1em}.end-of-order-congratulatory-card-btns button{font-size:14px;font-weight:var(--fw-bold);width:100%;height:40px;border:none;border-radius:4px;padding:11.5px 17px}.pod-checkout__footer{height:70px;border-top:1px solid #E5E5E5}.pod-checkout__footer__button-groups{display:flex;align-items:center;gap:1em}.pod-checkout__footer__button-groups button{font-size:14px;font-weight:var(--fw-semibold);height:40px;padding:0 1em;border:none;border-radius:4px}.pod-checkout__footer__button-groups button:nth-child(1){color:#6f6f6f;background:#efefef}.pod-checkout__footer__button-groups button:nth-child(2){color:#fff;background:#000b7b}.pod-checkout__footer__sub-total{font-size:15px}.pod-checkout__footer__sub-total span{font-size:16px;font-weight:var(--fw-semibold);margin-left:.7em}.pay-securely-text{font-size:.875rem;text-align:center;font-weight:var(--fw-regular);color:#898989}.pay-securely-text span{color:#1d67ab;cursor:pointer}.account-settings{font-family:var(--font-poppins)}.account-settings__user-profile-card{width:100%;min-height:300px;padding:.2em .2em 2em;background:#f6f6f6;border:1px solid #DCDCDC;border-radius:10px}.account-settings__user-profile-picture-small{margin-top:-6em;margin-left:1em}.account-settings-user-info-wrapper{margin-top:1.2em;margin-left:1em}.account-settings__user-name{font-size:1.5rem;font-weight:var(--fw-semibold);color:#212121}.account-settings__date-joined{font-size:.825rem;font-weight:var(--fw-medium);color:#6f6f6f;margin-top:.3em}.account-settings__date-joined span{font-size:1.125rem;font-weight:var(--fw-semibold);color:#212121}.account-settings-user-profile-card-settings-share{display:flex;align-items:center;gap:.5em;margin-right:1em}.account-settings-user-profile-card-settings-share span{font-size:1.3rem;width:35px;height:35px;background:#d8d8d8;border-radius:.625em;cursor:pointer;display:flex;justify-content:center;align-items:center}.account-settings__contents-listings{margin-top:4em}.account-settings__contents-listings__filters{margin-bottom:1em;padding:1em .5em}.account-settings__contents-listings__filter{color:#6f6f6f;border-radius:10px;padding:.75em 2em;cursor:pointer}.account-settings__contents-listings__filter.active{background:#9cd456;color:#212121}.analytics__charts-one{border:1px solid #dcdcdc;border-radius:10px;padding:1em;margin-top:2em}.analytics__cards{display:flex;justify-content:space-between;align-items:center;margin-top:2em}.analytics__card{width:calc(100% / 3 - .5em);max-width:350px;padding:1em;border:1px solid #dcdcdc;border-radius:10px}.analytics__card__title{font-size:1em;font-weight:var(--fw-medium);color:#4f4f4f;margin-bottom:1.5em}.analytics__card__balance{font-size:1.75rem;font-weight:var(--fw-semibold);color:#333}.analytics__card__trend{color:#27ae60}.analytics .history{display:flex;justify-content:space-between;align-items:center;gap:.5em;margin-top:2em}.sales-history,.distribution-history{width:calc(50% - .5em);max-width:500px;height:429px;overflow-y:scroll;border:1px solid #dcdcdc;border-radius:10px;position:relative}.history-header{position:sticky;top:0;z-index:10;background-color:#fff;padding:.5em}.history-header{display:flex;justify-content:space-between;align-items:center;gap:1em;margin-bottom:2em}.history-header-text{font-size:1.375rem;font-weight:var(--fw-semibold);color:#212121}.accountsettings{position:fixed;top:0;left:0;z-index:11;width:100vw;height:100vh;background:#00000080;display:flex;justify-content:center;align-items:center}.accountsettings__modal{width:100%;max-width:1200px;background:#fff;border-radius:1em}.accountsettings__modal__header{width:100%;max-height:95px;padding:1em;border-bottom:1px solid #DCDCDC;font-size:1.5rem;font-weight:var(--fw-semibold);display:flex;justify-content:space-between;align-items:center}.accountsettings__modal__header span{cursor:pointer}.accountsettings__modal__main-pane{display:flex;height:500px;max-height:700px;border-bottom-left-radius:1em;border-bottom-right-radius:1em}.accountsettings__modal__sidebar{width:100%;height:100%;max-width:300px;border-right:1px solid #DCDCDC;padding:1em;overflow:scroll}.accountsettings__modal__sidebar::-webkit-scrollbar{display:none}.accountsettings__modal__sidebar__links{list-style:none;font-size:1rem;font-weight:var(--fw-semibold);padding-left:0}.accountsettings__modal__sidebar__link{height:45px;color:#6f6f6f;max-width:250px;margin-bottom:.5em;padding-left:1em;line-height:45px;border-radius:10px;cursor:pointer}.accountsettings__modal__sidebar__link.active{color:#212121;background-color:#e8e8e8}.accountsettings__modal__body{width:100%;max-height:100%;padding:1em;overflow:scroll}.accountsettings__modal__body::-webkit-scrollbar{display:none}.accountsettings__modal__body__profile{display:flex;align-items:flex-start;gap:10em}.accountsettings__modal__body__profile__first{width:100%;max-width:400px}.accountsettings__modal__body__page__title{font-size:1.5rem;font-weight:var(--fw-medium);margin-bottom:2em}.accountsettings__modal__body__profile__text-area{margin-top:1em!important}.accountsettings__modal__body__profile__connect-social{display:flex;justify-content:space-between;align-items:center;gap:1.5em}.accountsettings__modal__body__profile__connect-social button{padding:10px 20px;background:var(--primary-normal);color:#fff;border-radius:10px;margin-top:1em}.accountsettings__modal__body__profile__link__text{font-size:1.5rem;margin-top:2.5em;margin-bottom:1em}.accountsettings__modal__body__profile__second__item>div{width:100px;height:100px;background:#dcdcdc;border-radius:100px;overflow:hidden}.accountsettings__modal__body__page__aux-title{font-size:1.375rem;font-weight:var(--fw-medium);color:#212121}.accountsettings__modal__body__page__offer-descr{font-size:1rem;font-weight:var(--fw-medium);color:#6f6f6f}.accountsettings__modal__body__page__notification__prompt-text{font-size:1.25rem;margin-bottom:1em;color:#212121}.accountsettings__modal__body__page__notification__choices{width:100%;max-width:680px;border-radius:10px;padding-left:0}.selectable-list-item{display:flex;border-radius:5px;cursor:pointer;transition:background-color .3s ease}.selectable-list-item__indicator{width:17px;height:17px;border:1px solid #4caf50;border-radius:50%;display:flex;justify-content:center;align-items:center;margin-right:10px}.selectable-list-item__checkmark{color:#4caf50;font-size:12px}.selectable-list-item__content{display:flex;flex-direction:column}.selectable-list-item__title{font-size:1.375rem;margin-bottom:.3em}.selectable-list-item__description{margin:0;font-size:14px;color:#6f6f6f}.accordion-item{padding:1em;margin-bottom:1em;border:none;background-color:#f6f6f6}.accordion-button{font-size:1.5rem;font-weight:var(--fw-medium);color:#212121;background:#f6f6f6}.accordion-button:not(.collapsed){color:#212121;background:none!important}.accordion-button:focus{box-shadow:none}
