@charset "UTF-8";body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth;text-rendering:optimizeLegibility}a{color:#e5e5e5;transition:color .3s ease-out}a:hover{color:#eab308}a:focus{outline:2px solid #eab308;outline-offset:2px}.glass-panel,body.page-home .features-section .feature-item{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.1);border-radius:.5rem;transition:all .3s ease-out}.glass-panel:hover,body.page-home .features-section .feature-item:hover{background:hsla(0,0%,100%,.08);border-color:#eab308}.gold-gradient{background:linear-gradient(90deg,#bf953f,#fcf6ba,#b38728,#fbf5b7,#aa771c);-webkit-background-clip:text;background-clip:text;color:transparent;font-weight:700}.gold-border{position:relative}.gold-border:before{background:linear-gradient(90deg,#bf953f,#fcf6ba,#b38728);border-radius:inherit;content:"";inset:0;-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;padding:1px;position:absolute}.announcement-bar{background-color:#171717;border-bottom:1px solid #262626;color:#eab308;font-size:.55rem;font-weight:600;letter-spacing:.15em;padding:.5rem 0;text-align:center;text-transform:uppercase}.btn-dark-primary,body.page-home .cta-section .cta-content .cta-button,body.page-home .hero-section .hero-content .hero-buttons .btn-hero-primary{background-color:#eab308;border:none;border-radius:0;color:#0a0a0a;cursor:pointer;font-weight:600;letter-spacing:.05em;padding:1rem 2rem;text-transform:uppercase;transition:all .3s ease-out}.btn-dark-primary:hover,body.page-home .cta-section .cta-content .cta-button:hover,body.page-home .hero-section .hero-content .hero-buttons .btn-hero-primary:hover{background-color:#ca8a04;box-shadow:0 0 20px rgba(234,179,8,.3);color:#0a0a0a;transform:translateY(-2px)}.btn-dark-primary:active,body.page-home .cta-section .cta-content .cta-button:active,body.page-home .hero-section .hero-content .hero-buttons .btn-hero-primary:active{transform:translateY(0)}.btn-dark-outline,body.page-home .hero-section .hero-content .hero-buttons .btn-hero-outline{background-color:transparent;border:1px solid #fafafa;border-radius:0;color:#fafafa;cursor:pointer;font-weight:600;letter-spacing:.05em;padding:1rem 2rem;text-transform:uppercase;transition:all .3s ease-out}.btn-dark-outline:hover,body.page-home .hero-section .hero-content .hero-buttons .btn-hero-outline:hover{background-color:#fafafa;color:#0a0a0a;transform:translateY(-2px)}.btn-dark-outline:active,body.page-home .hero-section .hero-content .hero-buttons .btn-hero-outline:active{transform:translateY(0)}.card-dark{background-color:#171717;border:1px solid #262626;border-radius:.75rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.4);overflow:hidden;transition:all .3s ease-out}.card-dark:hover{border-color:#eab308;box-shadow:0 10px 15px -3px rgba(0,0,0,.5),0 0 20px rgba(234,179,8,.3);transform:translateY(-4px)}.card-dark .card-image{aspect-ratio:4/5;overflow:hidden;position:relative}.card-dark .card-image img{height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .7s ease-out;width:100%}.card-dark .card-image:hover img{transform:scale(1.05)}.card-dark .card-content{padding:1.5rem}.card-dark .card-title{color:#fafafa;font-size:1.25rem;font-weight:700;margin-bottom:.5rem}.card-dark .card-price{color:#fafafa;font-size:1.5rem;font-weight:300}.badge-dark{border-radius:0;display:inline-block;font-size:.75rem;font-weight:700;letter-spacing:.05em;padding:.25rem .75rem;text-transform:uppercase}.badge-dark.badge-gold{background-color:#eab308;color:#0a0a0a}.badge-dark.badge-gray{background-color:#262626;color:#fafafa}.badge-dark.badge-new{background-color:#ec4899;color:#fafafa}.divider-gold,body.page-home .categories-section .section-header .divider-gold{background-color:#eab308;height:1px;margin:1rem auto;width:6rem}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-30px)}to{opacity:1;transform:translateX(0)}}@keyframes slideInRight{0%{opacity:0;transform:translateX(30px)}to{opacity:1;transform:translateX(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}@keyframes glow{0%,to{box-shadow:0 0 5px rgba(234,179,8,.3)}50%{box-shadow:0 0 20px rgba(234,179,8,.6)}}.animate-fade-in{animation:fadeIn .8s ease-out forwards}.animate-fade-in-up{animation:fadeInUp .8s ease-out forwards}.animate-fade-in-down{animation:fadeInDown .8s ease-out forwards}.animate-slide-in-left{animation:slideInLeft .8s ease-out forwards}.animate-slide-in-right{animation:slideInRight .8s ease-out forwards}.animate-scale-in{animation:scaleIn .5s ease-out forwards}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.animate-glow{animation:glow 2s ease-in-out infinite}.animate-delay-1{animation-delay:.1s}.animate-delay-2{animation-delay:.2s}.animate-delay-3{animation-delay:.3s}.animate-delay-4{animation-delay:.4s}.animate-delay-5{animation-delay:.5s}.animate-delay-6{animation-delay:.6s}.animate-delay-7{animation-delay:.7s}.animate-delay-8{animation-delay:.8s}.animate-delay-9{animation-delay:.9s}.animate-delay-10{animation-delay:1s}.hover-lift{transition:transform .3s ease-out}.hover-lift:hover{transform:translateY(-4px)}.hover-scale{transition:transform .3s ease-out}.hover-scale:hover{transform:scale(1.05)}.hover-glow{transition:box-shadow .3s ease-out}.hover-glow:hover{box-shadow:0 0 20px rgba(234,179,8,.3)}.skeleton{animation:shimmer 2s infinite;background:linear-gradient(90deg,#262626,#171717 50%,#262626);background-size:1000px 100%}.text-gradient-gold{background:linear-gradient(90deg,#fde047,#eab308,#ca8a04);-webkit-background-clip:text;background-clip:text;color:transparent}.bg-dark-primary{background-color:#0a0a0a}.bg-dark-secondary{background-color:#171717}.bg-dark-tertiary{background-color:#262626}.text-dark-primary{color:#fafafa}.text-dark-secondary{color:#e5e5e5}.text-dark-muted{color:#a3a3a3}.border-dark-primary{border-color:#262626}.border-dark-accent{border-color:#eab308}::-webkit-scrollbar{height:10px;width:10px}::-webkit-scrollbar-track{background:#171717}::-webkit-scrollbar-thumb{background:#262626;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#eab308}::selection{background-color:#eab308;color:#0a0a0a}::-moz-selection{background-color:#eab308;color:#0a0a0a}.min-h1{min-height:100px}.min-h2{min-height:200px}.min-h3{min-height:300px}.min-h4{min-height:400px}.min-h5{min-height:500px}.min-h6{min-height:600px}.wp-100{flex:0 0 100px;width:100px}.wp-200{flex:0 0 200px;width:200px}.wp-300{flex:0 0 300px;width:300px}.wp-400{flex:0 0 400px;width:400px}.wp-500{flex:0 0 500px;width:500px}.wp-600{flex:0 0 600px;width:600px}.wp-700{flex:0 0 700px;width:700px}.wp-800{flex:0 0 800px;width:800px}.wp-900{flex:0 0 900px;width:900px}.wp-1000{flex:0 0 1000px;width:1000px}.wp-100-{flex:0 0 calc(100% - 100px);width:calc(100% - 100px)}.wp-200-{flex:0 0 calc(100% - 200px);width:calc(100% - 200px)}.wp-300-{flex:0 0 calc(100% - 300px);width:calc(100% - 300px)}.wp-400-{flex:0 0 calc(100% - 400px);width:calc(100% - 400px)}.wp-500-{flex:0 0 calc(100% - 500px);width:calc(100% - 500px)}.wp-600-{flex:0 0 calc(100% - 600px);width:calc(100% - 600px)}.wp-700-{flex:0 0 calc(100% - 700px);width:calc(100% - 700px)}.wp-800-{flex:0 0 calc(100% - 800px);width:calc(100% - 800px)}.wp-900-{flex:0 0 calc(100% - 900px);width:calc(100% - 900px)}.wp-1000-{flex:0 0 calc(100% - 1000px);width:calc(100% - 1000px)}.h-min-100{min-height:100px}.h-min-200{min-height:200px}.h-min-300{min-height:300px}.h-min-400{min-height:400px}.h-min-500{min-height:500px}.h-min-600{min-height:600px}.h-min-700{min-height:700px}.h-min-800{min-height:800px}.h-min-900{min-height:900px}.h-min-1000{min-height:1000px}.w-min-100{min-width:100px}.w-min-200{min-width:200px}.w-min-300{min-width:300px}.w-min-400{min-width:400px}.w-min-500{min-width:500px}.w-min-600{min-width:600px}.w-min-700{min-width:700px}.w-min-800{min-width:800px}.w-min-900{min-width:900px}.w-min-1000{min-width:1000px}.w-max-100{max-width:100px}.w-max-200{max-width:200px}.w-max-300{max-width:300px}.w-max-400{max-width:400px}.w-max-500{max-width:500px}.w-max-600{max-width:600px}.w-max-700{max-width:700px}.w-max-800{max-width:800px}.w-max-900{max-width:900px}.w-max-1000{max-width:1000px}.hp-100{height:100px}.hp-200{height:200px}.hp-300{height:300px}.hp-400{height:400px}.hp-500{height:500px}.hp-600{height:600px}.hp-700{height:700px}.hp-800{height:800px}.hp-900{height:900px}.hp-1000{height:1000px}.wh-10{flex:0 0 10px;height:10px;width:10px}.wh-20{flex:0 0 20px;height:20px;width:20px}.wh-30{flex:0 0 30px;height:30px;width:30px}.wh-40{flex:0 0 40px;height:40px;width:40px}.wh-50{flex:0 0 50px;height:50px;width:50px}.wh-60{flex:0 0 60px;height:60px;width:60px}.wh-70{flex:0 0 70px;height:70px;width:70px}.wh-80{flex:0 0 80px;height:80px;width:80px}.wh-90{flex:0 0 90px;height:90px;width:90px}.wh-100{flex:0 0 100px;height:100px;width:100px}a{text-decoration:none}.cursor-pointer{cursor:pointer}.btn-primary{color:#fff!important}[v-cloak]{display:none}.container-fluid{margin:0 auto;max-width:1400px}.table-response thead{display:none}@media (min-width:768px){.table-response thead{display:table-header-group}}.table-response:not(.table-response.table-bordered) tr td:first-child,.table-response:not(.table-response.table-bordered) tr th:first-child{padding-left:0}.table-response:not(.table-response.table-bordered) tr td:last-child,.table-response:not(.table-response.table-bordered) tr th:last-child{padding-right:0}.table-response td{clear:both;display:block;text-align:right}.table-response td:before{content:attr(data-title) ": ";float:left}@media (min-width:768px){.table-response td:before{display:none}.table-response td{display:table-cell;text-align:left}}@media (max-width:768px){.table-response td{border-bottom:none}.table-response td:last-child{border-bottom:1px solid #e6e6e6;margin-bottom:14px;padding-bottom:24px}}.quantity-wrap{align-items:center;border:1px solid #e6e6e6;display:flex;height:inherit;overflow:hidden;position:relative;width:140px}.quantity-wrap.disabled:before{background-color:hsla(0,0%,100%,.5);bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:1}.quantity-wrap input{border:none;box-shadow:none!important;font-size:18px;height:inherit;padding:0;text-align:center}.quantity-wrap input::-webkit-inner-spin-button,.quantity-wrap input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.quantity-wrap div{align-items:center;color:#666;cursor:pointer;display:flex;flex:0 0 38px;font-size:18px;height:inherit;justify-content:center;width:38px}.quantity-wrap div:hover{color:#e91e63}.tabs-plus{border-bottom:1px solid #e4e4e4;margin-bottom:24px;padding-bottom:6px}.tabs-plus .nav-item{margin-right:10px}@media (min-width:768px){.tabs-plus .nav-item{margin-right:40px}}.tabs-plus .nav-link{border:none!important;color:#888;cursor:pointer;font-size:14px;padding-left:2px;padding-right:2px;position:relative}@media (min-width:768px){.tabs-plus .nav-link{font-size:18px}}.tabs-plus .nav-link:after{background-color:#222;bottom:-6px;content:"";display:none;height:2px;left:0;position:absolute;transform:scaleX(0);transition:transform .3s;width:100%}.tabs-plus .nav-link.active{color:#222;font-weight:700}.tabs-plus .nav-link.active:after{display:block;transform:scaleX(1)}.is-up-file .img-upload-item{border-style:dashed!important}.is-up-file .img-upload-item:hover{background-color:#f4f4f4!important;border-color:#e91e63!important}.is-up-file .img-upload-item:active{background-color:#e4e4e4!important}.is-up-file .img-upload-item .tool-wrap>div:first-of-type{border-right:1px solid #fff}.is-up-file .img-upload-item .tool-wrap>div:hover{background-color:#1d4ff3}.swiper .swiper-pagination-bullet-active{background-color:#e91e63}.page-head{background:#eff1fe;padding:40px 0;text-align:center}@media (max-width:768px){.page-head{padding:20px 0}}.page-head .page-title{color:#333;font-size:30px;margin-bottom:14px}.page-head .breadcrumb{font-size:15px;margin-bottom:0}.page-head .breadcrumb .breadcrumb-item+.breadcrumb-item:before{content:"\f285";font-family:bootstrap-icons;font-size:12px;margin-top:3px}.page-head .breadcrumb a{text-decoration:none}.page-product-content{margin-top:3rem}@media (max-width:992px){.page-product-content{margin-top:1.5rem}}.page-product-content .title-box{margin-bottom:40px;text-align:center}.page-product-content .title-box .title{color:#333;font-size:26px;margin-bottom:10px}.page-product-content .title-box .sub-title{color:#666;font-size:16px}.page-product-content .product-item{background-color:#fff;box-shadow:0 10px 30px 0 rgba(194,49,244,.1);margin-bottom:30px}.page-product-content .product-item .top{align-items:center;background-color:#f3f7ff;display:flex;height:70px}.page-product-content .product-item .top .left{align-items:center;background-color:#e91e63;display:flex;height:70px;justify-content:center;width:70px}.page-product-content .product-item .top .left i{color:#fff;font-size:20px}.page-product-content .product-item .top .name{font-size:18px;padding:0 10px 0 20px}.page-product-content .product-item .content{color:#555;font-size:15px;line-height:2;padding:20px}@media (min-width:992px){.page-product-content .product-item .content{height:220px}}.page-service-content{color:#606b86;margin-top:3rem}.page-service-content .title-box{margin-bottom:60px}@media (max-width:992px){.page-service-content .title-box{margin-bottom:30px}}.page-service-content .title-box .title{color:#333;font-size:26px;margin-bottom:20px}@media (max-width:992px){.page-service-content .title-box .title{font-size:22px;text-align:center}}.page-service-content .title-box .sub-title{font-size:16px;max-width:550px}@media (max-width:992px){.page-service-content .title-box .sub-title{font-size:12px;text-align:center}}@media (min-width:992px){.page-service-content .title-box .sub-title{line-height:1.8}.page-service-content .service-row-2{padding-left:64px}}.page-service-content .service-icon{max-width:500px}@media (max-width:992px){.page-service-content .service-icon{display:flex;justify-content:center;margin-bottom:20px}.page-service-content .service-icon img{max-width:80%}}.page-service-content .service-item{margin-bottom:50px}@media (max-width:992px){.page-service-content .service-item{margin-bottom:20px}}.page-service-content .service-item .icon{align-items:center;background-color:#fcf3f4;border-radius:50%;display:flex;height:46px;justify-content:center;margin-bottom:20px;width:46px}.page-service-content .service-item .icon i{color:#fa4949;font-size:18px}.page-service-content .service-item .title{color:#222;font-size:18px;margin-bottom:10px}.page-service-content .service-item .sub-title{color:#606b86;font-size:14px;line-height:1.8}.page-about-content{margin-top:3rem}.page-about-content .about-text .main-title{color:#333;font-size:26px;margin-bottom:50px}@media (max-width:992px){.page-about-content .about-text .main-title{font-size:20px;margin-bottom:30px}}.page-about-content .about-text .about-text-item{display:flex;margin-bottom:40px}.page-about-content .about-text .about-text-item:last-child{margin-bottom:0}.page-about-content .about-text .about-text-item .left{flex:0 0 40px;width:40px}.page-about-content .about-text .about-text-item .left i{color:#e91e63;font-size:24px}.page-about-content .about-text .about-text-item .right .title{color:#333;font-size:20px;margin-bottom:10px}.page-about-content .about-text .about-text-item .right .sub-title{color:#606b86;font-size:14px;line-height:2;max-width:460px}.page-about-content .home-contact{background-color:#f9f9fc;background:linear-gradient(180deg,#f9f9fc,#fff);padding:60px 0}.layui-layer-btn .layui-layer-btn0{background-color:#e91e63;border-color:#e91e63}input[type=password]{font-family:Arial}body,html{background-color:#0a0a0a}body{color:#fafafa;min-height:100vh}body ::-webkit-scrollbar{height:10px;width:10px}body ::-webkit-scrollbar-track{background:#171717}body ::-webkit-scrollbar-thumb{background:#262626;border-radius:5px}body ::-webkit-scrollbar-thumb:hover{background:#eab308}.container,.container-fluid{background-color:transparent}.form-control,.form-select,input[type=email],input[type=number],input[type=password],input[type=text],select,textarea{background-color:#262626;border:1px solid #262626;border-radius:0;color:#fafafa}.form-control::-moz-placeholder,.form-select::-moz-placeholder,input[type=email]::-moz-placeholder,input[type=number]::-moz-placeholder,input[type=password]::-moz-placeholder,input[type=text]::-moz-placeholder,select::-moz-placeholder,textarea::-moz-placeholder{color:#a3a3a3}.form-control::placeholder,.form-select::placeholder,input[type=email]::placeholder,input[type=number]::placeholder,input[type=password]::placeholder,input[type=text]::placeholder,select::placeholder,textarea::placeholder{color:#a3a3a3}.form-control:focus,.form-select:focus,input[type=email]:focus,input[type=number]:focus,input[type=password]:focus,input[type=text]:focus,select:focus,textarea:focus{background-color:#171717;border-color:#eab308;box-shadow:0 0 0 .2rem rgba(234,179,8,.25);color:#fafafa;outline:none}.form-control:disabled,.form-select:disabled,input[type=email]:disabled,input[type=number]:disabled,input[type=password]:disabled,input[type=text]:disabled,select:disabled,textarea:disabled{background-color:#0a0a0a;border-color:#262626;color:#525252;cursor:not-allowed}.btn{border-radius:0;font-weight:600;letter-spacing:.05em;text-transform:uppercase;transition:all .3s ease-out}.btn.btn-primary{background-color:#eab308;border-color:#eab308;color:#0a0a0a}.btn.btn-primary:hover{background-color:#ca8a04;border-color:#ca8a04;box-shadow:0 0 20px rgba(234,179,8,.3);color:#0a0a0a;transform:translateY(-2px)}.btn.btn-outline-primary{background-color:transparent;border-color:#eab308;color:#eab308}.btn.btn-outline-primary:hover{background-color:#eab308;border-color:#eab308;color:#0a0a0a}.btn.btn-secondary{background-color:#262626;border-color:#262626;color:#fafafa}.btn.btn-secondary:hover{background-color:#171717;border-color:#eab308;color:#fafafa}.btn.btn-link{color:#eab308;text-decoration:none}.btn.btn-link:hover{color:#fde047;text-decoration:underline}.dropdown-menu{background-color:#171717;border:1px solid #262626;border-radius:0;box-shadow:0 10px 15px -3px rgba(0,0,0,.5);padding:.5rem 0}.dropdown-menu .dropdown-item{color:#e5e5e5;padding:.75rem 1.5rem;transition:all .3s ease-out}.dropdown-menu .dropdown-item:focus,.dropdown-menu .dropdown-item:hover{background-color:#262626;color:#eab308}.dropdown-menu .dropdown-item.active{background-color:#eab308;color:#0a0a0a}.dropdown-menu .dropdown-divider{border-top-color:#262626}.nav-tabs{border-bottom:1px solid #262626}.nav-tabs .nav-link{border:none;border-bottom:2px solid transparent;color:#a3a3a3;transition:all .3s ease-out}.nav-tabs .nav-link.active,.nav-tabs .nav-link:hover{background-color:transparent;border-bottom-color:#eab308;color:#eab308}.table{background-color:#171717}.table,.table th{border-color:#262626;color:#fafafa}.table th{background-color:#262626;font-weight:600}.table td{border-color:#262626;color:#e5e5e5}.table tbody tr:hover{background-color:#262626}.table.table-striped tbody tr:nth-of-type(odd){background-color:#0a0a0a}.modal-content{background-color:#171717;border:1px solid #262626;border-radius:0;color:#fafafa}.modal-content .modal-header{border-bottom:1px solid #262626;color:#fafafa}.modal-content .modal-header .modal-title{font-family:var(--font-heading);font-weight:700}.modal-content .modal-body{color:#e5e5e5}.modal-content .modal-footer{border-top:1px solid #262626}.offcanvas{background-color:#171717;border-left:1px solid #262626;bottom:none;color:#fafafa}.offcanvas .offcanvas-header{border-bottom:1px solid #262626}.offcanvas .offcanvas-header .offcanvas-title{color:#fafafa;font-family:var(--font-heading);font-weight:700}.offcanvas .offcanvas-header .btn-close{filter:invert(1) grayscale(100%) brightness(200%);opacity:.7}.offcanvas .offcanvas-header .btn-close:hover{opacity:1}.offcanvas .offcanvas-body{color:#e5e5e5;overflow:visible!important}.breadcrumb{background-color:transparent;margin:0;padding:0}.breadcrumb .breadcrumb-item{color:#a3a3a3}.breadcrumb .breadcrumb-item a{color:#a3a3a3;text-decoration:none;transition:color .3s ease-out}.breadcrumb .breadcrumb-item a:hover{color:#eab308}.breadcrumb .breadcrumb-item.active{color:#e5e5e5}.breadcrumb .breadcrumb-item+.breadcrumb-item:before{color:#a3a3a3}.pagination .page-link{background-color:#262626;border-color:#262626;color:#e5e5e5;transition:all .3s ease-out}.pagination .page-link:hover{background-color:#171717;border-color:#eab308;color:#eab308}.pagination .page-link:focus{box-shadow:0 0 0 .2rem rgba(234,179,8,.25)}.pagination .page-item.active .page-link{background-color:#eab308;border-color:#eab308;color:#0a0a0a}.pagination .page-item.disabled .page-link{background-color:#0a0a0a;border-color:#262626;color:#525252;cursor:not-allowed}.alert{border:1px solid;border-radius:0}.alert.alert-success{background-color:rgba(34,197,94,.1);border-color:rgba(34,197,94,.3);color:#86efac}.alert.alert-danger{background-color:rgba(239,68,68,.1);border-color:rgba(239,68,68,.3);color:#fca5a5}.alert.alert-warning{background-color:rgba(234,179,8,.1);border-color:rgba(234,179,8,.3);color:#eab308}.alert.alert-info{background-color:rgba(59,130,246,.1);border-color:rgba(59,130,246,.3);color:#93c5fd}.card{background-color:#171717;border:1px solid #262626;border-radius:.75rem;color:#fafafa}.card .card-header{background-color:#262626;border-bottom:1px solid #262626;color:#fafafa}.card .card-body{color:#e5e5e5}.card .card-footer{background-color:#262626;border-top:1px solid #262626}.accordion .accordion-item{background-color:#171717;border:1px solid #262626;color:#fafafa}.accordion .accordion-item .accordion-header .accordion-button{background-color:#262626;border:none;color:#fafafa}.accordion .accordion-item .accordion-header .accordion-button:not(.collapsed){background-color:#171717;box-shadow:inset 0 -1px 0 #262626;color:#eab308}.accordion .accordion-item .accordion-header .accordion-button:focus{box-shadow:0 0 0 .2rem rgba(234,179,8,.25)}.accordion .accordion-item .accordion-header .accordion-button:after{filter:invert(1) grayscale(100%) brightness(200%)}.accordion .accordion-item .accordion-body{background-color:#0a0a0a;color:#e5e5e5}.tooltip .tooltip-inner{background-color:#262626;border:1px solid #262626;color:#fafafa}.tooltip .tooltip-arrow:before{border-top-color:#262626}.popover{background-color:#171717;border:1px solid #262626;border-radius:0}.popover .popover-header{background-color:#262626;border-bottom:1px solid #262626;color:#fafafa}.popover .popover-body{color:#e5e5e5}.popover .popover-arrow:before,.quantity-wrap{border-color:#262626}.quantity-wrap{background-color:#262626}.quantity-wrap.disabled:before{background-color:rgba(0,0,0,.5)}.quantity-wrap input{background-color:transparent;color:#fafafa}.quantity-wrap div{color:#a3a3a3;transition:color .3s ease-out}.quantity-wrap div:hover{color:#eab308}.swiper .swiper-pagination-bullet{background-color:#a3a3a3;opacity:.5}.swiper .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color:#eab308;opacity:1}.swiper .swiper-button-next,.swiper .swiper-button-prev{color:#eab308}.swiper .swiper-button-next:after,.swiper .swiper-button-prev:after{font-size:1.5rem}.swiper .swiper-scrollbar{background-color:#262626}.swiper .swiper-scrollbar .swiper-scrollbar-drag{background-color:#eab308}.page-head{background:#171717;border-bottom:1px solid #262626;padding:2.5rem 0}@media (max-width:768px){.page-head{padding:1.25rem 0}}.page-head .page-title{color:#fafafa;font-family:var(--font-heading);font-size:1.875rem;font-weight:700;margin-bottom:.875rem}.page-head .breadcrumb .breadcrumb-item a{color:#a3a3a3}.page-head .breadcrumb .breadcrumb-item a:hover{color:#eab308}.page-head .breadcrumb .breadcrumb-item.active{color:#e5e5e5}.breadcrumb-wrap{background:linear-gradient(135deg,#171717,#0a0a0a)!important;background-image:none!important;border-bottom:1px solid #262626;margin-bottom:.875rem}@media (min-width:768px){.breadcrumb-wrap{margin-bottom:1.875rem;padding:1.25rem 0}}.breadcrumb-wrap .breadcrumb{background-color:transparent!important;margin:0;padding:0}.breadcrumb-wrap .breadcrumb li{color:#a3a3a3;font-size:.875rem}.breadcrumb-wrap .breadcrumb li a{color:#a3a3a3!important;transition:color .3s ease-out}.breadcrumb-wrap .breadcrumb li a:hover{color:#eab308!important}.breadcrumb-wrap .breadcrumb li .home-icon{color:#eab308;margin-right:.25rem}.breadcrumb-wrap .breadcrumb li.active{color:#e5e5e5!important}.breadcrumb-wrap .breadcrumb li:not(:last-child){margin-right:.625rem}.breadcrumb-wrap .breadcrumb li:not(:last-child):after{color:#a3a3a3;margin:0 .625rem}.text-muted{color:#a3a3a3!important}.bg-light{background-color:#171717!important}.bg-dark{background-color:#0a0a0a!important}.border{border-color:#262626!important}.text-dark{color:#fafafa!important}.text-light{color:#e5e5e5!important}header{background-color:#fff;box-shadow:0 2px 10px rgba(0,0,0,.05);position:sticky;top:0;z-index:1020}header .dropdown{cursor:pointer}header .dropdown:hover .dropdown-menu{display:block}header .header-top{align-items:center;background-color:#1b1f22;color:#fff;display:flex;height:40px}header .header-top .top-info a{color:inherit;margin-right:10px}header .header-top .top-info a:hover>a{color:#e91e63}header .header-top .language-switch .dropdown{cursor:pointer}header .header-top .language-switch .dropdown:hover>a{color:#e91e63}header .header-top .language-switch .dropdown>a{border:none;border-radius:0;color:inherit;height:40px;line-height:40px;padding:0}header .header-top .language-switch .dropdown>a img{width:20px}header .search-group{background-color:#f1f3f5;position:relative}header .search-group:hover input{background-color:#eee}header .search-group input{background-color:transparent;border:none;border-radius:4px;box-shadow:none;font-size:16px;height:44px;padding-right:40px;width:210px}header .search-group .btn{position:absolute;right:0;top:50%;transform:translateY(-50%)}header .search-group .btn i{font-size:22px}header .header-desktop{padding:30px 0}@media (max-width:992px){header .header-desktop{display:none}}header .header-desktop .left{align-items:center;display:flex}header .header-desktop .left .logo{margin-bottom:0;max-height:60px;max-width:180px}header .header-desktop .left .menu{margin-left:40px}header .header-desktop .left .menu .navbar{padding:0}header .header-desktop .left .menu .navbar .nav-item>.dropdown>.nav-link,header .header-desktop .left .menu .navbar .nav-item>.nav-link{color:#222;font-size:16px;font-weight:700;margin:0 14px;padding-left:6px;padding-right:6px;position:relative}header .header-desktop .left .menu .navbar .nav-item>.dropdown>.nav-link:after,header .header-desktop .left .menu .navbar .nav-item>.nav-link:after{border-bottom:2px solid;bottom:0;content:"";position:absolute;right:0;transition:width .3s;width:0}header .header-desktop .left .menu .navbar .nav-item .dropdown-menu{display:none;left:0;position:absolute;top:100%;z-index:1000}header .header-desktop .left .menu .navbar .nav-item:hover>.dropdown>.nav-link:after,header .header-desktop .left .menu .navbar .nav-item:hover>.nav-link:after{left:0;width:100%}header .header-desktop .left .menu .navbar .nav-item:hover .dropdown-menu{border:none;border-radius:2px;box-shadow:0 4px 20px rgba(0,0,0,.1);-moz-column-gap:.75rem;column-gap:.75rem;display:grid;gap:0;grid-template-columns:1fr;height:-moz-max-content;height:max-content;overflow-x:hidden;overflow-y:auto;padding:1rem;row-gap:.25rem;width:-moz-max-content;width:max-content}header .header-desktop .left .menu .navbar .nav-item:hover .dropdown-menu:has(>li:nth-of-type(16)){grid-template-columns:repeat(2,1fr)!important}header .header-desktop .left .menu .navbar .nav-item:hover .dropdown-menu:has(>li:nth-of-type(31)){grid-template-columns:repeat(3,1fr)!important}header .header-desktop .left .menu .navbar .nav-item:hover .dropdown-menu:has(>li:nth-of-type(46)){grid-template-columns:repeat(4,1fr)!important}header .header-desktop .left .menu .navbar .nav-item:hover .dropdown-menu:has(>li:nth-of-type(61)){grid-template-columns:repeat(5,1fr)!important}@media (max-width:1199.98px){header .header-desktop .left .menu .navbar .nav-item:hover .dropdown-menu{max-width:600px;min-width:400px}header .header-desktop .left .menu .navbar .nav-item:hover .dropdown-menu:has(>li:nth-of-type(16)){grid-template-columns:repeat(2,1fr)!important}header .header-desktop .left .menu .navbar .nav-item:hover .dropdown-menu:has(>li:nth-of-type(31)){grid-template-columns:repeat(3,1fr)!important}header .header-desktop .left .menu .navbar .nav-item:hover .dropdown-menu:has(>li:nth-of-type(46)){grid-template-columns:repeat(4,1fr)!important}}@media (max-width:991.98px){header .header-desktop .left .menu .navbar .nav-item:hover .dropdown-menu{grid-template-columns:1fr;max-width:100%;min-width:300px;width:100%}}header .header-desktop .left .menu .navbar .nav-item:hover .dropdown-menu .dropdown-item{border-radius:.25rem;margin-bottom:0;overflow:hidden;padding:.625rem 1rem;text-overflow:ellipsis;transition:all .3s ease;white-space:nowrap}header .header-desktop .left .menu .navbar .nav-item:hover .dropdown-menu .dropdown-item:hover{transform:translateX(2px)}header .header-desktop .right{align-items:center;display:flex}header .header-desktop .right .dropdown .dropdown-toggle:after{display:none}header .header-desktop .right .icons{align-items:center;display:flex}header .header-desktop .right .icons .account-icon .dropdown-menu{border:none;box-shadow:0 4px 20px rgba(0,0,0,.1);left:50%;text-align:center;transform:translateX(-50%)}header .header-desktop .right .icons .account-icon .dropdown-menu a{padding:10px 0}header .header-desktop .right .icons .item{margin-left:26px;position:relative}header .header-desktop .right .icons .item .icon-quantity{align-items:center;background-color:#e91e63;border-radius:50%;color:#fff;display:flex;font-size:9px;height:18px;justify-content:center;position:absolute;right:-10px;top:-5px;width:18px}header .header-mobile{align-items:center;display:flex;justify-content:space-between;padding:10px}@media (min-width:992px){header .header-mobile{display:none}}header .header-mobile .logo{margin-bottom:0;max-height:50px;max-width:160px}header .header-mobile .mb-icon i{font-size:30px;line-height:1}header .header-mobile .header-cart-icon{position:relative}header .header-mobile .header-cart-icon .icon-quantity{align-items:center;background-color:#e91e63;border-radius:50%;color:#fff;display:flex;font-size:9px;height:18px;justify-content:center;position:absolute;right:-10px;top:-5px;width:18px}header .header-mobile #mobile-menu-offcanvas{width:76%}header .header-mobile #mobile-menu-offcanvas .offcanvas-header{border-bottom:1px solid #f1f1f1;display:flex;justify-content:space-between}header .header-mobile #mobile-menu-offcanvas .offcanvas-header .search-group{margin-right:10px}header .header-mobile #mobile-menu-offcanvas .offcanvas-header .search-group input{height:38px}header .header-mobile #mobile-menu-offcanvas .offcanvas-header .search-group .btn i{font-size:18px}header .header-mobile #mobile-menu-offcanvas .offcanvas-header .account-icon img{width:24px}header .header-mobile #mobile-menu-offcanvas .close-offcanvas{align-items:center;background-color:#fff;border-radius:0 5px 5px 0;display:flex;font-size:24px;height:50px;justify-content:center;position:absolute;right:-26px;top:50%;transform:translateY(-50%);width:26px}header .header-mobile #mobile-menu-offcanvas .close-offcanvas:active{background-color:#f1f1f1}header .header-mobile #mobile-menu-offcanvas .mobile-menu-wrap{padding:0}header .header-mobile #mobile-menu-offcanvas .mobile-menu-wrap #menu-accordion .accordion-item{border-bottom:1px solid #e5e5e5}header .header-mobile #mobile-menu-offcanvas .mobile-menu-wrap #menu-accordion .accordion-item .nav-item-text{align-items:center;display:flex;justify-content:space-between}header .header-mobile #mobile-menu-offcanvas .mobile-menu-wrap #menu-accordion .accordion-item .nav-item-text>a{align-items:center;display:flex;flex:1;height:44px;padding:0 14px}header .header-mobile #mobile-menu-offcanvas .mobile-menu-wrap #menu-accordion .accordion-item .nav-item-text>a:active{background-color:#eee}header .header-mobile #mobile-menu-offcanvas .mobile-menu-wrap #menu-accordion .accordion-item .nav-item-text>a .badge{font-weight:400;margin-left:13px;position:relative}header .header-mobile #mobile-menu-offcanvas .mobile-menu-wrap #menu-accordion .accordion-item .nav-item-text>a .badge:before{border:5px solid transparent;border-right-color:inherit;content:"";position:absolute;right:100%;top:50%;transform:translateY(-50%)}header .header-mobile #mobile-menu-offcanvas .mobile-menu-wrap #menu-accordion .accordion-item .nav-item-text>span{align-items:center;display:flex;height:44px;justify-content:center;width:44px}header .header-mobile #mobile-menu-offcanvas .mobile-menu-wrap #menu-accordion .accordion-item .nav-item-text>span:active{background-color:#eee}header .header-mobile #mobile-menu-offcanvas .mobile-menu-wrap #menu-accordion .accordion-item .nav-item-text>span[aria-expanded=true] i{transform:rotate(180deg)}header .header-mobile #mobile-menu-offcanvas .mobile-menu-wrap #menu-accordion .accordion-item>.accordion-collapse{border-top:1px solid #e5e5e5}header .header-mobile #mobile-menu-offcanvas .mobile-menu-wrap #menu-accordion .accordion-item>.accordion-collapse .children-group{padding:5px 0}header .header-mobile #mobile-menu-offcanvas .mobile-menu-wrap #menu-accordion .accordion-item>.accordion-collapse .children-group .children-title{height:44px}header .header-mobile #mobile-menu-offcanvas .mobile-menu-wrap #menu-accordion .accordion-item>.accordion-collapse .children-group .children-title span{align-items:center;display:flex;height:42px;justify-content:center;margin-right:-10px;width:44px}header .header-mobile #mobile-menu-offcanvas .mobile-menu-wrap #menu-accordion .accordion-item>.accordion-collapse .children-group .children-title span:active{background-color:#eee}header .header-mobile #mobile-menu-offcanvas .mobile-menu-wrap #menu-accordion .accordion-item>.accordion-collapse .children-group .children-title span[aria-expanded=true] i:before{content:"\f63b"}header .header-mobile #mobile-menu-offcanvas .mobile-menu-wrap #menu-accordion .accordion-item>.accordion-collapse .children-group .nav a{color:#333}#appHeader{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background-color:hsla(0,0%,4%,.9);border-bottom:1px solid #262626;box-shadow:0 4px 6px -1px rgba(0,0,0,.4);position:sticky;top:0;z-index:1020}#appHeader .announcement-bar{color:#eab308;font-size:.75rem;font-weight:600;letter-spacing:.15em;padding:.5rem 0;text-align:center;text-transform:uppercase}#appHeader .announcement-bar,#appHeader .header-top{background-color:#171717;border-bottom:1px solid #262626}#appHeader .header-top{align-items:center;color:#e5e5e5;display:flex;height:40px}#appHeader .header-top .top-info a{color:#a3a3a3;font-size:.875rem;letter-spacing:.05em;margin-right:1rem;text-transform:uppercase;transition:color .3s ease-out}#appHeader .header-top .top-info a:hover{color:#eab308}#appHeader .header-top .language-switch .dropdown>a{border:none;color:#e5e5e5;font-size:.875rem;height:40px;line-height:40px;padding:0 .5rem;transition:color .3s ease-out}#appHeader .header-top .language-switch .dropdown>a img{margin-right:.25rem;width:20px}#appHeader .header-top .language-switch .dropdown>a:hover{color:#eab308}#appHeader .header-top .language-switch .dropdown .dropdown-menu{background-color:#171717;border:1px solid #262626;border-radius:0;box-shadow:0 10px 15px -3px rgba(0,0,0,.5)}#appHeader .header-top .language-switch .dropdown .dropdown-menu .dropdown-item{color:#e5e5e5;padding:.75rem 1rem;transition:all .3s ease-out}#appHeader .header-top .language-switch .dropdown .dropdown-menu .dropdown-item:hover{background-color:#262626;color:#eab308}#appHeader .header-top .language-switch .dropdown .dropdown-menu .dropdown-item img{border:1px solid #262626}#appHeader .header-desktop{min-height:80px;padding:1.25rem 0}@media (max-width:991.98px){#appHeader .header-desktop{display:none}}#appHeader .header-desktop .left{align-items:center;display:flex}#appHeader .header-desktop .left .logo{margin-bottom:0;max-height:60px;max-width:180px}#appHeader .header-desktop .left .logo a{color:#fafafa;display:block;font-family:var(--font-heading);font-size:1.875rem;font-weight:700;letter-spacing:-.02em;text-decoration:none}#appHeader .header-desktop .left .logo a span{color:#eab308}#appHeader .header-desktop .left .logo img{height:auto;max-width:100%}#appHeader .header-desktop .left .menu{margin-left:2.5rem}#appHeader .header-desktop .left .menu .navbar{padding:0}#appHeader .header-desktop .left .menu .navbar .nav-item{position:relative}#appHeader .header-desktop .left .menu .navbar .nav-item>.dropdown>.nav-link,#appHeader .header-desktop .left .menu .navbar .nav-item>.nav-link{color:#e5e5e5;font-size:.875rem;font-weight:600;letter-spacing:.05em;margin:0 .5rem;padding:.5rem .875rem;position:relative;text-transform:uppercase;transition:color .3s ease-out}#appHeader .header-desktop .left .menu .navbar .nav-item>.dropdown>.nav-link:after,#appHeader .header-desktop .left .menu .navbar .nav-item>.nav-link:after{border-bottom:2px solid #eab308;bottom:0;content:"";left:0;position:absolute;right:0;transition:width .3s ease-out;width:0}#appHeader .header-desktop .left .menu .navbar .nav-item>.dropdown>.nav-link.active,#appHeader .header-desktop .left .menu .navbar .nav-item>.dropdown>.nav-link:hover,#appHeader .header-desktop .left .menu .navbar .nav-item>.nav-link.active,#appHeader .header-desktop .left .menu .navbar .nav-item>.nav-link:hover{color:#eab308}#appHeader .header-desktop .left .menu .navbar .nav-item>.dropdown>.nav-link.active:after,#appHeader .header-desktop .left .menu .navbar .nav-item>.dropdown>.nav-link:hover:after,#appHeader .header-desktop .left .menu .navbar .nav-item>.nav-link.active:after,#appHeader .header-desktop .left .menu .navbar .nav-item>.nav-link:hover:after{width:100%}#appHeader .header-desktop .left .menu .navbar .nav-item .dropdown-menu{background-color:#171717;border:1px solid #262626;border-radius:0;box-shadow:0 10px 15px -3px rgba(0,0,0,.5);display:none;height:-moz-max-content;height:max-content;left:0;overflow-x:hidden;overflow-y:auto;padding:1rem;position:absolute;top:100%;width:-moz-max-content;width:max-content;z-index:1000}#appHeader .header-desktop .left .menu .navbar .nav-item .dropdown:hover .dropdown-menu,#appHeader .header-desktop .left .menu .navbar .nav-item:hover .dropdown-menu{-moz-column-gap:.75rem;column-gap:.75rem;display:grid;gap:0;grid-template-columns:1fr;row-gap:.25rem}#appHeader .header-desktop .left .menu .navbar .nav-item .dropdown:hover .dropdown-menu:has(>li:nth-of-type(16)),#appHeader .header-desktop .left .menu .navbar .nav-item:hover .dropdown-menu:has(>li:nth-of-type(16)){grid-template-columns:repeat(2,1fr)!important}#appHeader .header-desktop .left .menu .navbar .nav-item .dropdown:hover .dropdown-menu:has(>li:nth-of-type(31)),#appHeader .header-desktop .left .menu .navbar .nav-item:hover .dropdown-menu:has(>li:nth-of-type(31)){grid-template-columns:repeat(3,1fr)!important}#appHeader .header-desktop .left .menu .navbar .nav-item .dropdown:hover .dropdown-menu:has(>li:nth-of-type(46)),#appHeader .header-desktop .left .menu .navbar .nav-item:hover .dropdown-menu:has(>li:nth-of-type(46)){grid-template-columns:repeat(4,1fr)!important}#appHeader .header-desktop .left .menu .navbar .nav-item .dropdown:hover .dropdown-menu:has(>li:nth-of-type(61)),#appHeader .header-desktop .left .menu .navbar .nav-item:hover .dropdown-menu:has(>li:nth-of-type(61)){grid-template-columns:repeat(5,1fr)!important}@media (max-width:1199.98px){#appHeader .header-desktop .left .menu .navbar .nav-item .dropdown:hover .dropdown-menu:has(>li:nth-of-type(16)),#appHeader .header-desktop .left .menu .navbar .nav-item:hover .dropdown-menu:has(>li:nth-of-type(16)){grid-template-columns:repeat(2,1fr)!important}#appHeader .header-desktop .left .menu .navbar .nav-item .dropdown:hover .dropdown-menu:has(>li:nth-of-type(31)),#appHeader .header-desktop .left .menu .navbar .nav-item:hover .dropdown-menu:has(>li:nth-of-type(31)){grid-template-columns:repeat(3,1fr)!important}#appHeader .header-desktop .left .menu .navbar .nav-item .dropdown:hover .dropdown-menu:has(>li:nth-of-type(46)),#appHeader .header-desktop .left .menu .navbar .nav-item:hover .dropdown-menu:has(>li:nth-of-type(46)){grid-template-columns:repeat(4,1fr)!important}}@media (max-width:991.98px){#appHeader .header-desktop .left .menu .navbar .nav-item .dropdown:hover .dropdown-menu,#appHeader .header-desktop .left .menu .navbar .nav-item:hover .dropdown-menu{grid-template-columns:1fr;max-width:100%;min-width:300px;width:100%}}#appHeader .header-desktop .left .menu .navbar .nav-item .dropdown:hover .dropdown-menu .dropdown-item,#appHeader .header-desktop .left .menu .navbar .nav-item:hover .dropdown-menu .dropdown-item{border-radius:.25rem;color:#e5e5e5;margin-bottom:0;overflow:hidden;padding:.625rem 1rem;text-overflow:ellipsis;transition:all .3s ease-out;white-space:nowrap}#appHeader .header-desktop .left .menu .navbar .nav-item .dropdown:hover .dropdown-menu .dropdown-item:hover,#appHeader .header-desktop .left .menu .navbar .nav-item:hover .dropdown-menu .dropdown-item:hover{background-color:#262626;color:#eab308;transform:translateX(2px)}#appHeader .header-desktop .left .menu .navbar .nav-item .dropdown:hover .dropdown-menu .dropdown-item,#appHeader .header-desktop .left .menu .navbar .nav-item:hover .dropdown-menu .dropdown-item{grid-column:auto}#appHeader .header-desktop .right{align-items:center;display:flex;gap:1.5rem}#appHeader .header-desktop .right .search-group{background-color:#262626;border:1px solid #262626;border-radius:0;position:relative;transition:all .3s ease-out}#appHeader .header-desktop .right .search-group:focus-within,#appHeader .header-desktop .right .search-group:hover{background-color:#171717;border-color:#eab308}#appHeader .header-desktop .right .search-group input{background-color:transparent;border:none;border-radius:0;box-shadow:none;color:#fafafa;font-size:.875rem;height:44px;padding-right:3rem;width:210px}#appHeader .header-desktop .right .search-group input::-moz-placeholder{color:#a3a3a3}#appHeader .header-desktop .right .search-group input::placeholder{color:#a3a3a3}#appHeader .header-desktop .right .search-group input:focus{outline:none}#appHeader .header-desktop .right .search-group .btn{background:none;border:none;color:#a3a3a3;padding:.5rem;position:absolute;right:0;top:50%;transform:translateY(-50%);transition:color .3s ease-out}#appHeader .header-desktop .right .search-group .btn:hover{color:#eab308}#appHeader .header-desktop .right .search-group .btn i{font-size:1.25rem}#appHeader .header-desktop .right .icons{align-items:center;display:flex;gap:1.5rem}#appHeader .header-desktop .right .icons .item{position:relative}#appHeader .header-desktop .right .icons .item .dropdown-toggle,#appHeader .header-desktop .right .icons .item a{align-items:center;color:#a3a3a3;display:flex;height:44px;justify-content:center;transition:color .3s ease-out;width:44px}#appHeader .header-desktop .right .icons .item .dropdown-toggle:hover,#appHeader .header-desktop .right .icons .item a:hover{color:#eab308}#appHeader .header-desktop .right .icons .item .dropdown-toggle img,#appHeader .header-desktop .right .icons .item a img{filter:brightness(0) invert(1);height:20px;opacity:.7;transition:opacity .3s ease-out;width:20px}#appHeader .header-desktop .right .icons .item .dropdown-toggle:hover img,#appHeader .header-desktop .right .icons .item a:hover img{opacity:1}#appHeader .header-desktop .right .icons .item .icon-quantity{align-items:center;background-color:#eab308;border-radius:50%;box-shadow:0 1px 2px 0 rgba(0,0,0,.3);color:#0a0a0a;display:flex;font-size:.625rem;font-weight:700;height:18px;justify-content:center;position:absolute;right:-8px;top:-4px;width:18px}#appHeader .header-desktop .right .icons .account-icon .dropdown-menu{background-color:#171717;border:1px solid #262626;border-radius:0;box-shadow:0 10px 15px -3px rgba(0,0,0,.5);min-width:200px;padding:.5rem 0}#appHeader .header-desktop .right .icons .account-icon .dropdown-menu .dropdown-item{color:#e5e5e5;padding:.75rem 1.5rem;text-align:left;transition:all .3s ease-out}#appHeader .header-desktop .right .icons .account-icon .dropdown-menu .dropdown-item:hover{background-color:#262626;color:#eab308}#appHeader .header-mobile{align-items:center;display:flex;justify-content:space-between;min-height:60px;padding:.75rem 1rem}@media (min-width:992px){#appHeader .header-mobile{display:none}}#appHeader .header-mobile .mb-icon{color:#e5e5e5;cursor:pointer;transition:color .3s ease-out}#appHeader .header-mobile .mb-icon:active,#appHeader .header-mobile .mb-icon:hover{color:#eab308}#appHeader .header-mobile .mb-icon i{font-size:1.75rem}#appHeader .header-mobile .logo{margin-bottom:0;max-height:40px;max-width:140px}#appHeader .header-mobile .logo a{color:#fafafa;display:block;font-family:var(--font-heading);font-size:1.5rem;font-weight:700;letter-spacing:-.02em;text-decoration:none}#appHeader .header-mobile .logo a span{color:#eab308}#appHeader .header-mobile .logo img{height:auto;max-width:100%}#appHeader .header-mobile .header-cart-icon{color:#a3a3a3;position:relative;transition:color .3s ease-out}#appHeader .header-mobile .header-cart-icon:hover{color:#eab308}#appHeader .header-mobile .header-cart-icon img{filter:brightness(0) invert(1);height:24px;opacity:.7;width:24px}#appHeader .header-mobile .header-cart-icon .icon-quantity{align-items:center;background-color:#eab308;border-radius:50%;box-shadow:0 1px 2px 0 rgba(0,0,0,.3);color:#0a0a0a;display:flex;font-size:.625rem;font-weight:700;height:18px;justify-content:center;position:absolute;right:-10px;top:-6px;width:18px}#appHeader .header-mobile #mobile-menu-offcanvas{background-color:#171717;border-right:1px solid #262626;width:76%}#appHeader .header-mobile #mobile-menu-offcanvas .offcanvas-header{align-items:center;border-bottom:1px solid #262626;display:flex;gap:.75rem;justify-content:space-between;padding:1rem}#appHeader .header-mobile #mobile-menu-offcanvas .offcanvas-header .search-group{background-color:#262626;border:1px solid #262626;border-radius:0;flex:1}#appHeader .header-mobile #mobile-menu-offcanvas .offcanvas-header .search-group input{background-color:transparent;border:none;color:#fafafa;height:38px;padding-right:2.5rem}#appHeader .header-mobile #mobile-menu-offcanvas .offcanvas-header .search-group input::-moz-placeholder{color:#a3a3a3}#appHeader .header-mobile #mobile-menu-offcanvas .offcanvas-header .search-group input::placeholder{color:#a3a3a3}#appHeader .header-mobile #mobile-menu-offcanvas .offcanvas-header .search-group .btn{background:none;border:none;color:#a3a3a3;padding:.25rem}#appHeader .header-mobile #mobile-menu-offcanvas .offcanvas-header .search-group .btn i{font-size:1.125rem}#appHeader .header-mobile #mobile-menu-offcanvas .offcanvas-header .account-icon img{filter:brightness(0) invert(1);height:24px;opacity:.7;width:24px}#appHeader .header-mobile #mobile-menu-offcanvas .close-offcanvas{align-items:center;background-color:#171717;border:1px solid #262626;border-left:none;border-radius:0 5px 5px 0;color:#e5e5e5;cursor:pointer;display:flex;font-size:1.5rem;height:50px;justify-content:center;position:absolute;right:-26px;top:50%;transform:translateY(-50%);transition:all .3s ease-out;width:26px}#appHeader .header-mobile #mobile-menu-offcanvas .close-offcanvas:active,#appHeader .header-mobile #mobile-menu-offcanvas .close-offcanvas:hover{background-color:#262626;color:#eab308}#appHeader .header-mobile #mobile-menu-offcanvas .mobile-menu-wrap{padding:0}#appHeader .header-mobile #mobile-menu-offcanvas .mobile-menu-wrap #menu-accordion .accordion-item{border-bottom:1px solid #262626}#appHeader .header-mobile #mobile-menu-offcanvas .mobile-menu-wrap #menu-accordion .accordion-item .nav-item-text{align-items:center;display:flex;justify-content:space-between}#appHeader .header-mobile #mobile-menu-offcanvas .mobile-menu-wrap #menu-accordion .accordion-item .nav-item-text>a{align-items:center;color:#e5e5e5;display:flex;flex:1;font-weight:500;height:44px;padding:0 1rem;transition:all .3s ease-out}#appHeader .header-mobile #mobile-menu-offcanvas .mobile-menu-wrap #menu-accordion .accordion-item .nav-item-text>a.active,#appHeader .header-mobile #mobile-menu-offcanvas .mobile-menu-wrap #menu-accordion .accordion-item .nav-item-text>a:hover{background-color:#262626;color:#eab308}#appHeader .header-mobile #mobile-menu-offcanvas .mobile-menu-wrap #menu-accordion .accordion-item .nav-item-text>span{align-items:center;color:#a3a3a3;cursor:pointer;display:flex;height:44px;justify-content:center;transition:all .3s ease-out;width:44px}#appHeader .header-mobile #mobile-menu-offcanvas .mobile-menu-wrap #menu-accordion .accordion-item .nav-item-text>span:active,#appHeader .header-mobile #mobile-menu-offcanvas .mobile-menu-wrap #menu-accordion .accordion-item .nav-item-text>span:hover{background-color:#262626;color:#eab308}#appHeader .header-mobile #mobile-menu-offcanvas .mobile-menu-wrap #menu-accordion .accordion-item .nav-item-text>span[aria-expanded=true] i{transform:rotate(180deg)}#appHeader .header-mobile #mobile-menu-offcanvas .mobile-menu-wrap #menu-accordion .accordion-item>.accordion-collapse{background-color:#0a0a0a;border-top:1px solid #262626}#appHeader .header-mobile #mobile-menu-offcanvas .mobile-menu-wrap #menu-accordion .accordion-item>.accordion-collapse .children-group{padding:.5rem 0}#appHeader .header-mobile #mobile-menu-offcanvas .mobile-menu-wrap #menu-accordion .accordion-item>.accordion-collapse .children-group .nav a{color:#a3a3a3;display:block;padding:.75rem 2rem;transition:all .3s ease-out}#appHeader .header-mobile #mobile-menu-offcanvas .mobile-menu-wrap #menu-accordion .accordion-item>.accordion-collapse .children-group .nav a:hover{background-color:#262626;color:#eab308;padding-left:2.5rem}footer{background-color:#222;margin-top:20px;overflow:hidden;position:relative}@media (min-width:768px){footer{margin-top:50px}}footer:after,footer:before{background-position:top;background-repeat:no-repeat;background-size:contain;content:"";height:300px;position:absolute;width:20%}footer:after,footer:before{background-image:url(/images/icons/footer-1.svg)}footer:before{left:0;top:0;width:50%}@media (min-width:768px){footer:before{top:-5%;width:30%}}footer:after{background-image:url(/images/icons/footer-2.svg);background-position:bottom;bottom:0;right:0;width:36%}@media (min-width:768px){footer:after{bottom:-5%;width:15%}}footer .footer-box{z-index:1}footer .footer-box,footer .footer-box a{color:#aaa;position:relative}footer .footer-box a:hover:after{left:0;width:100%}footer .footer-box a:after{border-bottom:1px solid;bottom:0;content:"";position:absolute;right:0;transition:width .3s;width:0}footer .footer-box .footer-top-links{padding:10px 0}@media (min-width:768px){footer .footer-box .footer-top-links{padding:40px 0}}@media (min-width:992px){footer .footer-box .footer-top-links .about{padding-left:40px}}footer .footer-box .footer-top-links .about .about-text{padding-top:6px}footer .footer-box .footer-top-links .about .footer-contact-info{margin-top:15px}footer .footer-box .footer-top-links .about .footer-contact-info .contact-item{align-items:flex-start;color:#fff!important;display:flex;font-size:13px;line-height:1.5;margin-bottom:10px}footer .footer-box .footer-top-links .about .footer-contact-info .contact-item i{color:#fff!important;flex-shrink:0;font-size:14px;margin-right:10px;margin-top:2px;text-align:left;width:20px}footer .footer-box .footer-top-links .about .footer-contact-info .contact-item a{color:#fff!important;display:inline-block;position:static!important;text-decoration:none!important;transition:all .3s ease;word-break:break-all}footer .footer-box .footer-top-links .about .footer-contact-info .contact-item a:after{content:none!important;display:none!important}footer .footer-box .footer-top-links .about .footer-contact-info .contact-item a:active,footer .footer-box .footer-top-links .about .footer-contact-info .contact-item a:focus,footer .footer-box .footer-top-links .about .footer-contact-info .contact-item a:hover{color:#e91e63!important;text-shadow:0 0 8px hsla(0,0%,100%,.5)!important;transform:translateX(2px)}footer .footer-box .footer-top-links .about .footer-contact-info .contact-item a:active:after,footer .footer-box .footer-top-links .about .footer-contact-info .contact-item a:focus:after,footer .footer-box .footer-top-links .about .footer-contact-info .contact-item a:hover:after{content:none!important;display:none!important}footer .footer-box .footer-top-links .about .footer-contact-info .contact-item span{color:#fff!important;word-break:break-all}footer .footer-box .footer-top-links .about .footer-social-icons{-webkit-overflow-scrolling:touch;-ms-overflow-style:none;align-items:center;display:flex;flex-wrap:nowrap;gap:8px;margin-top:12px;overflow-x:auto;scrollbar-width:none}footer .footer-box .footer-top-links .about .footer-social-icons::-webkit-scrollbar{display:none}footer .footer-box .footer-top-links .about .footer-social-icons .social-icon{align-items:center;border-radius:50%;display:inline-flex;flex-shrink:0;height:36px;justify-content:center;text-decoration:none;transition:all .3s ease;width:36px}footer .footer-box .footer-top-links .about .footer-social-icons .social-icon i{color:#fff;font-size:18px}footer .footer-box .footer-top-links .about .footer-social-icons .social-icon svg{fill:#fff;height:18px;width:18px}footer .footer-box .footer-top-links .about .footer-social-icons .social-icon.discord{background-color:#5865f2}footer .footer-box .footer-top-links .about .footer-social-icons .social-icon.discord:hover{background-color:#4752c4;box-shadow:0 4px 8px rgba(88,101,242,.4);transform:translateY(-2px)}footer .footer-box .footer-top-links .about .footer-social-icons .social-icon.facebook{background-color:#1877f2}footer .footer-box .footer-top-links .about .footer-social-icons .social-icon.facebook:hover{background-color:#1565c0;box-shadow:0 4px 8px rgba(24,119,242,.4);transform:translateY(-2px)}footer .footer-box .footer-top-links .about .footer-social-icons .social-icon.instagram{background:linear-gradient(45deg,#f09433,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888)}footer .footer-box .footer-top-links .about .footer-social-icons .social-icon.instagram:hover{box-shadow:0 4px 8px rgba(220,39,67,.4);opacity:.9;transform:translateY(-2px)}footer .footer-box .footer-top-links .about .footer-social-icons .social-icon.youtube{background-color:red}footer .footer-box .footer-top-links .about .footer-social-icons .social-icon.youtube:hover{background-color:#c00;box-shadow:0 4px 8px rgba(255,0,0,.4);transform:translateY(-2px)}footer .footer-box .footer-top-links .about .footer-social-icons .social-icon.messenger{background-color:#0084ff}footer .footer-box .footer-top-links .about .footer-social-icons .social-icon.messenger:hover{background-color:#06c;box-shadow:0 4px 8px rgba(0,132,255,.4);transform:translateY(-2px)}footer .footer-box .footer-top-links .about .footer-social-icons .social-icon.telegram{background-color:#08c}footer .footer-box .footer-top-links .about .footer-social-icons .social-icon.telegram:hover{background-color:#069;box-shadow:0 4px 8px rgba(0,136,204,.4);transform:translateY(-2px)}footer .footer-box .footer-top-links .about .footer-social-icons .social-icon.tiktok{background-color:#000}footer .footer-box .footer-top-links .about .footer-social-icons .social-icon.tiktok:hover{background-color:#333;box-shadow:0 4px 8px rgba(0,0,0,.4);transform:translateY(-2px)}footer .footer-box .footer-top-links .about .footer-social-icons .social-icon.line{background-color:#00c300}footer .footer-box .footer-top-links .about .footer-social-icons .social-icon.line:hover{background-color:#00a000;box-shadow:0 4px 8px rgba(0,195,0,.4);transform:translateY(-2px)}footer .footer-box .footer-top-links .about .footer-social-icons .social-icon.snapchat{background-color:#fffc00}footer .footer-box .footer-top-links .about .footer-social-icons .social-icon.snapchat i,footer .footer-box .footer-top-links .about .footer-social-icons .social-icon.snapchat svg{fill:#000;color:#000}footer .footer-box .footer-top-links .about .footer-social-icons .social-icon.snapchat:hover{background-color:#ffe600;box-shadow:0 4px 8px rgba(255,252,0,.4);transform:translateY(-2px)}footer .footer-box .footer-top-links .about .footer-social-icons .social-icon.wecom{background-color:#1296db}footer .footer-box .footer-top-links .about .footer-social-icons .social-icon.wecom:hover{background-color:#0e7bb8;box-shadow:0 4px 8px rgba(18,150,219,.4);transform:translateY(-2px)}footer .footer-box .footer-top-links .about .footer-social-icons .social-icon.kwai{background-color:#f60}footer .footer-box .footer-top-links .about .footer-social-icons .social-icon.kwai:hover{background-color:#c50;box-shadow:0 4px 8px rgba(255,102,0,.4);transform:translateY(-2px)}footer .footer-box .footer-top-links .about .footer-social-icons .social-icon.vkontakte{background-color:#07f}footer .footer-box .footer-top-links .about .footer-social-icons .social-icon.vkontakte:hover{background-color:#05c;box-shadow:0 4px 8px rgba(0,119,255,.4);transform:translateY(-2px)}footer .footer-box .footer-top-links .about .footer-social-icons .social-icon.reddit{background-color:#ff4500}footer .footer-box .footer-top-links .about .footer-social-icons .social-icon.reddit:hover{background-color:#cc3700;box-shadow:0 4px 8px rgba(255,69,0,.4);transform:translateY(-2px)}footer .footer-box .footer-top-links .about .footer-social-icons .social-icon.whatsapp{background-color:#25d366}footer .footer-box .footer-top-links .about .footer-social-icons .social-icon.whatsapp:hover{background-color:#20ba5a;box-shadow:0 4px 8px rgba(37,211,102,.4);transform:translateY(-2px)}footer .footer-box .footer-top-links .footer-link-title{color:#fff;display:flex;font-size:15px;font-weight:700;justify-content:space-between}@media (min-width:768px){footer .footer-box .footer-top-links .footer-link-title{font-size:18px;margin-bottom:20px}}footer .footer-box .footer-top-links .footer-link-title .footer-link-icon.active i:before{content:"\f63b"}@media (min-width:768px){footer .footer-box .footer-top-links .footer-link-title .footer-link-icon{display:none}}footer .footer-box .footer-top-links .footer-item{padding-bottom:10px;padding-top:10px}footer .footer-box .footer-top-links .footer-item .footer-item-content{display:none;padding-right:26px}@media (min-width:768px){footer .footer-box .footer-top-links .footer-item .footer-item-content{display:block}}@media (max-width:767px){footer .footer-box .footer-top-links .footer-item .footer-item-content.footer-item-content-about{display:block!important}footer .footer-box .footer-top-links .footer-item-about .footer-link-title .footer-link-icon.active i:before{content:"\f63b"!important}footer .footer-box .footer-top-links .footer-item-about .footer-link-title .footer-link-icon:not(.active) i:before{content:"\f4ca"!important}footer .footer-box .footer-top-links .about .footer-contact-info .contact-item{font-size:12px;margin-bottom:6px}footer .footer-box .footer-top-links .about .footer-contact-info .contact-item i{font-size:13px;width:16px}footer .footer-box .footer-top-links .about .footer-social-icons{flex-wrap:nowrap;gap:6px;margin-top:10px;overflow-x:auto}footer .footer-box .footer-top-links .about .footer-social-icons .social-icon{flex-shrink:0;height:32px;width:32px}footer .footer-box .footer-top-links .about .footer-social-icons .social-icon i{font-size:16px}footer .footer-box .footer-top-links .about .footer-social-icons .social-icon svg{height:16px;width:16px}}footer .footer-box .footer-top-links ul{list-style:none;margin:0;padding:0}footer .footer-box .footer-top-links ul li{font-size:14px;font-weight:700;margin-right:20px;padding:6px 0}footer .footer-box .footer-top-links ul li a:hover{color:#e91e63}footer .footer-box .footer-brand-social{border-bottom:1px solid #4a4a4a;border-top:1px solid #4a4a4a;padding:30px 0}footer .footer-box .footer-brand-social .footer-brand-logo img{filter:brightness(0) invert(1);max-height:50px}footer .footer-box .footer-brand-social .footer-social-icons-large{align-items:center;display:flex;flex-wrap:wrap;gap:12px;justify-content:center}@media (min-width:768px){footer .footer-box .footer-brand-social .footer-social-icons-large{justify-content:flex-end}}footer .footer-box .footer-brand-social .footer-social-icons-large .social-icon-large{align-items:center;border-radius:50%;color:#fff;display:inline-flex;flex-shrink:0;height:44px;justify-content:center;text-decoration:none;transition:all .3s ease;width:44px}footer .footer-box .footer-brand-social .footer-social-icons-large .social-icon-large i{color:#fff;font-size:20px}footer .footer-box .footer-brand-social .footer-social-icons-large .social-icon-large svg{fill:#fff;height:20px;width:20px}footer .footer-box .footer-brand-social .footer-social-icons-large .social-icon-large.discord{background-color:#5865f2}footer .footer-box .footer-brand-social .footer-social-icons-large .social-icon-large.discord:hover{background-color:#4752c4;box-shadow:0 6px 12px rgba(88,101,242,.4);transform:translateY(-3px)}footer .footer-box .footer-brand-social .footer-social-icons-large .social-icon-large.facebook{background-color:#1877f2}footer .footer-box .footer-brand-social .footer-social-icons-large .social-icon-large.facebook:hover{background-color:#1565c0;box-shadow:0 6px 12px rgba(24,119,242,.4);transform:translateY(-3px)}footer .footer-box .footer-brand-social .footer-social-icons-large .social-icon-large.instagram{background:linear-gradient(45deg,#f09433,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888)}footer .footer-box .footer-brand-social .footer-social-icons-large .social-icon-large.instagram:hover{box-shadow:0 6px 12px rgba(220,39,67,.4);opacity:.9;transform:translateY(-3px)}footer .footer-box .footer-brand-social .footer-social-icons-large .social-icon-large.youtube{background-color:red}footer .footer-box .footer-brand-social .footer-social-icons-large .social-icon-large.youtube:hover{background-color:#c00;box-shadow:0 6px 12px rgba(255,0,0,.4);transform:translateY(-3px)}footer .footer-box .footer-brand-social .footer-social-icons-large .social-icon-large.telegram{background-color:#08c}footer .footer-box .footer-brand-social .footer-social-icons-large .social-icon-large.telegram:hover{background-color:#069;box-shadow:0 6px 12px rgba(0,136,204,.4);transform:translateY(-3px)}footer .footer-box .footer-brand-social .footer-social-icons-large .social-icon-large.tiktok{background-color:#000}footer .footer-box .footer-brand-social .footer-social-icons-large .social-icon-large.tiktok:hover{background-color:#333;box-shadow:0 6px 12px rgba(0,0,0,.4);transform:translateY(-3px)}footer .footer-box .footer-brand-social .footer-social-icons-large .social-icon-large.messenger{background-color:#0084ff}footer .footer-box .footer-brand-social .footer-social-icons-large .social-icon-large.messenger:hover{background-color:#06c;box-shadow:0 6px 12px rgba(0,132,255,.4);transform:translateY(-3px)}footer .footer-box .footer-brand-social .footer-social-icons-large .social-icon-large.whatsapp{background-color:#25d366}footer .footer-box .footer-brand-social .footer-social-icons-large .social-icon-large.whatsapp:hover{background-color:#20ba5a;box-shadow:0 6px 12px rgba(37,211,102,.4);transform:translateY(-3px)}footer .footer-box .bottom-box{border-top:1px solid #4a4a4a;padding:26px 0}@media (max-width:768px){footer .footer-box .bottom-box{padding:10px 0}footer .footer-box .bottom-box .left-links{text-align:center}}footer .footer-box .bottom-box .copyright-text{text-align:right}@media (max-width:768px){footer .footer-box .bottom-box .copyright-text{margin-top:10px;text-align:center}}footer .footer-box .bottom-box .payment-icon{align-items:center;display:flex;gap:8px;justify-content:flex-end}@media (max-width:768px){footer .footer-box .bottom-box .payment-icon{justify-content:center;margin-top:10px}}footer .footer-box .bottom-box .payment-icon img{height:auto;max-width:35px;-o-object-fit:contain;object-fit:contain}footer .mobile-tabbar{align-items:center;background-color:#fff;bottom:0;box-shadow:0 -2px 10px rgba(0,0,0,.1);display:flex;height:60px;justify-content:space-around;left:0;padding-bottom:env(safe-area-inset-bottom);position:fixed;width:100%;z-index:1030}footer .mobile-tabbar .tab-item{align-items:center;background:none;border:none;color:#666;display:flex;flex:1;flex-direction:column;font-size:11px;text-align:center;text-decoration:none}footer .mobile-tabbar .tab-item i{font-size:20px;line-height:1.2}footer .mobile-tabbar .tab-item.active{color:#e91e63}footer .mobile-tabbar .tab-item .icon-quantity{font-size:9px;padding:2px 5px;position:absolute;right:-12px;top:-5px}@media (max-width:991px){footer body{padding-bottom:60px!important}footer .back-to-top{bottom:75px!important}}.mobile-tabbar{backdrop-filter:blur(20px)!important;-webkit-backdrop-filter:blur(20px)!important;background-color:#0a0a0a!important;border-top:2px solid #404040!important;bottom:0!important;box-shadow:0 -4px 20px rgba(0,0,0,.8),0 -2px 8px rgba(0,0,0,.6)!important;height:60px!important;justify-content:space-around!important;left:0!important;padding-bottom:env(safe-area-inset-bottom)!important;position:fixed!important;width:100%!important;z-index:1030!important}.mobile-tabbar,.mobile-tabbar .tab-item{align-items:center!important;display:flex!important}.mobile-tabbar .tab-item{background:none!important;border:none!important;color:#e5e5e5!important;flex:1!important;flex-direction:column!important;font-size:.6875rem!important;gap:.25rem!important;justify-content:center!important;opacity:1!important;padding:.5rem .25rem!important;position:relative!important;text-align:center!important;text-decoration:none!important;transition:all .3s ease-out!important}.mobile-tabbar .tab-item i{font-size:1.25rem!important;transition:all .3s ease-out!important}.mobile-tabbar .tab-item i,.mobile-tabbar .tab-item span{color:inherit!important;line-height:1.2!important;opacity:1!important}.mobile-tabbar .tab-item span{font-size:.6875rem!important;font-weight:600!important;letter-spacing:.05em!important;text-transform:uppercase!important}.mobile-tabbar .tab-item:hover{color:#fafafa!important}.mobile-tabbar .tab-item:hover i{color:#fafafa!important;transform:scale(1.1)!important}.mobile-tabbar .tab-item:hover span{color:#fafafa!important}.mobile-tabbar .tab-item.active{color:#eab308!important}.mobile-tabbar .tab-item.active i{color:#eab308!important;filter:drop-shadow(0 0 4px rgba(234,179,8,.5))!important;transform:scale(1.15)!important}.mobile-tabbar .tab-item.active span{color:#eab308!important;font-weight:700!important;text-shadow:0 0 8px rgba(234,179,8,.4)!important}.mobile-tabbar .tab-item .position-relative{align-items:center!important;display:inline-flex!important;justify-content:center!important;position:relative!important}.mobile-tabbar .tab-item .badge.icon-quantity,.mobile-tabbar .tab-item .icon-quantity{align-items:center!important;background-color:#f43f5e!important;border-radius:.625rem!important;box-shadow:0 2px 8px rgba(244,63,94,.6),0 0 0 2px #0a0a0a!important;color:#fff!important;display:flex!important;font-size:.5625rem!important;font-weight:700!important;height:1.125rem!important;justify-content:center!important;min-width:1.125rem!important;opacity:1!important;padding:.125rem .3125rem!important;position:absolute!important;right:-.75rem!important;top:-.3125rem!important;z-index:10!important}.mobile-tabbar .tab-item.header-cart-icon .position-relative i{color:inherit!important}.mobile-tabbar .tab-item.header-cart-icon .badge.icon-quantity,.mobile-tabbar .tab-item.header-cart-icon .icon-quantity{background-color:#f43f5e!important}.mobile-tabbar .tab-item.header-cart-icon.active .position-relative i{color:#eab308!important;filter:drop-shadow(0 0 4px rgba(234,179,8,.5))!important}@media (min-width:992px){.mobile-tabbar{display:none!important}}@media (max-width:991px){.mobile-tabbar{background-color:#0a0a0a!important;border-top:2px solid #404040!important;box-shadow:0 -4px 20px rgba(0,0,0,.8),0 -2px 8px rgba(0,0,0,.6)!important}}#appFooter{border-top:1px solid #262626}#appFooter,#appFooter .footer-box{background-color:#0a0a0a!important;color:#e5e5e5!important}#appFooter .footer-box a{color:#e5e5e5!important}#appFooter .footer-box a:hover{color:#eab308!important}#appFooter .footer-box a:hover:after{display:none!important}#appFooter .footer-top-links{border-bottom:1px solid #262626;padding-bottom:3rem}#appFooter .footer-top-links ul li,#appFooter .footer-top-links ul li a{color:#e5e5e5!important}#appFooter .footer-top-links .footer-item .about .footer-link-title,#appFooter .footer-top-links .footer-item .footer-links .footer-link-title{align-items:center;color:#fafafa!important;cursor:pointer;display:flex;font-size:.875rem;font-weight:700;justify-content:space-between;letter-spacing:.05em;text-transform:uppercase}#appFooter .footer-top-links .footer-item .about .footer-link-title span,#appFooter .footer-top-links .footer-item .footer-links .footer-link-title span{color:#fafafa!important;font-family:var(--font-heading)}#appFooter .footer-top-links .footer-item .about .footer-link-title .footer-link-icon,#appFooter .footer-top-links .footer-item .footer-links .footer-link-title .footer-link-icon{color:#a3a3a3!important;font-size:1rem;transition:all .3s ease-out}#appFooter .footer-top-links .footer-item .about .footer-link-title .footer-link-icon i,#appFooter .footer-top-links .footer-item .footer-links .footer-link-title .footer-link-icon i{color:inherit}#appFooter .footer-top-links .footer-item .about .footer-link-title .footer-link-icon.active,#appFooter .footer-top-links .footer-item .footer-links .footer-link-title .footer-link-icon.active{color:#eab308!important;transform:rotate(45deg)}@media (min-width:768px){#appFooter .footer-top-links .footer-item .about .footer-link-title .footer-link-icon,#appFooter .footer-top-links .footer-item .footer-links .footer-link-title .footer-link-icon{display:none}}#appFooter .footer-top-links .footer-item .about .about-content,#appFooter .footer-top-links .footer-item .about .footer-item-content,#appFooter .footer-top-links .footer-item .footer-links .about-content,#appFooter .footer-top-links .footer-item .footer-links .footer-item-content{list-style:none!important;margin:0!important;padding:0!important}@media (max-width:767.98px){#appFooter .footer-top-links .footer-item .about .about-content[style*="display: block"],#appFooter .footer-top-links .footer-item .about .about-content[style*="display:block"],#appFooter .footer-top-links .footer-item .about .footer-item-content[style*="display: block"],#appFooter .footer-top-links .footer-item .about .footer-item-content[style*="display:block"],#appFooter .footer-top-links .footer-item .footer-links .about-content[style*="display: block"],#appFooter .footer-top-links .footer-item .footer-links .about-content[style*="display:block"],#appFooter .footer-top-links .footer-item .footer-links .footer-item-content[style*="display: block"],#appFooter .footer-top-links .footer-item .footer-links .footer-item-content[style*="display:block"]{display:block!important;padding-right:1.625rem!important}}#appFooter .footer-top-links .footer-item .about .about-content li,#appFooter .footer-top-links .footer-item .about .footer-item-content li,#appFooter .footer-top-links .footer-item .footer-links .about-content li,#appFooter .footer-top-links .footer-item .footer-links .footer-item-content li{color:#e5e5e5!important;display:list-item!important;font-size:.875rem!important;font-weight:400!important;margin-bottom:.75rem!important;margin-left:0!important;margin-right:0!important;opacity:1!important;padding:.375rem 0!important;visibility:visible!important}#appFooter .footer-top-links .footer-item .about .about-content li a,#appFooter .footer-top-links .footer-item .about .about-content li>a,#appFooter .footer-top-links .footer-item .about .footer-item-content li a,#appFooter .footer-top-links .footer-item .about .footer-item-content li>a,#appFooter .footer-top-links .footer-item .footer-links .about-content li a,#appFooter .footer-top-links .footer-item .footer-links .about-content li>a,#appFooter .footer-top-links .footer-item .footer-links .footer-item-content li a,#appFooter .footer-top-links .footer-item .footer-links .footer-item-content li>a{background-color:transparent!important;color:#e5e5e5!important;display:inline-block!important;font-size:.875rem!important;font-weight:400!important;line-height:1.5!important;opacity:1!important;position:relative!important;text-decoration:none!important;transition:all .3s ease-out;visibility:visible!important}#appFooter .footer-top-links .footer-item .about .about-content li a:after,#appFooter .footer-top-links .footer-item .about .about-content li>a:after,#appFooter .footer-top-links .footer-item .about .footer-item-content li a:after,#appFooter .footer-top-links .footer-item .about .footer-item-content li>a:after,#appFooter .footer-top-links .footer-item .footer-links .about-content li a:after,#appFooter .footer-top-links .footer-item .footer-links .about-content li>a:after,#appFooter .footer-top-links .footer-item .footer-links .footer-item-content li a:after,#appFooter .footer-top-links .footer-item .footer-links .footer-item-content li>a:after{border:none!important;content:none!important;display:none!important;height:0!important;width:0!important}#appFooter .footer-top-links .footer-item .about .about-content li a:focus,#appFooter .footer-top-links .footer-item .about .about-content li a:hover,#appFooter .footer-top-links .footer-item .about .about-content li>a:focus,#appFooter .footer-top-links .footer-item .about .about-content li>a:hover,#appFooter .footer-top-links .footer-item .about .footer-item-content li a:focus,#appFooter .footer-top-links .footer-item .about .footer-item-content li a:hover,#appFooter .footer-top-links .footer-item .about .footer-item-content li>a:focus,#appFooter .footer-top-links .footer-item .about .footer-item-content li>a:hover,#appFooter .footer-top-links .footer-item .footer-links .about-content li a:focus,#appFooter .footer-top-links .footer-item .footer-links .about-content li a:hover,#appFooter .footer-top-links .footer-item .footer-links .about-content li>a:focus,#appFooter .footer-top-links .footer-item .footer-links .about-content li>a:hover,#appFooter .footer-top-links .footer-item .footer-links .footer-item-content li a:focus,#appFooter .footer-top-links .footer-item .footer-links .footer-item-content li a:hover,#appFooter .footer-top-links .footer-item .footer-links .footer-item-content li>a:focus,#appFooter .footer-top-links .footer-item .footer-links .footer-item-content li>a:hover{background-color:transparent!important;color:#eab308!important;text-decoration:none!important;transform:translateX(4px)}#appFooter .footer-top-links .footer-item .about .about-content li a:focus:after,#appFooter .footer-top-links .footer-item .about .about-content li a:hover:after,#appFooter .footer-top-links .footer-item .about .about-content li>a:focus:after,#appFooter .footer-top-links .footer-item .about .about-content li>a:hover:after,#appFooter .footer-top-links .footer-item .about .footer-item-content li a:focus:after,#appFooter .footer-top-links .footer-item .about .footer-item-content li a:hover:after,#appFooter .footer-top-links .footer-item .about .footer-item-content li>a:focus:after,#appFooter .footer-top-links .footer-item .about .footer-item-content li>a:hover:after,#appFooter .footer-top-links .footer-item .footer-links .about-content li a:focus:after,#appFooter .footer-top-links .footer-item .footer-links .about-content li a:hover:after,#appFooter .footer-top-links .footer-item .footer-links .about-content li>a:focus:after,#appFooter .footer-top-links .footer-item .footer-links .about-content li>a:hover:after,#appFooter .footer-top-links .footer-item .footer-links .footer-item-content li a:focus:after,#appFooter .footer-top-links .footer-item .footer-links .footer-item-content li a:hover:after,#appFooter .footer-top-links .footer-item .footer-links .footer-item-content li>a:focus:after,#appFooter .footer-top-links .footer-item .footer-links .footer-item-content li>a:hover:after{border:none!important;content:none!important;display:none!important;height:0!important;width:0!important}#appFooter .footer-top-links .footer-item .about .about-content li a:visited,#appFooter .footer-top-links .footer-item .about .about-content li>a:visited,#appFooter .footer-top-links .footer-item .about .footer-item-content li a:visited,#appFooter .footer-top-links .footer-item .about .footer-item-content li>a:visited,#appFooter .footer-top-links .footer-item .footer-links .about-content li a:visited,#appFooter .footer-top-links .footer-item .footer-links .about-content li>a:visited,#appFooter .footer-top-links .footer-item .footer-links .footer-item-content li a:visited,#appFooter .footer-top-links .footer-item .footer-links .footer-item-content li>a:visited{color:#e5e5e5!important}#appFooter .footer-top-links .footer-item .about .about-content li a:active,#appFooter .footer-top-links .footer-item .about .about-content li>a:active,#appFooter .footer-top-links .footer-item .about .footer-item-content li a:active,#appFooter .footer-top-links .footer-item .about .footer-item-content li>a:active,#appFooter .footer-top-links .footer-item .footer-links .about-content li a:active,#appFooter .footer-top-links .footer-item .footer-links .about-content li>a:active,#appFooter .footer-top-links .footer-item .footer-links .footer-item-content li a:active,#appFooter .footer-top-links .footer-item .footer-links .footer-item-content li>a:active{background-color:transparent!important;color:#eab308!important}#appFooter .footer-top-links .footer-item .about .about-content li a:link,#appFooter .footer-top-links .footer-item .about .about-content li>a:link,#appFooter .footer-top-links .footer-item .about .footer-item-content li a:link,#appFooter .footer-top-links .footer-item .about .footer-item-content li>a:link,#appFooter .footer-top-links .footer-item .footer-links .about-content li a:link,#appFooter .footer-top-links .footer-item .footer-links .about-content li>a:link,#appFooter .footer-top-links .footer-item .footer-links .footer-item-content li a:link,#appFooter .footer-top-links .footer-item .footer-links .footer-item-content li>a:link{color:#e5e5e5!important}#appFooter .footer-top-links .footer-item .about .about-content p,#appFooter .footer-top-links .footer-item .footer-links .about-content p{color:#a3a3a3;font-size:.875rem;line-height:1.6;margin-bottom:1rem}#appFooter .footer-top-links .footer-item.footer-item-about .about .footer-link-title{margin-bottom:1.5rem}#appFooter .footer-top-links .footer-item.footer-item-about .about .logo{margin-bottom:1rem}#appFooter .footer-top-links .footer-item.footer-item-about .about .logo a{color:#fafafa;display:inline-block;font-family:var(--font-heading);font-size:1.875rem;font-weight:700;letter-spacing:-.02em;text-decoration:none}#appFooter .footer-top-links .footer-item.footer-item-about .about .logo a span{color:#eab308}#appFooter .footer-top-links .footer-item.footer-item-about .about .logo img{height:auto;max-width:180px}#appFooter .footer-social{display:flex;flex-wrap:wrap;gap:1rem;margin-top:1.5rem}#appFooter .footer-social a{align-items:center;background-color:#262626;border:1px solid #262626;border-radius:50%;color:#a3a3a3;display:flex;height:40px;justify-content:center;transition:all .3s ease-out;width:40px}#appFooter .footer-social a:hover{background-color:#eab308;border-color:#eab308;box-shadow:0 0 20px rgba(234,179,8,.3);color:#0a0a0a;transform:translateY(-2px)}#appFooter .footer-social a i,#appFooter .footer-social a svg{font-size:1.125rem}#appFooter .footer-payment{margin-top:2rem}#appFooter .footer-payment .payment-title{color:#e5e5e5;font-size:.875rem;letter-spacing:.05em;margin-bottom:1rem;text-transform:uppercase}#appFooter .footer-payment .payment-icons{display:flex;flex-wrap:wrap;gap:.5rem}#appFooter .footer-payment .payment-icons img{filter:grayscale(100%);height:24px;opacity:.7;transition:all .3s ease-out;width:auto}#appFooter .footer-payment .payment-icons img:hover{filter:grayscale(0);opacity:1}#appFooter .footer-bottom{border-top:1px solid #262626;margin-top:2rem;padding:2rem 0}#appFooter .footer-bottom .container{display:flex;flex-direction:column;gap:1rem}@media (min-width:768px){#appFooter .footer-bottom .container{align-items:center;flex-direction:row;justify-content:space-between}}#appFooter .footer-bottom .footer-copyright{color:#a3a3a3;font-size:.75rem;text-align:center}@media (min-width:768px){#appFooter .footer-bottom .footer-copyright{text-align:left}}#appFooter .footer-bottom .footer-copyright p{line-height:1.5;margin:0}#appFooter .footer-bottom .footer-payment-bottom{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}@media (min-width:768px){#appFooter .footer-bottom .footer-payment-bottom{justify-content:flex-end}}#appFooter .footer-bottom .footer-payment-bottom span{color:#a3a3a3;font-size:.75rem;letter-spacing:.05em;text-transform:uppercase}#appFooter .footer-tabbar{align-items:center;background-color:#171717;border-top:1px solid #262626;bottom:0;display:flex;justify-content:space-around;left:0;padding:.75rem 0;position:fixed;right:0;z-index:1000}@media (min-width:992px){#appFooter .footer-tabbar{display:none}}#appFooter .footer-tabbar .tab-item{align-items:center;color:#a3a3a3;display:flex;flex:1;flex-direction:column;gap:.25rem;max-width:80px;padding:.5rem;text-decoration:none;transition:all .3s ease-out}#appFooter .footer-tabbar .tab-item.active,#appFooter .footer-tabbar .tab-item:hover{color:#eab308}#appFooter .footer-tabbar .tab-item i{font-size:1.25rem}#appFooter .footer-tabbar .tab-item span{font-size:.625rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase}#appFooter .footer-tabbar .tab-item .icon-quantity{align-items:center;background-color:#eab308;border-radius:50%;box-shadow:0 1px 2px 0 rgba(0,0,0,.3);color:#0a0a0a;display:flex;font-size:.625rem;font-weight:700;height:16px;justify-content:center;position:absolute;right:.5rem;top:.25rem;width:16px}@media (max-width:991px){#appFooter body.theme-dark{padding-bottom:60px!important}#appFooter .back-to-top{bottom:75px!important}}@media (max-width:767.98px){#appFooter .footer-top-links .footer-item .about .about-content,#appFooter .footer-top-links .footer-item .about .footer-item-content,#appFooter .footer-top-links .footer-item .footer-links .about-content,#appFooter .footer-top-links .footer-item .footer-links .footer-item-content{padding-right:1.625rem!important}#appFooter .footer-top-links .footer-item .about .about-content li,#appFooter .footer-top-links .footer-item .about .footer-item-content li,#appFooter .footer-top-links .footer-item .footer-links .about-content li,#appFooter .footer-top-links .footer-item .footer-links .footer-item-content li{display:list-item!important;opacity:1!important;visibility:visible!important}#appFooter .footer-top-links .footer-item .about .about-content li a,#appFooter .footer-top-links .footer-item .about .footer-item-content li a,#appFooter .footer-top-links .footer-item .footer-links .about-content li a,#appFooter .footer-top-links .footer-item .footer-links .footer-item-content li a{color:#e5e5e5!important;display:inline-block!important;opacity:1!important;text-shadow:none!important;visibility:visible!important}#appFooter .footer-top-links .footer-item .about .about-content[style*="display: block"],#appFooter .footer-top-links .footer-item .about .about-content[style*="display:block"],#appFooter .footer-top-links .footer-item .about .footer-item-content[style*="display: block"],#appFooter .footer-top-links .footer-item .about .footer-item-content[style*="display:block"],#appFooter .footer-top-links .footer-item .footer-links .about-content[style*="display: block"],#appFooter .footer-top-links .footer-item .footer-links .about-content[style*="display:block"],#appFooter .footer-top-links .footer-item .footer-links .footer-item-content[style*="display: block"],#appFooter .footer-top-links .footer-item .footer-links .footer-item-content[style*="display:block"]{display:block!important}#appFooter .footer-top-links .footer-item .about .about-content[style*="display: block"] li a,#appFooter .footer-top-links .footer-item .about .about-content[style*="display:block"] li a,#appFooter .footer-top-links .footer-item .about .footer-item-content[style*="display: block"] li a,#appFooter .footer-top-links .footer-item .about .footer-item-content[style*="display:block"] li a,#appFooter .footer-top-links .footer-item .footer-links .about-content[style*="display: block"] li a,#appFooter .footer-top-links .footer-item .footer-links .about-content[style*="display:block"] li a,#appFooter .footer-top-links .footer-item .footer-links .footer-item-content[style*="display: block"] li a,#appFooter .footer-top-links .footer-item .footer-links .footer-item-content[style*="display:block"] li a{color:#e5e5e5!important}#appFooter .footer-item-about .about-content,#appFooter .footer-item-about .footer-item-content{display:block!important;padding-right:1.625rem!important}#appFooter .footer-item-about .about-content li a,#appFooter .footer-item-about .footer-item-content li a{color:#e5e5e5!important;opacity:1!important;visibility:visible!important}}body.page-home .module-title-wrap{margin-bottom:30px}body.page-home .module-title-wrap .module-title{color:#222;position:relative;text-align:center}@media (max-width:768px){body.page-home .module-title-wrap .module-title{font-size:1.4rem;margin-bottom:.2rem}}body.page-home .module-title-wrap .module-sub-title{color:#768088;line-height:1.4;margin-left:auto;margin-right:auto;max-width:840px;text-align:center}@media (max-width:768px){body.page-home .module-title-wrap .module-sub-title{font-size:.87rem}}body.page-home .module-line{margin-bottom:20px}@media (min-width:768px){body.page-home .module-line{margin-bottom:40px}}body.page-home{background-color:#0a0a0a;color:#fafafa}body.page-home .hero-section{align-items:center;display:flex;height:85vh;justify-content:center;min-height:600px;overflow:hidden;position:relative}@media (max-width:768px){body.page-home .hero-section{height:70vh;min-height:500px}}body.page-home .hero-section .hero-background{inset:0;position:absolute;z-index:0}body.page-home .hero-section .hero-background img{filter:grayscale(100%);height:100%;-o-object-fit:cover;object-fit:cover;opacity:.4;width:100%}body.page-home .hero-section .hero-background:after{background:linear-gradient(0deg,#0a0a0a,transparent,transparent);content:"";inset:0;position:absolute;z-index:1}body.page-home .hero-section .hero-content{margin:0 auto;max-width:56rem;padding:0 1rem;position:relative;text-align:center;z-index:10}body.page-home .hero-section .hero-content .hero-subtitle{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite;color:#eab308;font-size:.875rem;font-weight:600;letter-spacing:.3em;margin-bottom:1rem;text-transform:uppercase}@media (max-width:768px){body.page-home .hero-section .hero-content .hero-subtitle{font-size:.75rem;letter-spacing:.15em}}body.page-home .hero-section .hero-content .hero-title{color:#fafafa;font-family:var(--font-heading);font-size:3rem;font-weight:700;letter-spacing:-.02em;line-height:1.2;margin-bottom:1.5rem}@media (min-width:768px){body.page-home .hero-section .hero-content .hero-title{font-size:4.5rem}}body.page-home .hero-section .hero-content .hero-title span{background:linear-gradient(90deg,#fde047,#eab308,#ca8a04);-webkit-background-clip:text;background-clip:text;color:transparent}body.page-home .hero-section .hero-content .hero-description{color:#e5e5e5;font-size:1rem;font-weight:300;line-height:1.6;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;max-width:36rem}@media (min-width:768px){body.page-home .hero-section .hero-content .hero-description{font-size:1.25rem}}body.page-home .hero-section .hero-content .hero-buttons{align-items:center;display:flex;flex-direction:column;gap:1rem;justify-content:center}@media (min-width:768px){body.page-home .hero-section .hero-content .hero-buttons{flex-direction:row}}body.page-home .features-section{background-color:#0a0a0a;padding:5rem 0}body.page-home .features-section .container{margin:0 auto;max-width:80rem;padding:0 1.5rem}body.page-home .features-section .features-grid{display:grid;gap:3rem;grid-template-columns:1fr;text-align:center}@media (min-width:768px){body.page-home .features-section .features-grid{gap:3rem;grid-template-columns:repeat(3,1fr)}}body.page-home .features-section .feature-item{cursor:default;padding:1.5rem;transition:all .3s ease-out}body.page-home .features-section .feature-item:hover{border-color:#eab308;box-shadow:0 10px 15px -3px rgba(0,0,0,.5),0 0 20px rgba(234,179,8,.3);transform:translateY(-4px)}body.page-home .features-section .feature-item .feature-icon{align-items:center;background-color:#262626;border-radius:50%;color:#eab308;display:flex;font-size:2rem;height:4rem;justify-content:center;margin:0 auto 1.5rem;transition:all .3s ease-out;width:4rem}body.page-home .features-section .feature-item .feature-icon svg{height:2rem;width:2rem}body.page-home .features-section .feature-item:hover .feature-icon{background-color:#eab308;color:#0a0a0a;transform:scale(1.1)}body.page-home .features-section .feature-item .feature-title{color:#fafafa;font-family:var(--font-heading);font-size:1.25rem;font-weight:700;margin-bottom:.75rem}body.page-home .features-section .feature-item .feature-description{color:#a3a3a3;font-size:.875rem;line-height:1.6}body.page-home .categories-section{background-color:#171717;padding:5rem 0}body.page-home .categories-section .section-header{margin-bottom:4rem;text-align:center}body.page-home .categories-section .section-header .section-title{color:#fafafa;font-family:var(--font-heading);font-size:2rem;font-weight:700;margin-bottom:1rem}@media (min-width:768px){body.page-home .categories-section .section-header .section-title{font-size:2.5rem}}body.page-home .categories-section .categories-grid{display:grid;gap:1.5rem;grid-template-columns:1fr}@media (min-width:768px){body.page-home .categories-section .categories-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){body.page-home .categories-section .categories-grid{grid-template-columns:repeat(4,1fr)}}body.page-home .categories-section .category-item{border-radius:.75rem;cursor:pointer;height:24rem;overflow:hidden;position:relative;transition:all .3s ease-out}body.page-home .categories-section .category-item:hover{box-shadow:0 20px 25px -5px rgba(0,0,0,.6);transform:translateY(-4px)}body.page-home .categories-section .category-item img{height:100%;-o-object-fit:cover;object-fit:cover;opacity:.7;transition:transform .7s ease-out;width:100%}body.page-home .categories-section .category-item:hover img{opacity:1;transform:scale(1.1)}body.page-home .categories-section .category-item:after{background:linear-gradient(0deg,rgba(0,0,0,.9),transparent,transparent);content:"";inset:0;position:absolute;z-index:1}body.page-home .categories-section .category-item .category-content{bottom:0;left:0;padding:1.5rem;position:absolute;right:0;z-index:2}body.page-home .categories-section .category-item .category-content .category-title{color:#fafafa;font-family:var(--font-heading);font-size:1.5rem;font-weight:700;margin-bottom:.5rem}body.page-home .categories-section .category-item .category-content .category-description{color:#e5e5e5;font-size:.875rem;opacity:0;transform:translateY(1rem);transition:all .3s ease-out}body.page-home .categories-section .category-item:hover .category-content .category-description{opacity:1;transform:translateY(0)}body.page-home .products-section{background-color:#0a0a0a;padding:5rem 0}body.page-home .products-section .section-header{align-items:flex-end;display:flex;flex-direction:column;gap:1rem;justify-content:space-between;margin-bottom:3rem}@media (min-width:768px){body.page-home .products-section .section-header{align-items:flex-end;flex-direction:row}}body.page-home .products-section .section-header .section-title{color:#fafafa;font-family:var(--font-heading);font-size:1.875rem;font-weight:700;margin:0}body.page-home .products-section .section-header .section-subtitle{color:#a3a3a3;font-size:.875rem;margin-top:.5rem}body.page-home .products-section .section-header .view-all-link,body.page-home .products-section .section-header .view-all-mobile a,body.page-home .products-section .view-all-mobile .section-header a{border-bottom:1px solid #eab308;color:#eab308;display:none;font-weight:600;padding-bottom:.25rem;text-decoration:none;transition:all .3s ease-out}@media (min-width:768px){body.page-home .products-section .section-header .view-all-link,body.page-home .products-section .section-header .view-all-mobile a,body.page-home .products-section .view-all-mobile .section-header a{display:inline-block}}body.page-home .products-section .section-header .view-all-link:hover,body.page-home .products-section .section-header .view-all-mobile a:hover,body.page-home .products-section .view-all-mobile .section-header a:hover{border-color:#fde047;color:#fde047}body.page-home .products-section .products-grid{display:grid;gap:2rem;grid-template-columns:1fr}@media (min-width:640px){body.page-home .products-section .products-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){body.page-home .products-section .products-grid{grid-template-columns:repeat(3,1fr)}}body.page-home .products-section .view-all-mobile{margin-top:2rem;text-align:center}@media (min-width:768px){body.page-home .products-section .view-all-mobile{display:none}}body.page-home .products-section .view-all-mobile a{display:inline-block}body.page-home .cta-section{background-attachment:fixed;background-position:50%;background-repeat:no-repeat;background-size:cover;overflow:hidden;padding:8rem 0;position:relative}body.page-home .cta-section:before{background-color:rgba(0,0,0,.8);content:"";inset:0;position:absolute;z-index:0}body.page-home .cta-section .cta-content{margin:0 auto;max-width:64rem;padding:0 1.5rem;position:relative;text-align:center;z-index:10}body.page-home .cta-section .cta-content .cta-title{color:#fafafa;font-family:var(--font-heading);font-size:2rem;font-weight:700;margin-bottom:1.5rem}@media (min-width:768px){body.page-home .cta-section .cta-content .cta-title{font-size:3rem}}body.page-home .cta-section .cta-content .cta-description{color:#e5e5e5;font-size:1rem;line-height:1.75;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;max-width:42rem}@media (min-width:768px){body.page-home .cta-section .cta-content .cta-description{font-size:1.25rem}}body.page-home .cta-section .cta-content .cta-button{box-shadow:0 10px 25px -5px rgba(234,179,8,.5)}body.page-home .cta-section .cta-content .cta-button:hover{box-shadow:0 15px 35px -5px rgba(234,179,8,.6)}body.page-home .testimonials-section{background-color:#171717;padding:5rem 0}body.page-home .testimonials-section .section-header{margin-bottom:4rem;text-align:center}body.page-home .testimonials-section .section-header .section-title{color:#fafafa;font-family:var(--font-heading);font-size:1.875rem;font-weight:700}body.page-home .testimonials-section .testimonials-grid{display:grid;gap:2rem;grid-template-columns:1fr;margin:0 auto;max-width:72rem;padding:0 1.5rem}@media (min-width:768px){body.page-home .testimonials-section .testimonials-grid{grid-template-columns:repeat(2,1fr)}}body.page-home .testimonials-section .testimonial-item{background-color:#262626;border-radius:.5rem;padding:2rem;position:relative}body.page-home .testimonials-section .testimonial-item .testimonial-quote{color:#171717;font-family:serif;font-size:4rem;left:1rem;line-height:1;position:absolute;top:1rem}body.page-home .testimonials-section .testimonial-item .testimonial-text{color:#e5e5e5;font-style:italic;line-height:1.6;margin-bottom:1.5rem;padding-top:1rem;position:relative;z-index:1}body.page-home .testimonials-section .testimonial-item .testimonial-author{align-items:center;display:flex;gap:1rem}body.page-home .testimonials-section .testimonial-item .testimonial-author .author-avatar{align-items:center;background-color:#eab308;border-radius:50%;color:#0a0a0a;display:flex;font-size:.875rem;font-weight:700;height:2.5rem;justify-content:center;width:2.5rem}body.page-home .testimonials-section .testimonial-item .testimonial-author .author-info .author-name{color:#fafafa;font-weight:700;margin-bottom:.25rem}body.page-home .testimonials-section .testimonial-item .testimonial-author .author-info .author-meta{color:#a3a3a3;font-size:.75rem}body.page-home .module-title-wrap{margin-bottom:3rem;text-align:center}body.page-home .module-title-wrap .module-title{color:#fafafa;font-family:var(--font-heading);font-size:2rem;font-weight:700;margin-bottom:.7rem}@media (max-width:768px){body.page-home .module-title-wrap .module-title{font-size:1.5rem}}body.page-home .module-title-wrap .module-sub-title{color:#a3a3a3;font-size:1rem;line-height:1.6;margin:0 auto;max-width:52.5rem}@media (max-width:768px){body.page-home .module-title-wrap .module-sub-title{font-size:.875rem}}body.page-home .module-swiper .swiper-slide img{display:block;height:auto;width:100%}body.page-home .module-swiper .swiper-pagination{bottom:1rem}body.page-home .module-swiper .swiper-pagination .swiper-pagination-bullet{background-color:#a3a3a3;height:12px;opacity:.5;width:12px}body.page-home .module-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color:#eab308;opacity:1}body.page-home .module-product-tab .nav-tabs{border-bottom:1px solid #262626;justify-content:center;margin-bottom:2rem}body.page-home .module-product-tab .nav-tabs .nav-link{border:none;color:#a3a3a3;font-size:.875rem;font-weight:600;letter-spacing:.05em;padding:.75rem 1.5rem;position:relative;text-transform:uppercase;transition:all .3s ease-out}body.page-home .module-product-tab .nav-tabs .nav-link:after{background-color:#eab308;bottom:-1px;content:"";height:2px;left:50%;position:absolute;transform:translateX(-50%);transition:width .3s ease-out;width:0}body.page-home .module-product-tab .nav-tabs .nav-link:hover{background-color:transparent;border-color:transparent;color:#eab308}body.page-home .module-product-tab .nav-tabs .nav-link:hover:after{width:80%}body.page-home .module-product-tab .nav-tabs .nav-link.active{background-color:transparent;border-color:transparent;color:#eab308}body.page-home .module-product-tab .nav-tabs .nav-link.active:after{width:100%}body.page-home .module-product-tab .tab-content .tab-pane{animation:fadeIn .5s ease-out}@font-face{font-display:swap;font-family:Jost;font-style:normal;font-weight:500;font-weight:400;src:url(/vendor/font/jost/Jost-Regular.ttf) format("truetype")}@font-face{font-display:swap;font-family:Jost;font-style:normal;font-weight:700;src:url(/vendor/font/jost/Jost-Medium.ttf) format("truetype")}:root{--font-heading:"Cinzel","Georgia","Times New Roman",serif;--font-body:"Lato","Jost",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto",sans-serif}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:700;letter-spacing:.02em;line-height:1.2}body{font-family:var(--font-body);font-weight:400;line-height:1.6}.font-heading{font-family:var(--font-heading)}.font-body{font-family:var(--font-body)}body.page-news .article-sort-bar{background-color:#fff;border:1px solid #eee;border-radius:6px;margin-bottom:20px;padding:12px 16px}@media (max-width:768px){body.page-news .article-sort-bar{margin-bottom:15px;padding:10px 12px}}body.page-news .article-sort-bar .top-order-wrap{align-items:center;display:flex;flex-wrap:wrap;gap:15px;justify-content:space-between}@media (max-width:768px){body.page-news .article-sort-bar .top-order-wrap{align-items:center;flex-direction:row;gap:10px;justify-content:flex-end}}body.page-news .article-sort-bar .top-order-wrap .page-info{color:#666;font-size:14px;white-space:nowrap}@media (max-width:768px){body.page-news .article-sort-bar .top-order-wrap .page-info{display:none}}body.page-news .article-sort-bar .top-order-wrap .right{align-items:center;display:flex;flex-wrap:wrap;gap:15px}@media (max-width:768px){body.page-news .article-sort-bar .top-order-wrap .right{gap:10px;justify-content:flex-end;margin-left:auto}}body.page-news .article-sort-bar .top-order-wrap .right .order-item{align-items:center;display:inline-flex;flex-wrap:nowrap;gap:8px;white-space:nowrap}body.page-news .article-sort-bar .top-order-wrap .right .order-item .sort-label-text{color:#666;display:inline-block;font-size:14px;font-weight:500;line-height:1.5;margin:0;white-space:nowrap}@media (max-width:768px){body.page-news .article-sort-bar .top-order-wrap .right .order-item .sort-label-text{font-size:13px}}body.page-news .article-sort-bar .top-order-wrap .right .order-item .form-select{background-color:#fff;border:1px solid #ddd;border-radius:4px;cursor:pointer;display:inline-block;font-size:13px;height:auto;line-height:1.5;min-width:120px;padding:4px 30px 4px 12px;transition:all .3s ease;vertical-align:middle}@media (max-width:768px){body.page-news .article-sort-bar .top-order-wrap .right .order-item .form-select{font-size:12px;min-width:100px;padding:3px 25px 3px 10px}}body.page-news .article-sort-bar .top-order-wrap .right .order-item .form-select:hover{border-color:#e91e63}body.page-news .article-sort-bar .top-order-wrap .right .order-item .form-select:focus{border-color:#e91e63;box-shadow:0 0 0 .2rem rgba(233,30,99,.25);outline:0}body.page-news .newest-box .newest-item{background-color:#fff;border-bottom:1px solid #eee;display:flex;flex-direction:column;height:100%;margin-bottom:0;padding-bottom:0;transition:transform .3s ease,box-shadow .3s ease}@media (min-width:768px){body.page-news .newest-box .newest-item{border:1px solid #eee;border-radius:6px;margin-bottom:0;padding:5px}body.page-news .newest-box .newest-item:hover{box-shadow:0 4px 12px rgba(0,0,0,.1);transform:translateY(-2px)}}@media (max-width:767px){body.page-news .newest-box .newest-item{margin-bottom:20px;padding-bottom:20px}}body.page-news .newest-box .newest-item .item-img{border-radius:6px;margin-bottom:15px;overflow:hidden;transition:box-shadow .3s ease;width:100%}@media (max-width:768px){body.page-news .newest-box .newest-item .item-img{border-radius:4px;margin-bottom:12px}}body.page-news .newest-box .newest-item .item-img:hover{box-shadow:0 4px 12px rgba(0,0,0,.1)}body.page-news .newest-box .newest-item .item-img a{display:block;width:100%}body.page-news .newest-box .newest-item .item-img img{display:block;height:auto;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;transition:transform .3s ease;width:100%}body.page-news .newest-box .newest-item .item-content{display:flex;flex-direction:column}body.page-news .newest-box .newest-item .item-title{font-size:20px;font-weight:700;line-height:1.4;margin-bottom:12px}@media (max-width:768px){body.page-news .newest-box .newest-item .item-title{font-size:18px;margin-bottom:10px}}body.page-news .newest-box .newest-item .item-title a{color:#222;text-decoration:none;transition:color .3s ease}body.page-news .newest-box .newest-item .item-title a:hover{color:#e91e63}body.page-news .newest-box .newest-item .item-summary{color:#666;line-height:1.7;margin-bottom:12px}@media (min-width:768px){body.page-news .newest-box .newest-item .item-summary{font-size:15px}}@media (max-width:768px){body.page-news .newest-box .newest-item .item-summary{font-size:14px;margin-bottom:10px}}body.page-news .newest-box .newest-item .item-date{color:#999;font-size:13px;margin-top:auto}@media (max-width:768px){body.page-news .newest-box .newest-item .item-date{font-size:12px}}body.page-news .newest-box .newest-item .item-date i{margin-right:4px}.newes-tags{margin-bottom:12px}@media (max-width:768px){.newes-tags{margin-bottom:10px}}.newes-tags>div{display:flex;flex-wrap:wrap;gap:8px}@media (max-width:768px){.newes-tags>div{gap:6px}}.newes-tags a{background-color:#e5f0fe;border:1px solid #cad8ff;border-radius:4px;color:#444;display:inline-block;font-size:12px;padding:4px 10px;text-decoration:none;transition:all .3s}@media (max-width:768px){.newes-tags a{font-size:11px;padding:3px 8px}}.newes-tags a:hover{background-color:#e91e63;border-color:#e91e63;color:#fff}.newes-sidebar .search-box{margin-bottom:40px}.newes-sidebar .sidebar-item{margin-bottom:30px}.newes-sidebar .sidebar-item:last-child{margin-bottom:0}.newes-sidebar .sidebar-title{font-size:18px;font-weight:700;margin-bottom:6px}.newes-sidebar .sidebar-list ul{list-style:none;padding-left:0}.newes-sidebar .sidebar-list ul a{border-bottom:1px solid #eee;color:#333;display:block;font-size:16px;padding:10px 0;transition:all .3s}.newes-sidebar .sidebar-list ul a:hover{color:red}body.page-news-details .newest-box{border:1px solid #eee;border-radius:6px;padding:20px}@media (min-width:992px){body.page-news-details .newest-box{min-height:500px}}@media (max-width:768px){body.page-news-details .newest-box{margin-bottom:20px;padding:10px}}body.page-news-details .newest-box .newes-title{font-size:24px;margin-bottom:20px}@media (max-width:768px){body.page-news-details .newest-box .newes-title{font-size:20px;margin-bottom:10px}}body.page-news-details .newest-box .newes-top{color:#666;display:flex;margin-bottom:30px}body.page-news-details .newest-box .newes-top>div{margin-right:10px}@media (min-width:992px){body.page-news-details .newest-box .newes-top>div{margin-right:40px}}body.page-news-details .newest-box .newes-top>div i{color:#e91e63;margin-right:4px}body.page-news,body.page-news-details{background-color:#0a0a0a;color:#e5e5e5}body.page-news .article-sort-bar,body.page-news-details .article-sort-bar{background-color:#171717!important;border:1px solid #262626!important;border-radius:.375rem;margin-bottom:1.25rem;padding:.75rem 1rem}@media (max-width:768px){body.page-news .article-sort-bar,body.page-news-details .article-sort-bar{margin-bottom:.9375rem;padding:.625rem .75rem}}body.page-news .article-sort-bar .top-order-wrap .page-info,body.page-news .article-sort-bar .top-order-wrap .right .order-item .sort-label-text,body.page-news-details .article-sort-bar .top-order-wrap .page-info,body.page-news-details .article-sort-bar .top-order-wrap .right .order-item .sort-label-text{color:#a3a3a3!important}body.page-news .article-sort-bar .top-order-wrap .right .order-item .form-select,body.page-news-details .article-sort-bar .top-order-wrap .right .order-item .form-select{background-color:#262626!important;border-color:#262626!important;color:#fafafa!important}body.page-news .article-sort-bar .top-order-wrap .right .order-item .form-select:hover,body.page-news-details .article-sort-bar .top-order-wrap .right .order-item .form-select:hover{border-color:#eab308!important}body.page-news .article-sort-bar .top-order-wrap .right .order-item .form-select:focus,body.page-news-details .article-sort-bar .top-order-wrap .right .order-item .form-select:focus{background-color:#171717!important;border-color:#eab308!important;box-shadow:0 0 0 .2rem rgba(234,179,8,.25)!important;color:#fafafa!important}body.page-news .newest-box .newest-item,body.page-news-details .newest-box .newest-item{background-color:#171717!important;border-color:#262626!important;transition:all .3s ease-out}@media (max-width:767px){body.page-news .newest-box .newest-item,body.page-news-details .newest-box .newest-item{border-bottom-color:#262626!important}}@media (min-width:768px){body.page-news .newest-box .newest-item:hover,body.page-news-details .newest-box .newest-item:hover{border-color:#eab308!important;box-shadow:0 10px 15px -3px rgba(0,0,0,.5);transform:translateY(-2px)}}body.page-news .newest-box .newest-item .item-img:hover,body.page-news-details .newest-box .newest-item .item-img:hover{box-shadow:0 0 20px rgba(234,179,8,.3)}body.page-news .newest-box .newest-item .item-img img,body.page-news-details .newest-box .newest-item .item-img img{border-radius:.375rem}body.page-news .newest-box .newest-item .item-img:hover img,body.page-news-details .newest-box .newest-item .item-img:hover img{transform:scale(1.02)}body.page-news .newest-box .newest-item .item-title a,body.page-news-details .newest-box .newest-item .item-title a{color:#fafafa!important;transition:color .3s ease-out}body.page-news .newest-box .newest-item .item-title a:hover,body.page-news-details .newest-box .newest-item .item-title a:hover{color:#eab308!important}body.page-news .newest-box .newest-item .item-date,body.page-news .newest-box .newest-item .item-summary,body.page-news-details .newest-box .newest-item .item-date,body.page-news-details .newest-box .newest-item .item-summary{color:#a3a3a3!important}body.page-news .newest-box .newest-item .item-date i,body.page-news-details .newest-box .newest-item .item-date i{color:#eab308}body.page-news .newes-tags>div a,body.page-news-details .newes-tags>div a{background-color:#262626!important;border-color:#262626!important;color:#e5e5e5!important;transition:all .3s ease-out}body.page-news .newes-tags>div a:hover,body.page-news-details .newes-tags>div a:hover{background-color:#eab308!important;border-color:#eab308!important;box-shadow:0 1px 2px 0 rgba(0,0,0,.3);color:#0a0a0a!important;transform:translateY(-2px)}body.page-news .newes-sidebar .search-box,body.page-news-details .newes-sidebar .search-box{margin-bottom:2.5rem}body.page-news .newes-sidebar .search-box .form-control,body.page-news-details .newes-sidebar .search-box .form-control{background-color:#262626!important;border-color:#262626!important;color:#fafafa!important}body.page-news .newes-sidebar .search-box .form-control::-moz-placeholder,body.page-news-details .newes-sidebar .search-box .form-control::-moz-placeholder{color:#a3a3a3!important}body.page-news .newes-sidebar .search-box .form-control::placeholder,body.page-news-details .newes-sidebar .search-box .form-control::placeholder{color:#a3a3a3!important}body.page-news .newes-sidebar .search-box .form-control:focus,body.page-news-details .newes-sidebar .search-box .form-control:focus{background-color:#171717!important;border-color:#eab308!important;box-shadow:0 0 0 .2rem rgba(234,179,8,.25)!important;color:#fafafa!important}body.page-news .newes-sidebar .search-box .btn,body.page-news-details .newes-sidebar .search-box .btn{background-color:#eab308!important;border-color:#eab308!important;color:#0a0a0a!important}body.page-news .newes-sidebar .search-box .btn:hover,body.page-news-details .newes-sidebar .search-box .btn:hover{background-color:#ca8a04!important;border-color:#ca8a04!important}body.page-news .newes-sidebar .sidebar-item,body.page-news-details .newes-sidebar .sidebar-item{margin-bottom:1.875rem}body.page-news .newes-sidebar .sidebar-item:last-child,body.page-news-details .newes-sidebar .sidebar-item:last-child{margin-bottom:0}body.page-news .newes-sidebar .sidebar-title,body.page-news-details .newes-sidebar .sidebar-title{border-bottom:1px solid #262626;color:#fafafa!important;font-family:var(--font-heading);font-weight:700;margin-bottom:.75rem;padding-bottom:.5rem}body.page-news .newes-sidebar .sidebar-list ul,body.page-news-details .newes-sidebar .sidebar-list ul{list-style:none;padding-left:0}body.page-news .newes-sidebar .sidebar-list ul a,body.page-news-details .newes-sidebar .sidebar-list ul a{border-bottom-color:#262626!important;color:#e5e5e5!important;display:block;padding:.625rem 0;transition:all .3s ease-out}body.page-news .newes-sidebar .sidebar-list ul a:hover,body.page-news-details .newes-sidebar .sidebar-list ul a:hover{color:#eab308!important;padding-left:.5rem;transform:translateX(4px)}body.page-news .newes-sidebar .related-article-item,body.page-news-details .newes-sidebar .related-article-item{border-bottom:1px solid #262626;margin-bottom:1rem;padding-bottom:1rem}body.page-news .newes-sidebar .related-article-item:last-child,body.page-news-details .newes-sidebar .related-article-item:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}body.page-news .newes-sidebar .related-article-item .related-article-title a,body.page-news-details .newes-sidebar .related-article-item .related-article-title a{color:#fafafa!important;display:block;font-size:.9375rem;font-weight:600;line-height:1.5;margin-bottom:.5rem;transition:color .3s ease-out}body.page-news .newes-sidebar .related-article-item .related-article-title a:hover,body.page-news-details .newes-sidebar .related-article-item .related-article-title a:hover{color:#eab308!important}body.page-news .newes-sidebar .related-article-item .related-article-meta,body.page-news-details .newes-sidebar .related-article-item .related-article-meta{color:#a3a3a3!important;font-size:.8125rem;margin-bottom:.375rem}body.page-news .newes-sidebar .related-article-item .related-article-meta i,body.page-news-details .newes-sidebar .related-article-item .related-article-meta i{color:#eab308;margin-right:.25rem}body.page-news .newes-sidebar .related-article-item .related-article-summary,body.page-news-details .newes-sidebar .related-article-item .related-article-summary{color:#a3a3a3!important;font-size:.8125rem;line-height:1.6}body.page-news-details .newest-box{background-color:#171717!important;border-color:#262626!important;border-radius:.375rem;padding:1.25rem}@media (min-width:992px){body.page-news-details .newest-box{min-height:500px;padding:2rem}}@media (max-width:768px){body.page-news-details .newest-box{margin-bottom:1.25rem;padding:.625rem}}body.page-news-details .newest-box .newes-title{color:#fafafa!important;font-family:var(--font-heading);font-weight:700;line-height:1.4;margin-bottom:1.25rem}@media (max-width:768px){body.page-news-details .newest-box .newes-title{font-size:1.25rem;margin-bottom:.625rem}}body.page-news-details .newest-box .newes-top{color:#a3a3a3!important;flex-wrap:wrap;gap:.625rem;margin-bottom:1.875rem}body.page-news-details .newest-box .newes-top>div{margin-right:.625rem}@media (min-width:992px){body.page-news-details .newest-box .newes-top>div{margin-right:2.5rem}}body.page-news-details .newest-box .newes-top>div i{color:#eab308!important;margin-right:.25rem}body.page-news-details .newest-box .newes-top>div a{color:#a3a3a3!important;transition:color .3s ease-out}body.page-news-details .newest-box .newes-top>div a:hover{color:#eab308!important}body.page-news-details .newest-box .article-content,body.page-news-details .newest-box .newes-content{color:#e5e5e5!important;font-size:1rem;line-height:1.8}@media (max-width:768px){body.page-news-details .newest-box .article-content,body.page-news-details .newest-box .newes-content{font-size:.9375rem}}body.page-news-details .newest-box .article-content p,body.page-news-details .newest-box .newes-content p{color:#e5e5e5!important;margin-bottom:1rem}body.page-news-details .newest-box .article-content h1,body.page-news-details .newest-box .article-content h2,body.page-news-details .newest-box .article-content h3,body.page-news-details .newest-box .article-content h4,body.page-news-details .newest-box .article-content h5,body.page-news-details .newest-box .article-content h6,body.page-news-details .newest-box .newes-content h1,body.page-news-details .newest-box .newes-content h2,body.page-news-details .newest-box .newes-content h3,body.page-news-details .newest-box .newes-content h4,body.page-news-details .newest-box .newes-content h5,body.page-news-details .newest-box .newes-content h6{color:#fafafa!important;font-family:var(--font-heading);margin-bottom:1rem;margin-top:1.5rem}body.page-news-details .newest-box .article-content a,body.page-news-details .newest-box .newes-content a{color:#eab308!important;text-decoration:underline;transition:color .3s ease-out}body.page-news-details .newest-box .article-content a:hover,body.page-news-details .newest-box .newes-content a:hover{color:#fde047!important}body.page-news-details .newest-box .article-content img,body.page-news-details .newest-box .newes-content img{border:1px solid #262626;border-radius:.375rem;height:auto;margin:1rem 0;max-width:100%}body.page-news-details .newest-box .article-content ol,body.page-news-details .newest-box .article-content ul,body.page-news-details .newest-box .newes-content ol,body.page-news-details .newest-box .newes-content ul{color:#e5e5e5!important;margin-bottom:1rem;padding-left:1.5rem}body.page-news-details .newest-box .article-content ol li,body.page-news-details .newest-box .article-content ul li,body.page-news-details .newest-box .newes-content ol li,body.page-news-details .newest-box .newes-content ul li{color:#e5e5e5!important;margin-bottom:.5rem}body.page-news-details .newest-box .article-content blockquote,body.page-news-details .newest-box .newes-content blockquote{background-color:#262626;border-left:4px solid #eab308;border-radius:0 .375rem .375rem 0;color:#e5e5e5!important;margin:1.5rem 0;padding:1rem 1.5rem}body.page-news-details .newest-box .article-content code,body.page-news-details .newest-box .newes-content code{background-color:#262626;border-radius:.25rem;color:#eab308;font-size:.875em;padding:.125rem .375rem}body.page-news-details .newest-box .article-content pre,body.page-news-details .newest-box .newes-content pre{background-color:#262626;border:1px solid #262626;border-radius:.375rem;margin:1rem 0;overflow-x:auto;padding:1rem}body.page-news-details .newest-box .article-content pre code,body.page-news-details .newest-box .newes-content pre code{background-color:transparent;color:#e5e5e5;padding:0}body.page-news-details .newest-box .article-content table,body.page-news-details .newest-box .newes-content table{border-collapse:collapse;margin:1rem 0;width:100%}body.page-news-details .newest-box .article-content table td,body.page-news-details .newest-box .article-content table th,body.page-news-details .newest-box .newes-content table td,body.page-news-details .newest-box .newes-content table th{border:1px solid #262626;padding:.75rem;text-align:left}body.page-news-details .newest-box .article-content table th,body.page-news-details .newest-box .newes-content table th{background-color:#262626;color:#fafafa;font-weight:600}body.page-news-details .newest-box .article-content table td,body.page-news-details .newest-box .newes-content table td{background-color:#0a0a0a;color:#e5e5e5}.module-swiper .swiper-slide img{width:100%}.module-swiper .swiper-pagination .swiper-pagination-bullet{width:30px}.module-swiper .swiper-pagination .swiper-pagination-bullet-active{background:#e91e63!important}.product-grid-item{border:1px solid #e0e0e0;border-radius:6px;margin-bottom:16px;transition:box-shadow .3s ease-in-out,transform .3s ease-in-out}@media (min-width:992px){.product-grid-item{margin-bottom:30px;padding-bottom:0}.product-grid-item:hover{box-shadow:0 10px 25px rgba(0,0,0,.15);transform:translateY(-2px)}}.product-grid-item:hover{box-shadow:0 10px 25px rgba(0,0,0,.15)}.product-grid-item .product-element-top{background-color:#f8f8f8;border-radius:6px}.product-grid-item .product-element-top .product-image-link{padding-bottom:150%}.product-grid-item .product-element-top .product-image-link .product-image-container{background-color:#fff}.product-grid-item .product-element-top .product-image-link .product-main-image{transition:opacity .4s ease-in-out,transform .4s ease-in-out}.product-grid-item .product-element-top .product-image-link .hover-img{background-color:#fff;transition:opacity .4s ease-in-out}.product-grid-item .product-element-top .product-labels{gap:6px;left:10px;top:10px}.product-grid-item .product-element-top .product-labels.labels-rounded .product-label{border-radius:4px}.product-grid-item .product-element-top .product-labels .product-label{background-color:#e74c3c;box-shadow:0 2px 4px rgba(0,0,0,.1);box-sizing:border-box;color:#fff;font-size:11px;padding:3px 8px;vertical-align:top}@media (max-width:768px){.product-grid-item .product-element-top .product-labels .product-label{font-size:10px;padding:2px 6px}}.product-grid-item .product-element-top .product-labels .product-label.onsale{background-color:#e74c3c}.product-grid-item .product-element-top .discount-badge{left:10px!important;margin:0!important;pointer-events:none;right:auto!important;top:10px!important}.product-grid-item .product-element-top .discount-badge .badge{background-color:#e74c3c!important;border-radius:4px!important;box-shadow:0 2px 4px rgba(0,0,0,.1)!important;box-sizing:border-box!important;color:#fff!important;display:inline-block!important;font-size:11px!important;line-height:1.2!important;padding:3px 8px!important;vertical-align:top!important;white-space:nowrap}@media (max-width:768px){.product-grid-item .product-element-top .discount-badge .badge{font-size:10px!important;padding:2px 6px!important}}.product-grid-item .product-element-top:has(.product-labels) .discount-badge{left:66px!important}@media (max-width:768px){.product-grid-item .product-element-top:has(.product-labels) .discount-badge{left:60px!important}}.product-grid-item .product-element-top .wd-buttons{gap:8px;right:10px;top:10px;transition:opacity .3s ease-in-out}.product-grid-item .product-element-top .wd-buttons .wd-action-btn{background-color:#fff;box-shadow:0 2px 8px rgba(0,0,0,.15);height:36px;transition:all .3s ease-in-out;width:36px}@media (max-width:991px){.product-grid-item .product-element-top .wd-buttons .wd-action-btn{height:44px;min-height:44px;min-width:44px;width:44px}}.product-grid-item .product-element-top .wd-buttons .wd-action-btn:hover{background-color:#e91e63;box-shadow:0 4px 12px rgba(0,0,0,.2)}.product-grid-item .product-element-top .wd-buttons .wd-action-btn:hover a{color:#fff}.product-grid-item .product-element-top .wd-buttons .wd-action-btn a{color:#333;font-size:14px}@media (max-width:991px){.product-grid-item .product-element-top .wd-buttons .wd-action-btn a{min-height:44px;min-width:44px}}.product-grid-item .product-element-top .wd-buttons .wd-action-btn a span{display:none}.product-grid-item .product-element-top .wd-buttons .wd-action-btn a.add-wishlist i{color:#b00101;font-size:18px}@media (max-width:991px){.product-grid-item .product-element-top .wd-buttons .wd-action-btn a.add-wishlist i{font-size:20px}}.product-grid-item .product-element-top .wd-buttons .wd-action-btn a.add-wishlist[data-in-wishlist="1"] i{color:#e74c3c}.product-grid-item .product-element-top .wd-buttons .wd-action-btn a.btn-add-cart i{font-size:18px}@media (max-width:991px){.product-grid-item .product-element-top .wd-buttons .wd-action-btn a.btn-add-cart i{font-size:20px}}.product-grid-item .image{background-color:#f8f8f8;border-radius:6px;overflow:hidden;position:relative}.product-grid-item .image a{display:block;overflow:hidden;padding-bottom:150%;position:relative;width:100%}.product-grid-item .image a:before{align-items:center;background-color:#fff;content:"";display:flex;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%}.product-grid-item .image .product-main-image{display:block;transition:opacity .4s ease-in-out,transform .4s ease-in-out}.product-grid-item .image .product-hover-image,.product-grid-item .image .product-main-image{height:100%;left:0;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;position:absolute;top:0;width:100%}.product-grid-item .image .product-hover-image{opacity:0;transition:opacity .4s ease-in-out;z-index:2}.product-grid-item .image:has(.product-hover-image):hover .product-main-image{opacity:0}.product-grid-item .image:has(.product-hover-image):hover .product-hover-image{opacity:1}.product-grid-item .image .wishlist-container.add-wishlist{align-items:center;display:flex;justify-content:center;min-width:auto;padding:8px;width:auto}.product-grid-item .image .wishlist-container.add-wishlist i{font-size:18px;margin-right:0!important}.product-grid-item .image .cancel-favorite{align-items:center;background-color:#fff;border-radius:50%;box-shadow:2px 2px 10px rgba(0,0,0,.1);color:#b00101;cursor:pointer;display:flex;font-size:15px;height:36px;justify-content:center;position:absolute;right:5px;top:5px;width:36px;z-index:3}.product-grid-item .image .cancel-favorite:hover{background-color:#b00101;color:#fff}.product-grid-item .product-item-info{padding:0 10px 10px}.product-grid-item .product-item-info .product-name{color:#222;font-size:.875rem;margin-top:1rem;padding:0 5px}.product-grid-item .product-item-info .product-name a:hover{color:#e91e63;text-decoration:underline}.product-grid-item .product-item-info .product-bottom{overflow:hidden;position:relative}.product-grid-item .product-item-info .product-price{gap:8px;margin-bottom:.5rem;margin-top:.5rem}.product-grid-item .product-item-info .product-price .price{gap:8px}.product-grid-item .product-item-info .product-price .price-new{color:#e53e3e;font-size:1rem;font-weight:700}.product-grid-item .product-item-info .product-price .price-old{color:#768088;font-size:.9rem}.product-grid-item .product-item-info .product-price del .price-old{margin:0}.product-grid-item .product-item-info .product-price ins{text-decoration:none}.list{border-bottom:1px solid #eee;margin-bottom:1.4rem;padding-bottom:1.4rem}.list .image{transition:all .3s ease-in-out}.list .product-item-info{flex:0.2;padding-left:20px;padding-top:10px}.list .product-item-info .product-bottom,.list .product-item-info .sub-product-title{margin-bottom:20px;margin-top:10px}.list .product-item-info .add-wishlist{background-color:transparent!important;margin-bottom:20px;margin-top:10px;padding:6px 10px!important}.list .product-item-info .add-wishlist i{font-size:16px}.product-grid-item{background-color:#171717;border:1px solid #262626;border-radius:.75rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.4);overflow:hidden;transition:all .3s ease-out}.product-grid-item:hover{border-color:#eab308;box-shadow:0 20px 25px -5px rgba(0,0,0,.6),0 0 20px rgba(234,179,8,.3);transform:translateY(-4px)}.product-grid-item .product-element-top{background-color:#0a0a0a;border-radius:.75rem .75rem 0 0;overflow:visible;position:relative}.product-grid-item .product-element-top .product-image-link{display:block;overflow:hidden;padding-bottom:125%;position:relative;width:100%}.product-grid-item .product-element-top .product-image-link .product-image-container{align-items:center;background-color:#0a0a0a;display:flex;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%}.product-grid-item .product-element-top .product-image-link .product-main-image{display:block;height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;transition:opacity .5s ease-out,transform .7s ease-out;width:100%}.product-grid-item .product-element-top .product-image-link .hover-img{align-items:center;background-color:#0a0a0a;display:flex;height:100%;justify-content:center;left:0;opacity:0;position:absolute;top:0;transition:opacity .5s ease-out;width:100%;z-index:2}.product-grid-item .product-element-top .product-image-link .product-hover-image{height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;width:100%}.product-grid-item .product-element-top .product-image-link:hover .product-main-image{opacity:0}.product-grid-item .product-element-top .product-image-link:hover .hover-img{opacity:1}.product-grid-item .product-element-top .product-labels{align-items:flex-start;display:flex;flex-wrap:wrap;gap:.5rem;left:1rem;position:absolute;top:1rem;z-index:3}.product-grid-item .product-element-top .product-labels .product-label{background-color:#eab308;border-radius:0;box-shadow:0 1px 2px 0 rgba(0,0,0,.3);color:#0a0a0a;display:inline-block;font-size:.75rem;font-weight:700;letter-spacing:.05em;line-height:1.2;padding:.25rem .75rem;text-transform:uppercase}@media (max-width:768px){.product-grid-item .product-element-top .product-labels .product-label{font-size:.625rem;padding:.125rem .5rem}}.product-grid-item .product-element-top .product-labels .product-label.onsale{background-color:#eab308}.product-grid-item .product-element-top .product-labels .product-label.new{background-color:#262626;color:#fafafa}.product-grid-item .product-element-top .discount-badge{left:1rem!important;position:absolute!important;top:1rem!important;z-index:4}.product-grid-item .product-element-top .discount-badge .badge{background-color:#eab308!important;border-radius:0!important;color:#0a0a0a!important;font-size:.75rem!important;font-weight:700!important;letter-spacing:.05em;padding:.25rem .75rem!important;text-transform:uppercase}@media (max-width:768px){.product-grid-item .product-element-top .discount-badge .badge{font-size:.625rem!important;padding:.125rem .5rem!important}}.product-grid-item .product-element-top .wd-buttons{display:flex;flex-direction:column;gap:.5rem;opacity:0;pointer-events:none;position:absolute;right:1rem;top:1rem;transition:opacity .3s ease-out;z-index:3}@media (max-width:991px){.product-grid-item .product-element-top .wd-buttons{opacity:1}}.product-grid-item .product-element-top .wd-buttons .wd-action-btn{align-items:center;background-color:#262626;border:1px solid #262626;border-radius:50%;box-shadow:0 4px 6px -1px rgba(0,0,0,.4);cursor:pointer;display:flex;height:44px;justify-content:center;min-height:44px;min-width:44px;pointer-events:auto;transition:all .3s ease-out;width:44px}.product-grid-item .product-element-top .wd-buttons .wd-action-btn:hover{background-color:#eab308;border-color:#eab308;box-shadow:0 10px 15px -3px rgba(0,0,0,.5),0 0 20px rgba(234,179,8,.3);transform:scale(1.1)}.product-grid-item .product-element-top .wd-buttons .wd-action-btn:hover a{color:#0a0a0a}.product-grid-item .product-element-top .wd-buttons .wd-action-btn a{align-items:center;color:#e5e5e5;display:flex;font-size:.825rem;height:100%;justify-content:center;min-height:44px;min-width:44px;text-decoration:none;width:100%}.product-grid-item .product-element-top .wd-buttons .wd-action-btn a i{font-size:1.25rem;transition:color .3s ease-out}.product-grid-item .product-element-top .wd-buttons .wd-action-btn a.add-wishlist i{color:#f43f5e}.product-grid-item .product-element-top .wd-buttons .wd-action-btn a.add-wishlist i[data-in-wishlist="1"]{color:#ec4899}.product-grid-item .product-element-top .wd-buttons .wd-action-btn a.btn-add-cart i{color:#e5e5e5}.product-grid-item .product-element-top:hover .wd-buttons{opacity:1;pointer-events:auto}.product-grid-item .product-item-info{background-color:#171717;padding:1.5rem 1rem;text-align:center}.product-grid-item .product-item-info .product-name{-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;color:#fafafa;display:-webkit-box;font-size:.825rem;font-weight:700;line-height:1.4;margin-bottom:.5rem;margin-top:0;min-height:2.8em;overflow:hidden;padding:0 .5rem;text-overflow:ellipsis}.product-grid-item .product-item-info .product-name a{color:inherit;display:block;transition:color .3s ease-out}.product-grid-item .product-item-info .product-name a:hover{color:#eab308;text-decoration:none}.product-grid-item .product-item-info .product-rating{align-items:center;display:flex;font-size:.875rem;gap:.5rem;justify-content:center;margin-bottom:.5rem}.product-grid-item .product-item-info .product-rating .stars{color:#eab308}.product-grid-item .product-item-info .product-rating .stars .empty-star{color:#a3a3a3;opacity:.3}.product-grid-item .product-item-info .product-rating .review-count{color:#a3a3a3}.product-grid-item .product-item-info .product-price{margin-bottom:1rem;margin-top:1rem}.product-grid-item .product-item-info .product-price,.product-grid-item .product-item-info .product-price .price{align-items:center;display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center}.product-grid-item .product-item-info .product-price .price-new{color:#fafafa;font-family:var(--font-body);font-size:1.5rem;font-weight:300}.product-grid-item .product-item-info .product-price .price-old{color:#a3a3a3;font-size:1rem;text-decoration:line-through}@media (max-width:767px){.product-grid-item .product-item-info{padding:.75rem .5rem .5rem!important}.product-grid-item .product-item-info .product-name{font-size:.75rem!important;line-height:1.3!important;margin-bottom:.375rem!important;margin-top:0!important;min-height:2.34em!important;padding:0 .25rem!important}.product-grid-item .product-item-info .product-rating{font-size:.75rem!important;gap:.375rem!important;margin-bottom:.375rem!important}.product-grid-item .product-item-info .product-rating .stars{font-size:.75rem!important}.product-grid-item .product-item-info .product-rating .review-count{font-size:.6875rem!important}.product-grid-item .product-item-info .product-price{gap:.375rem!important;margin-bottom:.5rem!important;margin-top:.5rem!important}.product-grid-item .product-item-info .product-price .price{gap:.375rem!important}.product-grid-item .product-item-info .product-price .price-new{font-size:1rem!important;font-weight:600!important}.product-grid-item .product-item-info .product-price .price-old{font-size:.8125rem!important}}@media (max-width:575px){.product-grid-item .product-item-info{padding:.625rem .375rem .375rem!important}.product-grid-item .product-item-info .product-name{font-size:.6875rem!important;line-height:1.25!important;margin-bottom:.25rem!important;min-height:1.71875em!important}.product-grid-item .product-item-info .product-rating{font-size:.6875rem!important;gap:.25rem!important;margin-bottom:.25rem!important}.product-grid-item .product-item-info .product-rating .review-count{font-size:.625rem!important}.product-grid-item .product-item-info .product-price{gap:.25rem!important;margin-bottom:.375rem!important;margin-top:.375rem!important}.product-grid-item .product-item-info .product-price .price{gap:.25rem!important}.product-grid-item .product-item-info .product-price .price-new{font-size:.9375rem!important}.product-grid-item .product-item-info .product-price .price-old{font-size:.75rem!important}}.product-grid-item .product-item-info .btn-add-to-cart{background-color:#262626;border:1px solid #262626;border-radius:0;color:#fafafa;cursor:pointer;font-size:.875rem;font-weight:600;letter-spacing:.05em;padding:.75rem 1.5rem;text-transform:uppercase;transition:all .3s ease-out;width:100%}.product-grid-item .product-item-info .btn-add-to-cart:hover{background-color:#eab308;border-color:#eab308;box-shadow:0 0 20px rgba(234,179,8,.3);color:#0a0a0a;transform:translateY(-2px)}.image{background-color:#0a0a0a;border-radius:.75rem}.image,.image a{overflow:hidden;position:relative}.image a{display:block;padding-bottom:125%;width:100%}.image a:before{align-items:center;background-color:#0a0a0a;content:"";display:flex;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%}.image .product-hover-image,.image .product-main-image{height:100%;left:0;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;position:absolute;top:0;transition:opacity .5s ease-out;width:100%}.image .product-hover-image{opacity:0;z-index:2}.image:has(.product-hover-image):hover .product-main-image{opacity:0}.image:has(.product-hover-image):hover .product-hover-image{opacity:1}.image .wishlist-container.add-wishlist{align-items:center;display:flex;justify-content:center;min-width:auto;padding:.5rem;width:auto}.image .wishlist-container.add-wishlist i{color:#f43f5e;font-size:.825rem;margin-right:0!important}.image .cancel-favorite{align-items:center;background-color:#262626;border:1px solid #262626;border-radius:50%;box-shadow:0 4px 6px -1px rgba(0,0,0,.4);color:#f43f5e;cursor:pointer;display:flex;font-size:1rem;height:44px;justify-content:center;position:absolute;right:.5rem;top:.5rem;transition:all .3s ease-out;width:44px;z-index:3}.image .cancel-favorite:hover{background-color:#f43f5e;color:#0a0a0a;transform:scale(1.1)}.list{background-color:#171717;border-bottom:1px solid #262626;border-radius:.75rem;display:flex;flex-wrap:wrap;margin-bottom:1.5rem;padding:1.5rem;transition:all .3s ease-out}.list:hover{box-shadow:0 10px 15px -3px rgba(0,0,0,.5);transform:translateX(4px)}.list .image{border-radius:.5rem;flex:0 0 200px;margin-bottom:0;overflow:hidden;transition:all .3s ease-out}.list .product-item-info{flex:1;padding-left:1.5rem;padding-top:0;text-align:left}.list .product-item-info .product-name{color:#fafafa;margin-bottom:1rem;margin-top:0}.list .product-item-info .product-name a:hover{color:#eab308}.list .product-item-info .product-price{justify-content:flex-start;margin-bottom:1rem;margin-top:.5rem;text-align:left}.list .product-item-info .product-price .price-old{margin-left:0}.list .product-item-info .add-wishlist{align-items:center;background-color:#262626!important;border:1px solid #262626;border-radius:0;color:#e5e5e5;display:inline-flex;justify-content:center;margin-bottom:0;margin-top:.5rem;max-width:none;padding:.5rem 1rem!important;transition:all .3s ease-out;width:auto}.list .product-item-info .add-wishlist:hover{background-color:#eab308!important;border-color:#eab308;color:#0a0a0a!important}.list .product-item-info .add-wishlist i{font-size:1rem;margin-right:0!important}.module-product-tab .nav-tabs{border:none;display:flex;justify-content:center;margin-bottom:20px;margin-top:-6px}@media (min-width:992px){.module-product-tab .nav-tabs{margin-bottom:40px}}.module-product-tab .nav-tabs .nav-link{border:none!important;border-radius:50px;color:#7e7e7e;font-size:12px;font-weight:700;margin:0}@media (min-width:992px){.module-product-tab .nav-tabs .nav-link{font-size:14px;margin:0 10px}}.module-product-tab .nav-tabs .nav-link:hover{background-color:#ffebf2}.module-product-tab .nav-tabs .nav-link.active{background-color:#ffebf2;color:#e91e63}.blog-item{background-color:#fff;display:flex;flex-direction:column;height:100%;margin-bottom:0;transition:transform .3s ease,box-shadow .3s ease}@media (min-width:768px){.blog-item{border:1px solid #eee;border-radius:6px;margin-bottom:0;padding:5px}.blog-item:hover{box-shadow:0 4px 12px rgba(0,0,0,.1);transform:translateY(-2px)}}@media (max-width:767px){.blog-item{margin-bottom:20px;padding-bottom:20px}}.blog-item .item-img{border-radius:6px;margin-bottom:15px;transition:box-shadow .3s ease}@media (max-width:768px){.blog-item .item-img{border-radius:4px;margin-bottom:12px}}.blog-item .item-img:hover{box-shadow:0 4px 12px rgba(0,0,0,.1)}.blog-item .item-img img{transition:transform .3s ease}.blog-item .item-title{font-size:20px;margin-bottom:12px}@media (max-width:768px){.blog-item .item-title{font-size:18px;margin-bottom:10px}}.blog-item .item-title a{color:#222;transition:color .3s ease}.blog-item .item-title a:hover{color:#e91e63}.blog-item .newes-tags{margin-bottom:12px}@media (max-width:768px){.blog-item .newes-tags{margin-bottom:10px}}.blog-item .newes-tags>div{gap:8px}@media (max-width:768px){.blog-item .newes-tags>div{gap:6px}}.blog-item .newes-tags a{background-color:#e5f0fe;border:1px solid #cad8ff;border-radius:4px;color:#444;font-size:12px;padding:4px 10px;transition:all .3s}@media (max-width:768px){.blog-item .newes-tags a{font-size:11px;padding:3px 8px}}.blog-item .newes-tags a:hover{background-color:#e91e63;border-color:#e91e63;color:#fff}.blog-item .item-summary{color:#666;margin-bottom:12px}@media (min-width:768px){.blog-item .item-summary{font-size:15px}}@media (max-width:768px){.blog-item .item-summary{font-size:14px;margin-bottom:10px}}.blog-item .item-date{color:#999;font-size:13px}@media (max-width:768px){.blog-item .item-date{font-size:12px}}.blog-item .item-date i{margin-right:4px}.blog-item{background-color:#171717!important;border-color:#262626!important;color:#e5e5e5;transition:all .3s ease-out}@media (min-width:768px){.blog-item{border:1px solid #262626!important;border-radius:.375rem;margin-bottom:0;padding:.3125rem}.blog-item:hover{border-color:#eab308!important;box-shadow:0 10px 15px -3px rgba(0,0,0,.5);transform:translateY(-2px)}}@media (max-width:767px){.blog-item{border-bottom:1px solid #262626;margin-bottom:1.25rem;padding-bottom:1.25rem}}.blog-item .item-img{background-color:#262626;border:1px solid #262626;border-radius:.375rem;margin-bottom:.9375rem;overflow:hidden;transition:box-shadow .3s ease-out;width:100%}@media (max-width:768px){.blog-item .item-img{border-radius:.25rem;margin-bottom:.75rem}}.blog-item .item-img:hover{box-shadow:0 0 20px rgba(234,179,8,.3)}.blog-item .item-img a{display:block;transition:opacity .3s ease-out;width:100%}.blog-item .item-img a:hover{opacity:.9}.blog-item .item-img img{border-radius:.375rem;display:block;height:auto;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;transition:transform .3s ease-out;width:100%}.blog-item .item-img:hover img{transform:scale(1.02)}.blog-item .item-content{background-color:transparent;display:flex;flex:1;flex-direction:column;padding:.5rem}.blog-item .item-title{font-family:var(--font-heading);font-size:1.25rem;font-weight:700;line-height:1.4;margin-bottom:.75rem}@media (max-width:768px){.blog-item .item-title{font-size:.825rem;margin-bottom:.625rem}}.blog-item .item-title a{color:#fafafa!important;display:block;text-decoration:none;transition:color .3s ease-out}.blog-item .item-title a:hover{color:#eab308!important;text-decoration:none}.blog-item .newes-tags{margin-bottom:.75rem}@media (max-width:768px){.blog-item .newes-tags{margin-bottom:.625rem}}.blog-item .newes-tags>div{display:flex;flex-wrap:wrap;gap:.5rem}@media (max-width:768px){.blog-item .newes-tags>div{gap:.375rem}}.blog-item .newes-tags a{background-color:#262626!important;border:1px solid #262626!important;border-radius:.25rem;color:#e5e5e5!important;display:inline-block;font-size:.75rem;font-weight:500;padding:.25rem .625rem;text-decoration:none;transition:all .3s ease-out}@media (max-width:768px){.blog-item .newes-tags a{font-size:.6875rem;padding:.1875rem .5rem}}.blog-item .newes-tags a:hover{background-color:#eab308!important;border-color:#eab308!important;box-shadow:0 1px 2px 0 rgba(0,0,0,.3);color:#0a0a0a!important;transform:translateY(-2px)}.blog-item .item-summary{color:#a3a3a3!important;flex:1;line-height:1.7;margin-bottom:.75rem}@media (min-width:768px){.blog-item .item-summary{font-size:.9375rem}}@media (max-width:768px){.blog-item .item-summary{font-size:.875rem;margin-bottom:.625rem}}.blog-item .item-date{align-items:center;color:#a3a3a3!important;display:flex;font-size:.8125rem;margin-top:auto}@media (max-width:768px){.blog-item .item-date{font-size:.75rem}}.blog-item .item-date i{color:#eab308;margin-right:.25rem}body.page-news .newest-box .newest-item{background-color:#171717!important;border-color:#262626!important;transition:all .3s ease-out}@media (max-width:767px){body.page-news .newest-box .newest-item{border-bottom-color:#262626!important}}@media (min-width:768px){body.page-news .newest-box .newest-item:hover{border-color:#eab308!important;box-shadow:0 10px 15px -3px rgba(0,0,0,.5);transform:translateY(-2px)}}body.page-news .newest-box .newest-item .item-img:hover{box-shadow:0 0 20px rgba(234,179,8,.3)}body.page-news .newest-box .newest-item .item-img img{border-radius:.375rem}body.page-news .newest-box .newest-item .item-img:hover img{transform:scale(1.02)}body.page-news .newest-box .newest-item .item-title a{color:#fafafa!important;transition:color .3s ease-out}body.page-news .newest-box .newest-item .item-title a:hover{color:#eab308!important}body.page-news .newest-box .newest-item .item-date,body.page-news .newest-box .newest-item .item-summary{color:#a3a3a3!important}body.page-news .newest-box .newest-item .item-date i{color:#eab308}.article-grid .article-item,.article-grid .blog-item,.article-grid .newest-item,.blog-grid .article-item,.blog-grid .blog-item,.blog-grid .newest-item,.news-grid .article-item,.news-grid .blog-item,.news-grid .newest-item{background-color:#171717!important;border-color:#262626!important}.article-grid .article-item:hover,.article-grid .blog-item:hover,.article-grid .newest-item:hover,.blog-grid .article-item:hover,.blog-grid .blog-item:hover,.blog-grid .newest-item:hover,.news-grid .article-item:hover,.news-grid .blog-item:hover,.news-grid .newest-item:hover{border-color:#eab308!important;box-shadow:0 10px 15px -3px rgba(0,0,0,.5)}.article-item .item-img,.blog-item .item-img,.newest-item .item-img{background-color:#262626;border:1px solid #262626;overflow:hidden}.article-item .item-img img,.blog-item .item-img img,.newest-item .item-img img{background-color:#171717}.article-item .item-title a,.blog-item .item-title a,.newest-item .item-title a{color:#fafafa!important}.article-item .item-title a:hover,.blog-item .item-title a:hover,.newest-item .item-title a:hover{color:#eab308!important}.article-item .item-title a:visited,.blog-item .item-title a:visited,.newest-item .item-title a:visited{color:#e5e5e5!important}.article-item .item-title a:visited:hover,.blog-item .item-title a:visited:hover,.newest-item .item-title a:visited:hover{color:#eab308!important}.article-item .item-excerpt,.article-item .item-summary,.blog-item .item-excerpt,.blog-item .item-summary,.newest-item .item-excerpt,.newest-item .item-summary{color:#a3a3a3!important;line-height:1.7}.article-item .item-date,.article-item .item-meta,.blog-item .item-date,.blog-item .item-meta,.newest-item .item-date,.newest-item .item-meta{color:#a3a3a3!important}.article-item .item-date .icon,.article-item .item-date i,.article-item .item-meta .icon,.article-item .item-meta i,.blog-item .item-date .icon,.blog-item .item-date i,.blog-item .item-meta .icon,.blog-item .item-meta i,.newest-item .item-date .icon,.newest-item .item-date i,.newest-item .item-meta .icon,.newest-item .item-meta i{color:#eab308}.article-item .item-date a,.article-item .item-meta a,.blog-item .item-date a,.blog-item .item-meta a,.newest-item .item-date a,.newest-item .item-meta a{color:#a3a3a3!important;transition:color .3s ease-out}.article-item .item-date a:hover,.article-item .item-meta a:hover,.blog-item .item-date a:hover,.blog-item .item-meta a:hover,.newest-item .item-date a:hover,.newest-item .item-meta a:hover{color:#eab308!important}.article-item .item-link,.article-item .read-more,.blog-item .item-link,.blog-item .read-more,.newest-item .item-link,.newest-item .read-more{color:#eab308!important;font-weight:600;text-decoration:none;transition:all .3s ease-out}.article-item .item-link:hover,.article-item .read-more:hover,.blog-item .item-link:hover,.blog-item .read-more:hover,.newest-item .item-link:hover,.newest-item .read-more:hover{color:#fde047!important;text-decoration:underline}body.page-login{margin-bottom:0!important}.login-register-box{background-color:#f3f3f3;margin:30px auto;max-width:540px;padding:16px}@media (min-width:992px){.login-register-box{margin:70px auto;padding:36px}}.login-register-box.iframe{margin:10px 0 0}.login-register-box .login-title{font-size:24px;margin-bottom:20px;text-align:center}.login-register-box .login-sub-title{color:#666;font-size:16px;margin-bottom:30px;text-align:center}.login-register-box .form-group input{border:none;border-radius:0;font-size:15px;height:44px}.login-register-box .btn-submit{margin-top:30px}@media (min-width:400px){.login-register-box .btn-submit{align-items:center;display:flex;justify-content:space-between}}.login-register-box .btn-submit .form-submit{display:block;width:50%}.login-register-box .btn-submit a{color:#222;display:block;font-weight:700}body.page-login{background-color:#0a0a0a!important;color:#fafafa!important}.login-register-box{background-color:#171717!important;border:1px solid #262626!important;border-radius:.5rem;box-shadow:0 20px 25px -5px rgba(0,0,0,.6);color:#fafafa!important;transition:all .3s ease-out}@media (min-width:992px){.login-register-box{border-radius:.75rem;box-shadow:0 20px 25px -5px rgba(0,0,0,.6),0 0 20px rgba(234,179,8,.3)}}.login-register-box .login-title{color:#fafafa!important;font-family:var(--font-heading);font-weight:700;margin-bottom:1.25rem}@media (min-width:992px){.login-register-box .login-title{font-size:1.75rem}}.login-register-box .login-sub-title{color:#a3a3a3!important;font-size:.9375rem;line-height:1.6;margin-bottom:1.875rem}@media (min-width:992px){.login-register-box .login-sub-title{font-size:1rem;margin-bottom:2.25rem}}.login-register-box .form-group{margin-bottom:1.5rem}.login-register-box .form-group input.form-control{background-color:#262626!important;border:1px solid #262626!important;border-radius:.375rem;color:#fafafa!important;font-size:.9375rem;height:2.75rem;padding:.625rem 1rem;transition:all .3s ease-out}.login-register-box .form-group input.form-control::-moz-placeholder{color:#a3a3a3!important;opacity:.7}.login-register-box .form-group input.form-control::placeholder{color:#a3a3a3!important;opacity:.7}.login-register-box .form-group input.form-control:focus{background-color:#171717!important;border-color:#eab308!important;box-shadow:0 0 0 .2rem rgba(234,179,8,.25)!important;color:#fafafa!important;outline:none}.login-register-box .form-group input.form-control.is-invalid{border-color:#f43f5e!important}.login-register-box .form-group input.form-control.is-invalid:focus{box-shadow:0 0 0 .2rem rgba(244,63,94,.25)!important}.login-register-box .form-group .invalid-feedback{color:#f43f5e!important;font-size:.8125rem;margin-top:.5rem}.login-register-box .btn-submit{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin-top:1.875rem}@media (max-width:399px){.login-register-box .btn-submit{align-items:stretch;flex-direction:column}}.login-register-box .btn-submit .btn-primary,.login-register-box .btn-submit .form-submit,.login-register-box .btn-submit button.btn-primary{background-color:#eab308!important;border-color:#eab308!important;border-radius:.375rem;color:#0a0a0a!important;font-size:.9375rem;font-weight:600;letter-spacing:.05em;padding:.75rem 2rem;text-transform:uppercase;transition:all .3s ease-out}@media (max-width:399px){.login-register-box .btn-submit .btn-primary,.login-register-box .btn-submit .form-submit,.login-register-box .btn-submit button.btn-primary{width:100%}}.login-register-box .btn-submit .btn-primary:focus,.login-register-box .btn-submit .btn-primary:hover,.login-register-box .btn-submit .form-submit:focus,.login-register-box .btn-submit .form-submit:hover,.login-register-box .btn-submit button.btn-primary:focus,.login-register-box .btn-submit button.btn-primary:hover{background-color:#ca8a04!important;border-color:#ca8a04!important;box-shadow:0 0 20px rgba(234,179,8,.3);color:#0a0a0a!important;transform:translateY(-2px)}.login-register-box .btn-submit .btn-primary:active,.login-register-box .btn-submit .form-submit:active,.login-register-box .btn-submit button.btn-primary:active{transform:translateY(0)}.login-register-box .btn-submit a{align-items:center;color:#e5e5e5!important;display:flex;font-size:.9375rem;font-weight:500;gap:.5rem;text-decoration:none;transition:color .3s ease-out}@media (max-width:399px){.login-register-box .btn-submit a{justify-content:center}}.login-register-box .btn-submit a i{color:#eab308;font-size:1rem;transition:transform .3s ease-out}.login-register-box .btn-submit a:hover{color:#eab308!important;text-decoration:none}.login-register-box .btn-submit a:hover i{transform:translate(2px,-2px)}.login-register-box a.text-secondary{align-items:center;color:#a3a3a3!important;display:inline-flex;font-size:.875rem;gap:.375rem;margin-bottom:1rem;margin-top:-.5rem;text-decoration:none;transition:color .3s ease-out}.login-register-box a.text-secondary i{color:#eab308;font-size:.875rem}.login-register-box a.text-secondary:hover{color:#eab308!important;text-decoration:none}.login-register-box a.text-secondary:hover i{animation:pulse 1s ease-in-out infinite}.account-social{border-top:1px solid #262626;margin-top:2rem;padding-top:2rem}.account-social .social-title{color:#a3a3a3!important;font-size:.875rem;margin-bottom:1rem;text-align:center}.account-social .social-buttons{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}.account-social .social-buttons a{align-items:center;background-color:#262626!important;border:1px solid #262626!important;border-radius:.375rem;color:#e5e5e5!important;display:inline-flex;font-size:.875rem;font-weight:500;gap:.5rem;padding:.625rem 1.25rem;text-decoration:none;transition:all .3s ease-out}.account-social .social-buttons a:hover{background-color:#171717!important;border-color:#eab308!important;box-shadow:0 1px 2px 0 rgba(0,0,0,.3);color:#eab308!important;transform:translateY(-2px)}.breadcrumb-wrap{background-image:url(/images/icons/breadcrumb-bg.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;margin-bottom:14px}@media (min-width:768px){.breadcrumb-wrap{margin-bottom:30px;padding:20px 0}}.breadcrumb-wrap .breadcrumb{align-items:center;display:flex;justify-content:flex-start;margin-bottom:0}.breadcrumb-wrap .breadcrumb li{align-items:center;display:flex;font-size:14px;line-height:1;text-transform:uppercase}.breadcrumb-wrap .breadcrumb li a{color:#333;text-decoration:none}.breadcrumb-wrap .breadcrumb li .home-icon{margin-right:4px}.breadcrumb-wrap .breadcrumb li:not(:last-child){margin-right:10px}.breadcrumb-wrap .breadcrumb li:not(:last-child):after{content:">";margin:0 10px}.theme-dark .enhanced-breadcrumb-wrap{backdrop-filter:blur(10px)!important;-webkit-backdrop-filter:blur(10px)!important;background:linear-gradient(135deg,#171717,#0a0a0a)!important;background-image:none!important;border-bottom:1px solid #262626!important;box-shadow:0 2px 8px rgba(0,0,0,.3)!important;margin-bottom:0!important;margin-top:0!important;padding:.5rem 0!important}@media (min-width:768px){.theme-dark .enhanced-breadcrumb-wrap{padding:.625rem 0!important}}.theme-dark .enhanced-breadcrumb{list-style:none!important;margin:0!important;padding:0!important}.theme-dark .enhanced-breadcrumb-item{color:#e5e5e5!important}.theme-dark .enhanced-breadcrumb-item .breadcrumb-link{backdrop-filter:blur(10px)!important;-webkit-backdrop-filter:blur(10px)!important;background:hsla(0,0%,100%,.05)!important;border:1px solid #262626!important;color:#e5e5e5!important;transition:all .3s ease-out!important}.theme-dark .enhanced-breadcrumb-item .breadcrumb-link:hover{background:rgba(234,179,8,.1)!important;border-color:#eab308!important;box-shadow:0 4px 12px rgba(234,179,8,.2)!important;color:#eab308!important;transform:translateY(-2px)!important}.theme-dark .enhanced-breadcrumb-item.active .breadcrumb-current{background:rgba(234,179,8,.15)!important;border:1px solid #eab308!important;box-shadow:0 2px 8px rgba(234,179,8,.3)!important;color:#eab308!important;font-weight:600!important}.theme-dark .enhanced-breadcrumb-item .breadcrumb-current{background:hsla(0,0%,100%,.08)!important;border:1px solid #262626!important;box-shadow:0 2px 4px rgba(0,0,0,.2)!important;color:#fafafa!important}.theme-dark .breadcrumb-icon{color:inherit!important;opacity:.9!important}.breadcrumb-current .theme-dark .breadcrumb-icon,.breadcrumb-link:hover .theme-dark .breadcrumb-icon{color:inherit!important;opacity:1!important}.theme-dark .breadcrumb-text{color:inherit!important}.theme-dark .breadcrumb-separator{color:#a3a3a3!important;opacity:.7!important;transition:opacity .3s ease-out!important}.theme-dark .breadcrumb-separator[data-has-siblings=true]{cursor:pointer!important}.theme-dark .breadcrumb-separator[data-has-siblings=true]:hover{color:#eab308!important;opacity:1!important}.theme-dark .breadcrumb-separator i{color:inherit!important}.theme-dark .breadcrumb-dropdown{background:#171717!important;border:1px solid #262626!important;box-shadow:0 8px 24px rgba(0,0,0,.5),0 4px 12px rgba(0,0,0,.3)!important}.theme-dark .breadcrumb-dropdown .breadcrumb-dropdown-item{color:#e5e5e5!important;transition:all .3s ease-out!important}.theme-dark .breadcrumb-dropdown .breadcrumb-dropdown-item:hover{background-color:#262626!important;color:#eab308!important}.theme-dark .breadcrumb-dropdown::-webkit-scrollbar{width:6px!important}.theme-dark .breadcrumb-dropdown::-webkit-scrollbar-track{background:#262626!important;border-radius:3px!important}.theme-dark .breadcrumb-dropdown::-webkit-scrollbar-thumb{background:#404040!important;border-radius:3px!important}.theme-dark .breadcrumb-dropdown::-webkit-scrollbar-thumb:hover{background:#a3a3a3!important}.theme-dark .breadcrumb-filter-btn .btn{background-color:transparent!important;border-color:#262626!important;color:#e5e5e5!important;transition:all .3s ease-out!important}.theme-dark .breadcrumb-filter-btn .btn:hover{background-color:rgba(234,179,8,.1)!important;border-color:#eab308!important;box-shadow:0 4px 12px rgba(234,179,8,.2)!important;color:#eab308!important;transform:translateY(-2px)!important}.theme-dark .breadcrumb-filter-btn .btn i{color:inherit!important}.theme-dark .breadcrumb-filter-btn .btn-outline-primary{border-color:#262626!important;color:#e5e5e5!important}.theme-dark .breadcrumb-filter-btn .btn-outline-primary:hover{background-color:rgba(234,179,8,.1)!important;border-color:#eab308!important;color:#eab308!important}@media (max-width:767px){.theme-dark .enhanced-breadcrumb-wrap{padding:.375rem 0!important}.theme-dark .breadcrumb-current,.theme-dark .breadcrumb-link{font-size:.75rem!important;padding:.25rem .5rem!important}.theme-dark .breadcrumb-text{font-size:.75rem!important}.theme-dark .breadcrumb-icon{font-size:.875rem!important;margin-right:.25rem!important}.theme-dark .breadcrumb-separator{font-size:.75rem!important;padding:0 .125rem!important}}.theme-dark #age-warning-modal.modal{z-index:99999999!important}.theme-dark #age-warning-modal .modal-content{backdrop-filter:blur(20px)!important;-webkit-backdrop-filter:blur(20px)!important;background-color:#171717!important;border:1px solid #262626!important;border-radius:.5rem!important;box-shadow:0 10px 40px rgba(0,0,0,.6),0 4px 12px rgba(0,0,0,.4)!important;overflow:hidden!important}.theme-dark #age-warning-modal .modal-body{background-color:transparent!important;color:#e5e5e5!important;max-height:90vh!important;overflow-y:auto!important;padding:2rem 1.5rem!important}.theme-dark #age-warning-modal .age-warning-logo{filter:brightness(.95)!important;height:auto!important;margin-bottom:1.5rem!important;max-width:100%!important}.theme-dark #age-warning-modal .age-warning-title{color:#fafafa!important;font-family:var(--font-heading)!important;font-size:1.5rem!important;font-weight:700!important;line-height:1.4!important;margin-bottom:1.5rem!important}.theme-dark #age-warning-modal .age-warning-content{color:#e5e5e5!important;font-size:.95rem!important;line-height:1.6!important;margin-bottom:2rem!important}.theme-dark #age-warning-modal .age-warning-content div,.theme-dark #age-warning-modal .age-warning-content p,.theme-dark #age-warning-modal .age-warning-content span{color:#e5e5e5!important}.theme-dark #age-warning-modal .age-warning-content a{color:#eab308!important;text-decoration:none!important;transition:color .3s ease-out!important}.theme-dark #age-warning-modal .age-warning-content a:hover{color:#fde047!important;text-decoration:underline!important}.theme-dark #age-warning-modal .age-warning-content b,.theme-dark #age-warning-modal .age-warning-content strong{color:#fafafa!important;font-weight:600!important}.theme-dark #age-warning-modal .btn-action{border:none!important;border-radius:.375rem!important;font-size:.9375rem!important;font-weight:600!important;letter-spacing:.05em!important;min-width:120px!important;padding:.6rem 1rem!important;text-transform:uppercase!important;transition:all .3s ease-out!important}.theme-dark #age-warning-modal .btn-accept{background-color:#eab308!important;border:none!important;box-shadow:0 2px 8px rgba(234,179,8,.3)!important;color:#0a0a0a!important}.theme-dark #age-warning-modal .btn-accept:focus,.theme-dark #age-warning-modal .btn-accept:hover{background-color:#ca8a04!important;box-shadow:0 4px 12px rgba(234,179,8,.4)!important;color:#0a0a0a!important;transform:translateY(-2px)!important}.theme-dark #age-warning-modal .btn-accept:active{background-color:#ca8a04!important;transform:translateY(0)!important}.theme-dark #age-warning-modal .btn-reject{background-color:#262626!important;border:1px solid #262626!important;box-shadow:0 2px 4px rgba(0,0,0,.2)!important;color:#e5e5e5!important}.theme-dark #age-warning-modal .btn-reject:focus,.theme-dark #age-warning-modal .btn-reject:hover{background-color:#1f1f1f!important;border-color:#404040!important;box-shadow:0 4px 8px rgba(0,0,0,.3)!important;color:#fafafa!important;transform:translateY(-2px)!important}.theme-dark #age-warning-modal .btn-reject:active{background-color:#1f1f1f!important;transform:translateY(0)!important}.theme-dark #age-warning-modal .remember-box{color:#a3a3a3!important;font-size:.85rem!important;margin-top:1.5rem!important}.theme-dark #age-warning-modal .remember-box label{color:#e5e5e5!important;cursor:pointer!important;-webkit-user-select:none!important;-moz-user-select:none!important;user-select:none!important}.theme-dark #age-warning-modal .remember-box label:hover{color:#fafafa!important}.theme-dark #age-warning-modal .remember-box input[type=checkbox]{accent-color:#eab308!important;background-color:#262626!important;border:1px solid #262626!important;border-radius:.25rem!important;cursor:pointer!important;height:1.125rem!important;width:1.125rem!important}.theme-dark #age-warning-modal .remember-box input[type=checkbox]:checked{background-color:#eab308!important;border-color:#eab308!important}.theme-dark #age-warning-modal .remember-box input[type=checkbox]:focus{outline:2px solid #eab308!important;outline-offset:2px!important}.theme-dark #age-warning-modal .policy-link{border-bottom:1px solid transparent!important;color:#a3a3a3!important;display:inline-block!important;font-size:.8rem!important;margin-top:1rem!important;text-decoration:none!important;transition:color .3s ease-out!important}.theme-dark #age-warning-modal .policy-link:focus,.theme-dark #age-warning-modal .policy-link:hover{border-bottom-color:#eab308!important;color:#eab308!important}.theme-dark .modal-backdrop.age-warning-backdrop{backdrop-filter:blur(4px)!important;-webkit-backdrop-filter:blur(4px)!important;background-color:rgba(0,0,0,.85)!important;z-index:99999998!important}@media (max-width:576px){.theme-dark #age-warning-modal .modal-dialog{margin:.5rem!important}.theme-dark #age-warning-modal .modal-body{padding:1.5rem 1rem!important}.theme-dark #age-warning-modal .age-warning-title{font-size:1.25rem!important}.theme-dark #age-warning-modal .btn-action{flex:1!important;font-size:.875rem!important;min-width:auto!important;padding:.5rem .75rem!important}.theme-dark #age-warning-modal .age-warning-content{font-size:.875rem!important;margin-bottom:1.5rem!important}}.account-card-box{border:1px solid #ecf0f4;padding:16px}@media (min-width:992px){.account-card-box{min-height:621px}}@media (min-width:768px){.account-card-box{padding:30px}}.account-card-box .account-card-title{margin-bottom:30px}.account-card-box .account-card-title span{font-size:16px;font-weight:700}@media (min-width:768px){.account-card-box .account-card-title span{font-size:20px}}.account-card-box .account-card-sub-title{margin-bottom:16px}.account-card-box .account-card-sub-title span{font-size:16px;font-weight:700}body.page-account .account-info .account-data{border-bottom:1px solid #ecf0f4;margin-bottom:50px;margin-top:50px;padding-bottom:50px}body.page-account .account-info .no-order{background-color:#f6f6f6}body.page-account .account-info .no-order a{color:#457c46}.account-sidebar{border:1px solid #e8eef3;margin-bottom:20px}.account-sidebar .account-user{border-bottom:1px solid #e8eef3;margin:16px;padding-bottom:20px}@media (min-width:768px){.account-sidebar .account-user{margin:30px;padding-bottom:30px}}.account-sidebar .account-user .profile{border:1px solid #e8eef3;flex:0 0 60px;height:60px;margin-right:14px;width:60px}.account-sidebar .account-user .account-name .name{font-size:.9rem}.account-sidebar .account-links li.active a{border-left:2px solid #e91e63;color:#222}.account-sidebar .account-links li a{border-left:2px solid transparent;color:#7c818b;font-size:1rem;font-weight:700;line-height:1;margin:20px 0;padding:6px 10px 6px 18px}@media (min-width:768px){.account-sidebar .account-links li a{margin:26px 0;padding:6px 10px 6px 30px}}.account-sidebar .account-links li a:hover{color:#222}.account-sidebar .account-links li a i{color:#222;font-size:20px;margin-right:20px}.account-table-box td,.account-table-box th{padding:10px 0}.account-table-box th{border-bottom:none;font-size:14px}.account-table-box tr:last-child td{border-bottom:none}body.page-account{background-color:#0a0a0a!important;color:#fafafa!important}body.page-account .account-card-box{background-color:#171717!important;border:1px solid #262626!important;border-radius:.5rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.4);color:#fafafa!important;padding:1rem;transition:all .3s ease-out}@media (min-width:768px){body.page-account .account-card-box{border-radius:.75rem;box-shadow:0 10px 15px -3px rgba(0,0,0,.5);padding:1.875rem}}@media (min-width:992px){body.page-account .account-card-box{min-height:621px}}body.page-account .account-card-box:hover{box-shadow:0 20px 25px -5px rgba(0,0,0,.6)}body.page-account .account-card-box .account-card-title{border-bottom:1px solid #262626;margin-bottom:1.875rem;padding-bottom:1rem}body.page-account .account-card-box .account-card-title span{color:#fafafa!important;font-family:var(--font-heading);font-size:1.125rem;font-weight:700}@media (min-width:768px){body.page-account .account-card-box .account-card-title span{font-size:1.25rem}}body.page-account .account-card-box .account-card-title a{align-items:center;color:#e5e5e5!important;display:inline-flex;font-size:.9375rem;font-weight:500;gap:.5rem;text-decoration:none;transition:all .3s ease-out}body.page-account .account-card-box .account-card-title a i{color:#eab308;transition:transform .3s ease-out}body.page-account .account-card-box .account-card-title a:hover{color:#eab308!important}body.page-account .account-card-box .account-card-title a:hover i{transform:translateX(4px)}body.page-account .account-card-box .account-card-sub-title{margin-bottom:1rem}body.page-account .account-card-box .account-card-sub-title span{color:#fafafa!important;font-size:1rem;font-weight:700}body.page-account .account-info .account-data{border-bottom:1px solid #262626!important;margin-bottom:3.125rem;margin-top:3.125rem;padding-bottom:3.125rem}body.page-account .account-info .account-data .account-item-data{padding:1rem;text-align:center}body.page-account .account-info .account-data .account-item-data .value{color:#eab308!important;font-family:var(--font-heading);font-size:2rem;font-weight:700;line-height:1.2;margin-bottom:.5rem}@media (max-width:767px){body.page-account .account-info .account-data .account-item-data .value{font-size:1.75rem}}body.page-account .account-info .account-data .account-item-data .title{color:#a3a3a3!important;font-size:.9375rem;font-weight:500;letter-spacing:.05em;text-transform:uppercase}body.page-account .account-info .no-order{background-color:#262626!important;border:1px solid #262626!important;border-radius:.5rem;color:#a3a3a3!important;font-size:1rem;padding:2rem;text-align:center}body.page-account .account-info .no-order a{color:#eab308!important;font-weight:600;text-decoration:none;transition:color .3s ease-out}body.page-account .account-info .no-order a:hover{color:#fde047!important;text-decoration:underline}body.page-account .account-table-box{color:#fafafa!important}body.page-account .account-table-box thead{background-color:#262626!important;border-bottom:2px solid #262626!important}body.page-account .account-table-box thead th{border-bottom:none!important;color:#fafafa!important;font-size:.875rem;font-weight:700;letter-spacing:.05em;padding:.75rem .5rem;text-transform:uppercase}@media (min-width:768px){body.page-account .account-table-box thead th{font-size:.9375rem;padding:1rem}}body.page-account .account-table-box tbody tr{border-bottom:1px solid #262626!important;transition:background-color .3s ease-out}body.page-account .account-table-box tbody tr:hover{background-color:#262626!important}body.page-account .account-table-box tbody tr:last-child{border-bottom:none!important}body.page-account .account-table-box tbody tr td{color:#e5e5e5!important;padding:.75rem .5rem;vertical-align:middle}@media (min-width:768px){body.page-account .account-table-box tbody tr td{padding:1rem}}body.page-account .account-table-box tbody tr td .badge{border-radius:.375rem;font-size:.8125rem;font-weight:600;letter-spacing:.05em;padding:.375rem .75rem;text-transform:uppercase}body.page-account .account-table-box tbody tr td .badge.bg-success{background-color:#22c55e!important;color:#fff!important}body.page-account .account-table-box tbody tr td .badge.bg-warning{background-color:#eab308!important;color:#0a0a0a!important}body.page-account .account-table-box tbody tr td .badge.bg-danger{background-color:#f43f5e!important;color:#fff!important}body.page-account .account-table-box tbody tr td .btn{border-radius:.375rem;font-size:.8125rem;font-weight:600;letter-spacing:.05em;padding:.5rem 1rem;text-transform:uppercase;transition:all .3s ease-out}body.page-account .account-table-box tbody tr td .btn.btn-primary,body.page-account .account-table-box tbody tr td .btn.btn-sm{background-color:#eab308!important;border-color:#eab308!important;color:#0a0a0a!important}body.page-account .account-table-box tbody tr td .btn.btn-primary:focus,body.page-account .account-table-box tbody tr td .btn.btn-primary:hover,body.page-account .account-table-box tbody tr td .btn.btn-sm:focus,body.page-account .account-table-box tbody tr td .btn.btn-sm:hover{background-color:#ca8a04!important;border-color:#ca8a04!important;box-shadow:0 0 20px rgba(234,179,8,.3);color:#0a0a0a!important;transform:translateY(-2px)}body.page-account .account-table-box tbody tr td .btn.btn-primary:active,body.page-account .account-table-box tbody tr td .btn.btn-sm:active{transform:translateY(0)}body.page-account .account-table-box tbody tr td a{color:#eab308!important;text-decoration:none;transition:color .3s ease-out}body.page-account .account-table-box tbody tr td a:hover{color:#fde047!important;text-decoration:underline}.account-sidebar{background-color:#171717!important;border:1px solid #262626!important;border-radius:.5rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.4);margin-bottom:1.25rem;overflow:hidden}@media (min-width:768px){.account-sidebar{border-radius:.75rem;box-shadow:0 10px 15px -3px rgba(0,0,0,.5)}}.account-sidebar .account-user{align-items:center;border-bottom:1px solid #262626!important;display:flex;flex-direction:column;margin:1rem;padding-bottom:1.25rem;text-align:center}@media (min-width:768px){.account-sidebar .account-user{margin:1.875rem;padding-bottom:1.875rem}}.account-sidebar .account-user .profile{align-items:center;background-color:#262626!important;border:2px solid #262626!important;border-radius:50%;display:flex;flex:0 0 3.75rem;height:3.75rem;justify-content:center;margin-bottom:.875rem;overflow:hidden;transition:all .3s ease-out;width:3.75rem}.account-sidebar .account-user .profile:hover{border-color:#eab308!important;box-shadow:0 0 20px rgba(234,179,8,.3)}.account-sidebar .account-user .profile img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.account-sidebar .account-user .profile .icon,.account-sidebar .account-user .profile i{color:#eab308;font-size:1.5rem}.account-sidebar .account-user .account-name{width:100%}.account-sidebar .account-user .account-name .name{color:#fafafa!important;font-size:.9375rem;font-weight:700;margin-bottom:.25rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.account-sidebar .account-user .account-name .email{color:#a3a3a3!important;font-size:.8125rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.account-sidebar .account-links{list-style:none;margin:0;padding-left:0}.account-sidebar .account-links li{border-bottom:1px solid #262626}.account-sidebar .account-links li:last-child{border-bottom:none}.account-sidebar .account-links li.active a{background-color:#262626!important;border-left:3px solid #eab308!important;color:#eab308!important;font-weight:700}.account-sidebar .account-links li.active a i{color:#eab308!important}.account-sidebar .account-links li a{align-items:center;border-left:3px solid transparent;color:#e5e5e5!important;display:flex;font-size:.9375rem;font-weight:600;line-height:1.2;margin:.625rem 0;padding:.625rem .625rem .625rem 1.125rem;position:relative;text-decoration:none;transition:all .3s ease-out}@media (min-width:768px){.account-sidebar .account-links li a{margin:.8125rem 0;padding:.75rem .75rem .75rem 1.875rem}}.account-sidebar .account-links li a:hover{background-color:#262626!important;border-left-color:#eab308!important;color:#eab308!important;padding-left:1.5rem}@media (min-width:768px){.account-sidebar .account-links li a:hover{padding-left:2.25rem}}.account-sidebar .account-links li a:hover i{color:#eab308!important;transform:scale(1.1)}.account-sidebar .account-links li a i{color:#a3a3a3!important;flex-shrink:0;font-size:1.25rem;margin-right:1.25rem;text-align:center;transition:all .3s ease-out;width:1.25rem}body.page-categories .top-order-wrap{align-items:center;border-bottom:1px solid #eee;display:flex;justify-content:space-between;margin-bottom:26px;padding-bottom:10px}body.page-categories .top-order-wrap .right{align-items:center;display:flex}@media (max-width:768px){body.page-categories .top-order-wrap .right{justify-content:space-between;width:100%}}body.page-categories .top-order-wrap .right .order-item{align-items:center;border-right:1px solid #eee;display:flex;margin-right:10px;padding-right:10px}body.page-categories .top-order-wrap .right .order-item span{color:#777;width:100%}body.page-categories .top-order-wrap .right .order-item:last-child{border-right:none;margin-right:0;padding-right:0}body.page-categories .top-order-wrap .right .order-item .form-select{border:none;padding-bottom:0;padding-top:0}body.page-categories .top-order-wrap .right .order-item .order-icon{color:#333;font-size:20px;margin-left:10px;padding:0 6px}body.page-categories .top-order-wrap .right .order-item .order-icon.active{background-color:#eee}.product-grid-item .wishlist-container{display:none;left:10px;position:absolute;top:10px;z-index:2}.product-grid-item .image:hover .wishlist-container{display:block}.product-grid-item .add-wishlist{align-items:center;background-color:rgba(0,0,0,.5);border-radius:5px;color:#fff;cursor:pointer;display:flex;justify-content:center;min-width:auto;padding:8px!important;width:auto}.product-grid-item .add-wishlist i{font-size:18px;margin-right:0!important}@media (max-width:768px){.product-grid-item .add-wishlist{height:32px;min-width:32px;padding:6px!important;width:32px}.product-grid-item .add-wishlist i{font-size:16px}}.filter-sidebar .filter-sidebar-item{margin-bottom:20px}@media (min-width:768px){.filter-sidebar .filter-sidebar-item{margin-bottom:40px}}.filter-sidebar .filter-sidebar-item .title{font-size:20px;font-weight:700;margin-bottom:14px}.filter-sidebar .filter-sidebar-item .price-range .price-slider{height:40px;margin-bottom:15px;position:relative}.filter-sidebar .filter-sidebar-item .price-range .price-slider .slider-track{background:#ff6b35;border-radius:3px;height:6px;left:0;position:absolute;right:0;top:50%;transform:translateY(-50%)}.filter-sidebar .filter-sidebar-item .price-range .price-slider input[type=range]{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;height:6px;left:0;pointer-events:none;position:absolute;right:0;top:50%;transform:translateY(-50%);width:100%}.filter-sidebar .filter-sidebar-item .price-range .price-slider input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background:#ff6b35;border:3px solid #fff;border-radius:50%;box-shadow:0 2px 6px rgba(0,0,0,.3);cursor:pointer;height:20px;pointer-events:auto;width:20px}.filter-sidebar .filter-sidebar-item .price-range .price-slider input[type=range]::-moz-range-thumb{background:#ff6b35;border:3px solid #fff;border-radius:50%;box-shadow:0 2px 6px rgba(0,0,0,.3);cursor:pointer;height:20px;pointer-events:auto;width:20px}.filter-sidebar .filter-sidebar-item .price-range .price-slider input[type=range].slider-min{z-index:2}.filter-sidebar .filter-sidebar-item .price-range .price-slider input[type=range].slider-max{z-index:1}.filter-sidebar .filter-sidebar-item .price-range .price-inputs{display:flex;gap:15px;margin-bottom:15px}.filter-sidebar .filter-sidebar-item .price-range .price-inputs .price-input-group{flex:1}.filter-sidebar .filter-sidebar-item .price-range .price-inputs .price-input-group label{color:#6c757d;display:block;font-size:13px;font-weight:400;margin-bottom:6px}.filter-sidebar .filter-sidebar-item .price-range .price-inputs .price-input-group input{background:#fff;border:1px solid #ced4da;border-radius:4px;font-size:14px;padding:8px 10px;width:100%}.filter-sidebar .filter-sidebar-item .price-range .price-inputs .price-input-group input:focus{border-color:#ff6b35;box-shadow:0 0 0 2px rgba(255,107,53,.25);outline:none}.filter-sidebar .filter-sidebar-item .price-range .price-inputs .price-input-group input::-moz-placeholder{color:#adb5bd}.filter-sidebar .filter-sidebar-item .price-range .price-inputs .price-input-group input::placeholder{color:#adb5bd}.filter-sidebar .filter-sidebar-item .price-range .btn{background-color:#ff6b35;border-color:#ff6b35;font-size:14px;font-weight:500;padding:10px 16px;width:100%}.filter-sidebar .filter-sidebar-item .price-range .btn:hover{background-color:#e55a2b;border-color:#e55a2b}.filter-sidebar .filter-sidebar-item .price-range .btn:focus{box-shadow:0 0 0 2px rgba(255,107,53,.25)}.filter-sidebar .filter-sidebar-item #filter-category>.accordion-item>.accordion-title{padding:4px 0}.filter-sidebar .filter-sidebar-item #filter-category .accordion-item{border:none}.filter-sidebar .filter-sidebar-item #filter-category .accordion-item .accordion-title{align-items:center;display:flex;justify-content:space-between;min-height:30px}.filter-sidebar .filter-sidebar-item #filter-category .accordion-item .accordion-title>a{color:#222}.filter-sidebar .filter-sidebar-item #filter-category .accordion-item .accordion-title .accordion-button{background-color:transparent!important;box-shadow:none;height:30px;width:30px}.filter-sidebar .filter-sidebar-item #filter-category .accordion-item .accordion-title .accordion-button:after{--bs-accordion-btn-icon-width:.8rem;opacity:.7}.filter-sidebar .filter-sidebar-item #filter-category .accordion-item .accordion-body{padding:0 0 0 14px}@media (max-width:768px){.filter-sidebar{background:#fff;height:100%;padding-left:20px;padding-top:20px;position:fixed;right:0;top:0;transform:translateX(100%);transition:transform .3s ease;width:50%;z-index:1050}}@media (max-width:992px){body.page-product .breadcrumb-wrap{display:none}}body.page-product .page-product-top{margin-bottom:20px}@media (min-width:992px){body.page-product .page-product-top{margin-bottom:40px}}@media (max-width:992px){body.page-product .page-product-top .product-left-col{padding:0}}body.page-product .page-product-top .product-images{display:flex;flex-direction:column-reverse}@media (min-width:992px){body.page-product .page-product-top .product-images{align-self:flex-start;position:sticky;top:20px}}@media (max-width:991px){body.page-product .page-product-top .product-images{flex-direction:column;margin-bottom:10px}}body.page-product .page-product-top .product-images .sub-product-img{position:relative;width:100%}@media (min-width:992px){body.page-product .page-product-top .product-images .sub-product-img{flex:0 0 100px;height:560px;margin-right:20px}body.page-product .page-product-top .product-images .sub-product-img:hover .swiper .sub-product-btn{display:flex}body.page-product .page-product-top .product-images .sub-product-img:after,body.page-product .page-product-top .product-images .sub-product-img:before{background:linear-gradient(180deg,rgba(0,0,0,.1),transparent);content:"";height:30px;left:0;opacity:0;pointer-events:none;position:absolute;right:0;transition:opacity .3s ease;z-index:10}body.page-product .page-product-top .product-images .sub-product-img:before{top:0}body.page-product .page-product-top .product-images .sub-product-img:after{background:linear-gradient(0deg,rgba(0,0,0,.1),transparent);bottom:0}body.page-product .page-product-top .product-images .sub-product-img:hover:after,body.page-product .page-product-top .product-images .sub-product-img:hover:before{opacity:1}body.page-product .page-product-top .product-images .sub-product-img .swiper{height:100%}}body.page-product .page-product-top .product-images .sub-product-img .swiper .swiper-slide{display:flex;justify-content:center}body.page-product .page-product-top .product-images .sub-product-img .swiper .swiper-slide .thumbnail-item{align-items:center;border:2px solid transparent;border-radius:4px;cursor:pointer;display:flex;height:100%;justify-content:center;transition:all .3s ease;width:100%}body.page-product .page-product-top .product-images .sub-product-img .swiper .swiper-slide .thumbnail-item img{border:1px solid #eee;border-radius:2px;transition:border-color .3s ease}@media (min-width:992px){body.page-product .page-product-top .product-images .sub-product-img .swiper .swiper-slide{height:100px;width:100px}body.page-product .page-product-top .product-images .sub-product-img .swiper .swiper-slide .thumbnail-item:hover{border-color:#e91e63}body.page-product .page-product-top .product-images .sub-product-img .swiper .swiper-slide .thumbnail-item.active{background-color:rgba(233,30,99,.1);border-color:#e91e63}}body.page-product .page-product-top .product-images .sub-product-img .swiper .sub-product-btn{display:none;position:absolute;top:0;transform:translateY(-50%);width:100%;z-index:10}body.page-product .page-product-top .product-images .sub-product-img .swiper .sub-product-btn>div{align-items:center;background-color:rgba(0,0,0,.3);color:#fff;cursor:pointer;display:flex;font-size:20px;height:100px;justify-content:center;position:absolute;width:40px}body.page-product .page-product-top .product-images .sub-product-img .swiper .sub-product-btn>div:hover{background-color:rgba(0,0,0,.5)}body.page-product .page-product-top .product-images .sub-product-img .swiper .sub-product-btn>div.sub-product-prev{left:5px}body.page-product .page-product-top .product-images .sub-product-img .swiper .sub-product-btn>div.sub-product-next{right:5px}@media (min-width:992px){body.page-product .page-product-top .product-images .sub-product-img .swiper .sub-product-pagination{display:none}}body.page-product .page-product-top .product-images .main-product-img{cursor:pointer}@media (max-width:991px){body.page-product .page-product-top .product-images .main-product-img{margin-top:15px}}body.page-product .page-product-top .product-images .mobile-product-slideshow .swiper .swiper-slide{align-items:center;display:flex;justify-content:center}body.page-product .page-product-top .product-images .mobile-product-slideshow .swiper .swiper-slide .video-play-overlay{cursor:pointer;transition:transform .3s ease}body.page-product .page-product-top .product-images .mobile-product-slideshow .swiper .swiper-slide .video-play-overlay:hover{transform:scale(1.1)}body.page-product .page-product-top .product-images .mobile-product-slideshow .mobile-product-pagination{align-items:center;bottom:15px;display:flex;justify-content:center;left:50%;position:absolute;transform:translateX(-50%);z-index:1001}body.page-product .page-product-top .product-images .mobile-product-slideshow .mobile-product-pagination .swiper-pagination-bullet{background-color:hsla(0,0%,100%,.6);border-radius:50%;cursor:pointer;height:8px;margin:0 4px;opacity:1;transition:all .3s ease;width:8px}body.page-product .page-product-top .product-images .mobile-product-slideshow .mobile-product-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color:#e91e63;transform:scale(1.2)}@media (min-width:992px){body.page-product .page-product-top .product-info{padding-left:20px}}body.page-product .page-product-top .product-info .product-title{font-size:18px;margin-bottom:10px}@media (min-width:992px){body.page-product .page-product-top .product-info .product-title{font-size:24px}}body.page-product .page-product-top .product-info .product-price{border-bottom:1px solid #e6e6e6;margin-bottom:10px;padding-bottom:10px}@media (min-width:992px){body.page-product .page-product-top .product-info .product-price{margin-bottom:20px;padding-bottom:20px}}body.page-product .page-product-top .product-info .product-price .price{color:#e53e3e;font-size:20px}@media (min-width:992px){body.page-product .page-product-top .product-info .product-price .price{font-size:26px}}body.page-product .page-product-top .product-info .product-price .old-price{color:#777;font-size:16px}body.page-product .page-product-top .product-info .stock-wrap>div{font-size:14px;font-weight:700}body.page-product .page-product-top .product-info .stock-wrap>div.in-stock{background-color:#eef8ee;color:#3fc158}body.page-product .page-product-top .product-info .stock-wrap>div.out-stock{background-color:#e3e3e3;color:#777}body.page-product .page-product-top .product-info .sub-product-title{color:#666;font-size:14px;margin-top:10px}body.page-product .page-product-top .product-info .product-param{font-size:14px;margin:10px 0}@media (min-width:992px){body.page-product .page-product-top .product-info .product-param{margin:20px 0}}body.page-product .page-product-top .product-info .product-param li{color:#333;padding:2px 0}body.page-product .page-product-top .product-info .product-param li span.title{color:#888}body.page-product .page-product-top .product-info .product-variant-box{margin-bottom:20px}body.page-product .page-product-top .product-info .product-variant-box .product-variant{margin-bottom:6px}body.page-product .page-product-top .product-info .product-variant-box .product-variant .variant-title{font-size:14px;font-weight:700;margin-bottom:6px}body.page-product .page-product-top .product-info .product-variant-box .product-variant .variant-values .variant-value-name{align-items:center;border:1px solid #ddd;border-radius:2px;cursor:pointer;display:inline-flex;gap:8px;margin-bottom:10px;margin-right:10px;min-height:40px;padding:5px 14px}body.page-product .page-product-top .product-info .product-variant-box .product-variant .variant-values .variant-value-name .variant-image-container{border-radius:2px;flex-shrink:0;height:30px;overflow:hidden;width:30px}body.page-product .page-product-top .product-info .product-variant-box .product-variant .variant-values .variant-value-name .variant-image-container .variant-value-image{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}body.page-product .page-product-top .product-info .product-variant-box .product-variant .variant-values .variant-value-name .variant-text{font-size:14px;line-height:1.2}body.page-product .page-product-top .product-info .product-variant-box .product-variant .variant-values .variant-value-name.disabled{border-color:#ddd;color:#999;text-decoration:line-through}body.page-product .page-product-top .product-info .product-variant-box .product-variant .variant-values .variant-value-name.disabled .variant-image-container{opacity:.5}body.page-product .page-product-top .product-info .product-variant-box .product-variant .variant-values .variant-value-name.active{border-color:#e91e63;border-style:solid;box-shadow:0 2px 4px #e91e63;color:#e91e63}body.page-product .page-product-top .product-info .product-variant-box .product-variant .variant-values .variant-value-name:hover{border-color:#e91e63;box-shadow:0 2px 4px #e91e63}body.page-product .page-product-top .product-info .product-info-bottom{margin-bottom:20px}@media (min-width:992px){body.page-product .page-product-top .product-info .product-info-bottom{align-items:center;display:flex;height:50px}}@media (max-width:992px){body.page-product .page-product-top .product-info .product-info-bottom .quantity-wrap{height:40px;margin-bottom:10px}}@media (max-width:991px){body.page-product .page-product-top .product-info .product-info-bottom .product-info-btns .btn{font-size:16px;min-height:44px;padding:10px 20px}}@media (min-width:992px){body.page-product .page-product-top .product-info .product-info-bottom .product-info-btns{margin-left:20px}}@media (max-width:992px){body.page-product .page-product-top .product-info .product-info-bottom .product-info-btns{display:flex;height:40px}}body.page-product .page-product-top .product-info .product-info-bottom .product-info-btns .btn{font-size:16px;font-weight:700;padding:0 20px}body.page-product .page-product-top .product-info .product-info-bottom .product-info-btns .btn.buy-now{background-color:#e6e8eb;color:#333}body.page-product .page-product-top .product-info .product-info-bottom .product-info-btns .btn.buy-now:hover{background-color:#d9dce1}body.page-product .page-product-top .product-info .add-wishlist{font-weight:700}body.page-product .product-description{margin-bottom:40px}body.page-product .bundle-items-display{background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;margin:15px 0;padding:15px}body.page-product .bundle-title{color:#495057;margin-bottom:10px}body.page-product .bundle-products{gap:10px}body.page-product .bundle-product-item{background-color:#fff;border:1px solid #dee2e6;border-radius:6px;margin:2px 0;padding:8px}body.page-product .bundle-product-name{color:#212529;font-size:14px}body.page-product .bundle-separator{color:#6c757d;font-size:18px}body.page-product .bundle-total-price{border-top:1px solid #dee2e6;color:#dc3545;font-size:16px;padding-top:10px}body.page-product .product-options{margin-bottom:20px}body.page-product .product-options .options-title{color:#333;font-weight:600;margin-bottom:15px}body.page-product .product-options .option-group{background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;margin-bottom:15px;padding:15px}body.page-product .product-options .option-group.has-error{background-color:#fff5f5!important;border-color:#e53e3e!important;box-shadow:0 0 0 .2rem rgba(229,62,62,.25)!important}body.page-product .product-options .option-group.has-error .option-label{color:#e53e3e!important}body.page-product .product-options .option-group.has-error .option-select{border-color:#e53e3e!important}body.page-product .product-options .option-group.has-error .option-checkbox-item,body.page-product .product-options .option-group.has-error .option-radio-item{background-color:#fff!important}body.page-product .product-options .option-group.has-success{background-color:#f8fff9!important;border-color:#28a745!important}body.page-product .product-options .option-group.has-success .option-label:after{color:#28a745;content:" ✓";font-weight:700;margin-left:5px}body.page-product .product-options .option-label{color:#495057;display:block;font-weight:500;margin-bottom:10px}body.page-product .product-options .option-select{width:100%}body.page-product .product-options .option-select option:disabled{background-color:#f8f9fa;color:#6c757d}body.page-product .product-options .radio-group{display:flex;flex-wrap:wrap;gap:15px}@media (max-width:576px){body.page-product .product-options .radio-group{gap:6px}}body.page-product .product-options .option-radio-item{background-color:#fff;border:2px solid #dee2e6;border-radius:6px;cursor:pointer;min-width:120px;text-align:center;transition:all .3s ease}@media (max-width:576px){body.page-product .product-options .option-radio-item{font-size:11px;min-width:calc(33.333% - 4px);padding:6px}}body.page-product .product-options .option-radio-item:hover{border-color:#e91e63;box-shadow:0 2px 4px rgba(233,30,99,.1)}body.page-product .product-options .option-radio-item:has(input:checked){background-color:#e7f3ff;border-color:#e91e63}body.page-product .product-options .option-radio-item.selected label{color:#e91e63}body.page-product .product-options .option-radio-item.out-of-stock{background-color:#f8f9fa!important;border-color:#dee2e6!important;cursor:not-allowed!important;opacity:.6}body.page-product .product-options .option-radio-item.out-of-stock:hover{border-color:#dee2e6!important;box-shadow:none!important}body.page-product .product-options .option-radio-item.out-of-stock label{color:#6c757d;cursor:not-allowed}body.page-product .product-options .option-radio-item.out-of-stock .out-of-stock-text{color:#e53e3e;font-weight:500}body.page-product .product-options .option-radio-item label{border-radius:4px;cursor:pointer;display:block;margin:0;padding:8px 12px;transition:all .2s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%}body.page-product .product-options .option-radio-item .form-check-input{display:none}body.page-product .product-options .checkbox-group{display:flex;flex-wrap:wrap;gap:15px}@media (max-width:576px){body.page-product .product-options .checkbox-group{gap:6px}}body.page-product .product-options .option-checkbox-item{background-color:#fff;border:2px solid #dee2e6;border-radius:6px;cursor:pointer;min-width:120px;padding:10px;text-align:center;transition:all .3s ease}@media (max-width:576px){body.page-product .product-options .option-checkbox-item{font-size:11px;min-width:calc(33.333% - 4px);padding:6px}}body.page-product .product-options .option-checkbox-item:hover{border-color:#28a745;box-shadow:0 2px 4px rgba(40,167,69,.1)}body.page-product .product-options .option-checkbox-item:has(input:checked){background-color:#d4edda;border-color:#28a745}body.page-product .product-options .option-checkbox-item.selected label{color:#1976d2}body.page-product .product-options .option-checkbox-item.out-of-stock{background-color:#f8f9fa!important;border-color:#dee2e6!important;cursor:not-allowed!important;opacity:.6}body.page-product .product-options .option-checkbox-item.out-of-stock:hover{border-color:#dee2e6!important;box-shadow:none!important}body.page-product .product-options .option-checkbox-item.out-of-stock label{color:#6c757d;cursor:not-allowed}body.page-product .product-options .option-checkbox-item.out-of-stock .out-of-stock-text{color:#e53e3e;font-weight:500}body.page-product .product-options .option-checkbox-item label{border-radius:4px;cursor:pointer;display:block;margin:0;padding:8px 12px;transition:all .2s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%}body.page-product .product-options .option-checkbox-item .form-check-input{display:none}body.page-product .product-options .option-image img{border-radius:4px;height:120px;-o-object-fit:cover;object-fit:cover;width:120px}body.page-product .product-options .current-selection-summary{background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-radius:12px;box-shadow:0 2px 10px rgba(0,0,0,.1);transition:all .3s ease}body.page-product .product-options .current-selection-summary .card{background:transparent;border:none}body.page-product .product-options .current-selection-summary .card-title{color:#495057;font-weight:600;margin-bottom:15px}body.page-product .product-options .selected-option-item{align-items:center;background:#fff;border-radius:8px;box-shadow:0 1px 3px rgba(0,0,0,.1);display:flex;margin-bottom:8px;padding:8px 12px;transition:transform .2s ease}body.page-product .product-options .selected-option-item:hover{box-shadow:0 2px 6px rgba(0,0,0,.15);transform:translateY(-1px)}body.page-product .product-options .selected-option-item .badge{background-color:#6c757d!important;border-radius:6px;color:#fff!important;font-size:.75em;padding:4px 8px}body.page-product .product-options .selected-option-item .option-value{color:#495057;font-weight:500}body.page-product .product-options .total-price-display{background:#fff;border-left:4px solid #e91e63;border-radius:8px;padding:12px}body.page-product .product-options .current-total-price{font-size:1.1em!important;font-weight:600!important;padding:8px 16px!important}body.page-product .product-options .option-description{background-color:#f8f9fa;border-left:3px solid #e91e63;border-radius:4px;padding:10px}body.page-product .product-options .option-description small{color:#6c757d;font-style:italic}body.page-product .product-options .price-adjustment{color:#28a745;font-size:.9em;font-weight:500}body.page-product .product-options .out-of-stock-text{color:#e53e3e;font-size:.8em;font-weight:500;margin-left:5px}body.page-product .product-options .option-error-message{align-items:center;animation:fadeIn .3s ease-in;color:#e53e3e;display:flex;font-size:.875em;margin-top:8px}body.page-product .product-options .option-error-message i{font-size:1em;margin-right:6px}body.page-product{background-color:#0a0a0a;color:#e5e5e5}body.page-product .breadcrumb-wrap .breadcrumb{background-color:transparent;padding:0}body.page-product .breadcrumb-wrap .breadcrumb .breadcrumb-item a{color:#a3a3a3!important}body.page-product .breadcrumb-wrap .breadcrumb .breadcrumb-item a:hover{color:#eab308!important}body.page-product .breadcrumb-wrap .breadcrumb .breadcrumb-item.active{color:#e5e5e5!important}body.page-product .breadcrumb-wrap .breadcrumb .breadcrumb-item+.breadcrumb-item:before{color:#a3a3a3}body.page-product .page-product-top{margin-bottom:1.25rem}@media (min-width:992px){body.page-product .page-product-top{margin-bottom:2.5rem}}body.page-product .page-product-top .product-images .sub-product-img .swiper .swiper-slide .thumbnail-item{background-color:#262626;border-color:#262626!important;border-radius:.25rem;transition:all .3s ease-out}body.page-product .page-product-top .product-images .sub-product-img .swiper .swiper-slide .thumbnail-item img{border-color:#262626!important}@media (min-width:992px){body.page-product .page-product-top .product-images .sub-product-img .swiper .swiper-slide .thumbnail-item:hover{border-color:#eab308!important;transform:scale(1.05)}body.page-product .page-product-top .product-images .sub-product-img .swiper .swiper-slide .thumbnail-item.active{background-color:rgba(234,179,8,.1)!important;border-color:#eab308!important;box-shadow:0 0 20px rgba(234,179,8,.3)}}body.page-product .page-product-top .product-images .sub-product-img .swiper .sub-product-btn>div{backdrop-filter:blur(10px);background-color:rgba(0,0,0,.6)!important;color:#fafafa!important}body.page-product .page-product-top .product-images .sub-product-img .swiper .sub-product-btn>div:hover{background-color:rgba(234,179,8,.8)!important;color:#0a0a0a!important}body.page-product .page-product-top .product-images .sub-product-img:after,body.page-product .page-product-top .product-images .sub-product-img:before{background:linear-gradient(180deg,hsla(0,0%,4%,.8),transparent)!important}body.page-product .page-product-top .product-images .sub-product-img:after{background:linear-gradient(0deg,hsla(0,0%,4%,.8),transparent)!important}body.page-product .page-product-top .product-images .main-product-img{background-color:#171717;border:1px solid #262626;border-radius:.375rem;overflow:hidden}body.page-product .page-product-top .product-images .main-product-img img{border-radius:.375rem}body.page-product .page-product-top .product-images .mobile-product-slideshow{background-color:#171717;border:1px solid #262626;border-radius:.375rem}body.page-product .page-product-top .product-images .mobile-product-slideshow .swiper-pagination .swiper-pagination-bullet{background-color:hsla(0,0%,100%,.4)!important;opacity:1}body.page-product .page-product-top .product-images .mobile-product-slideshow .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color:#eab308!important;transform:scale(1.2)}body.page-product .page-product-top .product-info{background-color:#171717;border:1px solid #262626;border-radius:.5rem;padding:1.5rem}@media (min-width:992px){body.page-product .page-product-top .product-info{padding:2rem 2rem 2rem 1.25rem}}body.page-product .page-product-top .product-info .product-title{color:#fafafa!important;font-family:var(--font-heading);font-weight:700;line-height:1.4;margin-bottom:.625rem}@media (min-width:992px){body.page-product .page-product-top .product-info .product-title{font-size:1.5rem}}body.page-product .page-product-top .product-info .product-price{border-bottom-color:#262626!important;margin-bottom:.625rem;padding-bottom:.625rem}@media (min-width:992px){body.page-product .page-product-top .product-info .product-price{margin-bottom:1.25rem;padding-bottom:1.25rem}}body.page-product .page-product-top .product-info .product-price .price{color:#eab308!important;font-size:1.25rem;font-weight:700}@media (min-width:992px){body.page-product .page-product-top .product-info .product-price .price{font-size:1.625rem}}body.page-product .page-product-top .product-info .product-price .old-price{color:#a3a3a3!important;text-decoration:line-through}body.page-product .page-product-top .product-info .stock-wrap>div{border-radius:.25rem;font-size:.875rem;font-weight:600;padding:.5rem 1rem}body.page-product .page-product-top .product-info .stock-wrap>div.in-stock{background-color:rgba(74,222,128,.1)!important;border:1px solid rgba(74,222,128,.3);color:#4ade80!important}body.page-product .page-product-top .product-info .stock-wrap>div.out-stock{background-color:#262626!important;border:1px solid #262626;color:#a3a3a3!important}body.page-product .page-product-top .product-info .sub-product-title{color:#a3a3a3!important;font-size:.875rem;line-height:1.8;margin-top:.625rem}body.page-product .page-product-top .product-info .product-param{list-style:none;margin:.625rem 0;padding:0}@media (min-width:992px){body.page-product .page-product-top .product-info .product-param{margin:1.25rem 0}}body.page-product .page-product-top .product-info .product-param li{border-bottom:1px solid #262626;color:#e5e5e5!important;line-height:1.8;padding:.125rem 0}body.page-product .page-product-top .product-info .product-param li:last-child{border-bottom:none}body.page-product .page-product-top .product-info .product-param li span.title{color:#a3a3a3!important;margin-right:.5rem}body.page-product .page-product-top .product-info .product-variant-box{margin-bottom:1.25rem}body.page-product .page-product-top .product-info .product-variant-box .product-variant{margin-bottom:.375rem}body.page-product .page-product-top .product-info .product-variant-box .product-variant .variant-title{color:#fafafa!important;font-family:var(--font-heading);font-size:.875rem;font-weight:600;margin-bottom:.375rem}body.page-product .page-product-top .product-info .product-variant-box .product-variant .variant-values .variant-value-name{background-color:#262626!important;border-color:#262626!important;color:#e5e5e5!important;min-height:2.5rem;transition:all .3s ease-out}body.page-product .page-product-top .product-info .product-variant-box .product-variant .variant-values .variant-value-name .variant-text{color:#e5e5e5!important}body.page-product .page-product-top .product-info .product-variant-box .product-variant .variant-values .variant-value-name.disabled{border-color:#262626!important;border-style:dashed;color:#a3a3a3!important;cursor:not-allowed;opacity:.5}body.page-product .page-product-top .product-info .product-variant-box .product-variant .variant-values .variant-value-name.disabled .variant-image-container{opacity:.3}body.page-product .page-product-top .product-info .product-variant-box .product-variant .variant-values .variant-value-name.active{background-color:rgba(234,179,8,.1)!important;border-color:#eab308!important;box-shadow:0 0 20px rgba(234,179,8,.3);color:#eab308!important}body.page-product .page-product-top .product-info .product-variant-box .product-variant .variant-values .variant-value-name.active .variant-text{color:#eab308!important}body.page-product .page-product-top .product-info .product-variant-box .product-variant .variant-values .variant-value-name:hover:not(.disabled){border-color:#eab308!important;box-shadow:0 1px 2px 0 rgba(0,0,0,.3);transform:translateY(-2px)}body.page-product .page-product-top .product-info .product-options{margin-bottom:1.25rem}body.page-product .page-product-top .product-info .product-options .options-title{color:#fafafa!important;font-family:var(--font-heading);font-size:1rem;font-weight:600;margin-bottom:.9375rem}body.page-product .page-product-top .product-info .product-options .option-group{background-color:#262626!important;border-color:#262626!important;border-radius:.5rem;margin-bottom:.9375rem;padding:.9375rem;transition:all .3s ease-out}body.page-product .page-product-top .product-info .product-options .option-group:hover{border-color:rgba(234,179,8,.5)}body.page-product .page-product-top .product-info .product-options .option-group.has-error{background-color:rgba(239,68,68,.1)!important;border-color:#ef4444!important;box-shadow:0 0 0 .2rem rgba(239,68,68,.25)!important}body.page-product .page-product-top .product-info .product-options .option-group.has-error .option-label{color:#ef4444!important}body.page-product .page-product-top .product-info .product-options .option-group.has-success{background-color:rgba(34,197,94,.1)!important;border-color:#22c55e!important}body.page-product .page-product-top .product-info .product-options .option-group.has-success .option-label:after{color:#22c55e}body.page-product .page-product-top .product-info .product-options .option-label{color:#fafafa!important;display:block;font-weight:500;margin-bottom:.625rem}body.page-product .page-product-top .product-info .product-options .option-select{background-color:#171717!important;border-color:#262626!important;color:#fafafa!important}body.page-product .page-product-top .product-info .product-options .option-select:focus{background-color:#171717!important;border-color:#eab308!important;box-shadow:0 0 0 .2rem rgba(234,179,8,.25)!important;color:#fafafa!important}body.page-product .page-product-top .product-info .product-options .option-select option{background-color:#171717;color:#fafafa}body.page-product .page-product-top .product-info .product-options .option-select option:disabled{background-color:#262626;color:#a3a3a3}body.page-product .page-product-top .product-info .product-options .radio-group{display:flex;flex-wrap:wrap;gap:.9375rem}@media (max-width:576px){body.page-product .page-product-top .product-info .product-options .radio-group{gap:.375rem}}body.page-product .page-product-top .product-info .product-options .option-radio-item{background-color:#171717!important;border-color:#262626!important;color:#e5e5e5!important;cursor:pointer;transition:all .3s ease-out}@media (max-width:576px){body.page-product .page-product-top .product-info .product-options .option-radio-item{font-size:.6875rem;padding:.375rem}}body.page-product .page-product-top .product-info .product-options .option-radio-item label{color:#e5e5e5!important;cursor:pointer;display:block;margin:0;padding:.5rem .75rem;transition:all .3s ease-out;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%}body.page-product .page-product-top .product-info .product-options .option-radio-item label .option-name{color:#fafafa!important;display:block;font-weight:500;line-height:1.4;margin-bottom:.125rem;word-break:break-word}body.page-product .page-product-top .product-info .product-options .option-radio-item:hover{border-color:#eab308!important;box-shadow:0 2px 4px rgba(234,179,8,.2);transform:translateY(-2px)}body.page-product .page-product-top .product-info .product-options .option-radio-item:hover label .option-name{color:#fafafa!important}body.page-product .page-product-top .product-info .product-options .option-radio-item.selected,body.page-product .page-product-top .product-info .product-options .option-radio-item:has(input:checked){background-color:rgba(234,179,8,.1)!important;border-color:#eab308!important;box-shadow:0 0 20px rgba(234,179,8,.3)}body.page-product .page-product-top .product-info .product-options .option-radio-item.selected label,body.page-product .page-product-top .product-info .product-options .option-radio-item:has(input:checked) label{color:#eab308!important;font-weight:600}body.page-product .page-product-top .product-info .product-options .option-radio-item.selected label .option-name,body.page-product .page-product-top .product-info .product-options .option-radio-item:has(input:checked) label .option-name{color:#eab308!important;font-weight:600}body.page-product .page-product-top .product-info .product-options .option-radio-item.out-of-stock{background-color:#0a0a0a!important;border-color:#262626!important;cursor:not-allowed!important;opacity:.6}body.page-product .page-product-top .product-info .product-options .option-radio-item.out-of-stock:hover{border-color:#262626!important;box-shadow:none!important;transform:none}body.page-product .page-product-top .product-info .product-options .option-radio-item.out-of-stock label{color:#a3a3a3!important;cursor:not-allowed}body.page-product .page-product-top .product-info .product-options .option-radio-item.out-of-stock label .option-name{color:#a3a3a3!important;opacity:.7}body.page-product .page-product-top .product-info .product-options .option-radio-item .form-check-input{display:none}body.page-product .page-product-top .product-info .product-options .option-radio-item .price-adjustment{color:#eab308!important;display:block;font-size:.875rem;font-weight:600;margin-top:.25rem}body.page-product .page-product-top .product-info .product-options .option-radio-item .out-of-stock-text{color:#ef4444!important;display:block;font-size:.8em;font-weight:500;margin-top:.25rem}body.page-product .page-product-top .product-info .product-options .option-radio-item .mobile-option-label .option-name{color:#fafafa!important;display:block;font-size:.8125rem;font-weight:500;line-height:1.4;margin-bottom:.125rem;word-break:break-word}@media (max-width:576px){body.page-product .page-product-top .product-info .product-options .option-radio-item .mobile-option-label .option-name{font-size:.6875rem}}body.page-product .page-product-top .product-info .product-options .option-radio-item .mobile-option-label .price-adjustment{color:#eab308!important;font-size:.75rem;font-weight:600}@media (max-width:576px){body.page-product .page-product-top .product-info .product-options .option-radio-item .mobile-option-label .price-adjustment{font-size:.5625rem}}body.page-product .page-product-top .product-info .product-options .option-radio-item .mobile-option-label .out-of-stock-text{color:#ef4444!important;font-size:.75rem;font-weight:500}@media (max-width:576px){body.page-product .page-product-top .product-info .product-options .option-radio-item .mobile-option-label .out-of-stock-text{font-size:.5625rem}}body.page-product .page-product-top .product-info .product-options .option-radio-item.selected .mobile-option-label .option-name{color:#eab308!important;font-weight:600}body.page-product .page-product-top .product-info .product-options .checkbox-group{display:flex;flex-wrap:wrap;gap:.9375rem}@media (max-width:576px){body.page-product .page-product-top .product-info .product-options .checkbox-group{gap:.375rem}}body.page-product .page-product-top .product-info .product-options .option-checkbox-item{background-color:#171717!important;border-color:#262626!important;color:#e5e5e5!important;cursor:pointer;transition:all .3s ease-out}@media (max-width:576px){body.page-product .page-product-top .product-info .product-options .option-checkbox-item{font-size:.6875rem;padding:.375rem}}body.page-product .page-product-top .product-info .product-options .option-checkbox-item label{color:#e5e5e5!important;cursor:pointer;display:block;margin:0;padding:.5rem .75rem;transition:all .3s ease-out;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%}body.page-product .page-product-top .product-info .product-options .option-checkbox-item label .option-name{color:#fafafa!important;display:block;font-weight:500;line-height:1.4;margin-bottom:.125rem;word-break:break-word}body.page-product .page-product-top .product-info .product-options .option-checkbox-item:hover{border-color:#22c55e!important;box-shadow:0 2px 4px rgba(34,197,94,.2);transform:translateY(-2px)}body.page-product .page-product-top .product-info .product-options .option-checkbox-item:hover label .option-name{color:#fafafa!important}body.page-product .page-product-top .product-info .product-options .option-checkbox-item.selected,body.page-product .page-product-top .product-info .product-options .option-checkbox-item:has(input:checked){background-color:rgba(34,197,94,.1)!important;border-color:#22c55e!important}body.page-product .page-product-top .product-info .product-options .option-checkbox-item.selected label,body.page-product .page-product-top .product-info .product-options .option-checkbox-item:has(input:checked) label{color:#22c55e!important;font-weight:600}body.page-product .page-product-top .product-info .product-options .option-checkbox-item.selected label .option-name,body.page-product .page-product-top .product-info .product-options .option-checkbox-item:has(input:checked) label .option-name{color:#22c55e!important;font-weight:600}body.page-product .page-product-top .product-info .product-options .option-checkbox-item.out-of-stock{background-color:#0a0a0a!important;border-color:#262626!important;cursor:not-allowed!important;opacity:.6}body.page-product .page-product-top .product-info .product-options .option-checkbox-item.out-of-stock:hover{border-color:#262626!important;box-shadow:none!important;transform:none}body.page-product .page-product-top .product-info .product-options .option-checkbox-item.out-of-stock label{color:#a3a3a3!important;cursor:not-allowed}body.page-product .page-product-top .product-info .product-options .option-checkbox-item.out-of-stock label .option-name{color:#a3a3a3!important;opacity:.7}body.page-product .page-product-top .product-info .product-options .option-checkbox-item .form-check-input{display:none}body.page-product .page-product-top .product-info .product-options .option-checkbox-item .price-adjustment{color:#22c55e!important;font-size:.875rem;font-weight:600;margin-top:.25rem}body.page-product .page-product-top .product-info .product-options .option-checkbox-item .out-of-stock-text{color:#ef4444!important}body.page-product .page-product-top .product-info .product-options .option-checkbox-item .option-image{margin-bottom:.5rem}body.page-product .page-product-top .product-info .product-options .option-checkbox-item .option-image img{border:1px solid #262626;border-radius:.25rem;height:auto;width:100%}body.page-product .page-product-top .product-info .product-options .current-selection-summary{background:linear-gradient(135deg,#171717,#262626)!important;border:1px solid #262626;border-radius:.75rem;box-shadow:0 10px 15px -3px rgba(0,0,0,.5);padding:1rem}body.page-product .page-product-top .product-info .product-options .current-selection-summary .card{background:transparent;border:none}body.page-product .page-product-top .product-info .product-options .current-selection-summary .card .card-title{color:#fafafa!important;font-family:var(--font-heading);font-weight:600;margin-bottom:.9375rem}body.page-product .page-product-top .product-info .product-options .selected-option-item{background-color:#171717!important;border:1px solid #262626;border-radius:.5rem;box-shadow:0 1px 2px 0 rgba(0,0,0,.3);margin-bottom:.5rem;padding:.5rem .75rem;transition:transform .3s ease-out}body.page-product .page-product-top .product-info .product-options .selected-option-item:hover{border-color:#eab308;box-shadow:0 4px 6px -1px rgba(0,0,0,.4);transform:translateY(-2px)}body.page-product .page-product-top .product-info .product-options .selected-option-item .badge{background-color:#262626!important;border:1px solid #262626;color:#e5e5e5!important}body.page-product .page-product-top .product-info .product-options .selected-option-item .option-value{color:#e5e5e5!important;font-weight:500}body.page-product .page-product-top .product-info .product-options .total-price-display{background-color:#171717!important;border:1px solid #eab308!important;border-left-width:4px!important;border-radius:.5rem;padding:.75rem}body.page-product .page-product-top .product-info .product-options .current-total-price{color:#eab308!important;font-size:1.1em!important;font-weight:700!important}body.page-product .page-product-top .product-info .product-options .option-description{background-color:#262626!important;border-left-color:#eab308!important;border-radius:.25rem;margin-top:.5rem;padding:.625rem}body.page-product .page-product-top .product-info .product-options .option-description small{color:#a3a3a3!important;font-style:italic}body.page-product .page-product-top .product-info .product-options .price-adjustment{color:#22c55e!important;font-size:.9em;font-weight:500}body.page-product .page-product-top .product-info .product-options .out-of-stock-text{color:#ef4444!important;font-size:.8em;font-weight:500;margin-left:.3125rem}body.page-product .page-product-top .product-info .product-options .option-error-message{align-items:center;animation:fadeIn .3s ease-in;background-color:rgba(239,68,68,.1);border-left:3px solid #ef4444;border-radius:.25rem;color:#ef4444!important;display:flex;font-size:.875em;margin-top:.5rem;padding:.5rem}body.page-product .page-product-top .product-info .product-options .option-error-message i{font-size:1em;margin-right:.375rem}@keyframes fadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}body.page-product .page-product-top .product-info .product-options .option-name{color:#fafafa!important;display:block;font-weight:500;line-height:1.4;margin-bottom:.125rem;word-break:break-word}body.page-product .page-product-top .product-info .product-options .mobile-option-item .option-name,body.page-product .page-product-top .product-info .product-options .mobile-option-label .option-name{color:#fafafa!important;display:block;font-size:.8125rem;font-weight:500;line-height:1.4;margin-bottom:.125rem;word-break:break-word}@media (max-width:576px){body.page-product .page-product-top .product-info .product-options .mobile-option-item .option-name,body.page-product .page-product-top .product-info .product-options .mobile-option-label .option-name{font-size:.6875rem}}body.page-product .page-product-top .product-info .product-options .mobile-option-item .price-adjustment,body.page-product .page-product-top .product-info .product-options .mobile-option-label .price-adjustment{color:#eab308!important;display:block;font-size:.75rem;font-weight:600;margin-top:.25rem}@media (max-width:576px){body.page-product .page-product-top .product-info .product-options .mobile-option-item .price-adjustment,body.page-product .page-product-top .product-info .product-options .mobile-option-label .price-adjustment{font-size:.5625rem}}body.page-product .page-product-top .product-info .product-options .mobile-option-item .out-of-stock-text,body.page-product .page-product-top .product-info .product-options .mobile-option-label .out-of-stock-text{color:#ef4444!important;display:block;font-size:.75rem;font-weight:500;margin-top:.25rem}@media (max-width:576px){body.page-product .page-product-top .product-info .product-options .mobile-option-item .out-of-stock-text,body.page-product .page-product-top .product-info .product-options .mobile-option-label .out-of-stock-text{font-size:.5625rem}}body.page-product .page-product-top .product-info .product-options .option-radio-item.selected .mobile-option-label .option-name,body.page-product .page-product-top .product-info .product-options .option-radio-item.selected .option-name,body.page-product .page-product-top .product-info .product-options .option-radio-item.selected label .option-name,body.page-product .page-product-top .product-info .product-options .option-radio-item:has(input:checked) .mobile-option-label .option-name,body.page-product .page-product-top .product-info .product-options .option-radio-item:has(input:checked) .option-name,body.page-product .page-product-top .product-info .product-options .option-radio-item:has(input:checked) label .option-name{color:#eab308!important;font-weight:600}body.page-product .page-product-top .product-info .product-options .option-checkbox-item.selected .mobile-option-label .option-name,body.page-product .page-product-top .product-info .product-options .option-checkbox-item.selected .option-name,body.page-product .page-product-top .product-info .product-options .option-checkbox-item.selected label .option-name,body.page-product .page-product-top .product-info .product-options .option-checkbox-item:has(input:checked) .mobile-option-label .option-name,body.page-product .page-product-top .product-info .product-options .option-checkbox-item:has(input:checked) .option-name,body.page-product .page-product-top .product-info .product-options .option-checkbox-item:has(input:checked) label .option-name{color:#22c55e!important;font-weight:600}body.page-product .page-product-top .product-info .product-info-bottom{margin-bottom:1.25rem}@media (min-width:992px){body.page-product .page-product-top .product-info .product-info-bottom{align-items:center;display:flex;height:3.125rem}}body.page-product .page-product-top .product-info .product-info-bottom .quantity-wrap{background-color:#262626!important;border-color:#262626!important}@media (max-width:992px){body.page-product .page-product-top .product-info .product-info-bottom .quantity-wrap{height:2.5rem;margin-bottom:.625rem}}body.page-product .page-product-top .product-info .product-info-bottom .quantity-wrap input{background-color:transparent!important;color:#fafafa!important}body.page-product .page-product-top .product-info .product-info-bottom .quantity-wrap div{color:#a3a3a3!important}body.page-product .page-product-top .product-info .product-info-bottom .quantity-wrap div:hover{color:#eab308!important}@media (max-width:991px){body.page-product .page-product-top .product-info .product-info-bottom .product-info-btns .btn{font-size:1rem;min-height:2.75rem;padding:.625rem 1.25rem}}body.page-product .page-product-top .product-info .product-info-bottom .product-info-btns{height:inherit}@media (min-width:992px){body.page-product .page-product-top .product-info .product-info-bottom .product-info-btns{margin-left:1.25rem}}@media (max-width:992px){body.page-product .page-product-top .product-info .product-info-bottom .product-info-btns{display:flex;height:2.5rem}}body.page-product .page-product-top .product-info .product-info-bottom .product-info-btns .btn{border-radius:0;font-size:1rem;font-weight:600;height:inherit;padding:0 1.25rem;transition:all .3s ease-out}@media (max-width:992px){body.page-product .page-product-top .product-info .product-info-bottom .product-info-btns .btn{width:50%}}body.page-product .page-product-top .product-info .product-info-bottom .product-info-btns .btn.btn-primary{background-color:#eab308!important;border-color:#eab308!important;color:#0a0a0a!important}body.page-product .page-product-top .product-info .product-info-bottom .product-info-btns .btn.btn-primary:hover{background-color:#ca8a04!important;border-color:#ca8a04!important;box-shadow:0 0 20px rgba(234,179,8,.3);transform:translateY(-2px)}body.page-product .page-product-top .product-info .product-info-bottom .product-info-btns .btn.buy-now{background-color:#262626!important;border-color:#262626!important;color:#fafafa!important}body.page-product .page-product-top .product-info .product-info-bottom .product-info-btns .btn.buy-now:hover{background-color:#171717!important;border-color:#eab308!important;color:#eab308!important}body.page-product .page-product-top .product-info .add-wishlist{color:#e5e5e5!important;cursor:pointer;font-weight:600;transition:color .3s ease-out}body.page-product .page-product-top .product-info .add-wishlist:hover{color:#eab308!important;text-decoration:underline}body.page-product .page-product-top .product-info .add-wishlist i{margin-right:.25rem}body.page-product .product-description{background-color:#171717;border:1px solid #262626;border-radius:.5rem;margin-bottom:2.5rem;padding:1.5rem}@media (min-width:992px){body.page-product .product-description{padding:2rem}}body.page-product .product-description h2,body.page-product .product-description h3,body.page-product .product-description h4{color:#fafafa!important;font-family:var(--font-heading);font-weight:700;margin-bottom:1rem;margin-top:1.5rem}body.page-product .product-description p{color:#e5e5e5!important;line-height:1.8;margin-bottom:1rem}body.page-product .product-description ol,body.page-product .product-description ul{color:#e5e5e5!important;margin-bottom:1rem;padding-left:1.5rem}body.page-product .product-description ol li,body.page-product .product-description ul li{color:#e5e5e5!important;margin-bottom:.5rem}body.page-product .product-description img{border:1px solid #262626;border-radius:.375rem;height:auto;margin:1rem 0;max-width:100%}body.page-product .bundle-items-display{background-color:#262626!important;border-color:#262626!important;border-radius:.5rem;margin:.9375rem 0;padding:.9375rem}body.page-product .bundle-title{color:#fafafa!important;font-family:var(--font-heading);font-weight:600;margin-bottom:.625rem}body.page-product .bundle-products{gap:.625rem}body.page-product .bundle-product-item{background-color:#171717!important;border-color:#262626!important;border-radius:.375rem;margin:.125rem 0;padding:.5rem}body.page-product .bundle-product-name{color:#e5e5e5!important;font-size:.875rem;font-weight:500;line-height:1.2}body.page-product .bundle-separator{color:#a3a3a3!important;font-size:.825rem;font-weight:700}body.page-product .bundle-total-price{border-top-color:#262626!important;color:#eab308!important;font-size:1rem;font-weight:700;padding-top:.625rem}body.page-cart .products-table .product-name{color:#222}body.page-cart .products-table .product-name a{color:inherit}body.page-cart .products-table .product-name a:hover{color:#e91e63}body.page-cart .products-table .td-image{padding:0}@media (min-width:768px){body.page-cart .products-table .td-image{width:70px}body.page-cart .products-table .product-image{height:50px;margin-right:10px;width:50px}}body.page-cart .products-table .product-image img{max-height:100%}body.page-cart .products-table .quantity-wrap{height:27px}body.page-cart .products-table .quantity-wrap>div{font-size:14px}@media (min-width:768px){body.page-cart .products-table .quantity-wrap{height:40px;width:120px}body.page-cart .products-table .quantity-wrap>div{font-size:18px}}body.page-cart .products-table .quantity-wrap input{font-size:14px}@media (max-width:768px){body.page-cart .products-table tr{position:relative}body.page-cart .products-table .td-price,body.page-cart .products-table .td-subtotal,body.page-cart .products-table thead{display:none}body.page-cart .products-table .td-product-check{padding-left:0}body.page-cart .products-table .td-product-info{padding:20px 0 20px 10px;width:100%}body.page-cart .products-table .td-delete{padding-right:0}}@media (min-width:768px){body.page-cart .products-table .mb-price{display:none}}body.page-cart .cart-data{background-color:#f8f9fa;padding:26px}body.page-cart .cart-data .title{font-size:20px;margin-bottom:20px}body.page-cart .cart-data .cart-data-list>li{border-bottom:1px solid #eee;font-size:15px;padding:16px 0}body.page-cart .cart-data .cart-data-list>li:last-child{border-bottom:none}body.page-cart .cart-data .cart-data-list>li:last-child>span:last-child{color:#e53e3e;font-size:24px}body.page-cart{background-color:#0a0a0a!important;color:#fafafa!important}body.page-cart .products-table{background-color:#171717!important;border:1px solid #262626!important;border-radius:.5rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.4);overflow:hidden}@media (min-width:768px){body.page-cart .products-table{border-radius:.75rem;box-shadow:0 10px 15px -3px rgba(0,0,0,.5)}}body.page-cart .products-table thead{background-color:#262626!important;border-bottom:2px solid #262626!important}body.page-cart .products-table thead th{border-bottom:none!important;color:#fafafa!important;font-size:.9375rem;font-weight:700;letter-spacing:.05em;padding:1rem .75rem;text-transform:uppercase}@media (max-width:767px){body.page-cart .products-table thead th{font-size:.875rem;padding:.75rem .5rem}}body.page-cart .products-table thead th .form-check-input{background-color:#171717!important;border-color:#262626!important;cursor:pointer;transition:all .3s ease-out}body.page-cart .products-table thead th .form-check-input:checked{background-color:#eab308!important;border-color:#eab308!important}body.page-cart .products-table thead th .form-check-input:focus{border-color:#eab308!important;box-shadow:0 0 0 .2rem rgba(234,179,8,.25)!important}body.page-cart .products-table tbody tr{border-bottom:1px solid #262626!important;transition:background-color .3s ease-out}body.page-cart .products-table tbody tr:hover{background-color:#262626!important}body.page-cart .products-table tbody tr:last-child{border-bottom:none!important}body.page-cart .products-table tbody tr td{color:#e5e5e5!important;padding:1rem .75rem;vertical-align:middle}@media (max-width:767px){body.page-cart .products-table tbody tr td{padding:.75rem .5rem}}body.page-cart .products-table tbody tr td .form-check-input{background-color:#171717!important;border-color:#262626!important;cursor:pointer;transition:all .3s ease-out}body.page-cart .products-table tbody tr td .form-check-input:checked{background-color:#eab308!important;border-color:#eab308!important}body.page-cart .products-table tbody tr td .form-check-input:focus{border-color:#eab308!important;box-shadow:0 0 0 .2rem rgba(234,179,8,.25)!important}body.page-cart .products-table tbody tr td .form-check-input:disabled{cursor:not-allowed;opacity:.5}body.page-cart .products-table .product-item{align-items:flex-start;display:flex;gap:1rem}@media (max-width:767px){body.page-cart .products-table .product-item{flex-direction:column;gap:.75rem}}body.page-cart .products-table .product-name{color:#fafafa!important;font-size:1rem;font-weight:600;line-height:1.5;margin-bottom:.5rem}@media (max-width:767px){body.page-cart .products-table .product-name{font-size:.9375rem;margin-bottom:.375rem}}body.page-cart .products-table .product-name a{color:#fafafa!important;display:block;text-decoration:none;transition:color .3s ease-out}body.page-cart .products-table .product-name a:hover{color:#eab308!important;text-decoration:underline}body.page-cart .products-table .td-image{padding:.5rem;width:100px}@media (min-width:768px){body.page-cart .products-table .td-image{padding:.75rem;width:70px}}body.page-cart .products-table .product-image{background-color:#262626;border:1px solid #262626!important;border-radius:.375rem;height:90px;overflow:hidden;transition:all .3s ease-out;width:90px}@media (min-width:768px){body.page-cart .products-table .product-image{height:50px;margin-right:.625rem;width:50px}}body.page-cart .products-table .product-image:hover{border-color:#eab308!important;box-shadow:0 1px 2px 0 rgba(0,0,0,.3)}body.page-cart .products-table .product-image img{display:block;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}body.page-cart .products-table .product-info{flex:1;min-width:0}body.page-cart .products-table .product-info .text-secondary{color:#a3a3a3!important;font-size:.875rem;line-height:1.6;margin-top:.5rem}@media (max-width:767px){body.page-cart .products-table .product-info .text-secondary{font-size:.8125rem;margin-top:.375rem}}body.page-cart .products-table .product-info .product-options{border-top:1px solid #262626;margin-top:.75rem;padding-top:.75rem}body.page-cart .products-table .product-info .product-options .option-item{align-items:center;display:flex;flex-wrap:wrap;font-size:.8125rem;gap:.5rem;line-height:1.5;margin-bottom:.5rem}@media (max-width:767px){body.page-cart .products-table .product-info .product-options .option-item{font-size:.75rem;margin-bottom:.375rem}}body.page-cart .products-table .product-info .product-options .option-item .option-name{color:#a3a3a3!important;font-weight:500}body.page-cart .products-table .product-info .product-options .option-item .option-value{color:#e5e5e5!important;font-weight:600}body.page-cart .products-table .product-info .product-options .option-item .price-adjustment{color:#eab308!important;font-size:.8125rem;font-weight:600}body.page-cart .products-table .product-info .product-options .option-item .price-adjustment.text-muted{color:#eab308!important}body.page-cart .products-table .product-info .badge{border-radius:.25rem;font-size:.75rem;font-weight:600;letter-spacing:.05em;padding:.25rem .625rem;text-transform:uppercase}body.page-cart .products-table .product-info .badge.bg-danger{background-color:#f43f5e!important;color:#fff!important}body.page-cart .products-table .product-info .badge.bg-warning{background-color:#eab308!important;color:#0a0a0a!important}body.page-cart .products-table .quantity-wrap{align-items:center;background-color:#262626;border:1px solid #262626!important;border-radius:.375rem;display:flex;height:2.75rem;overflow:hidden;transition:all .3s ease-out;width:90px}@media (min-width:768px){body.page-cart .products-table .quantity-wrap{height:2.5rem;width:120px}}body.page-cart .products-table .quantity-wrap:hover{border-color:#eab308!important;box-shadow:0 1px 2px 0 rgba(0,0,0,.3)}body.page-cart .products-table .quantity-wrap>div{align-items:center;background-color:transparent;border:none;color:#e5e5e5;cursor:pointer;display:flex;font-size:.875rem;height:100%;justify-content:center;transition:all .3s ease-out;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:2rem}@media (min-width:768px){body.page-cart .products-table .quantity-wrap>div{font-size:1.125rem}}body.page-cart .products-table .quantity-wrap>div:hover{background-color:#1f1f1f;color:#eab308}body.page-cart .products-table .quantity-wrap>div:active{background-color:#262626}body.page-cart .products-table .quantity-wrap>div i{font-size:.875rem}@media (min-width:768px){body.page-cart .products-table .quantity-wrap>div i{font-size:1rem}}body.page-cart .products-table .quantity-wrap>div.minus{border-right:1px solid #262626!important}body.page-cart .products-table .quantity-wrap>div.plus{border-left:1px solid #262626!important}body.page-cart .products-table .quantity-wrap input{background-color:transparent!important;border:none!important;color:#fafafa!important;flex:1;font-size:.875rem;height:100%;padding:0 .5rem;text-align:center;width:100%}@media (min-width:768px){body.page-cart .products-table .quantity-wrap input{font-size:1rem}}body.page-cart .products-table .quantity-wrap input:focus{background-color:transparent!important;outline:none}body.page-cart .products-table .quantity-wrap input::-webkit-inner-spin-button,body.page-cart .products-table .quantity-wrap input::-webkit-outer-spin-button{cursor:pointer;opacity:1}body.page-cart .products-table .td-price,body.page-cart .products-table .td-subtotal{color:#fafafa!important;font-size:1rem;font-weight:600;white-space:nowrap}@media (min-width:768px){body.page-cart .products-table .td-price,body.page-cart .products-table .td-subtotal{font-size:1.0625rem}}body.page-cart .products-table .mb-price{color:#a3a3a3!important;font-size:.875rem;font-weight:500;margin-top:.5rem}body.page-cart .products-table .td-delete{text-align:center}body.page-cart .products-table .td-delete .delete-cart{align-items:center;background-color:transparent;border-radius:50%;color:#f43f5e!important;cursor:pointer;display:inline-flex;height:2rem;justify-content:center;transition:all .3s ease-out;width:2rem}body.page-cart .products-table .td-delete .delete-cart:hover{background-color:#f43f5e!important;color:#fff!important;transform:scale(1.1)}body.page-cart .products-table .td-delete .delete-cart:active{transform:scale(.95)}body.page-cart .products-table .td-delete .delete-cart i{font-size:1.25rem}@media (max-width:767px){body.page-cart .products-table tr{background-color:#262626!important;border:1px solid #262626!important;border-radius:.5rem;display:block;margin-bottom:1rem;padding:1rem;position:relative}body.page-cart .products-table .td-price,body.page-cart .products-table .td-subtotal,body.page-cart .products-table thead{display:none}body.page-cart .products-table .td-product-check{left:1rem;padding-left:0;position:absolute;top:1rem}body.page-cart .products-table .td-product-info{padding:.5rem 0 .5rem 2.5rem;width:100%}body.page-cart .products-table .td-delete{padding-right:0;position:absolute;right:1rem;top:1rem}}body.page-cart .cart-data{background-color:#171717!important;border:1px solid #262626!important;border-radius:.5rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.4);padding:1.625rem;position:sticky;top:1rem}@media (min-width:768px){body.page-cart .cart-data{border-radius:.75rem;box-shadow:0 10px 15px -3px rgba(0,0,0,.5);padding:2rem}}body.page-cart .cart-data .title{border-bottom:2px solid #262626;color:#fafafa!important;font-family:var(--font-heading);font-size:1.25rem;font-weight:700;margin-bottom:1.25rem;padding-bottom:.75rem}@media (min-width:768px){body.page-cart .cart-data .title{font-size:1.5rem;margin-bottom:1.5rem}}body.page-cart .cart-data .cart-data-list{list-style:none;margin-bottom:1.5rem;padding:0}body.page-cart .cart-data .cart-data-list>li{align-items:center;border-bottom:1px solid #262626!important;display:flex;font-size:.9375rem;justify-content:space-between;padding:1rem 0;transition:all .3s ease-out}@media (min-width:768px){body.page-cart .cart-data .cart-data-list>li{font-size:1rem;padding:1.25rem 0}}body.page-cart .cart-data .cart-data-list>li:hover{padding-left:.5rem}body.page-cart .cart-data .cart-data-list>li span{color:#e5e5e5!important;font-weight:500}body.page-cart .cart-data .cart-data-list>li span:first-child{color:#a3a3a3!important;font-size:.8125rem;letter-spacing:.05em;text-transform:uppercase}@media (min-width:768px){body.page-cart .cart-data .cart-data-list>li span:first-child{font-size:.875rem}}body.page-cart .cart-data .cart-data-list>li span.total-amount,body.page-cart .cart-data .cart-data-list>li span.total-total{color:#fafafa!important;font-weight:600}body.page-cart .cart-data .cart-data-list>li:last-child{border-bottom:none!important;padding-bottom:0}body.page-cart .cart-data .cart-data-list>li:last-child>span:last-child{color:#eab308!important;font-family:var(--font-heading);font-size:1.5rem;font-weight:700}@media (min-width:768px){body.page-cart .cart-data .cart-data-list>li:last-child>span:last-child{font-size:1.75rem}}body.page-cart .cart-data .cart-data-list>li:last-child>span:first-child{color:#fafafa!important;font-size:1rem;font-weight:600;letter-spacing:normal;text-transform:none}@media (min-width:768px){body.page-cart .cart-data .cart-data-list>li:last-child>span:first-child{font-size:1.125rem}}body.page-cart .cart-data .btn-primary,body.page-cart .cart-data .to-checkout{background-color:#eab308!important;border-color:#eab308!important;border-radius:.5rem;box-shadow:0 1px 2px 0 rgba(0,0,0,.3);color:#0a0a0a!important;font-size:1rem;font-weight:700;letter-spacing:.05em;padding:.875rem 1.5rem;text-transform:uppercase;transition:all .3s ease-out;width:100%}@media (min-width:768px){body.page-cart .cart-data .btn-primary,body.page-cart .cart-data .to-checkout{font-size:1.125rem;padding:1rem 2rem}}body.page-cart .cart-data .btn-primary:hover:not(:disabled),body.page-cart .cart-data .to-checkout:hover:not(:disabled){background-color:#ca8a04!important;border-color:#ca8a04!important;box-shadow:0 0 20px rgba(234,179,8,.3);color:#0a0a0a!important;transform:translateY(-2px)}body.page-cart .cart-data .btn-primary:active:not(:disabled),body.page-cart .cart-data .to-checkout:active:not(:disabled){transform:translateY(0)}body.page-cart .cart-data .btn-primary:disabled,body.page-cart .cart-data .to-checkout:disabled{background-color:#262626!important;border-color:#262626!important;color:#a3a3a3!important;cursor:not-allowed;opacity:.5}body.page-cart .text-center{padding:3rem 1rem}@media (min-width:768px){body.page-cart .text-center{padding:5rem 2rem}}body.page-cart .text-center img{filter:brightness(.8);margin-bottom:2rem;opacity:.7}body.page-cart .text-center h2{color:#fafafa!important;font-family:var(--font-heading);font-size:1.5rem;font-weight:700;margin-bottom:1.5rem}@media (min-width:768px){body.page-cart .text-center h2{font-size:2rem;margin-bottom:2rem}}body.page-cart .text-center .btn-primary{background-color:#eab308!important;border-color:#eab308!important;border-radius:.5rem;box-shadow:0 1px 2px 0 rgba(0,0,0,.3);color:#0a0a0a!important;font-weight:700;letter-spacing:.05em;padding:.875rem 2rem;text-transform:uppercase;transition:all .3s ease-out}@media (min-width:768px){body.page-cart .text-center .btn-primary{font-size:1.125rem;padding:1rem 2.5rem}}body.page-cart .text-center .btn-primary:hover{background-color:#ca8a04!important;border-color:#ca8a04!important;box-shadow:0 0 20px rgba(234,179,8,.3);color:#0a0a0a!important;transform:translateY(-2px)}body.page-cart .text-center .btn-primary:active{transform:translateY(0)}body.page-checkout .layer-login{color:red}body.page-checkout .breadcrumb-wrap{margin-bottom:0}body.page-checkout footer{margin-top:0}@media (min-width:768px){body.page-checkout .checkout-container{max-width:100%;padding:0}body.page-checkout .checkout-container>.row{margin:0}body.page-checkout .checkout-container>.row .col-md-7,body.page-checkout .checkout-container>.row>.col-md-5{padding:0}}body.page-checkout .title-wrap{margin-bottom:14px}body.page-checkout .title-wrap>.title{font-size:15px}@media (min-width:768px){body.page-checkout .title-wrap>.title{font-size:18px}}body.page-checkout .checkout-info{padding-top:20px}@media (min-width:768px){body.page-checkout .checkout-info{margin-left:auto;max-width:720px;padding:40px}}body.page-checkout .checkout-info .checkout-item{margin-bottom:20px}@media (min-width:768px){body.page-checkout .checkout-info .checkout-item{margin-bottom:40px}}body.page-checkout .checkout-info .checkout-select-wrap .select-item{border:1px solid #e3e3e3;padding:10px 20px}body.page-checkout .checkout-info .checkout-select-wrap .select-item:first-child,body.page-checkout .checkout-info .checkout-select-wrap .select-item:first-child:before{border-top-left-radius:6px;border-top-right-radius:6px}body.page-checkout .checkout-info .checkout-select-wrap .select-item:last-child,body.page-checkout .checkout-info .checkout-select-wrap .select-item:last-child:before{border-bottom-left-radius:6px;border-bottom-right-radius:6px}body.page-checkout .checkout-info .checkout-select-wrap .select-item:before{border:1px solid #8446e0;bottom:-1px;inset-block-start:-1px;left:-1px;right:-1px;top:-1px;inset:-1px}body.page-checkout .checkout-info .checkout-select-wrap .select-item.active{background-color:#fbefff}body.page-checkout .checkout-info .checkout-select-wrap .select-item.active .left i{color:#8446e0}body.page-checkout .checkout-info .checkout-select-wrap .select-item .left i{color:#888;font-size:18px}body.page-checkout .checkout-info .checkout-select-wrap .select-item .left .select-title{font-size:14px;margin-left:14px}body.page-checkout .checkout-info .checkout-select-wrap .select-item .icon{height:34px}@media (min-width:768px){body.page-checkout .checkout-data{background-color:#f8f9fa;border-left:1px solid #e9edf1;height:100%;padding:0 40px}}@media (max-width:768px){body.page-checkout .checkout-data{margin-bottom:40px}}@media (min-width:768px){body.page-checkout .checkout-data .checkout-data-content{max-width:430px;padding:40px 0}}body.page-checkout .checkout-data .checkout-data-content .products-table-title{border-bottom:1px solid #e3e3e3;font-size:14px;padding-bottom:10px}body.page-checkout .checkout-data .checkout-data-content .products-table-wrap{margin-bottom:20px;margin-top:20px}body.page-checkout .checkout-data .checkout-data-content .products-table-wrap .products-table-list{margin-bottom:12px}body.page-checkout .checkout-data .checkout-data-content .products-table td{padding-left:0;padding-right:0}body.page-checkout .checkout-data .checkout-data-content .products-table .product-item .product-image{border:1px solid #e3e3e3;border-radius:4px;height:50px;margin-right:14px;position:relative;width:50px}body.page-checkout .checkout-data .checkout-data-content .products-table .product-item .product-image .icon-quantity{background-color:#e91e63;color:#fff;font-size:9px;height:18px;right:-10px;top:-5px;width:18px}body.page-checkout .checkout-data .cart-data-list{border-top:1px solid #eee}body.page-checkout .checkout-data .cart-data-list>li{border-bottom:1px solid #eee;font-size:15px;padding:16px 0}body.page-checkout .checkout-data .cart-data-list>li:last-child{border-bottom:none}body.page-checkout .checkout-data .cart-data-list>li:last-child>span:last-child{color:#e53e3e;font-size:24px}body.page-checkout{color:#fafafa!important}body.page-checkout,body.page-checkout .checkout-container{background-color:#0a0a0a!important}@media (min-width:768px){body.page-checkout .checkout-container>.row>.col-md-5,body.page-checkout .checkout-container>.row>.col-md-7{background-color:transparent}}body.page-checkout .title-wrap{align-items:center;border-bottom:1px solid #262626;display:flex;justify-content:space-between;margin-bottom:.875rem;padding-bottom:.75rem}body.page-checkout .title-wrap>.title{color:#fafafa!important;font-family:var(--font-heading);font-size:.9375rem;font-weight:700}@media (min-width:768px){body.page-checkout .title-wrap>.title{font-size:1.125rem}}body.page-checkout .title-wrap a,body.page-checkout .title-wrap span.cursor-pointer{align-items:center;color:#e5e5e5!important;display:inline-flex;font-size:.875rem;font-weight:500;gap:.375rem;text-decoration:none;transition:color .3s ease-out}body.page-checkout .title-wrap a i,body.page-checkout .title-wrap span.cursor-pointer i{color:#eab308;font-size:.875rem}body.page-checkout .title-wrap a:hover,body.page-checkout .title-wrap span.cursor-pointer:hover{color:#eab308!important;text-decoration:none}body.page-checkout .title-wrap a:hover i,body.page-checkout .title-wrap span.cursor-pointer:hover i{transform:scale(1.1)}body.page-checkout .checkout-info{background-color:#171717!important;color:#fafafa!important;padding-top:1.25rem}@media (min-width:768px){body.page-checkout .checkout-info{border-radius:.75rem;box-shadow:0 10px 15px -3px rgba(0,0,0,.5);margin-left:auto;max-width:720px;padding:2.5rem}}body.page-checkout .checkout-info .checkout-item{margin-bottom:1.25rem}@media (min-width:768px){body.page-checkout .checkout-info .checkout-item{margin-bottom:2.5rem}}body.page-checkout .checkout-info .checkout-select-wrap .select-item{align-items:center;background-color:#262626!important;border:1px solid #262626!important;color:#e5e5e5!important;cursor:pointer;display:flex;justify-content:space-between;margin-top:-1px;padding:.625rem 1.25rem;position:relative;transition:all .3s ease-out}body.page-checkout .checkout-info .checkout-select-wrap .select-item:first-child{border-top-left-radius:.375rem;border-top-right-radius:.375rem}body.page-checkout .checkout-info .checkout-select-wrap .select-item:last-child{border-bottom-left-radius:.375rem;border-bottom-right-radius:.375rem}body.page-checkout .checkout-info .checkout-select-wrap .select-item:hover{background-color:#1f1f1f!important;border-color:#404040!important}body.page-checkout .checkout-info .checkout-select-wrap .select-item:before{border:2px solid #eab308!important;border-radius:.375rem;content:"";display:none;inset:-2px;pointer-events:none;position:absolute;z-index:1}body.page-checkout .checkout-info .checkout-select-wrap .select-item.active{background-color:rgba(234,179,8,.1)!important;border-color:#eab308!important}body.page-checkout .checkout-info .checkout-select-wrap .select-item.active:before{display:block}body.page-checkout .checkout-info .checkout-select-wrap .select-item.active .left i{color:#eab308!important}body.page-checkout .checkout-info .checkout-select-wrap .select-item.active .left i:before{content:"\f517"}body.page-checkout .checkout-info .checkout-select-wrap .select-item.active .select-title{color:#fafafa!important}body.page-checkout .checkout-info .checkout-select-wrap .select-item .left{align-items:center;display:flex;flex:1;min-width:0}body.page-checkout .checkout-info .checkout-select-wrap .select-item .left i{color:#a3a3a3!important;flex-shrink:0;font-size:1.125rem;transition:color .3s ease-out}body.page-checkout .checkout-info .checkout-select-wrap .select-item .left .select-title{color:#e5e5e5!important;font-size:.875rem;line-height:1.5;margin-left:.875rem}body.page-checkout .checkout-info .checkout-select-wrap .select-item .left .select-title .address-name{color:#fafafa!important;font-weight:600;margin-bottom:.25rem}body.page-checkout .checkout-info .checkout-select-wrap .select-item .left .select-title .address-info{color:#a3a3a3!important;font-size:.8125rem;line-height:1.4}body.page-checkout .checkout-info .checkout-select-wrap .select-item .edit-address{color:#a3a3a3!important;flex-shrink:0;font-size:.8125rem;margin-left:1rem;text-decoration:underline;transition:color .3s ease-out}body.page-checkout .checkout-info .checkout-select-wrap .select-item .edit-address:hover{color:#eab308!important;text-decoration:underline}body.page-checkout .checkout-info .checkout-select-wrap .select-item .icon{flex-shrink:0;height:2.125rem;margin-left:1rem;max-width:200px}body.page-checkout .checkout-info .checkout-select-wrap .select-item .icon img{filter:brightness(.9);max-height:100%}body.page-checkout .checkout-info .form-group{margin-bottom:1.5rem}body.page-checkout .checkout-info .form-group label.form-label{color:#fafafa!important;font-size:.9375rem;font-weight:600;margin-bottom:.5rem}body.page-checkout .checkout-info .form-group label.form-label .text-danger{color:#f43f5e!important}body.page-checkout .checkout-info .form-group .form-control{background-color:#262626!important;border:1px solid #262626!important;border-radius:.375rem;color:#fafafa!important;font-size:.9375rem;padding:.625rem 1rem;transition:all .3s ease-out}body.page-checkout .checkout-info .form-group .form-control::-moz-placeholder{color:#a3a3a3!important;opacity:.7}body.page-checkout .checkout-info .form-group .form-control::placeholder{color:#a3a3a3!important;opacity:.7}body.page-checkout .checkout-info .form-group .form-control:focus{background-color:#171717!important;border-color:#eab308!important;box-shadow:0 0 0 .2rem rgba(234,179,8,.25)!important;color:#fafafa!important;outline:none}body.page-checkout .checkout-info .form-group .form-control:disabled{cursor:not-allowed;opacity:.6}body.page-checkout .checkout-info .form-group textarea.form-control{min-height:100px;resize:vertical}body.page-checkout .checkout-info .form-group .invalid-feedback{color:#f43f5e!important;font-size:.8125rem;margin-top:.5rem}body.page-checkout .checkout-info .form-check .form-check-input{background-color:#171717!important;border-color:#262626!important;cursor:pointer;transition:all .3s ease-out}body.page-checkout .checkout-info .form-check .form-check-input:checked{background-color:#eab308!important;border-color:#eab308!important}body.page-checkout .checkout-info .form-check .form-check-input:focus{border-color:#eab308!important;box-shadow:0 0 0 .2rem rgba(234,179,8,.25)!important}body.page-checkout .checkout-info .form-check .form-check-label{color:#e5e5e5!important;cursor:pointer;font-size:.9375rem;font-weight:500;transition:color .3s ease-out}body.page-checkout .checkout-info .form-check .form-check-label:hover{color:#fafafa!important}body.page-checkout .checkout-data{background-color:#171717!important;color:#fafafa!important}@media (min-width:768px){body.page-checkout .checkout-data{background-color:#171717!important;border-left:1px solid #262626!important;box-shadow:-2px 0 10px rgba(0,0,0,.3);height:100%;padding:0 2.5rem}}@media (max-width:767px){body.page-checkout .checkout-data{border-radius:.5rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.4);margin-bottom:2.5rem;padding:1.5rem}}@media (min-width:768px){body.page-checkout .checkout-data .checkout-data-content{max-width:430px;padding:2.5rem 0}}body.page-checkout .checkout-data .checkout-data-content .title-wrap .title{color:#fafafa!important;font-family:var(--font-heading);font-size:1.125rem;font-weight:700}@media (min-width:768px){body.page-checkout .checkout-data .checkout-data-content .title-wrap .title{font-size:1.25rem}}body.page-checkout .checkout-data .checkout-data-content .products-table-title{align-items:center;border-bottom:1px solid #262626!important;color:#fafafa!important;display:flex;font-size:.875rem;font-weight:700;justify-content:space-between;letter-spacing:.05em;padding-bottom:.625rem;text-transform:uppercase}body.page-checkout .checkout-data .checkout-data-content .products-table-wrap{margin-bottom:1.25rem;margin-top:1.25rem}body.page-checkout .checkout-data .checkout-data-content .products-table-wrap .products-table-list{border-bottom:1px solid #262626;display:flex;flex-direction:column;justify-content:space-between;margin-bottom:.75rem;padding-bottom:.75rem}body.page-checkout .checkout-data .checkout-data-content .products-table-wrap .products-table-list:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}body.page-checkout .checkout-data .checkout-data-content .products-table-wrap .products-table-list>div{flex:1;min-width:0}body.page-checkout .checkout-data .checkout-data-content .products-table-wrap .products-table-list>div:last-child{color:#fafafa!important;flex-shrink:0;font-size:.9375rem;font-weight:600;margin-left:1rem;text-align:right}body.page-checkout .checkout-data .checkout-data-content .products-table .product-item{align-items:flex-start;display:flex;gap:.875rem}body.page-checkout .checkout-data .checkout-data-content .products-table .product-item .product-image{background-color:#262626;border:1px solid #262626!important;border-radius:.25rem;flex-shrink:0;height:3.125rem;margin-right:.875rem;overflow:hidden;width:3.125rem}body.page-checkout .checkout-data .checkout-data-content .products-table .product-item .product-image .icon-quantity{align-items:center;background-color:#eab308!important;border-radius:50%;color:#0a0a0a!important;display:flex;font-size:.5625rem;font-weight:700;height:1.125rem;justify-content:center;position:absolute;right:-.625rem;top:-.3125rem;width:1.125rem}body.page-checkout .checkout-data .checkout-data-content .products-table .product-item .product-image img{height:100%;max-height:100%;-o-object-fit:cover;object-fit:cover;width:100%}body.page-checkout .checkout-data .checkout-data-content .products-table .product-item .product-info{flex:1;min-width:0}body.page-checkout .checkout-data .checkout-data-content .products-table .product-item .product-info .name{color:#fafafa!important;font-size:.9375rem;font-weight:600;line-height:1.5;margin-bottom:.375rem}body.page-checkout .checkout-data .checkout-data-content .products-table .product-item .product-info .sku{color:#a3a3a3!important;font-size:.8125rem;line-height:1.5;margin-top:.5rem}body.page-checkout .checkout-data .checkout-data-content .products-table .product-item .product-info .sku .badge{border-radius:.25rem;font-size:.75rem;font-weight:600;letter-spacing:.05em;padding:.25rem .5rem;text-transform:uppercase}body.page-checkout .checkout-data .checkout-data-content .products-table .product-item .product-info .sku .badge.bg-danger{background-color:#f43f5e!important;color:#fff!important}body.page-checkout .checkout-data .checkout-data-content .products-table .product-item .product-info .product-options{border-top:1px solid #262626;margin-top:.5rem;padding-top:.5rem}body.page-checkout .checkout-data .checkout-data-content .products-table .product-item .product-info .product-options .option-item{color:#a3a3a3!important;font-size:.75rem;line-height:1.5;margin-bottom:.25rem}body.page-checkout .checkout-data .checkout-data-content .products-table .product-item .product-info .product-options .option-item strong{color:#e5e5e5!important;font-weight:600}body.page-checkout .checkout-data .checkout-data-content .products-table .product-item .product-info .product-options .option-item .text-primary{color:#eab308!important;font-weight:600}body.page-checkout .checkout-data .checkout-data-content .coupon-box,body.page-checkout .checkout-data .checkout-data-content .discount-box{background-color:#262626!important;border:1px solid #262626!important;border-radius:.375rem;margin-bottom:1.5rem;padding:1rem}body.page-checkout .checkout-data .checkout-data-content .coupon-box .form-control,body.page-checkout .checkout-data .checkout-data-content .discount-box .form-control{background-color:#171717!important;border-color:#262626!important;color:#fafafa!important}body.page-checkout .checkout-data .checkout-data-content .coupon-box .form-control:focus,body.page-checkout .checkout-data .checkout-data-content .discount-box .form-control:focus{border-color:#eab308!important}body.page-checkout .checkout-data .checkout-data-content .coupon-box .btn,body.page-checkout .checkout-data .checkout-data-content .discount-box .btn{background-color:#eab308!important;border-color:#eab308!important;color:#0a0a0a!important}body.page-checkout .checkout-data .checkout-data-content .coupon-box .btn:hover,body.page-checkout .checkout-data .checkout-data-content .discount-box .btn:hover{background-color:#ca8a04!important}body.page-checkout .checkout-data .checkout-data-content .balance-box{background-color:#262626!important;border:1px solid #262626!important;border-radius:.375rem;margin-bottom:1.5rem;padding:1rem}body.page-checkout .checkout-data .checkout-data-content .balance-box .form-control{background-color:#171717!important;border-color:#262626!important;color:#fafafa!important}body.page-checkout .checkout-data .checkout-data-content .balance-box .form-control:focus{border-color:#eab308!important}body.page-checkout .checkout-data .checkout-data-content .balance-box .text-danger{color:#f43f5e!important;font-size:.625rem}body.page-checkout .checkout-data .cart-data-list{border-top:1px solid #262626!important;list-style:none;margin-top:1.5rem;padding:0}body.page-checkout .checkout-data .cart-data-list>li{align-items:center;border-bottom:1px solid #262626!important;display:flex;font-size:.9375rem;justify-content:space-between;padding:1rem 0;transition:all .3s ease-out}@media (min-width:768px){body.page-checkout .checkout-data .cart-data-list>li{font-size:1rem;padding:1.25rem 0}}body.page-checkout .checkout-data .cart-data-list>li:hover{padding-left:.5rem}body.page-checkout .checkout-data .cart-data-list>li span{color:#e5e5e5!important;font-weight:500}body.page-checkout .checkout-data .cart-data-list>li span:first-child{color:#a3a3a3!important;font-size:.8125rem;letter-spacing:.05em;text-transform:uppercase}@media (min-width:768px){body.page-checkout .checkout-data .cart-data-list>li span:first-child{font-size:.875rem}}body.page-checkout .checkout-data .cart-data-list>li:last-child{border-bottom:none!important;border-top:2px solid #262626!important;margin-top:.5rem;padding-bottom:0;padding-top:1.5rem}body.page-checkout .checkout-data .cart-data-list>li:last-child>span:last-child{color:#eab308!important;font-family:var(--font-heading);font-size:1.5rem;font-weight:700}@media (min-width:768px){body.page-checkout .checkout-data .cart-data-list>li:last-child>span:last-child{font-size:1.75rem}}body.page-checkout .checkout-data .cart-data-list>li:last-child>span:first-child{color:#fafafa!important;font-size:1rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase}@media (min-width:768px){body.page-checkout .checkout-data .cart-data-list>li:last-child>span:first-child{font-size:1.125rem}}body.page-checkout .checkout-data .btn-primary,body.page-checkout .checkout-data .to-checkout{background-color:#eab308!important;border-color:#eab308!important;border-radius:.5rem;box-shadow:0 1px 2px 0 rgba(0,0,0,.3);color:#0a0a0a!important;font-size:1rem;font-weight:700;letter-spacing:.05em;padding:.875rem 1.5rem;text-transform:uppercase;transition:all .3s ease-out;width:100%}@media (min-width:768px){body.page-checkout .checkout-data .btn-primary,body.page-checkout .checkout-data .to-checkout{font-size:1.125rem;padding:1rem 2rem}}body.page-checkout .checkout-data .btn-primary:hover:not(:disabled),body.page-checkout .checkout-data .to-checkout:hover:not(:disabled){background-color:#ca8a04!important;border-color:#ca8a04!important;box-shadow:0 0 20px rgba(234,179,8,.3);color:#0a0a0a!important;transform:translateY(-2px)}body.page-checkout .checkout-data .btn-primary:active:not(:disabled),body.page-checkout .checkout-data .to-checkout:active:not(:disabled){transform:translateY(0)}body.page-checkout .checkout-data .btn-primary:disabled,body.page-checkout .checkout-data .to-checkout:disabled{background-color:#262626!important;border-color:#262626!important;color:#a3a3a3!important;cursor:not-allowed;opacity:.5;transform:none}body.page-order .account-card-title,body.page-order .tabs-plus{margin-bottom:16px}body.page-order .order_return{padding-left:20px!important}body.page-order .table-responsive{margin-top:50px}body.page-order-info .products-table td,body.page-order-info .products-table th{padding-left:0;padding-right:0}body.page-order-info .products-table .product-item{align-items:center;display:flex}body.page-order-info .products-table .product-item .product-image{border:1px solid #e3e3e3;border-radius:4px;height:50px;margin-right:14px;position:relative;width:50px}body.page-order-info .products-table .product-item .product-image .icon-quantity{align-items:center;background-color:#e91e63;border-radius:50%;color:#fff;display:flex;font-size:9px;height:18px;justify-content:center;position:absolute;right:-10px;top:-5px;width:18px}body.page-order-info .products-table .product-item .product-image img{max-height:100%}body.page-addresses .address-card{border:1px solid #e9ecef;border-radius:4px;margin-bottom:20px}body.page-addresses .address-card .address-card-header{align-items:center;border-bottom:1px solid #e9ecef;display:flex;justify-content:space-between;padding:10px 15px}body.page-addresses .address-card .address-card-header .address-card-title{margin:0}body.page-addresses .address-card .address-card-header .address-card-actions{align-items:center;display:flex}body.page-addresses .address-card .address-card-header .address-card-actions a{margin-left:10px}body.page-addresses .address-card .address-card-body{padding:15px;word-break:break-all}body.page-addresses .address-card .address-card-body p{margin:0}body.page-brands .brand-group{width:100%}body.page-brands .brand-group .btn{border:1px solid #e8e8e8}body.page-brands .brand-group .btn:hover{background-color:#f4f4f4}body.page-brands .brands-wrap{margin-top:30px}body.page-brands .brands-wrap .item ul{display:flex;flex-wrap:wrap;list-style:none;margin:0 -10px;padding-left:0}body.page-brands .brands-wrap .item ul li{margin-bottom:20px;padding:0 10px}body.page-brands .brands-wrap .item ul li a{align-items:center;display:flex;flex-direction:column;justify-content:center}body.page-brands .brands-wrap .item ul li a .img{border:1px solid #e8e8e8;margin-bottom:10px;width:99px}body.page-checkout-success .checkout-success-box{border:1px solid #ecf0f4;margin:0 auto;max-width:730px;padding:20px 10px}@media (min-width:768px){body.page-checkout-success .checkout-success-box{padding:30px}}body.page-checkout-success .checkout-success-box .order-success-icon{display:flex;justify-content:center;margin-bottom:20px}body.page-checkout-success .checkout-success-box .order-success-icon img{max-width:170px}@media (min-width:768px){body.page-checkout-success .checkout-success-box .order-success-icon img{max-width:200px}}body.page-checkout-success .checkout-success-box .checkout-success-table td,body.page-checkout-success .checkout-success-box .checkout-success-table th{padding:10px 0}body.page-checkout-success .checkout-success-box .checkout-success-title{margin-bottom:20px;text-align:center}@media (min-width:768px){body.page-checkout-success .checkout-success-box .checkout-success-title{margin-bottom:30px}}body.page-checkout-success .checkout-success-box .checkout-success-title span{font-size:18px;font-weight:700}@media (min-width:768px){body.page-checkout-success .checkout-success-box .checkout-success-title span{font-size:30px}}.rate{border-bottom-left-radius:12px;border-bottom-right-radius:12px}.rating{display:flex;flex-direction:row-reverse}.rating>input{display:none}.rating>label{color:#e31052;cursor:pointer;font-size:30px;font-weight:300;position:relative;width:1em}.rating>label:before{content:"★";opacity:0;position:absolute}.rating>label:hover:before,.rating>label:hover~label:before{opacity:1!important}.rating>input:checked~label:before{opacity:1}.rating:hover>input:checked~label:before{opacity:.4}.buttons{position:relative;top:36px}.rating-submit{border-radius:8px;color:#fff;height:auto}.rating-submit:hover{color:#fff}.page-wallet .transaction-card-box,.page-wallet .wallet-card-box,.page-wallet .withdrawal-card-box{background:#fff;border:1px solid #e8eef3;border-radius:8px;margin-bottom:20px;padding:20px}.page-wallet .transaction-card-title,.page-wallet .wallet-card-title,.page-wallet .withdrawal-card-title{border-bottom:1px solid #e8eef3;margin-bottom:15px;min-height:52px;padding-bottom:15px;padding-top:5px}.page-wallet .transaction-card-title .fw-bold,.page-wallet .wallet-card-title .fw-bold,.page-wallet .withdrawal-card-title .fw-bold{font-size:1.1rem;font-weight:600}.page-wallet .transaction-table-box,.page-wallet .wallet-table-box,.page-wallet .withdrawal-table-box{margin-top:15px}.page-wallet .transaction-table-box td,.page-wallet .transaction-table-box th,.page-wallet .wallet-table-box td,.page-wallet .wallet-table-box th,.page-wallet .withdrawal-table-box td,.page-wallet .withdrawal-table-box th{font-size:.9rem;padding:12px 8px}.page-wallet .transaction-table-box th,.page-wallet .wallet-table-box th,.page-wallet .withdrawal-table-box th{background-color:#f8f9fa;font-weight:600}.page-wallet .wallet-balance-item,.page-wallet .wallet-stats-item{padding:15px;text-align:center}.page-wallet .wallet-balance-item .value,.page-wallet .wallet-stats-item .value{font-size:1.5rem;font-weight:700;margin-bottom:5px}.page-wallet .wallet-balance-item .title,.page-wallet .wallet-stats-item .title{font-size:.9rem}.page-wallet .wallet-actions .btn.disabled{pointer-events:none}.page-wallet .withdrawal-create-box{background:#fff;border:1px solid #e8eef3;border-radius:8px;margin-bottom:20px;padding:20px}.page-wallet .wallet-balance-overview{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;box-shadow:0 4px 15px rgba(102,126,234,.2);color:#fff;margin-bottom:30px;overflow:hidden;padding:0}.page-wallet .wallet-balance-overview .balance-header{align-items:center;background:hsla(0,0%,100%,.1);border-bottom:1px solid hsla(0,0%,100%,.1);display:flex;padding:16px 20px}.page-wallet .wallet-balance-overview .balance-header i{font-size:1.2rem;margin-right:10px;opacity:.9}.page-wallet .wallet-balance-overview .balance-header span{font-size:1rem;font-weight:600}.page-wallet .wallet-balance-overview .balance-content{padding:24px 20px 20px}.page-wallet .wallet-balance-overview .balance-content .balance-main{margin-bottom:16px;text-align:center}.page-wallet .wallet-balance-overview .balance-content .balance-main .available-balance .amount{font-size:2.5rem;font-weight:700;margin-bottom:8px;text-shadow:0 2px 4px rgba(0,0,0,.1)}.page-wallet .wallet-balance-overview .balance-content .balance-main .available-balance .label{font-size:.95rem;font-weight:500;opacity:.9}.page-wallet .wallet-balance-overview .balance-content .balance-note{align-items:center;background:hsla(0,0%,100%,.1);border-radius:8px;display:flex;font-size:.85rem;justify-content:center;opacity:.9;padding:12px 16px}.page-wallet .wallet-balance-overview .balance-content .balance-note i{font-size:.9rem;margin-right:8px}.page-wallet .balance-info-box{background:#f8f9fa;border:1px solid #e9ecef;border-radius:6px;padding:15px}.page-wallet .balance-item{text-align:center}.page-wallet .balance-item .value{font-size:1.5rem;font-weight:700;margin-bottom:5px}.page-wallet .balance-item .label{color:#6c757d;font-size:.9rem}.page-wallet .withdrawal-form .required:after{color:#dc3545;content:" *"}.page-wallet .form-actions{border-top:1px solid #e8eef3;margin-top:20px;padding-top:20px}@media (max-width:768px){.page-wallet .transaction-card-box,.page-wallet .wallet-card-box,.page-wallet .withdrawal-card-box{padding:15px}.page-wallet .transaction-table-box td,.page-wallet .transaction-table-box th,.page-wallet .wallet-table-box td,.page-wallet .wallet-table-box th,.page-wallet .withdrawal-table-box td,.page-wallet .withdrawal-table-box th{font-size:.8rem;padding:8px 5px}.page-wallet .wallet-balance-item,.page-wallet .wallet-stats-item{padding:10px 5px}.page-wallet .wallet-balance-item .value,.page-wallet .wallet-stats-item .value{font-size:1.2rem}.page-wallet .withdrawal-create-box{padding:15px}.page-wallet .balance-item .value{font-size:1.2rem}.page-wallet .wallet-balance-overview{margin-bottom:20px}.page-wallet .wallet-balance-overview .balance-header{padding:12px 16px}.page-wallet .wallet-balance-overview .balance-header i{font-size:1.1rem}.page-wallet .wallet-balance-overview .balance-header span{font-size:.9rem}.page-wallet .wallet-balance-overview .balance-content{padding:20px 16px 16px}.page-wallet .wallet-balance-overview .balance-content .balance-main{margin-bottom:12px}.page-wallet .wallet-balance-overview .balance-content .balance-main .available-balance .amount{font-size:2rem}.page-wallet .wallet-balance-overview .balance-content .balance-main .available-balance .label{font-size:.9rem}.page-wallet .wallet-balance-overview .balance-content .balance-note{font-size:.8rem;padding:10px 12px}.page-wallet .wallet-balance-overview .balance-content .balance-note i{font-size:.85rem}}.line{background:#c3c1c1;height:1px;width:50%}.word{color:#c3c1c1}.social-button{align-items:center;background-color:#e91e63;border:none;border-radius:50%;color:#fff;display:flex;font-size:1.5rem;height:50px;justify-content:center;text-decoration:none;width:50px}.breadcrumb-filter-btn .btn{background-color:transparent;border:1px solid #007bff;border-radius:.375rem;color:#007bff;font-size:.875rem;font-weight:500;padding:.375rem .75rem;transition:all .15s ease-in-out;white-space:nowrap}.breadcrumb-filter-btn .btn:focus,.breadcrumb-filter-btn .btn:hover{background-color:#007bff;border-color:#007bff;box-shadow:0 0 0 .2rem rgba(0,123,255,.25);color:#fff}.breadcrumb-filter-btn .btn:active{background-color:#0056b3;border-color:#004085;color:#fff}.breadcrumb-filter-btn .btn .filter-text,.breadcrumb-filter-btn .btn i{font-size:.875rem}@media (max-width:575.98px){.breadcrumb-filter-btn .btn{font-size:.8125rem;padding:.25rem .5rem}.breadcrumb-filter-btn .btn .filter-text,.breadcrumb-filter-btn .btn i{font-size:.8125rem}}.breadcrumb-wrap .container{padding-bottom:1rem;padding-top:1rem}.breadcrumb-wrap .container.d-flex{align-items:center;flex-wrap:wrap;gap:.75rem;justify-content:space-between}@media (max-width:767.98px){.breadcrumb-wrap .container.d-flex{flex-wrap:wrap;gap:.5rem;justify-content:space-between}}.breadcrumb-wrap .container .breadcrumb{flex:1;flex-wrap:wrap;margin-bottom:0}@media (max-width:767.98px){.breadcrumb-wrap .container .breadcrumb{flex:1;margin-right:0;min-width:0}}.breadcrumb-wrap .container .breadcrumb li a,.breadcrumb-wrap .container .breadcrumb li span{hyphens:auto;word-break:break-word}@media (max-width:575.98px){.breadcrumb-wrap .container .breadcrumb li:not(:last-child):after{margin:0 5px}}.filter-sidebar .category-item{border-bottom:1px solid #f8f9fa;transition:background-color .2s ease}.filter-sidebar .category-item:hover{background-color:#f8f9fa}.filter-sidebar .category-link{font-size:14px;transition:color .2s ease}.filter-sidebar .category-link:hover{color:#e91e63!important}.filter-sidebar .category-link.active{border-radius:4px;color:#e91e63!important;font-weight:600}.filter-sidebar .category-link i{font-size:12px}.filter-sidebar .category-toggle{background:none;border:none;color:#6c757d;padding:4px 8px;transition:all .2s ease}.filter-sidebar .category-toggle:hover{background-color:#e9ecef;color:#e91e63}.filter-sidebar .category-toggle i{font-size:12px;transition:transform .2s ease}.filter-sidebar .category-toggle:not(.collapsed) i{transform:rotate(180deg)}.filter-sidebar .subcategory-item{border-bottom:1px solid #f8f9fa;transition:background-color .2s ease}.filter-sidebar .subcategory-item:hover{background-color:#f8f9fa}.filter-sidebar .subcategory-link{font-size:13px;transition:color .2s ease}.filter-sidebar .subcategory-link:hover{color:#e91e63!important}.filter-sidebar .subcategory-link.active{border-radius:4px;color:#e91e63!important;font-weight:600}.filter-sidebar .subcategory-link i{font-size:10px}.filter-sidebar .subcategory-toggle{background:none;border:none;color:#6c757d;padding:2px 6px;transition:all .2s ease}.filter-sidebar .subcategory-toggle:hover{background-color:#e9ecef;color:#e91e63}.filter-sidebar .subcategory-toggle i{font-size:10px;transition:transform .2s ease}.filter-sidebar .subcategory-toggle:not(.collapsed) i{transform:rotate(180deg)}.filter-sidebar .subsubcategory-item{transition:background-color .2s ease}.filter-sidebar .subsubcategory-item:hover{background-color:#f8f9fa}.filter-sidebar .subsubcategory-link{font-size:12px;transition:color .2s ease}.filter-sidebar .subsubcategory-link:hover{color:#e91e63!important}.filter-sidebar .subsubcategory-link.active{background-color:rgba(233,30,99,.1);border-radius:4px;color:#e91e63!important;font-weight:600}.filter-sidebar .subsubcategory-link i{font-size:8px}.filter-sidebar .accordion-item{border:none!important}.filter-sidebar .accordion-item:last-child{border-bottom:none!important}.filter-sidebar .dual-range-slider{height:40px;margin:20px 0;position:relative}.filter-sidebar .dual-range-slider .slider-track{background:#e9ecef;border-radius:3px;height:6px;left:0;position:absolute;right:0;top:50%;transform:translateY(-50%)}.filter-sidebar .dual-range-slider .slider-range{background:#e91e63;border-radius:3px;height:6px;left:0;position:absolute;right:0;top:50%;transform:translateY(-50%)}.filter-sidebar .dual-range-slider .slider-thumb{background:#e91e63;border:3px solid #fff;border-radius:50%;box-shadow:0 2px 6px rgba(0,0,0,.15);cursor:pointer;height:20px;position:absolute;top:50%;transform:translate(-50%,-50%);transition:all .2s ease;width:20px;z-index:2}.filter-sidebar .dual-range-slider .slider-thumb:hover{box-shadow:0 4px 12px rgba(0,0,0,.25);transform:translate(-50%,-50%) scale(1.1)}.filter-sidebar .dual-range-slider .slider-thumb:active{transform:translate(-50%,-50%) scale(1.2)}.filter-sidebar .dual-range-slider .slider-thumb.slider-thumb-min{left:0}.filter-sidebar .dual-range-slider .slider-thumb.slider-thumb-max{left:100%}.filter-sidebar .price-inputs-container{order:-1}.filter-sidebar .form-check{margin-bottom:.5rem}.filter-sidebar .form-check .form-check-input:checked{background-color:#e91e63;border-color:#e91e63}.filter-sidebar .form-check .form-check-input:focus{border-color:rgba(233,30,99,.5);box-shadow:0 0 0 .25rem rgba(233,30,99,.25);outline:0}.filter-sidebar .form-check .form-check-label{color:#495057;cursor:pointer;font-size:14px}.filter-sidebar .form-check .form-check-label:hover{color:#e91e63}.filter-sidebar .card{border-radius:8px;overflow:hidden}.filter-sidebar .card .card-header{border-bottom:1px solid #e9ecef;padding:1rem}.filter-sidebar .card .card-header h6{font-size:16px;margin-bottom:0}.filter-sidebar .card .card-body{padding:1rem}.filter-sidebar .clear-filters-btn{background-color:#6c757d;border-color:#6c757d;border-radius:4px;color:#fff;font-size:14px;padding:.5rem 1rem;transition:all .2s ease}.filter-sidebar .clear-filters-btn:hover{background-color:#5a6268;border-color:#545b62}.filter-sidebar .clear-filters-btn:focus{box-shadow:0 0 0 .2rem hsla(208,7%,46%,.5)}@media (max-width:767.98px){.filter-sidebar{background:#fff;box-shadow:-2px 0 10px rgba(0,0,0,.1);height:100vh;overflow-y:auto;padding:1rem;position:fixed;right:0;top:0;transform:translateX(100%);transition:transform .3s ease;width:300px;z-index:1050}.filter-sidebar.show{transform:translateX(0)}}#overlay{background:rgba(0,0,0,.5);display:none;height:100%;left:0;position:fixed;top:0;width:100%;z-index:1040}#toggleFilterSidebar{background-color:#e91e63;border-color:#e91e63;border-radius:4px;color:#fff;font-size:14px;padding:.5rem 1rem;transition:all .2s ease}#toggleFilterSidebar:hover{background-color:#c1134e;border-color:#aa1145}#toggleFilterSidebar:focus{box-shadow:0 0 0 .2rem rgba(233,30,99,.5)}#toggleFilterSidebar i{margin-right:.5rem}@media (min-width:768px){#toggleFilterSidebar{display:none}}
