:root{--ds-ink:#17211b;--ds-green:#24543b;--ds-mint:#dcebd8;--ds-lime:#e4ef9a;--ds-paper:#f7f7f2;--ds-white:#fff;--ds-muted:#68736b;--ds-line:#dfe4dc;--ds-warm:#f1ded0;--ds-blue:#dde5f4;--ds-shadow:0 18px 55px rgba(23,33,27,.09)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--ds-paper);color:var(--ds-ink);font-family:'Tajawal',Tahoma,Arial,sans-serif}.ds-container{width:min(1180px,calc(100% - 34px));margin-inline:auto}a{color:inherit}.ds-header{height:76px;background:rgba(247,247,242,.94);border-bottom:1px solid var(--ds-line);position:sticky;top:0;z-index:50;backdrop-filter:blur(14px)}.ds-nav{height:100%;display:flex;align-items:center;justify-content:space-between;gap:28px}.ds-brand{display:flex;align-items:center;gap:10px;text-decoration:none;font-size:23px}.ds-brand span{width:38px;height:38px;display:grid;place-items:center;border-radius:12px;background:var(--ds-ink);color:var(--ds-lime);font-weight:900}.ds-nav nav{display:flex;gap:28px}.ds-nav nav a{text-decoration:none;font-size:14px;font-weight:700;color:var(--ds-muted)}.ds-nav nav a:hover,.ds-nav nav a.active{color:var(--ds-ink)}.ds-nav-actions{display:flex;align-items:center;gap:9px}.ds-search-link,.ds-account{height:39px;display:grid;place-items:center;border:1px solid var(--ds-line);background:#fff;border-radius:12px;text-decoration:none;font-weight:800}.ds-search-link{width:39px;font-size:24px}.ds-account{padding:0 15px}.ds-footer{background:var(--ds-ink);color:#fff;padding:62px 0 20px;margin-top:90px}.ds-footer-grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:55px}.ds-brand.light span{background:var(--ds-lime);color:var(--ds-ink)}.ds-footer p{color:#aebbb2;line-height:1.8;max-width:310px}.ds-footer-grid>div:not(:first-child){display:flex;flex-direction:column;gap:12px}.ds-footer-grid a{text-decoration:none;color:#c7d0ca}.ds-footer-grid b{margin-bottom:5px}.ds-copyright{border-top:1px solid #ffffff18;color:#8e9a92;margin-top:45px;padding-top:20px;font-size:13px}.ds-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:13px;padding:13px 20px;background:var(--ds-green);color:#fff;text-decoration:none;font:inherit;font-weight:900;cursor:pointer}.ds-btn.secondary{background:#fff;color:var(--ds-ink);border:1px solid var(--ds-line)}.ds-btn.dark{background:var(--ds-ink)}.ds-kicker{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:800}.ds-kicker:before{content:"";width:8px;height:8px;border-radius:50%;background:#ef8354}.ds-section{padding:76px 0}.ds-section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:30px}.ds-section-head h2{font-size:clamp(30px,4vw,48px);margin:0;letter-spacing:-1px}.ds-section-head p{color:var(--ds-muted);margin:8px 0 0}.ds-product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.ds-product-card{background:#fff;border:1px solid var(--ds-line);border-radius:22px;overflow:hidden;box-shadow:var(--ds-shadow);transition:.22s}.ds-product-card:hover{transform:translateY(-4px)}.ds-cover{height:230px;margin:12px;border-radius:16px;background:var(--ds-mint);position:relative;display:flex;align-items:center;justify-content:center;flex-direction:column;text-decoration:none;overflow:hidden}.ds-cover.type-book{background:var(--ds-warm)}.ds-cover.type-digital{background:var(--ds-blue)}.ds-cover img{width:100%;height:100%;object-fit:cover}.ds-cover-mark{font-size:64px;line-height:1}.ds-cover small{font-weight:800;margin-top:13px}.ds-cover em{position:absolute;top:12px;right:12px;background:#fff;padding:6px 10px;border-radius:99px;font-size:11px;font-style:normal;font-weight:900}.ds-product-meta{padding:7px 18px 18px}.ds-product-meta>span{font-size:12px;color:var(--ds-muted);font-weight:700}.ds-product-meta h3{font-size:21px;margin:7px 0}.ds-product-meta h3 a{text-decoration:none}.ds-product-meta p{font-size:14px;line-height:1.65;color:var(--ds-muted);height:46px;overflow:hidden;margin:0 0 18px}.ds-card-bottom{display:flex;align-items:center;justify-content:space-between}.ds-card-bottom strong{font-size:20px}.ds-card-bottom strong small{font-size:11px;color:var(--ds-muted)}.ds-card-bottom>a{width:36px;height:36px;border-radius:50%;background:var(--ds-ink);color:#fff;display:grid;place-items:center;text-decoration:none;font-size:20px}.ds-empty{grid-column:1/-1;text-align:center;padding:70px;color:var(--ds-muted)}.ds-form-field{margin-bottom:15px}.ds-form-field label{display:block;font-size:13px;font-weight:800;margin-bottom:6px}.ds-form-field input,.ds-form-field select,.ds-form-field textarea{width:100%;padding:13px;border:1px solid #cbd3ca;border-radius:11px;background:#fff;font:inherit;outline:none}.ds-form-field input:focus,.ds-form-field select:focus,.ds-form-field textarea:focus{border-color:var(--ds-green);box-shadow:0 0 0 3px #24543b14}.ds-alert{padding:13px 15px;border-radius:11px;margin:14px 0}.ds-alert.error{background:#ffebe7;color:#8b3028}.ds-alert.success{background:#e5f4e8;color:#195b30}@media(max-width:900px){.ds-nav nav{display:none}.ds-product-grid{grid-template-columns:repeat(2,1fr)}.ds-footer-grid{grid-template-columns:1fr 1fr}}@media(max-width:600px){.ds-container{width:min(100% - 22px,1180px)}.ds-header{height:66px}.ds-brand{font-size:20px}.ds-brand span{width:35px;height:35px}.ds-product-grid{grid-template-columns:1fr}.ds-cover{height:215px}.ds-section{padding:55px 0}.ds-section-head{align-items:start;flex-direction:column}.ds-footer-grid{grid-template-columns:1fr;gap:30px}.ds-footer{padding-top:45px}.ds-search-link{display:none}}
