.alarm-popup{background-color:#fff;border-radius:16px 16px 0 0;bottom:-500px;left:0;padding:16px 20px 20px;position:fixed;top:auto;-webkit-transition:bottom easy 3s;transition:bottom easy 3s;width:100%;z-index:1000}.alarm-popup.show{bottom:0}@media(min-width:1024px){.alarm-popup.show{border:1px solid #ebebeb;border-radius:8px;bottom:auto;-webkit-box-shadow:0 46px 13px 0 transparent,0 29px 12px 0 rgba(0,0,0,.01),0 17px 10px 0 rgba(0,0,0,.02),0 7px 7px 0 rgba(0,0,0,.03),0 2px 4px 0 rgba(0,0,0,.04);box-shadow:0 46px 13px 0 transparent,0 29px 12px 0 rgba(0,0,0,.01),0 17px 10px 0 rgba(0,0,0,.02),0 7px 7px 0 rgba(0,0,0,.03),0 2px 4px 0 rgba(0,0,0,.04);left:-332%;padding:16px;position:absolute;right:auto;top:41px;width:275px}}.alarm-popup .head{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:justify;-ms-flex-pack:justify;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center;justify-content:space-between;margin-bottom:10px}@media(min-width:1024px){.alarm-popup .head{margin-bottom:16px}}.alarm-popup .head .title{color:#0a0a0a;font-size:18px;font-size:calc(18px*var(--type-scale, 1));font-style:normal;font-weight:600;letter-spacing:0;line-height:24px;line-height:calc(24px*var(--type-scale, 1))}@media(min-width:1024px){.alarm-popup .head .title{font-size:14px;font-size:calc(14px*var(--type-scale, 1));font-style:normal;font-weight:600;letter-spacing:0;line-height:20px;line-height:calc(20px*var(--type-scale, 1))}}.alarm-popup .head .alarm-close{cursor:pointer;height:20px;width:20px}@media(min-width:1024px){.alarm-popup .head .alarm-close{display:none}}.alarm-popup .mobile-desc{color:#a3a3a3;font-size:14px;font-size:calc(14px*var(--type-scale, 1));font-style:normal;font-weight:500;letter-spacing:0;line-height:20px;line-height:calc(20px*var(--type-scale, 1));margin-bottom:24px}@media(min-width:1024px){.alarm-popup .mobile-desc{display:none}}.alarm-popup .mobile-btns{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:8px}@media(min-width:1024px){.alarm-popup .mobile-btns{display:none}}.alarm-popup .mobile-btns.apple .apple-btn,.alarm-popup .mobile-btns.google .google-btn{display:-webkit-box;display:-ms-flexbox;display:flex}.alarm-popup .mobile-btns .apple-btn,.alarm-popup .mobile-btns .google-btn{display:none}.alarm-popup .mobile-btns .apple-btn,.alarm-popup .mobile-btns .close-btn,.alarm-popup .mobile-btns .google-btn{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:999px;font-size:14px;font-size:calc(14px*var(--type-scale, 1));font-style:normal;font-weight:600;gap:6px;height:40px;justify-content:center;letter-spacing:0;line-height:20px;line-height:calc(20px*var(--type-scale, 1));padding:10px 16px;width:100%}.alarm-popup .mobile-btns .apple-btn,.alarm-popup .mobile-btns .google-btn{background:#0a0a0a;color:#fff}.alarm-popup .mobile-btns .apple-btn span,.alarm-popup .mobile-btns .google-btn span{padding-left:26px;position:relative}.alarm-popup .mobile-btns .apple-btn span:before,.alarm-popup .mobile-btns .google-btn span:before{background-size:cover;content:"";height:18px;left:0;position:absolute;top:-2px;width:18px}.alarm-popup .mobile-btns .apple-btn span:before{background-image:url(../../images/icons/apple.svg);top:-1px}.alarm-popup .mobile-btns .google-btn span:before{background-image:url(../../images/icons/google-play-store.svg)}.alarm-popup .mobile-btns .close-btn{background:#fff;color:#737373;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex}.alarm-popup .des-btns{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;display:none;gap:10px;justify-content:center}@media(min-width:1024px){.alarm-popup .des-btns{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:16px}}.alarm-popup .des-btns .apple-btn,.alarm-popup .des-btns .google-btn{display:block;height:36px;width:115px}.alarm-popup .des-btns .google-btn{margin-bottom:10px}.alarm-popup .des-desc{color:#a3a3a3;display:none;font-size:12px;font-size:calc(12px*var(--type-scale, 1));font-style:normal;font-weight:500;letter-spacing:0;line-height:16px;line-height:calc(16px*var(--type-scale, 1));text-align:center}@media(min-width:1024px){.alarm-popup .des-desc{display:block}}.login-popup{background:#fff;border:1px solid #ebebeb;border-radius:8px 8px 0 0;bottom:-100%;-webkit-box-shadow:0 46px 13px 0 transparent,0 29px 12px 0 rgba(0,0,0,.01),0 17px 10px 0 rgba(0,0,0,.02),0 7px 7px 0 rgba(0,0,0,.03),0 2px 4px 0 rgba(0,0,0,.04);box-shadow:0 46px 13px 0 transparent,0 29px 12px 0 rgba(0,0,0,.01),0 17px 10px 0 rgba(0,0,0,.02),0 7px 7px 0 rgba(0,0,0,.03),0 2px 4px 0 rgba(0,0,0,.04);display:none;height:auto;left:0;padding:16px 20px 20px;position:fixed;right:0;top:auto;-webkit-transform:none;-ms-transform:none;transform:none;-webkit-transition:bottom .3s ease,-webkit-transform .3s ease;transition:bottom .3s ease,-webkit-transform .3s ease;transition:transform .3s ease,bottom .3s ease;transition:transform .3s ease,bottom .3s ease,-webkit-transform .3s ease;width:100%;z-index:1000}@media(min-width:1024px){.login-popup{border-radius:8px;bottom:auto;left:50%;padding:16px;text-align:center;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:264px}}.login-popup__top{-webkit-box-pack:justify;-ms-flex-pack:justify;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:space-between}.login-popup__close{cursor:pointer;height:20px;width:20px}@media(min-width:1024px){.login-popup__close{display:none}}.login-popup__title{color:#0a0a0a;font-size:14px;font-size:calc(14px*var(--type-scale, 1));font-style:normal;font-weight:600;letter-spacing:0;line-height:20px;line-height:calc(20px*var(--type-scale, 1));margin-bottom:10px}.login-popup__desc{color:#a3a3a3;font-size:12px;font-size:calc(12px*var(--type-scale, 1));font-style:normal;font-weight:500;letter-spacing:0;line-height:16px;line-height:calc(16px*var(--type-scale, 1));margin-bottom:24px}@media(min-width:1024px){.login-popup__desc{margin-bottom:20px}}.login-popup__btns{-webkit-box-orient:vertical;-webkit-box-direction:reverse;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column-reverse;flex-direction:column-reverse;gap:12px}@media(min-width:1024px){.login-popup__btns{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:justify;-ms-flex-pack:justify;align-items:center;-ms-flex-direction:row;flex-direction:row;gap:16px;justify-content:space-between}}.login-popup__login,.login-popup__signup{border-radius:999px;cursor:pointer;padding:12px 14px;width:100%}@media(min-width:1024px){.login-popup__login,.login-popup__signup{width:calc(50% - 8px)}}.login-popup__signup{background:#fff;color:#737373}@media(min-width:1024px){.login-popup__signup{border:1px solid #f2f2f2;border:1px solid var(--Neutral-100,#f2f2f2)}}.login-popup__login{background:#0a0a0a;color:#fff}.login-popup.show{bottom:0;display:block}@media(min-width:1024px){.login-popup.show{bottom:auto}}.sym__ddown{position:relative}.sym__ddown.full .sym__ddown-btn{border-radius:8px;padding:7px 8px;position:relative;width:100%}@media(min-width:1024px){.sym__ddown.full .sym__ddown-btn{width:100%}}@media(min-width:1920px){.sym__ddown.full .sym__ddown-btn{padding:9px 8px}}.sym__ddown.full .sym__ddown-btn .arrow{position:absolute;right:8px;top:calc(50% - 9px)}.sym__ddown.full .sym__ddown-btn[aria-expanded=true] .arrow{-webkit-transform:rotateX(180deg);transform:rotateX(180deg)}.sym__ddown-head{position:relative;text-align:center}@media(min-width:1024px){.sym__ddown-head{display:none}}.sym__ddown-head p{color:#0a0a0a;font-size:18px;font-size:calc(18px*var(--type-scale, 1));font-style:normal;font-weight:600;letter-spacing:0;line-height:24px;line-height:calc(24px*var(--type-scale, 1))}.sym__ddown-head img{cursor:pointer;height:20px;position:absolute;right:0;top:2px;width:20px}.sym__ddown-btn{-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:none;color:#0a0a0a;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;height:32px;padding:5px 0}@media(min-width:1024px){.sym__ddown-btn{border:1px solid #ebebeb;border-radius:999px;color:#525252;font-size:14px;font-size:calc(14px*var(--type-scale, 1));font-style:normal;font-weight:500;letter-spacing:0;line-height:20px;line-height:calc(20px*var(--type-scale, 1));padding:6px 8px 6px 12px;width:97px}.sym__ddown-btn:focus{border:1px solid #f07400!important;-webkit-box-shadow:0 0 0 2px rgba(240,116,0,.15);box-shadow:0 0 0 2px rgba(240,116,0,.15)}}@media(min-width:1920px){.sym__ddown-btn{width:100px}}.sym__ddown-btn[aria-expanded=true] .arrow{-webkit-transform:rotateX(180deg);transform:rotateX(180deg)}.sym__ddown-btn .icon{border-radius:50%;height:20px;margin-right:8px;width:20px}.sym__ddown-btn .text{-webkit-box-orient:vertical;-webkit-line-clamp:1;display:-webkit-box;font-size:20px;font-size:calc(20px*var(--type-scale, 1));font-style:normal;font-weight:600;letter-spacing:0;line-height:32px;line-height:calc(32px*var(--type-scale, 1));overflow:hidden;width:auto;word-break:break-all}@media(min-width:1024px){.sym__ddown-btn .text{font-size:14px;font-size:calc(14px*var(--type-scale, 1));font-style:normal;font-weight:500;letter-spacing:0;line-height:20px;line-height:calc(20px*var(--type-scale, 1))}}.sym__ddown-btn .arrow{margin-left:auto;-webkit-transition:-webkit-transform .5s ease;transition:-webkit-transform .5s ease;transition:transform .5s ease;transition:transform .5s ease,-webkit-transform .5s ease}.sym__ddown-btn .d-m{display:inline;margin-left:6px}@media(min-width:1024px){.sym__ddown-btn .d-m{display:none}}.sym__ddown-btn .d-d{display:none}@media(min-width:1024px){.sym__ddown-btn .d-d{display:inline}}.sym__ddown-menu{-webkit-box-orient:vertical;-webkit-box-direction:normal;background:#fff;border:1px solid #ebebeb;border-radius:16px 16px 0 0;bottom:0;-webkit-box-shadow:0 46px 13px 0 transparent,0 29px 12px 0 rgba(0,0,0,.01),0 17px 10px 0 rgba(0,0,0,.02),0 7px 7px 0 rgba(0,0,0,.03),0 2px 4px 0 rgba(0,0,0,.04);box-shadow:0 46px 13px 0 transparent,0 29px 12px 0 rgba(0,0,0,.01),0 17px 10px 0 rgba(0,0,0,.02),0 7px 7px 0 rgba(0,0,0,.03),0 2px 4px 0 rgba(0,0,0,.04);display:none;-ms-flex-direction:column;flex-direction:column;gap:10px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;height:auto;left:0;max-height:60%;padding:24px 16px 0;position:fixed;right:0;top:auto;width:100%;z-index:999}.sym__ddown-menu:before{background:rgba(60,60,67,.3);border-radius:2.5px;content:"";height:5px;left:50%;position:absolute;top:8px;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:36px}@media(min-width:1024px){.sym__ddown-menu{border-radius:8px;height:317px;left:-120%;max-height:317px;padding:0 10px;position:absolute;top:115%;width:300px;z-index:996}.sym__ddown-menu:before{display:none}}.sym__ddown-menu.open,.sym__ddown-search{display:-webkit-box;display:-ms-flexbox;display:flex}.sym__ddown-search{-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#f5f5f5;border:1px solid #ebebeb;border-radius:999px;gap:8px;margin-top:10px;padding:8px 10px}@media(min-width:1024px){.sym__ddown-search{background:#fafafa}}.sym__ddown-search img{-webkit-filter:invert(67%) sepia(23%) saturate(7%) hue-rotate(43deg) brightness(94%) contrast(85%);filter:invert(67%) sepia(23%) saturate(7%) hue-rotate(43deg) brightness(94%) contrast(85%);height:18px;width:18px}.sym__ddown-search[focus-within]{background-color:#fff;border-color:#f07400;-webkit-box-shadow:0 0 0 2px rgba(240,116,0,.15);box-shadow:0 0 0 2px rgba(240,116,0,.15)}.sym__ddown-search:focus-within{background-color:#fff;border-color:#f07400;-webkit-box-shadow:0 0 0 2px rgba(240,116,0,.15);box-shadow:0 0 0 2px rgba(240,116,0,.15)}.sym__ddown-search input{background-color:transparent;border:none;color:#0a0a0a;font-size:14px;font-size:calc(14px*var(--type-scale, 1));font-size:16px;font-style:normal;font-weight:400;letter-spacing:0;line-height:20px;line-height:calc(20px*var(--type-scale, 1));width:100%}.sym__ddown-search input::-webkit-input-placeholder{color:#a3a3a3}.sym__ddown-search input::-moz-placeholder{color:#a3a3a3}.sym__ddown-search input:-ms-input-placeholder{color:#a3a3a3}.sym__ddown-search input::-ms-input-placeholder{color:#a3a3a3}.sym__ddown-search input::placeholder{color:#a3a3a3}.sym__ddown-search input::-webkit-search-cancel-button{-webkit-appearance:none;appearance:none;background-image:url(../../images/icons/cross.svg);background-size:contain;cursor:pointer;height:16px;width:16px}.sym__ddown-search input:focus{border:none;outline:none}.sym__ddown-list{list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:10px 0 0}@media(min-width:1024px){.sym__ddown-list{padding:10px 10px 0}}.sym__ddown-list::-webkit-scrollbar{display:none}.sym__ddown-list li:last-child a{border-bottom:none}@media(min-width:1024px){.sym__ddown-list li:last-child a{padding-bottom:0}}.category-detail-header .sym__ddown a{-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-bottom:1px solid #f2f2f2;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;gap:12px;margin-bottom:10px;max-height:48px;padding-bottom:10px}.category-detail-header .sym__ddown a img{border-radius:50%;height:24px;width:24px}.category-detail-header .sym__ddown a .sym__title{color:#0a0a0a;font-size:14px;font-size:calc(14px*var(--type-scale, 1));font-weight:600;line-height:20px;line-height:calc(20px*var(--type-scale, 1));margin-bottom:2px;width:auto}.category-detail-header .sym__ddown a .sym__name,.category-detail-header .sym__ddown a .sym__title{-webkit-box-orient:vertical;-webkit-line-clamp:1;display:-webkit-box;font-style:normal;letter-spacing:0;overflow:hidden;word-break:break-all}.category-detail-header .sym__ddown a .sym__name{color:#737373;font-size:12px;font-size:calc(12px*var(--type-scale, 1));font-weight:500;line-height:16px;line-height:calc(16px*var(--type-scale, 1))}.border-dd .placeholder{background:#fff;color:#a3a3a3;font-size:11px;font-style:normal;font-weight:500;left:10px;line-height:normal;position:absolute;-webkit-transition:all .2s ease-in;transition:all .2s ease-in}.border-dd .sym__ddown-menu{left:0}.border-dd .list-item{-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-bottom:1px solid #f2f2f2;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;gap:12px;margin-bottom:10px;padding-bottom:10px;position:relative;z-index:0}.border-dd .list-item:after{background-color:#f5f5f5;border-radius:8px;content:"";height:100%;left:-8px;opacity:0;position:absolute;top:-4px;-webkit-transition:opacity .3s ease;transition:opacity .3s ease;width:calc(100% + 16px);z-index:-1}.border-dd .list-item:hover:after{opacity:1}.border-dd .list-item:last-child{border:none;margin-bottom:0}.border-dd .list-item img{border-radius:50%;height:24px;width:24px}.border-dd .list-item .sym__title{color:#0a0a0a;font-size:14px;font-size:calc(14px*var(--type-scale, 1));font-weight:600;line-height:20px;line-height:calc(20px*var(--type-scale, 1));margin-bottom:2px;width:auto}.border-dd .list-item .sym__name,.border-dd .list-item .sym__title{-webkit-box-orient:vertical;-webkit-line-clamp:1;display:-webkit-box;font-style:normal;letter-spacing:0;overflow:hidden;word-break:break-all}.border-dd .list-item .sym__name{color:#737373;font-size:12px;font-size:calc(12px*var(--type-scale, 1));font-weight:500;line-height:16px;line-height:calc(16px*var(--type-scale, 1))}.border-dd .sym__ddown-btn{background:#fff;border:1px solid #ebebeb;border-radius:8px;color:#0a0a0a;cursor:pointer;height:auto;min-width:119px;padding:7px 10px 7px 8px}@media(min-width:1920px){.border-dd .sym__ddown-btn{padding:9px 10px 9px 8px}}.border-dd .sym__ddown-btn:focus{outline:none}.border-dd .sym__ddown-btn .text{font-size:14px;font-size:calc(14px*var(--type-scale, 1));font-style:normal;font-weight:500;letter-spacing:0;line-height:20px;line-height:calc(20px*var(--type-scale, 1))}.border-dd .sym__ddown-btn .d-d{display:inline;position:absolute;right:10px}.border-dd .sym__ddown-btn .d-m{display:none}.border-dd .sym__ddown-btn.rounded{border-radius:999px}.border-dd input[type=number]::-webkit-inner-spin-button,.border-dd input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.border-dd input[type=number]{-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}.border-dd .input-group{display:-webkit-box;display:-ms-flexbox;display:flex;gap:16px;margin-bottom:24px}.border-dd .input-group:last-child{margin-bottom:0}.border-dd .input-group .input-wrapper{-webkit-box-flex:1;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:1px solid #ebebeb;border-radius:8px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex:1;flex:1;justify-content:space-between;padding:5px 10px;position:relative}@media(min-width:1024px){.border-dd .input-group .input-wrapper{padding:7px 10px}}@media(min-width:1920px){.border-dd .input-group .input-wrapper{padding:8px 10px}}.border-dd .input-group .input-wrapper .form-input{background-color:transparent;border:none;color:#0a0a0a;font-size:14px;font-size:calc(14px*var(--type-scale, 1));font-style:normal;font-weight:500;letter-spacing:0;line-height:20px;line-height:calc(20px*var(--type-scale, 1));-webkit-transition:border-color .3s ease;transition:border-color .3s ease;width:60%}.border-dd .input-group .input-wrapper .form-input:disabled{-webkit-text-fill-color:#0a0a0a!important}.border-dd .input-group .input-wrapper .form-input:focus{outline:none}.border-dd .input-group .input-wrapper .form-input:focus+.placeholder{-webkit-transform:translatey(-18px);-ms-transform:translatey(-18px);transform:translatey(-18px)}.border-dd .input-group .input-wrapper .form-input:valid+.placeholder{-webkit-transform:translatey(-18px);-ms-transform:translatey(-18px);transform:translatey(-18px)}@media(min-width:1920px){.border-dd .input-group .input-wrapper .form-input:focus+.placeholder{-webkit-transform:translatey(-20px);-ms-transform:translatey(-20px);transform:translatey(-20px)}.border-dd .input-group .input-wrapper .form-input:valid+.placeholder{-webkit-transform:translatey(-20px);-ms-transform:translatey(-20px);transform:translatey(-20px)}}.border-dd .input-group .input-wrapper .form-input#buyPrice+.placeholder{-webkit-transform:translatey(-20px);-ms-transform:translatey(-20px);transform:translatey(-20px)}.border-dd .input-group .input-wrapper .currency-unit{-webkit-box-orient:vertical;-webkit-line-clamp:1;color:#a3a3a3;display:-webkit-box;font-size:12px;font-size:calc(12px*var(--type-scale, 1));font-style:normal;font-weight:500;letter-spacing:0;line-height:16px;line-height:calc(16px*var(--type-scale, 1));overflow:hidden;word-break:break-all}@media(min-width:1024px){.border-dd .input-group .sym__ddown-menu{left:0}}.backdrop{background-color:rgba(0,0,0,.4);bottom:0;left:0;opacity:0;pointer-events:none;position:fixed;right:0;top:0;-webkit-transition:opacity .3s ease;transition:opacity .3s ease;z-index:999}.backdrop--active{opacity:1;pointer-events:all}.category-detail-header{margin-bottom:16px}@media(min-width:768px){.category-detail-header{margin-bottom:32px}}@media(min-width:1024px){.category-detail-header{margin-bottom:40px}}@media(min-width:1920px){.category-detail-header{margin-bottom:48px}}.category-detail-header .category-header{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:start;-ms-flex-pack:start;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;gap:10px;justify-content:flex-start;margin-bottom:16px}@media(min-width:1024px){.category-detail-header .category-header{gap:12px}}@media(min-width:1440px){.category-detail-header .category-header{gap:16px}}@media(min-width:1920px){.category-detail-header .category-header{gap:20px}}.category-detail-header .category-header__l{height:48px;width:100%}@media(min-width:1024px){.category-detail-header .category-header__l{height:100px}}@media(min-width:1920px){.category-detail-header .category-header__l{height:112px}}.category-detail-header .category-header__t{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:justify;-ms-flex-pack:justify;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;gap:8px;justify-content:space-between;width:100%}@media(min-width:1024px){.category-detail-header .category-header__t{margin-bottom:8px}}.category-detail-header .category-header__t-l{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;gap:12px}.category-detail-header .category-header__t-l .line{display:none}@media(min-width:1024px){.category-detail-header .category-header__t-l .line{background-color:#ebebeb;display:block;height:16px;width:1px}}.category-detail-header .category-header__t-l .sym__ddown-btn{gap:4px;height:32px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}@media(min-width:1920px){.category-detail-header .category-header__t-l .sym__ddown-btn{height:36px}}.category-detail-header .category-header__t-l .sym__ddown-btn span{-webkit-box-orient:vertical;-webkit-line-clamp:1;display:-webkit-box;font-size:inherit;font-weight:inherit;line-height:15px;overflow:hidden;word-break:break-all}.category-detail-header .category-header__t-l .sym__ddown-list{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.category-detail-header .category-header__t-r .sym__ddown-btn span{-webkit-box-orient:vertical;-webkit-line-clamp:1;display:-webkit-box;font-size:20px;font-size:calc(20px*var(--type-scale, 1));font-style:normal;font-weight:600;letter-spacing:0;line-height:32px;line-height:calc(32px*var(--type-scale, 1));overflow:hidden;text-align:left;word-break:break-all}.category-detail-header .category-header__t-r .sym__ddown-menu.open{height:60%;max-height:60%}.category-detail-header .category-header__b-t{-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;gap:16px;justify-content:space-between;margin-bottom:6px}@media(min-width:1024px){.category-detail-header .category-header__b-t{-webkit-box-pack:start;-ms-flex-pack:start;height:36px;justify-content:flex-start;margin-bottom:8px}}@media(min-width:1440px){.category-detail-header .category-header__b-t{gap:12px}}@media(min-width:1920px){.category-detail-header .category-header__b-t{gap:20px;height:44px}}.category-detail-header .category-header__b-t .line{display:none}@media(min-width:1024px){.category-detail-header .category-header__b-t .line{background-color:#ebebeb;display:block;height:32px;width:1px}}@media(min-width:1920px){.category-detail-header .category-header__b-t .line{height:36px}}.category-detail-header .category-header__b-l{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;gap:12px}.category-detail-header .category-header__b-l .sym__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;gap:6px}.category-detail-header .category-header__b-r{text-align:right}@media(min-width:1024px){.category-detail-header .category-header__b-r{text-align:left}}.category-detail-header .category-header__b .market{color:#0a0a0a;font-size:12px;font-size:calc(12px*var(--type-scale, 1));font-style:normal;font-weight:500;letter-spacing:0;line-height:16px;line-height:calc(16px*var(--type-scale, 1));padding-left:21px;position:relative}.category-detail-header .category-header__b .market:before{content:"";display:inline;height:16px;left:0;position:absolute;top:-1px;top:-1.5px;width:16px}.category-detail-header .category-header__b .market.open:before{background:url(../../images/icons/indicators/market-open.svg)}.category-detail-header .category-header__b .market.close:before{background:url(../../images/icons/indicators/sunset-arrow-down.svg)}.category-detail-header .sym__img{border-radius:50%;height:48px;-o-object-fit:contain;object-fit:contain;width:48px}@media(min-width:1024px){.category-detail-header .sym__img{height:100px;width:100px}}@media(min-width:1920px){.category-detail-header .sym__img{height:112px;width:112px}}.category-detail-header .sym__title{-webkit-box-orient:vertical;-webkit-line-clamp:1;color:#737373;display:-webkit-box;font-size:12px;font-size:calc(12px*var(--type-scale, 1));font-style:normal;font-weight:500;letter-spacing:0;line-height:16px;line-height:calc(16px*var(--type-scale, 1));overflow:hidden;word-break:break-all}@media(min-width:1024px){.category-detail-header .sym__title{color:#0a0a0a;font-size:20px;font-size:calc(20px*var(--type-scale, 1));font-style:normal;font-weight:600;letter-spacing:0;line-height:32px;line-height:calc(32px*var(--type-scale, 1))}}.category-detail-header .sym__price{color:#0a0a0a;font-size:24px;font-size:calc(24px*var(--type-scale, 1));font-style:normal;font-weight:700;letter-spacing:0;line-height:32px;line-height:calc(32px*var(--type-scale, 1))}@media(min-width:1024px){.category-detail-header .sym__price{font-size:28px;font-size:calc(28px*var(--type-scale, 1));font-style:normal;font-weight:700;letter-spacing:0;line-height:36px;line-height:calc(36px*var(--type-scale, 1))}}@media(min-width:1920px){.category-detail-header .sym__price{font-size:36px;font-size:calc(36px*var(--type-scale, 1));font-style:normal;font-weight:700;letter-spacing:0;line-height:44px;line-height:calc(44px*var(--type-scale, 1))}}.category-detail-header .sym__price-change,.category-detail-header .sym__rate{border-radius:4px;font-size:12px;font-size:calc(12px*var(--type-scale, 1));font-style:normal;font-weight:600;letter-spacing:0;line-height:16px;line-height:calc(16px*var(--type-scale, 1));padding:2px 3px}@media(min-width:1024px){.category-detail-header .sym__price-change,.category-detail-header .sym__rate{font-size:14px;font-size:calc(14px*var(--type-scale, 1));font-style:normal;font-weight:600;letter-spacing:0;line-height:20px;line-height:calc(20px*var(--type-scale, 1))}}.category-detail-header .sym__price-change.is-up,.category-detail-header .sym__rate.is-up{color:#039855}.category-detail-header .sym__price-change.is-down,.category-detail-header .sym__rate.is-down{color:#d92d20}.category-detail-header .sym__rate{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;gap:3px}.category-detail-header .sym__rate.is-up .sym__rate-icon{background-image:url(../../images/icons/indicators/arrow-up.svg)}.category-detail-header .sym__rate.is-down .sym__rate-icon{background-image:url(../../images/icons/indicators/arrow-down.svg)}.category-detail-header .sym__rate.is-down .sym__rate-icon,.category-detail-header .sym__rate.is-up .sym__rate-icon{background-position:50%;background-repeat:no-repeat;background-size:cover;display:inline-block;height:14px;width:14px}.category-detail-header .sym__rate span{font-size:12px;font-size:calc(12px*var(--type-scale, 1));font-style:normal;font-weight:600;letter-spacing:0;line-height:16px;line-height:calc(16px*var(--type-scale, 1))}@media(min-width:1024px){.category-detail-header .sym__rate span{font-size:14px;font-size:calc(14px*var(--type-scale, 1));font-style:normal;font-weight:600;letter-spacing:0;line-height:20px;line-height:calc(20px*var(--type-scale, 1))}}.category-detail-header .sym__buying-wrapper{color:#a3a3a3;font-size:11px;font-size:calc(11px*var(--type-scale, 1));font-style:normal;font-weight:500;letter-spacing:0;line-height:12px;line-height:calc(12px*var(--type-scale, 1))}@media(min-width:1024px){.category-detail-header .sym__buying-wrapper{font-size:12px;font-size:calc(12px*var(--type-scale, 1));font-style:normal;font-weight:500;letter-spacing:0;line-height:16px;line-height:calc(16px*var(--type-scale, 1))}}.category-detail-header .sym__buying span{color:#0a0a0a;font-size:11px;font-size:calc(11px*var(--type-scale, 1));font-style:normal;font-weight:600;letter-spacing:0;line-height:12px;line-height:calc(12px*var(--type-scale, 1))}@media(min-width:1024px){.category-detail-header .sym__buying span{font-size:12px;font-size:calc(12px*var(--type-scale, 1));font-style:normal;font-weight:600;letter-spacing:0;line-height:16px;line-height:calc(16px*var(--type-scale, 1))}}@media(min-width:1920px){.category-detail-header .sym__buying span{font-size:16px;font-size:calc(16px*var(--type-scale, 1));font-style:normal;font-weight:600;letter-spacing:0;line-height:24px;line-height:calc(24px*var(--type-scale, 1))}}.category-detail-header .sym__date,.category-detail-header .sym__date-info,.category-detail-header .sym__group{color:#a3a3a3;font-size:12px;font-size:calc(12px*var(--type-scale, 1));font-style:normal;font-weight:500;letter-spacing:0;line-height:16px;line-height:calc(16px*var(--type-scale, 1));margin-right:2px;padding-right:11px;position:relative}.category-detail-header .sym__date-info:after,.category-detail-header .sym__date:after,.category-detail-header .sym__group:after{content:"•";height:16px;position:absolute;right:0;top:1px;width:auto}.category-detail-header .sym__date-info[\:not-has\(\%2Bspan\)],.category-detail-header .sym__date[\:not-has\(\%2Bspan\)],.category-detail-header .sym__group[\:not-has\(\%2Bspan\)]{margin-right:0;padding-right:0}.category-detail-header .sym__date-info:not(:has(+span)),.category-detail-header .sym__date:not(:has(+span)),.category-detail-header .sym__group:not(:has(+span)){margin-right:0;padding-right:0}.category-detail-header .sym__date-info[\:not-has\(\%2Bspan\)]:after,.category-detail-header .sym__date[\:not-has\(\%2Bspan\)]:after,.category-detail-header .sym__group[\:not-has\(\%2Bspan\)]:after{content:none}.category-detail-header .sym__date-info:not(:has(+span)):after,.category-detail-header .sym__date:not(:has(+span)):after,.category-detail-header .sym__group:not(:has(+span)):after{content:none}@media(max-width:767.98px){.category-detail-header .sym__date[\:has\(\%2B\.sym__date-info\)]:first-of-type:nth-last-of-type(2):after{content:none}.category-detail-header .sym__date:has(+.sym__date-info):first-of-type:nth-last-of-type(2):after{content:none}}.category-detail-header .sym__date-info{display:none}@media(min-width:768px){.category-detail-header .sym__date-info{display:inline}}.category-detail-header .sym__unit{color:#a3a3a3}.category-detail-header .portfolio-btn,.category-detail-header .timer-btn{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:6px;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;height:32px;justify-content:center;width:32px}@media(min-width:1024px){.category-detail-header .portfolio-btn,.category-detail-header .timer-btn{border-radius:999px}}.category-detail-header .timer-btn{background-color:#f5f5f5}@media(min-width:1024px){.category-detail-header .timer-btn{background-color:#fff;border:1px solid #ebebeb}.category-detail-header .timer-btn:focus{border-color:#f07400;-webkit-box-shadow:0 0 0 2px rgba(240,116,0,.15);box-shadow:0 0 0 2px rgba(240,116,0,.15)}}@media(min-width:1920px){.category-detail-header .timer-btn{height:36px;width:36px}}.category-detail-header .portfolio-btn{background-color:#f07400;-webkit-filter:initial;filter:none}@media(min-width:1024px){.category-detail-header .portfolio-btn{background-color:#fff;border:1px solid #f07400;gap:6px;padding:7px;width:32px}}@media(min-width:1440px){.category-detail-header .portfolio-btn{min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content;padding:6px 12px 6px 10px;width:auto}}@media(min-width:1920px){.category-detail-header .portfolio-btn{padding:8px 14px 8px 12px}}.category-detail-header .portfolio-btn .img{background:url(../../images/icons/star.svg) 50%;height:18px;width:18px}@media(min-width:1024px){.category-detail-header .portfolio-btn .img{-webkit-filter:invert(56%) sepia(65%) saturate(4774%) hue-rotate(8deg) brightness(100%) contrast(104%);filter:invert(56%) sepia(65%) saturate(4774%) hue-rotate(8deg) brightness(100%) contrast(104%)}}.category-detail-header .portfolio-btn .text{color:#f07400;display:none;font-size:14px;font-size:calc(14px*var(--type-scale, 1));font-style:normal;font-weight:600;letter-spacing:0;line-height:20px;line-height:calc(20px*var(--type-scale, 1))}@media(min-width:1440px){.category-detail-header .portfolio-btn .text{display:inline}}.category-detail-header .portfolio-btn.added{background-color:#fff;border:1px solid #f07400}.category-detail-header .portfolio-btn.added .img{background:url(../../images/icons/star-full.svg) 50%}@media(min-width:1024px){.category-detail-header .alarm-wrapper{position:relative}}.category-detail-header+.mobile-info{background:#f5f5f5;border-radius:6px;color:#737373;font-size:12px;font-size:calc(12px*var(--type-scale, 1));font-style:normal;font-weight:500;height:32px;letter-spacing:0;line-height:16px;line-height:calc(16px*var(--type-scale, 1));margin-bottom:28px;padding:8px 8px 8px 32px;position:relative;width:100%}.category-detail-header+.mobile-info:before{background:url(../../images/icons/triangle-exclamation-2.svg) no-repeat;content:"";height:16px;left:8px;position:absolute;width:16px}@media(min-width:768px){.category-detail-header+.mobile-info{display:none}}@media(min-width:1024px){#categoryHeaderMobile{display:none}}#categoryHeaderDesktop{display:none}@media(min-width:1024px){#categoryHeaderDesktop{display:block}}@media(max-width:767.98px){body[page-category=kripto] .category-detail-header .sym__date:after,body[page-category=parite] .category-detail-header .sym__date:after{display:none}}body[page-category=akaryakit-fiyatlari] #categoryHeaderMobile{margin-bottom:28px}