:root{--aptel-primary:#0c2d52;--aptel-primary-dark:#061e36;--aptel-primary-light:#0f3460;--aptel-azure:#38bdf8;--aptel-azure-light:#7dd3fc;--aptel-accent:#38bdf8;--aptel-text:#1e293b;--aptel-text-light:#64748b;--aptel-bg:#0c2d52;--aptel-bg-light:#0f3460;--aptel-white:#ffffff;--aptel-border:#1e3a5f;--aptel-shadow:0 4px 20px rgba(0, 0, 0, 0.2);--aptel-radius:8px;--aptel-transition:0.35s ease;--aptel-transition-slow:0.5s ease}@keyframes aptel-fade-in-up{from{opacity:0;transform:translateY(25px)}to{opacity:1;transform:translateY(0)}}@keyframes aptel-fade-in{from{opacity:0}to{opacity:1}}@keyframes aptel-scale-in{from{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes aptel-float{0%,100%{transform:translateY(0)}50%{transform:translateY(-6px)}}@keyframes aptel-shine{0%{background-position:-200% center}100%{background-position:200% center}}@keyframes aptel-pulse-soft{0%,100%{box-shadow:0 4px 20px rgb(0 180 216 / .2)}50%{box-shadow:0 4px 28px rgb(0 180 216 / .35)}}@keyframes aptel-spin{to{transform:rotate(360deg)}}@keyframes aptel-loader-fade{to{opacity:0;visibility:hidden}}@keyframes aptel-loader-scale{from{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes aptel-slide-up{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}*,*::before,*::after{box-sizing:border-box}body{font-family:'Segoe UI','Tahoma','Arial',sans-serif;color:#e2e8f0;line-height:1.6;margin:0;padding:0;direction:rtl;background:#061e36!important;background-color:#061e36!important;overflow-x:hidden}#aptel-main{background:#0c2d52!important;background-color:#0c2d52!important;min-height:50vh;color:#e2e8f0}a{color:#7dd3fc;text-decoration:none;transition:var(--aptel-transition)}a:hover{color:#bae6fd}img{max-width:100%;height:auto;display:block}.aptel-container{max-width:1200px;margin:0 auto;padding:0 20px;width:100%;box-sizing:border-box}.aptel-section{overflow-x:hidden;width:100%}.aptel-header{background:#061e36!important;background-color:#061e36!important;backdrop-filter:blur(10px);box-shadow:0 2px 15px rgb(0 0 0 / .2);position:sticky;top:0;z-index:1000;transition:var(--aptel-transition)}.aptel-header-inner{display:flex;align-items:center;justify-content:space-between;padding:.5rem 0;gap:1rem;flex-wrap:wrap}.aptel-logo{font-size:1.15rem;font-weight:700;color:var(--aptel-white);flex-shrink:0}.aptel-logo img{max-height:36px;width:auto}.aptel-menu-toggle{display:none;background:#fff0;border:none;cursor:pointer;padding:.5rem;z-index:1001;order:2}.aptel-menu-icon{display:flex;flex-direction:column;gap:5px;width:28px}.aptel-menu-icon span{display:block;height:3px;background:var(--aptel-white);border-radius:2px;transition:var(--aptel-transition)}.aptel-menu-toggle.is-open .aptel-menu-icon span:nth-child(1){transform:translateY(8px) rotate(45deg)}.aptel-menu-toggle.is-open .aptel-menu-icon span:nth-child(2){opacity:0}.aptel-menu-toggle.is-open .aptel-menu-icon span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.aptel-nav{display:flex;align-items:center;gap:1.25rem;flex-wrap:wrap}.aptel-nav a{color:rgb(255 255 255 / .9);font-weight:500;font-size:.9rem;transition:var(--aptel-transition);padding:.5rem 0}.aptel-nav a:hover{color:var(--aptel-azure-light)}.aptel-cart-trigger{display:flex;align-items:center;gap:.4rem;padding:.4rem .75rem;background:#38bdf8!important;background-color:#38bdf8!important;color:#061e36!important;border-radius:var(--aptel-radius);cursor:pointer;border:none;font-size:.9rem;transition:var(--aptel-transition);order:3;flex-shrink:0}.aptel-cart-trigger:hover{background:#7dd3fc!important;background-color:#7dd3fc!important;color:#061e36!important;transform:scale(1.03)}.aptel-cart-count{background:var(--aptel-white);color:var(--aptel-primary);padding:.15rem .4rem;border-radius:50%;font-size:.75rem;font-weight:700}@media (max-width:900px){.aptel-menu-toggle{display:block;z-index:1002}.aptel-nav{position:fixed;top:60px;right:0;left:0;background:#061e36;flex-direction:column;align-items:stretch;gap:0;padding:0;max-height:0;overflow:hidden;transition:max-height 0.4s ease,padding 0.3s ease,visibility 0.4s ease;box-shadow:0 4px 20px rgb(0 0 0 / .3);z-index:1001;visibility:hidden;pointer-events:none}.aptel-nav.is-open{max-height:400px;padding:1rem 0;visibility:visible;pointer-events:auto}.aptel-nav a{padding:.85rem 1.5rem;border-bottom:1px solid rgb(255 255 255 / .1);text-align:right;font-size:1rem;display:block}.aptel-nav a:last-child{border-bottom:none}.aptel-header-inner{flex-wrap:nowrap}.aptel-logo{order:1}.aptel-cart-trigger{order:3}}@media (max-width:480px){.aptel-logo img{max-height:28px}.aptel-cart-trigger{padding:.3rem .5rem;font-size:.8rem}.aptel-cart-count{font-size:.65rem;padding:.1rem .3rem}}.aptel-hero{position:relative;color:#fff;padding:5rem 0;text-align:center;min-height:70vh;display:flex;align-items:center;justify-content:center;overflow:hidden;background:linear-gradient(135deg,#0c2d52 0%,#061e36 50%,rgb(56 189 248 / .2) 100%)!important}.aptel-hero-video-wrap{position:absolute;inset:0;z-index:0}.aptel-hero-video-wrap video{width:100%;height:100%;object-fit:cover}.aptel-hero-overlay{position:absolute;inset:0;background:linear-gradient(135deg,rgb(12 45 82 / .9) 0%,rgb(6 30 54 / .92) 50%,rgb(56 189 248 / .15) 100%);z-index:1}.aptel-hero .aptel-container{position:relative;z-index:2}.aptel-hero-logo{margin-bottom:.5rem;animation:aptel-fade-in-up 0.8s ease forwards}.aptel-hero-logo a,.aptel-hero-logo img{display:block;margin:0 auto}.aptel-hero-logo img{max-height:180px;width:auto}.aptel-hero-logo-img{max-height:180px;width:auto;filter:drop-shadow(0 4px 20px rgb(0 0 0 / .3))}.aptel-hero-logo-main{display:block;font-size:2.75rem;font-weight:700;color:#fff;letter-spacing:.02em;font-style:italic;text-shadow:0 2px 20px rgb(0 0 0 / .3)}.aptel-hero-logo-sub{display:block;font-size:1.25rem;font-weight:300;color:var(--aptel-azure-light);letter-spacing:.35em;margin-top:.25rem;text-transform:uppercase}.aptel-hero h1{margin:0 0 .5rem;font-size:2.5rem;animation:aptel-fade-in-up 0.8s ease forwards;text-shadow:0 2px 20px rgb(0 0 0 / .3)}.aptel-hero p{margin:0 0 1.5rem;font-size:1.15rem;animation:aptel-fade-in-up 0.8s ease 0.15s forwards;opacity:0;animation-fill-mode:forwards;text-shadow:0 1px 10px rgb(0 0 0 / .2)}.aptel-hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;animation:aptel-fade-in-up 0.8s ease 0.3s forwards;opacity:0;animation-fill-mode:forwards}.aptel-btn{display:inline-block;padding:.75rem 1.5rem;border-radius:var(--aptel-radius);font-weight:600;transition:var(--aptel-transition);border:none;cursor:pointer;font-size:1rem}.aptel-btn-primary{background:#38bdf8!important;background-color:#38bdf8!important;color:#061e36!important}.aptel-btn-primary:hover{background:#7dd3fc!important;background-color:#7dd3fc!important;color:#061e36!important;transform:translateY(-2px);box-shadow:0 6px 20px rgb(56 189 248 / .4)}.aptel-btn-outline{background:#fff0;color:var(--aptel-white);border:2px solid rgb(255 255 255 / .8)}.aptel-btn-outline:hover{background:rgb(255 255 255 / .15);color:var(--aptel-white);border-color:var(--aptel-white);transform:translateY(-2px)}.aptel-btn{transition:transform var(--aptel-transition),box-shadow var(--aptel-transition),background var(--aptel-transition)}.aptel-btn:active{transform:scale(.98)}.aptel-section{padding:3rem 0;animation:aptel-fade-in 0.6s ease}.aptel-section.aptel-animate-on-scroll{opacity:0;transform:translateY(25px);transition:opacity 0.6s ease,transform 0.6s ease}.aptel-section.aptel-animate-on-scroll.aptel-in-view{opacity:1;transform:translateY(0)}.aptel-section-alt{background:#0f3460!important;background-color:#0f3460!important}.aptel-section-title{text-align:center;margin-bottom:2rem;font-size:1.75rem;color:var(--aptel-white);animation:aptel-fade-in-up 0.6s ease}.aptel-section.aptel-animate-on-scroll .aptel-section-title{animation:none;transition:opacity 0.5s ease 0.1s,transform 0.5s ease 0.1s}.aptel-categories{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.5rem}.aptel-cat-card{background:var(--aptel-white);padding:1.5rem;border-radius:var(--aptel-radius);box-shadow:var(--aptel-shadow);text-align:center;transition:var(--aptel-transition);animation:aptel-fade-in-up 0.6s ease backwards;border:1px solid var(--aptel-border)}.aptel-cat-card:nth-child(1){animation-delay:0.05s}.aptel-cat-card:nth-child(2){animation-delay:0.1s}.aptel-cat-card:nth-child(3){animation-delay:0.15s}.aptel-cat-card:nth-child(4){animation-delay:0.2s}.aptel-cat-card:nth-child(5){animation-delay:0.25s}.aptel-cat-card:hover{transform:translateY(-8px);box-shadow:0 12px 30px rgb(0 180 216 / .15);border-color:var(--aptel-azure-light)}.aptel-cat-card{transition:transform var(--aptel-transition-slow),box-shadow var(--aptel-transition),border-color var(--aptel-transition)}.aptel-cat-icon{margin-bottom:.5rem;display:block;transition:var(--aptel-transition)}.aptel-cat-icon img{width:64px;height:64px;object-fit:contain;display:block;margin:0 auto}.aptel-cat-card:hover .aptel-cat-icon img{animation:aptel-float 2s ease-in-out infinite}.aptel-cat-card h3{margin:0 0 .25rem;font-size:1.1rem;color:#0c2d52}.aptel-cat-card p{color:#64748b;font-size:.9rem}.aptel-products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.5rem}.aptel-product-card{background:var(--aptel-white);border-radius:var(--aptel-radius);overflow:hidden;box-shadow:var(--aptel-shadow);transition:var(--aptel-transition);animation:aptel-scale-in 0.5s ease backwards;border:1px solid var(--aptel-border)}.aptel-product-card:nth-child(1){animation-delay:0.05s}.aptel-product-card:nth-child(2){animation-delay:0.1s}.aptel-product-card:nth-child(3){animation-delay:0.15s}.aptel-product-card:nth-child(4){animation-delay:0.2s}.aptel-product-card:nth-child(5){animation-delay:0.25s}.aptel-product-card:nth-child(6){animation-delay:0.3s}.aptel-product-card:nth-child(7){animation-delay:0.35s}.aptel-product-card:nth-child(8){animation-delay:0.4s}.aptel-product-card:hover{box-shadow:0 12px 30px rgb(0 180 216 / .15);transform:translateY(-4px);border-color:var(--aptel-azure-light)}.aptel-product-card .aptel-product-image,.aptel-product-card .aptel-product-body{transition:transform var(--aptel-transition)}.aptel-product-image{aspect-ratio:1;background:var(--aptel-bg);position:relative;overflow:hidden}.aptel-product-image img{width:100%;height:100%;object-fit:cover;transition:var(--aptel-transition-slow)}.aptel-product-card:hover .aptel-product-image img{transform:scale(1.06)}.aptel-product-body{padding:1.25rem}.aptel-product-title{margin:0 0 .5rem;font-size:1.05rem;line-height:1.4}.aptel-product-title a{color:#0c2d52}.aptel-product-title a:hover{color:#38bdf8}.aptel-product-price{font-size:1.25rem;font-weight:700;color:#0c2d52;margin-bottom:.75rem}.aptel-product-actions{display:flex;gap:.5rem;flex-wrap:wrap}.aptel-product-actions .aptel-btn{padding:.5rem 1rem;font-size:.9rem}.aptel-view-full-product{border-color:var(--aptel-azure)!important;color:var(--aptel-azure)!important}.aptel-view-full-product:hover{background:rgb(56 189 248 / .15)!important;color:var(--aptel-azure-light)!important;border-color:var(--aptel-azure-light)!important}.aptel-add-to-cart.loading{cursor:wait;opacity:.85;pointer-events:none;position:relative;padding-inline-end:2.25rem!important}.aptel-add-to-cart.loading::after{content:'';position:absolute;width:1em;height:1em;border:2px solid currentColor;border-top-color:#fff0;border-radius:50%;animation:aptel-spin 0.6s linear infinite;right:.5rem;top:50%;margin-top:-.5em}[dir="ltr"] .aptel-add-to-cart.loading::after{right:auto;left:.5rem}.aptel-about{max-width:700px;margin:0 auto;text-align:center}.aptel-about p{color:#cbd5e1;margin-bottom:1rem}.aptel-contact-wrap{max-width:500px;margin:0 auto}.aptel-contact-info{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem;text-align:center}.aptel-contact-info a{color:var(--aptel-azure)}.aptel-form-group{margin-bottom:1rem}.aptel-form-group label{display:block;margin-bottom:.35rem;font-weight:500;color:#e2e8f0}.aptel-form-group input,.aptel-form-group textarea{width:100%;padding:.75rem;border:1px solid rgb(255 255 255 / .25);border-radius:var(--aptel-radius);font-size:1rem;font-family:inherit;background:#fff;color:#1e293b}.aptel-form-group input::placeholder,.aptel-form-group textarea::placeholder{color:#64748b}.aptel-form-group textarea{min-height:120px;resize:vertical}.aptel-form-group input:focus,.aptel-form-group textarea:focus{outline:none;border-color:var(--aptel-azure);box-shadow:0 0 0 2px rgb(56 189 248 / .25)}.aptel-section-alt .aptel-contact-wrap input:not([type="submit"]):not([type="hidden"]),.aptel-section-alt .aptel-contact-wrap textarea,.aptel-section-alt .aptel-form-group input,.aptel-section-alt .aptel-form-group textarea{background:#fff!important;color:#1e293b!important;border-color:rgb(255 255 255 / .25)!important}.aptel-section-alt .aptel-contact-wrap input::placeholder,.aptel-section-alt .aptel-contact-wrap textarea::placeholder{color:#64748b}.aptel-cart-overlay{position:fixed;inset:0;background:rgb(0 0 0 / .4);z-index:9998;opacity:0;visibility:hidden;transition:var(--aptel-transition)}.aptel-cart-overlay.is-open{opacity:1;visibility:visible;transition:var(--aptel-transition)}.aptel-side-cart{position:fixed;top:0;right:0;width:100%;max-width:420px;height:100%;background:var(--aptel-white);z-index:9999;transform:translateX(100%);transition:transform var(--aptel-transition);display:flex;flex-direction:column;box-shadow:-4px 0 20px rgb(0 0 0 / .15)}.aptel-side-cart.is-open{transform:translateX(0);animation:aptel-fade-in 0.3s ease}.aptel-side-cart-header{padding:1.25rem 1.5rem;border-bottom:1px solid var(--aptel-border);display:flex;align-items:center;justify-content:space-between}.aptel-side-cart-header h3{margin:0;font-size:1.25rem}.aptel-cart-close{background:none;border:none;font-size:1.5rem;cursor:pointer;padding:.25rem;line-height:1;color:var(--aptel-text)}.aptel-side-cart-body{flex:1;overflow-y:auto;padding:1rem 1.5rem}.aptel-cart-item{display:flex;gap:1rem;padding:1rem 0;border-bottom:1px solid var(--aptel-border)}.aptel-cart-item:last-child{border-bottom:none}.aptel-cart-item-image{width:70px;height:70px;flex-shrink:0;background:var(--aptel-bg);border-radius:var(--aptel-radius);overflow:hidden}.aptel-cart-item-image img{width:100%;height:100%;object-fit:cover}.aptel-cart-item-details{flex:1;min-width:0}.aptel-cart-item-title{font-weight:600;margin-bottom:.25rem}.aptel-cart-item-title a{color:var(--aptel-text)}.aptel-cart-item-qty{font-size:.9rem;color:var(--aptel-text-light)}.aptel-cart-item-remove{background:none;border:none;color:#c00;cursor:pointer;font-size:.9rem;padding:0}.aptel-side-cart-footer{padding:1.25rem 1.5rem;border-top:1px solid var(--aptel-border)}.aptel-cart-total{font-size:1.25rem;font-weight:700;margin-bottom:1rem}.aptel-cart-buttons{display:flex;flex-direction:column;gap:.5rem}.aptel-cart-empty{text-align:center;padding:2rem;color:var(--aptel-text-light)}.woocommerce .aptel-products-grid,.woocommerce-page .aptel-products-grid{margin:0}.woocommerce ul.products{display:grid!important;grid-template-columns:repeat(auto-fill,minmax(260px,1fr))!important;gap:1.5rem!important;list-style:none!important;padding:0!important;margin:0 0 2rem!important}.woocommerce ul.products li.product{width:100%!important;margin:0!important;padding:0!important;background:var(--aptel-white);border-radius:var(--aptel-radius);overflow:hidden;box-shadow:var(--aptel-shadow)}.woocommerce ul.products li.product .woocommerce-loop-product__link{display:block}.woocommerce ul.products li.product .woocommerce-loop-product__title{padding:1rem 1.25rem 0;margin:0;font-size:1.05rem}.woocommerce ul.products li.product .price{padding:0 1.25rem;margin:.5rem 0;font-size:1.25rem;color:var(--aptel-azure)}.woocommerce ul.products li.product .button,.woocommerce ul.products li.product .added_to_cart{margin:0 1.25rem 1rem}.woocommerce a.button,.woocommerce button.button{background:#38bdf8!important;background-color:#38bdf8!important;color:#061e36!important;border:none!important;padding:.5rem 1rem!important;border-radius:var(--aptel-radius)!important;transition:var(--aptel-transition)!important}.woocommerce a.button:hover,.woocommerce button.button:hover{background:#7dd3fc!important;background-color:#7dd3fc!important;color:#061e36!important;transform:translateY(-1px)}.woocommerce .woocommerce-breadcrumb{margin-bottom:1rem;padding:0}.woocommerce .aptel-container .summary .price{font-size:1.5rem;color:var(--aptel-primary)}.woocommerce div.product form.cart{margin:1rem 0}.woocommerce .quantity input{padding:.5rem;border-radius:var(--aptel-radius);border:1px solid var(--aptel-border)}.woocommerce .cart_totals table{border-radius:var(--aptel-radius)}.woocommerce .cart_totals th{background:var(--aptel-bg)}.woocommerce-checkout .aptel-container{padding:2rem 20px}.single-product .aptel-section,.single-product .aptel-container,.single-product #aptel-main{background:#0c2d52!important;color:#e2e8f0!important}.single-product .product .summary,.single-product .product .woocommerce-product-details__short-description,.single-product .product_tabs,.single-product .woocommerce-Tabs-panel,.single-product p{color:#e2e8f0!important}.single-product .product .summary .product_title,.single-product .product h1,.single-product .product h2,.single-product .product h3{color:#fff!important}.single-product .price,.single-product .amount{color:#38bdf8!important}.single-product a:not(.button){color:#7dd3fc!important}.single-product a:not(.button):hover{color:#bae6fd!important}.single-product .woocommerce-breadcrumb,.single-product .woocommerce-breadcrumb a{color:#94a3b8!important}.single-product label{color:#cbd5e1!important}.single-product table th,.single-product table td{color:#e2e8f0!important;border-color:#1e3a5f!important}.single-product .quantity input{background:#0f3460!important;border-color:#1e3a5f!important;color:#fff!important}.single-product .aptel-section{padding:2rem 0}.single-product .product{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:start}@media (max-width:768px){.single-product .product{grid-template-columns:1fr}}.single-product .woocommerce-product-gallery{margin-bottom:1.5rem;border-radius:var(--aptel-radius);overflow:hidden}.single-product .summary{padding:0}.single-product .summary .product_title{font-size:1.75rem;margin-bottom:.75rem}.single-product .summary .price{font-size:1.5rem;margin-bottom:1rem}.single-product .woocommerce-product-details__short-description{margin-bottom:1rem;line-height:1.7}.single-product form.cart{margin:1.25rem 0}.single-product .single_add_to_cart_button{background:#38bdf8!important;color:#061e36!important;padding:.75rem 1.5rem;border-radius:var(--aptel-radius)}.single-product .related.products,.woocommerce .related.products{margin-top:3rem;padding-top:2rem;border-top:1px solid #1e3a5f}.single-product .related.products h2,.woocommerce .related.products>h2{color:#fff!important;font-size:1.5rem;margin-bottom:1.5rem;text-align:center}.single-product .related ul.products,.woocommerce .related ul.products{display:grid!important;grid-template-columns:repeat(auto-fill,minmax(200px,1fr))!important;gap:1.5rem!important;list-style:none!important;padding:0!important;margin:0!important}.single-product .related ul.products li.product,.woocommerce .related ul.products li.product{background:#0f3460!important;border:1px solid #1e3a5f;border-radius:var(--aptel-radius);padding:0!important;overflow:hidden}.single-product .related ul.products li.product .aptel-product-title a,.single-product .related ul.products li.product .woocommerce-loop-product__title{color:#e2e8f0!important}.single-product .related ul.products li.product .price{color:#38bdf8!important}.single-product .related ul.products li.product .button{background:#38bdf8!important;color:#061e36!important}.aptel-footer{background:#061e36!important;background-color:#061e36!important;color:#fff;padding:2rem 0;margin-top:3rem;text-align:center;animation:aptel-fade-in 0.5s ease}.aptel-footer a{color:rgb(255 255 255 / .9)}.aptel-footer a:hover{color:var(--aptel-white)}.aptel-footer p{margin:0;opacity:.9}.aptel-page-loader{position:fixed;inset:0;z-index:99999;background:var(--aptel-primary-dark);display:flex;align-items:center;justify-content:center;transition:opacity 0.5s ease,visibility 0.5s ease}.aptel-page-loader.aptel-loaded{opacity:0;visibility:hidden;pointer-events:none}.aptel-loader-inner{text-align:center;animation:aptel-loader-scale 0.5s ease}.aptel-loader-logo img{max-height:80px;width:auto;margin:0 auto 1.5rem;display:block;filter:brightness(1.1)}.aptel-loader-text{font-size:1.75rem;font-weight:700;color:var(--aptel-white);margin-bottom:1.5rem;letter-spacing:.02em}.aptel-loader-spinner{width:40px;height:40px;margin:0 auto;border:3px solid rgb(56 189 248 / .3);border-top-color:var(--aptel-azure);border-radius:50%;animation:aptel-spin 0.8s linear infinite}.text-center{text-align:center}.mb-0{margin-bottom:0}.aptel-quick-view-overlay{position:fixed;inset:0;background:rgb(6 30 54 / .88);z-index:9996;opacity:0;visibility:hidden;transition:var(--aptel-transition)}.aptel-quick-view-overlay.is-open{opacity:1;visibility:visible}.aptel-quick-view-modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%) scale(.95);width:95%;max-width:560px;max-height:90vh;overflow:auto;background:var(--aptel-white);z-index:9997;border-radius:12px;box-shadow:0 20px 60px rgb(0 0 0 / .3);opacity:0;visibility:hidden;transition:var(--aptel-transition)}.aptel-quick-view-modal.is-open{opacity:1;visibility:visible;transform:translate(-50%,-50%) scale(1)}.aptel-quick-view-close{position:absolute;top:1rem;left:1rem;width:40px;height:40px;background:#38bdf8!important;color:#061e36!important;border:none;border-radius:50%;font-size:1.5rem;line-height:1;cursor:pointer;z-index:2;transition:var(--aptel-transition)}.aptel-quick-view-close:hover{background:#7dd3fc!important;color:#061e36!important}.aptel-quick-view-body{padding:1.5rem}.aptel-quick-view-image{width:100%;aspect-ratio:1;background:var(--aptel-bg);border-radius:var(--aptel-radius);overflow:hidden;margin-bottom:1rem}.aptel-quick-view-image img{width:100%;height:100%;object-fit:cover}.aptel-quick-view-title{margin:0 0 .5rem;font-size:1.35rem;color:var(--aptel-primary)}.aptel-quick-view-price{font-size:1.5rem;font-weight:700;color:var(--aptel-azure);margin-bottom:1rem}.aptel-quick-view-desc{color:var(--aptel-text-light);font-size:.95rem;margin-bottom:1rem;line-height:1.6}.aptel-quick-view-sku,.aptel-quick-view-cats{font-size:.9rem;color:#64748b;margin:0 0 .5rem}.aptel-quick-view-attrs{margin:.75rem 0;padding:0;list-style:none}.aptel-quick-view-attrs dt{font-weight:600;color:#0c2d52;margin-top:.5rem}.aptel-quick-view-attrs dd{margin:.25rem 0 0;color:#475569}.aptel-quick-view-actions{display:flex;gap:.75rem;flex-wrap:wrap;margin-top:1rem}.aptel-quick-view-actions .aptel-btn{flex:1 1 auto;min-width:120px}.aptel-add-to-favorites.is-favorite{background:#fef3c7!important;color:#92400e!important;border-color:#f59e0b!important}.aptel-quick-view-actions .aptel-btn-checkout{border-color:#38bdf8!important;color:#38bdf8!important}.aptel-quick-view-actions .aptel-btn-checkout:hover{background:#38bdf8!important;color:#061e36!important}.aptel-quick-view-loading{text-align:center;padding:3rem;color:#64748b}[dir="rtl"] .aptel-side-cart{right:auto;left:0;transform:translateX(-100%)}[dir="rtl"] .aptel-side-cart.is-open{transform:translateX(0)}[dir="rtl"] .aptel-quick-view-close{left:auto;right:1rem}.woocommerce-checkout .aptel-container,.woocommerce-checkout #aptel-main{background:#0c2d52!important;color:#e2e8f0!important;padding:2rem 20px}.aptel-checkout-wrapper{max-width:1100px;margin:0 auto}.aptel-checkout-grid{display:grid;grid-template-columns:1fr 400px;gap:2rem;align-items:start}@media (max-width:900px){.aptel-checkout-grid{grid-template-columns:1fr}}.aptel-checkout-section{background:#0f3460;border:1px solid #1e3a5f;border-radius:var(--aptel-radius);padding:1.5rem;margin-bottom:1.5rem}.aptel-checkout-section-title{color:#fff!important;font-size:1.25rem;margin:0 0 1.25rem;padding-bottom:.75rem;border-bottom:1px solid #1e3a5f}.aptel-checkout-section label,.woocommerce-checkout label{color:#e2e8f0!important;font-weight:500;margin-bottom:.35rem;display:block}.aptel-checkout-section input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),.aptel-checkout-section textarea,.aptel-checkout-section select,.woocommerce-checkout .input-text,.woocommerce-checkout textarea,.woocommerce-checkout select{width:100%;padding:.75rem;border:1px solid rgb(255 255 255 / .25);border-radius:var(--aptel-radius);font-size:1rem;font-family:inherit;background:#fff!important;color:#1e293b!important;transition:var(--aptel-transition)}.aptel-checkout-section input:focus,.aptel-checkout-section textarea:focus,.aptel-checkout-section select:focus,.woocommerce-checkout .input-text:focus,.woocommerce-checkout textarea:focus{outline:none;border-color:var(--aptel-azure);box-shadow:0 0 0 2px rgb(56 189 248 / .25)}.woocommerce-checkout .form-row{margin-bottom:1rem}.woocommerce-checkout .form-row-first,.woocommerce-checkout .form-row-last{width:48%;display:inline-block}.woocommerce-checkout .form-row-first{float:right}.woocommerce-checkout .form-row-last{float:left}.woocommerce-checkout .form-row-wide{width:100%;clear:both}.aptel-order-summary{position:sticky;top:100px}.aptel-order-review{margin-top:.5rem}.aptel-order-items{margin-bottom:1.5rem}.aptel-order-item{display:flex;gap:1rem;padding:1rem 0;border-bottom:1px solid #1e3a5f;align-items:center}.aptel-order-item:last-child{border-bottom:none}.aptel-order-item-image{width:60px;height:60px;flex-shrink:0;background:#0c2d52;border-radius:var(--aptel-radius);overflow:hidden}.aptel-order-item-image img{width:100%;height:100%;object-fit:cover}.aptel-order-item-details{flex:1;min-width:0}.aptel-order-item-name{color:#fff;font-weight:600;margin-bottom:.25rem}.aptel-order-item-meta{color:#94a3b8;font-size:.9rem}.aptel-order-item-total{font-weight:700;color:#38bdf8;font-size:1.1rem}.aptel-order-totals{background:rgb(12 45 82 / .5);border-radius:var(--aptel-radius);padding:1rem;margin-top:1rem}.aptel-order-total-row{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px solid rgb(255 255 255 / .1)}.aptel-order-total-row:last-child{border-bottom:none}.aptel-total-label{color:#cbd5e1}.aptel-total-value{color:#fff;font-weight:600}.aptel-order-grand-total{padding-top:1rem;margin-top:.5rem;border-top:2px solid #38bdf8}.aptel-order-grand-total .aptel-total-label{font-size:1.15rem;font-weight:700;color:#fff}.aptel-order-grand-total .aptel-total-value{font-size:1.35rem;color:#38bdf8}.aptel-payment-section{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #1e3a5f}.aptel-payment-title{color:#fff!important;font-size:1.1rem;margin:0 0 1rem}.aptel-payment-methods{list-style:none;padding:0;margin:0 0 1.5rem}.aptel-payment-methods li{margin-bottom:.75rem}.wc_payment_methods .wc_payment_method>label{display:flex;align-items:center;gap:.75rem;padding:1rem;background:rgb(12 45 82 / .5);border:1px solid #1e3a5f;border-radius:var(--aptel-radius);cursor:pointer;transition:var(--aptel-transition);color:#e2e8f0!important}.wc_payment_methods .wc_payment_method>label:hover{border-color:#38bdf8;background:rgb(56 189 248 / .1)}.wc_payment_methods .wc_payment_method input[type="radio"]:checked+label,.wc_payment_methods .wc_payment_method>label.selected{border-color:#38bdf8;background:rgb(56 189 248 / .15)}.wc_payment_methods .payment_box{padding:1rem;margin-top:.5rem;background:rgb(6 30 54 / .5);border-radius:var(--aptel-radius);color:#cbd5e1}.aptel-place-order{margin-top:1.5rem}.aptel-place-order-btn,#place_order{width:100%;padding:1rem 2rem!important;font-size:1.15rem!important;font-weight:700!important;background:#38bdf8!important;color:#061e36!important;border:none!important;border-radius:var(--aptel-radius)!important;cursor:pointer;transition:var(--aptel-transition)!important}.aptel-place-order-btn:hover,#place_order:hover{background:#7dd3fc!important;transform:translateY(-2px);box-shadow:0 6px 20px rgb(56 189 248 / .4)}.woocommerce-terms-and-conditions-wrapper{margin-bottom:1rem}.woocommerce-terms-and-conditions-wrapper label{color:#cbd5e1!important;font-size:.9rem}.woocommerce-terms-and-conditions-wrapper a{color:#38bdf8!important}.woocommerce-checkout .woocommerce-error,.woocommerce-checkout .woocommerce-message,.woocommerce-checkout .woocommerce-info{padding:1rem 1.25rem;border-radius:var(--aptel-radius);margin-bottom:1.5rem}.woocommerce-checkout .woocommerce-error{background:rgb(239 68 68 / .15);border:1px solid #ef4444;color:#fca5a5}.woocommerce-checkout .woocommerce-message{background:rgb(34 197 94 / .15);border:1px solid #22c55e;color:#86efac}.woocommerce-checkout .woocommerce-info{background:rgb(56 189 248 / .15);border:1px solid #38bdf8;color:#7dd3fc}.woocommerce-checkout .select2-container--default .select2-selection--single{background:#fff!important;border:1px solid rgb(255 255 255 / .25);border-radius:var(--aptel-radius);height:auto;padding:.5rem}.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered{color:#1e293b!important;line-height:1.6}.aptel-checkout-notes textarea{min-height:100px;resize:vertical}@media (max-width:600px){.woocommerce-checkout .form-row-first,.woocommerce-checkout .form-row-last{width:100%;float:none}.aptel-checkout-section{padding:1rem}.aptel-order-item{flex-wrap:wrap}.aptel-order-item-total{width:100%;text-align:left;margin-top:.5rem}}.aptel-footer{background:#061e36;color:#cbd5e1;padding:3rem 0 1.5rem;margin-top:auto}.aptel-footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem;margin-bottom:2rem}.aptel-footer-info{text-align:right}.aptel-footer-logo{margin-bottom:1rem}.aptel-footer-logo img{max-height:50px;width:auto}.aptel-footer-brand{font-size:1.5rem;font-weight:700;color:#fff}.aptel-footer-desc{color:#94a3b8;font-size:.95rem;line-height:1.6}.aptel-footer-links h4,.aptel-footer-contact h4{color:#fff;font-size:1.1rem;margin-bottom:1rem;font-weight:600}.aptel-footer-links ul{list-style:none;padding:0;margin:0}.aptel-footer-links li{margin-bottom:.6rem}.aptel-footer-links a{color:#94a3b8;transition:var(--aptel-transition);font-size:.95rem}.aptel-footer-links a:hover{color:#38bdf8;padding-right:5px}.aptel-footer-contact p{margin-bottom:.6rem}.aptel-footer-contact a{color:#7dd3fc;font-size:.95rem}.aptel-footer-contact a:hover{color:#bae6fd}.aptel-footer-payment{text-align:center;padding:1.5rem 0;border-top:1px solid rgb(255 255 255 / .1);border-bottom:1px solid rgb(255 255 255 / .1);margin-bottom:1.5rem}.aptel-footer .aptel-payment-title{color:#94a3b8;font-size:.9rem;margin-bottom:1rem}.aptel-payment-icons{display:flex;justify-content:center;align-items:center;gap:1.5rem;flex-wrap:wrap}.aptel-payment-icon{height:42px;width:auto;opacity:.85;transition:var(--aptel-transition);filter:brightness(0) invert(1)}.aptel-payment-icon:hover{opacity:1;transform:scale(1.1)}.aptel-payment-icon-tap{height:48px!important;max-height:48px!important;filter:none!important;border-radius:6px;opacity:.95}.aptel-payment-icon-tap:hover{opacity:1;transform:scale(1.05)}.aptel-footer-registration{display:flex;align-items:center;justify-content:flex-start;gap:1.5rem;padding:1.25rem 0;border-top:1px solid rgb(255 255 255 / .1);margin-bottom:0}.aptel-registration-details h4{color:#fff;font-size:1rem;margin:0 0 .6rem;font-weight:600}.aptel-registration-details ul{list-style:none;padding:0;margin:0}.aptel-registration-details li{margin-bottom:.35rem;font-size:.88rem;color:#cbd5e1;display:flex;align-items:center;gap:.4rem}.aptel-registration-details li:last-child{margin-bottom:0}.aptel-reg-label{color:#94a3b8;font-weight:500;white-space:nowrap}.aptel-reg-value{color:#e2e8f0;font-weight:600;font-family:'Segoe UI',monospace;letter-spacing:.03em;direction:ltr;unicode-bidi:embed}.aptel-registration-badges{display:flex;align-items:center;gap:.75rem;flex-shrink:0}.aptel-maroof-link{display:inline-flex;align-items:center;transition:var(--aptel-transition)}.aptel-maroof-link:hover{transform:scale(1.05);opacity:.9}.aptel-maroof-logo{height:45px!important;max-height:45px!important;width:auto!important;max-width:100px!important;object-fit:contain;display:block}.aptel-qr-code{height:55px!important;width:55px!important;max-height:55px!important;max-width:55px!important;object-fit:contain;border-radius:4px;background:#fff;padding:3px;display:block}.aptel-footer-bottom{text-align:center}.aptel-footer-bottom p{color:#64748b;font-size:.85rem;margin:0}@media (max-width:768px){.aptel-footer-content{grid-template-columns:1fr;text-align:center}.aptel-footer-info{text-align:center}.aptel-footer-links a:hover{padding-right:0}.aptel-payment-icons{gap:.75rem}.aptel-payment-icon{height:34px}.aptel-payment-icon-tap{height:40px!important;max-height:40px!important}.aptel-footer-registration{flex-direction:column;text-align:center;gap:1rem;padding:1rem 0}.aptel-registration-details li{justify-content:center;font-size:.85rem}.aptel-registration-badges{justify-content:center;gap:.75rem}.aptel-maroof-logo{height:38px!important;max-height:38px!important;max-width:85px!important}.aptel-qr-code{height:48px!important;width:48px!important;max-height:48px!important;max-width:48px!important}}@media (max-width:480px){.aptel-maroof-logo{height:32px!important;max-height:32px!important;max-width:72px!important}.aptel-qr-code{height:42px!important;width:42px!important;max-height:42px!important;max-width:42px!important}.aptel-registration-details li{flex-direction:column;gap:.1rem;font-size:.82rem}.aptel-payment-icon{height:28px}.aptel-payment-icon-tap{height:32px!important;max-height:32px!important}}.aptel-single-product{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;align-items:start;margin-bottom:3rem;max-width:100%;overflow:hidden;width:100%;box-sizing:border-box}.aptel-sp-gallery{position:sticky;top:80px;min-width:0;max-width:100%}.aptel-sp-slider-wrap{position:relative;background:#0f3460;border-radius:var(--aptel-radius);overflow:hidden;border:1px solid rgb(255 255 255 / .1);max-width:100%}.aptel-sp-slides{position:relative;width:100%;aspect-ratio:1;overflow:hidden}.aptel-sp-slide{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity 0.4s ease;pointer-events:none;background:#0a1e33}.aptel-sp-slide.is-active{opacity:1;pointer-events:auto;z-index:1}.aptel-sp-slide img{width:100%;height:100%;object-fit:contain;display:block}.aptel-sp-slide video{width:100%;height:100%;object-fit:contain;background:#000}.aptel-sp-slide .aptel-sp-embed{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.aptel-sp-slide .aptel-sp-embed iframe{width:100%;height:100%;border:none}.aptel-sp-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:5;background:rgb(6 30 54 / .7);color:#fff;border:1px solid rgb(255 255 255 / .2);width:40px;height:40px;border-radius:50%;font-size:1.1rem;cursor:pointer;transition:var(--aptel-transition);display:flex;align-items:center;justify-content:center}.aptel-sp-arrow:hover{background:rgb(56 189 248 / .8);border-color:#38bdf8}.aptel-sp-prev{right:12px}.aptel-sp-next{left:12px}.aptel-sp-counter{position:absolute;bottom:10px;left:50%;transform:translateX(-50%);z-index:5;background:rgb(6 30 54 / .7);color:#cbd5e1;padding:.25rem .75rem;border-radius:20px;font-size:.8rem;backdrop-filter:blur(4px)}.aptel-sp-thumbs{display:flex;gap:.5rem;margin-top:.75rem;overflow-x:auto;scroll-behavior:smooth;padding-bottom:4px;-ms-overflow-style:none;scrollbar-width:thin}.aptel-sp-thumbs::-webkit-scrollbar{height:4px}.aptel-sp-thumbs::-webkit-scrollbar-thumb{background:rgb(255 255 255 / .2);border-radius:4px}.aptel-sp-thumb{flex-shrink:0;width:64px;height:64px;border-radius:6px;overflow:hidden;border:2px solid rgb(255 255 255 / .15);cursor:pointer;transition:var(--aptel-transition);background:#0f3460;padding:0;position:relative}.aptel-sp-thumb:hover{border-color:rgb(56 189 248 / .5)}.aptel-sp-thumb.is-active{border-color:#38bdf8;box-shadow:0 0 0 2px rgb(56 189 248 / .3)}.aptel-sp-thumb img{width:100%;height:100%;object-fit:cover;display:block}.aptel-sp-thumb-video{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:rgb(0 0 0 / .4);color:#fff;font-size:1.2rem;z-index:1}.aptel-sp-thumb-placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:#64748b;font-size:.9rem}.aptel-sp-info{color:#e2e8f0;min-width:0;max-width:100%;overflow-wrap:break-word;word-wrap:break-word}.aptel-sp-title{font-size:1.75rem;color:#fff;margin:0 0 .75rem;font-weight:700;line-height:1.3}.aptel-sp-price{font-size:1.5rem;font-weight:700;color:#38bdf8;margin-bottom:1.25rem}.aptel-sp-price del{color:#64748b;font-size:1.1rem;margin-left:.5rem}.aptel-sp-price ins{text-decoration:none}.aptel-sp-desc,.aptel-sp-full-desc{color:#cbd5e1;font-size:.95rem;line-height:1.7;margin-bottom:1.25rem;overflow-wrap:break-word;word-wrap:break-word;overflow:hidden}.aptel-sp-stock{font-size:.9rem;margin-bottom:1.25rem;padding:.5rem .75rem;border-radius:var(--aptel-radius);display:inline-block}.aptel-sp-stock.in-stock{background:rgb(34 197 94 / .15);color:#86efac;border:1px solid rgb(34 197 94 / .3)}.aptel-sp-stock.out-of-stock{background:rgb(239 68 68 / .15);color:#fca5a5;border:1px solid rgb(239 68 68 / .3)}.aptel-sp-cart-form{display:flex;gap:.75rem;align-items:center;margin-bottom:1rem;flex-wrap:wrap}.aptel-sp-qty{display:flex;align-items:center;border:1px solid rgb(255 255 255 / .2);border-radius:var(--aptel-radius);overflow:hidden}.aptel-sp-qty-btn{background:rgb(255 255 255 / .08);border:none;color:#e2e8f0;width:38px;height:38px;font-size:1.1rem;cursor:pointer;transition:var(--aptel-transition);display:flex;align-items:center;justify-content:center}.aptel-sp-qty-btn:hover{background:rgb(56 189 248 / .3)}.aptel-sp-qty-input{width:48px;text-align:center;border:none;background:#fff0;color:#fff;font-size:1rem;font-weight:600;-moz-appearance:textfield;appearance:textfield}.aptel-sp-qty-input::-webkit-inner-spin-button,.aptel-sp-qty-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.aptel-sp-add-btn{flex:1;min-width:150px;text-align:center;padding:.6rem 1.5rem!important}.aptel-sp-actions{margin-bottom:1.5rem}.aptel-sp-fav{color:#94a3b8;font-size:.95rem;transition:var(--aptel-transition);display:inline-flex;align-items:center;gap:.35rem}.aptel-sp-fav:hover,.aptel-sp-fav.is-favorite{color:#f87171}.aptel-sp-fav span{font-size:1.2rem}.aptel-sp-meta{border-top:1px solid rgb(255 255 255 / .1);padding-top:1.25rem}.aptel-sp-meta p{margin-bottom:.5rem;font-size:.9rem;color:#94a3b8}.aptel-sp-meta-label{color:#cbd5e1;font-weight:600}.aptel-sp-meta a{color:#38bdf8}.aptel-sp-meta a:hover{color:#7dd3fc}.aptel-related-products{margin-top:3rem;padding-top:2.5rem;border-top:1px solid rgb(255 255 255 / .15)}.aptel-related-products h2{color:#fff;font-size:1.6rem;text-align:center;margin-bottom:2rem;font-weight:600}.aptel-related-carousel{position:relative;padding:0 3rem}.aptel-rel-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:5;background:rgb(6 30 54 / .85);color:#fff;border:1px solid rgb(255 255 255 / .2);width:42px;height:42px;border-radius:50%;font-size:1.2rem;cursor:pointer;transition:var(--aptel-transition);display:flex;align-items:center;justify-content:center}.aptel-rel-arrow:hover{background:rgb(56 189 248 / .8);border-color:#38bdf8}.aptel-rel-prev{right:0}.aptel-rel-next{left:0}.aptel-related-track{display:flex;gap:1.25rem;overflow-x:auto;scroll-behavior:smooth;scroll-snap-type:x mandatory;-ms-overflow-style:none;scrollbar-width:none;padding:.5rem 0}.aptel-related-track::-webkit-scrollbar{display:none}.aptel-related-card{flex:0 0 calc(25% - 1rem);min-width:200px;scroll-snap-align:start;background:#fff;border-radius:var(--aptel-radius);overflow:hidden;box-shadow:var(--aptel-shadow);transition:var(--aptel-transition);border:1px solid var(--aptel-border)}.aptel-related-card:hover{transform:translateY(-6px);box-shadow:0 15px 35px rgb(0 180 216 / .2);border-color:var(--aptel-azure-light)}.aptel-related-image{aspect-ratio:1;overflow:hidden}.aptel-related-image img{width:100%;height:100%;object-fit:cover;transition:var(--aptel-transition-slow)}.aptel-related-card:hover .aptel-related-image img{transform:scale(1.08)}.aptel-related-body{padding:1.25rem}.aptel-related-title{font-size:1rem;margin:0 0 .5rem;line-height:1.4}.aptel-related-title a{color:#0c2d52;text-decoration:none}.aptel-related-title a:hover{color:#38bdf8}.aptel-related-price{font-size:1.15rem;font-weight:700;color:#0c2d52;margin-bottom:1rem}.aptel-related-price del{color:#94a3b8;font-size:.9rem;margin-left:.5rem}.aptel-related-price ins{text-decoration:none}.aptel-related-actions{display:flex;gap:.5rem}.aptel-related-actions .aptel-btn{flex:1;padding:.6rem .75rem;font-size:.85rem;text-align:center}@media (max-width:1024px){.aptel-related-card{flex:0 0 calc(33.333% - 1rem)}}@media (max-width:768px){.aptel-single-product{grid-template-columns:1fr;gap:1.5rem;padding:0}.aptel-container{padding:0 12px}.aptel-sp-gallery{position:static;max-width:100%;overflow:hidden;min-width:0}.aptel-sp-info{min-width:0;max-width:100%}.aptel-sp-title{font-size:1.4rem;word-wrap:break-word;overflow-wrap:break-word}.aptel-sp-price{font-size:1.3rem}.aptel-sp-arrow{width:34px;height:34px;font-size:.95rem}.aptel-sp-thumb{width:52px;height:52px}.aptel-related-card{flex:0 0 calc(50% - 0.75rem);min-width:160px}.aptel-related-carousel{padding:0 2.5rem}.aptel-rel-arrow{width:36px;height:36px;font-size:1rem}.aptel-related-body{padding:1rem}}@media (max-width:480px){.aptel-container{padding:0 10px}.aptel-sp-title{font-size:1.1rem;line-height:1.4}.aptel-sp-price{font-size:1.1rem}.aptel-sp-cart-form{flex-direction:column;align-items:stretch}.aptel-sp-qty{justify-content:center}.aptel-sp-add-btn{min-width:100%}.aptel-related-card{flex:0 0 70%;min-width:0}.aptel-related-carousel{padding:0 2rem}.aptel-rel-arrow{width:30px;height:30px;font-size:.9rem}.aptel-related-actions{flex-direction:column}}