:root{--store-brand-blue:#28558f;--store-brand-blue-soft:#3a77b3;--store-brand-blue-ghost:#e8f1fb;--store-brand-mint:#61dcc4;--store-brand-mint-soft:#97eee0;--store-brand-ink:#173a63}.storefront-shell{z-index:10016;flex-direction:column;align-items:flex-end;gap:12px;display:flex;position:fixed;bottom:18px;right:18px}.storefront-fab,.storefront-fab--secondary{cursor:pointer;border:0;border-radius:999px;align-items:center;gap:10px;min-height:56px;padding:0 18px;font-weight:700;text-decoration:none;transition:transform .25s,box-shadow .25s,background .25s;display:inline-flex;position:relative}.storefront-fab{color:var(--store-brand-ink);background:linear-gradient(135deg, var(--store-brand-mint) 0%, var(--store-brand-mint-soft) 100%);box-shadow:0 18px 44px #61dcc447}.storefront-fab--secondary{color:#fff;backdrop-filter:blur(18px);background:#28558feb;box-shadow:0 18px 44px #28558f3d}.storefront-fab:hover,.storefront-fab--secondary:hover{transform:translateY(-2px)}.storefront-fab__badge{background:#01041e1f;border-radius:999px;justify-content:center;align-items:center;min-width:26px;min-height:26px;padding:0 8px;font-size:.78rem;display:inline-flex}.storefront-backdrop{z-index:10018;backdrop-filter:blur(8px);background:#01041e8a;position:fixed;inset:0}.storefront-drawer{z-index:10019;background:radial-gradient(circle at 100% 0,#61dcc41f,#0000 28%),linear-gradient(#fff 0%,#f7fbff 100%);flex-direction:column;width:min(460px,100vw);height:100dvh;display:flex;position:fixed;top:0;right:0;box-shadow:-24px 0 60px #01041e2e}.storefront-drawer__header,.storefront-drawer__footer{padding:22px 22px 18px}.storefront-drawer__header{border-bottom:1px solid #07385914;justify-content:space-between;align-items:center;gap:16px;display:flex}.storefront-drawer__title{color:#01041e;margin:0;font-size:1.35rem}.storefront-icon-btn{width:42px;height:42px;color:var(--store-brand-blue);cursor:pointer;background:#eef5ff;border:0;border-radius:14px;justify-content:center;align-items:center;display:inline-flex}.storefront-icon-btn:disabled,.storefront-quantity-selector button:disabled,.storefront-remove-btn:disabled{cursor:not-allowed;opacity:.55}.storefront-drawer__body{flex:1;padding:18px 22px 22px;overflow:auto}.storefront-empty{text-align:center;color:#5d718a;background:#ffffffb8;border:1px dashed #0f62fe33;border-radius:24px;padding:28px 22px}.storefront-empty h3{color:#01041e;margin:0 0 8px;font-size:1.2rem}.storefront-cart-list{flex-direction:column;gap:14px;display:flex}.storefront-cart-item{background:#ffffffd1;border:1px solid #07385914;border-radius:24px;grid-template-columns:96px minmax(0,1fr);gap:14px;padding:14px;display:grid}.storefront-cart-item__image{aspect-ratio:1;background:#dbe9ff;border-radius:18px;width:100%;overflow:hidden}.storefront-cart-item__image img{object-fit:cover;width:100%;height:100%}.storefront-cart-item__content{min-width:0}.storefront-cart-item__eyebrow{color:#678;text-transform:uppercase;letter-spacing:.08em;justify-content:flex-start;align-items:center;gap:10px;margin-bottom:8px;font-size:.72rem;display:flex}.storefront-cart-item__name{color:#01041e;margin:0;font-size:1rem;line-height:1.25}.storefront-cart-item__price{color:#01041e;margin-top:10px;font-weight:700}.storefront-cart-item__controls{align-items:center;gap:8px;margin-top:12px;display:flex}.storefront-quantity-selector{background:#eef5ff;border:1px solid #28558f1a;border-radius:999px;flex:none;align-items:center;gap:6px;padding:4px;display:inline-flex}.storefront-quantity-selector button{color:#0f62fe;cursor:pointer;background:#fff;border:0;border-radius:999px;justify-content:center;align-items:center;width:34px;height:34px;display:inline-flex}.storefront-quantity-selector__symbol{justify-content:center;align-items:center;width:1em;height:1em;font-size:1.25rem;font-weight:900;line-height:1;display:inline-flex}.storefront-quantity-selector>span{color:#01041e;text-align:center;min-width:28px;font-weight:850;line-height:1}.storefront-quantity-selector--compact{gap:4px;padding:3px}.storefront-quantity-selector--compact button{width:28px;height:28px}.storefront-quantity-selector--compact>span{min-width:24px;font-size:.84rem}.storefront-remove-btn{color:#b42318;cursor:pointer;background:#fff5f5;border:1px solid #b423181f;border-radius:999px;justify-content:center;align-items:center;width:38px;height:38px;display:inline-flex}.storefront-remove-btn--small{width:32px;height:32px}.storefront-text-btn{color:#5d718a;cursor:pointer;background:0 0;border:0;padding:0;font-size:.9rem}.storefront-auth-link{color:var(--store-brand-blue);justify-self:start;font-weight:800}.storefront-summary{color:#fff;background:linear-gradient(145deg, var(--store-brand-blue) 0%, var(--store-brand-blue-soft) 100%);border-radius:24px;gap:12px;padding:20px;display:grid}.storefront-summary__row{justify-content:space-between;align-items:center;gap:18px;display:flex}.storefront-summary__row span:last-child{text-align:right;overflow-wrap:anywhere;max-width:65%}.storefront-summary__row--muted{color:#ffffffc7;font-size:.9rem}.storefront-summary__total{border-top:1px solid #ffffff24;padding-top:12px;font-size:1.08rem;font-weight:700}.storefront-note{color:#607086;font-size:.92rem;line-height:1.65}.storefront-primary-btn,.storefront-secondary-btn,.storefront-ghost-btn,.storefront-danger-btn{cursor:pointer;border:0;border-radius:18px;justify-content:center;align-items:center;gap:10px;min-height:52px;padding:0 18px;font-weight:700;text-decoration:none;transition:transform .2s,box-shadow .2s,opacity .2s;display:inline-flex}.storefront-primary-btn:hover,.storefront-secondary-btn:hover,.storefront-ghost-btn:hover,.storefront-danger-btn:hover{transform:translateY(-1px)}.storefront-primary-btn{color:var(--store-brand-ink);background:linear-gradient(135deg, var(--store-brand-mint) 0%, var(--store-brand-mint-soft) 100%);box-shadow:0 16px 32px #61dcc433}.storefront-secondary-btn{color:var(--store-brand-blue);background:var(--store-brand-blue-ghost)}.storefront-ghost-btn{color:#fff;background:#ffffff14;border:1px solid #ffffff1f}.storefront-danger-btn{color:#b42318;background:#fff1f3}.storefront-actions{gap:12px;display:grid}.storefront-auth,.storefront-checkout,.storefront-account{background:radial-gradient(circle at 0 0,#61dcc424,#0000 24%),radial-gradient(circle at 100% 0,#3a77b329,#0000 28%),linear-gradient(#f3f8ff 0%,#fff 36%,#eef4ff 100%);min-height:100dvh;padding:110px 0 84px;position:relative;overflow:hidden}.storefront-page-grid{grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);align-items:start;gap:28px;display:grid}.storefront-panel{backdrop-filter:blur(18px);background:#ffffffe0;border:1px solid #07385914;border-radius:32px;box-shadow:0 24px 60px #07385914}.storefront-panel__inner{padding:30px}.storefront-page-title{color:#01041e;margin:0;font-size:clamp(2.25rem,5vw,4.2rem);line-height:.96}.storefront-page-subtitle{color:#52647b;max-width:58ch;margin:16px 0 0;line-height:1.8}.storefront-auth-card{gap:18px;display:grid}.storefront-auth-switch{background:#eef4ff;border-radius:999px;gap:8px;padding:6px;display:inline-flex}.storefront-auth-switch button{color:#47617f;background:0 0;border:0;border-radius:999px;min-height:42px;padding:0 16px;font-weight:700}.storefront-auth-switch button.active{color:#01041e;background:#fff;box-shadow:0 8px 16px #07385914}.storefront-grid-2{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.storefront-field{gap:8px;display:grid}.storefront-field label{color:#24364e;font-size:.92rem;font-weight:700}.storefront-field small{color:#667085;font-size:.78rem;line-height:1.35}.storefront-password-rules{flex-wrap:wrap;gap:7px;display:flex}.storefront-password-rules span{color:#667085;background:#f8fafc;border:1px solid #6670852e;border-radius:999px;align-items:center;gap:5px;min-height:26px;padding:0 9px;font-size:.76rem;font-weight:750;transition:border-color .18s,color .18s,background .18s;display:inline-flex}.storefront-password-rules span.is-valid{color:#0d6b4f;background:#dff8f1;border-color:#0d6b4f33}.storefront-password-rules svg{flex:none}.storefront-field input,.storefront-field textarea{color:#01041e;background:#ffffffeb;border:1px solid #0738591f;border-radius:18px;min-height:52px;padding:0 16px}.storefront-field textarea{resize:vertical;min-height:130px;padding:14px 16px}.storefront-phone-control{background:#ffffffeb;border:1px solid #0738591f;border-radius:18px;grid-template-columns:112px minmax(0,1fr);align-items:center;min-height:52px;display:grid;position:relative}.storefront-phone-control input{background:0 0;border:0;border-radius:0 18px 18px 0;min-width:0;min-height:50px;padding:0 16px}.storefront-phone-country{color:#01041e;cursor:pointer;background:#f7fbff;border:0;border-right:1px solid #0738591a;border-radius:18px 0 0 18px;justify-content:center;align-items:center;gap:7px;min-height:50px;padding:0 11px;display:inline-flex}.storefront-phone-country strong{font-size:.92rem}.storefront-country-menu{z-index:10046;background:#fff;border:1px solid #0738591a;border-radius:18px;width:min(360px,100%);padding:10px;position:absolute;top:calc(100% + 10px);left:0;box-shadow:0 22px 48px #0738592e}.storefront-country-menu__search{background:#f8fbff;border:1px solid #0738591f;border-radius:14px;width:100%;min-height:44px;padding:0 12px}.storefront-country-menu__list{gap:4px;max-height:250px;margin-top:8px;display:grid;overflow:auto}.storefront-country-option{color:#01041e;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:12px;grid-template-columns:28px minmax(0,1fr) auto;align-items:center;gap:8px;width:100%;padding:10px 11px;display:grid}.storefront-country-option:hover,.storefront-country-option:focus-visible{background:#eef5ff;outline:0}.storefront-country-option strong,.storefront-country-option em{overflow-wrap:anywhere;min-width:0}.storefront-country-option strong{font-size:.92rem}.storefront-country-option em{color:#607086;font-size:.84rem;font-style:normal}.storefront-country-menu__empty{color:#607086;padding:12px;font-size:.9rem}.storefront-check-toggle{color:#24364e;cursor:pointer;align-items:center;gap:9px;width:fit-content;font-size:.92rem;font-weight:800;display:inline-flex;position:relative}.storefront-check-toggle input{opacity:0;pointer-events:none;position:absolute}.storefront-check-toggle__box{color:#0000;background:#f8fbff;border:1px solid #0738592e;border-radius:6px;justify-content:center;align-items:center;width:20px;height:20px;display:inline-flex}.storefront-check-toggle input:checked+.storefront-check-toggle__box{border-color:var(--store-brand-blue);background:var(--store-brand-blue);color:#fff}.storefront-check-toggle strong{color:#01041e;min-width:0;display:block}.storefront-shipping-options{gap:10px;display:grid}.storefront-shipping-option{color:#24364e;cursor:pointer;background:#f8fbff;border:1px solid #0738591f;border-radius:18px;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:12px;padding:14px;transition:border-color .2s,box-shadow .2s,background .2s;display:grid;position:relative}.storefront-shipping-option input{opacity:0;pointer-events:none;position:absolute}.storefront-shipping-option__icon{width:42px;height:42px;color:var(--store-brand-blue);background:#eef5ff;border-radius:14px;justify-content:center;align-items:center;display:inline-flex}.storefront-shipping-option__content{gap:3px;min-width:0;display:grid}.storefront-shipping-option__content strong{color:#01041e;font-size:.98rem}.storefront-shipping-option__content small{color:#607086;line-height:1.45}.storefront-shipping-option__price{color:#01041e;white-space:nowrap;font-weight:800}.storefront-shipping-option--selected{background:linear-gradient(#fff 0%,#effffb 100%);border-color:#61dcc4e6;box-shadow:0 12px 28px #61dcc429}.storefront-shipping-option--selected .storefront-shipping-option__icon{color:var(--store-brand-ink);background:var(--store-brand-mint)}.storefront-branch-picker{background:#fff;border:1px solid #0738591a;border-radius:18px;gap:10px;padding:12px;display:grid}.storefront-branch-picker__heading{color:#01041e;align-items:center;gap:8px;display:flex}.storefront-branch-picker__heading svg{color:var(--store-brand-blue)}.storefront-branch-options{gap:8px;max-height:360px;padding-right:2px;display:grid;overflow:auto}.storefront-branch-option{cursor:pointer;background:#f8fbff;border:1px solid #0738591a;border-radius:14px;grid-template-columns:34px minmax(0,1fr);align-items:start;gap:10px;padding:10px;transition:border-color .2s,box-shadow .2s,background .2s;display:grid;position:relative}.storefront-branch-option input{opacity:0;pointer-events:none;position:absolute}.storefront-branch-option__icon{width:34px;height:34px;color:var(--store-brand-blue);background:#eef5ff;border-radius:12px;justify-content:center;align-items:center;display:inline-flex}.storefront-branch-option__content{gap:3px;min-width:0;display:grid}.storefront-branch-option__content strong{color:#01041e;font-size:.9rem;line-height:1.35}.storefront-branch-option__content small{color:#607086;font-size:.82rem;line-height:1.45}.storefront-branch-option--selected{background:linear-gradient(#fff 0%,#effffb 100%);border-color:#61dcc4e6;box-shadow:0 10px 24px #61dcc424}.storefront-branch-option--selected .storefront-branch-option__icon{color:var(--store-brand-ink);background:var(--store-brand-mint)}.storefront-billing-fields{background:#f8fbff;border:1px solid #28558f1f;border-radius:18px;gap:14px;padding:16px;display:grid}.storefront-google-search{min-height:58px;color:var(--store-brand-blue);background:linear-gradient(#fff 0%,#f7fbff 100%);border:1px solid #07385924;border-radius:20px;grid-template-columns:22px minmax(0,1fr);align-items:center;gap:12px;padding:6px 14px;display:grid;box-shadow:0 12px 28px #07385912}.storefront-google-search__input{color:#01041e;width:100%;min-height:44px;font:inherit;background:0 0;border:0;outline:0;padding:0;font-weight:700}.storefront-google-search__input::placeholder{color:#607086;font-weight:600}.storefront-address-picker{min-width:0;position:relative}.storefront-address-suggestions{z-index:10045;background:#fff;border:1px solid #0738591a;border-radius:18px;gap:4px;max-height:292px;padding:8px;display:grid;position:absolute;top:calc(100% + 10px);left:-34px;right:-14px;overflow:auto;box-shadow:0 22px 48px #0738592e}.storefront-address-suggestions__status{color:#52647b;padding:12px 14px;font-size:.9rem}.storefront-address-suggestions__status--error{color:#b42318}.storefront-address-suggestion{color:#01041e;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:12px;gap:3px;width:100%;padding:12px 14px;display:grid}.storefront-address-suggestion:hover,.storefront-address-suggestion:focus-visible{background:#eef5ff;outline:0}.storefront-address-suggestion span{color:#607086;font-size:.86rem}.storefront-selected-address{color:var(--store-brand-blue);background:#f8fbff;border:1px solid #28558f1f;border-radius:16px;grid-template-columns:20px minmax(0,1fr);align-items:start;gap:10px;padding:12px 14px;display:grid}.storefront-selected-address--editable{grid-template-columns:20px minmax(0,1fr) 40px;align-items:center}.storefront-icon-action{width:40px;height:40px;color:var(--store-brand-blue);cursor:pointer;background:#fff;border:1px solid #0738591f;border-radius:14px;justify-content:center;align-items:center;display:inline-flex}.storefront-icon-action:hover,.storefront-icon-action:focus-visible{background:#eef5ff;border-color:#0061df57;outline:0}.storefront-selected-address strong,.storefront-selected-address span{overflow-wrap:anywhere;min-width:0;display:block}.storefront-selected-address strong{color:#01041e;line-height:1.35}.storefront-selected-address span{color:#607086;margin-top:3px;font-size:.88rem}.storefront-auth-provider{color:#27384c;background:#fff;border:1px solid #28558f3d;border-radius:18px;justify-content:center;align-items:center;gap:10px;min-height:54px;font-weight:700;transition:transform .18s,box-shadow .18s,border-color .18s;display:flex}.storefront-auth-provider:hover{border-color:#122f5461;transform:translateY(-1px);box-shadow:0 14px 28px #182a421a}.storefront-auth-provider[disabled],.storefront-primary-btn[disabled],.storefront-secondary-btn[disabled],.storefront-danger-btn[disabled]{opacity:.6;cursor:not-allowed;transform:none}.storefront-inline-note{color:#4e637c;background:#f8fbff;border-radius:18px;align-items:center;gap:10px;padding:14px 16px;display:flex}.storefront-inline-note span{min-width:0}.storefront-payment-footnote{color:#607086;margin:-6px 0 0;font-size:.84rem;line-height:1.6}.storefront-payment-footnote a{color:var(--store-brand-blue);font-weight:700;text-decoration:none}.storefront-payment-footnote a:hover,.storefront-payment-footnote a:focus-visible{text-decoration:underline}.storefront-alert{border-radius:18px;padding:14px 16px;font-size:.95rem}.storefront-alert--error{color:#b42318;background:#fff1f3}.storefront-alert--success{color:#0f5132;background:#e9f7ef}.pac-container{z-index:10040;border:0;border-radius:18px;margin-top:8px;font-family:inherit;overflow:hidden;box-shadow:0 18px 45px #0738592e}.pac-item{color:#52647b;cursor:pointer;border-top:1px solid #07385914;padding:10px 14px}.pac-item:first-child{border-top:0}.pac-item:hover,.pac-item-selected{background:#eef5ff}.pac-item-query{color:#01041e;font-weight:700}.storefront-order-list{gap:16px;display:grid}.storefront-order-card{background:#fff;border:1px solid #07385914;border-radius:22px;padding:18px}.storefront-order-card__head{justify-content:space-between;align-items:start;gap:16px;margin-bottom:14px;display:flex}.storefront-badges{flex-wrap:wrap;gap:8px;display:flex}.storefront-badge{background:var(--store-brand-blue-ghost);min-height:32px;color:var(--store-brand-blue);border-radius:999px;align-items:center;padding:0 12px;font-size:.8rem;font-weight:700;display:inline-flex}.storefront-badge--muted{color:#384a60;background:#01041e14}.storefront-order-items{gap:10px;margin-top:14px;display:grid}.storefront-order-item{background:#f8fbff;border-radius:16px;grid-template-columns:54px minmax(0,1fr) auto;align-items:center;gap:12px;padding:10px;display:grid}.storefront-order-item img{object-fit:cover;border-radius:12px;width:54px;height:54px}.storefront-order-item__content{gap:8px;min-width:0;display:grid}.storefront-order-item__content strong{line-height:1.25}.storefront-order-item__controls{flex-wrap:wrap;align-items:center;gap:7px;display:flex}.storefront-section-title{color:#01041e;margin:0 0 18px;font-size:1.4rem}.storefront-checkout-aside{gap:18px;display:grid;position:sticky;top:110px}.storefront-success-card{text-align:center;gap:16px;display:grid}.storefront-success-icon{width:74px;height:74px;color:var(--store-brand-ink);background:linear-gradient(135deg, var(--store-brand-mint) 0%, var(--store-brand-mint-soft) 100%);border-radius:24px;justify-content:center;align-items:center;margin:0 auto;display:inline-flex}.storefront-success-icon span{font-size:1.55rem;font-weight:800}.storefront-success-icon--error{color:#fff;background:#b42318}.storefront-success-icon--pending{color:var(--store-brand-blue);background:#eef5ff}.storefront-link-row{flex-wrap:wrap;gap:12px;display:flex}.storefront-product-cta{gap:10px;width:100%;display:grid}.storefront-product-purchase{flex-wrap:wrap;align-items:center;gap:10px;width:100%;display:flex}.storefront-product-add-btn{flex:220px}.storefront-auth-modal{z-index:2147483647;isolation:isolate;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.storefront-auth-modal__backdrop{backdrop-filter:blur(14px);cursor:pointer;background:#01041ead;border:0;position:absolute;inset:0}.storefront-auth-modal__panel{z-index:1;background:#fff;border:1px solid #0738591a;border-radius:28px;width:min(100%,560px);max-height:calc(100dvh - 40px);padding:30px;position:relative;overflow:auto;box-shadow:0 34px 90px #01041e47}.storefront-auth-modal__close{position:absolute;top:14px;right:14px}.storefront-small{font-size:.88rem}@media (width<=991px){.storefront-page-grid{grid-template-columns:1fr}.storefront-checkout-aside{position:static}}@media (width<=767px){.storefront-shell{right:14px;bottom:calc(14px + env(safe-area-inset-bottom,0px));align-items:flex-end;gap:10px;left:auto}.storefront-fab,.storefront-fab--secondary{border-radius:50%;justify-content:center;gap:0;width:54px;height:54px;min-height:54px;padding:0}.storefront-fab__label{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.storefront-fab__badge{border:2px solid #ffffffe6;min-width:22px;min-height:22px;padding:0 6px;font-size:.72rem;position:absolute;top:-4px;right:-4px;box-shadow:0 8px 16px #01041e29}.storefront-fab svg,.storefront-fab--secondary svg{flex:none;width:24px;height:24px}.storefront-auth,.storefront-checkout,.storefront-account{padding:96px 0 72px}.storefront-panel__inner,.storefront-drawer__header,.storefront-drawer__body,.storefront-drawer__footer{padding-left:18px;padding-right:18px}.storefront-grid-2{grid-template-columns:1fr}.storefront-phone-control{grid-template-columns:104px minmax(0,1fr)}.storefront-country-menu{width:100%}.storefront-cart-item{grid-template-columns:1fr}.storefront-order-item{grid-template-columns:48px minmax(0,1fr)}.storefront-order-item>strong:last-child{grid-column:2;justify-self:start}}
