:root{--primary: #0056B3;--primary-light: #4DB8E8;--primary-dark: #003D7A;--accent-light: #B3D9F2;--gray-50: #F8FAFC;--gray-100: #F1F5F9;--gray-200: #E2E8F0;--gray-300: #CBD5E1;--gray-400: #94A3B8;--gray-500: #64748B;--gray-600: #475569;--gray-700: #334155;--gray-800: #1E293B;--gray-900: #0F172A;--success: #10B981;--warning: #F59E0B;--error: #EF4444}*{box-sizing:border-box}html,body{overflow-x:hidden;max-width:100vw;margin:0;padding:0}body{background:#fff;color:var(--gray-900);font-family:Cairo,Tajawal,Segoe UI,Tahoma,Arial,sans-serif;font-weight:500;-webkit-font-smoothing:antialiased}[dir=rtl] body{direction:rtl;text-align:right}[dir=rtl] h1,[dir=rtl] h2,[dir=rtl] h3,[dir=rtl] h4,[dir=rtl] h5,[dir=rtl] h6{font-family:Cairo,sans-serif;font-weight:700}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:9999px;font-weight:700;transition:all .3s;border:none;cursor:pointer}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:var(--primary-dark)}.btn-secondary{background:var(--primary-light);color:#fff}.card-product{background:#fff;border-radius:1.5rem;box-shadow:0 4px 6px -1px #0000001a;transition:all .3s;overflow:hidden;border:2px solid var(--gray-100)}.card-product:hover{box-shadow:0 20px 25px -5px #0000001a;border-color:var(--primary-light)}.badge{padding:.375rem .75rem;font-size:.75rem;font-weight:700;border-radius:9999px}.badge-success{background:var(--success);color:#fff}.badge-danger{background:var(--error);color:#fff}.discount-badge{position:absolute;top:1rem;right:1rem;background:var(--primary-light);color:#fff;padding:.375rem .75rem;border-radius:9999px;font-size:.875rem;font-weight:700;z-index:5}[dir=rtl] .discount-badge{right:auto;left:1rem}.price-tag{font-size:1.5rem;font-weight:700;color:var(--primary)}.price-old{font-size:1.1rem;color:var(--gray-500);text-decoration:line-through;margin-left:.5rem}[dir=rtl] .price-old{margin-left:0;margin-right:.5rem}.product-discount-badge{display:inline-block;background:var(--primary-light);color:#fff;padding:.25rem .5rem;border-radius:.5rem;font-size:.875rem;font-weight:700;margin-left:.5rem;vertical-align:middle}[dir=rtl] .product-discount-badge{margin-left:0;margin-right:.5rem}.product-page-main{flex-grow:1;background:var(--gray-50);overflow-x:hidden;max-width:100%}.product-page-inner{max-width:80rem;margin:0 auto;padding:1rem .75rem 2rem}@media (min-width: 640px){.product-page-inner{padding:1.5rem 1rem 2rem}}@media (min-width: 768px){.product-page-inner{padding:2rem 1.5rem 3rem}}@media (min-width: 1024px){.product-page-inner{padding:2rem 2rem 4rem}}.breadcrumb{font-size:.875rem;color:var(--gray-500);margin-bottom:1rem;display:flex;align-items:center;justify-content:center;gap:.5rem;flex-wrap:wrap}.breadcrumb a{color:inherit;text-decoration:none}.breadcrumb a:hover{color:var(--primary)}.breadcrumb .current{color:var(--primary);font-weight:600}.product-card-box{background:#fff;border-radius:1rem;box-shadow:0 20px 25px -5px #0000001a;border:2px solid var(--primary-light);padding:1rem;margin-bottom:2rem}@media (min-width: 640px){.product-card-box{border-radius:1.5rem;padding:1.5rem}}@media (min-width: 768px){.product-card-box{padding:2rem}}.product-grid{display:grid;gap:1.5rem;width:100%}@media (min-width: 768px){.product-grid{grid-template-columns:1fr 1fr;gap:2rem}}.product-gallery-wrap{width:100%;overflow:hidden}.product-image-container{position:relative;aspect-ratio:1;background:var(--gray-50);border-radius:.75rem;overflow:hidden}@media (min-width: 640px){.product-image-container{border-radius:1rem}}.product-image-container img{width:100%;height:100%;object-fit:cover}.product-thumbnails{display:grid;grid-template-columns:repeat(4,1fr);gap:.5rem;margin-top:.75rem}.product-thumbnails button{aspect-ratio:1;border-radius:.75rem;overflow:hidden;border:2px solid var(--gray-200);background:var(--gray-50);cursor:pointer;padding:0;transition:all .2s}.product-thumbnails button:hover{border-color:var(--primary-light)}.product-thumbnails button.active{border-color:var(--primary-light);box-shadow:0 0 0 2px var(--primary-light);transform:scale(1.05)}.product-thumbnails button img{width:100%;height:100%;object-fit:cover}.product-info-col{width:100%;text-align:center}.product-info-col .mb-4{display:flex;justify-content:center}.product-info-col .product-meta-box{text-align:center}@media (min-width: 768px){.product-info-col{position:sticky;top:1rem;align-self:start}}.product-title{font-size:1.5rem;font-weight:700;color:var(--gray-900);margin-bottom:.75rem;line-height:1.2}@media (min-width: 768px){.product-title{font-size:1.875rem;margin-bottom:1rem}}@media (min-width: 1024px){.product-title{font-size:2.25rem}}.star-rating{display:flex;align-items:center;justify-content:center;gap:.25rem;margin-bottom:.5rem}.star-rating svg{width:1rem;height:1rem}.star-rating .filled{color:gold;fill:currentColor}.star-rating .empty{color:var(--gray-400);fill:currentColor}.product-price-block{margin-bottom:1.5rem;min-height:3rem;display:flex;flex-wrap:wrap;align-items:baseline;justify-content:center;gap:.35rem}.product-price{font-size:1.875rem;font-weight:700;color:var(--primary)}@media (min-width: 768px){.product-price{font-size:2.25rem}}@media (min-width: 1024px){.product-price{font-size:3rem}}.product-meta-box{padding:.75rem 1rem;background:#b3d9f24d;border:1px solid var(--primary-light);border-radius:.75rem;margin-bottom:1.5rem}@media (min-width: 640px){.product-meta-box{padding:1rem;border-radius:1rem}}.product-meta-box p{margin:0 0 .5rem;font-size:.875rem;color:var(--gray-700)}.product-meta-box p:last-child{margin-bottom:0}.product-meta-box strong{color:var(--primary)}.quantity-selector{display:inline-flex;align-items:stretch;background:#fff;box-shadow:0 1px 3px #0000001a;border-radius:.5rem;overflow:hidden;border:1px solid var(--gray-200)}.quantity-btn{width:2.5rem;min-height:2.75rem;display:flex;align-items:center;justify-content:center;background:var(--gray-50);color:var(--gray-700);font-size:1.25rem;font-weight:600;line-height:1;border:none;cursor:pointer;transition:background .2s,color .2s}.quantity-btn:hover{background:var(--primary-light);color:#fff}.quantity-btn:active{background:var(--primary)}.quantity-selector [data-quantity-input]{width:3rem;min-width:3rem;text-align:center;border:none;border-left:1px solid var(--gray-200);border-right:1px solid var(--gray-200);font-weight:700;font-size:1rem;background:#fff;-moz-appearance:textfield}.quantity-selector [data-quantity-input]::-webkit-outer-spin-button,.quantity-selector [data-quantity-input]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}[dir=rtl] .quantity-selector [data-quantity-input]{border-left:none;border-right:none;border-inline-start:1px solid var(--gray-200);border-inline-end:1px solid var(--gray-200)}.order-form-box{background:linear-gradient(135deg,var(--accent-light) 0%,#E3F4FC 100%);border-radius:1rem;padding:1rem;margin-top:1.5rem;box-shadow:0 10px 25px -5px #0000001a;border:2px solid var(--primary-light)}@media (min-width: 640px){.order-form-box{padding:1.5rem;border-radius:1.5rem}}.order-form-header{text-align:center;border-bottom:2px solid var(--primary-light);padding-bottom:.75rem;margin-bottom:1rem}.order-form-title{font-weight:700;color:var(--primary);font-size:1rem;display:block}.order-form-subtitle{font-size:.875rem;color:var(--primary)}.required-star{color:var(--error)}.order-form-body{display:flex;flex-direction:column;gap:.75rem}.order-form-row{display:flex;flex-direction:column;gap:.25rem}.order-form-label{font-weight:600;color:var(--primary);font-size:.875rem}.order-form-input,.order-form-select,.order-form-textarea{width:100%;padding:.625rem .75rem;border:0;border-radius:.5rem;background:#fff;box-shadow:0 1px 3px #0000001a;font-size:.875rem;font-family:inherit}.order-form-input:focus,.order-form-select:focus,.order-form-textarea:focus{outline:none;box-shadow:0 0 0 2px var(--primary-light)}.order-form-textarea{resize:none;min-height:4rem}.order-form-quantity-row{display:flex;align-items:center;justify-content:center;gap:.75rem;flex-wrap:wrap;margin-top:.5rem}.order-form-quantity-row .quantity-selector{margin-bottom:0}.btn-buy-now{flex:1;min-width:120px;background:#27ae60;color:#fff;font-weight:700;padding:.75rem 1rem;border:none;border-radius:.75rem;cursor:pointer;font-size:1rem;transition:background .2s}.btn-buy-now:hover:not(:disabled){background:#1e884c}.btn-buy-now:disabled{background:var(--gray-300);cursor:not-allowed}.order-summary-box{background:#ffffffe6;border-radius:.75rem;padding:.75rem 1rem;border:2px solid var(--primary-light);margin-top:.5rem}.order-summary-row{display:flex;justify-content:space-between;align-items:center;font-size:.875rem;color:var(--gray-700);margin-bottom:.25rem}.order-summary-row:last-child{margin-bottom:0}.order-summary-total{border-top:2px solid var(--primary-light);padding-top:.5rem;margin-top:.5rem;font-weight:700;font-size:1.125rem;color:var(--primary)}.order-summary-shipping-free{font-weight:700;color:var(--success)}.order-form-body,.order-form-body .order-form-row,.order-form-body .order-form-input,.order-form-body .order-form-select,.order-form-body .order-form-textarea{text-align:center}.btn-add-to-cart{width:100%;margin-top:.75rem;padding:.75rem 1rem;background:var(--primary-light);color:#fff;font-weight:700;border:none;border-radius:.75rem;cursor:pointer;font-size:1rem;transition:background .2s}.btn-add-to-cart:hover:not(:disabled){background:#3aa8d8}.btn-add-to-cart:disabled{background:var(--gray-300);cursor:not-allowed}.order-success-message{margin-top:1.25rem;padding:1.25rem 1.5rem;background:linear-gradient(135deg,#E3F4FC 0%,var(--accent-light) 100%);border:2px solid var(--success);border-radius:1rem;text-align:center;direction:rtl;box-shadow:0 4px 12px #10b98133}.order-success-icon{display:block;font-size:2.5rem;color:var(--success);margin-bottom:.5rem;line-height:1}.order-success-title{font-size:1.35rem;font-weight:700;color:var(--primary);margin:0 0 .75rem}.order-success-text,.order-success-phone{font-size:1.05rem;color:var(--gray-700);line-height:1.6;margin:0 0 .35rem}.order-success-note{font-size:.95rem;color:var(--gray-600);margin-top:.75rem;margin-bottom:0}.order-success-links{margin-top:1rem;display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center}.order-success-cart-link,.order-success-checkout-link{display:inline-block;padding:.5rem 1rem;border-radius:9999px;font-weight:700;text-decoration:none;font-size:.9rem;transition:opacity .2s}.order-success-cart-link{background:var(--primary-light);color:#fff}.order-success-checkout-link{background:var(--success);color:#fff}.order-success-cart-link:hover,.order-success-checkout-link:hover{opacity:.9}.sticky-btn-buy-now{position:relative;flex:1;max-width:220px;padding:.75rem 1.25rem;background:#27ae60;color:#fff;font-weight:700;border:none;border-radius:9999px;cursor:pointer;font-size:1rem;overflow:hidden;transition:transform .2s,background .2s}.sticky-btn-buy-now:hover{background:#1e884c;transform:scale(1.02)}.sticky-btn-buy-now:active{transform:scale(.98)}.sticky-btn-pulse{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:9999px;background:#fff6;animation:sticky-pulse 1.5s ease-in-out infinite;pointer-events:none}@keyframes sticky-pulse{0%,to{transform:scale(1);opacity:.5}50%{transform:scale(1.08);opacity:0}}.product-description-section{margin-top:1.5rem;padding-top:1.5rem;border-top:2px solid var(--gray-200)}.product-description-section{text-align:center}.product-description-section h2{font-size:1.25rem;font-weight:700;color:var(--primary);margin-bottom:.75rem}@media (min-width: 640px){.product-description-section h2{font-size:1.5rem;margin-bottom:1rem}}.product-description-section .rte{font-size:.875rem;color:var(--gray-700);line-height:1.6}.product-description-section .rte img{max-width:100%;height:auto;border-radius:.75rem;margin:.75rem 0;box-shadow:0 2px 8px #00000014;display:block}[dir=rtl] .product-description-section .rte img{margin-left:auto;margin-right:0}.product-description-section .rte p:has(>img){margin:1rem 0}.product-description-section .rte a img{transition:opacity .2s}.product-description-section .rte a:hover img{opacity:.9}@media (min-width: 768px){.product-description-section .rte{font-size:1rem}}.related-products-section{margin-top:2rem}.related-products-section h2{font-size:1.5rem;font-weight:700;color:var(--primary);margin-bottom:1rem}@media (min-width: 640px){.related-products-section h2{font-size:1.875rem;margin-bottom:1.5rem}}.related-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}@media (min-width: 640px){.related-grid{grid-template-columns:repeat(3,1fr);gap:1rem}}@media (min-width: 1024px){.related-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem}}.related-card{text-decoration:none;color:inherit;display:block}.related-card .image-wrap{aspect-ratio:1;background:var(--gray-50);border-radius:1rem;overflow:hidden;margin-bottom:.75rem}.related-card .image-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.related-card:hover .image-wrap img{transform:scale(1.1)}.related-card h3{font-size:1rem;font-weight:700;margin-bottom:.5rem;color:var(--gray-900);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.related-card .price{font-size:1.25rem;font-weight:700;color:var(--primary)}.collection-page{text-align:center}.collection-page .breadcrumb{justify-content:center}.collection-page-title{text-align:center;margin-bottom:1.5rem}.collection-grid{justify-items:center}.collection-card{text-align:center}.collection-card .image-wrap{position:relative}.collection-discount-badge{position:absolute;top:.5rem;right:.5rem;background:var(--primary-light);color:#fff;padding:.25rem .5rem;border-radius:.5rem;font-size:.8125rem;font-weight:700;z-index:2}[dir=rtl] .collection-discount-badge{right:auto;left:.5rem}.collection-no-image{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:var(--gray-400)}.collection-card-title{text-align:center;font-size:1rem;font-weight:700;margin-bottom:.5rem;color:var(--gray-900);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.collection-card-price{text-align:center;display:flex;flex-wrap:wrap;align-items:baseline;justify-content:center;gap:.35rem;margin:0}.collection-price-old{font-size:.9375rem;color:var(--gray-500);text-decoration:line-through}.collection-card-price .price{font-size:1.25rem;font-weight:700;color:var(--primary)}.collection-empty{text-align:center;color:var(--gray-600)}.sticky-add-bar{position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:2px solid var(--gray-200);padding:.75rem 1rem;display:none;align-items:center;justify-content:space-between;gap:1rem;z-index:100;box-shadow:0 -4px 6px -1px #0000001a}.sticky-add-bar.visible{display:flex}.sticky-add-bar .sticky-price{font-size:1.25rem;font-weight:700;color:var(--primary)}.header-notification{background:linear-gradient(to right,var(--primary-light),var(--accent-light),var(--primary-light));color:#fff;text-align:center;padding:.5rem 1rem;font-weight:600;font-size:.95rem}.site-header{position:relative;background:#fff;border-bottom:2px solid var(--gray-200);padding:.75rem 1rem}.header-inner{max-width:80rem;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:1rem}.header-logo{font-size:1.5rem;font-weight:700;color:var(--primary);text-decoration:none;display:flex;align-items:center}.header-logo-img{max-height:2.5rem;width:auto;object-fit:contain;display:block}.header-logo-text{display:block}.header-menu-toggle{display:none;flex-direction:column;justify-content:center;gap:5px;width:2.5rem;height:2.5rem;padding:0;border:none;background:transparent;cursor:pointer;color:var(--gray-800);border-radius:.375rem;transition:background .2s}.header-menu-toggle:hover{background:var(--gray-100)}.header-menu-toggle-bar{display:block;width:1.25rem;height:2px;background:currentColor;border-radius:1px;margin:0 auto;transition:transform .2s,opacity .2s}.site-header.nav-open .header-menu-toggle-bar:nth-child(1){transform:translateY(7px) rotate(45deg)}.site-header.nav-open .header-menu-toggle-bar:nth-child(2){opacity:0}.site-header.nav-open .header-menu-toggle-bar:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.header-nav{display:flex;align-items:center;gap:1rem}.header-nav a{color:var(--gray-700);text-decoration:none;font-weight:600}.header-nav a:hover{color:var(--primary)}@media (max-width: 768px){.header-menu-toggle{display:flex}.header-nav{position:absolute;top:100%;left:0;right:0;background:#fff;border-bottom:2px solid var(--gray-200);flex-direction:column;align-items:stretch;padding:1rem;gap:.5rem;display:none;box-shadow:0 4px 6px -1px #0000001a}.site-header.nav-open .header-nav{display:flex}.header-nav a{padding:.75rem;border-radius:.5rem}.header-nav a:hover{background:var(--gray-50)}}.site-footer{background:var(--gray-800);color:var(--gray-300);padding:2rem 1rem;margin-top:3rem}.footer-inner{max-width:80rem;margin:0 auto;text-align:center}.footer-inner a{color:inherit;text-decoration:none}.footer-inner a:hover{color:#fff}.footer-logo{display:inline-block;margin-bottom:.75rem}.footer-logo-img{max-height:2.5rem;width:auto;object-fit:contain;display:block}.thank-you-box{max-width:36rem;margin:2rem auto;padding:1.5rem 1.25rem;text-align:center;background:linear-gradient(135deg,#E3F4FC 0%,var(--accent-light) 100%);border:2px solid var(--primary-light);border-radius:1rem;box-shadow:0 4px 6px -1px #0000001a}.thank-you-icon{display:block;font-size:3.5rem;line-height:1;margin-bottom:1rem;color:var(--success)}.thank-you-title{font-size:1.5rem;font-weight:700;color:var(--primary);margin:0 0 1rem}.thank-you-message,.thank-you-phone{font-size:1.1rem;color:var(--gray-700);line-height:1.6;margin:0 0 .5rem}.thank-you-phone{color:var(--gray-600)}.thank-you-note{font-size:.9375rem;color:var(--gray-500);margin:1.25rem 0 0}*:focus-visible{outline:2px solid var(--accent-light);outline-offset:2px}
/*# sourceMappingURL=/cdn/shop/t/4/assets/base.css.map */
