:root{--gt-red: #E63946;--gt-red-dark: #c1121f;--gt-navy: #1D3557;--gt-navy-dark: #0d1b2a;--gt-black: #0A0A0A;--gt-dark: #111827;--gt-dark2: #1a1a2e;--gt-white: #ffffff;--gt-gray: #f8f9fa;--gt-gray2: #e9ecef;--gt-text: #1a1a2e;--gt-text-muted: #6b7280;--gt-border: rgba(255,255,255,.08);--gt-font: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;--gt-font-ar: "Cairo", "Inter", sans-serif;--gt-radius: 8px;--gt-radius-lg: 12px;--gt-shadow: 0 4px 24px rgba(0,0,0,.12);--gt-shadow-lg: 0 8px 40px rgba(0,0,0,.18)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth;text-size-adjust:100%;-webkit-text-size-adjust:100%}body{font-family:var(--gt-font);color:var(--gt-text);background:#fff;line-height:1.6;-webkit-font-smoothing:antialiased}[dir=rtl] body{font-family:var(--gt-font-ar)}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;background:none;font-family:inherit}ul,ol{list-style:none}.gt-announcement-bar{background:var(--gt-red);color:var(--gt-white);text-align:center;padding:8px 16px;font-size:13px;font-weight:600;letter-spacing:.3px}.gt-announcement-bar a{color:var(--gt-white);text-decoration:underline}.gt-header{background:linear-gradient(135deg,var(--gt-navy-dark) 0%,var(--gt-dark) 100%);border-bottom:2px solid var(--gt-red);position:sticky;top:0;z-index:1000;box-shadow:0 2px 20px #0006}.gt-header-inner{max-width:1400px;margin:0 auto;padding:12px 24px;display:flex;align-items:center;gap:16px}.gt-logo img{height:52px;width:auto;max-width:240px;object-fit:contain;filter:brightness(1.3) contrast(1.1) drop-shadow(0 1px 3px rgba(0,0,0,.4))}.gt-logo-text{display:flex;flex-direction:column}.gt-logo-text .gt-logo-main{font-size:22px;font-weight:900;color:var(--gt-white);letter-spacing:-.5px;line-height:1}.gt-logo-text .gt-logo-sub{font-size:10px;font-weight:600;color:#ffffff80;letter-spacing:1.5px;text-transform:uppercase}.gt-search-form{flex:1;max-width:600px;position:relative}.gt-search-input{width:100%;padding:10px 48px 10px 16px;border-radius:8px;border:1px solid rgba(255,255,255,.15);background:#ffffff14;color:var(--gt-white);font-size:14px;outline:none;transition:all .2s}.gt-search-input::placeholder{color:#fff6}.gt-search-input:focus{border-color:var(--gt-red);background:#ffffff1f}.gt-search-btn{position:absolute;right:0;top:0;bottom:0;width:44px;background:var(--gt-red);border-radius:0 8px 8px 0;display:flex;align-items:center;justify-content:center;color:var(--gt-white);transition:background .2s}.gt-search-btn:hover{background:var(--gt-red-dark)}.gt-search-btn svg{width:18px;height:18px}.gt-header-actions{display:flex;align-items:center;gap:8px;margin-left:auto}.gt-header-btn{display:flex;flex-direction:column;align-items:center;gap:2px;padding:6px 10px;border-radius:8px;color:var(--gt-white);font-size:11px;font-weight:500;transition:background .2s;position:relative}.gt-header-btn:hover{background:#ffffff1a}.gt-header-btn svg{width:20px;height:20px}.gt-cart-count{position:absolute;top:2px;right:4px;background:var(--gt-red);color:#fff;font-size:10px;font-weight:700;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center;line-height:1}.gt-category-nav{background:var(--gt-black);border-top:1px solid rgba(255,255,255,.05)}.gt-category-nav-inner{max-width:1400px;margin:0 auto;padding:0 24px;display:flex;align-items:center;gap:4px;overflow-x:auto;scrollbar-width:none}.gt-category-nav-inner::-webkit-scrollbar{display:none}.gt-cat-link{display:flex;align-items:center;gap:6px;padding:10px 14px;color:#ffffffbf;font-size:13px;font-weight:500;white-space:nowrap;border-bottom:2px solid transparent;transition:all .2s}.gt-cat-link:hover,.gt-cat-link.active{color:var(--gt-white);border-bottom-color:var(--gt-red)}.gt-mobile-menu-btn{display:none;color:var(--gt-white);padding:8px}.gt-mobile-menu-btn svg{width:24px;height:24px}.gt-hero{position:relative;width:100%;overflow:hidden;background:var(--gt-black)}.gt-hero-slides{position:relative;width:100%;height:520px;overflow:hidden}.gt-hero-slide{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;opacity:0;transition:opacity .7s ease;pointer-events:none}.gt-hero-slide.active{opacity:1;pointer-events:auto;position:relative}.gt-hero-slide img{width:100%;height:100%;object-fit:cover;object-position:center}.gt-hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.55) 0%,transparent 55%)}.gt-hero-cta{position:absolute;bottom:40px;left:50%;transform:translate(-50%);display:flex;gap:12px;z-index:2}.gt-btn-primary{display:inline-flex;align-items:center;gap:8px;padding:12px 28px;background:var(--gt-red);color:var(--gt-white);border-radius:8px;font-size:14px;font-weight:700;transition:all .2s;white-space:nowrap}.gt-btn-primary:hover{background:var(--gt-red-dark);transform:translateY(-1px)}.gt-btn-outline{display:inline-flex;align-items:center;gap:8px;padding:12px 28px;background:#ffffff26;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:var(--gt-white);border-radius:8px;font-size:14px;font-weight:700;border:1px solid rgba(255,255,255,.3);transition:all .2s;white-space:nowrap}.gt-btn-outline:hover{background:#ffffff40}.gt-hero-prev,.gt-hero-next{position:absolute;top:50%;transform:translateY(-50%);z-index:3;width:44px;height:44px;border-radius:50%;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff;display:flex;align-items:center;justify-content:center;transition:background .2s}.gt-hero-prev:hover,.gt-hero-next:hover{background:var(--gt-red)}.gt-hero-prev{left:16px}.gt-hero-next{right:16px}.gt-hero-prev svg,.gt-hero-next svg{width:20px;height:20px}.gt-hero-dots{position:absolute;bottom:16px;right:20px;display:flex;gap:6px;z-index:3}.gt-hero-dot{width:8px;height:8px;border-radius:50%;background:#fff6;transition:all .2s}.gt-hero-dot.active{background:var(--gt-red);width:24px;border-radius:4px}.gt-hero-counter{position:absolute;top:16px;right:20px;background:#00000080;color:#fff;font-size:12px;font-weight:600;padding:4px 10px;border-radius:20px;z-index:3}.gt-trust-bar{background:#f8f9fa;border-bottom:1px solid #e9ecef;padding:20px 0}.gt-trust-bar-inner{max-width:1400px;margin:0 auto;padding:0 24px;display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.gt-trust-item{display:flex;align-items:center;gap:12px}.gt-trust-icon{width:40px;height:40px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 2px 8px #00000014}.gt-trust-icon svg{width:20px;height:20px;color:var(--gt-red)}.gt-trust-title{font-size:13px;font-weight:700;color:#1a1a2e}.gt-trust-desc{font-size:11px;color:#6b7280}.gt-flash-deals{background:linear-gradient(135deg,var(--gt-navy-dark) 0%,var(--gt-dark2) 100%);padding:28px 0}.gt-flash-inner{max-width:1400px;margin:0 auto;padding:0 24px}.gt-flash-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.gt-flash-title{display:flex;align-items:center;gap:12px}.gt-flash-title-text{font-size:22px;font-weight:900;color:var(--gt-white)}.gt-countdown{display:flex;align-items:center;gap:6px;background:#ffffff14;padding:6px 14px;border-radius:8px}.gt-countdown-block{display:flex;flex-direction:column;align-items:center;background:var(--gt-red);padding:4px 10px;border-radius:6px;min-width:44px}.gt-countdown-num{font-size:20px;font-weight:900;color:#fff;line-height:1;font-variant-numeric:tabular-nums}.gt-countdown-label{font-size:9px;color:#ffffffb3;text-transform:uppercase;letter-spacing:.5px}.gt-countdown-sep{font-size:20px;font-weight:900;color:var(--gt-red)}.gt-flash-scroll{display:flex;gap:16px;overflow-x:auto;scrollbar-width:none;padding-bottom:4px}.gt-flash-scroll::-webkit-scrollbar{display:none}.gt-section{padding:40px 0}.gt-section-inner{max-width:1400px;margin:0 auto;padding:0 24px}.gt-section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.gt-section-title-wrap{display:flex;align-items:center;gap:12px}.gt-section-accent{width:4px;height:28px;background:var(--gt-red);border-radius:2px}.gt-section-title{font-size:22px;font-weight:900;color:#1a1a2e;line-height:1.2}.gt-section-subtitle{font-size:12px;color:#6b7280;margin-top:2px}.gt-view-all{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:600;color:var(--gt-red);transition:gap .2s}.gt-view-all:hover{gap:10px}.gt-product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:20px}.gt-product-scroll{display:flex;gap:16px;overflow-x:auto;scrollbar-width:none;padding-bottom:4px}.gt-product-scroll::-webkit-scrollbar{display:none}.gt-product-card{background:#fff;border-radius:var(--gt-radius-lg);overflow:hidden;box-shadow:0 2px 12px #0000000f;transition:all .25s;position:relative;border:1px solid #f0f0f0;flex-shrink:0;width:220px}.gt-product-card:hover{transform:translateY(-4px);box-shadow:0 8px 32px #0000001f;border-color:#e0e0e0}.gt-product-img-wrap{position:relative;aspect-ratio:1;overflow:hidden;background:#f8f9fa}.gt-product-img-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.gt-product-card:hover .gt-product-img-wrap img{transform:scale(1.05)}.gt-product-badge{position:absolute;top:8px;left:8px;padding:3px 8px;border-radius:4px;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.gt-badge-new{background:var(--gt-red);color:#fff}.gt-badge-sale{background:#ff6b35;color:#fff}.gt-badge-express{background:var(--gt-navy);color:#fff}.gt-product-info{padding:12px}.gt-product-name{font-size:13px;font-weight:600;color:#1a1a2e;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:8px}.gt-product-rating{display:flex;align-items:center;gap:4px;margin-bottom:8px}.gt-stars{display:flex;gap:1px}.gt-star{width:12px;height:12px;color:#f59e0b;fill:#f59e0b}.gt-star-empty{color:#d1d5db;fill:#d1d5db}.gt-rating-count{font-size:11px;color:#9ca3af}.gt-product-price{display:flex;align-items:baseline;gap:6px}.gt-price-current{font-size:17px;font-weight:800;color:var(--gt-red)}.gt-price-original{font-size:12px;color:#9ca3af;text-decoration:line-through}.gt-price-discount{font-size:11px;font-weight:700;color:#16a34a;background:#dcfce7;padding:1px 5px;border-radius:3px}.gt-add-to-cart{width:100%;margin-top:10px;padding:9px;background:var(--gt-red);color:#fff;border-radius:6px;font-size:13px;font-weight:700;transition:background .2s;display:flex;align-items:center;justify-content:center;gap:6px}.gt-add-to-cart:hover{background:var(--gt-red-dark)}.gt-add-to-cart svg{width:15px;height:15px}.gt-category-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:16px}.gt-category-card{background:#fff;border-radius:var(--gt-radius-lg);padding:20px 12px;text-align:center;box-shadow:0 2px 12px #0000000f;border:1px solid #f0f0f0;transition:all .25s;display:flex;flex-direction:column;align-items:center;gap:10px}.gt-category-card:hover{transform:translateY(-3px);box-shadow:0 6px 24px #0000001a;border-color:var(--gt-red)}.gt-category-icon{width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:26px}.gt-category-name{font-size:13px;font-weight:700;color:#1a1a2e}.gt-category-count{font-size:11px;color:#9ca3af}.gt-footer{background:linear-gradient(135deg,var(--gt-navy-dark) 0%,var(--gt-black) 100%);border-top:3px solid var(--gt-red);color:#fffc;padding:48px 0 0}.gt-footer-inner{max-width:1400px;margin:0 auto;padding:0 24px;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:40px}.gt-footer-logo img{height:64px;width:auto;margin-bottom:16px}.gt-footer-desc{font-size:13px;line-height:1.7;color:#ffffff8c;margin-bottom:20px}.gt-footer-social{display:flex;gap:10px}.gt-social-btn{width:36px;height:36px;border-radius:8px;background:#ffffff14;display:flex;align-items:center;justify-content:center;color:#fff9;transition:all .2s;font-size:16px}.gt-social-btn:hover{background:var(--gt-red);color:#fff}.gt-footer-heading{font-size:14px;font-weight:700;color:#fff;margin-bottom:16px;padding-bottom:8px;border-bottom:1px solid rgba(255,255,255,.1)}.gt-footer-links{display:flex;flex-direction:column;gap:8px}.gt-footer-link{font-size:13px;color:#ffffff8c;transition:color .2s;display:flex;align-items:center;gap:6px}.gt-footer-link:hover{color:var(--gt-red)}.gt-footer-bottom{margin-top:40px;padding:16px 24px;border-top:1px solid rgba(255,255,255,.08);max-width:1400px;margin-left:auto;margin-right:auto;display:flex;align-items:center;justify-content:space-between;font-size:12px;color:#ffffff59}.gt-footer-bottom-bar{background:#0000004d;padding:12px 0}.gt-payment-icons{display:flex;gap:8px;align-items:center}.gt-payment-icon{background:#ffffff1a;border-radius:4px;padding:3px 8px;font-size:11px;font-weight:700;color:#fff9}.gt-whatsapp-btn{position:fixed;bottom:24px;right:24px;z-index:999;display:flex;align-items:center;gap:10px;background:#25d366;color:#fff;padding:12px 20px;border-radius:50px;font-size:14px;font-weight:700;box-shadow:0 4px 20px #25d36666;transition:all .3s;text-decoration:none}.gt-whatsapp-btn:hover{background:#1ebe5d;transform:translateY(-2px);box-shadow:0 6px 28px #25d36680}.gt-whatsapp-btn svg{width:22px;height:22px;fill:#fff}.gt-product-detail{max-width:1400px;margin:0 auto;padding:32px 24px;display:grid;grid-template-columns:1fr 1fr;gap:48px}.gt-product-gallery{position:sticky;top:100px}.gt-main-img{width:100%;aspect-ratio:1;border-radius:var(--gt-radius-lg);overflow:hidden;background:#f8f9fa;margin-bottom:12px}.gt-main-img img{width:100%;height:100%;object-fit:cover}.gt-thumb-row{display:flex;gap:8px}.gt-thumb{width:72px;height:72px;border-radius:8px;overflow:hidden;border:2px solid transparent;cursor:pointer;transition:border-color .2s}.gt-thumb.active{border-color:var(--gt-red)}.gt-thumb img{width:100%;height:100%;object-fit:cover}.gt-product-detail-info{padding-top:8px}.gt-product-detail-title{font-size:26px;font-weight:800;color:#1a1a2e;line-height:1.3;margin-bottom:12px}.gt-product-detail-price{display:flex;align-items:baseline;gap:12px;margin-bottom:20px}.gt-detail-price-current{font-size:32px;font-weight:900;color:var(--gt-red)}.gt-detail-price-original{font-size:18px;color:#9ca3af;text-decoration:line-through}.gt-detail-price-save{font-size:14px;font-weight:700;color:#16a34a;background:#dcfce7;padding:3px 10px;border-radius:20px}.gt-add-to-cart-large{width:100%;padding:16px;background:var(--gt-red);color:#fff;border-radius:10px;font-size:16px;font-weight:800;display:flex;align-items:center;justify-content:center;gap:10px;transition:background .2s;margin-bottom:12px}.gt-add-to-cart-large:hover{background:var(--gt-red-dark)}.gt-buy-now{width:100%;padding:16px;background:var(--gt-navy);color:#fff;border-radius:10px;font-size:16px;font-weight:800;display:flex;align-items:center;justify-content:center;gap:10px;transition:background .2s}.gt-buy-now:hover{background:var(--gt-navy-dark)}.gt-reviews{max-width:1400px;margin:0 auto;padding:40px 24px}.gt-reviews-grid{display:grid;grid-template-columns:280px 1fr;gap:40px;align-items:start}.gt-rating-summary{background:linear-gradient(135deg,var(--gt-navy-dark),var(--gt-dark2));border-radius:var(--gt-radius-lg);padding:24px;color:#fff;text-align:center}.gt-rating-big{font-size:56px;font-weight:900;color:#fff;line-height:1}.gt-rating-stars-big{display:flex;justify-content:center;gap:4px;margin:8px 0}.gt-rating-star-big{width:20px;height:20px;color:#f59e0b;fill:#f59e0b}.gt-rating-bar-row{display:flex;align-items:center;gap:8px;margin-bottom:6px}.gt-rating-bar-label{font-size:12px;color:#fff9;width:30px}.gt-rating-bar-track{flex:1;height:6px;background:#ffffff1a;border-radius:3px;overflow:hidden}.gt-rating-bar-fill{height:100%;background:#f59e0b;border-radius:3px}.gt-rating-bar-count{font-size:11px;color:#ffffff80;width:20px;text-align:right}.gt-review-card{background:#fff;border-radius:var(--gt-radius-lg);padding:20px;border:1px solid #f0f0f0;margin-bottom:16px}.gt-review-header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:10px}.gt-reviewer-name{font-size:14px;font-weight:700;color:#1a1a2e}.gt-verified-badge{font-size:11px;color:#16a34a;background:#dcfce7;padding:2px 8px;border-radius:20px;font-weight:600}.gt-review-body{font-size:14px;color:#4b5563;line-height:1.6}.gt-cart{max-width:1200px;margin:0 auto;padding:40px 24px;display:grid;grid-template-columns:1fr 380px;gap:32px}.gt-cart-item{display:flex;gap:16px;padding:16px 0;border-bottom:1px solid #f0f0f0}.gt-cart-item-img{width:80px;height:80px;border-radius:8px;overflow:hidden;flex-shrink:0}.gt-cart-item-img img{width:100%;height:100%;object-fit:cover}.gt-cart-summary{background:#f8f9fa;border-radius:var(--gt-radius-lg);padding:24px;position:sticky;top:100px}.gt-cart-total{font-size:22px;font-weight:900;color:var(--gt-red)}.gt-checkout-btn{width:100%;padding:16px;background:var(--gt-red);color:#fff;border-radius:10px;font-size:16px;font-weight:800;margin-top:16px;transition:background .2s}.gt-checkout-btn:hover{background:var(--gt-red-dark)}.gt-collection{max-width:1400px;margin:0 auto;padding:32px 24px;display:grid;grid-template-columns:260px 1fr;gap:32px}.gt-filters{background:#fff;border-radius:var(--gt-radius-lg);padding:20px;border:1px solid #f0f0f0;position:sticky;top:100px;height:fit-content}.gt-filter-heading{font-size:14px;font-weight:700;color:#1a1a2e;margin-bottom:12px;padding-bottom:8px;border-bottom:1px solid #f0f0f0}.gt-page{max-width:900px;margin:0 auto;padding:48px 24px}.gt-page-title{font-size:32px;font-weight:900;color:#1a1a2e;margin-bottom:8px}.gt-page-subtitle{font-size:16px;color:#6b7280;margin-bottom:32px}.gt-contact-form{display:flex;flex-direction:column;gap:16px}.gt-input{width:100%;padding:12px 16px;border:1px solid #e5e7eb;border-radius:8px;font-size:14px;font-family:inherit;outline:none;transition:border-color .2s}.gt-input:focus{border-color:var(--gt-red)}.gt-textarea{min-height:120px;resize:vertical}.gt-breadcrumb{background:#f8f9fa;padding:12px 0;border-bottom:1px solid #e9ecef}.gt-breadcrumb-inner{max-width:1400px;margin:0 auto;padding:0 24px;display:flex;align-items:center;gap:8px;font-size:13px;color:#6b7280}.gt-breadcrumb-sep{color:#d1d5db}.gt-breadcrumb-link{color:#6b7280;transition:color .2s}.gt-breadcrumb-link:hover{color:var(--gt-red)}.gt-breadcrumb-current{color:#1a1a2e;font-weight:600}@media(max-width:1024px){.gt-footer-inner{grid-template-columns:1fr 1fr}.gt-product-detail{grid-template-columns:1fr}.gt-product-gallery{position:static}.gt-collection{grid-template-columns:1fr}.gt-filters{position:static}.gt-reviews-grid{grid-template-columns:1fr}}@media(max-width:768px){.gt-header-inner{flex-wrap:wrap;gap:8px;padding:10px 16px}.gt-logo img{height:40px;max-width:160px}.gt-search-form{order:3;flex:0 0 100%;max-width:100%}.gt-mobile-menu-btn{display:flex}.gt-category-nav{display:none}.gt-category-nav.open{display:block}.gt-header-actions{gap:4px}.gt-header-btn{padding:5px 7px;font-size:10px}.gt-header-btn svg{width:18px;height:18px}.gt-hero-slides,.gt-hero-slide{height:260px}.gt-hero-cta{bottom:20px;gap:8px;flex-wrap:wrap;justify-content:center}.gt-btn-primary,.gt-btn-outline{padding:9px 18px;font-size:13px}.gt-trust-bar-inner{grid-template-columns:1fr 1fr;gap:12px}.gt-product-grid,.gt-category-grid{grid-template-columns:repeat(2,1fr);gap:12px}.gt-section{padding:24px 0}.gt-section-inner,.gt-flash-inner{padding:0 16px}.gt-flash-title-text{font-size:18px}.gt-countdown-num{font-size:16px}.gt-footer-inner{grid-template-columns:1fr;gap:24px}.gt-footer{padding:32px 0 16px}.gt-cart{grid-template-columns:1fr}.gt-cart-summary{position:static}.gt-whatsapp-btn span{display:none}.gt-whatsapp-btn{padding:12px;border-radius:50%}.gt-announcement-bar{font-size:11px;padding:6px 12px}}@media(max-width:480px){.gt-header-inner{padding:8px 12px}.gt-logo img{height:34px;max-width:130px}.gt-product-grid,.gt-category-grid{grid-template-columns:repeat(2,1fr);gap:10px}.gt-trust-bar-inner{grid-template-columns:1fr 1fr;gap:10px}.gt-trust-title{font-size:12px}.gt-trust-desc{font-size:10px}.gt-hero-slides,.gt-hero-slide{height:220px}.gt-hero-prev,.gt-hero-next{width:34px;height:34px}.gt-hero-prev svg,.gt-hero-next svg{width:16px;height:16px}.gt-section-inner,.gt-flash-inner,.gt-footer-inner,.gt-breadcrumb{padding:0 12px}}
/*# sourceMappingURL=/cdn/shop/t/12/assets/theme.css.map */
