*{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:#2c2c2c;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{max-width:100%;height:auto;display:block}a{text-decoration:none;color:inherit}ul,ol{list-style:none}button{border:none;background:none;cursor:pointer;font-family:inherit}.header{height:80px;width:100%;background-color:#fff;position:sticky;top:0;z-index:100;transition:background-color .3s ease}@media(min-width:1024px){.header{padding:0 12%}.header--orange{background-color:#fb966e}}@media(min-width:1281px){.header{padding-left:25%;padding-right:25%}}.header--cart,.header--checkout,.header--order-complete,.header--member,.header--order-list,.header--auth{background-color:#fb966e;display:none}@media(min-width:1024px){.header--cart,.header--checkout,.header--order-complete,.header--member,.header--order-list,.header--auth{display:block}}.header--cart .header__hamburger-line,.header--checkout .header__hamburger-line,.header--order-complete .header__hamburger-line,.header--member .header__hamburger-line,.header--order-list .header__hamburger-line,.header--auth .header__hamburger-line{background-color:#fff}.header--cart .header__icon,.header--checkout .header__icon,.header--order-complete .header__icon,.header--member .header__icon,.header--order-list .header__icon,.header--auth .header__icon{color:#fff}.header--cart .header__logo-box,.header--checkout .header__logo-box,.header--order-complete .header__logo-box,.header--member .header__logo-box,.header--order-list .header__logo-box,.header--auth .header__logo-box{display:flex;justify-content:center;align-items:center}.header__wrapper{display:flex;justify-content:space-between;align-items:center;padding:15px 8% 30px}@media(min-width:1024px){.header__wrapper{height:80px;padding:15px 0}}.header__wrapper--search{padding:15px 6%}@media(min-width:1024px){.header__wrapper--search{padding:0;display:grid;grid-template-columns:.5fr .5fr auto 1fr;align-items:center;width:100%;gap:1rem}}.header__hamburger{display:flex;flex-direction:column;gap:5px;padding:12px;cursor:pointer;background:transparent;border:none;transition:all .3s ease}.header__hamburger--search{display:none}@media(min-width:1024px){.header__hamburger--search{display:flex}}.header__hamburger--active .header__hamburger-line:nth-child(1){transform:rotate(45deg) translate(6px,6px)}.header__hamburger--active .header__hamburger-line:nth-child(2){opacity:0}.header__hamburger--active .header__hamburger-line:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}.header__hamburger-line{width:24px;height:3px;background-color:#2c2c2c;transition:all .3s ease;border-radius:2px}@media(min-width:1024px){.header__hamburger-line--white{background-color:#fff}}.header__logo{display:flex;align-items:center;justify-content:center;position:absolute;left:50%;transform:translate(-50%)}.header__logo--search{display:none}@media(min-width:1024px){.header__logo--search{display:flex;position:static;transform:none}}.header__logo-box{height:30px;width:60px;display:flex;justify-content:center;align-items:center}@media(min-width:1024px){.header__logo-box{height:50px;width:100px}}.header__current-button{width:22px;height:22px;margin-right:26px;background:transparent;border:none;cursor:pointer;padding:0}@media(min-width:1024px){.header__current-button{display:none}}.header__current-icon{color:#2c2c2c;width:100%;height:100%}.header__search-bar{width:334px;height:45px;display:flex;align-items:center;background-color:#f1f1f1;border-radius:12px;transition:background-color .3s ease;padding-left:15px;border:none}@media(min-width:1024px){.header__search-bar{width:500px;justify-self:center}}.header__search-bar:focus-within{background-color:#ebebeb;box-shadow:0 2px 8px #00000014}.header__search-input{flex:1;border:none;background:transparent;font-size:1rem;color:#2c2c2c;outline:none}.header__search-input::placeholder{color:#999}.header__search-button{display:flex;align-items:center;justify-content:center;width:45px;height:100%;background-color:#fb966e;border:none;cursor:pointer;flex-shrink:0;border-bottom-right-radius:12px;border-top-right-radius:12px;transition:background-color .3s ease}.header__search-button:hover{background-color:#fb966e1a}.header__search-button:active{transform:scale(.95)}.header__search-icon--searchbar{width:22px;height:22px;stroke-width:2;color:#fff}.header__camera-button{height:22px;width:22px;margin-right:8px;background:transparent;border:none;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center}.header__camera-icon{color:#2c2c2c80;width:100%;height:100%}.header__icons{display:flex;align-items:center;gap:10px}.header__icons--search{display:none}@media(min-width:1024px){.header__icons--search{display:flex;justify-content:end;gap:35px}}.header__icon{position:relative;display:flex;align-items:center;justify-content:center;width:30px;height:30px;background:transparent;border:none;cursor:pointer;border-radius:50%;transition:background-color .3s ease;padding:0}@media(min-width:1024px){.header__icon--white{color:#fff}}@media(min-width:1024px){.header__icon--search{display:none}}.header__dropdown,.header__dropdown--desktop{position:absolute;top:100%;left:0;width:100%;background-color:#fff;max-height:0;overflow:hidden;transition:max-height .3s ease;z-index:99}@media(min-width:1024px){.header__dropdown,.header__dropdown--desktop{display:none}}.header__dropdown--open,.header__dropdown--desktop--open{max-height:600px}@media(max-width:767px){.header__dropdown--open,.header__dropdown--desktop--open{max-height:500px}}.header__dropdown--desktop{display:flex;justify-content:space-evenly;padding-left:11.7%;padding-right:11.7%}@media(max-width:767px){.header__dropdown--desktop{display:none}}@media(min-width:768px)and (max-width:1023px){.header__dropdown--desktop{display:none}}@media(min-width:1024px){.header__dropdown--desktop{display:flex}}.header__tabs{display:flex;border-bottom:2px solid #e5e5e5;overflow-x:auto;-webkit-overflow-scrolling:touch}.header__tabs::-webkit-scrollbar{display:none}.header__tabs{-ms-overflow-style:none;scrollbar-width:none}.header__tab{flex:1;min-width:80px;padding:10px;background:transparent;border:none;border-bottom:3px solid transparent;cursor:pointer;font-size:1rem;color:#2c2c2c33;text-align:center;transition:all .3s ease;white-space:nowrap}@media(max-width:767px){.header__tab{padding:10px;font-size:1rem;min-width:70px}}.header__tab--active{font-weight:600;color:#fb966e;border-bottom-color:#fb966e}.header__content{position:relative;min-height:100vh;background-color:#f1f1f1}.header__panel{position:absolute;top:0;left:0;width:100%;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.header__panel--active{opacity:1;visibility:visible;position:relative}.header__list{display:flex;flex-direction:column;gap:2px;list-style:none;margin:0;padding:0}@media(min-width:1024px){.header__list{gap:15px;margin-top:40px}}.header__list-item{border-bottom:1px solid rgba(44,44,44,.2)}@media(min-width:1024px){.header__list-item{border-bottom:none}}.header__list-link{display:block;width:100%;padding-left:10%;padding-top:30px;padding-bottom:30px;background:transparent;border:none;cursor:pointer;font-size:1rem;color:#2c2c2c;text-align:left;transition:all .2s ease;border-left:3px solid transparent}@media(min-width:1024px){.header__list-link{padding:0}}.header__list-link:active{background-color:#f0f0f0}@media(min-width:1024px){.header__list-link:hover{color:#fb966e}}.header-menu{display:flex;justify-content:space-between;flex-direction:row;width:35%;margin:32px 0}.header__column{flex:1}.header__column-title{font-size:1.1rem;font-weight:600;color:#2c2c2c;margin-bottom:15px}.header__imagebox{display:flex;flex-direction:row;gap:20px;margin:32px 0}.header__image-container{flex:1;aspect-ratio:1/1;height:180px;width:180px;overflow:hidden}.header__image{object-fit:cover;width:100%;height:100%;transition:transform .3s ease}.header__image:hover{transform:scale(1.05)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.footer{background-color:#fb966e;height:400px;padding:48px 0 15px;color:#fff;font-size:1rem}@media(min-width:1024px){.footer{height:300px;padding-left:11.7%;padding-right:11.7%}}@media(min-width:1281px){.footer{padding-left:25%;padding-right:25%}}.footer__brand{font-size:1.5rem;text-align:center}@media(min-width:1024px){.footer__brand{text-align:left}}.footer__info-item{font-style:normal;display:flex;justify-content:center}@media(min-width:1024px){.footer__info-item{justify-content:left}}.footer__iconbox{margin-top:30px;display:flex;justify-content:center;gap:24px}@media(min-width:1024px){.footer__iconbox{justify-content:end}}.footer__iconbox a{width:20px;height:20px;color:#fff;display:flex;align-items:center;justify-content:center}.footer__copyright{text-align:center;font-size:.8rem;margin-top:30px}@media(min-width:1024px){.footer__content{display:grid;grid-template-columns:1fr auto 1fr;align-items:start}}.carousel{position:relative;width:100%;height:580px;overflow:hidden;background-color:#000}@media(min-width:1024px){.carousel{height:600px}}.carousel__track{position:relative;width:100%;height:100%}.carousel__slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;visibility:hidden;transition:opacity .8s ease,visibility .8s ease}.carousel__slide--active{opacity:1;visibility:visible;z-index:1}.carousel__image-wrapper{position:relative;width:100%;height:100%}.carousel__image{width:100%;height:100%;object-fit:cover;object-position:top}@media(min-width:1024px){.carousel__image{object-position:50% 20%}}.carousel__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to right,#0009,#0000004d,#0000001a)}@media(max-width:767px){.carousel__overlay{background:#0006}}.carousel__content{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:end;z-index:2}@media(min-width:1024px){.carousel__content{align-items:center}}.carousel__text{color:#fff;margin-left:30px;margin-bottom:70px}@media(min-width:1024px){.carousel__text{margin-left:14vw}}.carousel__brand{font-size:.875rem;font-weight:500;letter-spacing:2px;text-transform:uppercase;margin-bottom:10px;opacity:.9;text-shadow:5px 5px 20px black}.carousel__title{font-size:2.5rem;font-weight:700;line-height:1.2;margin-bottom:24px;max-width:320px;text-shadow:5px 5px 20px black}.carousel__description{font-size:1.125rem;line-height:1.6;margin-bottom:48px;opacity:.9}@media(min-width:768px)and (max-width:1023px){.carousel__description{font-size:1rem;margin-bottom:30px}}@media(max-width:767px){.carousel__description{font-size:.875rem;margin-bottom:24px}}.carousel__button{display:flex;justify-content:center;align-items:center;width:140px;height:50px;background-color:#fb966e;color:#fff;font-size:1rem;font-weight:600;text-decoration:none;border-radius:10px;transition:all .3s ease;box-shadow:5px 5px 20px #2c2c2c}.carousel__button:active{transform:translateY(0)}.carousel__dots{position:absolute;bottom:30px;left:50%;transform:translate(-50%);display:flex;gap:16px;z-index:10}@media(max-width:767px){.carousel__dots{bottom:24px;gap:8px}}.carousel__dot{width:5px;height:5px;background-color:#ffffff80;border:2px solid rgba(255,255,255,.8);border-radius:50%;cursor:pointer;transition:all .3s ease;padding:0}@media(min-width:1024px){.carousel__dot{width:10px;height:10px}}.carousel__dot--active{background-color:#fff;border-radius:6px}.product-section{padding:48px 0}@media(max-width:767px){.product-section{padding:30px 0}}.product-section__title{font-size:1.5rem;font-weight:700;margin-bottom:30px;color:#2c2c2c;text-align:center}.product-section__wrapper{position:relative}.product-section__scroll{overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-left:30px}.product-section__scroll::-webkit-scrollbar{display:none}@media(min-width:1024px){.product-section__scroll{overflow:visible;padding:0;display:flex;justify-content:center}}.product-section__grid{display:grid;gap:16px;grid-template-columns:repeat(8,200px);grid-auto-flow:column}@media(min-width:1024px){.product-section__grid{grid-template-columns:repeat(4,200px);grid-template-rows:repeat(2,1fr);grid-auto-flow:row;gap:60px}}.product-section__arrow{display:flex;align-items:center;justify-content:center;background-color:#fff;cursor:pointer;transition:all .3s ease;color:#2c2c2c;margin-left:20px;margin-right:20px}@media(min-width:1024px){.product-section__arrow{margin:0}}.product-section__arrow svg{width:30px;height:30px;stroke-width:2}.product-section__arrow:hover{color:#fb966e;border-color:#fb966e}.product-section__arrow--right{position:relative;right:0;top:50%;transform:translateY(-50%);width:40px;height:40px}@media(min-width:1024px){.product-section__arrow--right{display:none}}.product-section__arrow--bottom{display:none}@media(min-width:1024px){.product-section__arrow--bottom{display:flex;width:100%;padding:24px;margin-top:30px;border-radius:4px;font-size:1rem;font-weight:500}.product-section__arrow--bottom svg{transition:transform .3s ease}.product-section__arrow--bottom:hover svg{transform:translateY(3px)}}.product-card{background-color:#fff;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;cursor:pointer}.product-card:hover{transform:translateY(-4px);box-shadow:0 8px 16px #0000001a}.product-card__image-wrapper{position:relative;width:200px;height:200px;padding-top:100%;overflow:hidden;background-color:#f0f0f0}.product-card__image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.product-card:hover .product-card__image{transform:scale(1.05)}.product-card__badge{position:absolute;top:12px;left:-26px;width:100px;background:linear-gradient(135deg,#ff6b35,#ff8555);color:#fff;text-align:center;justify-content:center;transform:rotate(315deg);box-shadow:0 2px 4px #0003;z-index:5}.product-card__badge-text{font-size:16px;font-weight:700;letter-spacing:.5px}.product-card__info{padding:24px}@media(max-width:767px){.product-card__info{padding:16px}}.product-card__name{font-size:1rem;color:#2c2c2c;margin-bottom:16px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;cursor:pointer;transition:color .3s ease}@media(max-width:767px){.product-card__name{font-size:.875rem;margin-bottom:8px}}.product-card__name:hover{color:#fb966e}.product-card__footer{display:flex;align-items:center;justify-content:space-between}.product-card__price{font-size:1.125rem;font-weight:700;color:#2c2c2c}@media(max-width:767px){.product-card__price{font-size:1rem}}.product-card__price--red{color:red}.product-card__cart-button{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background-color:transparent;cursor:pointer;transition:all .3s ease}@media(max-width:767px){.product-card__cart-button{width:32px;height:32px}}.product-card__cart-button:hover{background-color:#fb966e;border-color:#fb966e}.product-card__cart-button:hover .product-card__cart-icon{color:#fff}.product-card__cart-button:active{transform:scale(.95)}.product-card__cart-icon{width:20px;height:20px;color:#2c2c2c;transition:color .3s ease}@media(max-width:767px){.product-card__cart-icon{width:18px;height:18px}}.sidebar__overlay{position:fixed;inset:0;background:#00000080;z-index:10}@media(min-width:1024px){.sidebar__overlay{display:none}}.sidebar{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:21px 30px;background-color:#fff;gap:38px;overflow-x:auto;-webkit-overflow-scrolling:touch;width:100%}@media(min-width:1024px){.sidebar{flex-direction:column;width:200px;background-color:#f5f5f5;padding:0;overflow-x:visible;gap:0}}.sidebar__section{flex-shrink:0}@media(min-width:1024px){.sidebar__section{padding-bottom:30px;margin-bottom:40px;width:100%;border-bottom:#CCCCCC .5px solid}}.sidebar__tab{display:flex;align-items:center;gap:4px}@media(min-width:1024px){.sidebar__tab{justify-content:space-between;width:100%;margin-bottom:10px}}.sidebar__tab-title{font-size:1rem}@media(min-width:1024px){.sidebar__tab-title{font-size:20px}}.sidebar__tab-arrow{width:20px;height:20px;color:#333}.sidebar__tab-arrow--active{transform:rotate(180deg)}.sidebar__content{position:fixed;bottom:0;left:0;right:0;background-color:#fff;z-index:1000;border-radius:20px 20px 0 0;box-shadow:0 -4px 20px #00000026;padding:20px;transform:translateY(100%);transition:transform .3s ease-out;max-height:70vh;overflow-y:auto;display:block}.sidebar__content--open{transform:translateY(0)}@media(min-width:1024px){.sidebar__content{position:static;transform:none;box-shadow:none;border-radius:0;padding:0;max-height:0;overflow:hidden}.sidebar__content--open{max-height:500px}}.sidebar__options{display:flex;flex-direction:column;gap:8px}@media(min-width:1024px){.sidebar__options{background-color:#f1f1f1}}.sidebar__option{font-size:1rem}.sidebar__radio:checked{color:red}.sidebar__price-slider{padding:0}@media(min-width:1024px){.sidebar__price-slider{background-color:#f1f1f1}}.sidebar__slider-wrapper{position:relative;height:24px;display:flex;align-items:center;margin-bottom:8px}.sidebar__slider-wrapper .slider__track{position:absolute;width:100%;height:4px;background-color:#d1d1d1;border-radius:2px}.sidebar__slider-wrapper .slider__range{position:absolute;height:4px;background-color:#4caf50;border-radius:2px;z-index:1}.sidebar__range{position:absolute;width:100%;height:4px;background:transparent;pointer-events:none;-webkit-appearance:none;appearance:none;z-index:2;margin:0}.sidebar__range::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:16px;height:16px;background:#fff;border:1px solid #333;border-radius:50%;cursor:pointer;pointer-events:auto;box-shadow:0 1px 3px #0000001a}.sidebar__range::-moz-range-thumb{width:16px;height:16px;background:#fff;border:1px solid #333;border-radius:50%;cursor:pointer;pointer-events:auto}.sidebar__range::-webkit-slider-runnable-track{background:transparent;border:none}.sidebar__range::-moz-range-track{background:transparent;border:none}.sidebar__range--min{z-index:3}.sidebar__range--max{z-index:4}.sidebar__price-display{font-size:1.125rem;color:#b0b0b0;font-weight:400;margin-top:4px}.search-page{background-color:#f1f1f1}@media(max-width:767px){.search-page{padding:0;background-color:#fff}}.search-page__layout{display:grid;place-items:center;background-color:#f1f1f1;grid-template-columns:1fr;gap:0;padding-bottom:30px}@media(min-width:1024px){.search-page__layout{grid-template-columns:200px 1fr;gap:30px;padding-left:11.7%;padding-right:11.7%;padding-top:30px}}@media(min-width:1281px){.search-page__layout{padding-left:25.5%;padding-right:25.5%}}.search-page .sidebar{position:sticky;top:60px;z-index:90;max-height:50vh;overflow-y:auto}@media(min-width:1024px){.search-page .sidebar{position:sticky;top:80px;align-self:start;max-height:calc(100vh - 100px);overflow-y:auto;background-color:#f1f1f1}}.search-page__main{background-color:#fff;border-radius:8px}.search-page__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:96px 24px;text-align:center;background-color:#f1f1f1}@media(max-width:767px){.search-page__empty{padding:48px 24px}}.search-page__empty-icon{width:80px;height:80px;stroke-width:1.5;color:#d0d0d0;margin-bottom:30px}@media(max-width:767px){.search-page__empty-icon{width:60px;height:60px;margin-bottom:24px}}.search-page__empty-title{font-size:1.5rem;color:#2c2c2c;margin-bottom:16px}@media(max-width:767px){.search-page__empty-title{font-size:1.125rem}}.search-page__empty-description{font-size:1rem;color:#6c757d;max-width:400px;line-height:1.6}@media(max-width:767px){.search-page__empty-description{font-size:.875rem}}.search-page .product-section{padding:0;background-color:transparent}.search-page .product-section__title{display:none}.search-page .product-section__wrapper{background-color:#f1f1f1}@media(min-width:768px)and (max-width:1023px){.search-page .product-section__wrapper{width:100vw;align-items:center}}.search-page .product-section__arrow--bottom{display:none}.search-page .product-section__grid{grid-template-columns:repeat(2,1fr);gap:16px;grid-auto-flow:row}@media(min-width:768px)and (max-width:1023px){.search-page .product-section__grid{grid-template-columns:repeat(2,1fr);place-items:center}}@media(min-width:1024px){.search-page .product-section__grid{grid-template-columns:repeat(3,1fr);gap:10px}}.search-page .product-section__card{background-color:#f1f1f1}.search-page .product-section__scroll{overflow:visible;padding:0}.search-page .product-section__arrow--right{display:none}.search-page .product-card{width:180px}@media(min-width:1024px){.search-page .product-card{width:240px}}.search-page .product-card__image-wrapper{padding:0;height:180px;width:100%}@media(min-width:1024px){.search-page .product-card__image-wrapper{height:240px}}.search-page .product-card__info{padding:0}@media(max-width:767px){.search-page .product-card__name{font-size:1rem}}@media(max-width:767px){.search-page .product-card__price{font-size:1.5rem}}@media(max-width:767px){.search-page .product-card__cart-button{width:28px;height:28px}}@media(max-width:767px){.search-page .product-card__cart-icon{width:18px;height:18px}}.cart{background-color:#fff;min-height:100vh;padding-bottom:80px}.cart__header{display:flex;justify-content:space-between;align-items:center;padding:12px 16px 5px;background-color:#fb966e;color:#fff;position:sticky;top:0;z-index:100}@media(min-width:1024px){.cart__header{display:none}}.cart__header-icons{display:flex;gap:10px}.cart__icon{color:#fff;width:30px;height:30px}.cart__back-btn{background:none;border:none;color:#fff;cursor:pointer;padding:8px;display:flex;align-items:center}.cart__back-btn svg{width:24px;height:24px}.cart__title{font-size:20px;font-weight:500;position:fixed;left:50%;transform:translate(-50%)}.cart__container{padding:30px}@media(min-width:1024px){.cart__container{display:grid;grid-template-columns:1fr auto;grid-template-areas:"a c" "b c";gap:8px;padding-right:11.7%;padding-left:11.7%}}@media(min-width:1281px){.cart__container{padding-right:25%;padding-left:25%}}.cart__table-header{display:none}@media(min-width:1024px){.cart__table-header{max-width:740px;display:grid;grid-template-columns:51.3% 14.8% 14.8% 14.8% 4%;padding-bottom:30px;border-bottom:1px solid #eee;color:#666;grid-area:a}}.cart__list{grid-area:b}@media(min-width:1024px){.cart__list{max-width:740px}}.cart .cart-item{display:flex;padding-bottom:15px;align-items:center;position:relative;gap:15px}@media(min-width:1024px){.cart .cart-item{display:grid;grid-template-columns:20.2% 31% 14.8% 14.8% 14.8% 4%;gap:0}}.cart .cart-item__content{position:relative;flex:1;height:180px}@media(min-width:1024px){.cart .cart-item__content{height:150px;padding-left:30px;display:flex;justify-content:center;flex-direction:column}}.cart .cart-item__remove-btn{font-size:1.5rem;width:100%;display:flex;justify-content:end}@media(min-width:1024px){.cart .cart-item__remove-btn{display:none}}.cart .cart-item__remove-btn--desktop{display:none}@media(min-width:1024px){.cart .cart-item__remove-btn--desktop{display:flex}}.cart .cart-item__name{font-size:1rem;font-weight:500}.cart .cart-item__detail{font-size:12px;color:#999;display:flex;align-items:center;gap:4px}.cart .cart-item__checkbox-wrapper{position:relative;display:flex;align-items:center;justify-content:center;width:24px;height:24px}@media(min-width:1024px){.cart .cart-item__checkbox-wrapper{display:none}}.cart .cart-item__checkbox{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.cart .cart-item__checkbox:checked+.cart-item__checkbox-label{border-color:#fb966e}.cart .cart-item__checkbox:checked+.cart-item__checkbox-label:after{transform:translate(-50%,-50%) scale(1)}.cart .cart-item__checkbox-label{position:absolute;top:0;left:0;height:20px;width:20px;background-color:#fff;border:2px solid #2C2C2C;border-radius:50%;cursor:pointer;transition:all .2s ease}.cart .cart-item__checkbox-label:after{content:"";position:absolute;top:50%;left:50%;width:11px;height:11px;border-radius:50%;background:#fb966e;transform:translate(-50%,-50%) scale(0);transition:transform .2s cubic-bezier(.12,.4,.29,1.46)}.cart .cart-item__checkbox-label:hover{border-color:#fb966e}.cart .cart-item__img{width:180px;height:180px;object-fit:cover}@media(min-width:1024px){.cart .cart-item__img{width:150px;height:150px}}.cart .cart-item__color-dot{width:15px;height:15px;border-radius:50%;display:inline-block}.cart .cart-item__size-tag{background:#f0f0f0;border-radius:10px;width:26px;height:15px;font-size:10px;display:inline-flex;justify-content:center;align-items:center}.cart .cart-item__price--mobile{font-size:1.5rem;font-weight:700;margin-top:10px}@media(min-width:1024px){.cart .cart-item__price--mobile{display:none}}.cart .cart-item__price--desktop{display:none}@media(min-width:1024px){.cart .cart-item__price--desktop{display:block;font-size:1.125rem}}.cart .cart-item__total{display:none}@media(min-width:1024px){.cart .cart-item__total{display:block;font-size:1.125rem;font-weight:700}}.cart .quantity-selector{width:60px;height:26px;display:inline-flex;justify-content:space-between;align-items:center;border:1px solid rgba(44,44,44,.5019607843);border-radius:20px;padding:5px 4.5px;margin-top:22px}@media(min-width:1024px){.cart .quantity-selector{display:none}}.cart .quantity-selector--desktop{display:none}@media(min-width:1024px){.cart .quantity-selector--desktop{display:inline-flex;margin:0}}.cart .quantity-selector__btn{background:#f1f1f1;border:rgba(44,44,44,.5019607843) 1px solid;border-radius:50%;font-size:12px;color:#2c2c2c80;cursor:pointer;width:18px;height:18px;display:inline-flex;justify-content:center;align-items:center}.cart .quantity-selector__value{font-size:1rem}.cart .cart-summary{margin-top:30px;background:#fff;display:none}@media(min-width:1024px){.cart .cart-summary{display:block;margin-top:0;width:200px;height:100%;grid-area:c}}.cart .cart-summary__title{font-size:20px;margin-bottom:14px;font-weight:500}.cart .cart-summary__row{display:flex;justify-content:space-between;font-size:1rem}.cart .cart-summary__row--total{font-weight:700}.cart .cart-summary__divider{margin-top:50px;border:none;border-top:1px solid #CCCCCC}.cart .cart-summary__next-btn{width:100%;background:#fb966e;color:#fff;border:none;padding:15px;border-radius:8px;font-size:1.125rem;font-weight:700;margin-top:30px;cursor:pointer}.cart .cart-footer-mobile{position:fixed;bottom:0;left:0;width:100%;height:80px;background:#f1f1f1;display:flex;justify-content:space-between;align-items:center;padding:12px 20px;box-shadow:0 -4px 10px #0000000d;z-index:100}@media(min-width:1024px){.cart .cart-footer-mobile{display:none}}.cart .cart-footer-mobile__price{font-size:1.5rem;font-weight:500;margin-right:15px}.cart .cart-footer-mobile__btn{background:#fb966e;color:#fff;width:120px;height:50px;border:none;padding:10px 30px;border-radius:10px;font-size:1.125rem;font-weight:600}.cart .cart-footer-mobile__select-all{display:flex;align-items:center;gap:8px;cursor:pointer}.cart .cart-footer-mobile__select-all .cart-footer-mobile__checkbox{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.cart .cart-footer-mobile__select-all .cart-footer-mobile__checkbox:checked+.cart-footer-mobile__checkbox-label{border-color:#fb966e}.cart .cart-footer-mobile__select-all .cart-footer-mobile__checkbox:checked+.cart-footer-mobile__checkbox-label:after{transform:translate(-50%,-50%) scale(1)}.cart .cart-footer-mobile__select-all .cart-footer-mobile__checkbox-label{position:relative;height:20px;width:20px;background-color:#fff;border:2px solid #2C2C2C;border-radius:50%;cursor:pointer;transition:all .2s ease}.cart .cart-footer-mobile__select-all .cart-footer-mobile__checkbox-label:after{content:"";position:absolute;top:50%;left:50%;width:11px;height:11px;border-radius:50%;background:#fb966e;transform:translate(-50%,-50%) scale(0);transition:transform .2s cubic-bezier(.12,.4,.29,1.46)}.cart .cart-footer-mobile__select-all .cart-footer-mobile__checkbox-label:hover{border-color:#fb966e}.checkout{background-color:#fff;min-height:100vh;padding-bottom:80px}@media(min-width:1024px){.checkout{padding-bottom:0}}.checkout__header{display:flex;justify-content:space-between;align-items:center;padding:12px 16px 5px;background-color:#fb966e;color:#fff;position:sticky;top:0;z-index:100}@media(min-width:1024px){.checkout__header{display:none}}.checkout__back-btn{background:none;border:none;color:#fff;cursor:pointer;padding:8px;display:flex;align-items:center}.checkout__back-btn svg{width:24px;height:24px}.checkout__title{font-size:20px;font-weight:500;position:fixed;left:50%;transform:translate(-50%)}.checkout__header-icons{display:flex;gap:10px;align-items:center}.checkout__icon{color:#fff;width:30px;height:30px;display:flex;align-items:center;justify-content:center}.checkout__container{padding:0 7%}@media(min-width:1024px){.checkout__container{display:grid;grid-template-columns:740px 200px;gap:40px;padding-left:11.7%;padding-right:11.7%;margin-bottom:150px;min-height:700px}}@media(min-width:1281px){.checkout__container{padding-right:15%;padding-left:15%}}.checkout__desktop-footer{display:none}@media(min-width:1024px){.checkout__desktop-footer{display:block}}.checkout-group{margin-bottom:10px}.checkout-group__title{font-size:1.5rem;font-weight:500;margin-top:30px;margin-bottom:20px}.checkout-group__options{display:flex;flex-direction:column;gap:30px;margin-bottom:5px}.checkout-group__divider{border:none;border-top:1px solid #eee;margin-top:24px}.checkout-option{display:flex;align-items:flex-start;gap:10px;cursor:pointer;font-size:1.125rem;max-height:20px}.checkout-option__radio-wrapper{position:relative;display:flex;align-items:center;justify-content:center;width:15px;height:15px;flex-shrink:0;margin-top:2px}.checkout-option__input{position:absolute;opacity:0;cursor:pointer;width:0;height:0}.checkout-option__input:checked+.checkout-option__radio{border-color:#fb966e}.checkout-option__input:checked+.checkout-option__radio:after{transform:translate(-50%,-50%) scale(1)}.checkout-option__radio{position:absolute;top:0;left:0;width:15px;height:15px;border:2px solid #2C2C2C;border-radius:50%;background-color:#fff;transition:all .2s ease}.checkout-option__radio:after{content:"";position:absolute;top:50%;left:50%;width:7px;height:7px;border-radius:50%;background:#fb966e;transform:translate(-50%,-50%) scale(0);transition:transform .2s cubic-bezier(.12,.4,.29,1.46)}.checkout-option__radio:hover{border-color:#fb966e}.checkout-option__text{display:flex;flex-direction:column}.checkout-option__label{font-size:1rem;font-weight:500;line-height:1.4}.checkout-option__sublabel{font-size:12px;color:#999;margin-top:2px}.checkout-form{margin-top:8px;padding-left:25px}@media(min-width:1024px){.checkout-form{padding-left:32px;gap:8px}}.checkout-form__section{margin-bottom:8px}.checkout-form__section-label{display:block;font-size:.875rem;color:#2c2c2c80;margin-bottom:3px;margin-top:4px}.checkout-form__field{margin-bottom:3px;position:relative}.checkout-form__input{width:100%;height:24px;padding-left:5px;border:1px solid #ddd;border-radius:4px;font-size:10px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:#2c2c2c;background-color:#fff;transition:border-color .2s ease;display:flex}.checkout-form__input::placeholder{color:#bbb}.checkout-form__input:focus{border-color:#fb966e;outline:none}.checkout-form__input-icon{position:absolute;right:12px;top:50%;transform:translateY(-50%);color:#999;display:flex;align-items:center}.checkout-form__input-svg{width:15px;height:15px}.checkout-form__row{display:grid;grid-template-columns:1fr 1fr;gap:3px;margin-bottom:3px}.checkout-form__row--shipping{grid-template-columns:1fr;gap:0}@media(min-width:1024px){.checkout-form__row--shipping{grid-template-columns:1fr 1fr;gap:5px}}.checkout-form__phone-row{display:grid;grid-template-columns:56px 1fr;gap:8px}@media(min-width:1024px){.checkout-form__phone-row{gap:5px}}.checkout-form__select{width:56px;height:24px;border:1px solid rgba(44,44,44,.2);border-radius:4px;font-size:10px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:#2c2c2c;background-color:#f1f1f1;cursor:pointer}.checkout-form__select:focus{border-color:#fb966e;outline:none}@media(min-width:1024px){.checkout-form:has(.checkout-form__section+.checkout-form__section){display:grid;grid-template-columns:1fr 1fr;gap:8px}}.checkout-summary{margin-top:30px}@media(min-width:1024px){.checkout-summary{margin-top:24px;position:sticky;top:100px;width:200px;min-height:700px}}.checkout-summary__title{font-size:20px;font-weight:500}.checkout-summary__title--mobile{display:block}@media(min-width:1024px){.checkout-summary__title--mobile{display:none}}.checkout-summary__title--desktop{display:none}@media(min-width:1024px){.checkout-summary__title--desktop{display:block;line-height:20px}}.checkout-summary__product-list{display:flex;overflow-x:auto;gap:16px;-webkit-overflow-scrolling:touch}.checkout-summary__product-list::-webkit-scrollbar{display:none}.checkout-summary__product-list{-ms-overflow-style:none;scrollbar-width:none}@media(min-width:1024px){.checkout-summary__product-list{flex-direction:column;overflow-x:visible;gap:5px;margin-top:20px}}.checkout-summary__details{margin-top:30px}.checkout-summary__row{display:flex;justify-content:space-between;font-size:1rem;color:#2c2c2c;margin-bottom:8px}@media(min-width:1024px){.checkout-summary__row{margin:0}}.checkout-summary__row--total{font-weight:700;font-size:1rem;color:#2c2c2c;line-height:20px;margin-top:5px}.checkout-summary__total-price{color:#ff3b30;font-size:1rem;font-weight:700}.checkout-summary__divider{border:none;border-top:1px solid #ccc;margin-top:50px}.checkout-summary__total-section{display:none}@media(min-width:1024px){.checkout-summary__total-section{display:block}}.checkout-summary__next-btn{width:100%;background:#fb966e;color:#fff;border:none;padding:15px;border-radius:8px;font-size:1.125rem;font-weight:700;margin-top:24px;cursor:pointer;transition:opacity .2s ease}.checkout-summary__next-btn:hover{opacity:.9}.checkout-product{flex-shrink:0;width:180px}@media(min-width:1024px){.checkout-product{width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px}}.checkout-product__img{width:180px;height:180px;object-fit:cover}@media(min-width:1024px){.checkout-product__img{width:80px;height:80px}}.checkout-product__info{display:flex;align-items:center;justify-content:space-between;margin-top:8px;gap:8px}@media(min-width:1024px){.checkout-product__info{margin-top:0}}.checkout-product__price{font-size:1.5rem;font-weight:600}@media(min-width:1024px){.checkout-product__price{font-size:1.5rem}}.checkout-product__delete-btn{background:none;border:none;color:#2c2c2c;cursor:pointer;padding:4px;display:flex;align-items:center;transition:color .2s ease}.checkout-product__delete-btn:hover{color:#fb966e}@media(min-width:1024px){.checkout-product__delete-btn{display:none}}.checkout-footer{position:fixed;bottom:0;left:0;width:100%;height:70px;background:#f1f1f1;display:flex;justify-content:space-between;align-items:center;padding:12px 20px;box-shadow:0 -4px 10px #0000000d;z-index:100}@media(min-width:1024px){.checkout-footer{display:none}}.checkout-footer__label{font-size:20px;font-weight:500}.checkout-footer__right{display:flex;align-items:center;gap:12px}.checkout-footer__price{font-size:1.5rem;font-weight:500;color:#ff3b30}.checkout-footer__btn{background:#fb966e;color:#fff;border:none;border-radius:10px;font-size:20px;font-weight:600;cursor:pointer;transition:opacity .2s ease;width:100px;height:50px}.checkout-footer__btn:hover{opacity:.9}.order-complete{background-color:#fff;min-height:100vh;display:flex;flex-direction:column}.order-complete__header{display:flex;justify-content:space-between;align-items:center;padding:12px 16px 5px;background-color:#fb966e;color:#fff;position:sticky;top:0;z-index:100}@media(min-width:1024px){.order-complete__header{display:none}}.order-complete__back-btn{background:none;border:none;color:#fff;cursor:pointer;padding:8px;display:flex;align-items:center}.order-complete__back-btn svg{width:24px;height:24px}.order-complete__title{font-size:20px;font-weight:500;position:fixed;left:50%;transform:translate(-50%)}.order-complete__header-icons{display:flex;gap:10px;align-items:center}.order-complete__icon{color:#fff;width:30px;height:30px;display:flex;align-items:center;justify-content:center}.order-complete__content{flex:1;display:flex;justify-content:center;align-items:center;padding:0 24px;min-height:calc(100vh - 60px)}@media(min-width:1024px){.order-complete__content{min-height:900px}}.order-complete__message{display:flex;flex-direction:column;align-items:center;text-align:center}.order-complete__icon-wrapper{margin-bottom:20px}.order-complete__success-icon{width:64px;height:64px}@media(min-width:1024px){.order-complete__success-icon{width:80px;height:80px}}.order-complete__heading{font-size:2rem;font-weight:500;color:#2c2c2c;margin-bottom:16px}@media(min-width:1024px){.order-complete__heading{font-size:2.25rem;margin-bottom:20px}}.order-complete__browse-btn{display:inline-block;padding:12px 36px;border-radius:10px;background-color:#fb966e;color:#fff;font-size:1.125rem;font-weight:500;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;cursor:pointer;transition:all .2s ease}.order-complete__browse-btn:hover{background-color:#fb966e;color:#fff}.order-complete__browse-btn:active{transform:scale(.97)}.order-complete__desktop-footer{display:none}@media(min-width:1024px){.order-complete__desktop-footer{display:block}}.member-page{background-color:#fff;min-height:100vh;display:flex;flex-direction:column}.member-page__footer-wrapper{display:none}@media(min-width:1024px){.member-page__footer-wrapper{display:block}}.member-page__mobile-header{display:flex;align-items:center;justify-content:space-between;background-color:#fb966e;color:#fff;padding:12px 30px 5px;position:sticky;top:0;z-index:100}@media(min-width:1024px){.member-page__mobile-header{display:none}}.member-page__mobile-header-btn{background:none;border:none;color:#fff;cursor:pointer;padding:6px;display:flex;align-items:center}.member-page__mobile-header-btn svg{width:24px;height:24px}.member-page__mobile-header-title{font-size:1.5rem;font-weight:500;position:absolute;left:50%;transform:translate(-50%);white-space:nowrap}.member-page__mobile-header-icons{display:flex;gap:8px;align-items:center}.member-page__mobile-header-icon-btn{background:none;border:none;color:#fff;cursor:pointer;padding:4px;display:flex;align-items:center}.member-page__mobile-header-icon-btn svg{width:26px;height:26px}.member-page__main{flex:1;min-height:900px}@media(min-width:1024px){.member-page__main{padding:0 11.7%}}@media(min-width:1281px){.member-page__main{padding:0 25%}}.member-page__profile{display:flex;flex-direction:column;align-items:center;padding:40px 0 10px;position:relative}@media(min-width:1024px){.member-page__profile{flex-direction:row;align-items:center;padding:24px 0 30px;gap:24px}}.member-page__avatar-wrapper{width:100px;height:100px;border-radius:50%;overflow:hidden;flex-shrink:0}@media(min-width:1024px){.member-page__avatar-wrapper{width:100px;height:100px}}.member-page__avatar{width:100%;height:100%;object-fit:cover}.member-page__name{margin-top:8px;font-size:1.5rem;font-weight:500;color:#2c2c2c}@media(min-width:1024px){.member-page__name{margin-top:0;font-size:1.75rem}}.member-page__help-btn{display:none}@media(min-width:1024px){.member-page__help-btn{display:flex;align-items:center;justify-content:center;margin:3% 3% 3% auto;background:none;border:none;cursor:pointer;color:#2c2c2c;padding:6px}.member-page__help-btn svg{width:28px;height:28px}.member-page__help-btn:hover{color:#fb966e}}.member-page__body{display:flex;flex-direction:column;gap:16px}@media(min-width:1024px){.member-page__body{flex-direction:row;align-items:flex-start;gap:10px}}.member-page__sidebar{display:flex;flex-direction:column}@media(min-width:1024px){.member-page__sidebar{width:280px;flex-shrink:0;gap:10px}}.member-page__card{background-color:#fff;border-radius:12px;padding:30px}@media(min-width:1024px){.member-page__card{border:1px solid #e8e8e8;padding:16px 16px 24px}}@media(max-width:767px){.member-page__card--tools{border-top:8px solid #f5f5f5;border-radius:0;padding-top:24px}}.member-page__card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.member-page__card-title{font-size:1.125rem;font-weight:600;color:#2c2c2c}.member-page__card-link{display:flex;align-items:center;gap:2px;background:none;border:none;cursor:pointer;font-size:.875rem;color:#6c757d;padding:0}.member-page__card-link:hover{color:#fb966e}.member-page__card-link-icon{display:flex;align-items:center}.member-page__card-link-icon svg{width:14px;height:14px}.member-page__order-tabs{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(4,1fr);gap:4px}@media(min-width:1024px){.member-page__order-tabs{display:flex;flex-direction:column;gap:0}}.member-page__order-tab-item{display:flex}.member-page__order-tab-btn{width:100%;display:flex;flex-direction:column;align-items:center;gap:6px;background:none;border:none;cursor:pointer;padding:10px 4px;border-radius:8px;color:#2c2c2c;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;transition:color .15s ease}.member-page__order-tab-btn:hover,.member-page__order-tab-btn--active{color:#fb966e}@media(min-width:1024px){.member-page__order-tab-btn{flex-direction:row;gap:16px;padding:12px 8px;border-radius:0;border-bottom:1px solid #f0f0f0}.member-page__order-tab-btn:last-child{border-bottom:none}}.member-page__order-tab-icon{display:flex;align-items:center;justify-content:center}.member-page__order-tab-icon svg{width:28px;height:28px}@media(min-width:1024px){.member-page__order-tab-icon svg{width:22px;height:22px}}.member-page__order-tab-label{font-size:12px}@media(min-width:1024px){.member-page__order-tab-label{font-size:.875rem}}.member-page__tools-grid{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(4,1fr);gap:8px}@media(min-width:1024px){.member-page__tools-grid{display:none}}.member-page__tool-item{display:flex}.member-page__tool-btn{width:100%;display:flex;flex-direction:column;align-items:center;gap:6px;background:none;border:none;cursor:pointer;padding:10px 4px;border-radius:8px;color:#2c2c2c;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;transition:color .15s ease}.member-page__tool-btn:hover,.member-page__tool-btn--active{color:#fb966e}.member-page__tool-icon{display:flex;align-items:center;justify-content:center}.member-page__tool-icon svg{width:28px;height:28px}.member-page__tool-label{font-size:12px}.member-page__tools-list{display:none;list-style:none;padding:0;margin:0}@media(min-width:1024px){.member-page__tools-list{display:flex;flex-direction:column}}.member-page__tools-list-item{display:flex}.member-page__tools-list-btn{width:100%;display:flex;flex-direction:row;align-items:center;gap:16px;background:none;border:none;cursor:pointer;padding:12px 8px;border-radius:0;border-bottom:1px solid #f0f0f0;color:#2c2c2c;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;transition:color .15s ease}.member-page__tools-list-btn:last-child{border-bottom:none}.member-page__tools-list-btn:hover,.member-page__tools-list-btn--active{color:#fb966e}.member-page__tools-list-icon{display:flex;align-items:center;justify-content:center}.member-page__tools-list-icon svg{width:22px;height:22px}.member-page__tools-list-label{font-size:.875rem}.member-page__orders-panel{display:none}@media(min-width:1024px){.member-page__orders-panel{display:block;flex:1;border:1px solid #e8e8e8;border-radius:12px;padding:24px;min-width:0}}.member-page__orders-panel-title{font-size:1.125rem;font-weight:600;color:#2c2c2c;margin-bottom:24px}.member-page__orders-table{display:flex;flex-direction:column}.member-page__orders-thead{display:grid;grid-template-columns:120px 1fr 80px 80px;gap:8px;padding-bottom:8px;border-bottom:1px solid #e8e8e8;margin-bottom:8px}.member-page__orders-th{font-size:.875rem;color:#2c2c2c;font-weight:500}.member-page__order-row{border-bottom:1px solid #f0f0f0;padding:16px 0}.member-page__order-row:last-child{border-bottom:none}.member-page__order-row-main{display:grid;grid-template-columns:120px 1fr 80px 80px;gap:8px;align-items:center;margin-bottom:8px}.member-page__order-id{font-size:.875rem;color:#2c2c2c}.member-page__order-images{display:flex;flex-wrap:nowrap;gap:3px;overflow:hidden;position:relative;max-width:300px}.member-page__order-images:after{content:"";position:absolute;top:0;right:0;width:80px;height:100%;background:linear-gradient(to right,transparent,#fff);pointer-events:none}.member-page__order-img{width:80px;height:80px;object-fit:cover;flex-shrink:0}.member-page__order-total{font-size:.875rem;font-weight:600;color:#2c2c2c}.member-page__order-status{font-size:.875rem;color:#6c757d}.member-page__order-status--pending_receipt,.member-page__order-status--pending_payment,.member-page__order-status--completed{color:#6c757d}.member-page__order-actions{display:flex;justify-content:flex-end;gap:8px;padding-top:8px}.member-page__order-action-btn{padding:8px 18px;border-radius:6px;font-size:.875rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;cursor:pointer;transition:all .15s ease}.member-page__order-action-btn--outline{background-color:transparent;border:1.5px solid #FB966E;color:#fb966e}.member-page__order-action-btn--outline:hover{background-color:#fb966e14}.member-page__order-action-btn--solid{background-color:#fb966e;border:1.5px solid #FB966E;color:#fff}.member-page__order-action-btn--solid:hover{background-color:#fa7946}.order-list{background-color:#fff;min-height:100vh;display:flex;flex-direction:column}.order-list__footer-wrapper{display:none}@media(min-width:1024px){.order-list__footer-wrapper{display:block}}.order-list__mobile-header{display:flex;align-items:center;justify-content:space-between;background-color:#fb966e;color:#fff;padding:12px 16px 10px;position:sticky;top:0;z-index:100}@media(min-width:1024px){.order-list__mobile-header{display:none}}.order-list__mobile-header-btn{background:none;border:none;color:#fff;cursor:pointer;padding:6px;display:flex;align-items:center}.order-list__mobile-header-btn svg{width:24px;height:24px}.order-list__mobile-header-title{font-size:1.5rem;font-weight:500;position:absolute;left:50%;transform:translate(-50%)}.order-list__mobile-header-icons{display:flex;gap:8px;align-items:center}.order-list__mobile-header-icon-btn{background:none;border:none;color:#fff;cursor:pointer;padding:4px;display:flex;align-items:center}.order-list__mobile-header-icon-btn svg{width:26px;height:26px}.order-list__mobile-tabs{display:flex;overflow-x:auto;-webkit-overflow-scrolling:touch;gap:0;border-bottom:1px solid #eee;padding:0 16px;background:#f1f1f1;position:sticky;top:46px;z-index:99;height:80px}.order-list__mobile-tabs::-webkit-scrollbar{display:none}.order-list__mobile-tabs{scrollbar-width:none}@media(min-width:1024px){.order-list__mobile-tabs{display:none}}.order-list__mobile-tab{flex-shrink:0;background:none;border:none;border-bottom:2px solid transparent;padding:12px 14px;font-size:1.25rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:#2c2c2c33;cursor:pointer;white-space:nowrap;transition:color .15s,border-color .15s}.order-list__mobile-tab--active{color:#2c2c2c;font-weight:500}.order-list__main{flex:1;padding:0 0 48px}@media(min-width:1024px){.order-list__main{padding:24px 11.7% 48px}}.order-list__body{display:flex;flex-direction:column}@media(min-width:1024px){.order-list__body{flex-direction:row;align-items:flex-start;justify-content:space-between;gap:24px}}.order-list__sidebar{display:none}@media(min-width:1024px){.order-list__sidebar{display:block;width:200px;flex-shrink:0;border:1px solid #e8e8e8;border-radius:10px;padding:16px 0}}.order-list__sidebar-title{font-size:1.125rem;font-weight:500;color:#2c2c2c;padding:0 15px 10px}.order-list__sidebar-nav{list-style:none;padding:0;margin:0}.order-list__sidebar-nav-item{display:flex}.order-list__sidebar-nav-btn{width:100%;text-align:left;background:none;border:none;border-left:3px solid transparent;padding:10px 15px;font-size:.875rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:#2c2c2c33;cursor:pointer;transition:color .15s,border-color .15s}.order-list__sidebar-nav-btn:hover{color:#fb966e}.order-list__sidebar-nav-btn--active{color:#fb966e;border-left-color:#fb966e;font-weight:500}.order-list__content{min-width:0}@media(min-width:1024px){.order-list__content{width:740px}}.order-list__table-head{display:none}@media(min-width:1024px){.order-list__table-head{display:grid;grid-template-columns:120px 1fr 100px 100px;gap:8px;padding-bottom:8px;border-bottom:1px solid #e8e8e8;width:100%;height:50px}}.order-list__th{font-size:.875rem;color:#6c757d;font-weight:500}.order-list__order{border-bottom:8px solid #f5f5f5;padding:30px}@media(min-width:1024px){.order-list__order{border-bottom:1px solid #f0f0f0;padding:16px 0}}.order-list__order:last-child{border-bottom:none}.order-list__order-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}@media(min-width:1024px){.order-list__order-header{display:none}}.order-list__order-header-id{font-size:.875rem;color:#2c2c2c}.order-list__order-header-status{font-size:.875rem;color:#2c2c2c80}.order-list__order-items-mobile{display:flex;overflow-x:auto;-webkit-overflow-scrolling:touch;gap:8px;padding-bottom:8px}.order-list__order-items-mobile::-webkit-scrollbar{display:none}.order-list__order-items-mobile{scrollbar-width:none}@media(min-width:1024px){.order-list__order-items-mobile{display:none}}.order-list__order-item-card{flex-shrink:0;width:180px}.order-list__order-item-img{width:100%;height:180px;object-fit:cover;display:block}.order-list__order-item-price{display:block;margin-top:6px;font-size:1rem;font-weight:600;color:#2c2c2c}.order-list__order-row{display:none}@media(min-width:1024px){.order-list__order-row{display:grid;grid-template-columns:120px 1fr 100px 100px;gap:8px;align-items:center;margin-bottom:8px}}.order-list__order-id{font-size:.875rem;color:#2c2c2c}.order-list__order-images{display:flex;flex-wrap:nowrap;gap:3px;overflow:hidden;position:relative;max-width:300px}.order-list__order-images:after{content:"";position:absolute;top:0;right:0;width:60px;height:100%;background:linear-gradient(to right,transparent,#fff);pointer-events:none}.order-list__order-thumb{width:72px;height:72px;object-fit:cover;border:1px solid #eee;flex-shrink:0}.order-list__order-total{font-size:.875rem;font-weight:600;color:#2c2c2c}.order-list__order-status{font-size:.875rem;color:#6c757d}.order-list__order-actions{display:flex;justify-content:end;gap:8px;padding-top:8px}@media(min-width:1024px){.order-list__order-actions{justify-content:flex-end}}.order-list__action-btn{padding:8px 20px;border-radius:10px;font-size:.875rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;cursor:pointer;transition:all .15s ease}.order-list__action-btn--outline{background-color:transparent;border:1.5px solid #FB966E;color:#fb966e}.order-list__action-btn--outline:hover{background-color:#fb966e14}.order-list__action-btn--solid{background-color:#fb966e;border:1.5px solid #FB966E;color:#fff}.order-list__action-btn--solid:hover{background-color:#fa7946}.auth{background-color:#fff;min-height:100vh;display:flex;flex-direction:column}.auth__back-btn{position:absolute;top:18px;left:16px;z-index:10;background:none;border:2px solid #FB966E;border-radius:50%;width:36px;height:36px;display:flex;justify-content:center;align-items:center;color:#fb966e;cursor:pointer}.auth__back-btn svg{width:18px;height:18px}@media(min-width:1024px){.auth__back-btn{display:none}}.auth__main{flex:1;display:flex;align-items:flex-start;justify-content:center;padding:90px 30px 40px}@media(min-width:1024px){.auth__main{padding:126px 24px}}.auth__container{width:100%;max-width:480px}@media(min-width:1024px){.auth__container{max-width:76.5vw;display:grid;grid-template-columns:180px 600px;align-items:start;justify-content:space-between}}@media(min-width:1281px){.auth__container{max-width:50vw}}.auth__heading{text-align:center;margin-bottom:30px}@media(min-width:1024px){.auth__heading{text-align:left;margin-bottom:0}}.auth__title{font-size:36px;font-weight:700;color:#2c2c2c;margin:0 0 8px}@media(min-width:1024px){.auth__title{font-size:2rem;font-weight:500}}.auth__subtitle{font-size:1rem;color:#2c2c2c80;margin:0}.auth__form{display:flex;flex-direction:column}.auth__field{margin-bottom:20px}.auth__label{display:block;font-size:1rem;font-weight:500;color:#2c2c2c}.auth__input-wrapper{position:relative}.auth__input{width:100%;padding:14px 16px;border:1px solid rgba(44,44,44,.5019607843);border-radius:5px;font-size:1rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:#f1f1f1;color:#2c2c2c;outline:none;transition:border-color .15s;box-sizing:border-box}.auth__input:focus{border-color:#fb966e}.auth__eye-btn{position:absolute;right:14px;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;color:#6c757d;padding:4px;display:flex;align-items:center}.auth__eye-btn svg{width:22px;height:22px}.auth__options{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.auth__checkbox-label{display:flex;align-items:center;gap:6px;font-size:.875rem;color:#2c2c2c80;cursor:pointer}.auth__checkbox{width:16px;height:16px;accent-color:rgba(44,44,44,.5019607843);cursor:pointer}.auth__forgot-link{font-size:.875rem;color:#6c757d;text-decoration:none}.auth__forgot-link:hover{color:#fb966e}.auth__submit-btn{width:100%;padding:14px;border:none;border-radius:10px;background-color:#fb966e;color:#fff;font-size:1rem;font-weight:500;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;cursor:pointer;transition:background-color .15s;margin-bottom:8px}.auth__submit-btn-login{margin-top:70px}@media(min-width:1024px){.auth__submit-btn-login{margin-top:0}}.auth__submit-btn:hover{background-color:#fa7946}.auth__social-divider{display:flex;flex-direction:column;align-items:center;gap:12px;margin:58px 0 28px}.auth__social-divider-line{width:100%;height:1px;background-color:#2c2c2c80}.auth__social-divider-text{font-size:.875rem;color:#6c757d;white-space:nowrap}.auth__social-btns{display:flex;flex-direction:column;gap:8px}@media(min-width:1024px){.auth__social-btns{flex-direction:row;gap:16px}}.auth__social-btn{flex:1;padding:14px;border:1.5px solid #FB966E;border-radius:8px;background-color:transparent;color:#fb966e;font-size:1rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;cursor:pointer;transition:background-color .15s;font-weight:600}.auth__social-btn:hover{background-color:#fb966e0f}.auth__divider{border:none;border-top:1px solid #e0e0e0;margin:50px 0 40px}.auth__bottom-link-wrapper{text-align:center}.auth__bottom-link{font-size:.875rem;color:#6c757d;text-decoration:none}.auth__bottom-link:hover{color:#fb966e}.auth__footer-link-wrapper{text-align:center}@media(min-width:1024px){.auth__footer-link-wrapper{text-align:start}}.auth__footer-link{font-size:1rem;color:#6c757d;text-decoration:none}.auth__footer-link:hover{color:#fb966e}
