:root{--b-color-primary: #231f20;--b-color-secondary: #f2994a;--b-color-success: #27ae60;--b-color-warning: #bf9d39;--b-color-gray-1000: #7b7c80;--b-color-gray-1100: #22242a}.b-btn{display:flex;justify-content:center;align-items:center;column-gap:.4rem;padding:.75rem 1.25rem;background-color:#000;border-radius:5px;color:#fff;margin-top:2rem;transition:all ease .2s}.b-btn:hover{background-color:#000000e3;color:#fff}.b-btn:enabled:focus,.b-btn:active{box-shadow:0 0 0 2px #fff,0 0 0 4px #b0b9c6,0 1px 2px #000}.b-btn-outlined{color:#000;border:1px solid black;background-color:transparent}.b-btn-outlined:hover{background-color:#00000007;color:#000}.b-btn-block{width:100%}.b-btn-small{padding:.4rem 1.09375rem}.b-chip{max-width:100%;display:inline-flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;height:24px;border-radius:5px;white-space:nowrap;transition:background-color .3s cubic-bezier(.4,0,.2,1) 0ms,box-shadow .3s cubic-bezier(.4,0,.2,1) 0ms;outline:0px;text-decoration:none;border:0px;vertical-align:middle;box-sizing:border-box;padding:.25rem .5rem;font-size:12px;background-color:#e8e8ee}.b-chip--success{color:var(--b-color-success);background-color:#27ae5f1c}.b-chip--warn{color:var(--b-color-warning);background-color:#e2b83b1b}.b-chip:before{padding-right:4px;padding-bottom:2px;font-size:8px;content:"\25cf"}.b-chip-large{width:8rem;height:2.5rem;padding:0 1.3rem;font-size:.8rem}.b-card{padding:2rem;border-radius:5px;box-shadow:#03004717 0 1px 3px}.account{background-color:#ebebeb}.account__inner{display:grid;gap:1.5rem;grid-template-areas:"aside" "order";grid-template-rows:auto 1fr;grid-template-columns:1fr;padding:1.5rem .5rem}.account__content{grid-area:order;overflow:hidden}.account__aside{grid-area:aside;display:flex;flex-direction:column-reverse;row-gap:1rem}.account__user{background-color:var(--b-color-gray-1100);color:#fff;border-radius:5px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:.8rem 0}.account__user__avatar{height:90px;width:90px;background-color:var(--b-color-secondary);border-radius:5px;display:flex;justify-content:center;align-items:center;font-size:2rem;letter-spacing:0}.account__user__address ul{text-decoration:none;list-style:none;margin-left:1.55rem;margin-bottom:0;margin-top:.5rem;font-size:1rem}.account__user h2{font-size:1.5rem;text-align:center;line-height:1.5rem}.account__user h3{font-size:1rem}.account__user svg{stroke:#fff;height:20px;width:20px}.account__menu{background-color:#fff;color:#000;padding:1rem;padding-left:0!important}.account__menu ul{list-style:none;transition:all ease .2s;margin:0}.account__menu ul :where(li,a){display:flex;align-items:center;column-gap:.5rem}.account__menu ul li{cursor:pointer;line-height:2rem;width:100%;font-size:1.1rem;font-weight:400;color:var(--b-color-gray-1100)}.account__menu ul li a{padding-left:2rem;transition:color ease .2s}.account__menu ul li:hover a,.account__menu__item--active a{color:var(--b-color-secondary)}.account__menu__item--active:before{width:4px;height:17px;background-color:var(--b-color-secondary);content:" ";position:absolute}.account__menu ul li svg{height:20px;width:20px;stroke:currentColor}.account__content__inner{display:flex;flex-direction:column;gap:1.3rem 0}.account :is(h2,h3,h5){margin:0;text-transform:none;letter-spacing:0em}.account h2{font-weight:500}.account *{font-family:Roboto,sans-serif;letter-spacing:0}.account__header{display:flex;align-items:center;gap:0 .5rem}.account__header svg{height:30px;width:30px;stroke:#000}.orders__table{display:flex;flex-direction:column;gap:.95rem 0;color:var(--b-color-gray-1000)}.orders__table__header{color:var(--b-color-gray-1000);box-shadow:none;overflow:hidden;display:none;flex-wrap:wrap;-webkit-box-align:center;align-items:center;padding:0 18px;background:none;gap:.5rem}.orders__table__header h5{color:var(--b-color-gray-1000);font-size:1rem;flex:1 1 0px;font-weight:400}.orders__table__item{background-color:#fff;color:#2b3445;transition:transform .3s cubic-bezier(.4,0,.2,1) 0ms;overflow:hidden;display:flex;flex-wrap:wrap;-webkit-box-align:center;align-items:center;border-radius:5px;padding:.9rem 1rem;gap:.5rem}.orders__table__item :where(h5,span,time){flex:1 1 33%;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:1rem;margin:0}.orders__table__item a{text-decoration:underline}.orders__table__item h5{font-weight:700;display:flex;font-size:1.2rem}.orders__table__item h5 span{color:var(--b-color-secondary);flex:none}.orders__table__item span:nth-child(6){font-size:1.25rem}.orders__table__item--none{width:100%;flex:1 1 100%;display:flex;justify-content:center;align-items:center;font-size:1rem;font-weight:500}.orders__table__item--none p{margin:0}.order__table__action__group{display:flex;justify-content:end}.order__table__action__item{padding:.5rem;border-radius:50%;height:2.5rem;width:2.5rem;display:flex;justify-content:center;align-items:center;cursor:pointer}.order__table__action__item:hover{background-color:#0000000a}.order__table__action__item svg{height:20px;width:20px}.addresses__group{display:flex;flex-wrap:wrap;gap:1rem}.modal-edit{position:absolute;height:100%;width:100%;padding:1rem .5rem;top:0;left:0;display:flex;justify-content:center;align-items:center;background-color:#0000003d;z-index:99999}.modal-edit .addresses-form{position:fixed;left:0;top:0;z-index:50;height:100%;width:100%;overflow-y:auto;padding:2.5rem 1.25rem}.addresses__item{background-color:#fff;width:100%;min-height:15rem;display:flex;flex-direction:column;justify-content:space-between}.modal-edit h2{font-family:Roboto,sans-serif;text-transform:capitalize}.modal-edit label{letter-spacing:0rem!important;text-transform:capitalize!important;margin-top:1rem;font-size:1rem}.addresses__item ul{list-style:none;margin:0}.addresses__item__new{align-items:center;justify-content:center;display:flex;background-color:#fff;border:2px dashed var(--b-color-gray-1000);color:var(--b-color-gray-1000);font-size:1.2rem}.addresses__item__new:hover{border-color:var(--b-color-gray-1100);color:var(--b-color-gray-1100)}.addresses__item__new svg{stroke:var(--b-color-gray-1000)}.addresses__item__new:hover svg{stroke:var(--b-color-gray-1100)}.addresses__item__actions{display:flex;gap:1rem}.addresses-form{background-color:#fff}.addresses-form h2{margin-bottom:1.5rem}.addresses-form label{text-transform:none!important}.addresses-form__actions,.order__status{display:flex;column-gap:.5rem}.order__status__item{flex:1 50%;background:#fff;display:flex;flex-direction:column;row-gap:.5rem}.order__status__item h3{font-size:1.33rem}.order__status__item p{color:var(--b-color-gray-1000)}.order__status__item__personal{font-size:1rem;font-weight:500;display:flex;justify-content:space-between;padding:1rem 0}.order-card{background-color:#fff;box-shadow:#03004717 0 1px 3px;padding:1rem;border-radius:6px;display:flex;flex-direction:column;width:100%}.order-card__header h1{color:#22242a;font-size:18px;font-weight:700}.order-card__header p{font-size:12px}.order-card__status{display:flex;justify-content:space-between;flex-direction:column;gap:1rem;margin-top:1.5rem;margin-bottom:1.5rem}.order-card__status__item h3{font-size:16px;font-weight:700}.order-card__status__item ul{font-size:14px;list-style:none;margin-left:0;margin-top:1rem;line-height:1.15rem}.order-card__status__user{margin-top:.5rem;display:flex;flex-direction:column;font-size:16px}.order-card__product{background-color:#fff;border-radius:6px;box-shadow:#0000000d 0 6px 24px,#00000014 0 0 0 1px;padding:10px;display:flex;flex-direction:column;row-gap:.5rem;width:100%;overflow-x:auto;margin:10px 0}.order-card__product-vendor,.order-card__estimated{color:#22242a;font-size:12px}.order-card__product-vendor{font-weight:700}.estimated-info{margin:0;padding-left:10px}.order-card__product__inner{background-color:#f6f6f7;border-radius:6px;margin-top:30px;padding:10px;width:850px}.order-card__product__header{margin-bottom:1rem}.order-card__product__header,.order-card__product__item{display:flex;gap:.5rem}.order-card__product__header h5:first-child,.order-card__product__item span:first-child{flex-grow:2!important}.order-card__product__header h5:nth-child(2),.order-card__product__item span:nth-child(2){flex-grow:1.5!important}.order-card__product__header h5{flex:1 1 0px;font-size:12px;color:#888;font-weight:400}.order-card__product__item{font-size:12px;margin-bottom:.5rem}.order-card__product__item span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:500;flex:1 1 0px}.order-card__product__item span a{text-decoration:underline}.order-card__product__values{background-color:#000;padding:1rem}.order-card__product__value,.order-card__product__value__total{display:flex;align-items:center;justify-content:space-between}.order-card__product__value h5{color:var(--b-color-gray-1000);font-size:1rem;line-height:1.5rem;font-weight:400}.order-card__product__value span{font-size:1rem;line-height:2.25rem;color:#fff}.order-card__product__value__total{color:#fff;font-size:1.5rem;font-weight:500}.order-card__product__value__total h5{font-size:1.5rem}.order-card__product__value__total span{font-size:2rem}.product-card__price__chip{padding:.1rem .2rem;font-size:.7rem;background-color:#000;color:#fff;display:flex;justify-content:center;align-items:center;border-radius:3px;box-shadow:0 10px 20px -10px #00000080;width:fit-content}.product-card__price__chip--highlight{background-color:#231f20;box-shadow:0 10px 20px -10px #231f20}.product-card__price__chip--small{padding:.1rem .5rem;font-size:.5rem}.grid-product__overlay{position:absolute;display:flex;flex-direction:column;row-gap:5px;top:5px;left:5px}.grid-product__price{display:flex;column-gap:10px;row-gap:3px;flex-wrap:wrap;z-index:10}.grid-product__meta{padding:0 .5rem}.grid-product__title{padding:20px 0;text-align:start;text-transform:capitalize!important;letter-spacing:0px!important;line-clamp:3;text-overflow:ellipsis;overflow:hidden;word-wrap:break-word;height:96px;max-width:100%}.order-card__steps{display:flex;margin:10px 0;width:100%}.order-card__step{align-items:center;display:flex;position:relative;width:100%}.order-card__step--status{display:flex;align-items:center;flex-direction:column;height:40px;justify-content:center;position:relative;text-align:center;width:100%}.status-none{display:none}.order-card__step--info{font-size:12px;margin-top:40px;position:absolute;top:0}.order-card__step--next{background:#22242a;border-radius:5px;display:block;height:5px;width:40%}.status-sleep{background:#9f9f9f}.info-waiting{color:#9f9f9f}.icon-step-order{height:25px!important;width:25px!important}.order-status .icon-step-order,.canceled .icon-step-order{height:35px!important;width:35px!important}@media (min-width: 768px){.grid-product__meta{padding:0 1rem}.grid-product__title{height:86px}.account__inner{padding:5rem 2.5rem}.orders__table__header{display:flex}.order-card{padding:2rem}.orders__table__item :where(span,h5){flex:1 1 0px}.addresses__item{width:45%}.order-card__status{flex-direction:row;padding-top:2rem;padding-bottom:2rem}.order-card__product__inner{width:100%}.account__menu ul li{font-weight:300;font-size:1rem}.account__aside{flex-direction:column}.orders__table__item h5{font-size:1rem}.modal-edit .addresses-form{width:50%}.product-card__price__chip{padding:.2rem .9rem;font-size:.95rem;border-radius:5px}.product-card__price__chip--small{font-size:.7rem}.product-card__info{padding:2.5rem 1rem 0}.product-card__overlay-btn{height:40px;width:40px}.product-card--style3 .product-card__overlay-btn svg{height:20px;width:20px}.product-card--style3 .product-card__footer{padding:1.25rem 1rem}.order-card__steps{width:50%}}@media (min-width: 1024px){.account__inner{grid-template-areas:"aside order";grid-template-columns:16rem 1fr;grid-template-rows:1fr}.addresses__item{width:18.5rem}.order-card__product,.order-card__product__values{padding:10px}.order-card__product__item,.order-card__product-vendor,.order-card__estimated{font-size:14px}.order-card__status{gap:10rem}}@media (min-width: 1280px){.account__inner{padding-left:4rem;padding-right:4rem}.order-card__status{gap:20rem}}@media (min-width: 1536px){.account__inner{padding-left:10rem;padding-right:10rem}}@font-face{font-family:Yeah Papa;src:url(YeahPapa.eot);src:url(YeahPapa.eot?#iefix) format("embedded-opentype"),url(YeahPapa.woff2) format("woff2"),url(YeahPapa.woff) format("woff"),url(YeahPapa.ttf) format("truetype"),url(YeahPapa.svg#Yeah\ Papa) format("svg")}@font-face{font-family:Andale-Mono;src:url(andale-mono.ttf) format("truetype")}
/*# sourceMappingURL=/s/files/1/0525/4764/9708/t/3/assets/_main.css.map */
