@import"https://fonts.googleapis.com/css2?family=Cairo:wght@400;600;700;800;900&display=swap";:root{--fb-bg:#F7F4EE;--fb-text:#1F2A37;--fb-card:#FFFFFF;--fb-primary:#030213;--fb-primary-hover:#030213;--fb-select:#F47B3F;--fb-secondary:#EEF6FA;--fb-muted:#6B625A;--fb-soft:#F0EDE6;--fb-accent:#F6C7A8;--fb-sage:#BFD8C2;--fb-border:#E5DDD2;--fb-navy:#2F4C6A;--fb-black:#030213;--fb-font:"Cairo","Tajawal",sans-serif}*{box-sizing:border-box}body{margin:0;font-family:var(--fb-font)}.fb-page{direction:rtl;overflow-x:hidden;background:var(--fb-bg);color:var(--fb-text);font-family:var(--fb-font);line-height:1.5}.fb-wrap{width:min(1152px,calc(100% - 32px));margin:0 auto}.fb-topbar{background:var(--fb-navy);color:#fff;font-size:14px}.fb-topbar__inner{min-height:42px;display:flex;align-items:center;justify-content:center;gap:40px;flex-wrap:wrap}.fb-topbar span{display:inline-flex;align-items:center;gap:6px}.fb-line-icon{font-size:14px;line-height:1}.fb-svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;flex:0 0 14px}.fb-header{position:sticky;top:0;z-index:50;background:var(--fb-card);border-bottom:1px solid var(--fb-border);box-shadow:0 1px 2px #0000000d}.fb-header__inner{height:64px;display:flex;align-items:center;justify-content:space-between;gap:16px}.fb-brand{display:inline-flex;align-items:center;gap:8px;color:var(--fb-text);text-decoration:none;flex-shrink:0}.fb-brand strong{font-size:18px;font-weight:900;letter-spacing:0;line-height:1}.fb-brand__icon{width:32px;height:32px;border-radius:999px;display:grid;place-items:center;background:var(--fb-black);color:#fff;font-size:12px;font-weight:900}.fb-nav{display:flex;align-items:center;gap:24px;color:var(--fb-muted);font-size:14px;font-weight:600}.fb-nav a{color:inherit;text-decoration:none;transition:color .2s ease}.fb-nav a:hover{color:var(--fb-text)}.fb-button{display:inline-flex;align-items:center;justify-content:center;border:0;background:var(--fb-primary);color:#fff;text-decoration:none;font:900 18px/1.5 var(--fb-font);cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.fb-button:hover{background:var(--fb-primary-hover);transform:translateY(-2px)}.fb-button--small{min-height:54px;padding:10px 28px;border-radius:999px;font-size:18px;font-weight:700;box-shadow:0 1px 2px #0000000d}.fb-button--hero{width:fit-content;min-height:60px;padding:16px 32px;border-radius:16px;box-shadow:0 10px 15px #0000001a}.fb-button--large{min-height:68px;padding:20px 48px;border-radius:16px;font-size:20px;box-shadow:0 20px 25px #0000001a}.fb-button--center{width:fit-content;margin:32px auto 0;min-height:60px;padding:16px 40px;border-radius:16px;box-shadow:0 10px 15px #0000001a}.fb-button.is-loading{pointer-events:none;opacity:.76}.fb-hero{padding:56px 0 80px;background:var(--fb-bg);overflow:hidden}.fb-hero__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:40px;align-items:center}.fb-hero__content{display:flex;flex-direction:column;gap:24px;align-items:flex-start}.fb-pill{width:fit-content;display:inline-flex;align-items:center;gap:8px;padding:8px 16px;border-radius:999px;background:#f6c7a880;color:var(--fb-muted);font-size:14px;font-weight:600}.fb-hero h1{margin:0;max-width:640px;color:var(--fb-text);font-size:52px;font-weight:900;line-height:1.35;letter-spacing:0}.fb-lead{max-width:448px;margin:0;color:var(--fb-muted);font-size:18px;line-height:1.625}.fb-badges{display:flex;flex-wrap:wrap;gap:12px;padding-top:8px}.fb-badges span{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border:1px solid var(--fb-border);border-radius:999px;background:var(--fb-card);color:var(--fb-text);font-size:14px;font-weight:600}.fb-badges span:before{content:"\2713";display:grid;place-items:center;width:14px;height:14px;border-radius:50%;color:#7ab484;font-size:11px;border:1px solid var(--fb-sage)}.fb-hero__media{position:relative;display:flex;align-items:center;justify-content:center;min-height:520px}.fb-hero__wash{position:absolute;top:7%;right:3%;bottom:7%;left:3%;border-radius:24px;background:var(--fb-secondary);opacity:.6;transform:rotate(-2deg) scale(.95)}.fb-hero__media img{position:relative;width:min(100%,520px);aspect-ratio:1/1;object-fit:contain;filter:drop-shadow(0 25px 25px rgba(0,0,0,.22));background:#fff}.fb-section{padding:64px 0 80px;background:var(--fb-bg);text-align:center}.fb-section--secondary{background:var(--fb-secondary)}.fb-section__head{max-width:640px;margin:0 auto 48px;text-align:center}.fb-section__head h2,.fb-final-cta h2,.fb-specs h2{margin:0 0 12px;color:var(--fb-text);font-size:36px;font-weight:900;line-height:1.25;letter-spacing:0}.fb-section__head p{margin:0 auto;color:var(--fb-muted);font-size:18px;line-height:1.625}.fb-section__head--light h2{color:#fff}.fb-section__head--light p{color:#bfdbfe}.fb-cards{display:grid;gap:20px;text-align:right}.fb-cards--four{grid-template-columns:repeat(4,minmax(0,1fr))}.fb-cards--six{grid-template-columns:repeat(3,minmax(0,1fr))}.fb-cards--reviews{grid-template-columns:repeat(4,minmax(0,1fr))}.fb-cards article{min-height:0;display:flex;flex-direction:column;gap:12px;padding:24px;border:1px solid var(--fb-border);border-radius:16px;background:var(--fb-card);box-shadow:none;transition:box-shadow .2s ease}.fb-cards article:hover{box-shadow:0 4px 6px #00000014}.fb-cards article>span{font-size:30px;line-height:1;color:var(--fb-select)}.fb-cards--inline article{flex-direction:row;align-items:flex-start;gap:16px}.fb-cards--inline article>span{width:40px;height:40px;flex:0 0 40px;display:grid;place-items:center;border-radius:12px;background:#f6c7a866;color:var(--fb-select);font-size:22px}.fb-cards h3,.fb-use-card h3{margin:0 0 4px;color:var(--fb-text);font-size:16px;font-weight:700;line-height:1.375}.fb-cards p,.fb-use-card p{margin:0;color:var(--fb-muted);font-size:14px;line-height:1.625}.fb-option-error{width:fit-content;max-width:100%;margin:-22px auto 22px;padding:12px 16px;border:1px solid rgba(244,123,63,.35);border-radius:16px;background:#fff1df;color:#d85f22;font-weight:900;box-shadow:0 14px 30px #f47b3f1f}.fb-use-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.fb-use-card{position:relative;display:flex;flex-direction:column;gap:12px;padding:16px;border:2px solid var(--fb-border);border-radius:24px;background:var(--fb-card);text-align:right;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.fb-use-card:hover{border-color:var(--fb-accent);box-shadow:0 10px 15px #0000001a}.fb-use-card:focus-visible{outline:3px solid rgba(244,123,63,.32);outline-offset:3px}.fb-use-card.is-selected{border-color:var(--fb-select);background:var(--fb-card);box-shadow:0 10px 15px #f47b3f1a}.fb-use-card img{width:100%;aspect-ratio:1/1;object-fit:contain;display:block;border-radius:16px;background:#fff}.fb-use-card div{padding:0}.fb-option-check{position:static;align-self:flex-start;display:none;width:auto;height:auto;padding:4px 12px;border-radius:999px;background:var(--fb-select);color:#fff;font-size:12px;font-weight:700;opacity:1;transform:none}.fb-use-card.is-selected .fb-option-check{display:inline-flex}.fb-specs{padding:64px 0 80px;background:var(--fb-navy);color:#fff;text-align:center}.fb-spec-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;text-align:right}.fb-spec-grid div{padding:20px;border:1px solid rgba(255,255,255,.2);border-radius:16px;background:#ffffff1a;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.fb-spec-grid small{display:block;margin-bottom:4px;color:#bfdbfe;font-size:14px;font-weight:600}.fb-spec-grid strong{display:block;color:#fff;font-size:18px;font-weight:900;line-height:1.4}.fb-rating-block{max-width:672px;margin:0 auto 32px;display:flex;align-items:center;gap:32px;padding:32px;border:1px solid var(--fb-border);border-radius:24px;background:var(--fb-card);text-align:right}.fb-rating-score{flex:0 0 auto;display:flex;flex-direction:column;align-items:center;gap:8px}.fb-rating-score strong{color:var(--fb-text);font-size:60px;font-weight:900;line-height:1}.fb-rating-score span,.fb-cards--reviews article div{color:#fbbf24;letter-spacing:1px}.fb-rating-score small{color:var(--fb-muted);font-size:14px}.fb-rating-bars{flex:1;display:flex;flex-direction:column;gap:8px}.fb-rating-bars span{display:flex;align-items:center;gap:12px}.fb-rating-bars b{width:34px;color:var(--fb-muted);font-size:14px;font-weight:400}.fb-rating-bars i{position:relative;flex:1;height:8px;overflow:hidden;border-radius:999px;background:var(--fb-soft)}.fb-rating-bars i:before{content:"";position:absolute;inset-block:0;inset-inline-start:0;width:var(--bar);border-radius:inherit;background:#fbbf24}.fb-cards--reviews article{padding:20px;gap:12px}.fb-cards--reviews p{color:var(--fb-text);flex:1}.fb-cards--reviews strong{display:block;color:var(--fb-muted);font-size:14px;font-weight:600}.fb-final-cta{padding:64px 0 96px;background:var(--fb-secondary);text-align:center}.fb-final-cta .fb-wrap{max-width:768px;display:flex;flex-direction:column;align-items:center;gap:24px}.fb-price-box{display:flex;flex-direction:column;align-items:center;gap:8px;padding:20px 32px;border:1px solid var(--fb-border);border-radius:16px;background:var(--fb-card)}.fb-price-box span{color:var(--fb-muted);font-size:14px}.fb-price-box strong{color:var(--fb-text);font-size:36px;font-weight:900;line-height:1.1}.fb-price-box small{color:var(--fb-muted);font-size:12px}.fb-final-trust{display:flex;flex-wrap:wrap;justify-content:center;gap:16px;color:var(--fb-muted);font-size:14px}.fb-final-trust span{display:inline-flex;align-items:center;gap:6px}.fb-final-trust span:before{content:"\2713";color:var(--fb-select);font-weight:900}.fb-faq__wrap{max-width:672px}.fb-faq details{margin-top:12px;overflow:hidden;border:1px solid var(--fb-border);border-radius:16px;background:var(--fb-card);text-align:right}.fb-faq summary{min-height:64px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px;color:var(--fb-text);font-size:16px;font-weight:600;cursor:pointer}.fb-faq summary::-webkit-details-marker{display:none}.fb-faq summary:before{content:"\2304";flex:0 0 auto;color:var(--fb-muted);transition:transform .25s ease}.fb-faq details[open] summary:before{transform:rotate(180deg)}.fb-faq details p{margin:0;padding:16px 20px 20px;border-top:1px solid var(--fb-border);color:var(--fb-muted);font-size:14px;line-height:1.625}.fb-footer{padding:40px 0;background:var(--fb-navy);color:#fff}.fb-footer .fb-wrap{display:flex;align-items:center;justify-content:space-between;gap:16px;font-size:14px}.fb-footer__brand{display:flex;align-items:center;gap:8px}.fb-footer__brand strong{font-size:16px;font-weight:900}.fb-footer p{margin:0;color:#bfdbfe;text-align:center}.fb-footer nav{display:flex;gap:16px}.fb-footer a{color:#bfdbfe;text-decoration:none;transition:color .2s ease}.fb-footer a:hover{color:#fff}@media(max-width:920px){.fb-nav{display:none}.fb-hero__grid{grid-template-columns:1fr}.fb-hero__content{align-items:flex-start}.fb-hero__media{min-height:auto}.fb-cards--four,.fb-use-grid,.fb-cards--reviews,.fb-cards--six,.fb-spec-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.fb-rating-block{flex-direction:column;text-align:center}}@media(max-width:640px){.fb-wrap{width:min(100% - 32px,1152px)}.fb-topbar__inner{min-height:auto;padding:8px 0;gap:12px 18px;font-size:13px}.fb-header__inner{height:64px}.fb-brand strong{font-size:16px}.fb-button--small{padding:8px 16px}.fb-hero,.fb-section,.fb-specs,.fb-final-cta{padding:56px 0}.fb-hero h1{font-size:36px}.fb-section__head h2,.fb-final-cta h2,.fb-specs h2{font-size:30px}.fb-lead,.fb-section__head p{font-size:16px}.fb-hero__media img{width:min(100%,420px)}.fb-cards--four,.fb-cards--six,.fb-use-grid,.fb-cards--reviews,.fb-spec-grid{grid-template-columns:1fr}.fb-cards--inline article{align-items:flex-start}.fb-rating-score strong{font-size:56px}.fb-footer .fb-wrap{flex-direction:column;justify-content:center}}.fb-offer-system{width:min(100%,520px);padding:18px;border:1px solid var(--fb-border);border-radius:24px;background:#ffffffd1;box-shadow:0 12px 30px #1f2a3714;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.fb-offer-system--compact{width:min(100%,560px);background:var(--fb-card)}.fb-offer-system--modal{width:100%;background:var(--fb-secondary);box-shadow:none}.fb-qty-row{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:14px;color:var(--fb-text);font-size:15px;font-weight:800}.fb-qty-stepper{display:inline-flex;align-items:center;gap:12px;padding:6px;border:1px solid var(--fb-border);border-radius:999px;background:var(--fb-card)}.fb-qty-stepper button{width:34px;height:34px;border:0;border-radius:999px;background:var(--fb-black);color:#fff;font:900 18px/1 var(--fb-font);cursor:pointer}.fb-qty-stepper strong{min-width:20px;text-align:center;color:var(--fb-text);font-size:18px;font-weight:900}.fb-offer-progress{position:relative;height:12px;margin:10px 4px 18px;border-radius:999px;background:var(--fb-soft);overflow:visible}.fb-offer-progress span{position:absolute;inset-block:0;inset-inline-start:0;width:33%;border-radius:999px;background:linear-gradient(90deg,var(--fb-select),#ffb27f);transition:width .35s ease}.fb-offer-progress i{position:absolute;top:50%;z-index:1;width:28px;height:28px;display:grid;place-items:center;border:2px solid var(--fb-border);border-radius:999px;background:#fff;color:var(--fb-muted);font-style:normal;font-size:12px;font-weight:900;transform:translate(50%,-50%)}.fb-offer-progress i:nth-of-type(1){inset-inline-start:0}.fb-offer-progress i:nth-of-type(2){inset-inline-start:50%;transform:translate(50%,-50%)}.fb-offer-progress i:nth-of-type(3){inset-inline-start:calc(100% - 28px);transform:translateY(-50%)}.fb-offer-message{padding:12px 14px;border-radius:16px;background:var(--fb-secondary);color:var(--fb-text);font-size:15px;font-weight:800;line-height:1.5;transition:background .25s ease,transform .25s ease}.fb-offer-message.is-unlocked{background:#fff3e8;color:#9a4a1e;animation:fb-offer-pop .35s ease}.fb-offer-pills{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.fb-offer-pills span{display:inline-flex;align-items:center;gap:6px;padding:5px 10px;border:1px solid var(--fb-border);border-radius:999px;background:#fff;color:var(--fb-muted);font-size:12px;font-weight:700}.fb-offer-pills span:before{content:"\1f381";font-size:12px}.fb-cart-modal[hidden]{display:none}.fb-cart-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:grid;place-items:center;padding:18px}.fb-cart-modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#03021385;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.fb-cart-modal__panel{position:relative;width:min(100%,560px);max-height:calc(100vh - 36px);overflow:auto;padding:28px;border:1px solid var(--fb-border);border-radius:28px;background:var(--fb-bg);box-shadow:0 30px 80px #03021347;text-align:right}.fb-cart-modal__close{position:absolute;top:14px;inset-inline-start:14px;width:36px;height:36px;border:0;border-radius:999px;background:#fff;color:var(--fb-text);font-size:24px;line-height:1;cursor:pointer}.fb-cart-modal__eyebrow{width:fit-content;margin:0 0 10px;padding:6px 12px;border-radius:999px;background:#f6c7a880;color:var(--fb-muted);font-size:13px;font-weight:800}.fb-cart-modal h2{margin:0 0 18px;color:var(--fb-text);font-size:28px;font-weight:900;line-height:1.25}.fb-cart-summary{display:grid;grid-template-columns:1fr auto;gap:10px;margin-bottom:16px;padding:16px;border:1px solid var(--fb-border);border-radius:18px;background:#fff}.fb-cart-summary span{color:var(--fb-muted);font-size:13px}.fb-cart-summary strong{color:var(--fb-text);font-weight:900}.fb-payment-incentives{display:grid;gap:10px;margin-top:16px}.fb-payment-incentives label{display:flex;align-items:center;gap:10px;padding:12px 14px;border:1px solid var(--fb-border);border-radius:16px;background:#fff;cursor:pointer}.fb-payment-incentives input{accent-color:var(--fb-select)}.fb-payment-incentives span{color:var(--fb-text);font-size:14px;font-weight:800}.fb-checkout-helper{margin:16px 0;color:var(--fb-muted);font-size:14px;text-align:center}.fb-checkout-submit{width:100%}.fb-modal-open{overflow:hidden}@keyframes fb-offer-pop{0%{transform:scale(.98)}70%{transform:scale(1.015)}to{transform:scale(1)}}@media(max-width:640px){.fb-offer-system{padding:14px;border-radius:20px}.fb-qty-row{align-items:flex-start;flex-direction:column}.fb-qty-stepper{align-self:stretch;justify-content:space-between}.fb-cart-modal{padding:10px}.fb-cart-modal__panel{padding:22px;border-radius:22px}.fb-cart-modal h2{font-size:24px}.fb-payment-incentives label{align-items:flex-start}.fb-offer-progress i:nth-of-type(3){inset-inline-start:calc(100% - 24px)}}.fb-bundle-builder{margin:0 0 16px;padding:14px;border:1px solid var(--fb-border);border-radius:20px;background:#fff;text-align:right}.fb-bundle-builder__head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:6px}.fb-bundle-builder__head strong{color:var(--fb-text);font-size:15px;font-weight:900}.fb-bundle-builder__head span{color:var(--fb-select);font-size:13px;font-weight:900;white-space:nowrap}.fb-bundle-builder p{margin:0 0 10px;color:var(--fb-muted);font-size:12px;font-weight:700}.fb-bundle-slots{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.fb-bundle-slot{min-height:56px;width:100%;display:grid;grid-template-columns:auto 1fr;align-items:center;gap:8px;padding:8px;border:1px dashed var(--fb-border);border-radius:14px;background:var(--fb-bg);color:var(--fb-text);font-family:var(--fb-font);text-align:right;cursor:pointer}.fb-bundle-slot img{width:38px;height:38px;border-radius:10px;background:#fff;object-fit:contain}.fb-bundle-slot span{font-size:12px;font-weight:900;line-height:1.3}.fb-bundle-slot small{grid-column:1/-1;color:var(--fb-muted);font-size:11px;font-weight:800}.fb-bundle-slot.is-filled{border-style:solid;border-color:#f47b3f6b;background:#fff8f1;box-shadow:0 6px 16px #f47b3f14}.fb-bundle-slot.is-empty{grid-template-columns:1fr;border-style:dashed;color:var(--fb-muted)}.fb-bundle-auto,.fb-max-message{margin-top:10px;padding:9px 12px;border-radius:14px;background:#fff3e8;color:#9a4a1e;font-size:12px;font-weight:900;text-align:center}.fb-use-card .fb-option-counter{margin-top:auto;padding-top:2px}.fb-option-pick{width:100%;min-height:40px;border:1px solid var(--fb-border);border-radius:999px;background:var(--fb-secondary);color:var(--fb-text);font:900 14px/1 var(--fb-font);cursor:pointer}.fb-option-pick:disabled{opacity:.55;cursor:not-allowed}.fb-use-card .fb-option-stepper{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:5px;border:1px solid rgba(244,123,63,.42);border-radius:999px;background:#fff8f1}.fb-option-stepper button{width:32px;height:32px;border:0;border-radius:999px;background:var(--fb-black);color:#fff;font:900 17px/1 var(--fb-font);cursor:pointer}.fb-option-stepper button:disabled{background:#c9c1b8;cursor:not-allowed}.fb-option-stepper strong{min-width:24px;text-align:center;color:var(--fb-text);font-size:15px;font-weight:900}.fb-modal-designs{margin:0 0 16px;padding:14px;border:1px solid var(--fb-border);border-radius:18px;background:#fff}.fb-modal-designs h3{margin:0 0 10px;color:var(--fb-text);font-size:15px;font-weight:900}.fb-modal-designs div{display:grid;gap:8px}.fb-modal-designs span{display:flex;align-items:center;justify-content:space-between;padding:8px 10px;border-radius:12px;background:var(--fb-secondary);color:var(--fb-text);font-size:13px;font-weight:900}@media(max-width:640px){.fb-bundle-builder{padding:12px;border-radius:18px}.fb-bundle-builder__head{align-items:flex-start;flex-direction:column;gap:4px}.fb-bundle-slots{grid-template-columns:1fr}.fb-bundle-slot{min-height:52px}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/fluff-bluff.css.map */
