:root{
  --v139-bg:#0C0D0F;
  --v139-surface:#141416;
  --v139-card:#1A1B1F;
  --v139-elevated:#1F2024;
  --v139-border:#252830;
  --v139-border-green:#1B2E23;
  --v139-green:#2DD87A;
  --v139-green-hover:#3AE888;
  --v139-green-dim:#1B5C38;
  --v139-green-muted:#163022;
  --v139-gold:#E8A928;
  --v139-red:#EF4444;
  --v139-amber:#F59E0B;
  --v139-text:#FFFFFF;
  --v139-muted:#8B8FA8;
  --v139-dim:#4A4D5E;
  --v139-radius:12px;
  --v139-header-h:64px;
}
.v139-desktop-header{display:none}
.v139-account-global-header{display:none}
.v139-hero-visual,.v139-hero-metrics,.v139-desktop-trust{display:none}


@media (min-width:1024px){
  html{background:var(--v139-bg)!important;color:var(--v139-text)!important}
  body:not(.customer-auth-v130) .site-header{
    position:sticky!important;top:0!important;z-index:120!important;
    min-height:var(--v139-header-h)!important;height:var(--v139-header-h)!important;
    background:var(--taqa-bg,#010604)!important;
    border-bottom:1px solid var(--v139-border)!important;
    box-shadow:none!important;
    backdrop-filter:blur(12px)!important;-webkit-backdrop-filter:blur(12px)!important;
  }
  .site-header>.top-strip,.site-header>.navbar,.site-header>.search-panel,.site-header>.mobile-menu,.site-header>.menu-scrim{display:none!important}
  .v139-desktop-header{display:block!important;height:64px}
  .v139-desktop-header-inner{
    width:min(1280px,calc(100% - 64px));height:64px;margin:0 auto;
    display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:24px;
  }
  .v139-header-primary{display:flex;align-items:center;gap:28px;min-width:0}
  .v139-brand{display:flex;align-items:center;gap:8px;text-decoration:none!important;flex:0 0 auto}
  .v139-brand-mark{width:32px;height:32px;border-radius:8px;background:var(--v139-green);display:grid;place-items:center;color:#000;font:800 14px/1 "Cairo",sans-serif}
  .v139-brand-name{font-size:16px;font-weight:700;color:var(--v139-text);letter-spacing:-.3px;white-space:nowrap;direction:ltr}
  .v139-main-nav{display:flex;align-items:center;gap:4px;white-space:nowrap}
  .v139-main-nav a{padding:6px 12px;border-radius:8px;text-decoration:none!important;color:var(--v139-muted)!important;font-size:14px;font-weight:500;transition:.15s}
  .v139-main-nav a:hover{color:var(--v139-text)!important;background:var(--v139-surface)}
  .v139-main-nav a.active{color:var(--v139-green)!important;background:var(--v139-green-muted)!important}
  .v139-header-actions{display:flex;align-items:center;justify-content:flex-end;gap:6px;white-space:nowrap}
  .v139-head-icon{position:relative;width:36px;height:36px;border-radius:8px;display:grid;place-items:center;color:var(--v139-muted)!important;text-decoration:none!important;transition:.15s}
  .v139-head-icon:hover{background:var(--v139-surface);color:var(--v139-text)!important}
  .v139-head-icon svg{width:18px;height:18px}
  .v139-notification-dot{position:absolute;top:5px;right:5px;width:7px;height:7px;border-radius:50%;background:var(--v139-red);border:1.5px solid var(--v139-bg)}
  .v139-account-menu-wrap{position:relative}
  .v139-account-trigger{height:36px;padding:4px 8px;border:1px solid transparent;border-radius:8px;background:transparent;color:var(--v139-muted);display:flex;align-items:center;gap:6px;font:500 12px/1 "Cairo",sans-serif;cursor:pointer}
  .v139-account-trigger:hover,.v139-account-trigger[aria-expanded="true"]{background:var(--v139-surface);border-color:var(--v139-border-green);color:var(--v139-text)}
  .v139-account-avatar{width:26px;height:26px;border-radius:50%;display:grid;place-items:center;background:var(--v139-green-muted);border:1px solid var(--v139-green-dim);color:var(--v139-green)}
  .v139-account-avatar svg{width:13px;height:13px}.v139-chevron{width:12px;height:12px;color:var(--v139-dim)}
  .v139-account-trigger[aria-expanded="true"] .v139-chevron{transform:rotate(180deg)}
  .v139-account-menu{position:absolute;left:0;top:calc(100% + 8px);min-width:190px;padding:6px;border:1px solid var(--v139-border);border-radius:12px;background:var(--v139-card);box-shadow:0 10px 32px rgba(0,0,0,.42);z-index:220}
  .v139-account-menu[hidden]{display:none!important}
  .v139-account-menu a,.v139-account-menu button{width:100%;min-height:36px;padding:7px 10px;border:0;border-radius:8px;background:transparent;color:var(--v139-muted)!important;display:flex;align-items:center;gap:9px;text-decoration:none!important;font:500 13px/1 "Cairo",sans-serif;cursor:pointer;text-align:right}
  .v139-account-menu a:hover,.v139-account-menu button:hover{background:var(--v139-surface);color:var(--v139-text)!important}
  .v139-account-menu .danger{color:var(--v139-red)!important;border-top:1px solid var(--v139-border);border-radius:0 0 8px 8px;margin-top:4px;padding-top:10px}
  .v139-account-menu svg{width:15px;height:15px}
  .v139-cart-link{position:relative;height:36px;padding:0 10px;border-radius:8px;display:flex;align-items:center;gap:6px;color:var(--v139-muted)!important;text-decoration:none!important;font-size:12px;font-weight:500}
  .v139-cart-link:hover{background:var(--v139-surface);color:var(--v139-text)!important}
  .v139-cart-link svg{width:18px;height:18px}
  .v139-cart-link .cart-count{position:absolute;top:-4px;right:-3px;min-width:17px;height:17px;padding:0 4px;border:0;border-radius:99px;background:var(--v139-green);color:#000;font-size:9px;font-weight:800;display:grid;place-items:center}
  .v139-cart-link .cart-count[hidden]{display:none!important}
  .mobile-bottom-nav{display:none!important}
  main#mainContent{padding-top:28px;padding-bottom:64px}
  .breadcrumb{margin:0 0 20px!important;display:flex!important;align-items:center!important;gap:8px!important;color:var(--v139-dim)!important;font-size:12px!important}
  .breadcrumb a{color:var(--v139-muted)!important;text-decoration:none!important}.breadcrumb a:hover{color:var(--v139-green)!important}
  .section-title{margin:0 0 20px!important;align-items:flex-end!important}.section-title h2{font-size:24px!important;font-weight:800!important;color:var(--v139-text)!important}.section-title h2::before{display:none!important}.section-title p{font-size:13px!important;color:var(--v139-muted)!important}
  .glass-card,.v128-card,.cart-box,.summary-card,.checkout-step-card-v39,.checkout-hero-v39,.detail-gallery,.detail-panel{
    background:var(--v139-card)!important;border:1px solid var(--v139-border)!important;border-radius:14px!important;box-shadow:none!important;
  }
  .eyebrow{color:var(--v139-green)!important;background:var(--v139-green-muted)!important;border:1px solid var(--v139-border-green)!important;border-radius:999px!important;padding:4px 10px!important;font-size:11px!important;font-weight:700!important}
  .v128-page-hero{padding:28px 0 26px!important;margin:0 0 22px!important;background:transparent!important;border:0!important;border-bottom:1px solid var(--v139-border)!important;border-radius:0!important;box-shadow:none!important;text-align:right!important}
  .v128-page-hero h1{margin:10px 0 5px!important;font-size:28px!important;font-weight:800!important;color:var(--v139-text)!important}
  .v128-page-hero p{margin:0!important;color:var(--v139-muted)!important;font-size:14px!important}
  .v128-static-main{padding-top:28px!important}
  .v128-static-grid{grid-template-columns:repeat(3,1fr)!important;gap:16px!important}
  .v128-static-grid .v128-card,.v128-action-row{background:var(--v139-card)!important;border:1px solid var(--v139-border)!important;border-radius:12px!important;box-shadow:none!important;transition:.15s}
  .v128-static-grid .v128-card:hover,.v128-action-row:hover{border-color:var(--v139-green-dim)!important;transform:translateY(-1px)!important}
  .v128-icon{background:var(--v139-green-muted)!important;color:var(--v139-green)!important;border-color:var(--v139-border-green)!important}
  body[data-page="home"].taqa-v134-storefront{background:var(--v139-bg)!important;font-family:"Cairo",sans-serif!important}
  body[data-page="home"].taqa-v134-storefront .container.v134-shell{width:min(1280px,calc(100% - 64px))!important;max-width:1280px!important}
  body[data-page="home"] .v134-home-main{padding:0!important}
  body[data-page="home"] .v134-hero{min-height:410px;grid-template-columns:minmax(0,1fr) 420px!important;gap:56px!important;padding:48px 0!important;border-bottom:0!important;align-items:center!important}
  body[data-page="home"] .v134-hero::before{content:"";position:absolute;width:420px;height:420px;top:-130px;right:-80px;border-radius:50%;background:radial-gradient(circle,rgba(45,216,122,.05),transparent 68%);pointer-events:none}
  body[data-page="home"] .v134-hero-copy{position:relative;z-index:1}
  body[data-page="home"] .v134-trust-pill{min-height:28px!important;margin:0 0 22px!important;padding:4px 13px!important;background:var(--v139-green-muted)!important;border:1px solid var(--v139-border-green)!important;color:var(--v139-green)!important;font-size:12px!important}
  body[data-page="home"] .v134-hero h1{max-width:620px!important;margin:0 0 14px!important;font-size:42px!important;line-height:1.2!important;font-weight:800!important;letter-spacing:-.5px!important;color:var(--v139-text)!important}
  body[data-page="home"] .v134-hero h1 strong{display:block!important;color:var(--v139-green)!important}
  body[data-page="home"] .v134-hero-copy>p{max-width:470px!important;margin:0 0 28px!important;color:var(--v139-muted)!important;font-size:16px!important;line-height:1.8!important}
  body[data-page="home"] .v134-hero-actions{margin:0 0 34px!important;gap:12px!important}
  body[data-page="home"] .v134-btn{min-height:44px!important;padding:10px 24px!important;border-radius:11px!important;font-size:14px!important;box-shadow:none!important}
  body[data-page="home"] .v134-btn-primary{background:var(--v139-green)!important;border-color:var(--v139-green)!important;color:#000!important}
  body[data-page="home"] .v134-btn-primary:hover{background:var(--v139-green-hover)!important}
  body[data-page="home"] .v134-btn-secondary{background:var(--v139-green-muted)!important;border-color:var(--v139-border-green)!important;color:var(--v139-green)!important}
  .v139-hero-metrics{display:flex!important;align-items:flex-start;gap:34px;padding-top:20px;border-top:1px solid var(--v139-border);margin-top:0}
  .v139-hero-metrics>div b{display:block;font-size:17px;color:var(--v139-text);font-weight:800}.v139-hero-metrics>div:first-child b{color:var(--v139-green)}.v139-hero-metrics small{display:block;margin-top:2px;color:var(--v139-muted);font-size:11px}
  .v139-hero-visual{display:block!important;position:relative;width:100%}
  .v139-hero-card{position:relative;overflow:hidden;border:1px solid var(--v139-border);border-radius:18px;background:var(--v139-card)}
  .v139-hero-card img{width:100%;height:240px;object-fit:cover;display:block}.v139-hero-card::after{content:"";position:absolute;inset:0 0 auto;height:240px;background:linear-gradient(180deg,transparent 30%,rgba(12,13,15,.86));pointer-events:none}
  .v139-hero-tags{position:relative;z-index:2;padding:14px 16px;display:flex;flex-wrap:wrap;gap:6px}.v139-hero-tags span{padding:3px 8px;border:1px solid var(--v139-border);border-radius:5px;background:var(--v139-surface);color:var(--v139-muted);font:500 10px/1.4 "Cairo",sans-serif;direction:ltr}
  .v139-float-badge{position:absolute;z-index:4;display:flex;align-items:center;gap:9px;padding:9px 12px;border-radius:11px;background:var(--v139-card);box-shadow:0 8px 30px rgba(0,0,0,.42)}
  .v139-float-badge.instant{left:-18px;bottom:-17px;border:1px solid var(--v139-border-green)}.v139-float-badge.secure{left:20px;top:-15px;border:1px solid var(--v139-border)}
  .v139-float-icon{width:32px;height:32px;border-radius:8px;display:grid;place-items:center;background:var(--v139-green-muted);border:1px solid var(--v139-border-green);color:var(--v139-green)}.v139-float-icon svg{width:15px;height:15px}.v139-float-badge b{display:block;font-size:12px}.v139-float-badge small{display:block;color:var(--v139-muted);font-size:10px}
  body[data-page="home"] .v134-trust-benefits{margin:0 calc((1280px - 100vw)/2) 0!important;padding:0 max(32px,calc((100vw - 1280px)/2))!important;display:grid!important;grid-template-columns:repeat(4,1fr)!important;gap:0!important;border:0!important;border-top:1px solid var(--v139-border)!important;border-bottom:1px solid var(--v139-border)!important;border-radius:0!important;background:var(--v139-surface)!important;overflow:visible!important}
  body[data-page="home"] .v134-trust-benefits article{min-height:72px!important;padding:13px 20px!important;display:grid!important;grid-template-columns:34px 1fr!important;grid-template-rows:auto auto!important;align-items:center!important;justify-content:start!important;gap:0 10px!important;text-align:right!important;background:transparent!important;border-left:1px solid var(--v139-border)!important}
  body[data-page="home"] .v134-trust-benefits article:last-child{border-left:0!important}
  body[data-page="home"] .v134-trust-benefits .v139-desktop-trust{display:grid!important}
  body[data-page="home"] .v134-trust-benefits article>span{grid-row:1/3;width:32px!important;height:32px!important;border-radius:8px!important;background:var(--v139-green-muted)!important;color:var(--v139-green)!important}
  body[data-page="home"] .v134-trust-benefits article b{font-size:12px!important;color:var(--v139-text)!important}.v134-trust-benefits article small{font-size:11px!important;color:var(--v139-muted)!important}
  body[data-page="home"] .v134-search-section{padding-top:42px!important;margin:0 auto 42px!important;max-width:660px!important}
  body[data-page="home"] .v134-search-section::before{content:"ابحث عن منتجك";display:block;margin-bottom:8px;text-align:center;font-size:22px;font-weight:700;color:var(--v139-text)}
  body[data-page="home"] .v134-search-section::after{content:"ابحث بالاسم أو المنصة أو نوع الاشتراك";display:block;position:absolute;left:0;right:0;transform:translateY(-76px);text-align:center;color:var(--v139-muted);font:400 12px/1 "Tajawal",sans-serif;pointer-events:none}
  body[data-page="home"] .v134-search-shell{height:50px!important;min-height:50px!important;margin-top:32px!important;padding:0 15px!important;border:1px solid var(--v139-border)!important;border-radius:13px!important;background:var(--v139-card)!important}
  body[data-page="home"] .v134-search-shell input{height:48px!important;color:var(--v139-text)!important;font-size:14px!important}.v134-search-shell>svg{color:var(--v139-muted)!important}
  body[data-page="home"] .v134-section{margin-bottom:44px!important}
  body[data-page="home"] .v134-section-head{margin-bottom:16px!important;align-items:flex-end!important}
  body[data-page="home"] .v134-section-head>div{padding:0!important}.v134-section-head>div::before{display:none!important}
  body[data-page="home"] .v134-section-head h2{font-size:22px!important;color:var(--v139-text)!important}.v134-section-head p{font-size:12px!important;color:var(--v139-muted)!important}
  body[data-page="home"] .v134-section-head>a{color:var(--v139-green)!important;font-size:12px!important}
  body[data-page="home"] #categoryRow.v134-category-row{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:12px!important;overflow:visible!important;padding:0!important}
  body[data-page="home"] #categoryRow.v134-category-row .cat-btn{min-width:0!important;width:auto!important;max-width:none!important;height:74px!important;padding:10px!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:6px!important;border:1px solid var(--v139-border)!important;border-radius:12px!important;background:var(--v139-card)!important;color:var(--v139-muted)!important;font-size:12px!important;box-shadow:none!important;transform:none!important}
  body[data-page="home"] #categoryRow.v134-category-row .cat-btn:hover{border-color:var(--v139-green-dim)!important;color:var(--v139-green)!important;transform:translateY(-1px)!important}
  body[data-page="home"] #categoryRow.v134-category-row .cat-btn.active{background:var(--v139-green-muted)!important;border-color:var(--v139-green-dim)!important;color:var(--v139-green)!important}
  body[data-page="home"] #categoryRow.v134-category-row .cat-btn svg{width:20px!important;height:20px!important}
  .v134-products-grid,.v128-products-grid.products-grid,#v128SearchResults.products-grid,#v128FavoritesGrid.products-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:14px!important}
  .v134-product-card,.v128-products-grid .product-card,#v128SearchResults .product-card,#v128FavoritesGrid .product-card{min-width:0!important;height:auto!important;display:flex!important;flex-direction:column!important;overflow:hidden!important;border:1px solid var(--v139-border)!important;border-radius:12px!important;background:var(--v139-card)!important;box-shadow:none!important;transition:border-color .15s,transform .15s!important}
  .v134-product-card:hover,.v128-products-grid .product-card:hover,#v128SearchResults .product-card:hover,#v128FavoritesGrid .product-card:hover{border-color:var(--v139-green-dim)!important;transform:translateY(-1px)!important;box-shadow:none!important}
  .v134-product-card .v134-product-media,.v128-products-grid .product-media,#v128SearchResults .product-media,#v128FavoritesGrid .product-media{height:130px!important;min-height:130px!important;aspect-ratio:auto!important;background:var(--v139-surface)!important;border:0!important;border-radius:0!important}
  .v134-product-media img,.product-media img{width:100%!important;height:100%!important;object-fit:var(--image-fit,cover)!important}
  .v134-product-card .v134-product-info,.v128-products-grid .product-info,#v128SearchResults .product-info,#v128FavoritesGrid .product-info{min-height:150px!important;height:auto!important;padding:11px 13px 13px!important;display:flex!important;flex-direction:column!important;gap:5px!important;background:transparent!important}
  .v134-product-card .v134-card-meta{min-height:23px!important;margin:0!important}.v134-product-card .v134-card-chips{gap:4px!important;flex-wrap:wrap!important}
  .v134-product-card .v134-product-badge,.v134-product-card .v134-delivery-chip{min-height:20px!important;padding:2px 7px!important;border-radius:5px!important;font-size:9px!important;font-weight:600!important}
  .v134-product-card .v128-favorite-btn{width:28px!important;height:28px!important;border-radius:6px!important;background:rgba(12,13,15,.72)!important;border:1px solid var(--v139-border)!important}
  .v134-product-card h3{min-height:39px!important;margin:0!important;font-size:13px!important;font-weight:600!important;line-height:1.48!important;color:var(--v139-text)!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}
  .v134-product-card h3 a{color:inherit!important;text-decoration:none!important}
  .v134-product-card .v134-product-variant{min-height:17px!important;color:var(--v139-dim)!important;font-size:10px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
  .v134-product-card .v134-product-bottom{margin-top:auto!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:8px!important}
  .v134-product-card .v134-price{font-size:16px!important;font-weight:700!important;color:var(--v139-green)!important}
  .v134-product-card .quick-order-btn{min-height:32px!important;height:32px!important;padding:0 12px!important;border:0!important;border-radius:8px!important;background:var(--v139-green)!important;color:#000!important;font-size:11px!important;font-weight:700!important;box-shadow:none!important}
  .v134-product-card .quick-order-btn:hover{background:var(--v139-green-hover)!important}
  .v134-product-card .quick-order-btn svg{width:13px!important;height:13px!important}
  body[data-page="home"] .v134-featured-card{display:grid!important;grid-template-columns:320px 1fr!important;min-height:190px!important;border:1px solid var(--v139-border)!important;border-radius:14px!important;background:var(--v139-card)!important;box-shadow:none!important}
  body[data-page="home"] .v134-featured-media{height:190px!important;border-radius:0!important}.v134-featured-content{padding:20px!important}.v134-featured-content h3{font-size:20px!important}
  body[data-page="home"] .v134-offer-card{border:1px solid var(--v139-border-green)!important;border-radius:14px!important;background:linear-gradient(145deg,var(--v139-green-muted),var(--v139-card))!important;box-shadow:none!important}
  body[data-page="home"] .v134-why-grid{grid-template-columns:repeat(4,1fr)!important;gap:14px!important}.v134-why-grid article{background:var(--v139-card)!important;border:1px solid var(--v139-border)!important;border-radius:12px!important}
  body[data-page="home"] .v134-how-grid{grid-template-columns:repeat(4,1fr)!important;gap:0!important;padding:28px 0!important;border-top:1px solid var(--v139-border)!important;border-bottom:1px solid var(--v139-border)!important}.v134-how-grid article{background:transparent!important;border:0!important;border-left:1px solid var(--v139-border)!important;border-radius:0!important;box-shadow:none!important}.v134-how-grid article:last-child{border-left:0!important}
  body[data-page="home"] .v134-faq details{background:var(--v139-card)!important;border:1px solid var(--v139-border)!important;border-radius:10px!important}
  body[data-page="home"] .v134-final-cta{background:var(--v139-surface)!important;border:1px solid var(--v139-border)!important;border-radius:16px!important;box-shadow:none!important}
  body[data-page="products"] .v134-products-main{padding:28px 0 64px!important}
  body[data-page="products"] .container.v134-shell{width:min(1280px,calc(100% - 64px))!important;max-width:1280px!important;display:grid!important;grid-template-columns:240px minmax(0,1fr)!important;column-gap:28px!important;align-items:start!important}
  body[data-page="products"] .v134-catalog-hero{grid-column:1/-1!important;padding:0 0 24px!important;margin:0 0 28px!important;border-bottom:1px solid var(--v139-border)!important;background:transparent!important;border-radius:0!important;box-shadow:none!important}
  body[data-page="products"] .v134-catalog-hero h1{font-size:28px!important;color:var(--v139-text)!important}.v134-catalog-hero p{font-size:13px!important;color:var(--v139-muted)!important}
  body[data-page="products"] .v134-products-tools{grid-column:1!important;grid-row:2 / span 3!important;position:sticky!important;top:84px!important;margin:0!important;padding:18px!important;border:1px solid var(--v139-border)!important;border-radius:14px!important;background:var(--v139-card)!important;box-shadow:none!important}
  body[data-page="products"] .v134-products-tools .v134-search-shell{height:42px!important;min-height:42px!important;background:var(--v139-surface)!important;border-color:var(--v139-border)!important;border-radius:9px!important;padding:0 11px!important}.v134-products-tools .v134-search-shell input{height:40px!important;font-size:12px!important}
  body[data-page="products"] .v134-filter-row{display:flex!important;flex-direction:column!important;align-items:stretch!important;gap:16px!important;margin-top:16px!important}
  body[data-page="products"] #categoryRow.v134-category-row{display:flex!important;flex-direction:column!important;gap:4px!important;overflow:visible!important;padding:0!important;margin:0!important}
  body[data-page="products"] #categoryRow.v134-category-row::before{content:"التصنيف";display:block;margin:0 0 7px;color:var(--v139-muted);font-size:11px;font-weight:700}
  body[data-page="products"] #categoryRow.v134-category-row .cat-btn{width:100%!important;max-width:none!important;min-height:34px!important;height:34px!important;padding:0 9px!important;display:flex!important;flex-direction:row!important;justify-content:flex-start!important;gap:8px!important;border:0!important;border-radius:8px!important;background:transparent!important;color:var(--v139-muted)!important;font-size:12px!important;box-shadow:none!important;transform:none!important}
  body[data-page="products"] #categoryRow.v134-category-row .cat-btn svg{width:15px!important;height:15px!important}.v134-category-row .cat-btn.active{background:var(--v139-green-muted)!important;color:var(--v139-green)!important}
  body[data-page="products"] .v134-filter-actions{display:flex!important;flex-direction:column!important;align-items:stretch!important;gap:8px!important}.v134-filter-button{display:none!important}.v134-sort-shell{width:100%!important;min-height:38px!important;border:1px solid var(--v139-border)!important;border-radius:8px!important;background:var(--v139-surface)!important}.v134-sort-shell select{width:100%!important;color:var(--v139-text)!important;font-size:12px!important}
  body[data-page="products"] .v134-desktop-filters{display:flex!important;flex-direction:column!important;gap:16px!important;padding:16px 0 0!important;margin-top:4px!important;border-top:1px solid var(--v139-border)!important;background:transparent!important}
  body[data-page="products"] .v134-desktop-filters>div{display:flex!important;flex-direction:column!important;align-items:stretch!important;gap:5px!important}.v134-desktop-filters>div>span{margin-bottom:3px;color:var(--v139-muted)!important;font-size:11px!important;font-weight:700!important}.v134-desktop-filters button{min-height:32px!important;border:0!important;border-radius:8px!important;background:transparent!important;color:var(--v139-muted)!important;text-align:right!important;font-size:11px!important}.v134-desktop-filters button.active{background:var(--v139-green-muted)!important;color:var(--v139-green)!important}
  body[data-page="products"] .v134-result-line{margin-top:14px!important;padding-top:12px!important;border-top:1px solid var(--v139-border)!important;color:var(--v139-muted)!important;font-size:11px!important}
  body[data-page="products"] #v134FeaturedSection,body[data-page="products"] .v134-catalog-section{grid-column:2!important;margin-bottom:28px!important}
  body[data-page="products"] #v134FeaturedSection .v134-featured-card{display:grid!important;grid-template-columns:260px 1fr!important;min-height:170px!important;border-color:var(--v139-border)!important;background:var(--v139-card)!important;box-shadow:none!important}.v134-featured-media{height:170px!important}.v134-featured-content{padding:18px!important}
  body[data-page="products"] .v134-catalog-section .v134-products-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:16px!important}
  body[data-page="product"] .product-detail{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;gap:32px!important;align-items:start!important;margin-top:0!important}
  body[data-page="product"] .detail-gallery{padding:14px!important}.detail-gallery img{width:100%!important;height:360px!important;object-fit:contain!important;border-radius:10px!important;background:var(--v139-surface)!important}.thumb-row{grid-template-columns:repeat(5,72px)!important;gap:8px!important;margin-top:10px!important}.thumb-row span{height:56px!important;border:1px solid var(--v139-border)!important;border-radius:8px!important;background:var(--v139-surface)!important}
  body[data-page="product"] .detail-panel{padding:24px!important}.detail-panel h1{font-size:28px!important;font-weight:800!important;color:var(--v139-text)!important}.detail-price{font-size:32px!important;color:var(--v139-green)!important}.detail-desc{color:var(--v139-muted)!important;font-size:14px!important;line-height:1.8!important}.plan-grid{gap:8px!important}.plan-card{padding:11px!important;border:1px solid var(--v139-border)!important;border-radius:10px!important;background:var(--v139-surface)!important}.plan-card.active{border-color:var(--v139-green-dim)!important;background:var(--v139-green-muted)!important;box-shadow:none!important}.features-list{grid-template-columns:repeat(2,1fr)!important;gap:8px!important}.feature{border-top:1px solid var(--v139-border)!important;color:var(--v139-muted)!important}.detail-buttons{gap:10px!important}.detail-buttons .cta,.detail-buttons .outline-btn{min-height:46px!important;border-radius:11px!important}.tabs-head{border-bottom:1px solid var(--v139-border)!important}.tabs-head button.active{color:var(--v139-green)!important;border-color:var(--v139-green)!important}.tab-body{color:var(--v139-muted)!important}.faq-section,.related{margin-top:32px!important}.related-grid{grid-template-columns:repeat(4,1fr)!important;gap:14px!important}.related .product-media{height:120px!important}
  body[data-page="cart"] .cart-page{grid-template-columns:minmax(0,1fr) 360px!important;gap:24px!important;align-items:start!important}.cart-box{overflow:hidden!important}.cart-head,.cart-row{grid-template-columns:minmax(260px,1fr) 110px 120px 120px 54px!important;gap:12px!important;padding:15px 18px!important;border-bottom:1px solid var(--v139-border)!important}.cart-head{color:var(--v139-muted)!important;font-size:12px!important}.cart-product{grid-template-columns:72px 1fr!important;gap:12px!important}.cart-product img{width:72px!important;height:64px!important;border:1px solid var(--v139-border)!important;border-radius:8px!important}.summary-card{padding:20px!important;top:84px!important}.summary-line{color:var(--v139-muted)!important;font-size:13px!important}.summary-total{border-top:1px solid var(--v139-border)!important;color:var(--v139-green)!important;font-size:22px!important}.coupon{border:1px solid var(--v139-border)!important;background:var(--v139-surface)!important}.cart-tools{padding:12px!important;margin-top:12px!important}.pay-methods{padding:18px!important;margin-top:16px!important}.payment-strip{gap:8px!important}.pay-logo{border:1px solid var(--v139-border)!important;background:var(--v139-surface)!important;color:var(--v139-muted)!important}
  body[data-page="checkout"] .checkout-page-v39{padding-top:0!important}.checkout-hero-v39{padding:22px 24px!important;margin-bottom:20px!important}.checkout-hero-v39 h1{font-size:24px!important;color:var(--v139-text)!important}.checkout-hero-v39 p{color:var(--v139-muted)!important}.checkout-progress-v39{margin-top:18px!important}.checkout-progress-v39 span{color:var(--v139-muted)!important}.checkout-progress-v39 span.active{color:var(--v139-green)!important}.checkout-grid-v39{grid-template-columns:minmax(0,1fr) 360px!important;gap:24px!important;align-items:start!important}.checkout-step-card-v39{padding:20px!important}.checkout-step-title-v39{margin-bottom:18px!important}.checkout-step-title-v39>b{background:var(--v139-green-muted)!important;border:1px solid var(--v139-border-green)!important;color:var(--v139-green)!important}.checkout-step-title-v39 h2{font-size:17px!important;color:var(--v139-text)!important}.checkout-step-title-v39 p{color:var(--v139-muted)!important}.form-field input,.form-field select,.form-field textarea{background:var(--v139-surface)!important;border:1px solid var(--v139-border)!important;color:var(--v139-text)!important;border-radius:9px!important;box-shadow:none!important}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{border-color:var(--v139-green-dim)!important}.payment-method-v116{background:var(--v139-surface)!important;border:1px solid var(--v139-border)!important;border-radius:11px!important}.payment-method-v116:has(input:checked){background:var(--v139-green-muted)!important;border-color:var(--v139-green-dim)!important}.checkout-submit-v39,.cta{background:var(--v139-green)!important;color:#000!important;border-color:var(--v139-green)!important;box-shadow:none!important;border-radius:10px!important}.checkout-side-v39{position:sticky!important;top:84px!important}
  .v128-search-page{max-width:none!important}.v128-search-box{max-width:720px!important;margin:0 auto 24px!important;background:var(--v139-card)!important;border:1px solid var(--v139-border)!important;border-radius:12px!important}.v128-search-box input{color:var(--v139-text)!important}.v128-product-count{color:var(--v139-muted)!important}
  body[data-page="offers"] .products-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:14px!important}
  body[data-policy] #mainContent{display:grid!important;grid-template-columns:180px minmax(0,760px)!important;column-gap:28px!important;justify-content:center!important;align-items:start!important}
  body[data-policy] .breadcrumb{grid-column:1/-1!important}.legal-page{grid-column:2!important;padding:28px 32px!important;max-width:760px!important;line-height:1.9!important}.legal-page h1{font-size:28px!important}.legal-page h2{font-size:18px!important;color:var(--v139-text)!important}.legal-page p,.legal-page li{color:var(--v139-muted)!important}
  body[data-policy] #mainContent::before{content:"المحتويات";grid-column:1!important;grid-row:2!important;position:sticky;top:92px;padding:14px;border:1px solid var(--v139-border);border-radius:10px;background:var(--v139-card);color:var(--v139-muted);font-size:12px;font-weight:700}
  .v128-faq details{background:var(--v139-card)!important;border:1px solid var(--v139-border)!important;border-radius:10px!important}.v128-faq summary{color:var(--v139-text)!important}.v128-faq p{color:var(--v139-muted)!important}
  .v128-timeline{padding:22px!important}.v128-timeline-step{border-color:var(--v139-border)!important}.v128-timeline-step>b{background:var(--v139-green-muted)!important;color:var(--v139-green)!important;border-color:var(--v139-border-green)!important}
  body[data-page^="payment-"] main,body[data-page="order-success"] main,body[data-page="maintenance"] main,body[data-page="offline"] main,body[data-page="403"] main{max-width:760px!important;margin-inline:auto!important}
  body[data-page^="payment-"] .glass-card,body[data-page="order-success"] .glass-card{border-color:var(--v139-border)!important;background:var(--v139-card)!important;box-shadow:none!important}
  body[data-page^="payment-"] .v128-static-main,body[data-page="403"] .v128-static-main{min-height:calc(100vh - 64px)!important;padding:70px 0 80px!important;display:flex!important;flex-direction:column!important;justify-content:center!important}
  body[data-page^="payment-"] .v128-page-hero,body[data-page="403"] .v128-page-hero{padding:0 0 22px!important;margin:0!important;border:0!important;text-align:center!important}
  body[data-page^="payment-"] .v128-page-hero .eyebrow,body[data-page="403"] .v128-page-hero .eyebrow{display:inline-flex!important}
  body[data-page^="payment-"] .v128-page-hero h1,body[data-page="403"] .v128-page-hero h1{font-size:24px!important;margin-top:12px!important}
  body[data-page^="payment-"] .v128-page-hero p,body[data-page="403"] .v128-page-hero p{max-width:520px!important;margin-inline:auto!important;line-height:1.8!important}
  body[data-page^="payment-"] .v128-static-main>.v128-card,body[data-page="403"] .v128-static-main>.v128-card{width:min(480px,100%)!important;margin:0 auto!important;padding:22px!important;text-align:center!important;background:var(--v139-card)!important;border:1px solid var(--v139-border)!important;border-radius:14px!important;box-shadow:none!important}
  body[data-page^="payment-"] .v128-icon,body[data-page="403"] .v128-icon{width:72px!important;height:72px!important;margin:0 auto 20px!important;border-radius:22px!important;background:var(--v139-surface)!important;border:1px solid var(--v139-border)!important;color:var(--v139-green)!important}
  body[data-page="payment-failed"] .v128-icon{background:rgba(239,68,68,.08)!important;border-color:rgba(239,68,68,.24)!important;color:var(--v139-red)!important}
  body[data-page="payment-pending"] .v128-icon{background:rgba(245,158,11,.08)!important;border-color:rgba(245,158,11,.24)!important;color:var(--v139-amber)!important}
  body[data-page^="payment-"] .v128-action-list{display:flex!important;flex-direction:column!important;gap:9px!important;margin-top:4px!important}
  body[data-page^="payment-"] .v128-action-list .outline-btn{min-height:42px!important;border:1px solid var(--v139-border)!important;border-radius:9px!important;background:var(--v139-surface)!important;color:var(--v139-muted)!important;box-shadow:none!important}
  body[data-page^="payment-"] .v128-action-list .outline-btn:hover{border-color:var(--v139-green-dim)!important;color:var(--v139-text)!important}
  body[data-page="payment-callback"] .payment-callback-page-v109{min-height:calc(100vh - 64px)!important;display:grid!important;place-items:center!important;padding:64px 0!important}
  body[data-page="payment-callback"] .payment-callback-card-v109{width:min(480px,100%)!important;padding:30px 28px!important;text-align:center!important;background:var(--v139-card)!important;border:1px solid var(--v139-border)!important;border-radius:16px!important;box-shadow:none!important}
  body[data-page="payment-callback"] .payment-callback-icon-v109{width:72px!important;height:72px!important;margin:0 auto 20px!important;border-radius:22px!important;background:var(--v139-surface)!important;border:1px solid var(--v139-border)!important;color:var(--v139-green)!important}
  body[data-page="payment-callback"] .payment-callback-actions-v109{display:flex!important;flex-direction:column!important;gap:9px!important;margin-top:22px!important}
  body[data-page="order-success"] .success-page-v101{padding:54px 32px 76px!important;background:var(--v139-bg)!important}
  body[data-page="order-success"] .success-shell-v101{width:min(760px,100%)!important;margin:0 auto!important}
  body[data-page="order-success"] .success-main-card-v101,body[data-page="order-success"] .success-panel-v101,body[data-page="order-success"] .success-details-v101,body[data-page="order-success"] .success-offers-v101{background:var(--v139-card)!important;border:1px solid var(--v139-border)!important;border-radius:14px!important;box-shadow:none!important}
  body[data-page="order-success"] .success-main-card-v101{padding:28px!important;text-align:center!important}
  body[data-page="order-success"] .success-icon-v101{background:var(--v139-green-muted)!important;border-color:var(--v139-green-dim)!important;color:var(--v139-green)!important;box-shadow:none!important}
  body[data-page="order-success"] .success-grid-v101{gap:14px!important}.success-panel-v101{padding:18px!important}.success-summary-lines-v101>div{border-color:var(--v139-border)!important}.success-badge-v101{background:var(--v139-green-muted)!important;color:var(--v139-green)!important;border-color:var(--v139-border-green)!important}
  body.not-found-v122[data-page="404"]{background:var(--v139-bg)!important;color:var(--v139-text)!important;font-family:"Cairo",sans-serif!important}
  body.not-found-v122[data-page="404"]>section{width:min(520px,calc(100% - 48px))!important;padding:38px!important;background:var(--v139-card)!important;border:1px solid var(--v139-border)!important;border-radius:16px!important;box-shadow:none!important}
  body.not-found-v122[data-page="404"]>section img{width:120px!important}body.not-found-v122[data-page="404"]>section h1{font-size:54px!important;color:var(--v139-green)!important}body.not-found-v122[data-page="404"]>section p{color:var(--v139-muted)!important}body.not-found-v122[data-page="404"]>section a{border-radius:9px!important;background:var(--v139-green)!important;color:#000!important}
  
  
  
  
  
  
  
  body.customer-account-v130{
    --ca-bg:var(--v139-bg);--ca-surface:var(--v139-card);--ca-surface2:var(--v139-surface);--ca-surface3:var(--v139-elevated);
    --ca-accent:var(--v139-green);--ca-fg:var(--v139-text);--ca-fg2:#D8DAE4;--ca-muted:var(--v139-muted);--ca-muted2:var(--v139-dim);--ca-border:var(--v139-border);--ca-border2:var(--v139-border-green);
    font-family:"Cairo",sans-serif!important;background:var(--v139-bg)!important;
  }
  body.customer-account-v130 .ca-topbar{display:none!important}
  .v139-account-global-header{display:block!important;position:fixed;top:0;right:0;left:0;height:64px;z-index:95;background:rgba(12,13,15,.96);border-bottom:1px solid var(--v139-border);backdrop-filter:blur(12px)}
  .v139-account-global-inner{width:min(1280px,calc(100% - 64px));height:64px;margin:0 auto;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:24px;align-items:center}
  .v139-account-global-inner .v139-header-primary{display:flex}.v139-account-global-inner .v139-main-nav{display:flex}
  body.customer-account-v130 .ca-frame{padding-top:64px!important;display:flex!important}
  body.customer-account-v130 .ca-sidebar{display:flex!important;position:fixed!important;top:84px!important;right:max(32px,calc((100vw - 1280px)/2))!important;bottom:auto!important;width:220px!important;max-height:calc(100vh - 108px)!important;border:1px solid var(--v139-border)!important;border-radius:14px!important;background:var(--v139-card)!important;overflow:hidden!important;z-index:70!important}
  body.customer-account-v130 .ca-sidebar-profile{padding:18px 14px!important;background:transparent!important;border-color:var(--v139-border)!important}.ca-sidebar-profile .ca-avatar{background:var(--v139-green-muted)!important;border-color:var(--v139-green-dim)!important;color:var(--v139-green)!important}
  body.customer-account-v130 .ca-sidebar-nav{padding:8px!important}.ca-sidebar-nav button{min-height:38px!important;padding:7px 10px!important;border:0!important;border-radius:8px!important;font-size:12px!important;font-weight:500!important;color:var(--v139-muted)!important}.ca-sidebar-nav button.active{background:var(--v139-green-muted)!important;color:var(--v139-green)!important;border:0!important}.ca-sidebar-nav button:hover{background:var(--v139-surface)!important;color:var(--v139-text)!important}.ca-sidebar-logout{padding:8px!important;border-color:var(--v139-border)!important}.ca-sidebar-logout button{min-height:38px!important;font-size:12px!important;color:var(--v139-red)!important}
  body.customer-account-v130 .ca-main{margin:0 auto!important;padding:32px 32px 64px!important;width:min(1020px,calc(100% - 284px))!important;max-width:1020px!important;min-height:calc(100vh - 64px)!important;transform:translateX(-116px)}
  body.customer-account-v130 .ca-view{max-width:none!important;width:100%!important}.ca-welcome{margin-bottom:22px!important}.ca-welcome p{font-size:13px!important}.ca-welcome h1{font-size:26px!important}.ca-stats{grid-template-columns:repeat(4,1fr)!important;gap:12px!important}.ca-card{background:var(--v139-card)!important;border:1px solid var(--v139-border)!important;border-radius:12px!important;box-shadow:none!important}.ca-stat{padding:16px!important}.ca-stat span{color:var(--v139-muted)!important}.ca-stat b{font-size:22px!important}.ca-stat.accent b{color:var(--v139-green)!important}.ca-quick{grid-template-columns:repeat(4,1fr)!important;gap:10px!important}.ca-quick button{min-height:68px!important;background:var(--v139-card)!important;border:1px solid var(--v139-border)!important;border-radius:11px!important}.ca-quick button:hover{border-color:var(--v139-green-dim)!important}.ca-quick button svg{color:var(--v139-green)!important}.ca-section-head h2,.ca-title h1{color:var(--v139-text)!important}.ca-order-card{padding:16px!important}.ca-order-foot{border-color:var(--v139-border)!important}.ca-btn{background:var(--v139-surface)!important;border-color:var(--v139-border)!important;color:var(--v139-muted)!important;box-shadow:none!important}.ca-btn.primary{background:var(--v139-green)!important;border-color:var(--v139-green)!important;color:#000!important}.ca-btn.danger{background:rgba(239,68,68,.1)!important;border-color:rgba(239,68,68,.22)!important;color:var(--v139-red)!important}.ca-input{background:var(--v139-surface)!important;border-color:var(--v139-border)!important;color:var(--v139-text)!important}.ca-input:focus{border-color:var(--v139-green-dim)!important;box-shadow:0 0 0 3px rgba(45,216,122,.06)!important}.ca-overview-logout{display:none!important}.ca-bottom{display:none!important}
  body.customer-auth-v130{background:var(--v139-bg)!important;color:var(--v139-text)!important;font-family:"Cairo",sans-serif!important;min-height:100vh!important;display:grid!important;place-items:center!important;padding:44px 20px!important}
  body.customer-auth-v130 .ca-auth-wrap{max-width:420px!important}.ca-auth-logo{width:48px!important;height:48px!important;border-radius:12px!important;background:var(--v139-green)!important;border:0!important;color:#000!important;box-shadow:none!important}.ca-auth-brand{margin-bottom:20px!important}.ca-auth-brand h1{font-size:22px!important}.ca-auth-brand p{color:var(--v139-muted)!important}.ca-auth-card{padding:24px!important;background:var(--v139-card)!important;border:1px solid var(--v139-border)!important;border-radius:14px!important}.ca-auth-card .form-field input,.ca-auth-card .form-field select{background:var(--v139-surface)!important;border:1px solid var(--v139-border)!important;color:var(--v139-text)!important}.ca-auth-card .form-field input:focus,.ca-auth-card .form-field select:focus{border-color:var(--v139-green-dim)!important;box-shadow:0 0 0 3px rgba(45,216,122,.06)!important}.ca-auth-card .cta{background:var(--v139-green)!important;border-color:var(--v139-green)!important;color:#000!important;box-shadow:none!important}.ca-auth-back{top:24px!important;right:32px!important;color:var(--v139-muted)!important}.sidebar-brand .brand-mark{background:var(--v139-green)!important;color:#000!important;box-shadow:none!important}.nav-label{color:var(--v139-dim)!important}.nav-item{color:var(--v139-muted)!important;border-radius:8px!important}.nav-item:hover{background:var(--v139-surface)!important;color:var(--v139-text)!important}.nav-item.active{background:var(--v139-green-muted)!important;color:var(--v139-green)!important}.global-search{background:var(--v139-surface)!important;border:1px solid var(--v139-border)!important;border-radius:10px!important}.global-search input{color:var(--v139-text)!important}.stats-grid>*{background:var(--v139-card)!important;border-color:var(--v139-border)!important;box-shadow:none!important}.responsive-table,.admin-table{border-color:var(--v139-border)!important}
}

@media (min-width:1024px) and (max-width:1180px){
  .v139-desktop-header-inner,.v139-account-global-inner{width:calc(100% - 40px);grid-template-columns:minmax(0,1fr) auto;gap:14px}
  .v139-main-nav a{padding-inline:8px;font-size:12px}.v139-brand-name{font-size:14px}.v139-header-actions{gap:3px}.v139-account-trigger>span:not(.v139-account-avatar),.v139-cart-link>span{display:none}
  body[data-page="home"] .v134-hero{grid-template-columns:minmax(0,1fr) 360px!important;gap:36px!important}
  
  body[data-page="products"] .container.v134-shell{grid-template-columns:220px minmax(0,1fr)!important;column-gap:20px!important}
  body[data-page="products"] .v134-catalog-section .v134-products-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
  body.customer-account-v130 .ca-sidebar{right:20px!important;width:210px!important}
  body.customer-account-v130 .ca-main{width:calc(100% - 250px)!important;transform:translateX(-105px);padding-inline:22px!important}
}


@media (max-width:1023px){
  html[dir="rtl"] body[data-page="home"] .v139-hero-visual,
  html[dir="rtl"] body[data-page="home"] .v139-hero-metrics,
  html[dir="rtl"] body[data-page="home"] .v139-desktop-trust{
    display:none!important;
    visibility:hidden!important;
  }
  html[dir="rtl"] body[data-page="home"].taqa-v134-storefront .v134-trust-benefits{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
  }
}

@media (min-width:1024px){
  html[dir="rtl"] body[data-page="home"].taqa-v134-storefront.taqa-v135-storefront .v134-hero{
    position:relative!important;
    display:grid!important;
    grid-template-columns:minmax(0,1fr) minmax(380px,440px)!important;
    grid-template-areas:"copy visual"!important;
    align-items:center!important;
    gap:52px!important;
    width:100%!important;
    min-height:390px!important;
    margin:0!important;
    padding:42px 0 36px!important;
  }

  html[dir="rtl"] body[data-page="home"] .v134-hero-copy{
    grid-area:copy!important;
    width:100%!important;
    max-width:650px!important;
    min-width:0!important;
    align-self:center!important;
    justify-self:stretch!important;
  }

  html[dir="rtl"] body[data-page="home"] .v139-hero-visual{
    grid-area:visual!important;
    display:block!important;
    visibility:visible!important;
    width:100%!important;
    min-width:0!important;
    max-width:440px!important;
    justify-self:start!important;
    align-self:center!important;
  }

  html[dir="rtl"] body[data-page="home"] .v139-hero-metrics{
    display:flex!important;
    visibility:visible!important;
    flex-wrap:wrap!important;
    align-items:flex-start!important;
    gap:28px!important;
    width:100%!important;
    margin-top:0!important;
    padding-top:18px!important;
  }

  html[dir="rtl"] body[data-page="home"] .v139-hero-card{
    width:100%!important;
    max-width:440px!important;
    margin:0!important;
  }

  html[dir="rtl"] body[data-page="home"] .v139-hero-card img{
    width:100%!important;
    height:250px!important;
    object-fit:cover!important;
    object-position:center!important;
  }
  html[dir="rtl"] body[data-page="home"].taqa-v134-storefront .v134-trust-benefits{
    width:100%!important;
    max-width:1280px!important;
    margin:0 0 40px!important;
    padding:0!important;
    display:grid!important;
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
    gap:0!important;
    overflow:hidden!important;
    border:1px solid var(--v139-border,#252830)!important;
    border-radius:12px!important;
    background:var(--v139-surface,#141416)!important;
  }

  html[dir="rtl"] body[data-page="home"] .v134-trust-benefits > article{
    min-width:0!important;
    min-height:72px!important;
    margin:0!important;
    padding:13px 18px!important;
    border-top:0!important;
    border-right:0!important;
    border-bottom:0!important;
  }

  html[dir="rtl"] body[data-page="home"] .v134-trust-benefits > .v139-desktop-trust{
    display:grid!important;
    visibility:visible!important;
  }
  html body.customer-account-v130 .ca-topbar,
  html body.customer-account-v130 .ca-bottom{
    display:none!important;
    visibility:hidden!important;
  }
  html body.customer-account-v130 > .v139-account-global-header{
    display:block!important;
    visibility:visible!important;
  }
}

@media (min-width:1024px) and (max-width:1180px){
  html body:not(.customer-auth-v130):not(.taqa-admin-v129) .v139-desktop-header-inner,
  html body.customer-account-v130 .v139-account-global-inner{
    width:calc(100% - 36px)!important;
    grid-template-columns:minmax(0,1fr) auto!important;
    gap:12px!important;
  }

  html[dir="rtl"] body[data-page="home"].taqa-v134-storefront.taqa-v135-storefront .v134-hero{
    grid-template-columns:minmax(0,1fr) minmax(320px,360px)!important;
    gap:30px!important;
  }
  html[dir="rtl"] body[data-page="home"] .v139-hero-visual,
  html[dir="rtl"] body[data-page="home"] .v139-hero-card{
    max-width:360px!important;
  }
  html[dir="rtl"] body[data-page="home"] .v139-hero-card img{
    height:220px!important;
  }
}

:root{
  --v149-card:#08160d;
  --v149-card-2:#0b1f12;
  --v149-border:rgba(57,255,110,.16);
  --v149-border-strong:rgba(57,255,110,.28);
  --v149-text:#f1f7f2;
  --v149-muted:#9fb3a4;
  --v149-green:#39ff6e;
  --v149-green-soft:rgba(57,255,110,.09);
}

html,body{overflow-x:hidden!important}
img,svg{max-width:100%}
@media (max-width:760px){

  body[data-page="home"] .products-grid,
  body[data-page="home"] #productsGrid,
  body[data-page="home"] .v134-products-grid,
  body[data-page="home"] .v134-featured-grid{
    grid-template-columns:1fr!important;
    gap:12px!important;
  }

  body[data-page="home"] .product-card,
  body[data-page="home"] .v134-product-card,
  body[data-page="home"] .v134-featured-card{
    width:100%!important;
    min-width:0!important;
    max-width:none!important;
    margin:0!important;
    border-radius:18px!important;
    overflow:hidden!important;
  }

  body[data-page="home"] .product-media,
  body[data-page="home"] .v134-product-card .product-media,
  body[data-page="home"] .v134-featured-card .product-media{
    height:190px!important;
  }

  body[data-page="home"] .product-info,
  body[data-page="home"] .v134-product-card .product-info,
  body[data-page="home"] .v134-featured-card .product-info{
    padding:13px!important;
  }

  body[data-page="home"] .product-info h3,
  body[data-page="home"] .v134-product-card h3,
  body[data-page="home"] .v134-featured-card h3{
    min-height:0!important;
    font-size:16px!important;
    line-height:1.45!important;
    justify-content:flex-start!important;
    text-align:right!important;
    overflow-wrap:anywhere!important;
  }

  body[data-page="home"] .product-actions,
  body[data-page="home"] .v134-product-card .product-actions,
  body[data-page="home"] .v134-featured-card .product-actions{
    display:grid!important;
    grid-template-columns:1fr auto!important;
    gap:8px!important;
    align-items:center!important;
  }

  body[data-page="home"] .product-actions .outline-btn,
  body[data-page="home"] .product-actions .order-clean{
    width:100%!important;
    min-width:0!important;
  }
}
body.customer-auth-v130{
  display:block!important;
  min-height:100dvh!important;
  padding:20px 14px 34px!important;
  background:linear-gradient(180deg,#050905 0%,#071108 100%)!important;
}

body.customer-auth-v130 .ca-auth-wrap{
  width:min(100%,460px)!important;
  max-width:460px!important;
  margin:0 auto!important;
}

body.customer-auth-v130 .ca-auth-back{
  position:static!important;
  top:auto!important;
  right:auto!important;
  width:max-content!important;
  margin:0 0 14px auto!important;
  font-size:13px!important;
  color:#c8d7cc!important;
}

body.customer-auth-v130 .ca-auth-brand{
  gap:8px!important;
  margin-bottom:18px!important;
}
body.customer-auth-v130 .ca-auth-brand h1{font-size:clamp(26px,7vw,34px)!important;line-height:1.15!important}
body.customer-auth-v130 .ca-auth-brand p{font-size:14px!important;color:#8ea392!important}
body.customer-auth-v130 .ca-auth-logo{
  width:58px!important;height:58px!important;border-radius:18px!important;
  background:linear-gradient(180deg,#0c180f,#081108)!important;
  border:1px solid var(--v149-border-strong)!important;
  color:var(--v149-green)!important;
  box-shadow:0 0 0 1px rgba(57,255,110,.08),0 10px 24px rgba(0,0,0,.28)!important;
}

body.customer-auth-v130 .ca-auth-card{
  padding:18px 16px!important;
  border-radius:22px!important;
  background:linear-gradient(180deg,rgba(9,23,13,.98),rgba(4,10,6,.98))!important;
  border:1px solid var(--v149-border)!important;
  box-shadow:0 14px 34px rgba(0,0,0,.26)!important;
}

body.customer-auth-v130 .ca-auth-card .auth-title-mini b{
  font-size:clamp(22px,6vw,30px)!important;
  line-height:1.2!important;
}
body.customer-auth-v130 .ca-auth-card .auth-title-mini span{
  margin-top:5px!important;
  font-size:14px!important;
  line-height:1.65!important;
  color:#9ab09d!important;
}

body.customer-auth-v130 .ca-auth-card .auth-tabs{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:6px!important;
  margin:16px 0 14px!important;
  padding:5px!important;
  border:1px solid rgba(255,255,255,.06)!important;
  border-radius:18px!important;
  background:rgba(255,255,255,.02)!important;
}
body.customer-auth-v130 .ca-auth-card .auth-tabs button{
  min-height:48px!important;
  padding:10px 8px!important;
  border-radius:14px!important;
  border-bottom:0!important;
  font-size:15px!important;
  color:#9aada0!important;
}
body.customer-auth-v130 .ca-auth-card .auth-tabs button.active{
  background:linear-gradient(180deg,rgba(57,255,110,.18),rgba(57,255,110,.08))!important;
  color:var(--v149-green)!important;
  box-shadow:inset 0 -2px 0 rgba(57,255,110,.92)!important;
}

body.customer-auth-v130 .ca-auth-card .auth-form{gap:12px!important}
body.customer-auth-v130 .ca-auth-card .form-field{min-width:0!important}
body.customer-auth-v130 .ca-auth-card .form-field label{
  font-size:13px!important;
  margin-bottom:7px!important;
  color:#eff7f0!important;
}
body.customer-auth-v130 .ca-auth-card .form-field input,
body.customer-auth-v130 .ca-auth-card .form-field select{
  min-height:50px!important;
  border-radius:16px!important;
  padding:13px 14px!important;
  background:linear-gradient(180deg,#0a170d,#0b130d)!important;
  border:1px solid rgba(57,255,110,.16)!important;
  color:#f6fbf7!important;
}
body.customer-auth-v130 .ca-auth-card .form-field input::placeholder{color:#91a193!important}

body.customer-auth-v130 .ca-auth-card .phone-input-row-v56{
  display:grid!important;
  grid-template-columns:116px minmax(0,1fr)!important;
  gap:8px!important;
  align-items:stretch!important;
}
body.customer-auth-v130 .ca-auth-card .phone-input-row-v56 select{width:auto!important;flex:auto!important}
body.customer-auth-v130 .ca-auth-card .tiny{
  display:block!important;
  margin-top:6px!important;
  font-size:11px!important;
  line-height:1.55!important;
  color:#8da08f!important;
}

body.customer-auth-v130 .ca-auth-card .auth-form-row-v123{
  font-size:12px!important;
  flex-wrap:wrap!important;
  align-items:center!important;
}
body.customer-auth-v130 .ca-auth-card .forgot-password-link-v95{font-weight:700!important}
body.customer-auth-v130 .ca-auth-card .cta{
  min-height:54px!important;
  border-radius:16px!important;
  font-size:18px!important;
  box-shadow:0 8px 24px rgba(57,255,110,.20)!important;
}
body.customer-auth-v130 .ca-auth-policy{
  margin-top:14px!important;
  font-size:11px!important;
  line-height:1.75!important;
  color:#8ea091!important;
}

@media (max-width:420px){
  body.customer-auth-v130{padding-inline:12px!important}
  body.customer-auth-v130 .ca-auth-card{padding:16px 14px!important}
  body.customer-auth-v130 .ca-auth-card .phone-input-row-v56{grid-template-columns:112px minmax(0,1fr)!important}
}
@media (max-width:639px){
  body.customer-account-v130 .ca-topbar{
    padding-inline:12px!important;
    background:rgba(5,11,7,.96)!important;
  }
  body.customer-account-v130 .ca-logo{
    min-width:42px!important;
    gap:8px!important;
  }
  body.customer-account-v130 .ca-logo-text{display:none!important}
  body.customer-account-v130 .ca-logo-mark{width:40px!important;height:40px!important;font-size:16px!important}
  body.customer-account-v130 .ca-page-title{
    font-size:15px!important;
    max-width:120px!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
  }
  body.customer-account-v130 .ca-top-actions{gap:7px!important}
  body.customer-account-v130 .ca-icon-btn,
  body.customer-account-v130 .ca-avatar{width:40px!important;height:40px!important}

  body.customer-account-v130 .ca-main{
    padding:16px 12px calc(var(--ca-bottom) + 26px + env(safe-area-inset-bottom,0px))!important;
  }

  body.customer-account-v130 .ca-title{display:none!important}

  body.customer-account-v130 .ca-card,
  body.customer-account-v130 .ca-section,
  body.customer-account-v130 .ca-profile-avatar,
  body.customer-account-v130 .ca-empty,
  body.customer-account-v130 .ca-order,
  body.customer-account-v130 .ca-stat{
    border-radius:18px!important;
  }

  body.customer-account-v130 .ca-stats{gap:8px!important}
  body.customer-account-v130 .ca-stat{
    padding:14px 10px!important;
    min-height:104px!important;
    background:linear-gradient(180deg,rgba(10,22,13,.96),rgba(5,11,7,.96))!important;
    border:1px solid rgba(57,255,110,.12)!important;
  }
  body.customer-account-v130 .ca-stat b{
    font-size:28px!important;
    line-height:1!important;
  }
  body.customer-account-v130 .ca-stat span{
    font-size:12px!important;
    line-height:1.45!important;
    color:#9caf9f!important;
  }

  body.customer-account-v130 .ca-quick{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:8px!important;
  }
  body.customer-account-v130 .ca-quick button{
    min-height:92px!important;
    padding:12px 10px!important;
    border-radius:16px!important;
  }
  body.customer-account-v130 .ca-quick button span,
  body.customer-account-v130 .ca-quick button b{
    font-size:13px!important;
    overflow-wrap:anywhere!important;
  }

  body.customer-account-v130 .ca-profile-avatar{padding:18px 14px!important;margin-bottom:14px!important}
  body.customer-account-v130 .ca-profile-circle{width:82px!important;height:82px!important;font-size:28px!important}
  body.customer-account-v130 .ca-profile-avatar b{font-size:24px!important;line-height:1.2!important}
  body.customer-account-v130 .ca-profile-avatar span{font-size:14px!important;line-height:1.5!important;overflow-wrap:anywhere!important}

  body.customer-account-v130 .ca-form{gap:13px!important}
  body.customer-account-v130 .ca-field label{font-size:13px!important}
  body.customer-account-v130 .ca-field small{font-size:11px!important;line-height:1.6!important}
  body.customer-account-v130 .ca-input,
  body.customer-account-v130 .ca-form select,
  body.customer-account-v130 .ca-form input{
    min-height:50px!important;
    padding:13px 14px!important;
    border-radius:16px!important;
    font-size:16px!important;
  }
  body.customer-account-v130 .ca-btn.primary.full,
  body.customer-account-v130 .ca-btn.full{
    min-height:54px!important;
    border-radius:16px!important;
    font-size:17px!important;
  }

  body.customer-account-v130 .ca-empty{
    padding:22px 16px!important;
    text-align:center!important;
  }
  body.customer-account-v130 .ca-empty h3,
  body.customer-account-v130 .ca-empty b{
    font-size:18px!important;
    line-height:1.4!important;
    margin:0 0 6px!important;
    overflow-wrap:anywhere!important;
  }
  body.customer-account-v130 .ca-empty p,
  body.customer-account-v130 .ca-empty small,
  body.customer-account-v130 .ca-empty span{
    font-size:13px!important;
    line-height:1.65!important;
    color:#98aa9b!important;
  }

  body.customer-account-v130 .ca-order,
  body.customer-account-v130 .ca-card{
    padding:14px!important;
  }

  body.customer-account-v130 .ca-bottom{
    background:rgba(4,10,6,.97)!important;
    border-top:1px solid rgba(57,255,110,.16)!important;
    box-shadow:0 -8px 22px rgba(0,0,0,.34)!important;
  }
  body.customer-account-v130 .ca-bottom a,
  body.customer-account-v130 .ca-bottom button{border-radius:12px!important}
}
body[data-page="faq"] .v128-faq{display:grid!important;gap:14px!important}
body[data-page="faq"] .v128-faq details{
  border:1px solid rgba(57,255,110,.12)!important;
  border-radius:24px!important;
  background:linear-gradient(180deg,rgba(8,20,12,.95),rgba(2,7,4,.95))!important;
  overflow:hidden!important;
}
body[data-page="faq"] .v128-faq summary{
  list-style:none!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:16px!important;
  padding:20px 22px!important;
  font-size:clamp(21px,3vw,28px)!important;
  font-weight:800!important;
  line-height:1.45!important;
  color:#f3f8f4!important;
  cursor:pointer!important;
}
body[data-page="faq"] .v128-faq summary::-webkit-details-marker{display:none}
body[data-page="faq"] .v128-faq summary::after{
  content:"+";
  flex:0 0 42px;
  width:42px;height:42px;
  display:grid;place-items:center;
  border-radius:50%;
  background:rgba(57,255,110,.08);
  border:1px solid rgba(57,255,110,.16);
  color:var(--v149-green);
  font-size:30px;font-weight:700;line-height:1;
}
body[data-page="faq"] .v128-faq details[open] summary::after{content:"−"}
body[data-page="faq"] .v128-faq details>p{
  margin:0!important;
  padding:0 22px 22px!important;
  color:#a5b8a9!important;
  font-size:16px!important;
  line-height:1.9!important;
}
@media (max-width:640px){
  body[data-page="faq"] .v128-faq summary{padding:16px 16px!important;font-size:19px!important}
  body[data-page="faq"] .v128-faq summary::after{width:38px;height:38px;flex-basis:38px;font-size:26px}
  body[data-page="faq"] .v128-faq details>p{padding:0 16px 18px!important;font-size:14px!important}
}























:root{
  --v156-green:#20e86a;
  --v156-bg:#020806;
  --v156-surface:#07110c;
  --v156-surface-2:#0a1710;
  --v156-border:rgba(32,232,106,.15);
  --v156-border-strong:rgba(32,232,106,.29);
  --v156-text:#f3f8f4;
  --v156-muted:#8da095;
}
.taqa-icon{display:inline-block;flex:0 0 auto;vertical-align:middle}
body.taqa-v134-storefront #productsGrid.v134-products-grid{
  align-items:start!important;
  grid-auto-rows:max-content!important;
}
body.taqa-v134-storefront #productsGrid .v134-product-card.product-card{
  align-self:start!important;
  height:auto!important;
  border-radius:15px!important;
  border-color:var(--v156-border)!important;
  background:linear-gradient(180deg,#07130d,#030906)!important;
}
body.taqa-v134-storefront .v134-product-media{
  aspect-ratio:3/2!important;
  height:auto!important;
  background:#07100b!important;
}
body.taqa-v134-storefront .v134-product-media img{
  object-fit:var(--image-fit,cover)!important;
  object-position:center!important;
}
body.taqa-v134-storefront .v134-product-info{
  min-height:112px!important;
  padding:10px!important;
  gap:5px!important;
}
body.taqa-v134-storefront .v134-card-meta{
  min-height:24px!important;
  justify-content:flex-start!important;
  gap:4px!important;
}
body.taqa-v134-storefront .v134-card-chips{gap:4px!important}
body.taqa-v134-storefront .v134-product-badge,
body.taqa-v134-storefront .v134-delivery-chip,
body.taqa-v134-storefront .v148-stock-chip{
  min-height:21px!important;
  padding:2px 6px!important;
  border-radius:999px!important;
  font-size:9.5px!important;
  line-height:1.25!important;
}
body.taqa-v134-storefront .v134-product-card h3{
  min-height:34px!important;
  font-size:13px!important;
  line-height:1.35!important;
  font-weight:600!important;
  letter-spacing:0!important;
}
body.taqa-v134-storefront .v134-product-variant{
  min-height:13px!important;
  font-size:10.5px!important;
  line-height:1.3!important;
}
body.taqa-v134-storefront .v134-product-bottom{
  margin-top:2px!important;
  align-items:center!important;
}
body.taqa-v134-storefront .v134-product-card .v134-price{
  font-size:17px!important;
  font-weight:700!important;
}
body.taqa-v134-storefront .v134-product-card .quick-order-btn{
  width:33px!important;
  min-width:33px!important;
  height:33px!important;
  min-height:33px!important;
  padding:0!important;
  border-radius:10px!important;
}
body.taqa-v134-storefront .v134-product-card .quick-order-btn span{display:none!important}
body.taqa-v134-storefront .v134-product-card .quick-order-btn svg{width:15px!important;height:15px!important}
body.taqa-v134-storefront .v134-product-card .v148-card-tools{
  position:absolute!important;
  top:8px!important;
  left:8px!important;
  z-index:8!important;
  gap:5px!important;
}
body.taqa-v134-storefront .v134-product-card .v148-quick-view-btn,
body.taqa-v134-storefront .v134-product-card .v128-favorite-btn{
  width:32px!important;
  height:32px!important;
  flex-basis:32px!important;
  border-radius:9px!important;
  background:rgba(2,8,6,.84)!important;
  color:#bdc9c1!important;
  border:1px solid rgba(255,255,255,.13)!important;
  backdrop-filter:blur(6px)!important;
}
body.taqa-v134-storefront .v134-product-card .v128-favorite-btn.is-favorite{
  color:var(--v156-green)!important;
  border-color:rgba(32,232,106,.35)!important;
  background:rgba(32,232,106,.12)!important;
}
.v152-eye-icon{fill:none!important;stroke:currentColor!important;stroke-width:1.8!important;stroke-linecap:round!important;stroke-linejoin:round!important}
@media (max-width:760px){
  body.taqa-v134-storefront #productsGrid.v134-products-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:10px!important;
  }
  body.taqa-v134-storefront .v134-featured-wrap{min-height:154px!important}
  body.taqa-v134-storefront .v134-featured-card.product-card{min-height:154px!important;border-radius:15px!important}
  body.taqa-v134-storefront .v134-featured-media{flex-basis:41%!important;min-height:154px!important}
  body.taqa-v134-storefront .v134-featured-content{padding:11px!important;gap:6px!important}
  body.taqa-v134-storefront .v134-featured-card h3{font-size:13px!important;line-height:1.4!important}
  body.taqa-v134-storefront .v134-featured-card .v134-price{font-size:16px!important}
  body.taqa-v134-storefront .v134-buy-btn{min-height:33px!important;padding:7px 9px!important;font-size:10.5px!important}

  body.taqa-v134-storefront .v134-product-info{min-height:102px!important;padding:8px!important;gap:4px!important}
  body.taqa-v134-storefront .v134-card-meta{min-height:21px!important}
  body.taqa-v134-storefront .v134-product-badge,
  body.taqa-v134-storefront .v134-delivery-chip,
  body.taqa-v134-storefront .v148-stock-chip{font-size:8.4px!important;padding:2px 5px!important;min-height:19px!important}
  body.taqa-v134-storefront .v134-product-card h3{font-size:11.5px!important;min-height:31px!important;line-height:1.35!important}
  body.taqa-v134-storefront .v134-product-variant{font-size:9.5px!important;min-height:12px!important}
  body.taqa-v134-storefront .v134-product-card .v134-price{font-size:15px!important}
  body.taqa-v134-storefront .v134-product-card .quick-order-btn{width:31px!important;min-width:31px!important;height:31px!important;min-height:31px!important}
  body.taqa-v134-storefront .v134-product-card .v148-quick-view-btn,
  body.taqa-v134-storefront .v134-product-card .v128-favorite-btn{width:30px!important;height:30px!important;flex-basis:30px!important}
  body[data-page="offers"] #offersGrid.products-grid,
  body[data-page="search"] #v128SearchResults.products-grid,
  body[data-page="favorites"] .products-grid,
  body[data-page="products"] .v128-products-grid.products-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:10px!important;
  }
  body[data-page="offers"] #offersGrid .product-media,
  body[data-page="search"] #v128SearchResults .product-media,
  body[data-page="favorites"] .products-grid .product-media,
  body[data-page="products"] .v128-products-grid .product-media{
    height:auto!important;
    aspect-ratio:3/2!important;
  }
  body[data-page="offers"] #offersGrid .product-info,
  body[data-page="search"] #v128SearchResults .product-info,
  body[data-page="favorites"] .products-grid .product-info,
  body[data-page="products"] .v128-products-grid .product-info{
    min-height:105px!important;
    padding:9px!important;
  }
  body[data-page="offers"] #offersGrid .product-info h3,
  body[data-page="search"] #v128SearchResults .product-info h3,
  body[data-page="favorites"] .products-grid .product-info h3,
  body[data-page="products"] .v128-products-grid .product-info h3{
    min-height:34px!important;
    font-size:11.5px!important;
    line-height:1.4!important;
  }
  body[data-page="offers"] #offersGrid .price,
  body[data-page="search"] #v128SearchResults .price,
  body[data-page="favorites"] .products-grid .price{font-size:16px!important;margin:5px 0!important}
}

@media (max-width:380px){
  body.taqa-v134-storefront #productsGrid.v134-products-grid{gap:8px!important}
  body.taqa-v134-storefront .v134-product-info{padding:7px!important}
  body.taqa-v134-storefront .v134-product-card h3{font-size:10.8px!important}
  body.taqa-v134-storefront .v134-product-badge,
  body.taqa-v134-storefront .v134-delivery-chip,
  body.taqa-v134-storefront .v148-stock-chip{font-size:7.9px!important}
}
@media (min-width:761px){
  body.taqa-v134-storefront #productsGrid.v134-products-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:14px!important}
  body.taqa-v134-storefront .v134-product-info{min-height:118px!important}
}
@media (min-width:761px) and (max-width:1100px){
  body.taqa-v134-storefront #productsGrid.v134-products-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
}









.v156-footer-actions{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
  flex-wrap:wrap!important;
}
.v156-footer-whatsapp{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:7px!important;
  min-height:34px!important;
  padding:7px 11px!important;
  border:1px solid rgba(32,232,106,.23)!important;
  border-radius:999px!important;
  background:rgba(32,232,106,.07)!important;
  color:#bfeccb!important;
  text-decoration:none!important;
  font-size:11px!important;
  font-weight:600!important;
}
.v156-footer-whatsapp svg{width:15px!important;height:15px!important;color:var(--v156-green)!important}

.v155-footer-payments{
  border-top:1px solid rgba(255,255,255,.045)!important;
  padding-top:12px!important;
  margin-top:2px!important;
}
.v155-footer-payments img{
  background:#f8faf9!important;
  border:1px solid rgba(255,255,255,.12)!important;
  box-shadow:none!important;
}

@media (max-width:760px){
  
  
  
  
  
  
  
  .v156-footer-whatsapp{min-height:32px!important;font-size:10.5px!important;padding:6px 10px!important}
  .v155-footer-payments img{height:22px!important;max-width:66px!important;padding:4px 6px!important}
}
button svg.taqa-icon,a svg.taqa-icon,.v144-mfa-icon svg{overflow:visible}

body.taqa-v134-storefront .v134-skeleton-card>span{aspect-ratio:3/2!important}
@media (max-width:760px){
  body.taqa-v134-storefront .v134-section-head h2,
  body:not(.taqa-admin-v129) .section-title h2,
  body:not(.taqa-admin-v129) .v128-section-head h2{
    font-size:clamp(22px,6vw,28px)!important;
    line-height:1.22!important;
  }
  body.taqa-v134-storefront .v134-section-head a,
  body.taqa-v134-storefront .v134-section-head p{font-size:12.5px!important}
  body.taqa-v134-storefront .v134-section{margin-bottom:27px!important}
}
body.taqa-v134-storefront .v134-product-card .v134-card-meta,
body.taqa-v134-storefront .v134-featured-card .v134-featured-top{position:relative!important;padding-inline-start:78px!important;min-height:36px!important;align-items:flex-start!important}
body.taqa-v134-storefront .v134-product-card .v134-card-chips,
body.taqa-v134-storefront .v134-featured-card .v134-chip-row{display:flex!important;flex-wrap:wrap!important;align-items:center!important;gap:4px!important;min-width:0!important}
body.taqa-v134-storefront .v134-product-card .v148-card-tools,
body.taqa-v134-storefront .v134-featured-card .v148-card-tools{position:absolute!important;inset-inline-start:0!important;top:0!important;left:auto!important;display:flex!important;flex-direction:row!important;align-items:center!important;gap:6px!important;z-index:8!important}
body.taqa-v134-storefront .v148-card-tools .v128-favorite-btn{position:relative!important;top:auto!important;left:auto!important;right:auto!important;bottom:auto!important;inset:auto!important;margin:0!important;box-shadow:none!important}
body.taqa-v134-storefront .v148-card-tools .v148-quick-view-btn,
body.taqa-v134-storefront .v148-card-tools .v128-favorite-btn{display:grid!important;place-items:center!important;width:32px!important;height:32px!important;flex:0 0 32px!important}
@media (max-width:760px){
  body.taqa-v134-storefront .v134-product-card .v134-card-meta,
  body.taqa-v134-storefront .v134-featured-card .v134-featured-top{padding-inline-start:68px!important;min-height:32px!important}
  body.taqa-v134-storefront .v148-card-tools .v148-quick-view-btn,
  body.taqa-v134-storefront .v148-card-tools .v128-favorite-btn{width:30px!important;height:30px!important;flex-basis:30px!important}
}
