@import"https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap";._lds_bigdiv_15tje_2{position:fixed;top:0;left:0;width:100vw;height:100vh;display:flex;justify-content:center;align-items:center;background-color:var(--yellow);z-index:9999}._lds_roller_15tje_14{display:inline-block;position:relative;width:80px;height:80px;margin-bottom:100px}._lds_roller_15tje_14 div{animation:_lds_roller_15tje_14 1.2s cubic-bezier(.5,0,.5,1) infinite;transform-origin:40px 40px}._lds_roller_15tje_14 div:after{content:" ";display:block;position:absolute;width:7px;height:7px;border-radius:50%;background:var(--white);margin:-4px 0 0 -4px}._lds_roller_15tje_14 div:nth-child(1){animation-delay:-36ms}._lds_roller_15tje_14 div:nth-child(1):after{top:63px;left:63px}._lds_roller_15tje_14 div:nth-child(2){animation-delay:-72ms}._lds_roller_15tje_14 div:nth-child(2):after{top:68px;left:56px}._lds_roller_15tje_14 div:nth-child(3){animation-delay:-.108s}._lds_roller_15tje_14 div:nth-child(3):after{top:71px;left:48px}._lds_roller_15tje_14 div:nth-child(4){animation-delay:-.144s}._lds_roller_15tje_14 div:nth-child(4):after{top:72px;left:40px}._lds_roller_15tje_14 div:nth-child(5){animation-delay:-.18s}._lds_roller_15tje_14 div:nth-child(5):after{top:71px;left:32px}._lds_roller_15tje_14 div:nth-child(6){animation-delay:-.216s}._lds_roller_15tje_14 div:nth-child(6):after{top:68px;left:24px}._lds_roller_15tje_14 div:nth-child(7){animation-delay:-.252s}._lds_roller_15tje_14 div:nth-child(7):after{top:63px;left:17px}._lds_roller_15tje_14 div:nth-child(8){animation-delay:-.288s}._lds_roller_15tje_14 div:nth-child(8):after{top:56px;left:12px}@keyframes _lds_roller_15tje_14{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.menu_bigdiv{position:fixed;top:0;width:100%;padding:10px 0;border-top:1px solid var(--gray-border);background-color:var(--white);z-index:100}.menu_backdrop{position:fixed;top:81.7px;left:0;width:100%;height:calc(100% - 81px);background:#00000080}.menu_divs{display:flex;justify-content:space-between;align-items:center;padding:5px 0}.menu_toggle{background:none;border:none;cursor:pointer;display:none}.menu_toggle img{width:24px;height:24px}.menu_links{display:flex;gap:20px;transition:all .3s ease-in-out}.menu_div:last-of-type{padding-right:2px}.menu_div{display:flex;justify-content:center;align-items:center;padding:20px}.menu_div div{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:3px}.menu_div div img{width:25px;height:25px;object-fit:contain}.menu_div div p{color:var(--black-text);text-align:center;font-family:var(--inter);font-size:14px;font-style:normal;font-weight:400;line-height:16px}@media (max-width:1024px){.menu_links{flex-direction:column;gap:1px;position:absolute;top:81px;left:0;width:100%;background:var(--white);opacity:0;transform:translate(-100%);transition:opacity .7s ease,transform .7s ease;padding:16px 0 20px}.menu_links.open{top:81px;opacity:1;transform:translate(0)}.menu_div{display:flex;justify-content:center;align-items:center}.menu_div:last-of-type{padding-right:20px}.menu_div div{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:3px}.menu_toggle{display:block}.menu_div div p{font-size:14px}.menu_div div img{width:20px;height:20px;object-fit:contain}}.dropdown{position:relative}.dropdown_toggle{background:none;border:none;cursor:pointer;font-size:14px;padding:20px;text-align:left;width:100%;text-align:center}.dropdown_toggle.active{color:#c94f24}.dropdown_menu{position:absolute;top:100%;right:-12px;background:var(--white);box-shadow:0 4px 6px #0000001a;z-index:10;width:200px;padding:10px 0;display:flex;flex-direction:column;gap:10px}.dropdown_menu .menu_div{padding:10px 20px}.dropdown_menu .menu_div:hover{background-color:var(--gray-light);cursor:pointer}@media (max-width: 1024px){.menu_links{flex-direction:column}.dropdown_menu{width:100%}.dropdown_menu{right:0}}.menu_shop{display:flex;align-items:center;position:relative;text-decoration:none;color:#000}.notfound-container{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;background-color:#f8f9fa;color:#333;font-family:Arial,sans-serif;text-align:center}.notfound-title{font-size:48px;font-weight:700;margin-bottom:10px}.notfound-text{font-size:18px;margin-bottom:20px}.notfound-link{text-decoration:none;color:#fff;background-color:#007bff;padding:10px 20px;border-radius:5px;font-size:16px;transition:background .3s ease}.notfound-link:hover{background-color:#0056b3}*{margin:0;padding:0;list-style:none;text-decoration:none;box-sizing:border-box}:root{--blue: #2b74ab;--lightgray: #d4d8e2;--darkgray: #757575;--darkyellow: #303430;--yellow: #c94f24;--gray: #e4e4e7;--gray1: #e4e4e7;--gray-light: #d5d5d6;--inter: "İnter", sans-serif;--white: #fff;--black: #000;--main: #c94f24;--main-light: #ffede7;--main1:#FF753A;--black-text: #18181b;--gray-border: #f4f4f5;--gray-text: #71717a;--green: #2FE16C}.container{max-width:1200px;width:100%;padding:0 10px;margin:auto}@media (max-width: 768px){.container{padding:0 12px}}.ant-layout-sider{background:var(--white)!important}.ant-menu-item:active{background:#0000000f!important}.ant-layout-sider-trigger,.ant-menu-item-selected{background:var(--main1)!important;color:#fff!important}.ant-menu-item-selected span{color:#fff!important}.ant-menu .ant-menu-submenu-selected>.ant-menu-submenu-title{color:var(--main1)!important}.custom-pagination .ant-pagination-item{border:1px solid #e66d35}.custom-pagination .ant-pagination-item a{color:#e66d35}.custom-pagination .ant-pagination-item-active{background-color:#e66d35;border-color:#e66d35}.custom-pagination .ant-pagination-item-active a,.custom-pagination .ant-pagination-item-active:hover a{color:#fff}.custom-pagination .ant-pagination-item-active:hover{color:#fff;border-color:#e66d35}.custom-pagination .ant-pagination-prev,.custom-pagination .ant-pagination-next,.custom-pagination .ant-pagination-prev:hover,.custom-pagination .ant-pagination-next:hover{color:#e66d35}.header{display:flex;align-items:center;justify-content:center;font-family:Arial,Helvetica,sans-serif;font-size:24px;color:#ff753a;margin-top:20px;text-align:center}@media (max-width:600px){.header{display:flex;align-items:center;justify-content:center;font-family:Arial,Helvetica,sans-serif;font-size:20px;color:#ff753a;margin-top:20px!important}}
