:root{--rose:#402d7e;--rose-dark:#2e1f5e;--rose-light:#dcd5f0;--blush:#f6f4fb;--cream:#fffdfc;--plum:#241a45;--plum-soft:#5b5279;--gold:#c6a15b;--radius:18px;--shadow:0 8px 30px #402d7e1a}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--blush);color:var(--plum);font-family:Tajawal,sans-serif;line-height:1.8}h1,h2,h3,.brand{font-family:El Messiri,sans-serif}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{max-width:1140px;margin:0 auto;padding:0 20px}header{background:var(--cream);z-index:50;position:sticky;top:0;box-shadow:0 2px 12px #241a450f}.nav{justify-content:space-between;align-items:center;height:72px;display:flex}.brand{color:var(--rose);align-items:center;gap:10px;font-size:1.35rem;font-weight:700;display:flex}.brand svg{width:34px;height:34px}.brand-logo{object-fit:cover;border-radius:50%;width:34px;height:34px}.nav-links{gap:28px;font-weight:500;display:flex}.nav-links a{color:var(--plum-soft);transition:all .2s}.nav-links a:hover,.nav-links a.active{color:var(--rose)}.nav-cta{background:var(--rose);color:#fff;border-radius:50px;padding:9px 22px;font-weight:500;transition:all .2s}.nav-cta:hover{background:var(--rose-dark)}.burger{cursor:pointer;color:var(--rose);background:0 0;border:none;font-size:1.6rem;display:none}.cats{z-index:2;flex-wrap:wrap;justify-content:center;gap:12px;margin:34px auto 44px;display:flex;position:relative}.cat{background:var(--cream);border:1.5px solid var(--rose-light);color:var(--plum-soft);cursor:pointer;box-shadow:var(--shadow);border-radius:50px;padding:8px 22px;font-weight:500;transition:all .2s}.cat:hover,.cat.active{background:var(--rose);border-color:var(--rose);color:#fff}.featured{background:var(--cream);border-radius:var(--radius);box-shadow:var(--shadow);grid-template-columns:1.2fr 1fr;margin-bottom:56px;display:grid;overflow:hidden}.featured-img{background:linear-gradient(135deg,var(--rose-light),#eae5f7);justify-content:center;align-items:center;min-height:340px;font-size:6rem;display:flex;position:relative}.featured-body{flex-direction:column;justify-content:center;padding:40px 44px;display:flex}.tag{background:var(--rose-light);color:var(--rose-dark);border-radius:50px;align-self:flex-start;margin-bottom:14px;padding:4px 14px;font-size:.82rem;font-weight:700;display:inline-flex}.featured h2{margin-bottom:12px;font-size:1.9rem;line-height:1.4}.featured h2 a:hover{color:var(--rose)}.featured p{color:var(--plum-soft);margin-bottom:22px}.meta{color:var(--plum-soft);align-items:center;gap:16px;font-size:.86rem;display:flex}.meta .dot{background:var(--gold);border-radius:50%;width:4px;height:4px}.read-more{color:var(--rose);align-items:center;gap:6px;margin-top:18px;font-weight:700;transition:all .2s;display:inline-flex}.read-more:hover{color:var(--rose-dark);gap:10px}.section-title{align-items:center;gap:14px;margin-bottom:28px;display:flex}.section-title h2{color:var(--plum);font-size:1.6rem}.section-title .line{background:linear-gradient(to left,var(--rose-light),transparent);flex:1;height:1.5px}.grid{grid-template-columns:repeat(3,1fr);gap:26px;margin-bottom:56px;display:grid}.card{background:var(--cream);border-radius:var(--radius);box-shadow:var(--shadow);flex-direction:column;transition:all .25s;display:flex;overflow:hidden}.card:hover{transform:translateY(-5px);box-shadow:0 14px 38px #402d7e29}.card-img{background:linear-gradient(135deg,var(--rose-light),#efebf9);justify-content:center;align-items:center;height:190px;font-size:3.6rem;display:flex}.card-img.alt1{background:linear-gradient(135deg,#f3e1d8,#fbf0e8)}.card-img.alt2{background:linear-gradient(135deg,#e4ead9,#f2f6ea)}.card-body{flex-direction:column;flex:1;padding:22px 24px 26px;display:flex}.card h3{margin:10px 0 8px;font-size:1.18rem;line-height:1.5}.card h3 a:hover{color:var(--rose)}.card p{color:var(--plum-soft);flex:1;font-size:.94rem}.card .meta{margin-top:16px}.newsletter{background:var(--cream);border:1.5px dashed var(--rose-light);border-radius:var(--radius);text-align:center;margin-bottom:64px;padding:44px}.newsletter h2{margin-bottom:8px;font-size:1.6rem}.newsletter p{color:var(--plum-soft);margin-bottom:22px}.news-form{gap:10px;max-width:460px;margin:0 auto;display:flex}.news-form input{border:1.5px solid var(--rose-light);background:var(--blush);border-radius:50px;outline:none;flex:1;padding:12px 20px;font-family:inherit;font-size:.95rem}.news-form input:focus{border-color:var(--rose)}.news-form button{background:var(--rose);color:#fff;cursor:pointer;border:none;border-radius:50px;padding:12px 28px;font-family:inherit;font-size:.95rem;font-weight:700;transition:all .2s}.news-form button:hover{background:var(--rose-dark)}.news-note{color:var(--plum-soft);font-size:.8rem;margin-top:12px!important;margin-bottom:0!important}.news-note.ok{color:#3e7c2f;font-weight:700}.news-note.err{color:#b03434;font-weight:700}footer{background:var(--plum);color:#ddd8ee;text-align:center;padding:40px 0}footer .brand{color:#fff;justify-content:center;margin-bottom:10px}footer p{opacity:.75;font-size:.9rem}.nav-search{flex:1;max-width:420px;margin:0 24px;position:relative}.nav-search input{border:1.5px solid var(--rose-light);background:var(--blush);width:100%;color:var(--plum);border-radius:50px;outline:none;padding:9px 42px 9px 16px;font-family:inherit;font-size:.92rem;transition:all .2s}.nav-search input:focus{border-color:var(--rose);background:#fff}.nav-search .s-icon{top:50%;color:var(--rose);pointer-events:none;font-size:.95rem;position:absolute;inset-inline-start:16px;transform:translateY(-50%)}.mega{background:var(--cream);border-top:1.5px solid var(--rose-light);z-index:60;border-radius:0 0 20px 20px;width:100%;max-height:calc(100vh - 90px);padding:22px 0 18px;display:none;position:fixed;top:72px;left:0;right:0;overflow-y:auto;box-shadow:0 24px 60px #241a4540}.mega.open{display:block}.mega-inner{max-width:1140px;margin:0 auto;padding:0 20px}.mega-title{color:var(--plum);align-items:center;gap:8px;margin-bottom:14px;font-family:El Messiri,sans-serif;font-size:1.05rem;display:flex}.mega-title:before{content:"";background:var(--rose);border-radius:4px;width:4px;height:18px}.mega-state{text-align:center;color:var(--plum-soft);padding:22px 10px;font-size:.9rem}.mega-grid{grid-template-columns:repeat(4,1fr);gap:10px;display:grid}@media (max-width:900px){.mega-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:560px){.mega-grid{grid-template-columns:1fr}}.mi{cursor:pointer;border-radius:12px;align-items:center;gap:10px;padding:9px 10px;transition:all .15s;display:flex}.mi:hover{background:var(--blush)}.mi-img{background:linear-gradient(135deg,#fff,var(--rose-light));border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:46px;height:46px;font-size:1.4rem;display:flex;overflow:hidden}.mi-img img{object-fit:cover;width:100%;height:100%}.mi-info{flex:1;min-width:0}.mi-info h4{white-space:nowrap;text-overflow:ellipsis;font-family:El Messiri,sans-serif;font-size:.88rem;overflow:hidden}.mi-info small{color:var(--plum-soft);white-space:nowrap;text-overflow:ellipsis;font-size:.72rem;display:block;overflow:hidden}.mi-price{color:var(--rose-dark);white-space:nowrap;font-size:.82rem;font-weight:700}.mi-add{background:var(--rose);color:#fff;cursor:pointer;border:none;border-radius:50px;flex-shrink:0;width:28px;height:28px;font-size:1rem;line-height:1;transition:all .2s}.mi-add:hover{background:var(--rose-dark);transform:scale(1.1)}.mega-foot{border-top:1px solid var(--rose-light);text-align:center;margin-top:12px;padding-top:10px}.mega-foot a{color:var(--rose);font-size:.86rem;font-weight:700}.cart-badge{color:var(--rose-dark);background:#fff;border-radius:50px;justify-content:center;align-items:center;min-width:20px;height:20px;margin-inline-start:6px;padding:0 5px;font-size:.72rem;font-weight:700;display:inline-flex}.toast{background:var(--plum);color:#fff;opacity:0;z-index:100;pointer-events:none;border-radius:50px;padding:12px 26px;font-size:.9rem;transition:all .3s;position:fixed;bottom:24px;right:50%;transform:translate(50%,80px);box-shadow:0 8px 24px #00000040}.toast.show{opacity:1;transform:translate(50%)}@media (max-width:640px){.nav-search{margin:0 10px}}.banners{max-width:1140px;margin:22px auto 0;padding:0 20px;position:relative}.bn-track{scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch;border-radius:var(--radius);display:flex;overflow-x:auto}.bn-track::-webkit-scrollbar{display:none}.bn{scroll-snap-align:center;color:#fff;flex-direction:column;flex:0 0 100%;justify-content:center;min-height:280px;padding:40px 56px;display:flex;position:relative;overflow:hidden}.bn:after{content:"✿";opacity:.09;font-size:13rem;line-height:1;position:absolute;bottom:-50px;left:4%}.bn.b1{background:linear-gradient(135deg,var(--rose),var(--rose-dark))}.bn.b2{background:linear-gradient(135deg,#6c4ab6,var(--rose))}.bn.b3{background:linear-gradient(135deg,var(--rose-dark),#1d1440)}.bn .bn-tag{background:#ffffff2e;border:1px solid #fff6;border-radius:50px;align-self:flex-start;margin-bottom:14px;padding:5px 16px;font-size:.8rem;font-weight:700;display:inline-flex}.bn h2{max-width:560px;margin-bottom:8px;font-size:2rem;line-height:1.35}.bn p{opacity:.92;max-width:480px;margin-bottom:22px;font-weight:300}.bn .bn-btn{color:var(--rose-dark);background:#fff;border-radius:50px;align-self:flex-start;padding:11px 30px;font-weight:700;transition:all .2s;display:inline-flex}.bn .bn-btn:hover{background:var(--rose-light)}.bn-dots{z-index:2;gap:6px;display:flex;position:absolute;bottom:16px;right:50%;transform:translate(50%)}.bn-dot{cursor:pointer;background:#ffffff80;border:none;border-radius:50%;width:8px;height:8px;padding:0;transition:all .25s}.bn-dot.active{background:#fff;border-radius:50px;width:22px}.bn-arrow{width:38px;height:38px;color:var(--rose-dark);cursor:pointer;z-index:2;opacity:0;background:#ffffffe6;border:none;border-radius:50%;font-size:1.1rem;font-weight:700;line-height:1;transition:all .2s;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 4px 14px #00000026}.banners:hover .bn-arrow{opacity:1}.bn-arrow.prev{inset-inline-start:34px}.bn-arrow.next{inset-inline-end:34px}.bn-arrow:hover{background:var(--rose);color:#fff}@media (max-width:640px){.bn{min-height:220px;padding:26px 24px}.bn h2{font-size:1.35rem}.bn p{font-size:.9rem}.bn-arrow{display:none}}@media (max-width:900px){.grid{grid-template-columns:repeat(2,1fr)}.featured{grid-template-columns:1fr}.featured-img{min-height:220px}}@media (max-width:640px){.nav-links,.nav-cta{display:none}.burger{display:block}.grid{grid-template-columns:1fr}.featured-body{padding:28px 24px}.news-form{flex-direction:column}}@media (prefers-reduced-motion:reduce){*{transition:none!important}}
:root{--rose:#402d7e;--rose-dark:#2e1f5e;--rose-light:#dcd5f0;--blush:#f6f4fb;--cream:#fffdfc;--plum:#241a45;--plum-soft:#5b5279;--gold:#c6a15b;--radius:18px;--shadow:0 8px 30px #402d7e1a}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--blush);color:var(--plum);font-family:Tajawal,sans-serif;line-height:1.9}h1,h2,h3,.brand{font-family:El Messiri,sans-serif}a{color:inherit;text-decoration:none}.container{max-width:1140px;margin:0 auto;padding:0 20px}header{background:var(--cream);z-index:50;position:sticky;top:0;box-shadow:0 2px 12px #241a450f}.nav{justify-content:space-between;align-items:center;height:72px;display:flex}.brand{color:var(--rose);align-items:center;gap:10px;font-size:1.35rem;font-weight:700;display:flex}.brand svg{width:34px;height:34px}.brand-logo{object-fit:cover;border-radius:50%;width:34px;height:34px}.nav-links{gap:28px;font-weight:500;display:flex}.nav-links a{color:var(--plum-soft);transition:all .2s}.nav-links a:hover,.nav-links a.active{color:var(--rose)}.nav-cta{background:var(--rose);color:#fff;border-radius:50px;padding:9px 22px;font-weight:500;transition:all .2s}.nav-cta:hover{background:var(--rose-dark)}.burger{cursor:pointer;color:var(--rose);background:0 0;border:none;font-size:1.6rem;display:none}.article-head{text-align:center;max-width:760px;margin:52px auto 0;padding:0 20px}.crumbs{color:var(--plum-soft);margin-bottom:18px;font-size:.86rem}.crumbs a{color:var(--rose)}.tag{background:var(--rose-light);color:var(--rose-dark);border-radius:50px;margin-bottom:16px;padding:5px 16px;font-size:.84rem;font-weight:700;display:inline-flex}.article-head h1{margin-bottom:16px;font-size:2.2rem;line-height:1.45}.meta{color:var(--plum-soft);justify-content:center;align-items:center;gap:14px;font-size:.88rem;display:flex}.meta .dot{background:var(--gold);border-radius:50%;width:4px;height:4px}.cover{max-width:900px;margin:34px auto 0;padding:0 20px}.cover-inner{border-radius:var(--radius);background:linear-gradient(135deg,var(--rose-light),#eae5f7);height:380px;box-shadow:var(--shadow);justify-content:center;align-items:center;font-size:7rem;display:flex}.layout{grid-template-columns:1fr 300px;align-items:start;gap:40px;max-width:1140px;margin:46px auto 64px;padding:0 20px;display:grid}.article-body{background:var(--cream);border-radius:var(--radius);box-shadow:var(--shadow);padding:44px 48px;font-size:1.05rem}.article-body p{color:var(--plum);margin-bottom:20px}.article-body h2{color:var(--rose-dark);align-items:center;gap:10px;margin:36px 0 14px;font-size:1.5rem;display:flex}.article-body h2:before{content:"✿";color:var(--gold);font-size:1.1rem}.lead{color:var(--plum-soft);border-inline-start:3px solid var(--rose);margin-bottom:28px;padding-inline-start:18px;font-size:1.15rem}.color-card{background:var(--blush);border-radius:14px;align-items:flex-start;gap:18px;margin-bottom:16px;padding:20px 22px;display:flex}.swatch{border-radius:50%;flex-shrink:0;width:52px;height:52px;box-shadow:inset 0 0 0 3px #fff9,0 3px 10px #0000001f}.color-card h3{margin-bottom:4px;font-size:1.1rem}.color-card p{color:var(--plum-soft);margin:0;font-size:.96rem}.tip{background:linear-gradient(135deg,#fbf3e4,#fdf9f0);border:1.5px solid #efd9ac;border-radius:14px;margin:28px 0;padding:20px 24px}.tip strong{color:#9a7a2e;margin-bottom:6px;display:block}blockquote{color:var(--rose-dark);text-align:center;border-block:1.5px solid var(--rose-light);margin:30px 0;padding:26px 20px;font-family:El Messiri,sans-serif;font-size:1.3rem}.shop-strip{background:var(--blush);border:1.5px solid var(--rose-light);border-radius:16px;margin:32px 0;padding:24px 24px 26px}.shop-strip-head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;margin-bottom:16px;display:flex}.shop-strip-head h3{align-items:center;gap:8px;font-size:1.15rem;display:flex}.shop-strip-head a{color:var(--rose);font-size:.86rem;font-weight:700}.strip-grid{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.sp{background:var(--cream);border-radius:14px;flex-direction:column;transition:all .2s;display:flex;overflow:hidden;box-shadow:0 4px 14px #402d7e14}.sp:hover{transform:translateY(-3px)}.sp-slider{position:relative;overflow:hidden}.sp-track{scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch;height:100%;display:flex;overflow-x:auto}.sp-track::-webkit-scrollbar{display:none}.sp-slide{scroll-snap-align:center;background:linear-gradient(135deg,#fff,var(--rose-light));flex:0 0 100%;justify-content:center;align-items:center;font-size:2.6rem;display:flex}.sp-slide:nth-child(2){background:linear-gradient(135deg,var(--rose-light),#efebf9)}.sp-slide:nth-child(3){background:linear-gradient(135deg,#eae5f7,#fff)}.sp-slide img{width:100%;height:auto;display:block}.sp-dots{z-index:2;gap:5px;display:flex;position:absolute;bottom:8px;right:50%;transform:translate(50%)}.sp-dot{border:1px solid var(--rose);cursor:pointer;background:#ffffffbf;border-radius:50%;width:7px;height:7px;padding:0;transition:all .2s}.sp-dot.active{background:var(--rose);border-radius:50px;width:16px}.sp-arrow{width:26px;height:26px;color:var(--rose-dark);cursor:pointer;z-index:2;opacity:0;background:#ffffffe6;border:none;border-radius:50%;font-size:.85rem;font-weight:700;line-height:1;transition:all .2s;position:absolute;top:50%;transform:translateY(-50%)}.sp:hover .sp-arrow{opacity:1}.sp-arrow.prev{inset-inline-start:6px}.sp-arrow.next{inset-inline-end:6px}.sp-arrow:hover{background:var(--rose);color:#fff}.sp-body{flex-direction:column;flex:1;padding:12px 14px 14px;display:flex}.sp h4{margin-bottom:2px;font-family:El Messiri,sans-serif;font-size:.94rem}.sp small{color:var(--plum-soft);margin-bottom:10px;font-size:.74rem}.sp-foot{justify-content:space-between;align-items:center;margin-top:auto;display:flex}.sp-price{color:var(--rose-dark);font-size:.95rem;font-weight:700}.sp-price span{color:var(--plum-soft);font-size:.68rem;font-weight:400}.sp-add{background:var(--rose);color:#fff;cursor:pointer;border:none;border-radius:50px;width:32px;height:32px;font-size:1.05rem;line-height:1;transition:all .2s}.sp-add:hover{background:var(--rose-dark);transform:scale(1.1)}.article-foot{border-top:1.5px solid var(--rose-light);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-top:36px;padding-top:26px;display:flex}.hashtags{flex-wrap:wrap;gap:8px;display:flex}.hashtags span{background:var(--blush);border:1px solid var(--rose-light);color:var(--plum-soft);border-radius:50px;padding:5px 14px;font-size:.82rem}.share{gap:10px;display:flex}.share a{background:var(--rose-light);width:38px;height:38px;color:var(--rose-dark);border-radius:50%;justify-content:center;align-items:center;font-size:.85rem;font-weight:700;transition:all .2s;display:flex}.share a:hover{background:var(--rose);color:#fff}.sidebar{flex-direction:column;gap:24px;display:flex;position:sticky;top:92px}.widget{background:var(--cream);border-radius:var(--radius);box-shadow:var(--shadow);padding:26px}.widget h3{align-items:center;gap:8px;margin-bottom:16px;font-size:1.15rem;display:flex}.widget h3:before{content:"";background:var(--rose);border-radius:4px;width:5px;height:20px}.mini{border-bottom:1px solid var(--blush);align-items:center;gap:12px;padding:10px 0;display:flex}.mini:last-child{border-bottom:none}.mini .thumb{background:linear-gradient(135deg,var(--rose-light),#efebf9);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;font-size:1.5rem;display:flex;overflow:hidden}.mini .thumb img{object-fit:cover;width:100%;height:100%}.mini-info{flex:1;min-width:0}.mini h4{font-family:El Messiri,sans-serif;font-size:.94rem;font-weight:600;line-height:1.5}.mini h4 a:hover{color:var(--rose)}.mini small{color:var(--rose-dark);font-size:.8rem;font-weight:700}.promo{background:linear-gradient(160deg,var(--rose),var(--rose-dark));color:#fff;text-align:center}.promo h3{color:#fff;justify-content:center}.promo h3:before{display:none}.promo p{opacity:.9;margin-bottom:18px;font-size:.92rem;font-weight:300}.promo a{color:var(--rose-dark);background:#fff;border-radius:50px;padding:10px 26px;font-size:.92rem;font-weight:700;transition:all .2s;display:inline-block}.promo a:hover{background:var(--rose-light)}.related{max-width:1140px;margin:0 auto 64px;padding:0 20px}.section-title{align-items:center;gap:14px;margin-bottom:26px;display:flex}.section-title h2{font-size:1.5rem}.section-title .line{background:linear-gradient(to left,var(--rose-light),transparent);flex:1;height:1.5px}.rel-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.rel-card{background:var(--cream);border-radius:var(--radius);box-shadow:var(--shadow);transition:all .25s;overflow:hidden}.rel-card:hover{transform:translateY(-4px)}.rel-img{background:linear-gradient(135deg,var(--rose-light),#efebf9);justify-content:center;align-items:center;height:150px;font-size:3rem;display:flex}.rel-body{padding:18px 20px 22px}.rel-body h3{font-size:1.05rem;line-height:1.5}.rel-body h3 a:hover{color:var(--rose)}.rel-body small{color:var(--plum-soft);font-size:.8rem}footer{background:var(--plum);color:#ddd8ee;text-align:center;padding:40px 0}footer .brand{color:#fff;justify-content:center;margin-bottom:10px}footer p{opacity:.75;font-size:.9rem}.nav-search{flex:1;max-width:420px;margin:0 24px;position:relative}.nav-search input{border:1.5px solid var(--rose-light);background:var(--blush);width:100%;color:var(--plum);border-radius:50px;outline:none;padding:9px 42px 9px 16px;font-family:inherit;font-size:.92rem;transition:all .2s}.nav-search input:focus{border-color:var(--rose);background:#fff}.nav-search .s-icon{top:50%;color:var(--rose);pointer-events:none;font-size:.95rem;position:absolute;inset-inline-start:16px;transform:translateY(-50%)}.mega{background:var(--cream);border-top:1.5px solid var(--rose-light);z-index:60;border-radius:0 0 20px 20px;width:100%;max-height:calc(100vh - 90px);padding:22px 0 18px;display:none;position:fixed;top:72px;left:0;right:0;overflow-y:auto;box-shadow:0 24px 60px #241a4540}.mega.open{display:block}.mega-inner{max-width:1140px;margin:0 auto;padding:0 20px}.mega-title{color:var(--plum);align-items:center;gap:8px;margin-bottom:14px;font-family:El Messiri,sans-serif;font-size:1.05rem;display:flex}.mega-title:before{content:"";background:var(--rose);border-radius:4px;width:4px;height:18px}.mega-state{text-align:center;color:var(--plum-soft);padding:22px 10px;font-size:.9rem}.mega-grid{grid-template-columns:repeat(4,1fr);gap:10px;display:grid}@media (max-width:900px){.mega-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:560px){.mega-grid{grid-template-columns:1fr}}.mi{cursor:pointer;border-radius:12px;align-items:center;gap:10px;padding:9px 10px;transition:all .15s;display:flex}.mi:hover{background:var(--blush)}.mi-img{background:linear-gradient(135deg,#fff,var(--rose-light));border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:46px;height:46px;font-size:1.4rem;display:flex;overflow:hidden}.mi-img img{object-fit:cover;width:100%;height:100%}.mi-info{flex:1;min-width:0}.mi-info h4{white-space:nowrap;text-overflow:ellipsis;font-family:El Messiri,sans-serif;font-size:.88rem;overflow:hidden}.mi-info small{color:var(--plum-soft);white-space:nowrap;text-overflow:ellipsis;font-size:.72rem;display:block;overflow:hidden}.mi-price{color:var(--rose-dark);white-space:nowrap;font-size:.82rem;font-weight:700}.mi-add{background:var(--rose);color:#fff;cursor:pointer;border:none;border-radius:50px;flex-shrink:0;width:28px;height:28px;font-size:1rem;line-height:1;transition:all .2s}.mi-add:hover{background:var(--rose-dark);transform:scale(1.1)}.mega-foot{border-top:1px solid var(--rose-light);text-align:center;margin-top:12px;padding-top:10px}.mega-foot a{color:var(--rose);font-size:.86rem;font-weight:700}.cart-badge{color:var(--rose-dark);background:#fff;border-radius:50px;justify-content:center;align-items:center;min-width:20px;height:20px;margin-inline-start:6px;padding:0 5px;font-size:.72rem;font-weight:700;display:inline-flex}.toast{background:var(--plum);color:#fff;opacity:0;z-index:100;pointer-events:none;border-radius:50px;padding:12px 26px;font-size:.9rem;transition:all .3s;position:fixed;bottom:24px;right:50%;transform:translate(50%,80px);box-shadow:0 8px 24px #00000040}.toast.show{opacity:1;transform:translate(50%)}@media (max-width:640px){.nav-search{margin:0 10px}}@media (max-width:900px){.layout{grid-template-columns:1fr}.sidebar{position:static}.rel-grid{grid-template-columns:1fr}.article-body{padding:30px 24px}.cover-inner{height:240px}.article-head h1{font-size:1.7rem}}@media (max-width:640px){.nav-links,.nav-cta{display:none}.burger{display:block}}@media (prefers-reduced-motion:reduce){*{transition:none!important}}
