@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400;500;600;700;800;900&family=Outfit:wght@400;500;600;700&display=swap');

:root { --ink:#18181b; --muted:#71717a; --line:#e4e4e7; --paper:#fafafa; --white:#fff; --green:#047857; --green-dark:#065f46; --green-pale:#d1fae5; --rose:#e11d48; }
* { box-sizing:border-box; } html { scroll-behavior:smooth; } body { margin:0; color:var(--ink); background:var(--paper); font-family:Cairo,Arial,sans-serif; } a { color:inherit; text-decoration:none; } button,input { font:inherit; } .site-width { width:min(1280px,calc(100% - 32px)); margin-inline:auto; } .section { padding-block:74px; } .sr-only { position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0); }
[dir="ltr"] .search-header > i { right:auto;left:20px; } [dir="ltr"] .search-header input { padding:15px 104px 15px 56px; } [dir="ltr"] .search-header button { right:8px;left:auto; }
[dir="ltr"] .search-app-links { justify-content:flex-start; }
[dir="ltr"] .cart-delete { right:0;left:auto; }
[dir="ltr"] .cart-source { right:auto;left:0;border-radius:0 0 15px 0; }
.announcement-bar { background:#09090b;color:#f4f4f5;font-size:12px; } .announcement-inner { height:36px;display:grid;grid-template-columns:1fr 2fr 1fr;align-items:center; } .announcement-message{text-align:center}.announcement-meta{display:flex;gap:13px;align-items:center;color:#a1a1aa;direction:ltr}.announcement-meta button{border:0;background:transparent;color:inherit;cursor:pointer}.announcement-meta span{height:13px;width:1px;background:#3f3f46}.announcement-links{display:flex;justify-content:flex-end;gap:18px;color:#a1a1aa}.announcement-links a:hover{color:white}
.site-header { position:sticky;top:0;z-index:5;background:rgba(255,255,255,.9);backdrop-filter:blur(16px);border-bottom:1px solid rgba(228,228,231,.75);box-shadow:0 2px 12px rgba(0,0,0,.025) }.header-main { min-height:86px;display:flex;align-items:center;gap:42px }.brand { display:flex;align-items:center;gap:9px;font-size:25px;font-weight:900;white-space:nowrap;letter-spacing:-1px }.brand-mark{display:grid;place-items:center;width:34px;height:34px;background:var(--ink);color:white;border-radius:10px;font-size:20px}.search{flex:1;position:relative;display:flex;align-items:center;max-width:630px}.search input{width:100%;border:2px solid transparent;background:#f4f4f5;border-radius:99px;padding:13px 82px 13px 20px;outline:0;transition:.2s}.search input:focus{background:white;border-color:var(--green)}.search button{position:absolute;left:7px;border:0;border-radius:99px;background:var(--ink);color:white;padding:7px 18px;cursor:pointer}.account-actions{display:flex;gap:7px}.account-actions a{display:grid;justify-items:center;gap:2px;color:#52525b;padding:4px 7px}.account-actions b{position:relative;font-size:24px;line-height:26px}.account-actions small{font-size:10px;font-weight:700}.cart i{position:absolute;top:-4px;left:-7px;width:16px;height:16px;border-radius:50%;display:grid;place-items:center;background:var(--rose);color:#fff;border:2px solid white;font-size:9px;font-style:normal}.category-nav{height:48px;display:flex;align-items:center;gap:32px;border-top:1px solid var(--line);font-size:13px;font-weight:700;color:#52525b;overflow:auto;white-space:nowrap}.category-nav a:hover{color:var(--green)}.category-nav .sale-link{color:var(--rose)}
.hero { height:min(60vh,650px);min-height:475px;position:relative;overflow:hidden;border-radius:26px;margin-top:32px;box-shadow:0 20px 40px -15px rgba(0,0,0,.18);color:white }.hero>img,.summer-image>img{width:100%;height:100%;object-fit:cover}.hero>img{transition:opacity .35s ease}.hero-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;pointer-events:none;transition:opacity .35s ease}.hero.hero-video-ready>img{opacity:0}.hero.hero-video-ready .hero-video{opacity:1}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(24,24,27,.05) 10%,rgba(24,24,27,.68) 72%)}.hero-copy{position:absolute;right:8%;top:50%;transform:translateY(-50%);max-width:540px}.hero-copy>span,.deal-strip>div>span,.section-heading span,.summer-banner span{font-family:Outfit,sans-serif;font-size:12px;letter-spacing:2px;font-weight:700}.hero-copy>span{display:inline-block;padding:5px 12px;border:1px solid rgba(255,255,255,.4);background:rgba(255,255,255,.12);backdrop-filter:blur(8px);border-radius:99px}.hero h1{font-size:clamp(44px,5vw,72px);line-height:1.15;margin:19px 0;font-weight:900}.hero h1 em{color:var(--green-pale);font-style:normal}.hero p{font-size:18px;line-height:1.9;color:#e4e4e7;margin:0 0 27px}.hero-copy>a,.summer-banner a{display:inline-block;background:white;color:var(--ink);padding:13px 29px;border-radius:99px;font-weight:800;transition:.2s}.hero-copy>a:hover{transform:scale(1.04)}.slider-dots{position:absolute;bottom:27px;right:8%;display:flex;gap:10px}.slider-dots i{height:5px;width:47px;background:rgba(255,255,255,.35);border-radius:99px}.slider-dots i:first-child{background:white}
.categories{display:flex;gap:25px;justify-content:space-between;overflow:auto;padding:3px}.category{display:grid;justify-items:center;gap:11px;min-width:88px;font-size:13px;font-weight:700}.category b{display:grid;place-items:center;width:82px;height:82px;border:1px solid #f0f0f1;background:white;border-radius:50%;font-size:29px;box-shadow:0 5px 13px rgba(0,0,0,.04);transition:.2s}.category:hover b{transform:translateY(-5px);border-color:var(--green);color:var(--green)}
.deal-strip{border-radius:24px;background:linear-gradient(115deg,#064e3b,#047857 50%,#0b8b67);padding:29px 42px;color:white;display:flex;align-items:center;gap:40px;box-shadow:0 18px 30px -20px #047857}.deal-strip h2{font-size:28px;margin:2px 0}.deal-strip p{margin:0;color:#d1fae5;font-size:14px}.deal-strip p strong{color:#fef08a}.timer{margin-inline:auto;display:flex;gap:9px;align-items:center;direction:ltr}.timer b{min-width:56px;background:rgba(0,0,0,.22);border:1px solid rgba(255,255,255,.18);border-radius:10px;text-align:center;padding:4px 7px;font-family:Outfit;font-size:22px}.timer small{font-family:Cairo;display:block;font-size:8px;font-weight:500;color:#d1fae5}.timer i{font-style:normal;font-size:22px}.deal-strip>a{padding:11px 21px;border:1px solid rgba(255,255,255,.5);border-radius:99px;font-weight:700;font-size:14px}
.section-heading{display:flex;justify-content:space-between;align-items:end;margin-bottom:29px}.section-heading h2,.center-heading h2{margin:4px 0;font-size:32px;font-weight:900}.section-heading span{color:var(--green)}.section-heading>a{font-size:14px;color:var(--green);font-weight:800}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:19px}.product-card{background:white;border:1px solid #eeeeef;border-radius:19px;overflow:hidden;transition:.25s}.product-card:hover{transform:translateY(-5px);box-shadow:0 16px 29px -20px #52525b}.product-image{height:260px;position:relative;background:#f4f4f5}.product-image img{height:100%;width:100%;object-fit:cover}.product-image button{position:absolute;top:12px;left:12px;border:0;width:34px;height:34px;border-radius:50%;background:white;font-size:22px;cursor:pointer}.product-image span{position:absolute;right:12px;top:12px;color:white;background:var(--green);padding:3px 9px;border-radius:99px;font-size:10px;font-weight:700}.product-info{padding:14px}.product-info small{font-family:Outfit;color:#eab308;font-size:12px}.product-info small i{color:#a1a1aa;font-style:normal}.product-info h3{font-size:14px;margin:8px 0 10px;min-height:42px}.product-info p{margin:0 0 13px;display:flex;gap:8px;align-items:baseline;direction:rtl}.product-info p b{font-family:Outfit;font-size:17px}.product-info del{color:#a1a1aa;font-family:Outfit;font-size:11px}.product-info>button{width:100%;border:1px solid var(--ink);border-radius:9px;padding:9px;background:white;font-weight:700;cursor:pointer;transition:.2s}.product-card:hover .product-info>button{background:var(--ink);color:white}
.summer-banner{margin-top:20px;min-height:390px;border-radius:25px;overflow:hidden;background:#f1f5f3;display:flex;align-items:stretch}.summer-banner>div:first-child{width:47%;padding:70px 8%;}.summer-banner span{color:var(--green)}.summer-banner h2{font-size:42px;line-height:1.25;margin:9px 0;font-weight:900}.summer-banner p{color:var(--muted);line-height:1.8}.summer-banner a{margin-top:14px;background:var(--ink);color:white}.summer-image{width:53%;margin:26px;position:relative;transform:rotate(-2deg);overflow:hidden;border-radius:20px;box-shadow:0 15px 25px -14px #52525b}.summer-image b{position:absolute;right:20px;top:20px;display:flex;gap:9px;align-items:center;background:rgba(255,255,255,.9);backdrop-filter:blur(10px);border-radius:14px;padding:10px;font-size:27px}.summer-image small{font-size:10px;color:#71717a;line-height:1.7}.summer-image strong{font-size:13px;color:var(--ink)}
.center-heading{text-align:center;margin-bottom:37px}.center-heading p{color:var(--muted);margin:0}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.trust-grid article{background:white;border:1px solid #eeeeef;border-radius:21px;padding:26px;text-align:center;transition:.2s}.trust-grid article:hover{transform:translateY(-4px);box-shadow:0 14px 25px -20px #52525b}.trust-grid b{display:grid;place-items:center;margin:auto;width:61px;height:61px;border-radius:17px;background:var(--green-pale);color:var(--green);font-size:27px}.trust-grid h3{font-size:15px;margin:16px 0 8px}.trust-grid p{margin:0;color:var(--muted);font-size:12px;line-height:1.8}.faq{max-width:820px;margin:auto}.faq-list{display:grid;gap:12px}.faq-list details{background:white;border:1px solid var(--line);border-radius:15px}.faq-list summary{list-style:none;padding:18px 20px;cursor:pointer;font-weight:800;display:flex;justify-content:space-between;align-items:center;font-size:14px}.faq-list summary::-webkit-details-marker{display:none}.faq-list details[open] summary span{transform:rotate(180deg)}.faq-list details p{padding:0 20px 19px;margin:0;color:var(--muted);font-size:13px;line-height:1.9}
.site-footer{background:#09090b;color:#d4d4d8;padding-top:68px}.footer-grid{display:grid;grid-template-columns:2fr repeat(3,1fr);gap:45px;padding-bottom:54px}.site-footer .brand{color:white}.site-footer .brand-mark{background:var(--green)}.footer-brand>p{font-size:13px;line-height:2;color:#a1a1aa;max-width:340px}.app-links{display:flex;gap:8px;margin-top:21px;direction:ltr}.app-links a{display:flex;align-items:center;gap:8px;padding:7px 10px;border:1px solid #3f3f46;background:#18181b;border-radius:11px;color:white;font-size:21px}.app-links span{font:9px/1.4 Outfit,sans-serif}.app-links b{font-size:13px}.site-footer h3{color:white;font-size:16px;margin:4px 0 21px}.site-footer>div>div:not(.footer-brand) a{display:block;font-size:13px;color:#a1a1aa;margin:13px 0}.site-footer>div>div:not(.footer-brand) a:hover{color:#d1fae5}.site-footer p{font-family:Outfit,sans-serif;color:#a1a1aa;font-size:13px}.social{letter-spacing:9px;color:#d1fae5;margin-top:18px}.copyright{border-top:1px solid #27272a;padding:22px 0;display:flex;justify-content:space-between;color:#71717a;font:12px Outfit,sans-serif}
@media (max-width:900px){.header-main{gap:16px}.category-nav{gap:18px}.product-grid,.trust-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:2fr 1fr 1fr}.footer-grid>div:last-child{grid-column:span 2}.hero-copy{right:9%}.hero h1{font-size:52px}.deal-strip{flex-wrap:wrap}.timer{margin-right:auto;margin-left:0}.summer-banner>div:first-child{padding:48px 5%}.summer-banner h2{font-size:32px}}
@media (max-width:620px){.site-width{width:min(100% - 24px,1280px)}.announcement-inner{grid-template-columns:1fr;height:32px}.announcement-meta,.announcement-links{display:none}.header-main{min-height:66px}.brand{font-size:20px}.brand-mark{width:29px;height:29px}.search{display:none}.account-actions{margin-right:auto}.category-nav{height:42px;font-size:11px}.hero{width:100%;height:510px;min-height:0;margin-top:0;border-radius:0}.hero-copy{right:8%;left:8%;top:53%}.hero h1{font-size:41px}.hero p{font-size:15px}.section{padding-block:50px}.categories{justify-content:flex-start;gap:14px}.category b{height:68px;width:68px;font-size:23px}.category{min-width:70px;font-size:11px}.deal-strip{border-radius:18px;padding:24px}.deal-strip h2{font-size:23px}.timer{margin:0;order:3}.deal-strip>a{font-size:12px}.section-heading h2,.center-heading h2{font-size:26px}.product-grid{gap:10px}.product-image{height:166px}.product-info{padding:10px}.product-info h3{font-size:12px}.product-info p b{font-size:14px}.summer-banner{display:block}.summer-banner>div:first-child,.summer-image{width:auto}.summer-banner>div:first-child{padding:45px 30px}.summer-image{height:250px;margin:0 18px 18px}.trust-grid{gap:10px}.trust-grid article{padding:16px 10px}.trust-grid b{width:48px;height:48px;font-size:22px}.trust-grid h3{font-size:12px}.trust-grid p{font-size:10px}.footer-grid{grid-template-columns:1fr 1fr;gap:30px}.footer-brand{grid-column:span 2}.footer-grid>div:last-child{grid-column:auto}.copyright{flex-direction:column;gap:12px;text-align:center}.product-info>button{font-size:11px;padding:7px}.announcement-bar{font-size:10px}}

/* Header ported from the AIDesigner Search Result canvas. */
.search-page-promo { position:relative;z-index:10;background:#09090b;color:#d4d4d8; }.search-page-promo>.site-width { min-height:44px;display:flex;align-items:center;justify-content:space-between; }.promo-rotator { height:28px;overflow:hidden;flex:1;text-align:center;font-size:15px;font-weight:500; }.promo-rotator span { height:28px;display:flex;justify-content:center;align-items:center;gap:8px;animation:searchPromo 12s steps(1,end) infinite; }.promo-rotator i { color:var(--green);font-size:20px; }.search-page-promo button,.search-page-promo .language-switch { border:0;background:transparent;color:#d4d4d8;font:500 15px Outfit,sans-serif;display:flex;align-items:center;gap:7px;cursor:pointer; }.search-page-promo button i,.search-page-promo .language-switch i { font-size:20px; }.search-page-header { position:sticky;top:0;z-index:8;background:rgba(255,255,255,.86);backdrop-filter:blur(16px);border-bottom:1px solid #e4e4e7;box-shadow:0 2px 8px rgba(0,0,0,.04); }.search-page-header-inner { min-height:108px;display:flex;align-items:center;gap:32px; }.search-brand { font-size:30px;gap:12px; }.search-brand .brand-mark { width:40px;height:40px;border-radius:12px;box-shadow:0 3px 7px rgba(0,0,0,.2); }.search-brand .brand-mark i { font-size:24px; }.search-header { flex:1;max-width:720px;position:relative; }.search-header>i { position:absolute;right:20px;top:50%;transform:translateY(-50%);font-size:24px;color:#71717a;transition:.2s; }.search-header input { width:100%;border:2px solid transparent;border-radius:99px;background:#f4f4f5;padding:15px 56px 15px 104px;font-size:17px;font-weight:500;outline:0;box-shadow:inset 0 1px 3px rgba(0,0,0,.06);transition:.25s; }.search-header input:hover { background:#e4e4e7; }.search-header input:focus { background:white;border-color:var(--green); }.search-header:focus-within>i { color:var(--green); }.search-header button { position:absolute;left:8px;top:50%;transform:translateY(-50%);border:0;border-radius:99px;background:#18181b;color:white;padding:10px 24px;font-size:15px;font-weight:800;cursor:pointer;transition:.2s; }.search-header button:hover { background:var(--green); }.search-account-actions { display:flex;align-items:center;gap:16px; }.search-account-actions a,.mobile-search { display:grid;justify-items:center;gap:4px;padding:7px;border-radius:8px;color:#52525b;transition:.2s; }.search-account-actions a:hover,.mobile-search:hover { color:var(--green);background:#f4f4f5; }.search-account-actions a>i,.mobile-search i { position:relative;font-size:29px;line-height:32px; }.search-account-actions small { font-size:13px;font-weight:800; }.search-account-actions b { position:absolute;left:-10px;top:-6px;display:grid;place-items:center;width:20px;height:20px;border:2px solid white;border-radius:50%;background:var(--rose);color:white;font:700 10px Outfit,sans-serif; }.mobile-search { display:none;border:0;background:transparent;cursor:pointer; }.hero { margin-top:32px; } @keyframes searchPromo { 0%,23% { transform:translateY(0) } 25%,48% { transform:translateY(-28px) } 50%,73% { transform:translateY(-56px) } 75%,98% { transform:translateY(-84px) } 100% { transform:translateY(0) } } @media (max-width:700px) { .search-page-promo>.site-width { justify-content:center;min-height:37px; }.promo-rotator { font-size:11px;height:24px; }.promo-rotator span { height:24px; }.promo-rotator i { font-size:16px; }.search-page-promo button,.search-page-promo .language-switch { display:none; }.search-page-header-inner { min-height:70px;gap:10px; }.search-brand { font-size:21px;gap:7px; }.search-brand .brand-mark { width:30px;height:30px;border-radius:9px; }.search-brand .brand-mark i { font-size:19px; }.search-header { display:none; }.mobile-search { display:grid; }.search-account-actions { margin-right:auto;gap:1px; }.search-account-actions a>i,.mobile-search i { font-size:25px; }.search-account-actions small { display:none; }.hero { margin-top:0; } }

.search-page-promo>.site-width { gap:20px; }.promo-items { flex:1;display:flex;align-items:center;justify-content:center;gap:24px;white-space:nowrap;font-size:13px;font-weight:500; }.promo-items span { display:flex;align-items:center;gap:7px; }.promo-items span + span { padding-right:24px;border-right:1px solid #3f3f46; }.promo-items i { color:var(--green);font-size:18px; } @media (max-width:700px) { .search-page-promo>.site-width { overflow-x:auto; }.promo-items { justify-content:flex-start;gap:14px;padding:0 4px;font-size:10px; }.promo-items span + span { padding-right:14px; }.promo-items i { font-size:14px; } }

.search-category-nav { border-top:1px solid #e4e4e7; }.search-category-nav>.site-width { height:48px;display:flex;align-items:center;gap:32px;overflow-x:auto;white-space:nowrap;color:#52525b;font-size:13px;font-weight:700; }.search-category-nav a { transition:color .2s; }.search-category-nav a:hover { color:var(--green); }.search-category-nav a:first-child { display:flex;align-items:center;gap:7px;color:#27272a; }.search-category-nav a:first-child i { font-size:18px; }.search-category-nav .category-sale { display:flex;align-items:center;gap:7px;padding:7px 14px;border-radius:99px;background:#fff1f2;color:var(--rose);font-weight:900; }.search-category-nav .category-sale:hover { background:#ffe4e6;color:var(--rose); }.search-category-nav .category-sale i { font-size:19px; } @media (max-width:700px) { .search-category-nav>.site-width { height:42px;gap:19px;font-size:11px; }.search-category-nav a:first-child i { font-size:15px; }.search-category-nav .category-sale { padding:5px 10px; }.search-category-nav .category-sale i { font-size:15px; } }

.search-footer { margin-top:auto;border-top:4px solid var(--green);background:#09090b;color:#d4d4d8;padding:80px 0 38px; }.search-footer-grid { display:grid;grid-template-columns:2fr repeat(3,1fr);gap:48px;padding-bottom:64px; }.search-footer .search-brand { color:white;font-size:36px; }.search-footer .search-brand .brand-mark { background:var(--green);box-shadow:0 0 20px rgba(4,120,87,.5); }.search-footer-brand>p { max-width:360px;margin:22px 0 0;color:#a1a1aa;font-size:16px;line-height:1.9; }.search-app-links { display:flex;justify-content:flex-end;gap:14px;margin-top:22px;direction:ltr; }.search-app-links a { display:block;transition:transform .2s; }.search-app-links a:hover { transform:translateY(-2px); }.search-app-links img { display:block;width:146px;height:auto; }.footer-links h3,.footer-contact h3 { margin:3px 0 24px;color:white;font-size:19px; }.footer-links a { display:block;width:max-content;margin:15px 0;color:#d4d4d8;font-size:15px;font-weight:600;transition:.2s; }.footer-links a:hover { color:var(--green-pale); }.footer-contact p { display:flex;align-items:center;gap:11px;margin:15px 0;color:#d4d4d8;font:600 15px Outfit,sans-serif; }.footer-contact p>i { color:var(--green);font-size:23px; }.footer-social-links { display:flex;gap:11px;margin-top:29px; }.footer-social-links a { display:grid;place-items:center;width:47px;height:47px;border:1px solid #27272a;border-radius:50%;background:#18181b;color:white;font-size:20px;transition:.2s; }.footer-social-links a:hover { border-color:var(--green);background:var(--green); }.search-footer-bottom { display:flex;align-items:center;justify-content:space-between;gap:20px;border-top:1px solid #27272a;padding-top:29px;color:#71717a;font:600 14px Cairo,Arial,sans-serif; }.search-footer-bottom p { margin:0; }.search-footer-bottom>div { display:flex;gap:18px;font-size:29px; }.search-footer-bottom i { color:#52525b; } @media (max-width:900px) { .search-footer-grid { grid-template-columns:2fr 1fr 1fr;gap:48px;padding-bottom:64px; }.footer-contact { grid-column:span 2; } } @media (max-width:650px) { .search-footer { padding-top:52px; }.search-footer-grid { grid-template-columns:1fr 1fr;gap:37px 24px;padding-bottom:45px; }.search-footer-brand { grid-column:span 2; }.search-footer .search-brand { font-size:29px; }.search-footer-brand>p { font-size:13px; }.search-app-links { gap:8px; }.search-app-links img { width:min(43vw,146px); }.footer-links h3,.footer-contact h3 { font-size:16px; }.footer-links a,.footer-contact p { font-size:12px; }.footer-contact { grid-column:auto; }.footer-social-links { margin-top:18px;gap:7px; }.footer-social-links a { width:35px;height:35px;font-size:15px; }.search-footer-bottom { flex-direction:column;text-align:center;font-size:11px; }.search-footer-bottom>div { font-size:24px; } }

@media (max-width:700px) { [dir="ltr"] .search-account-actions { margin-right:0;margin-left:auto; } }

@media (max-width:768px) { [dir="ltr"] .mobile-menu-drawer { right:auto;left:0;box-shadow:18px 0 45px rgba(9,9,11,.22);transform:translateX(-100%); } }

@media (max-width:700px) { .search-page-header-inner { position:relative;justify-content:space-between; } .search-page-header-inner .search-brand { position:absolute;left:50%;transform:translateX(-50%); } }

@media (max-width:768px) { .mobile-menu-footer .language-switch { display:flex;width:100%;align-items:center;justify-content:center !important;padding:11px;border:1px solid #e4e4e7;border-radius:12px;background:#fff;color:#52525b;font-weight:800;text-align:center; } .mobile-menu-footer .language-switch i { display:none; } }

@media (max-width:768px) { [dir="ltr"] .mobile-search-form label > i { right:auto;left:15px; } [dir="ltr"] .mobile-search-form input { padding:12px 72px 12px 43px; } [dir="ltr"] .mobile-search-form label > button { right:5px;left:auto; } }

@media (max-width:700px) { .search-category-nav { display:none; } }

[dir="ltr"] .search-page-promo .language-switch { font-family:Cairo,Arial,sans-serif; }

html[lang="ar"] .search-page-header .brand,
html[lang="ar"] .mobile-menu-brand,
html[lang="ar"] .search-footer .search-brand {
  font-family: "Tufuli Arabic", Cairo, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0;
}

html[lang="ar"] .search-page-header .search-brand {
  font-size: 45px;
}

html[lang="ar"] .search-footer .search-brand {
  font-size: 55px;
}

@media (max-width: 700px) {
  html[lang="ar"] .search-page-header .search-brand {
    font-size: 26px;
  }
}

html[lang="en"] .search-page-header .brand,
html[lang="en"] .mobile-menu-brand,
html[lang="en"] .search-footer .search-brand {
  font-family: Streetwear, Outfit, sans-serif;
  font-weight: 400;
  letter-spacing: .04em;
}

html[lang="en"] .faq-list summary,
html[lang="en"] .faq-list details p {
  font-size: 20px;
}

[dir="ltr"] .hero-copy {
  right: auto;
  left: 8%;
  text-align: left;
}

[dir="ltr"] .hero-shade {
  background: linear-gradient(90deg, rgba(24, 24, 27, .72), rgba(24, 24, 27, .42) 42%, rgba(24, 24, 27, .05) 78%);
}

@media (max-width: 620px) {
  [dir="ltr"] .hero-copy {
    right: 8%;
    left: 8%;
  }
}

@media (max-width:768px) { [dir] .mobile-menu-shortcuts a > i,[dir] .mobile-menu-shortcuts a > b > i { color:#18181b; } }

@media (max-width:700px) {
  .search-page-promo > .site-width { min-height:32px; }
  .search-page-header-inner { min-height:60px; }
  .search-account-actions a,
  .mobile-search { padding:5px; }
}
