@import"https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500&display=swap";.message.svelte-3flpfi{display:flex;border-radius:12px;padding:16px;font-size:12px;line-height:20px;gap:8px;align-items:flex-start}.message.info.svelte-3flpfi{border:.5px solid var(--messageInfoBorderColor);background:var(--messageInfoBackground);color:var(--messageInfoColor)}.message.error.svelte-3flpfi{border:.5px solid var(--messageErrorBorderColor);background:var(--messageErrorBackground);color:var(--messageErrorColor)}.message.svelte-3flpfi .close:where(.svelte-3flpfi){margin-left:auto;flex:0 0 20px;cursor:pointer;display:flex}.bm1{font-size:16px;font-style:normal;font-weight:500;line-height:24px}:root{--fontFamily: "Inter", sans-serif;--fontSizeBase: 14px;--textColor: #07091a;--borderRadius: 12px;--primaryColor: #415fff;--lineHeight: 1.45em;--backgroundColor: #fff;--lineHeight: 16px;--errorColor: #e53a3a;--maxWidth: 419px;--transitionDuration: .2s;--transitionStyle: ease;--fontSizeXl: 20px;--lineHeightXl: 28px;--fontSizeLg: 16px;--lineHeightLg: 24px;--fontSizeSm: 11px;--fontSize2Xs: 8px;--fontSizeXs: 10px;--fontWeightLight: 200;--fontWeight: 300;--fontWeightMedium: 400;--fontWeightBold: 500;--placeHolderColor: #83848c;--tabPadding: 8px;--tabHeight: 72px;--tabBorderWidth: .5px;--tabBorderColor: #e6e6e8;--tabBackground: transparent;--tabColor: unset;--tabBorderWidthHover: 1px;--tabBorderColorHover: #b5b5ba;--tabBackgroundHover: transparent;--tabBackgroundActive: #fafafa;--tabBorderWidthActive: 1px;--tabBorderColorActive: #b5b5ba;--tabBackgroundSelected: unset;--tabColorSelected: unset;--tabBorderWidthSelected: 1px;--tabBorderColorSelected: #07091a;--tabFontWeight: var(--fontWeight);--tabFontWeightSelected: var(--fontWeightBold);--tabBorderRadius: 8px;--badgeFontSize: 8.5px;--badgeBackground: #e53a3a;--badgeColor: #fff;--formBackground: #f5f5f6;--formBorderColor: #e6e6e8;--formPadding: 24px;--m_formPadding: 16px;--formBorderRadius: 20px;--inputFontSize: var(--fontSizeBase);--inputFontWeight: var(--fontWeightMedium);--inputPadding: 14px 16px;--inputLineHeight: 20px;--inputBackground: #fff;--inputBorderWidth: .5px;--inputBorderColor: #e6e6e8;--inputBorderWidthHover: 1px;--inputBorderColorHover: #c6cfff;--inputBorderWidthFocus: 1px;--inputBorderColorFocus: #8d9fff;--inputBorderWidthError: 1px;--inputBorderColorError: #f29c9c;--labelFontWeight: var(--fontWeight);--labelFontSize: 11px;--labelLineHeight: var(--lineHeight);--labelColor: var(--textColor);--buttonBackground: #ebebed;--buttonBackgroundHover: #cdced1;--buttonPadding: 8px;--buttonColor: unset;--buttonFontSize: 12px;--buttonFontWeight: var(--fontWeightBold);--buttonColorHover: unset;--buttonColorActive: unset;--buttonBackgroundActive: #b5b5ba;--buttonLineHeight: var(--lineHeight);--buttonBackgroundDisabled: #ebebed;--buttonColorDisabled: #c3c4c8;--buttonOutlineColor: unset;--buttonOutlineBorderWidth: .5px;--buttonOutlineBorderColor: #e6e6e8;--buttonOutlineBackgroundHover: #e6e6e8;--buttonOutlineBackgroundActive: #dcdddf;--payBtnPadding: 10px 24px;--payBtnColor: #fff;--payBtnFontSize: 18px;--payBtnLineHeight: 28px;--payBtnColorDisabled: var(--payBtnColor);--primaryColorHover: #7a8fff;--primaryColorActive: #2e42b2;--descriptionColor: #51535f;--footerColor: #51535f;--footerFontSize: 10px;--footerLineHeight: 16px;--footerFontWeight: var(--fontWeightLight);--footerIconColor: #248a3d;--m_footerPadding: 0px 16px 16px 16px;--footerPadding: 24px;--languageSelectColor: #51535f;--subscriptionFontSize: 10px;--subscriptionLineHeight: var(--lineHeight);--subscriptionFontWeight: var(--fontWeight);--subscriptionColor: #51535f;--selectBackgroundHover: #fafafa;--selectBackgroundActive: #f5f5f6;--cardSelectColorSelected: #c3c4c8;--cardSelectDeleteColor: #83848c;--inputIconColor: #83848c;--cardBorderRadius: var(--borderRadius);--cardPadding: 16px;--dividerColor: #e6e6e8;--cardBorderColor: #e6e6e8;--cardBackground: #fff;--methodIconWidth: 32px;--methodIconHeight: 24px;--searchInputBackground: #f5f5f6;--searchInputBackgroundHover: #e6e6e8;--messageInfoColor: #141c4d;--messageInfoBorderColor: #a0afff;--messageInfoBackground: #c6cfff;--messageErrorColor: #4d0007;--messageErrorBorderColor: #f29c9c;--messageErrorBackground: #f7c4c4;--currencySelectBackground: var(--buttonBackgroundDisabled);--currencySelectBorderColor: var(--cardBorderColor);--currencySelectIndicatorBackground: var(--cardBackground);--currencySelectIndicatorBorderRadius: var(--tabBorderRadius);--shimmerColor: 0, 0, 0;--colorWarning: #ff8a41}*{box-sizing:border-box}*:focus{outline:none}body{font-size:var(--fontSizeBase);font-family:var(--fontFamily);font-weight:var(--fontWeight);line-height:var(--lineHeight);color:var(--textColor);-webkit-appearance:none;-moz-appearance:none;appearance:none;background:var(--backgroundColor, #fff);background-color:var(--backgroundColor, #fff)}.emoji{font-size:20px;line-height:20px}b{font-weight:var(--fontWeightBold)}input,select,.input{background-clip:padding-box;font-family:inherit;font-weight:var(--inputFontWeight);width:100%;padding:var(--inputPadding);border-radius:var(--borderRadius);background:var(--inputBackground);border:none;line-height:var(--inputLineHeight);font-size:var(--inputFontSize);white-space:pre;box-shadow:inset 0 0 0 var(--inputBorderWidth) var(--inputBorderColor);color:var(--textColor)}input::placeholder,select::placeholder,.input::placeholder{color:var(--placeHolderColor)}input:hover,select:hover,.input:hover{box-shadow:inset 0 0 0 var(--inputBorderWidthHover) var(--inputBorderColorHover)}input:focus,select:focus,.input:focus{box-shadow:inset 0 0 0 var(--inputBorderWidthFocus) var(--inputBorderColorFocus)}input.invalid,select.invalid,.input.invalid{box-shadow:inset 0 0 0 var(--inputBorderWidthError) var(--inputBorderColorError)}input:-webkit-autofill{-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:var(--textColor);box-shadow:inset 0 0 0 var(--inputBorderWidth) var(--inputBorderColor),inset 0 0 0 30px var(--inputBackground)}input:-webkit-autofill:hover{box-shadow:inset 0 0 0 var(--inputBorderWidthHover) var(--inputBorderColorHover),inset 0 0 0 30px var(--inputBackground)}input:-webkit-autofill:active,input:-webkit-autofill:focus{box-shadow:inset 0 0 0 var(--inputBorderWidthFocus) var(--inputBorderColorFocus),inset 0 0 0 30px var(--inputBackground)}select{-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer}a{color:var(--linkColor, inherit)}button{cursor:pointer}.description{color:var(--descriptionColor)}.icon.card-scheme-icon,.icon.payment-method{width:var(--methodIconWidth);height:var(--methodIconHeight)}.apple-pay-button{border-radius:12px;height:48px;-webkit-appearance:-apple-pay-button;-moz-appearance:-apple-pay-button;appearance:-apple-pay-button;-apple-pay-button-style:black}.apple-pay-button.white{-apple-pay-button-style:white}button.google-pay-button{height:48px;border:none;border-radius:12px}button.google-pay-button,button.google-pay-button:hover{background:url(/redirect/images/google-pay-CUH1gvxN.svg);background-position:center;background-repeat:no-repeat;background-size:auto 32px;background-color:#000}button.google-pay-button.white,button.google-pay-button.white:hover{background:url(/redirect/images/google-pay-d-tJ4Yk5pQ.svg);background-position:center;background-repeat:no-repeat;background-size:auto 32px;background-color:#fff}#error.svelte-135gr4q{font-family:Helvetica Neue,sans-serif;border-radius:12px;padding:16px;font-size:12px;line-height:20px;display:flex;gap:8px;align-items:flex-start;border:.5px solid #f29c9c;background-color:#f7c4c4;color:#4d0007}iframe.svelte-1an6u4{width:100%;height:100vh;border:none}.layout.svelte-aod3mg{width:100%;margin:0 auto;min-height:100vh;display:flex;flex-direction:column;max-width:unset;justify-content:flex-start;padding-top:0;background:var(--formBackground, #f5f5f6)}@media screen and (min-width: 430px){.layout.svelte-aod3mg{max-width:var(--maxWidth);justify-content:center;background:transparent}}@media (min-width: 950px) and (max-width: 1280px) and (orientation: landscape){body.tablets .layout.svelte-aod3mg{max-width:904px;width:904px}}@media screen and (min-width: 930px){body.vr .layout.svelte-aod3mg{max-width:904px;width:904px}}.language-select.svelte-neww53{display:inline-flex;align-items:center;position:relative;color:var(--languageSelectColor)}.language-select.svelte-neww53 .icon.globe{position:absolute;left:0;pointer-events:none;height:16px;width:16px}.language-select.svelte-neww53 select:where(.svelte-neww53){text-align:left;cursor:pointer;color:var(--languageSelectColor);border:none;height:auto;margin:0;padding:0 16px 0 24px;background:transparent;font-size:11px;line-height:16px;-webkit-appearance:none;-moz-appearance:none;appearance:none;font-family:inherit;align-self:flex-start;display:inline-flex;flex:1 0 auto;box-shadow:none}header.svelte-1txr4jv{box-sizing:content-box;display:flex;justify-content:start;align-items:center;padding:0 16px;margin-top:16px;gap:8px}@media screen and (min-width: 430px){header.svelte-1txr4jv{padding:0 24px;margin-bottom:24px;margin-top:32px}}header.svelte-1txr4jv img:where(.svelte-1txr4jv){height:24px}header.svelte-1txr4jv .language-select{margin-left:auto}@media (min-width: 950px) and (max-width: 1280px) and (orientation: landscape){body.tablets .header.svelte-grxvzd{display:none}}@media screen and (min-width: 930px){body.vr .header.svelte-grxvzd{display:none}}.form-content.svelte-grxvzd{display:flex;gap:16px;flex-direction:column}.form-container.svelte-grxvzd{border-radius:var(--formBorderRadius);border:none;padding:var(--m_formPadding);width:100%}@media screen and (min-width: 430px){.form-container.svelte-grxvzd{background:var(--formBackground);border:.5px solid var(--formBorderColor);padding:var(--formPadding)}}@media (min-width: 950px) and (max-width: 1280px) and (orientation: landscape){body.tablets .form-container.svelte-grxvzd{padding:var(--m_formPadding)}}@media screen and (min-width: 930px){body.vr .form-container.svelte-grxvzd{padding:var(--m_formPadding)}}.form-container.svelte-grxvzd>.language-select.language-select{margin-top:16px}@media (min-width: 950px) and (max-width: 1280px) and (orientation: landscape){body.tablets .form-container.svelte-grxvzd>.language-select.language-select{display:none}}@media screen and (min-width: 930px){body.vr .form-container.svelte-grxvzd>.language-select.language-select{display:none}}.card.svelte-12w43kt{border-radius:var(--cardBorderRadius);border:.5px solid var(--cardBorderColor);background:var(--cardBackground);padding:var(--cardPadding);gap:16px;display:flex;flex-direction:column}.divider.svelte-7af99m{width:100%;border:none;border-top:.5px solid var(--dividerColor);margin:0}.other-schemes.svelte-1hu6hv8{height:24px;width:32px;position:relative}.other-schemes.svelte-1hu6hv8>.card-scheme-icon{left:0;top:0;position:absolute;opacity:0;transition:opacity 1s ease}.other-schemes.svelte-1hu6hv8>.icon.active{opacity:1}.card-schemes.svelte-1eoww6s{display:flex}.card-schemes.svelte-1eoww6s .schema:where(.svelte-1eoww6s){display:flex;flex:0 0 32px}.card-schemes.svelte-1eoww6s .container:where(.svelte-1eoww6s){display:flex;gap:6px;overflow:hidden;flex:1 1 auto;width:1px}.shimmer-text.svelte-rb586r{overflow:hidden;position:relative}.shimmer-text.svelte-rb586r:after{content:"";display:none;position:absolute;top:0;left:0;height:100%;width:300%;background:linear-gradient(90deg,rgba(var(--shimmerColor),.03),rgba(var(--shimmerColor),.1),rgba(var(--shimmerColor),.03) 66.6%,rgba(var(--shimmerColor),.1));animation:svelte-rb586r-shimmer 2s infinite linear}@keyframes svelte-rb586r-shimmer{0%{transform:translate(-66.6%)}to{transform:translate(0)}}.shimmer-text.loading.svelte-rb586r{border-radius:12px;-webkit-user-select:none;user-select:none;color:transparent}.shimmer-text.loading.svelte-rb586r:after{display:block}.product-list.svelte-13ihjts{display:flex;flex-direction:column;gap:8px;flex:1 1 auto}.header.svelte-13ihjts{display:flex;flex-direction:column;gap:16px}.form-summary.svelte-13ihjts{display:flex;flex-direction:column;gap:16px;flex:1 1 auto}@media (min-width: 950px) and (max-width: 1280px) and (orientation: landscape){body.tablets .form-summary.svelte-13ihjts{flex-direction:column-reverse}body.tablets .form-summary.svelte-13ihjts>.divider{display:none}}@media screen and (min-width: 930px){body.vr .form-summary.svelte-13ihjts{flex-direction:column-reverse}body.vr .form-summary.svelte-13ihjts>.divider{display:none}}.form-summary.svelte-13ihjts .header{display:none}@media (min-width: 950px) and (max-width: 1280px) and (orientation: landscape){body.tablets .form-summary.svelte-13ihjts .header{display:flex}body.tablets .form-summary.svelte-13ihjts .header .language-select select{direction:rtl;text-align:right;padding-left:0;padding-right:24px}body.tablets .form-summary.svelte-13ihjts .header .language-select svg{right:0;left:unset}}@media screen and (min-width: 930px){body.vr .form-summary.svelte-13ihjts .header{display:flex}body.vr .form-summary.svelte-13ihjts .header .language-select select{direction:rtl;text-align:right;padding-left:0;padding-right:24px}body.vr .form-summary.svelte-13ihjts .header .language-select svg{right:0;left:unset}}.total.svelte-13ihjts{display:flex;justify-content:space-between;font-weight:var(--fontWeightBold);font-size:var(--fontSizeXl);line-height:var(--lineHeightXl)}.name.svelte-13ihjts{font-weight:var(--fontWeightBold);font-size:var(--fontSizeLg);line-height:var(--lineHeightLg);word-break:break-word}.description.svelte-13ihjts{font-size:var(--fontSizeSm);word-break:break-word}.subtotal.svelte-13ihjts{display:flex;justify-content:space-between;flex-direction:column;gap:4px}.subtotal.svelte-13ihjts>div:where(.svelte-13ihjts){display:flex;justify-content:space-between}.total-container.svelte-13ihjts{display:flex;flex-direction:column;gap:16px}.warning.svelte-13ihjts{color:var(--colorWarning)}button.svelte-dh935g{font-family:inherit;font-size:var(--buttonFontSize);font-weight:var(--buttonFontWeight);color:var(--textColor);cursor:pointer;-webkit-user-select:none;user-select:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;padding:var(--buttonPadding);gap:4px;display:flex;background:var(--buttonBackground);border-radius:var(--borderRadius);line-height:var(--buttonLineHeight);justify-content:center;align-items:center;color:var(--buttonColor)}button.svelte-dh935g:hover{background:var(--buttonBackgroundHover);color:var(--buttonColorHover)}button.svelte-dh935g:active{background:var(--buttonBackgroundActive);color:var(--buttonColorActive)}button.svelte-dh935g:disabled{background:var(--buttonBackgroundDisabled);color:var(--buttonColorDisabled)}.pay.svelte-dh935g{color:var(--payBtnColor);padding:var(--payBtnPadding);font-size:var(--payBtnFontSize);line-height:var(--payBtnLineHeight);width:100%;transition:var(--transitionDuration) var(--transitionStyle) all;margin-top:8px}@media (min-width: 950px) and (max-width: 1280px) and (orientation: landscape){body.tablets .pay.svelte-dh935g{margin-top:0}}@media screen and (min-width: 930px){body.vr .pay.svelte-dh935g{margin-top:0}}.pay.svelte-dh935g:not(:disabled){background:var(--primaryColor);color:var(--payBtnColorDisabled)}.pay.svelte-dh935g:hover:not(:disabled){background:var(--primaryColorHover)}.pay.svelte-dh935g:active:not(:disabled){background:var(--primaryColorActive)}.info.svelte-1vekdmr{display:flex;flex-direction:column;gap:8px}.wire-form.svelte-1vekdmr{display:flex;flex-direction:column;gap:24px}.wire-form.svelte-1vekdmr .props{display:grid;grid-template-columns:1fr 1fr;font-size:11px;font-weight:300;line-height:16px;grid-row-gap:8px;grid-column-gap:16px}.wire-form.svelte-1vekdmr dd:where(.svelte-1vekdmr){font-weight:600;margin:0}
