.hfc{direction:rtl;min-height:100vh;background:var(--hfc-page-bg);color:var(--hfc-text);padding:var(--hfc-top-space) 14px var(--hfc-bottom-space);font-family:inherit}.hfc *,.hfc *:before,.hfc *:after{box-sizing:border-box}.hfc__shell{width:min(100%,var(--hfc-content-width));margin-inline:auto}.hfc a{color:inherit}.hfc-progress{width:min(100%,480px);display:flex;align-items:center;margin:0 auto 26px}.hfc-progress__step{display:flex;align-items:center;gap:8px;color:var(--hfc-muted);white-space:nowrap}.hfc-progress__step span{width:30px;height:30px;display:inline-grid;place-items:center;border:1px solid var(--hfc-border);border-radius:999px;background:var(--hfc-card-bg);font-size:13px}.hfc-progress__step--active{color:var(--hfc-text)}.hfc-progress__step--active span{border-color:var(--hfc-accent);background:var(--hfc-accent);color:var(--hfc-accent-text)}.hfc-progress__line{flex:1;height:1px;margin-inline:14px;background:var(--hfc-border)}.hfc-hero{max-width:820px;margin:0 auto 26px}.hfc-hero h1{margin:0;color:var(--hfc-text);font-size:clamp(28px,5vw,46px);line-height:1.08}.hfc-hero .hfc-rte{margin-top:10px;color:var(--hfc-muted)}.hfc-align-right{text-align:right}.hfc-align-center{text-align:center}.hfc-align-left{text-align:left}.hfc-page-grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:var(--hfc-block-gap)}.hfc-checkout-core{grid-column:1 / -1;order:50}.hfc-zone-before{order:10}.hfc-zone-after{order:90}.hfc-width-third{grid-column:span 4}.hfc-width-half{grid-column:span 6}.hfc-width-full{grid-column:span 12}.hfc-checkout-grid{display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);gap:var(--hfc-gap);align-items:start}.hfc-order-form_first .hfc-offer-card{order:2}.hfc-order-form_first .hfc-form-card{order:1}.hfc-card,.hfc-content-card{border:1px solid var(--hfc-border);border-radius:var(--hfc-radius);box-shadow:0 14px 38px #0000000f}.hfc-card{padding:var(--hfc-card-padding);background:var(--hfc-card-bg)}.hfc-form-card{background:var(--hfc-form-bg)}.hfc-offer-card--sticky{position:sticky;top:18px}.hfc-content-card{height:100%;padding:20px;color:var(--hfc-block-text);background:var(--hfc-block-bg);border-color:var(--hfc-block-border)}.hfc-content-card--center{text-align:center}.hfc-content-card h2,.hfc-content-card h3,.hfc-content-card p{color:inherit}.hfc-content-card h2,.hfc-content-card h3{margin:0 0 8px}.hfc-content-card p{margin:0;line-height:1.6}.hfc-icon{margin-bottom:10px;font-size:30px;line-height:1}.hfc-card-title{margin:0 0 18px;color:var(--hfc-text);font-size:21px;line-height:1.25}.hfc-card-title--spaced{margin-top:28px}.hfc-loading{min-height:90px;display:flex;align-items:center;justify-content:center;gap:10px;color:var(--hfc-muted)}.hfc-spinner{width:20px;height:20px;border:2px solid var(--hfc-border);border-top-color:var(--hfc-accent);border-radius:999px;animation:hfc-spin .8s linear infinite}@keyframes hfc-spin{to{transform:rotate(360deg)}}.hfc-product{position:relative;border:1px solid var(--hfc-border);border-radius:calc(var(--hfc-radius) * .82);background:var(--hfc-card-bg);overflow:hidden;transition:border-color .2s ease,box-shadow .2s ease,opacity .2s ease}.hfc-product+.hfc-product{margin-top:14px}.hfc-product.is-active{border-color:var(--hfc-accent);box-shadow:0 0 0 2px color-mix(in srgb,var(--hfc-accent) 16%,transparent)}.hfc-product.is-unselected{opacity:.68}.hfc-product__selector{display:flex;align-items:center;gap:9px;padding:12px 15px;border-bottom:1px solid var(--hfc-border);background:var(--hfc-soft-bg);cursor:pointer;font-weight:800}.hfc-product__selector input{width:18px;height:18px;accent-color:var(--hfc-accent)}.hfc-product__inner{padding:16px}.hfc-product__head{display:flex;align-items:center;gap:14px}.hfc-product__image{width:90px;height:90px;flex:0 0 auto;object-fit:contain;border-radius:12px;background:var(--hfc-soft-bg)}.hfc-product__title-wrap{flex:1;min-width:0}.hfc-product__title{margin:0;color:var(--hfc-text);font-size:19px;line-height:1.3}.hfc-product__description{margin:6px 0 0;color:var(--hfc-muted);font-size:13px;line-height:1.55}.hfc-badge{display:inline-block;margin-bottom:8px;padding:4px 9px;border-radius:999px;background:var(--hfc-accent);color:var(--hfc-accent-text);font-size:12px;font-weight:800}.hfc-product__controls{margin-top:16px}.hfc-subheading{display:block;margin:0 0 9px;color:var(--hfc-text);font-size:13px;font-weight:800}.hfc-select,.hfc-quantity input,.hfc-field input{width:100%;min-height:50px;padding:11px 13px;border:1px solid var(--hfc-border);border-radius:var(--hfc-input-radius);background:#fff;color:var(--hfc-text);font:inherit;outline:none}.hfc-select:focus,.hfc-quantity input:focus,.hfc-field input:focus{border-color:var(--hfc-accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--hfc-accent) 14%,transparent)}.hfc-quantity{margin-top:13px}.hfc-purchase-options,.hfc-bundles{display:grid;gap:9px}.hfc-purchase-option,.hfc-bundle{position:relative;display:flex;align-items:flex-start;gap:10px;padding:13px;border:1px solid var(--hfc-border);border-radius:calc(var(--hfc-radius) * .65);cursor:pointer;transition:border-color .2s ease,background .2s ease}.hfc-purchase-option.is-selected,.hfc-bundle.is-selected{border-color:var(--hfc-accent);background:color-mix(in srgb,var(--hfc-accent) 7%,#ffffff)}.hfc-purchase-option input,.hfc-bundle input{position:absolute;opacity:0;pointer-events:none}.hfc-radio{width:19px;height:19px;flex:0 0 auto;margin-top:1px;border:2px solid #9ca3af;border-radius:999px;box-shadow:inset 0 0 0 4px #fff}.is-selected>.hfc-radio{border-color:var(--hfc-accent);background:var(--hfc-accent)}.hfc-option-body{flex:1;min-width:0}.hfc-option-top{display:flex;justify-content:space-between;gap:12px;color:var(--hfc-text);font-weight:800}.hfc-option-note{display:block;margin-top:4px;color:var(--hfc-muted);font-size:12px;line-height:1.45}.hfc-price-old{margin-inline-start:6px;color:var(--hfc-muted);text-decoration:line-through;font-weight:400}.hfc-saving{display:inline-block;margin-top:7px;padding:3px 7px;border-radius:999px;background:var(--hfc-accent);color:var(--hfc-accent-text);font-size:11px;font-weight:800}.hfc-product__line-total{display:flex;justify-content:space-between;gap:12px;margin-top:15px;padding-top:13px;border-top:1px solid var(--hfc-border);color:var(--hfc-text);font-weight:800}.hfc-order-summary{display:flex;justify-content:space-between;gap:14px;margin-top:18px;padding:15px;border-radius:calc(var(--hfc-radius) * .65);background:var(--hfc-soft-bg);font-size:17px;font-weight:800}.hfc-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.hfc-field{display:flex;flex-direction:column;gap:6px;margin-bottom:14px}.hfc-form-grid .hfc-field{margin-bottom:0}.hfc-field--full{grid-column:1 / -1}.hfc-field label{color:var(--hfc-text);font-size:13px;font-weight:800}.hfc-field small{color:var(--hfc-muted);font-size:12px}.hfc-field input[readonly]{background:var(--hfc-soft-bg)}.hfc-consent{display:flex;align-items:flex-start;gap:10px;margin-top:18px;color:var(--hfc-muted);font-size:13px;line-height:1.5}.hfc-consent input{margin-top:3px;accent-color:var(--hfc-accent)}.hfc-error{margin-top:18px;padding:12px 14px;border:1px solid var(--hfc-error);border-radius:var(--hfc-input-radius);background:var(--hfc-error-bg);color:var(--hfc-error);font-size:14px;line-height:1.5}.hfc-submit{width:100%;min-height:58px;margin-top:20px;padding:12px 18px;border:0;border-radius:var(--hfc-button-radius);background:var(--hfc-button);color:var(--hfc-button-text);font:inherit;font-size:17px;font-weight:900;cursor:pointer;transition:opacity .15s ease,transform .15s ease}.hfc-submit:hover{transform:translateY(-1px)}.hfc-submit:disabled{opacity:.65;cursor:wait;transform:none}.hfc-secure{margin-top:11px;color:var(--hfc-muted);text-align:center;font-size:12px}.hfc-stars{margin-bottom:10px;color:var(--hfc-stars);letter-spacing:2px}.hfc-stars .is-empty{opacity:.22}.hfc-review__person{display:flex;align-items:center;gap:10px;margin-top:16px}.hfc-review__avatar{width:44px;height:44px;border-radius:999px;object-fit:cover}.hfc-review__person small{display:block;margin-top:2px;color:var(--hfc-accent)}.hfc-faq{padding:0;overflow:hidden}.hfc-faq summary{display:flex;justify-content:space-between;align-items:center;gap:15px;padding:20px;cursor:pointer;list-style:none;font-weight:900}.hfc-faq summary::-webkit-details-marker{display:none}.hfc-faq__plus{font-size:25px;transition:transform .2s ease}.hfc-faq[open] .hfc-faq__plus{transform:rotate(45deg)}.hfc-faq__answer{padding:0 20px 20px;line-height:1.65}.hfc-guarantee{display:flex;align-items:center;gap:20px}.hfc-guarantee__image{width:96px;height:96px;flex:0 0 auto;object-fit:contain}.hfc-guarantee__icon{flex:0 0 auto;font-size:54px;line-height:1}.hfc-image-text{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:22px;align-items:center}.hfc-image-left .hfc-image-text__media{order:2}.hfc-image-text__image{display:block;width:100%;height:auto;border-radius:calc(var(--hfc-radius) * .7)}.hfc-divider{height:1px;margin:4px 0;background:var(--hfc-divider)}.hfc-rte>*:first-child{margin-top:0}.hfc-rte>*:last-child{margin-bottom:0}.hfc-empty{padding:18px;border:1px dashed var(--hfc-border);border-radius:12px;color:var(--hfc-muted);text-align:center}@media(max-width:840px){.hfc-checkout-grid{grid-template-columns:1fr}.hfc-order-form_first .hfc-offer-card,.hfc-order-form_first .hfc-form-card{order:initial}.hfc-offer-card--sticky{position:static}.hfc-width-third,.hfc-width-half{grid-column:span 12}.hfc-image-text{grid-template-columns:1fr}.hfc-image-left .hfc-image-text__media{order:initial}}@media(max-width:560px){.hfc{padding-inline:10px}.hfc-card{padding:17px}.hfc-form-grid{grid-template-columns:1fr}.hfc-field--full{grid-column:auto}.hfc-product__head{align-items:flex-start}.hfc-product__image{width:72px;height:72px}.hfc-option-top{flex-direction:column;gap:3px}.hfc-progress__step strong{font-size:12px}.hfc-guarantee{align-items:flex-start}.hfc-guarantee__image{width:72px;height:72px}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/hebrew-funnel-checkout-v4.css.map */
