.container{max-width:1440px;width:100%;margin-right:auto;margin-left:auto;padding-right:20px;padding-left:20px}@media only screen and (max-width:436px){.container{padding-right:1rem!important;padding-left:1rem!important}}@media screen and (min-width:800px){.container{max-width:95%}}@media screen and (min-width:1800px){.container{max-width:90%}}.breadcrumb{display:flex;align-items:center;overflow-x:scroll;margin-top:16px}.breadcrumb::-webkit-scrollbar{display:none}.breadcrumb__link{color:#888;font-size:14px;font-weight:400;white-space:nowrap;transition:.1s ease-in-out}.breadcrumb__link:hover,.breadcrumb__link:last-child{color:#282828}.breadcrumb__separator{margin:0 16px;color:#888}.card{border-radius:16px;background:#fff}.modal__header{display:flex;justify-content:space-between;align-items:center}.modal{position:fixed;right:-100%;top:0;z-index:9001;padding:20px;width:400px;height:100%;border-radius:24px;background:#fff;transition:right .3s ease-in-out;overflow-y:scroll}.modal::-webkit-scrollbar{display:none}.modal .empty-cart{width:100%}@media only screen and (max-width:500px){.modal{width:100%;border-radius:0}}.modal.right-0{right:0}.modal__header span{color:#282828;font-size:24px;font-weight:400;line-height:110%}.modal__header button{background:transparent}.modal__header button img{width:40px;height:40px}.modal__overlay{position:fixed;top:0;left:0;z-index:100;width:100%;height:100%;background:hsla(0,0%,4%,.42);transition:.3s ease-in-out}.modal__overlay.block{visibility:visible}.modal__overlay.hidden{visibility:hidden}.input-wrapper{position:relative}.input-wrapper .text_validator{color:#f11717}.input-wrapper .text_invalidator{color:#282828}.input-wrapper input{margin-top:5px;width:100%;border-radius:8px;border:1px solid #ccc;padding:16px;font-size:16px;font-weight:400;line-height:100%}.input-wrapper input::placeholder{color:#d6d5d2;font-size:16px;font-weight:400;line-height:100%}.input-wrapper input:focus{border:1px solid #ffb700}.input-wrapper .success{border:1px solid green}.input-wrapper .error{border:1px solid red}.input-wrapper .error__message{color:#f11717;padding-left:3px;font-size:14px}.input-wrapper .eye_icon{position:absolute;right:15px;top:40px;filter:invert(40%);cursor:pointer}.btn__secondary{display:flex;justify-content:center;align-items:center;cursor:pointer;width:100%;height:48px;padding:14px 24px;flex-shrink:0;border-radius:24px;background:#f5f5f5;box-shadow:0 2px 8px 0 rgba(0,0,0,.15);transition:.3s ease-in-out;color:#282828;font-size:16px;font-weight:400;white-space:nowrap}.btn__secondary:hover{background:#ffb700;border-color:#ffb700}.btn__secondary.btn_disabled{background-color:#d6d5d2;border-color:#d6d5d2;opacity:.8}.btn__primary{display:flex;justify-content:center;align-items:center;width:100%;height:48px;padding:14px 24px;flex-shrink:0;border-radius:24px;background:#ffb700;color:#fff;font-size:16px;font-weight:400;transition:.3s ease-in-out}.btn__primary:hover{background:rgba(255,183,0,.8)}.btn__primary.btn_disabled{background-color:rgba(255,183,0,.8);opacity:.8}.btn__special__order{display:inline-flex;padding:16px 24px;border-radius:24px;border:1.5px solid #ffb700;color:#ffb700;font-size:18px;background:transparent}.btn__see__more,.btn__special__order{width:100%;justify-content:center;align-items:center;font-weight:400}.btn__see__more{display:flex;max-width:710px;margin-top:20px;margin-left:auto;margin-right:auto;height:48px;padding:14px 24px;gap:4px;flex-shrink:0;border-radius:24px;background:#fff;color:#282828;font-size:16px;font-style:normal;line-height:normal;transition:.3s ease-in-out}.btn__see__more:hover{box-shadow:0 2px 8px 0 rgba(0,0,0,.15)}.btn__action__btn{display:flex;justify-content:center;align-items:center;border:1px solid #ccc;border-radius:50%;width:40px;height:40px;flex-shrink:0;font-size:28px;color:#000;background:transparent;transition:.3s ease-in-out}.btn__action__btn:hover{border:1px solid #92b666}.btn__popular__btn,.btn__reason__btn{display:inline-flex;padding:6px 12px;align-items:center;border-radius:24px;background:#d6d5b7;color:#111;font-size:12px;font-style:normal;font-weight:500;line-height:100%;transition:.3s ease-in-out}.btn__hit__btn{background:#0d805e}.btn__extra__btn,.btn__hit__btn{display:inline-flex;padding:6px 12px;align-items:center;border-radius:24px;color:#fff;font-size:12px;font-style:normal;font-weight:500;line-height:100%;transition:.3s ease-in-out}.btn__extra__btn{background:#ac3131}.btn_disabled{cursor:not-allowed;opacity:.8}.btn_loading{display:flex;align-items:center;justify-content:center}.btn__spinner{margin-left:10px}@keyframes loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.image__upload{width:100%;margin-top:10px}.image__upload label{font-size:18px}.image__upload .border__green{border-color:green}.image__upload .border__style{position:relative;display:flex;background:rgba(140,245,140,.58);border-radius:10px;margin-top:10px;cursor:pointer;gap:20px;border:2px dashed green;padding:12px 0}.image__upload .image__upload__input{position:absolute;cursor:pointer;top:0;width:100%;height:100%;opacity:0}.image__upload .overlay__text{color:#000}.image__upload .upload__icon{width:30px;padding-left:10px;filter:invert(50%)}.image__upload .uploaded__image__wrapper{width:200px;height:100px;margin-top:3px}.image__upload .uploaded__image__wrapper .uploaded__image{border-radius:12px;height:100%;object-fit:cover}.image__upload .suggestion{margin-top:8px}.image__upload .suggestion span{color:#00193b;font-weight:700}.details-modal{background:#fff;border-radius:.5em;box-shadow:0 10px 20px rgba(0,0,0,.2);left:50%;max-width:90%;pointer-events:none;position:fixed;top:-100%;transform:translate(-50%,-50%);width:30em;text-align:left;max-height:90vh;display:flex;flex-direction:column;z-index:300;transition:top .3s ease-out}.details-modal.open{top:20%}.details-modal .btn__wrappers{margin-top:20px;display:flex;justify-content:flex-end;gap:20px}.details-modal .details-modal-close{cursor:pointer;align-items:center;color:#111827;display:flex;height:4.5em;justify-content:center;pointer-events:none;position:absolute;right:0;top:0;width:4.5em}.details-modal .details-modal-close svg{cursor:pointer;display:block}.details-modal .details-modal-title{color:#111827;padding:1.5em 2em;pointer-events:all;position:relative;width:calc(100% - 4.5em)}.details-modal .details-modal-title h1{font-size:1.25rem;font-weight:600;line-height:normal}.details-modal .details-modal-content{border-top:1px solid #e0e0e0;padding:2em;pointer-events:all;overflow:auto}.details-modal-overlay{transition:opacity .2s ease-out;pointer-events:none;background:rgba(15,23,42,.8);position:fixed;height:100vh;opacity:0;bottom:0;right:0;left:0;top:0;z-index:200}.details-modal-overlay.overlay_open{pointer-events:all;opacity:.5}code{font-family:Monaco,monospace;line-height:100%;background-color:#2d2d2c;padding:.1em .4em;letter-spacing:-.05em;word-break:normal;border-radius:7px;color:#fff;font-weight:400;font-size:1.75rem;position:relative;top:-2px}.account__profile{display:flex;justify-content:space-between}.account__profile button{display:flex;justify-content:center;align-items:center}.account__profile{margin-bottom:16px;padding-bottom:40px!important}.account__profile__left{display:flex;gap:12px}.account__profile__content h3{margin-bottom:4px;color:#282828;font-size:14px;font-weight:500}.account__profile__content a{margin-bottom:23px;color:#888;font-size:12px;font-weight:400}.account__profile__content h4{margin-bottom:8px;color:#282828;font-size:12px;font-weight:500}.account__profile__content address{font-style:normal;color:#888;font-size:12px;font-weight:400}.account__profile button{background-color:#fff;border:1px solid #d6d5d2;border-radius:50%;width:40px;height:40px}.modal__form div{margin-top:20px}.modal__form .log__out{background:transparent;border:1px dashed red}.divider{height:1px;background:#d6d5d2}.account__link{color:#282828;font-weight:500;display:flex;align-items:center;justify-content:space-between}.account__link.active{color:#ffb700;font-weight:600}.title{position:relative;color:#282828;font-size:40px;font-weight:500}.title span{position:absolute;top:0;margin-left:10px;font-size:20px}@media screen and (max-width:640px){.title span{font-size:12px}}@media screen and (max-width:330px){.title span{font-size:10px}}@media screen and (max-width:640px){.title{font-size:26px;word-break:break-all;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}}@media screen and (max-width:410px){.title{font-size:18px}}@font-face{font-family:__Inter_52ad5f;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:U+0460-052f,U+1c80-1c8a,U+20b4,U+2de0-2dff,U+a640-a69f,U+fe2e-fe2f}@font-face{font-family:__Inter_52ad5f;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.p.woff2) format("woff2");unicode-range:U+0301,U+0400-045f,U+0490-0491,U+04b0-04b1,U+2116}@font-face{font-family:__Inter_52ad5f;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:U+1f??}@font-face{font-family:__Inter_52ad5f;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:U+0370-0377,U+037a-037f,U+0384-038a,U+038c,U+038e-03a1,U+03a3-03ff}@font-face{font-family:__Inter_52ad5f;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01a0-01a1,U+01af-01b0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1ea0-1ef9,U+20ab}@font-face{font-family:__Inter_52ad5f;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:U+0100-02ba,U+02bd-02c5,U+02c7-02cc,U+02ce-02d7,U+02dd-02ff,U+0304,U+0308,U+0329,U+1d00-1dbf,U+1e00-1e9f,U+1ef2-1eff,U+2020,U+20a0-20ab,U+20ad-20c0,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:__Inter_52ad5f;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+0304,U+0308,U+0329,U+2000-206f,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-family:__Inter_52ad5f;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:U+0460-052f,U+1c80-1c8a,U+20b4,U+2de0-2dff,U+a640-a69f,U+fe2e-fe2f}@font-face{font-family:__Inter_52ad5f;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.p.woff2) format("woff2");unicode-range:U+0301,U+0400-045f,U+0490-0491,U+04b0-04b1,U+2116}@font-face{font-family:__Inter_52ad5f;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:U+1f??}@font-face{font-family:__Inter_52ad5f;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:U+0370-0377,U+037a-037f,U+0384-038a,U+038c,U+038e-03a1,U+03a3-03ff}@font-face{font-family:__Inter_52ad5f;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01a0-01a1,U+01af-01b0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1ea0-1ef9,U+20ab}@font-face{font-family:__Inter_52ad5f;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:U+0100-02ba,U+02bd-02c5,U+02c7-02cc,U+02ce-02d7,U+02dd-02ff,U+0304,U+0308,U+0329,U+1d00-1dbf,U+1e00-1e9f,U+1ef2-1eff,U+2020,U+20a0-20ab,U+20ad-20c0,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:__Inter_52ad5f;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+0304,U+0308,U+0329,U+2000-206f,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-family:__Inter_52ad5f;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:U+0460-052f,U+1c80-1c8a,U+20b4,U+2de0-2dff,U+a640-a69f,U+fe2e-fe2f}@font-face{font-family:__Inter_52ad5f;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.p.woff2) format("woff2");unicode-range:U+0301,U+0400-045f,U+0490-0491,U+04b0-04b1,U+2116}@font-face{font-family:__Inter_52ad5f;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:U+1f??}@font-face{font-family:__Inter_52ad5f;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:U+0370-0377,U+037a-037f,U+0384-038a,U+038c,U+038e-03a1,U+03a3-03ff}@font-face{font-family:__Inter_52ad5f;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01a0-01a1,U+01af-01b0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1ea0-1ef9,U+20ab}@font-face{font-family:__Inter_52ad5f;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:U+0100-02ba,U+02bd-02c5,U+02c7-02cc,U+02ce-02d7,U+02dd-02ff,U+0304,U+0308,U+0329,U+1d00-1dbf,U+1e00-1e9f,U+1ef2-1eff,U+2020,U+20a0-20ab,U+20ad-20c0,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:__Inter_52ad5f;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+0304,U+0308,U+0329,U+2000-206f,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-family:__Inter_52ad5f;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:U+0460-052f,U+1c80-1c8a,U+20b4,U+2de0-2dff,U+a640-a69f,U+fe2e-fe2f}@font-face{font-family:__Inter_52ad5f;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.p.woff2) format("woff2");unicode-range:U+0301,U+0400-045f,U+0490-0491,U+04b0-04b1,U+2116}@font-face{font-family:__Inter_52ad5f;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:U+1f??}@font-face{font-family:__Inter_52ad5f;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:U+0370-0377,U+037a-037f,U+0384-038a,U+038c,U+038e-03a1,U+03a3-03ff}@font-face{font-family:__Inter_52ad5f;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01a0-01a1,U+01af-01b0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1ea0-1ef9,U+20ab}@font-face{font-family:__Inter_52ad5f;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:U+0100-02ba,U+02bd-02c5,U+02c7-02cc,U+02ce-02d7,U+02dd-02ff,U+0304,U+0308,U+0329,U+1d00-1dbf,U+1e00-1e9f,U+1ef2-1eff,U+2020,U+20a0-20ab,U+20ad-20c0,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:__Inter_52ad5f;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+0304,U+0308,U+0329,U+2000-206f,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-family:__Inter_Fallback_52ad5f;src:local("Arial");ascent-override:90.20%;descent-override:22.48%;line-gap-override:0.00%;size-adjust:107.40%}.__className_52ad5f{font-family:__Inter_52ad5f,__Inter_Fallback_52ad5f;font-style:normal}.account{display:grid;grid-template-columns:2fr 1fr;grid-gap:20px;gap:20px}@media only screen and (max-width:1000px){.account{grid-template-columns:1fr}.account__right{grid-area:1/1/2/2}}