*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body.cf-body{margin:0;font-family:var(--cf-font, "PingARLT", sans-serif);background:var(--cf-bg, #fff);color:var(--cf-text, #111827);direction:rtl;line-height:1.6;-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer;border:0;background:none}.cf-skip-link{position:absolute;inset-inline-start:-9999px;z-index:9999;padding:.75rem 1rem;background:#000;color:#fff}.cf-skip-link:focus{inset-inline-start:1rem;top:1rem}.cf-container{width:100%;max-width:1400px;margin-inline:auto;padding-inline:1rem}.cf-main{min-height:50vh}.cf-announcement{background:#111827;color:#fff;padding:.5rem 0;overflow:hidden}.cf-announcement__track{display:flex;gap:4rem;white-space:nowrap;width:max-content;animation:cf-marquee 25s linear infinite}.cf-announcement__item{display:inline-flex;align-items:center;gap:.5rem;font-size:.875rem}.cf-announcement__sep{margin-inline:1rem;opacity:.8}@keyframes cf-marquee{0%{transform:translate(0)}to{transform:translate(50%)}}.cf-header{background:#fff;position:sticky;top:0;z-index:50;box-shadow:0 1px 2px #0000000f}.cf-header__top{border-bottom:1px solid var(--cf-border);font-size:.875rem}.cf-header__top-inner{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;color:var(--cf-muted)}.cf-header__top a:hover,.cf-header__top button:hover{color:var(--cf-text)}.cf-header__bar{display:flex;align-items:center;justify-content:space-between;padding:.75rem 0;gap:1rem}.cf-header__side{display:flex;align-items:center;gap:.75rem;min-width:5rem}.cf-header__side--end{justify-content:flex-end}.cf-header__logo{display:flex;align-items:center;justify-content:center;flex:1}.cf-header__logo img{height:auto}.cf-header__logo-text{font-weight:800;font-size:1.125rem;color:var(--cf-accent)}.cf-header__icon{color:var(--cf-text);display:inline-flex;padding:.25rem}.cf-header__icon:hover{color:var(--cf-accent)}.cf-header__cart-count{position:absolute;top:-4px;inset-inline-end:-6px;background:var(--cf-destructive);color:#fff;font-size:10px;width:16px;height:16px;border-radius:999px;display:flex;align-items:center;justify-content:center;font-weight:700}.cf-header__cart-wrap{position:relative;display:inline-flex}.cf-header__desktop-nav{display:none;gap:1.5rem;font-size:.875rem;font-weight:500}.cf-header__desktop-nav a:hover{color:var(--cf-accent)}.cf-header__desktop{display:none}@media(min-width:1024px){.cf-header__desktop{display:flex}.cf-header__mobile{display:none!important}.cf-header__desktop-nav{display:flex}.cf-header__bar{padding:1rem 0}.cf-header__logo{flex:0 0 auto;order:0}}@media(max-width:1023px){.cf-header__desktop{display:none!important}}.cf-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;pointer-events:none;visibility:hidden}.cf-drawer.is-open{pointer-events:auto;visibility:visible}.cf-drawer__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#0006;opacity:0;transition:opacity .2s}.cf-drawer.is-open .cf-drawer__backdrop{opacity:1}.cf-drawer__panel{position:absolute;top:0;inset-inline-start:0;width:min(320px,88vw);height:100%;background:#fff;padding:1.25rem;transform:translate(100%);transition:transform .25s ease;overflow-y:auto}[dir=rtl] .cf-drawer__panel{transform:translate(-100%)}.cf-drawer.is-open .cf-drawer__panel{transform:translate(0)}.cf-drawer__nav{list-style:none;margin:1.5rem 0 0;padding:0}.cf-drawer__nav a{display:block;padding:.75rem 0;border-bottom:1px solid var(--cf-border);font-weight:600}.cf-search-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:70;background:#fffffffa;display:none;padding:1.5rem}.cf-search-modal.is-open{display:block}.cf-search-modal__row{display:flex;gap:.75rem;align-items:center;max-width:640px;margin:2rem auto 0}.cf-search-modal input{flex:1;height:3rem;border:1px solid var(--cf-border);border-radius:.75rem;padding:0 1rem;font-size:16px}.cf-home-hero{text-align:center;padding:2.5rem 1rem 1rem}.cf-home-hero h1{font-size:clamp(1.5rem,4vw,2rem);font-weight:800;margin:0 0 .75rem;color:var(--cf-text)}.cf-home-hero__ornament{width:80px;height:3px;margin:0 auto;background:linear-gradient(90deg,transparent,var(--cf-accent),transparent);border-radius:2px}.cf-product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;padding:1.5rem 0 2.5rem}@media(min-width:768px){.cf-product-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem}}@media(min-width:1024px){.cf-product-grid{grid-template-columns:repeat(4,1fr)}}.cf-card{position:relative;overflow:hidden;border-radius:1rem;background:#00000008;transition:box-shadow .3s}.cf-card:hover{box-shadow:0 10px 30px #00000014}.cf-card__media{position:relative;aspect-ratio:3 / 4;overflow:hidden}.cf-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .7s ease}.cf-card:hover .cf-card__media img{transform:scale(1.1)}.cf-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(17,24,39,.6),transparent);opacity:0;transition:opacity .3s}.cf-card:hover .cf-card__overlay{opacity:1}.cf-card__cta{position:absolute;inset-inline:.75rem;bottom:.75rem;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.625rem;border-radius:.75rem;background:#fffffff2;font-weight:700;font-size:.75rem;transform:translateY(120%);transition:transform .3s ease}.cf-card:hover .cf-card__cta{transform:translateY(0)}.cf-card__badge{position:absolute;top:.75rem;inset-inline-start:.75rem;background:var(--cf-sale);color:#fff;font-size:.7rem;font-weight:800;padding:.2rem .5rem;border-radius:.375rem;z-index:2}.cf-card__body{padding:.75rem .85rem 1rem}.cf-card__title{font-size:.875rem;font-weight:700;margin:0 0 .5rem;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.cf-card__price{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.cf-card__price-sale{color:var(--cf-sale);font-weight:800}.cf-card__price-compare{color:var(--cf-muted);text-decoration:line-through;font-size:.85rem}.cf-product{padding:1.5rem 0 3rem}.cf-product__layout{display:flex;flex-direction:column;gap:1.5rem}@media(min-width:1024px){.cf-product__layout{flex-direction:row;gap:2.5rem;align-items:flex-start}.cf-product__gallery,.cf-product__info{width:50%}.cf-product__gallery{position:sticky;top:5rem;align-self:flex-start}}.cf-gallery__main{position:relative;aspect-ratio:1;border-radius:.375rem;overflow:hidden;background:#f3f4f6}.cf-gallery__main img{width:100%;height:100%;object-fit:cover}.cf-gallery__actions{position:absolute;top:1rem;inset-inline-end:1rem;display:flex;gap:.5rem;z-index:2}.cf-gallery__actions button{width:2.25rem;height:2.25rem;border-radius:999px;background:#fffc;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;color:var(--cf-text)}.cf-gallery__thumbs{display:flex;gap:.5rem;margin-top:.75rem;overflow-x:auto;padding-bottom:.25rem}.cf-gallery__thumb{flex-shrink:0;width:4rem;height:4rem;border-radius:.5rem;overflow:hidden;border:2px solid transparent;opacity:.8;padding:0}.cf-gallery__thumb.is-active{border-color:var(--cf-text);opacity:1}.cf-gallery__thumb img{width:100%;height:100%;object-fit:cover}.cf-product__title{font-size:clamp(1.25rem,2.5vw,1.5rem);font-weight:800;line-height:2.5rem;margin:0;color:var(--cf-text)}.cf-product__prices{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;margin:.5rem 0}.cf-product__price{font-size:1.25rem;font-weight:800;color:var(--cf-sale)}.cf-product__compare{color:var(--cf-muted);text-decoration:line-through}.cf-product__tax{display:block;color:var(--cf-muted);font-size:.875rem;margin-bottom:.75rem}.cf-product__stock{display:flex;align-items:center;gap:.375rem;margin-bottom:1.25rem;font-size:.875rem;color:#16a34a}.cf-product__stock.is-out{color:#ef4444}.cf-product__stock-ping{position:relative;display:inline-flex;width:1.25rem;height:1.25rem;align-items:center;justify-content:center}.cf-product__stock-ping:before{content:"";position:absolute;width:1.25rem;height:1.25rem;border-radius:999px;background:#22c55e66;animation:cf-ping 1.5s cubic-bezier(0,0,.2,1) infinite}@keyframes cf-ping{75%,to{transform:scale(1.8);opacity:0}}.cf-save-badge{display:inline-flex;align-items:stretch;height:1.75rem;border:1px solid #991b1b;background:#fff;overflow:hidden;direction:ltr}.cf-save-badge__text{direction:rtl;display:flex;align-items:center;gap:.25rem;padding:0 .5rem;color:var(--cf-sale);font-weight:800;font-size:.75rem;white-space:nowrap}.cf-save-badge__divider{width:1px;margin:.25rem 0;border-right:1px dashed var(--cf-sale)}.cf-save-badge__flame{width:1.75rem;height:1.75rem;display:flex;align-items:center;justify-content:center}.cf-save-badge__flame svg{width:1rem;height:1rem;animation:cf-flame 1.2s ease-in-out infinite}@keyframes cf-flame{0%,to{transform:scale(1)}50%{transform:scale(1.12)}}.cf-cod{border:2px solid var(--cf-destructive);border-radius:1rem;overflow:hidden;background:#fff;margin-bottom:1.25rem}.cf-cod__head{padding:1rem 1.25rem;text-align:center}.cf-cod__head h3{margin:0;font-size:clamp(1.05rem,2vw,1.25rem);font-weight:800;line-height:1.5}.cf-cod__head p{margin:.25rem 0 0;font-size:.75rem;color:var(--cf-muted)}.cf-cod__body{padding:0 1.25rem 1.25rem;display:flex;flex-direction:column;gap:1rem}.cf-cod__offers-title{text-align:center;font-size:.875rem;font-weight:800;margin:0}.cf-offer{display:flex;align-items:center;gap:.75rem;width:100%;padding:.85rem 1rem;border:2px solid var(--cf-border);border-radius:.75rem;text-align:start;transition:border-color .15s;background:#fff}.cf-offer.is-selected{border-color:var(--cf-destructive);background:#fef2f2}.cf-offer__radio{width:1.1rem;height:1.1rem;border-radius:999px;border:2px solid #d1d5db;flex-shrink:0;position:relative}.cf-offer.is-selected .cf-offer__radio{border-color:var(--cf-destructive)}.cf-offer.is-selected .cf-offer__radio:after{content:"";position:absolute;top:3px;right:3px;bottom:3px;left:3px;border-radius:999px;background:var(--cf-destructive)}.cf-offer__meta{flex:1;min-width:0}.cf-offer__title{font-weight:700;font-size:.9rem;margin:0}.cf-offer__label{display:inline-block;margin-top:.2rem;font-size:.7rem;background:#111;color:#fff;padding:.1rem .45rem;border-radius:999px}.cf-offer__prices{text-align:end}.cf-offer__price{font-weight:800;color:var(--cf-sale)}.cf-offer__old{display:block;font-size:.75rem;color:var(--cf-muted);text-decoration:line-through}.cf-offer__save{display:block;font-size:.7rem;color:#16a34a;font-weight:700}.cf-field{position:relative}.cf-field label{display:block;font-size:.8rem;font-weight:600;margin-bottom:.35rem}.cf-field__wrap{position:relative}.cf-field input,.cf-field textarea{width:100%;height:3rem;border:1px solid var(--cf-border);border-radius:.75rem;padding:0 2.75rem 0 1rem;font-size:16px;background:#fff;outline:none;transition:border-color .15s}.cf-field textarea{height:auto;min-height:5rem;padding-top:.75rem;resize:vertical}.cf-field input:focus,.cf-field textarea:focus{border-color:var(--cf-text)}.cf-field__icon{position:absolute;top:50%;inset-inline-end:.85rem;transform:translateY(-50%);color:var(--cf-muted);pointer-events:none;display:flex}.cf-field__error{color:var(--cf-destructive);font-size:.75rem;margin-top:.25rem}.cf-urgency{text-align:center;font-size:.875rem;font-weight:800;color:var(--cf-destructive);animation:cf-pulse-opacity 1.5s ease-in-out infinite;margin:0}@keyframes cf-pulse-opacity{0%,to{opacity:1}50%{opacity:.55}}.cf-cod__submit{width:100%;height:3.5rem;border-radius:.75rem;font-weight:800;font-size:1rem;display:flex;align-items:center;justify-content:center;gap:.625rem;color:#fff;box-shadow:0 10px 20px #0000001f;transition:transform .1s,box-shadow .2s;animation:cf-pulse-scale 1.5s ease-in-out infinite}.cf-cod__submit:active{transform:scale(.98)}.cf-cod__submit--destructive{background:var(--cf-destructive)}.cf-cod__submit--primary{background:var(--cf-primary)}.cf-cod__submit--green{background:#059669}.cf-cod__submit:disabled{opacity:.6;animation:none}@keyframes cf-pulse-scale{0%,to{transform:scale(1)}50%{transform:scale(1.04)}}.cf-trust{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap;padding-top:.25rem}.cf-trust span{display:inline-flex;align-items:center;gap:.25rem;font-size:.75rem;color:var(--cf-muted)}.cf-trust svg{color:#10b981;width:.75rem;height:.75rem}.cf-product__desc{margin:1.25rem 0;color:var(--cf-text);line-height:1.8;font-size:.95rem}.cf-product__desc img{border-radius:.5rem;margin:.75rem 0}.cf-sku{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:var(--cf-muted);margin-bottom:1rem}.cf-payments{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;margin-top:.5rem}.cf-payments img{height:28px;width:auto}.cf-sticky-buy{position:fixed;inset-inline:0;bottom:0;z-index:40;background:#fff;border-top:1px solid var(--cf-border);padding:.75rem 1rem calc(.75rem + env(safe-area-inset-bottom));display:flex;gap:.75rem;align-items:center;box-shadow:0 -4px 20px #0000000f}@media(min-width:1024px){.cf-sticky-buy{display:none}}.cf-sticky-buy__price{flex:1;font-weight:800;color:var(--cf-sale)}.cf-sticky-buy__btn{flex:1.4;height:2.75rem;border-radius:.75rem;background:var(--cf-destructive);color:#fff;font-weight:800;display:flex;align-items:center;justify-content:center;gap:.4rem}.cf-social-proof{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;padding:1rem 0 2rem}.cf-social-proof__chip{display:inline-flex;align-items:center;gap:.4rem;padding:.45rem .85rem;border-radius:999px;background:#f3f4f6;font-size:.8rem;color:var(--cf-text)}.cf-footer{background:var(--cf-footer-bg);position:relative;margin-top:2.5rem}.cf-footer__curve{position:absolute;top:0;width:100%;height:1.5rem;margin-top:-1.25rem;color:var(--cf-footer-bg);z-index:0}@media(min-width:640px){.cf-footer__curve{height:4rem;margin-top:-2.5rem}}.cf-footer__inner{padding:2.5rem 0 0;position:relative;z-index:1}.cf-footer__grid{display:grid;grid-template-columns:1fr;gap:2rem;text-align:center}@media(min-width:1024px){.cf-footer__grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;align-items:start}.cf-footer__brand{margin-top:-45px}}.cf-footer h3{font-weight:800;color:var(--cf-text);margin:0 0 1rem}.cf-footer ul{list-style:none;margin:0;padding:0}.cf-footer li{margin-bottom:1rem}.cf-footer a{font-size:.875rem;color:#3a3f55}.cf-footer a:hover{color:var(--cf-primary)}.cf-footer__desc{font-size:.875rem;color:#3a3f55;line-height:1.6;margin:.75rem 0 0}.cf-footer__apps{display:flex;justify-content:center;gap:1rem;margin-top:.75rem}.cf-footer__bottom{border-top:1px solid var(--cf-border);margin-top:2rem;padding:1rem 0;text-align:center;font-size:.875rem;color:var(--cf-muted)}.cf-page{padding:2rem 0 3rem}.cf-page h1{font-size:1.5rem;font-weight:800;margin:0 0 1.5rem}.cf-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;height:2.75rem;padding:0 1.25rem;border-radius:.75rem;background:var(--cf-primary);color:#fff;font-weight:700}.cf-btn--outline{background:transparent;border:1px solid var(--cf-border);color:var(--cf-text)}.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}
/*# sourceMappingURL=/cdn/shop/t/6/assets/theme.css.map */
