.metal-tabs-bar{display:flex;justify-content:center;align-items:center;gap:0;padding:350px 16px 0;position:relative;z-index:4}body.ar .metal-tabs-bar{padding:370px 16px 0}.metal-tab-btn{background-color:#1d1d1d;color:#aaa;border:1px solid #333;padding:14px 48px;font-size:16px;font-weight:600;cursor:pointer;letter-spacing:.5px;transition:all 0.25s ease;display:flex;align-items:center;gap:8px}.metal-tab-btn:hover{background-color:#dbdbdb;color:#1a1a1a;border-color:#dbdbdb;font-weight:700}.metal-tab-btn:first-child{border-radius:10px 0 0 10px;border-right:none}.metal-tab-btn:last-child{border-radius:0 10px 10px 0;border-left:1px solid #333}.metal-tab-btn.active{background-color:#ff8a03;color:#1a1a1a;border-color:#ff8a03;font-weight:700}.metal-tab-btn .tab-icon{font-size:18px}.metal-tab-panel{width:100%}.products-section{width:100%;padding:10px 16px 80px;display:flex;justify-content:center;align-items:center}body.ar .products-section{direction:rtl}.products-section .cont{display:flex;flex-flow:row wrap;gap:16px 40px;width:100%;max-width:1300px}.products-section .cards-bx{width:100%;display:flex;flex-wrap:wrap;justify-content:center;gap:18px}.products-section .card{flex:1 1 280px;max-width:320px;position:relative;display:grid;padding:3px;border-radius:20px;text-decoration:none;color:#d5cec0;background:#161616;overflow:hidden;z-index:0;transition:filter 0.3s ease,transform 0.3s ease-in-out}.products-section .card:hover{z-index:2}.products-section .card::before{content:"";position:absolute;inset:-50%;background:conic-gradient(#5f411e 0%,#ff8a03 20%,#ffcb8f 40%,#ff8a03 60%,#332a20 80%,#5f411e 100%);animation:rotate-border 5s linear infinite;z-index:0}.products-section .card::after{content:"";position:absolute;inset:2px;background:#080808;border-radius:17px;z-index:1}@keyframes rotate-border{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.products-section .card h2{font-size:18px;font-weight:700;position:relative;z-index:2}.products-section .card p{font-size:12px;position:relative;z-index:2}.products-section .head{padding:40px 0 32px;width:100%;display:flex;flex-flow:column;justify-content:center;align-items:center;gap:16px}.products-section .head.second{padding-top:120px}.products-section .head .main{display:flex;flex-flow:row nowrap;align-items:center;gap:12px}.products-section .head .desc-main{font-family:Inter,sans-serif;color:#bdbdbd;max-width:500px;text-align:center;font-size:16px;letter-spacing:-.03px;margin-bottom:0;font-weight:500;line-height:1.5}.products-section .head .lin{width:40px;height:1px;background-color:#ff8a03}.products-section .head .title{font-size:36px}.products-section .card .img{z-index:10;border-radius:16px;border-bottom-left-radius:0;border-bottom-right-radius:0;overflow:hidden}body.ar .products-section .card .img{border-bottom-left-radius:0;border-bottom-right-radius:0}.products-section .card .img img{width:100%;height:auto;transition:transform 0.6s ease-in-out;transform-origin:center center}.products-section .card:hover .img img{transform:scale(1.1)}.products-section .card .main-dtls{width:100%;z-index:10;display:flex;flex-flow:row wrap;justify-content:center;align-items:center;gap:6px;padding:5px 5px 48px;position:relative}.products-section .card .main-dtls::before{content:"";width:100%;height:100px;position:absolute;bottom:calc(100% - 1px);left:0;background:linear-gradient(to top,#080808,transparent)}.products-section .card .maintit{width:100%;font-size:17px;text-align:center;color:#e4e4e4;padding-bottom:18px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:295px}.specific{display:flex;justify-content:center;align-items:center;padding:4px 10px;border:1px solid #ff8a03;color:#ff8a03;gap:8px;border-radius:13px}.design{width:100%;display:flex;justify-content:center;align-items:center}.specific .icn{color:#ff8a03}.specific .txt{font-size:11px}.sp-gold-pur{color:#000;position:absolute;z-index:10;background-color:#ff8903e1;top:1.8px;right:2px;padding:4px 26px;font-size:12px;font-weight:600;border-top-left-radius:0;border-bottom-right-radius:0;border-top-right-radius:17px;border-bottom-left-radius:10px;animation:pulseGlow 2s infinite ease-in-out}.sp-gold-pur:before{content:"";width:calc(100% - 6px);height:calc(100% - 6px);border:1px solid #ffffff3a;position:absolute;top:2px;left:2px;border-top-left-radius:0;border-bottom-right-radius:0;border-top-right-radius:16px;border-bottom-left-radius:8px}@keyframes pulseGlow{0%,100%{box-shadow:0 0 5px #ff89039c,0 0 10px #ff890366}50%{box-shadow:0 0 20px #ff890394,0 0 40px #ffb2477a}}@media (max-width:950px){.products-section .head .lin{display:none}.products-section:has(.card:hover) .card{filter:none}.products-section .card:hover{filter:none!important;transform:unset}.products-section .cards-bx{justify-content:center}}.filter-wrapper{width:100%;display:flex;flex-flow:row nowrap;justify-content:center;align-items:center;gap:12px;padding-bottom:16px;margin-bottom:40px;position:relative}.filter-wrapper:before{content:"";width:100%;height:1px;position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:linear-gradient(to right,transparent,#444,transparent)}#searchInput{background-color:#1c1c1c;color:#fff;outline:0px!important;border:1px solid #444;border-radius:8px;padding:12px;flex-grow:1;max-width:500px;font-size:16px}#searchInput:focus{border-color:#ff8a03}.product-search-filter{position:relative}.filter-wrapper .filter-menu{transition:all 0.15s ease;opacity:0;transform:translateY(5px);pointer-events:none}.filter-wrapper .filter-menu[style*="display: block"]{opacity:1;transform:translateY(0);pointer-events:all}.custom-select{position:relative;display:inline-block}.filter-menu{display:none;position:absolute;right:0;background:#1c1c1c;color:#fff;min-width:150px;margin:0;list-style:none;border:1px solid #444;z-index:10;top:110%;border-radius:8px;padding:6px 0;width:180px;max-height:260px;overflow-y:auto}.filter-wrapper .filter-btn{background-color:#1c1c1c;color:#fff;border:1px solid #444;border-radius:8px;padding:12px 14px;font-size:16px;display:flex;align-items:center;gap:6px;cursor:pointer;position:relative;transition:all 300ms ease}.filter-wrapper .filter-btn:hover{background-color:#2a2a2a;color:#ff8a03}.filter-menu li{padding:8px 12px;cursor:pointer}.filter-menu li:hover{background:#444}.filter-btn{background:#222;color:#fff;border:1px solid #444;padding:5px 10px;cursor:pointer;display:flex;align-items:center;justify-content:space-between}.filter-wrapper .reset-btn{background-color:#1c1c1c;color:#fff;border:1px solid #444;border-radius:8px;padding:12px;font-size:16px;display:flex;align-items:center;justify-content:center;cursor:pointer;margin-left:0px!important;transition:all 300ms ease}.reset-btn:hover{background-color:#2a2a2a;color:#ff8a03}.price-ele{display:flex;flex-flow:row nowrap;align-items:center;justify-content:center;gap:4px;font-size:17px;color:#dfdfdf;padding:7px 14px;position:absolute;bottom:0;left:50%;transform:translateX(-50%);border-radius:16px 16px 0 0;border:1px solid #333;border-bottom:0;z-index:10000}body.ar .price-ele{direction:ltr}.price-ele .livep{font-weight:700}.price-ele .icn{font-style:italic;font-size:12px;position:relative;top:1px}.loader-wrapper{width:100vw;height:100vh;position:fixed;top:0;left:0;z-index:9999999999999999999999999999999999999999999999999999999999999999;display:none;align-items:center;justify-content:center;background-color:#161616}.loader-wrapper.act{display:flex!important}.loader{width:64px;height:64px;border-radius:50%;border:4px solid rgb(255 138 3 / .2);border-top-color:#ff8a03;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width:950px){.filter-wrapper{flex-flow:row wrap}#searchInput{width:100%;max-width:100%}.custom-select,.reset-btn{width:calc(50% - 6px)}.filter-wrapper .filter-btn,.filter-dropdown{width:100%}}@media (max-width:678px){.metal-tabs-bar{padding-top:300px}body.ar .metal-tabs-bar{padding-top:300px}}body.silver h2{background-image:linear-gradient(84.46deg,var(--color--white) 49%,#dbdbdb 79%)}body.silver .products-section .card{filter:grayscale(100%)!important}body.silver .metal-tab-btn:hover{background-color:#ff8a03;color:#1a1a1a;border-color:#ff8a03;font-weight:700}body.silver .metal-tab-btn.active{background-color:#dbdbdb;border-color:#dbdbdb}body.silver .products-section .head .lin{background-color:#dbdbdb}body.silver .products-section .card::before{background:conic-gradient(#313131 0%,#dbdbdb 20%,#cacaca 40%,#dbdbdb 60%,#6c6c6c 80%,#313131 100%)}body.silver .sp-gold-pur{background-color:#dbdbdb;color:#000;animation:pulseGlowSilver 2s infinite ease-in-out}@keyframes pulseGlowSilver{0%,100%{box-shadow:0 0 5px #dbdbdbb9,0 0 10px #fff6}50%{box-shadow:0 0 20px #dbdbdb92,0 0 30px #ffffff5e}}body.silver .specific{color:#dbdbdb;border-color:#dbdbdb}body.silver .specific .icn{color:#dbdbdb}body.silver .hero .logo-bx{animation:logoShineSilver 3s ease-in-out infinite}@keyframes logoShineSilver{0%,100%{filter:brightness(1) drop-shadow(0 0 0 #fff0)}50%{filter:brightness(1.2) drop-shadow(0 0 15px #dbdbdb41)}}body.silver .bottom-bar button{background-color:#dbdbdb}body.silver .bottom-bar button:hover{background-color:#dbdbdb4a}body.silver .nav-button{background-color:#dbdbdb}body.silver .lang-btn{border-color:#dbdbdb50}body.silver .lang-btn:hover{background:#dbdbdb1b;border-color:#dbdbdba8;color:#fff}body.silver .lang-btn.active{background:linear-gradient(135deg,#dbdbdb 0%,#c6c6c6 100%);border-color:#dbdbdb}body.silver .lang-btn.active:hover{color:#000}body.silver .language-switcher{border-color:#dbdbdb}body.silver .chat-window-wrapper .chat-window-toggle,body.silver #whatsapp-float a{background-color:#dbdbdb!important}body.silver #whatsapp-float a{box-shadow:0 4px 20px #dbdbdb50}body.silver .footer-infinity-text{background-image:linear-gradient(84.46deg,var(--color--white) 67%,#dbdbdb)}body.silver footer a:hover,body.silver .nav-link-block:hover{color:#dbdbdb!important}