@import"https://fonts.googleapis.com/css2?family=Cairo:wght@400;500;600;700;800;900&display=swap";.yfc{--green: #2e7d32;--green-2: #4caf50;--orange: #ff9800;--bg-light: #f8faf7;--text: #212121;--muted: #6b7280;--line: #eef0ec;--radius: 24px;--shadow-sm: 0 6px 18px rgba(31, 41, 55, .06);--shadow-md: 0 16px 40px rgba(31, 41, 55, .1);direction:rtl;max-width:1240px;margin:0 auto;padding:clamp(14px,3vw,28px) clamp(14px,3vw,40px) 40px;color:var(--text);font-family:Cairo,Tajawal,system-ui,-apple-system,Segoe UI,sans-serif}.yfc *,.yfc *:before,.yfc *:after{box-sizing:border-box}.yfc__head{margin-bottom:22px}.yfc__crumbs{display:flex;gap:8px;align-items:center;font-size:13px;color:var(--muted);margin-bottom:8px}.yfc__crumbs a{color:var(--muted);text-decoration:none}.yfc__crumbs a:hover{color:var(--green)}.yfc__crumbs .is-current{color:var(--green);font-weight:700}.yfc__title{display:flex;align-items:center;gap:12px;margin:0;font-size:clamp(26px,3.4vw,36px);font-weight:900}.yfc__title-ic{display:grid;place-items:center;width:52px;height:52px;border-radius:50%;background:var(--green);color:#fff;box-shadow:0 10px 22px #2e7d324d}.yfc__ship{background:linear-gradient(160deg,#f0f9ec,#eafff0);border:1px solid #d8eed7;border-radius:var(--radius);padding:18px 22px;margin-bottom:24px}.yfc__ship-msg{margin:0 0 12px;font-weight:700;color:#1f7a32;text-align:center;font-size:15px}.yfc__ship-msg strong{color:var(--orange)}.yfc__bar{height:12px;border-radius:999px;background:#dbe8d7;overflow:hidden}.yfc__bar-fill{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,var(--green-2),var(--green));transition:width .5s ease}.yfc__bar-labels{display:flex;justify-content:space-between;margin-top:8px;font-size:12.5px;font-weight:700;color:var(--muted)}.yfc__grid{display:grid;grid-template-columns:1fr 360px;gap:24px;align-items:start}.yfc__items-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:clamp(16px,2vw,24px);box-shadow:var(--shadow-sm)}.yfc__items-title{margin:0 0 14px;font-size:19px;font-weight:900}.yfc__item{position:relative;display:grid;grid-template-columns:104px 1fr auto;grid-template-areas:"media info actions";align-items:center;gap:18px;padding:20px 0;border-top:1px solid var(--line);transition:opacity .2s ease,height .2s ease,padding .2s ease;overflow:hidden}.yfc__item:first-of-type{border-top:0}.yfc__item.is-loading{opacity:.55;pointer-events:none}.yfc__item.is-removing{opacity:0;height:0!important;padding:0}.yfc__item-media{grid-area:media;width:104px;height:104px;border-radius:18px;overflow:hidden;background:#f7faf3;display:block;flex:none;box-shadow:var(--shadow-sm)}.yfc__item-media img,.yfc__item-ph{width:100%;height:100%;object-fit:cover;display:block}.yfc__item-info{grid-area:info;display:flex;flex-direction:column;gap:7px;min-width:0}.yfc__item-name{margin:0;font-size:17px;font-weight:800}.yfc__item-name a{color:inherit;text-decoration:none}.yfc__item-name a:hover{color:var(--green)}.yfc__item-fresh{display:inline-flex;align-items:center;gap:5px;align-self:flex-start;font-size:12px;font-weight:800;color:var(--green);background:#eaf6e9;padding:4px 10px;border-radius:999px}.yfc__item-fresh svg{width:13px;height:13px}.yfc__item-price{color:var(--green);font-weight:800;font-size:15px}.yfc__item-price small{color:var(--muted);font-weight:700;font-size:11px}.yfc__item-actions{grid-area:actions;display:flex;flex-direction:column;align-items:flex-end;gap:10px}.yfc__remove{width:34px;height:34px;border:0;cursor:pointer;border-radius:10px;background:#fbeaea;color:#e04646;display:grid;place-items:center;transition:background .14s ease,transform .14s ease}.yfc__remove:hover{background:#f7d6d6;transform:scale(1.06)}.yfc__qty{display:inline-flex;align-items:center;border:1.5px solid var(--line);border-radius:12px;overflow:hidden;background:#fff}.yfc__qty-btn{width:38px;height:38px;border:0;background:#f6f8f4;color:var(--green);font-size:18px;font-weight:800;cursor:pointer;transition:background .12s ease}.yfc__qty-btn:hover{background:#eaf2e6}.yfc__qty-val{min-width:42px;text-align:center;font-weight:800;font-size:15px}.yfc__item-sub{font-size:13px;color:var(--muted);font-weight:700;white-space:nowrap}.yfc__item-sub strong{color:var(--text);font-size:14.5px}.yfc__coupon{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:20px clamp(16px,2vw,24px);margin-top:18px;box-shadow:var(--shadow-sm)}.yfc__coupon-label{display:block;font-weight:800;margin-bottom:10px}.yfc__coupon-row{display:flex;gap:10px}.yfc__coupon-input{flex:1;border:1.5px solid var(--line);border-radius:14px;padding:13px 16px;font:inherit;font-weight:600}.yfc__coupon-input:focus{outline:none;border-color:var(--green-2)}.yfc__coupon-btn{flex:none;border:0;cursor:pointer;border-radius:14px;padding:0 26px;background:var(--green);color:#fff;font:inherit;font-weight:800;transition:background .14s ease,transform .14s ease}.yfc__coupon-btn:hover{background:#266a2a;transform:translateY(-1px)}.yfc__summary{position:sticky;top:100px;display:flex;flex-direction:column;gap:16px}.yfc__summary-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:22px;box-shadow:var(--shadow-md)}.yfc__summary-title{margin:0 0 16px;font-size:19px;font-weight:900;text-align:right}.yfc__row{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:15px;padding:8px 0;color:#374151;font-weight:600}.yfc__row--free{color:var(--green);font-weight:800}.yfc__free-val{color:var(--green)}.yfc__row--total{margin-top:6px;padding-top:14px;border-top:2px dashed var(--line);font-size:17px;font-weight:900;color:var(--text)}.yfc__total{color:var(--green);font-size:22px;font-weight:900}.yfc__tax-note{margin:4px 0 16px;font-size:12px;color:var(--muted)}.yfc__checkout{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;border-radius:16px;padding:16px;background:var(--orange);color:#fff;font-weight:900;font-size:16.5px;text-decoration:none;box-shadow:0 12px 24px #ff980052;transition:transform .14s ease,box-shadow .14s ease}.yfc__checkout:hover{transform:translateY(-2px);box-shadow:0 16px 30px #ff980066}.yfc__continue{display:flex;align-items:center;justify-content:center;gap:6px;width:100%;margin-top:10px;border-radius:16px;padding:13px;background:#f4f6f2;color:var(--text);font-weight:800;font-size:15px;text-decoration:none;transition:background .14s ease}.yfc__continue:hover{background:#e9efe6}.yfc__pay{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:18px;text-align:center;box-shadow:var(--shadow-sm)}.yfc__pay-title{font-weight:800;font-size:14px;display:block;margin-bottom:12px}.yfc__pay-icons{display:flex;flex-wrap:wrap;gap:8px;justify-content:center}.yfc__pay-badge{font-size:12px;font-weight:800;padding:8px 12px;border-radius:10px;border:1px solid var(--line);background:#fafbf8;color:#374151}.yfc__pay-badge--visa{color:#1a1f71}.yfc__pay-badge--mc{color:#eb001b}.yfc__pay-badge--meeza{color:#e2231a}.yfc__pay-badge--cod{color:var(--green)}.yfc__perks{list-style:none;margin:0;padding:18px;background:#fff;border:1px solid var(--line);border-radius:var(--radius);display:flex;flex-direction:column;gap:14px;box-shadow:var(--shadow-sm)}.yfc__perks li{display:flex;align-items:center;gap:12px}.yfc__perk-ic{flex:none;display:grid;place-items:center;width:40px;height:40px;border-radius:12px;background:#eaf6e9;color:var(--green)}.yfc__perk-ic svg{width:20px;height:20px}.yfc__perks li>span:last-child{display:flex;flex-direction:column;line-height:1.4}.yfc__perks strong{font-size:14px;font-weight:800}.yfc__perks li span span{font-size:12px;color:var(--muted)}.yfc__trust{margin-top:32px;display:grid;grid-template-columns:repeat(4,1fr);gap:16px;background:var(--bg-light);border-radius:var(--radius);padding:clamp(18px,3vw,28px)}.yfc__trust-item{display:flex;align-items:center;gap:12px}.yfc__trust-ic{flex:none;display:grid;place-items:center;width:46px;height:46px;border-radius:14px;background:#fff;color:var(--green);box-shadow:var(--shadow-sm)}.yfc__trust-ic svg{width:24px;height:24px}.yfc__trust-text{display:flex;flex-direction:column;line-height:1.4}.yfc__trust-text strong{font-size:14.5px;font-weight:800}.yfc__trust-text span{font-size:12.5px;color:var(--muted)}.yfc__empty{text-align:center;padding:60px 20px;background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow-sm)}.yfc__empty-ic{display:inline-grid;place-items:center;width:110px;height:110px;border-radius:50%;background:#eaf6e9;color:var(--green);margin-bottom:18px}.yfc__empty h2{margin:0 0 8px;font-size:24px;font-weight:900}.yfc__empty p{margin:0 0 22px;color:var(--muted)}.yfc__checkout--empty{max-width:280px;margin-inline:auto;background:var(--green);box-shadow:0 12px 24px #2e7d324d}@media(max-width:960px){.yfc__grid{grid-template-columns:1fr}.yfc__summary{position:static}.yfc__trust{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.yfc__item{grid-template-columns:84px 1fr;grid-template-areas:"media info" "actions actions";gap:12px 14px}.yfc__item-actions{flex-direction:row;align-items:center;justify-content:space-between;width:100%;margin-top:4px;padding-top:14px;border-top:1px dashed var(--line)}.yfc__item-media{width:84px;height:84px}.yfc__trust{grid-template-columns:1fr}}
/*# sourceMappingURL=/cdn/shop/t/6/assets/yf-cart.css.map */
