@keyframes skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.skeleton{background:linear-gradient(90deg,#dde3e8 25%,#eef1f4,#dde3e8 75%);background-size:200% 100%;animation:skeleton-shimmer 1.4s ease-in-out infinite;border-radius:.375rem}.skeleton-text{height:.875rem}.skeleton-title{height:1.125rem}.skeleton-heading{height:1.75rem}.skeleton-rect{flex-shrink:0}.skeleton-pill{border-radius:9999px;height:1.5rem}.skeleton-btn{height:2.25rem;border-radius:.5rem}.product-cover{position:relative;overflow:hidden}.product-cover__skeleton{position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,#dde3e8 25%,#eef1f4,#dde3e8 75%);background-size:200% 100%;animation:skeleton-shimmer 1.4s ease-in-out infinite;transition:opacity .25s ease}.product-cover__img{position:relative;z-index:2;opacity:0;transition:opacity .25s ease}.product-cover.is-loaded .product-cover__skeleton{opacity:0;pointer-events:none}.product-cover.is-loaded .product-cover__img{opacity:1}html.is-page-loading{overflow:hidden}.page-load-wrap{position:relative;min-height:12rem}.page-skeleton{position:absolute;inset:0;z-index:30;pointer-events:none;background:inherit;transition:opacity .25s ease,visibility .25s ease}.page-content{transition:opacity .25s ease,visibility .25s ease}.page-content.is-loading,.page-load-wrap.is-ready .page-skeleton{opacity:0;visibility:hidden}.page-load-wrap.is-ready .page-content{opacity:1;visibility:visible}.page-skeleton__inner{width:100%;max-width:1440px;margin:0 auto;padding:1.5rem 1rem}.admin-content.page-load-wrap{min-height:calc(100vh - 8rem)}.admin-content .page-skeleton__inner{max-width:none;padding:0}.admin-login-page.page-load-wrap{min-height:100vh;width:100%}.page-skeleton--auth .page-skeleton__inner{max-width:28rem;margin:4rem auto}.page-skeleton__grid-cards{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:1.5rem}@media(min-width:768px){.page-skeleton__grid-cards{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1280px){.page-skeleton__grid-cards{grid-template-columns:repeat(3,minmax(0,1fr))}}.page-skeleton__grid-stats{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:1rem}@media(min-width:768px){.page-skeleton__grid-stats{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1024px){.page-skeleton__grid-stats{grid-template-columns:repeat(4,minmax(0,1fr))}}.page-skeleton__table{border:1px solid #e5e7eb;border-radius:.75rem;overflow:hidden;background:#fff}.page-skeleton__table-head,.page-skeleton__table-row{display:grid;grid-template-columns:2fr 1fr 1fr 1fr .75fr;gap:1rem;padding:.875rem 1rem;align-items:center}.page-skeleton__table-head{border-bottom:1px solid #e5e7eb;background:#f9fafb}.page-skeleton__table-row+.page-skeleton__table-row{border-top:1px solid #f3f4f6}.page-skeleton__form-grid{display:grid;gap:1rem}.skeleton-region{position:relative;min-height:4rem}.skeleton-region[hidden]{display:none!important}.skeleton-region .page-skeleton{position:absolute;border-radius:inherit}.skeleton-region .page-content.is-loading{min-height:4rem}.store-toast{position:fixed;bottom:1.5rem;right:1.5rem;z-index:100;display:flex;align-items:center;gap:.625rem;max-width:22rem;padding:.875rem 1rem;border-radius:.75rem;background:#181410;color:#fff;box-shadow:0 10px 25px #00000026;opacity:0;transform:translateY(.5rem);transition:opacity .25s ease,transform .25s ease;pointer-events:none}.store-toast.is-visible{opacity:1;transform:translateY(0)}.store-toast--error{background:#991b1b}.store-toast__icon{font-size:1.25rem;color:#4ade80}.store-toast--error .store-toast__icon{color:#fecaca}.store-toast__message{font-size:.875rem;font-weight:600;line-height:1.4}.commerce-toolbar-form{margin:0}.commerce-toolbar__row{display:flex;flex-wrap:wrap;gap:6px;align-items:stretch}.commerce-toolbar__search-group{display:flex;align-items:stretch;flex:1 1 280px;min-width:0;border:1px solid #e5e7eb;border-radius:5px;overflow:hidden;background:#fff}.commerce-toolbar__field{flex:1;min-width:0;position:relative}.commerce-toolbar__icon{position:absolute;left:9px;top:50%;transform:translateY(-50%);color:#6b7280;font-size:16px;width:16px;height:16px;pointer-events:none;line-height:1}.commerce-toolbar__input{width:100%;height:30px;padding:5px 9px 5px 30px;border:none;border-radius:0;background:transparent;font-size:12px;color:#181410;outline:none}.commerce-toolbar__input::placeholder{color:#9ca3af}.commerce-toolbar__input:focus{box-shadow:none}.commerce-toolbar__submit{flex-shrink:0;border:none;border-left:1px solid #e5e7eb;border-radius:0;padding:0 12px;min-height:30px;font-size:11px;font-weight:600;line-height:1;cursor:pointer;white-space:nowrap}.commerce-toolbar__submit--primary{background:#ff6a00;color:#fff}.commerce-toolbar__submit--primary:hover{background:#e65f00}.commerce-toolbar__filter-wrap{position:relative;flex-shrink:0;z-index:20}.commerce-toolbar__filter-btn{height:100%;white-space:nowrap}.commerce-filter-count,.admin-filter-count{background-color:#ff6a00;color:#fff;padding:1px 5px;border-radius:9999px;font-size:10px;font-weight:600;line-height:1.2}.commerce-filter-dropdown{display:none;position:absolute;top:calc(100% + 4px);right:0;z-index:100;width:min(220px,100vw - 32px);padding:8px;background:#fff;border:1px solid #e5e7eb;border-radius:6px;box-shadow:0 8px 20px #0f172a1a}.commerce-filter-dropdown.is-open{display:block}.commerce-filter-dropdown--wide{width:min(300px,100vw - 32px)}.commerce-filter-dropdown--wide:has(.commerce-filter-dropdown__row--3){width:min(460px,100vw - 32px)}.commerce-filter-dropdown__grid{display:grid;grid-template-columns:1fr;gap:8px;margin-bottom:0}.commerce-filter-dropdown__row{grid-column:1/-1;display:flex;flex-direction:column;gap:8px}.commerce-filter-dropdown--wide .commerce-filter-dropdown__row--3{flex-direction:row;align-items:flex-start}.commerce-filter-dropdown--wide .commerce-filter-dropdown__row--3 .admin-field,.commerce-filter-dropdown--wide .commerce-filter-dropdown__row--3 .commerce-filter-field{flex:1 1 0;min-width:0}.commerce-filter-dropdown__field--full{grid-column:1/-1}.commerce-filter-dropdown__date-range{grid-column:1/-1;display:flex;flex-direction:column;gap:8px}.commerce-filter-dropdown--wide .commerce-filter-dropdown__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.commerce-filter-dropdown--wide .commerce-filter-dropdown__date-range{flex-direction:row;align-items:flex-start}.commerce-filter-dropdown--wide .commerce-filter-dropdown__date-range .admin-field,.commerce-filter-dropdown--wide .commerce-filter-dropdown__date-range .commerce-filter-field{flex:1 1 0;min-width:0}.commerce-filter-dropdown__body>.commerce-filter-dropdown__grid:last-child,.commerce-filter-dropdown__body>.admin-grid:last-child,.commerce-filter-dropdown__body>.admin-field:last-child{margin-bottom:0}.commerce-filter-dropdown__actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:6px;margin-top:8px;padding-top:8px;border-top:1px solid #f3f4f6}.commerce-filter-dropdown .admin-field,.commerce-filter-dropdown .commerce-filter-field{margin:0}.commerce-filter-dropdown .admin-label,.commerce-filter-dropdown .commerce-filter-field__label{display:block;margin:0 0 3px;font-size:10px;font-weight:600;line-height:1.2;letter-spacing:.05em;text-transform:uppercase;color:#6b7280}.commerce-filter-dropdown .admin-select,.commerce-filter-dropdown .admin-input,.commerce-filter-dropdown select,.commerce-filter-dropdown input[type=date],.commerce-filter-dropdown input[type=text]{width:100%;min-height:30px;height:30px;padding:4px 8px;font-size:12px;line-height:1.3}.commerce-filter-dropdown .admin-select,.commerce-filter-dropdown select{padding-right:24px}.commerce-filter-dropdown__actions .admin-btn,.commerce-filter-dropdown__actions .commerce-toolbar__submit,.commerce-filter-dropdown__actions .commerce-toolbar__filter-btn{min-height:30px;padding:5px 10px;font-size:11px}.admin-portal .commerce-toolbar__search-group .admin-input{border:none;border-radius:0;box-shadow:none;height:30px}.admin-portal .commerce-toolbar__search-group .admin-input:focus{box-shadow:none}.admin-portal .commerce-toolbar__search-group .admin-btn.commerce-toolbar__submit{border-radius:0;border:none;border-left:1px solid #e5e7eb;padding-left:12px;padding-right:12px}.admin-portal .commerce-toolbar__filter-btn.admin-btn{height:30px}.admin-portal .commerce-filter-dropdown .admin-select,.admin-portal .commerce-filter-dropdown .admin-input{background-color:#fff}.customer-portal .commerce-toolbar-card{border-bottom:1px solid #e7dfda;padding:10px 12px;background:#fff;position:relative;z-index:20;overflow:visible}.dark .customer-portal .commerce-toolbar-card{border-color:#3a3f45;background:#1e1e1e}.customer-portal .customer-list-shell{overflow:visible}.customer-portal .customer-list-shell__items{overflow:hidden;border-radius:inherit}.customer-portal .commerce-toolbar__input{color:#111827}.dark .customer-portal .commerce-toolbar__input{color:#f3f4f6}.dark .customer-portal .commerce-toolbar__search-group{background:#2c3035;border-color:#4b5563}.customer-portal .commerce-toolbar__filter-btn{height:30px;padding:0 10px;border:1px solid #e5e7eb;border-radius:5px;background:#fff;color:#374151;font-size:11px;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:6px}.customer-portal .commerce-toolbar__filter-btn:hover{background:#f9fafb}.dark .customer-portal .commerce-toolbar__filter-btn{background:#2c3035;border-color:#4b5563;color:#e5e7eb}.dark .customer-portal .commerce-toolbar__filter-btn:hover{background:#374151}.dark .customer-portal .commerce-filter-dropdown{background:#1e1e1e;border-color:#3a3f45}@media(max-width:640px){.commerce-toolbar__row{flex-direction:column}.commerce-toolbar__search-group{flex:1 1 auto;width:100%}.commerce-toolbar__filter-wrap{width:100%}.commerce-toolbar__filter-wrap .commerce-toolbar__filter-btn{width:100%;justify-content:center}.commerce-filter-dropdown{left:0;right:0;width:auto}}.admin-analytics-filters{display:flex;flex-wrap:wrap;align-items:flex-end;gap:8px}.admin-analytics-filters__dates{display:flex;flex-direction:row;gap:8px}.admin-analytics-filters__dates .admin-field{flex:1 1 140px;min-width:0}.admin-plan-pill,.admin-badge,.commerce-status-badge,.admin-count-pill,.admin-stat-pill,.pax8-badge{display:inline-flex;align-items:center;justify-content:center;border-radius:4px;padding:2px 5px;font-size:10px;font-weight:600;line-height:1.2;white-space:nowrap;border:1px solid transparent;vertical-align:middle}.admin-plan-pill--subscription{background-color:#dbeafe;color:#1e40af;border-color:#1e40af1f}.admin-plan-pill--onetime{background-color:#f3e8ff;color:#7c3aed;border-color:#7c3aed1f}.admin-count-pill{background-color:#dbeafe;color:#1e40af;border-color:#1e40af1f}.admin-stat-pill--neutral{background-color:#f3f4f6;color:#4b5563}.admin-stat-pill--success{background-color:#dcfce7;color:#166534}.pax8-badge--ok{background:#dcfce7;color:#166534}.pax8-badge--warn{background:#fef3c7;color:#92400e}.pax8-badge--muted{background:#f3f4f6;color:#6b7280}.pax8-currency-badge{display:inline-flex;align-items:center;justify-content:center;border-radius:4px;padding:2px 5px;font-size:10px;font-weight:600;line-height:1.2;white-space:nowrap;border:1px solid transparent;vertical-align:middle;background:#fff7ed;color:#c2410c;border-color:#c2410c1f}.admin-table__product-cell{display:flex;align-items:center;gap:10px;min-width:0;max-width:100%}.admin-table__product-cell>div:last-child{min-width:0;flex:1;overflow:hidden}.admin-table__product-cell__icon{width:28px;height:28px;border-radius:6px;background:#eef2ff;color:#4f46e5;display:flex;align-items:center;justify-content:center;flex-shrink:0}.admin-table__product-cell__icon .material-symbols-outlined{font-size:16px;width:16px;height:16px}.commerce-table{width:100%;border-collapse:collapse;background-color:#fff;font-size:11px}.commerce-table thead{background-color:#f9fafb;border-bottom:1px solid #e5e7eb}.commerce-table thead th{padding:6px 10px;text-align:left;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#6b7280;white-space:nowrap}.commerce-table tbody tr{border-bottom:1px solid #e5e7eb}.commerce-table tbody td{padding:6px 10px;font-size:11px;line-height:1.35;color:#181410;vertical-align:middle}.commerce-table tbody td:has(>input[type=checkbox]){width:48px;max-width:48px;white-space:nowrap}.commerce-table tbody td>strong,.commerce-table tbody td>code{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}.commerce-table tbody td a:not(.admin-table-action-btn):not(.admin-btn):not(.admin-table__link){overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:inline-block;vertical-align:bottom;max-width:100%}.commerce-table__col--status{width:103px;max-width:107px;padding-left:8px!important;padding-right:8px!important;white-space:nowrap}.commerce-table__col--status .admin-badge,.commerce-table__col--status .commerce-status-badge,.commerce-table__col--status .admin-plan-pill,.commerce-table__col--status .admin-count-pill,.commerce-table__col--status .admin-stat-pill{max-width:100%;overflow:hidden;text-overflow:ellipsis}.commerce-table__col--status .status-dropdown{display:block;max-width:100%;width:100%}.commerce-table__col--status .status-btn{display:inline-flex;align-items:center;justify-content:center;border-radius:4px;font-size:10px;font-weight:600;line-height:1.2;white-space:nowrap;border:1px solid transparent;vertical-align:middle;padding:2px 3px;display:flex;justify-content:space-between;gap:2px;width:100%;max-width:100%;box-sizing:border-box;border:1px solid #e5e7eb;background:#fff;cursor:pointer;overflow:hidden}.commerce-table__col--status .status-btn .status-dot{display:none}.commerce-table__col--status .status-btn>span:not(.material-symbols-outlined){flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.commerce-table__col--status .status-btn .material-symbols-outlined{flex-shrink:0;font-size:14px;width:14px;height:14px}.commerce-table__col--price{width:128px;white-space:nowrap;text-align:right}.commerce-table__col--price .admin-price-line{font-size:11px;line-height:1.35}.commerce-table__col--price .admin-price-line__original{text-decoration:line-through;color:#9ca3af;margin-right:4px}.commerce-table__col--price .admin-price-line__amount{font-weight:600}.commerce-table__col--price .admin-price-line--active .admin-price-line__amount,.commerce-table__col--price .admin-price-line--active .admin-price-line__currency{color:#15803d}.commerce-table__col--price .admin-price-line--inactive .admin-price-line__amount,.commerce-table__col--price .admin-price-line--inactive .admin-price-line__currency{color:#b91c1c}.commerce-table__col--actions,.commerce-table__col--compact{width:86px;white-space:nowrap}.commerce-table__col--metric{width:66px;max-width:66px;white-space:nowrap;text-align:right;padding-left:6px!important;padding-right:6px!important;font-weight:600}.commerce-table__col--plan{width:88px;max-width:88px;white-space:nowrap}.commerce-table__col--sort{width:40px;max-width:44px;text-align:center;padding-left:4px!important;padding-right:4px!important;white-space:nowrap;color:#6b7280;font-weight:600}.commerce-table__col--slug{width:120px;max-width:140px;overflow:hidden;white-space:nowrap}.commerce-table__col--name{overflow:hidden;min-width:160px}.commerce-table__col--check{width:48px;max-width:48px;padding-left:6px!important;padding-right:6px!important;white-space:nowrap}.commerce-table__col--actions{text-align:right;padding-left:8px!important}.commerce-table__col--actions .row-actions{gap:3px}.commerce-table__col--actions .admin-table-action-btn{padding:3px;border-radius:4px}.commerce-table__col--actions .admin-table-action-btn .material-symbols-outlined{font-size:16px;width:16px;height:16px}.commerce-table__col--actions .admin-users-actions{gap:3px}.commerce-table__col--actions .admin-users-action{width:26px;height:26px;border-radius:4px}.commerce-table__col--actions .admin-users-action .material-symbols-outlined{font-size:16px;width:16px;height:16px}.commerce-table__col--actions .admin-toolbar{display:inline-flex;align-items:center;justify-content:flex-end;gap:3px;flex-wrap:nowrap}.commerce-table__col--actions .admin-btn{padding:2px 7px;min-height:22px;height:auto;font-size:10px;font-weight:600;border-radius:4px;gap:4px}.commerce-table__col--actions .admin-btn .material-symbols-outlined{font-size:14px;width:14px;height:14px}.commerce-table__meta{color:#6b7280;font-size:10px;font-weight:400;line-height:1.3;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}.commerce-table__link{font-weight:600;color:#181410;text-decoration:none;font-size:11px;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}.commerce-table__link:hover{color:#ff6a00}.commerce-table__title{display:block;font-weight:600;color:#181410;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}.commerce-table__slug{display:block;padding:2px 5px;border-radius:4px;background-color:#f3f4f6;font-size:10px;color:#6b7280;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}.admin-table{width:100%;border-collapse:collapse;background-color:#fff;font-size:11px}.admin-table thead{background-color:#f9fafb;border-bottom:1px solid #e5e7eb}.admin-table thead th{padding:6px 10px;text-align:left;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#6b7280;white-space:nowrap}.admin-table tbody tr{border-bottom:1px solid #e5e7eb}.admin-table tbody td{padding:6px 10px;font-size:11px;line-height:1.35;color:#181410;vertical-align:middle}.admin-table tbody td:has(>input[type=checkbox]){width:48px;max-width:48px;white-space:nowrap}.admin-table tbody td>strong,.admin-table tbody td>code{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}.admin-table tbody td a:not(.admin-table-action-btn):not(.admin-btn):not(.admin-table__link){overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:inline-block;vertical-align:bottom;max-width:100%}.admin-table__col--status{width:103px;max-width:107px;padding-left:8px!important;padding-right:8px!important;white-space:nowrap}.admin-table__col--status .admin-badge,.admin-table__col--status .commerce-status-badge,.admin-table__col--status .admin-plan-pill,.admin-table__col--status .admin-count-pill,.admin-table__col--status .admin-stat-pill{max-width:100%;overflow:hidden;text-overflow:ellipsis}.admin-table__col--status .status-dropdown{display:block;max-width:100%;width:100%}.admin-table__col--status .status-btn{display:inline-flex;align-items:center;justify-content:center;border-radius:4px;font-size:10px;font-weight:600;line-height:1.2;white-space:nowrap;border:1px solid transparent;vertical-align:middle;padding:2px 3px;display:flex;justify-content:space-between;gap:2px;width:100%;max-width:100%;box-sizing:border-box;border:1px solid #e5e7eb;background:#fff;cursor:pointer;overflow:hidden}.admin-table__col--status .status-btn .status-dot{display:none}.admin-table__col--status .status-btn>span:not(.material-symbols-outlined){flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-table__col--status .status-btn .material-symbols-outlined{flex-shrink:0;font-size:14px;width:14px;height:14px}.admin-table__col--price{width:128px;white-space:nowrap;text-align:right}.admin-table__col--price .admin-price-line{font-size:11px;line-height:1.35}.admin-table__col--price .admin-price-line__original{text-decoration:line-through;color:#9ca3af;margin-right:4px}.admin-table__col--price .admin-price-line__amount{font-weight:600}.admin-table__col--price .admin-price-line--active .admin-price-line__amount,.admin-table__col--price .admin-price-line--active .admin-price-line__currency{color:#15803d}.admin-table__col--price .admin-price-line--inactive .admin-price-line__amount,.admin-table__col--price .admin-price-line--inactive .admin-price-line__currency{color:#b91c1c}.admin-table__col--actions,.admin-table__col--compact{width:86px;white-space:nowrap}.admin-table__col--metric{width:66px;max-width:66px;white-space:nowrap;text-align:right;padding-left:6px!important;padding-right:6px!important;font-weight:600}.admin-table__col--plan{width:88px;max-width:88px;white-space:nowrap}.admin-table__col--sort{width:40px;max-width:44px;text-align:center;padding-left:4px!important;padding-right:4px!important;white-space:nowrap;color:#6b7280;font-weight:600}.admin-table__col--slug{width:120px;max-width:140px;overflow:hidden;white-space:nowrap}.admin-table__col--name{overflow:hidden;min-width:160px}.admin-table__col--check{width:48px;max-width:48px;padding-left:6px!important;padding-right:6px!important;white-space:nowrap}.admin-table__col--actions{text-align:right;padding-left:8px!important}.admin-table__col--actions .row-actions{gap:3px}.admin-table__col--actions .admin-table-action-btn{padding:3px;border-radius:4px}.admin-table__col--actions .admin-table-action-btn .material-symbols-outlined{font-size:16px;width:16px;height:16px}.admin-table__col--actions .admin-users-actions{gap:3px}.admin-table__col--actions .admin-users-action{width:26px;height:26px;border-radius:4px}.admin-table__col--actions .admin-users-action .material-symbols-outlined{font-size:16px;width:16px;height:16px}.admin-table__col--actions .admin-toolbar{display:inline-flex;align-items:center;justify-content:flex-end;gap:3px;flex-wrap:nowrap}.admin-table__col--actions .admin-btn{padding:2px 7px;min-height:22px;height:auto;font-size:10px;font-weight:600;border-radius:4px;gap:4px}.admin-table__col--actions .admin-btn .material-symbols-outlined{font-size:14px;width:14px;height:14px}.admin-table__meta{color:#6b7280;font-size:10px;font-weight:400;line-height:1.3;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}.admin-table__link{font-weight:600;color:#181410;text-decoration:none;font-size:11px;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}.admin-table__link:hover{color:#ff6a00}.admin-table__title{display:block;font-weight:600;color:#181410;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}.admin-table__slug{display:block;padding:2px 5px;border-radius:4px;background-color:#f3f4f6;font-size:10px;color:#6b7280;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}.admin-table{width:100%;table-layout:fixed}.admin-table col.admin-table__col--check{width:48px}.admin-table col.admin-table__col--sort{width:40px}.admin-table col.admin-table__col--slug{width:120px}.admin-table col.admin-table__col--plan{width:88px}.admin-table col.admin-table__col--price{width:128px}.admin-table col.admin-table__col--metric{width:66px}.admin-table col.admin-table__col--status{width:103px}.admin-table col.admin-table__col--actions{width:86px}.admin-table tbody td.admin-table__col--name,.admin-table tbody td:has(>.admin-table__product-cell),.admin-table tbody td:has(>.admin-table__link):not(.admin-table__col--metric):not(.admin-table__col--plan):not(.admin-table__col--price):not(.admin-table__col--status):not(.admin-table__col--actions),.admin-table tbody td:has(>.admin-table__title){overflow:hidden}.admin-table thead th:has(.admin-table__sort),.admin-table thead th:has(.commerce-table__sort){overflow:visible}.admin-table tbody tr{transition:background-color .15s}.admin-table tbody tr:hover{background-color:#f9fafb}.admin-table tbody tr td{position:relative}.admin-table tbody tr td.admin-table__col--status,.admin-table tbody tr td.admin-table__col--actions{overflow:visible}.admin-table__sort,.commerce-table__sort{display:inline-flex;align-items:center;gap:2px;max-width:100%;color:inherit;font:inherit;font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;text-decoration:none;white-space:nowrap}.admin-table__sort:hover,.commerce-table__sort:hover{color:#ff6a00}.admin-table__sort:hover .admin-table__sort-icon,.admin-table__sort:hover .commerce-table__sort-icon,.commerce-table__sort:hover .admin-table__sort-icon,.commerce-table__sort:hover .commerce-table__sort-icon{opacity:.7}.admin-table__sort.is-active,.commerce-table__sort.is-active{color:#ff6a00}.admin-table__sort.is-active .admin-table__sort-icon,.admin-table__sort.is-active .commerce-table__sort-icon,.commerce-table__sort.is-active .admin-table__sort-icon,.commerce-table__sort.is-active .commerce-table__sort-icon{opacity:1}.admin-table__sort-icon,.commerce-table__sort-icon{font-size:15px;line-height:1;flex-shrink:0;opacity:.4;font-variation-settings:"FILL" 0,"wght" 400,"GRAD" 0,"opsz" 20}#admin-live-table.is-loading{opacity:.55;pointer-events:none;transition:opacity .15s ease}.commerce-status-badge{padding:2px 3px}.commerce-status-badge--success{background:#ecfdf5;color:#047857}.commerce-status-badge--warning{background:#fff7ed;color:#c2410c}.commerce-status-badge--danger,.commerce-status-badge--inactive{background:#fef2f2;color:#b91c1c}.commerce-status-badge--info{background:#dbeafe;color:#1e40af}.commerce-status-badge--neutral{background:#f3f4f6;color:#374151}.admin-badge--inactive,.admin-badge[data-status=inactive]{background:#fef2f2;color:#b91c1c}body.customer-portal .commerce-data-list__item,body.customer-portal .customer-list-shell__items>a,body.customer-portal .customer-portal-shell .grid.gap-5>a.block,body.customer-portal .customer-portal-shell .grid.gap-4>a{padding:8px 12px!important;font-size:11px;line-height:1.35}body.customer-portal .commerce-data-list__price,body.customer-portal .customer-list-shell__items>a .shrink-0.font-black,body.customer-portal .customer-list-shell__items>a p.text-lg.font-black,body.customer-portal .customer-portal-shell .grid.gap-5>a .text-lg.font-black{min-width:108px;font-size:11px!important;font-weight:700;text-align:right;white-space:nowrap}body.customer-portal .commerce-data-list__meta,body.customer-portal .customer-list-shell__items>a .text-sm.text-gray-500,body.customer-portal .customer-portal-shell .grid.gap-5>a .text-sm.text-gray-500{font-size:10px!important;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}body.customer-portal .commerce-data-list__title,body.customer-portal .customer-list-shell__items>a .font-black.break-words,body.customer-portal .customer-list-shell__items>a .font-bold,body.customer-portal .customer-portal-shell .grid.gap-5>a .font-bold{font-size:11px!important;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}body.customer-portal .customer-list-shell__items>a>div.flex>div.min-w-0,body.customer-portal .customer-portal-shell .grid.gap-5>a>div.flex>div.min-w-0{min-width:0;overflow:hidden}body.customer-portal table.commerce-table,body.customer-portal table.admin-table{width:100%;border-collapse:collapse;background-color:#fff;font-size:11px}body.customer-portal table.commerce-table thead,body.customer-portal table.admin-table thead{background-color:#f9fafb;border-bottom:1px solid #e5e7eb}body.customer-portal table.commerce-table thead th,body.customer-portal table.admin-table thead th{padding:6px 10px;text-align:left;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#6b7280;white-space:nowrap}body.customer-portal table.commerce-table tbody tr,body.customer-portal table.admin-table tbody tr{border-bottom:1px solid #e5e7eb}body.customer-portal table.commerce-table tbody td,body.customer-portal table.admin-table tbody td{padding:6px 10px;font-size:11px;line-height:1.35;color:#181410;vertical-align:middle}body.customer-portal table.commerce-table tbody td:has(>input[type=checkbox]),body.customer-portal table.admin-table tbody td:has(>input[type=checkbox]){width:48px;max-width:48px;white-space:nowrap}body.customer-portal table.commerce-table tbody td>strong,body.customer-portal table.commerce-table tbody td>code,body.customer-portal table.admin-table tbody td>strong,body.customer-portal table.admin-table tbody td>code{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}body.customer-portal table.commerce-table tbody td a:not(.admin-table-action-btn):not(.admin-btn):not(.admin-table__link),body.customer-portal table.admin-table tbody td a:not(.admin-table-action-btn):not(.admin-btn):not(.admin-table__link){overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:inline-block;vertical-align:bottom;max-width:100%}body.customer-portal table.commerce-table__col--status,body.customer-portal table.admin-table__col--status{width:103px;max-width:107px;padding-left:8px!important;padding-right:8px!important;white-space:nowrap}body.customer-portal table.commerce-table__col--status .admin-badge,body.customer-portal table.commerce-table__col--status .commerce-status-badge,body.customer-portal table.commerce-table__col--status .admin-plan-pill,body.customer-portal table.commerce-table__col--status .admin-count-pill,body.customer-portal table.commerce-table__col--status .admin-stat-pill,body.customer-portal table.admin-table__col--status .admin-badge,body.customer-portal table.admin-table__col--status .commerce-status-badge,body.customer-portal table.admin-table__col--status .admin-plan-pill,body.customer-portal table.admin-table__col--status .admin-count-pill,body.customer-portal table.admin-table__col--status .admin-stat-pill{max-width:100%;overflow:hidden;text-overflow:ellipsis}body.customer-portal table.commerce-table__col--status .status-dropdown,body.customer-portal table.admin-table__col--status .status-dropdown{display:block;max-width:100%;width:100%}body.customer-portal table.commerce-table__col--status .status-btn,body.customer-portal table.admin-table__col--status .status-btn{display:inline-flex;align-items:center;justify-content:center;border-radius:4px;font-size:10px;font-weight:600;line-height:1.2;white-space:nowrap;border:1px solid transparent;vertical-align:middle;padding:2px 3px;display:flex;justify-content:space-between;gap:2px;width:100%;max-width:100%;box-sizing:border-box;border:1px solid #e5e7eb;background:#fff;cursor:pointer;overflow:hidden}body.customer-portal table.commerce-table__col--status .status-btn .status-dot,body.customer-portal table.admin-table__col--status .status-btn .status-dot{display:none}body.customer-portal table.commerce-table__col--status .status-btn>span:not(.material-symbols-outlined),body.customer-portal table.admin-table__col--status .status-btn>span:not(.material-symbols-outlined){flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}body.customer-portal table.commerce-table__col--status .status-btn .material-symbols-outlined,body.customer-portal table.admin-table__col--status .status-btn .material-symbols-outlined{flex-shrink:0;font-size:14px;width:14px;height:14px}body.customer-portal table.commerce-table__col--price,body.customer-portal table.admin-table__col--price{width:128px;white-space:nowrap;text-align:right}body.customer-portal table.commerce-table__col--price .admin-price-line,body.customer-portal table.admin-table__col--price .admin-price-line{font-size:11px;line-height:1.35}body.customer-portal table.commerce-table__col--price .admin-price-line__original,body.customer-portal table.admin-table__col--price .admin-price-line__original{text-decoration:line-through;color:#9ca3af;margin-right:4px}body.customer-portal table.commerce-table__col--price .admin-price-line__amount,body.customer-portal table.admin-table__col--price .admin-price-line__amount{font-weight:600}body.customer-portal table.commerce-table__col--price .admin-price-line--active .admin-price-line__amount,body.customer-portal table.commerce-table__col--price .admin-price-line--active .admin-price-line__currency,body.customer-portal table.admin-table__col--price .admin-price-line--active .admin-price-line__amount,body.customer-portal table.admin-table__col--price .admin-price-line--active .admin-price-line__currency{color:#15803d}body.customer-portal table.commerce-table__col--price .admin-price-line--inactive .admin-price-line__amount,body.customer-portal table.commerce-table__col--price .admin-price-line--inactive .admin-price-line__currency,body.customer-portal table.admin-table__col--price .admin-price-line--inactive .admin-price-line__amount,body.customer-portal table.admin-table__col--price .admin-price-line--inactive .admin-price-line__currency{color:#b91c1c}body.customer-portal table.commerce-table__col--actions,body.customer-portal table.commerce-table__col--compact,body.customer-portal table.admin-table__col--actions,body.customer-portal table.admin-table__col--compact{width:86px;white-space:nowrap}body.customer-portal table.commerce-table__col--metric,body.customer-portal table.admin-table__col--metric{width:66px;max-width:66px;white-space:nowrap;text-align:right;padding-left:6px!important;padding-right:6px!important;font-weight:600}body.customer-portal table.commerce-table__col--plan,body.customer-portal table.admin-table__col--plan{width:88px;max-width:88px;white-space:nowrap}body.customer-portal table.commerce-table__col--sort,body.customer-portal table.admin-table__col--sort{width:40px;max-width:44px;text-align:center;padding-left:4px!important;padding-right:4px!important;white-space:nowrap;color:#6b7280;font-weight:600}body.customer-portal table.commerce-table__col--slug,body.customer-portal table.admin-table__col--slug{width:120px;max-width:140px;overflow:hidden;white-space:nowrap}body.customer-portal table.commerce-table__col--name,body.customer-portal table.admin-table__col--name{overflow:hidden;min-width:160px}body.customer-portal table.commerce-table__col--check,body.customer-portal table.admin-table__col--check{width:48px;max-width:48px;padding-left:6px!important;padding-right:6px!important;white-space:nowrap}body.customer-portal table.commerce-table__col--actions,body.customer-portal table.admin-table__col--actions{text-align:right;padding-left:8px!important}body.customer-portal table.commerce-table__col--actions .row-actions,body.customer-portal table.admin-table__col--actions .row-actions{gap:3px}body.customer-portal table.commerce-table__col--actions .admin-table-action-btn,body.customer-portal table.admin-table__col--actions .admin-table-action-btn{padding:3px;border-radius:4px}body.customer-portal table.commerce-table__col--actions .admin-table-action-btn .material-symbols-outlined,body.customer-portal table.admin-table__col--actions .admin-table-action-btn .material-symbols-outlined{font-size:16px;width:16px;height:16px}body.customer-portal table.commerce-table__col--actions .admin-users-actions,body.customer-portal table.admin-table__col--actions .admin-users-actions{gap:3px}body.customer-portal table.commerce-table__col--actions .admin-users-action,body.customer-portal table.admin-table__col--actions .admin-users-action{width:26px;height:26px;border-radius:4px}body.customer-portal table.commerce-table__col--actions .admin-users-action .material-symbols-outlined,body.customer-portal table.admin-table__col--actions .admin-users-action .material-symbols-outlined{font-size:16px;width:16px;height:16px}body.customer-portal table.commerce-table__col--actions .admin-toolbar,body.customer-portal table.admin-table__col--actions .admin-toolbar{display:inline-flex;align-items:center;justify-content:flex-end;gap:3px;flex-wrap:nowrap}body.customer-portal table.commerce-table__col--actions .admin-btn,body.customer-portal table.admin-table__col--actions .admin-btn{padding:2px 7px;min-height:22px;height:auto;font-size:10px;font-weight:600;border-radius:4px;gap:4px}body.customer-portal table.commerce-table__col--actions .admin-btn .material-symbols-outlined,body.customer-portal table.admin-table__col--actions .admin-btn .material-symbols-outlined{font-size:14px;width:14px;height:14px}body.customer-portal table.commerce-table__meta,body.customer-portal table.admin-table__meta{color:#6b7280;font-size:10px;font-weight:400;line-height:1.3;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}body.customer-portal table.commerce-table__link,body.customer-portal table.admin-table__link{font-weight:600;color:#181410;text-decoration:none;font-size:11px;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}body.customer-portal table.commerce-table__link:hover,body.customer-portal table.admin-table__link:hover{color:#ff6a00}body.customer-portal table.commerce-table__title,body.customer-portal table.admin-table__title{display:block;font-weight:600;color:#181410;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}body.customer-portal table.commerce-table__slug,body.customer-portal table.admin-table__slug{display:block;padding:2px 5px;border-radius:4px;background-color:#f3f4f6;font-size:10px;color:#6b7280;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}.portal-toast{position:fixed;top:1.25rem;right:1.25rem;z-index:10000;display:flex;align-items:flex-start;gap:.625rem;max-width:24rem;padding:.875rem 1rem;border-radius:.75rem;background:#181410;color:#fff;box-shadow:0 10px 30px #0000002e;opacity:0;transform:translateY(-.5rem);transition:opacity .25s ease,transform .25s ease;pointer-events:none}.portal-toast.is-visible{opacity:1;transform:translateY(0)}.portal-toast--error{background:#991b1b}.portal-toast--warning{background:#92400e}.portal-toast__icon{flex-shrink:0;font-size:1.25rem;line-height:1;color:#4ade80}.portal-toast--error .portal-toast__icon{color:#fecaca}.portal-toast--warning .portal-toast__icon{color:#fde68a}.portal-toast__message{font-size:.875rem;font-weight:600;line-height:1.45}@media(max-width:640px){.portal-toast{left:1rem;right:1rem;max-width:none}}.storefront-flash-modal{position:fixed;inset:0;z-index:200;display:flex;align-items:center;justify-content:center;padding:1rem;pointer-events:none;opacity:0;visibility:hidden;transition:opacity .25s ease,visibility .25s ease}.storefront-flash-modal.is-open{pointer-events:auto;opacity:1;visibility:visible}.storefront-flash-modal.is-open .storefront-flash-modal__backdrop{opacity:1}.storefront-flash-modal.is-open .storefront-flash-modal__dialog{opacity:1;transform:translateY(0) scale(1)}.storefront-flash-modal__backdrop{position:absolute;inset:0;background:#18141073;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);opacity:0;transition:opacity .25s ease}.storefront-flash-modal__dialog{position:relative;z-index:1;width:100%;max-width:26rem;padding:1.75rem 1.5rem 1.5rem;border-radius:1rem;background:#fff;box-shadow:0 20px 50px #0000002e;text-align:center;opacity:0;transform:translateY(12px) scale(.96);transition:opacity .3s cubic-bezier(.22,1,.36,1),transform .3s cubic-bezier(.22,1,.36,1)}@media(prefers-reduced-motion:reduce){.storefront-flash-modal__dialog{transition-duration:.01ms;transform:none}}.storefront-flash-modal__icon-wrap{display:inline-flex;align-items:center;justify-content:center;width:3.25rem;height:3.25rem;margin-bottom:1rem;border-radius:9999px;animation:storefront-flash-modal-pop .45s cubic-bezier(.22,1,.36,1) .1s both}@media(prefers-reduced-motion:reduce){.storefront-flash-modal__icon-wrap{animation:none}}.storefront-flash-modal__icon{font-size:1.75rem;line-height:1}.storefront-flash-modal__title{margin:0 0 .5rem;font-size:1.125rem;font-weight:700;color:#181410}.storefront-flash-modal__message{margin:0 0 1.25rem;font-size:.875rem;line-height:1.5;color:#6b7280}.storefront-flash-modal__action{display:inline-flex;align-items:center;justify-content:center;min-width:7rem;padding:.625rem 1.25rem;border:0;border-radius:.625rem;font-size:.875rem;font-weight:600;color:#fff;background:#ff6a00;cursor:pointer;transition:background-color .15s ease,transform .15s ease}.storefront-flash-modal__action:hover{background:#e65f00}.storefront-flash-modal__action:active{transform:scale(.98)}.storefront-flash-modal--success .storefront-flash-modal__icon-wrap{background:#dcfce7;color:#16a34a}.storefront-flash-modal--error .storefront-flash-modal__icon-wrap{background:#fee2e2;color:#dc2626}.storefront-flash-modal--warning .storefront-flash-modal__icon-wrap{background:#fef3c7;color:#d97706}@keyframes storefront-flash-modal-pop{0%{transform:scale(.6);opacity:0}70%{transform:scale(1.08)}to{transform:scale(1);opacity:1}}.checkout-outcome{position:relative;min-height:calc(100vh - 12rem);padding:2.5rem 1rem 4rem}.checkout-outcome__bg{pointer-events:none;position:absolute;inset:0;overflow:hidden}.checkout-outcome__bg:before{content:"";position:absolute;top:-8rem;left:50%;width:36rem;height:36rem;transform:translate(-50%);border-radius:9999px;opacity:.45;filter:blur(64px)}.checkout-outcome--success .checkout-outcome__bg:before{background:radial-gradient(circle,rgba(34,197,94,.28) 0%,transparent 70%)}.checkout-outcome--pending .checkout-outcome__bg:before{background:radial-gradient(circle,rgba(255,106,0,.22) 0%,transparent 70%)}.checkout-outcome--fail .checkout-outcome__bg:before{background:radial-gradient(circle,rgba(245,158,11,.24) 0%,transparent 70%)}.checkout-outcome--error .checkout-outcome__bg:before{background:radial-gradient(circle,rgba(239,68,68,.22) 0%,transparent 70%)}.checkout-outcome__shell{position:relative;z-index:1;width:100%;max-width:34rem;margin:0 auto}.checkout-outcome__card{border-radius:1.25rem;border:1px solid #e7dfda;background:#fff;box-shadow:0 1px 2px #1814100a,0 20px 50px #1814100f;padding:2rem 1.5rem;text-align:center;animation:checkout-outcome-rise .55s cubic-bezier(.22,1,.36,1) both}@media(min-width:640px){.checkout-outcome__card{padding:2.5rem 2rem}}.checkout-outcome__icon-wrap{position:relative;display:flex;align-items:center;justify-content:center;width:5.5rem;height:5.5rem;margin:0 auto 1.25rem;animation:checkout-outcome-pop .6s cubic-bezier(.22,1,.36,1) .08s both}.checkout-outcome__icon-ring{position:absolute;inset:0;border-radius:9999px;border:2px solid currentColor;opacity:.18;animation:checkout-outcome-pulse 2.4s ease-in-out infinite}.checkout-outcome__icon{position:relative;z-index:1;display:inline-flex;align-items:center;justify-content:center;width:4.25rem;height:4.25rem;border-radius:9999px;font-size:2.35rem;line-height:1}.checkout-outcome--success .checkout-outcome__icon-wrap{color:#16a34a}.checkout-outcome--success .checkout-outcome__icon{background:#ecfdf3;color:#16a34a}.checkout-outcome--pending .checkout-outcome__icon-wrap{color:#ff6a00}.checkout-outcome--pending .checkout-outcome__icon{background:#fff7ed;color:#ff6a00}.checkout-outcome--fail .checkout-outcome__icon-wrap{color:#d97706}.checkout-outcome--fail .checkout-outcome__icon{background:#fffbeb;color:#d97706}.checkout-outcome--error .checkout-outcome__icon-wrap{color:#dc2626}.checkout-outcome--error .checkout-outcome__icon{background:#fef2f2;color:#dc2626}.checkout-outcome__badge{display:none}.checkout-outcome__title{margin:0;font-size:clamp(1.625rem,4vw,2rem);font-weight:900;line-height:1.15;letter-spacing:-.02em;color:#181410}.checkout-outcome__message{margin:.85rem auto 0;max-width:28rem;font-size:1rem;line-height:1.6;color:#6b7280}.checkout-outcome__details{margin-top:1.75rem;padding-top:1.75rem;border-top:1px solid #f1ebe6;text-align:left}.checkout-outcome__details-title{margin:0 0 .85rem;font-size:.8125rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#8d715e}.checkout-outcome__receipt{border:1px solid #f1ebe6;border-radius:.875rem;background:#faf8f6;overflow:hidden}.checkout-outcome__receipt-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.85rem 1rem;border-bottom:1px solid #efe8e2}.checkout-outcome__receipt-row--total{background:#fff7ed}.checkout-outcome__receipt-row--last{border-bottom:0}.checkout-outcome__receipt-label{flex-shrink:0;font-size:.8125rem;font-weight:500;color:#6b7280}.checkout-outcome__receipt-value{text-align:right;font-size:.9375rem;font-weight:700;color:#181410;word-break:break-word}.checkout-outcome__receipt-value--total{font-size:1.0625rem;color:#ff6a00}.checkout-outcome__receipt-value--email{font-size:.875rem;font-weight:600}.checkout-outcome__receipt-currency{margin-left:.35rem;font-size:.6875rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#8d715e;vertical-align:middle}.checkout-outcome__status-pill{display:inline-flex;align-items:center;padding:.2rem .55rem;border-radius:9999px;font-size:.75rem;font-weight:700;line-height:1.2;white-space:nowrap}.checkout-outcome__status-pill--completed{background:#dcfce7;color:#15803d}.checkout-outcome__status-pill--pending{background:#ffedd5;color:#c2410c}.checkout-outcome__status-pill--failed{background:#fee2e2;color:#b91c1c}.checkout-outcome__details-grid{display:none}.checkout-outcome__detail-label{display:block;font-size:.75rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:#8d715e}.checkout-outcome__detail-value{display:block;margin-top:.25rem;font-size:.9375rem;font-weight:700;color:#181410;word-break:break-word}.checkout-outcome__detail-value--accent{color:#ff6a00}.checkout-outcome__detail-value--status-pending{color:#d97706}.checkout-outcome__detail-value--status-completed{color:#16a34a}.checkout-outcome__detail-value--status-failed{color:#dc2626}@media(min-width:480px){.checkout-outcome__detail-span-2{grid-column:span 2}}.checkout-outcome__actions{display:flex;flex-direction:column;gap:.75rem;margin-top:1.75rem}@media(min-width:480px){.checkout-outcome__actions{flex-direction:row;justify-content:center}}.checkout-outcome__help{margin-top:1.5rem;font-size:.8125rem;line-height:1.5;color:#8d715e}.checkout-outcome__help a{color:#ff6a00;font-weight:600;text-decoration:none}.checkout-outcome__help a:hover{text-decoration:underline}.checkout-outcome__steps{display:flex;justify-content:center;gap:.5rem;margin-top:1.25rem}.checkout-outcome__step{width:.45rem;height:.45rem;border-radius:9999px;background:#e7dfda;transition:background-color .25s ease,transform .25s ease}.checkout-outcome__step.is-active{background:#ff6a00;transform:scale(1.15)}.checkout-outcome.is-confirmed .checkout-outcome__icon .material-symbols-outlined{animation:checkout-outcome-check .45s ease both}@keyframes checkout-outcome-rise{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes checkout-outcome-pop{0%{opacity:0;transform:scale(.72)}70%{transform:scale(1.06)}to{opacity:1;transform:scale(1)}}@keyframes checkout-outcome-pulse{0%,to{transform:scale(1);opacity:.18}50%{transform:scale(1.08);opacity:.28}}@keyframes checkout-outcome-check{0%{transform:scale(.8)}to{transform:scale(1)}}@media(prefers-reduced-motion:reduce){.checkout-outcome__card,.checkout-outcome__icon-wrap,.checkout-outcome__icon-ring{animation:none}}.sw-product-card{position:relative;display:flex;flex-direction:column;height:100%;background:#fff;border:1px solid #e7dfda;border-radius:.75rem;overflow:hidden;transition:border-color .22s ease,box-shadow .22s ease,transform .22s ease}.sw-product-card:hover{border-color:#ff6a0073;box-shadow:0 0 0 1px #ff6a001f,0 12px 28px -8px #1814101f;transform:translateY(-2px)}.sw-product-card__save{position:absolute;top:.75rem;right:.75rem;z-index:12;padding:.2rem .55rem;border-radius:9999px;background:#ff6a00;color:#fff;font-size:.6875rem;font-weight:700;letter-spacing:.02em;line-height:1.2;box-shadow:0 2px 8px #ff6a0059}.sw-product-card__media{position:relative;display:block;aspect-ratio:16/10;background:#e8ecf0;overflow:hidden;text-decoration:none}.sw-product-card__media .product-cover__img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease,opacity .25s ease}.sw-product-card:hover .sw-product-card__media .product-cover__img{transform:scale(1.03)}.sw-product-card__media-overlay{position:absolute;inset:0;z-index:3;pointer-events:none;background:linear-gradient(180deg,transparent 45%,rgba(24,20,16,.35) 100%)}.sw-product-card__body{display:flex;flex-direction:column;flex:1;padding:1.125rem 1.25rem 1.25rem;min-height:0}.sw-product-card__content{display:flex;flex-direction:column;flex:1;gap:.375rem;min-height:0}.sw-product-card__meta{display:flex;flex-wrap:wrap;align-content:flex-start;gap:.375rem;margin-top:.125rem}.sw-product-card__pill{display:inline-flex;align-items:center;padding:.125rem .5rem;border-radius:9999px;border:1px solid #e7dfda;background:#faf8f6;font-size:.625rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:#8d715e;line-height:1.4}.sw-product-card__pill--license{background:#ff6a0014;border-color:#ff6a0033;color:#d65900}.sw-product-card__title{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;font-size:1.1875rem;font-weight:700;line-height:1.35;color:#181410;text-decoration:none;transition:color .15s ease}.sw-product-card:hover .sw-product-card__title{color:#ff6a00}.sw-product-card__excerpt-slot{min-height:2.5rem}.sw-product-card__excerpt{margin:0;font-size:.8125rem;line-height:1.5;color:#6b7280;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.4375rem}.sw-product-card__footer{margin-top:auto;padding-top:.875rem;border-top:1px solid #f3eeea;display:flex;flex-direction:column;gap:.875rem}.sw-product-card__pricing{display:flex;flex-direction:column;gap:.125rem}.sw-product-card__price-was{font-size:.75rem;color:#8d715e;text-decoration:line-through}.sw-product-card__price-row{display:flex;align-items:baseline;gap:.25rem;flex-wrap:wrap}.sw-product-card__price{font-size:1.375rem;font-weight:800;color:#181410;font-variant-numeric:tabular-nums;letter-spacing:-.02em}.sw-product-card__period{font-size:.8125rem;font-weight:500;color:#8d715e}.sw-product-card__price-empty{font-size:1rem;font-weight:700;color:#181410}.sw-product-card__actions{display:flex;align-items:stretch;gap:.5rem}.sw-product-card__stepper{display:inline-flex;align-items:stretch;flex-shrink:0;border:1px solid #e7dfda;border-radius:.5rem;background:#fff;overflow:hidden}.sw-product-card__stepper button{display:inline-flex;align-items:center;justify-content:center;width:2rem;min-width:2rem;padding:0;border:0;background:transparent;color:#8d715e;cursor:pointer;transition:color .15s ease,background-color .15s ease}.sw-product-card__stepper button:hover{color:#181410;background:#faf8f6}.sw-product-card__stepper button .material-symbols-outlined{font-size:1rem}.sw-product-card__stepper input{width:2.25rem;min-width:2.25rem;padding:0;border:0;border-left:1px solid #e7dfda;border-right:1px solid #e7dfda;background:transparent;text-align:center;font-size:.8125rem;font-weight:700;color:#181410;-moz-appearance:textfield}.sw-product-card__stepper input::-webkit-outer-spin-button,.sw-product-card__stepper input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.sw-product-card__stepper input:focus{outline:none;box-shadow:inset 0 0 0 1px #ff6a0059}.sw-product-card__cart-btn{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:.375rem;min-height:2rem;padding:0 .75rem;border:1px solid #ff6a00;border-radius:.5rem;background:#fff;color:#ff6a00;font-size:.8125rem;font-weight:600;cursor:pointer;transition:background-color .15s ease,color .15s ease,border-color .15s ease}.sw-product-card__cart-btn .material-symbols-outlined{font-size:1.125rem}.sw-product-card__cart-btn:hover:not(:disabled){background:#ff6a00;color:#fff}.sw-product-card__cart-btn.is-success{background:#16a34a;border-color:#16a34a;color:#fff}.sw-product-card__cart-btn:disabled{opacity:.65;cursor:wait}.sw-product-card__cta-link{display:inline-flex;align-items:center;justify-content:center;gap:.25rem;width:100%;min-height:2rem;padding:0 .75rem;border-radius:.5rem;background:#ff6a0014;color:#ff6a00;font-size:.8125rem;font-weight:600;text-decoration:none;transition:background-color .15s ease}.sw-product-card__cta-link:hover{background:#ff6a0024}.sw-product-card--compact .sw-product-card__body{padding:1rem 1.125rem 1.125rem}.sw-product-card--compact .sw-product-card__title{font-size:1.125rem}body.storefront-flash-modal-open{overflow:hidden}*{box-sizing:border-box}html,body{margin:0;padding:0;width:100%;height:100%}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:#f9fafa;color:#181410;overflow-x:hidden}@font-face{font-family:Material Symbols Outlined;font-style:normal;font-weight:400;font-display:block;src:url(/fonts/material-symbols-outlined.woff2) format("woff2")}.material-symbols-outlined{font-family:Material Symbols Outlined,sans-serif;font-weight:400;font-style:normal;font-size:24px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:1em;height:1em;overflow:hidden;white-space:nowrap;word-wrap:normal;direction:ltr;font-feature-settings:"liga";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-variation-settings:"FILL" 0,"wght" 400,"GRAD" 0,"opsz" 24}.hide-scrollbar::-webkit-scrollbar{display:none}.hide-scrollbar{-ms-overflow-style:none;scrollbar-width:none}@keyframes marquee-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.marquee-viewport{overflow:hidden;width:100%}.marquee-track{display:flex;width:max-content;animation:marquee-scroll 35s linear infinite;will-change:transform}.marquee-viewport:hover .marquee-track{animation-play-state:paused}.marquee-group{display:flex;align-items:center;gap:3rem;padding:0 3rem;flex-shrink:0}@media(min-width:1024px){.marquee-group{gap:6rem}}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.animate-marquee{animation:marquee 35s linear infinite}.animate-marquee:hover{animation-play-state:paused}.home-cta-pattern{background-image:linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px);background-size:24px 24px}.store-btn{display:inline-flex;align-items:center;justify-content:center;gap:.375rem;min-height:2.5rem;padding:.5rem 1rem;border:1px solid transparent;border-radius:.5rem;font-size:.875rem;font-weight:600;line-height:1.25;text-decoration:none;white-space:nowrap;cursor:pointer;box-shadow:none;transition:color .15s ease,background-color .15s ease,border-color .15s ease,transform .15s ease}.store-btn:disabled,.store-btn[aria-disabled=true]{opacity:.55;cursor:not-allowed;pointer-events:none}.store-btn .material-symbols-outlined{font-size:1.125rem}.store-btn--sm{min-height:2.25rem;padding:.375rem .75rem;font-size:.8125rem}.store-btn--sm .material-symbols-outlined{font-size:1rem}.store-btn--lg{min-height:2.75rem;padding:.625rem 1.25rem;font-size:.9375rem}.store-btn--primary{background-color:#ff6a00;color:#fff}.store-btn--primary:hover:not(:disabled){background-color:#e65f00}.store-btn--secondary{background-color:#fff;color:#181410;border-color:#e7dfda}.store-btn--secondary:hover:not(:disabled){border-color:#181410}.store-btn--outline{background-color:#fff;color:#ff6a00;border-color:#ff6a00}.store-btn--outline:hover:not(:disabled){background-color:#ff6a00;color:#fff}.store-btn--soft{background-color:#ff6a001a;color:#ff6a00}.store-btn--soft:hover:not(:disabled){background-color:#ff6a002e}.store-btn--ghost{background-color:transparent;color:#6b7280}.store-btn--ghost:hover:not(:disabled){color:#ff6a00;background-color:#ff6a0014}.store-btn--danger{background-color:transparent;color:#dc2626;border-color:transparent}.store-btn--danger:hover:not(:disabled){background-color:#fef2f2}.store-btn--block,.store-btn--responsive{width:100%}@media(min-width:640px){.store-btn--responsive{width:auto}}.store-btn--icon{min-width:2.5rem;width:2.5rem;padding:0}button,[type=button],[type=submit],[type=reset]{box-shadow:none}.store-btn-group{display:flex;flex-direction:column;align-items:stretch;gap:.75rem}@media(min-width:640px){.store-btn-group{flex-direction:row;flex-wrap:wrap;align-items:center}}@media(min-width:640px){.store-btn-group.justify-center{justify-content:center}}.store-input{display:block;width:100%;min-height:2.5rem;padding:.5rem .75rem;border:1px solid #e7dfda;border-radius:.5rem;background-color:#f9fafa;color:#181410;font-size:.875rem;line-height:1.25}.store-input:focus{outline:none;border-color:#ff6a00;box-shadow:0 0 0 1px #ff6a00}.store-input--qty{width:4rem;min-width:4rem;padding-left:.25rem;padding-right:.25rem;text-align:center;font-weight:600}.store-product-actions{display:flex;gap:.5rem;align-items:stretch}.store-product-actions .store-btn{flex:1;min-width:0}.store-form-actions{display:flex;flex-direction:column;align-items:stretch;gap:.75rem}@media(min-width:640px){.store-form-actions{flex-direction:row;align-items:center;justify-content:space-between}}.store-header{display:flex;align-items:center;gap:.5rem;width:100%;min-width:0;padding-top:.75rem;padding-bottom:.75rem}@media(min-width:640px){.store-header{gap:.75rem}}@media(min-width:1024px){.store-header{gap:1.25rem}}.store-header__logo{display:flex;align-items:center;gap:.5rem;flex-shrink:0;text-decoration:none;color:inherit}@media(min-width:640px){.store-header__logo{gap:.75rem}}.store-header__logo-mark{width:2rem;height:2rem;border-radius:.5rem;background-color:#ff6a00;color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0}.store-header__logo-text{font-size:.9375rem;font-weight:700;letter-spacing:-.015em;color:#181410;white-space:nowrap}@media(min-width:640px){.store-header__logo-text{font-size:1.0625rem}}@media(max-width:479px){.store-header__logo-text{display:none}}.store-header__search{flex:1 1 0;min-width:0;position:relative;display:block}@media(min-width:1280px){.store-header__search{flex:1 1 auto;max-width:36rem;margin-left:auto;margin-right:auto}}.store-header__search-field{display:flex;align-items:stretch;width:100%;border-radius:.5rem;background-color:#f5f2f0;border:1px solid transparent;overflow:hidden;transition:border-color .15s ease,box-shadow .15s ease}.store-header__search-field:focus-within{border-color:#ff6a00;box-shadow:0 0 0 1px #ff6a00}.store-header__search-field input{flex:1 1 auto;min-width:0;width:0;height:2.25rem;padding:0 .5rem;border:0;background:transparent;color:#181410;font-size:.8125rem;font-weight:500}@media(min-width:640px){.store-header__search-field input{height:2.5rem;padding:0 .75rem;font-size:.875rem}}.store-header__search-field input::placeholder{color:#8d715e}.store-header__search-field input:focus{outline:none;box-shadow:none}.store-header__search-submit{flex-shrink:0;width:2.25rem;height:2.25rem;border:0;border-left:1px solid rgba(0,0,0,.06);border-radius:0;background-color:#ffffff8c;color:#8d715e}@media(min-width:640px){.store-header__search-submit{width:2.5rem;height:2.5rem}}.store-header__search-submit:hover{background-color:#ff6a00;color:#fff}.store-header__actions{display:flex;align-items:center;gap:.5rem;flex-shrink:0;margin-left:auto}.store-header__region{position:relative;flex-shrink:0}.store-header__region-trigger{display:flex;align-items:center;gap:.25rem;padding:.375rem;border:0;border-radius:.5rem;background:transparent;color:#181410;font-size:.8125rem;font-weight:500;cursor:pointer;white-space:nowrap;transition:color .15s ease,background-color .15s ease}@media(min-width:1024px){.store-header__region-trigger{padding:.375rem .5rem}}.store-header__region-trigger:hover{color:#ff6a00;background-color:#ff6a0014}.store-header__region-trigger .material-symbols-outlined{font-size:1.125rem}.store-header__region-label{display:none}@media(min-width:1024px){.store-header__region-label{display:inline}}.store-header__region-chevron{display:none}@media(min-width:1024px){.store-header__region-chevron{display:inline-flex}}.store-header__region-menu{position:absolute;right:0;top:calc(100% + .5rem);width:12rem;padding:.5rem;border-radius:.75rem;border:1px solid #e7dfda;background:#fff;box-shadow:0 10px 15px -3px #00000014;z-index:60;opacity:0;visibility:hidden;transform:translateY(.25rem);transition:opacity .15s ease,visibility .15s ease,transform .15s ease}.store-header__region:hover .store-header__region-menu,.store-header__region:focus-within .store-header__region-menu{opacity:1;visibility:visible;transform:translateY(0)}.store-header__icon-btn{position:relative;display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border:0;border-radius:.5rem;background:transparent;color:#181410;text-decoration:none;cursor:pointer;flex-shrink:0;transition:color .15s ease,background-color .15s ease}@media(min-width:640px){.store-header__icon-btn{width:2.5rem;height:2.5rem}}.store-header__icon-btn:hover{color:#ff6a00;background-color:#f5f2f0}.store-header__icon-btn .material-symbols-outlined{font-size:1.25rem}@media(min-width:640px){.store-header__icon-btn .material-symbols-outlined{font-size:1.375rem}}.store-header__cart-badge{position:absolute;top:.2rem;right:.2rem;min-width:1.125rem;height:1.125rem;width:auto;padding:0 .25rem;border-radius:9999px;border:1px solid #fff;background-color:#ff6a00;color:#fff;font-size:.625rem;font-weight:700;line-height:1;display:flex;align-items:center;justify-content:center;pointer-events:none}.store-header__cart-badge.hidden{display:none!important}body.ai-chat-open{overflow:hidden}.ai-chat-panel{position:fixed;inset:0;z-index:80;pointer-events:none}.ai-chat-panel.is-open{pointer-events:auto}.ai-chat-panel.is-open .ai-chat-panel__backdrop{opacity:1}.ai-chat-panel.is-open .ai-chat-panel__drawer{transform:translate(0)}.ai-chat-panel__backdrop{position:absolute;inset:0;border:0;background:#18141073;opacity:0;transition:opacity .2s ease;cursor:pointer}.ai-chat-panel__drawer{position:absolute;top:0;right:0;display:flex;flex-direction:column;width:min(100%,24rem);max-width:100%;height:100%;background:#fff;border-left:1px solid #e7dfda;box-shadow:-8px 0 24px #00000014;transform:translate(100%);transition:transform .25s ease}.ai-chat-panel__header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:1rem 1rem .875rem;border-bottom:1px solid #e7dfda}.ai-chat-panel__title-wrap{display:flex;align-items:center;gap:.75rem;min-width:0}.ai-chat-panel__title-icon{color:#ff6a00;font-size:1.5rem}.ai-chat-panel__title{margin:0;font-size:1rem;font-weight:700;color:#181410}.ai-chat-panel__subtitle{margin:.125rem 0 0;font-size:.75rem;color:#8d715e}.ai-chat-panel__messages{flex:1 1 auto;min-height:0;overflow-y:auto;padding:1rem;display:flex;flex-direction:column;gap:.875rem;background:#faf9f8}.ai-chat-panel__message{display:flex;flex-direction:column;gap:.5rem;max-width:100%}.ai-chat-panel__message--user{align-items:flex-end}.ai-chat-panel__message--user .ai-chat-panel__bubble{background:#ff6a00;color:#fff;border-bottom-right-radius:.25rem}.ai-chat-panel__message--assistant{align-items:flex-start}.ai-chat-panel__message--assistant .ai-chat-panel__bubble{background:#fff;color:#181410;border:1px solid #e7dfda;border-bottom-left-radius:.25rem}.ai-chat-panel__bubble{max-width:92%;padding:.75rem .875rem;border-radius:1rem;font-size:.875rem;line-height:1.5}.ai-chat-panel__bubble--loading{display:inline-flex;align-items:center;gap:.5rem;color:#8d715e}.ai-chat-panel__products{display:flex;flex-direction:column;gap:.5rem;width:100%}.ai-chat-panel__product{display:flex;align-items:center;gap:.75rem;padding:.625rem .75rem;border-radius:.75rem;border:1px solid #e7dfda;background:#fff;text-decoration:none;color:inherit;transition:border-color .15s ease,box-shadow .15s ease}.ai-chat-panel__product:hover{border-color:#ff6a0073;box-shadow:0 4px 12px #0000000f}.ai-chat-panel__product-image{width:2.75rem;height:2.75rem;border-radius:.5rem;object-fit:cover;flex-shrink:0}.ai-chat-panel__product-image--placeholder{display:flex;align-items:center;justify-content:center;background:#f5f2f0;color:#8d715e}.ai-chat-panel__product-body{flex:1 1 auto;min-width:0}.ai-chat-panel__product-name{margin:0;font-size:.8125rem;font-weight:600;color:#181410;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ai-chat-panel__product-brand{margin:.125rem 0 0;font-size:.75rem;color:#8d715e}.ai-chat-panel__product-price{margin:.25rem 0 0;font-size:.75rem;font-weight:700;color:#ff6a00}.ai-chat-panel__product-chevron{color:#8d715e;font-size:1.125rem;flex-shrink:0}.ai-chat-panel__composer{display:flex;align-items:center;gap:.5rem;padding:.875rem 1rem 1rem;border-top:1px solid #e7dfda;background:#fff}.ai-chat-panel__input{flex:1 1 auto;min-width:0;height:2.75rem;padding:0 .875rem;border:1px solid #e7dfda;border-radius:9999px;background:#faf9f8;font-size:.875rem;color:#181410}.ai-chat-panel__input:focus{outline:none;border-color:#ff6a00;box-shadow:0 0 0 1px #ff6a00}.ai-chat-panel__send{display:inline-flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;border:0;border-radius:9999px;background:#ff6a00;color:#fff;cursor:pointer;flex-shrink:0;transition:opacity .15s ease}.ai-chat-panel__send:hover{opacity:.92}.ai-chat-panel__send:disabled{opacity:.55;cursor:not-allowed}.storefront-header{position:sticky;top:0;z-index:50;background-color:#fff;border-bottom:1px solid #e5e7eb;box-shadow:0 1px 3px #0000000d}.storefront-header .header-container{max-width:1440px;margin:0 auto;padding:0 1rem}@media(min-width:1024px){.storefront-header .header-container{padding:0 2.5rem}}.storefront-header .logo-section{display:flex;align-items:center;gap:.75rem;flex-shrink:0}.storefront-header .logo-section .logo-icon{width:2rem;height:2rem;background-color:#ff6a00;border-radius:.5rem;display:flex;align-items:center;justify-content:center;color:#fff}.storefront-header .logo-section .logo-text{color:#181410;font-size:1.125rem;font-weight:700;letter-spacing:-.015em}@media(max-width:640px){.storefront-header .logo-section .logo-text{display:none}}.storefront-header .search-bar{display:none;flex:1;max-width:36rem;margin:0 1rem}@media(min-width:768px){.storefront-header .search-bar{display:flex}}.storefront-header .search-bar .search-wrapper{display:flex;width:100%;align-items:center;border-radius:.5rem;background-color:#f5f2f0;border:1px solid transparent;transition:all .2s}.storefront-header .search-bar .search-wrapper:focus-within{border-color:#ff6a00;box-shadow:0 0 0 1px #ff6a00}.storefront-header .search-bar .search-wrapper .search-icon{padding:0 .75rem;color:#8d715e;display:flex;align-items:center;justify-content:center}.storefront-header .search-bar .search-wrapper input{width:100%;background:transparent;border:none;font-size:.875rem;font-weight:500;color:#181410;padding:.75rem 0;height:2.5rem}.storefront-header .search-bar .search-wrapper input::placeholder{color:#8d715e}.storefront-header .search-bar .search-wrapper input:focus{outline:none;ring:0}.storefront-header .header-actions{display:flex;align-items:center;gap:.75rem;flex-shrink:0}@media(min-width:768px){.storefront-header .header-actions{gap:1.5rem}}.storefront-header .header-actions .region-selector{display:none;align-items:center;gap:.25rem;font-size:.875rem;font-weight:500;color:#181410;transition:color .2s}@media(min-width:1024px){.storefront-header .header-actions .region-selector{display:flex}}.storefront-header .header-actions .region-selector:hover{color:#ff6a00}.storefront-header .header-actions .customer-portal-btn{display:none;height:1.875rem;align-items:center;justify-content:center;border-radius:.375rem;background-color:#ff6a001a;color:#ff6a00;font-size:.75rem;font-weight:700;padding:0 .625rem;transition:background-color .2s}@media(min-width:640px){.storefront-header .header-actions .customer-portal-btn{display:flex}}.storefront-header .header-actions .customer-portal-btn:hover{background-color:#ff6a0033}.storefront-header .header-actions .cart-btn{position:relative;display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:.5rem;transition:background-color .2s}.storefront-header .header-actions .cart-btn:hover{background-color:#f5f2f0}.storefront-header .header-actions .cart-btn .cart-badge{position:absolute;top:.375rem;right:.375rem;width:.5rem;height:.5rem;background-color:#ff6a00;border-radius:9999px;border:2px solid white}.storefront-header .header-actions .mobile-menu-btn{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:.5rem;transition:background-color .2s}@media(min-width:768px){.storefront-header .header-actions .mobile-menu-btn{display:none}}.storefront-header .header-actions .mobile-menu-btn:hover{background-color:#f5f2f0}.category-tabs{border-top:1px solid #f5f2f0;background-color:#fff;overflow-x:auto}.category-tabs .tabs-container{max-width:1440px;margin:0 auto;padding:0 1rem}@media(min-width:1024px){.category-tabs .tabs-container{padding:0 2.5rem}}.category-tabs nav{display:flex;gap:2rem;min-width:max-content}.category-tabs nav a{display:flex;align-items:center;padding:.75rem 0;border-bottom:2px solid transparent;font-size:.875rem;font-weight:500;letter-spacing:.015em;color:#6b7280;transition:all .2s}.category-tabs nav a:hover{color:#ff6a00;border-bottom-color:#ff6a004d}.category-tabs nav a.active{border-bottom-color:#181410;color:#181410;font-weight:700}.storefront-footer{background-color:#fff;border-top:1px solid #f5f2f0;padding:4rem 0 2rem}.storefront-footer .footer-container{max-width:1440px;margin:0 auto;padding:0 1rem}@media(min-width:1024px){.storefront-footer .footer-container{padding:0 2.5rem}}.storefront-footer .footer-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-bottom:3rem}@media(min-width:768px){.storefront-footer .footer-grid{grid-template-columns:repeat(4,1fr)}}@media(min-width:1024px){.storefront-footer .footer-grid{grid-template-columns:repeat(5,1fr)}}.storefront-footer .footer-grid .footer-brand{grid-column:span 2}@media(min-width:1024px){.storefront-footer .footer-grid .footer-brand{grid-column:span 2}}.storefront-footer .footer-grid .footer-brand .brand-header{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.storefront-footer .footer-grid .footer-brand .brand-header .brand-icon{width:1.5rem;height:1.5rem;background-color:#ff6a00;border-radius:.5rem;display:flex;align-items:center;justify-content:center;color:#fff;font-size:.75rem}.storefront-footer .footer-grid .footer-brand .brand-header .brand-text{color:#181410;font-size:1.125rem;font-weight:700}.storefront-footer .footer-grid .footer-brand .brand-description{color:#6b7280;font-size:.875rem;margin-bottom:1.5rem;max-width:24rem}.storefront-footer .footer-grid .footer-brand .social-links{display:flex;gap:1rem}.storefront-footer .footer-grid .footer-brand .social-links a{color:#8d715e;transition:color .2s}.storefront-footer .footer-grid .footer-brand .social-links a:hover{color:#ff6a00}.storefront-footer .footer-grid .footer-column{display:flex;flex-direction:column;gap:.75rem}.storefront-footer .footer-grid .footer-column h4{font-weight:700;color:#181410;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem}.storefront-footer .footer-grid .footer-column a{font-size:.875rem;color:#6b7280;transition:color .2s}.storefront-footer .footer-grid .footer-column a:hover{color:#ff6a00}.storefront-footer .footer-bottom{border-top:1px solid #f5f2f0;padding-top:2rem;display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:1rem}@media(min-width:768px){.storefront-footer .footer-bottom{flex-direction:row}}.storefront-footer .footer-bottom .copyright{font-size:.75rem;color:#8d715e}.storefront-footer .footer-bottom .payment-icons{display:flex;gap:1rem}.storefront-footer .footer-bottom .payment-icons img{height:1rem;object-fit:contain;opacity:.5;filter:grayscale(100%);transition:all .2s}.storefront-footer .footer-bottom .payment-icons img:hover{opacity:1;filter:grayscale(0)}.product-card{background-color:#fff;border-radius:.75rem;border:1px solid #e7dfda;transition:all .3s;display:flex;flex-direction:column;overflow:hidden;position:relative}.product-card:hover{border-color:#ff6a0080;box-shadow:0 10px 15px -3px #00000014,0 4px 6px -2px #0000000a}.product-card .product-badge{position:absolute;top:.75rem;right:.75rem;background-color:#ff6a00;color:#fff;font-size:.625rem;font-weight:700;padding:.25rem .5rem;border-radius:9999px;z-index:10;box-shadow:0 1px 2px #0000000d}.product-card .product-image{height:10rem;background-color:#f9fafa;display:flex;align-items:center;justify-content:center;padding:1.5rem;border-bottom:1px solid #f5f2f0;transition:background-color .2s}.product-card:hover .product-card .product-image{background-color:#ff6a000d}.product-card .product-content{padding:1.25rem;display:flex;flex-direction:column;flex-grow:1}.product-card .product-content .product-category{font-size:.75rem;font-weight:600;color:#8d715e;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem}.product-card .product-content .product-title{font-weight:700;color:#181410;font-size:1.125rem;line-height:1.25;margin-bottom:.5rem;transition:color .2s}.product-card:hover .product-card .product-content .product-title{color:#ff6a00}.product-card .product-content .product-pricing{margin-top:auto;padding-top:1rem}.product-card .product-content .product-pricing .price-row{display:flex;align-items:baseline;gap:.5rem;margin-bottom:1rem}.product-card .product-content .product-pricing .price-row .current-price{font-size:1.5rem;font-weight:900;color:#181410}.product-card .product-content .product-pricing .price-row .original-price{font-size:.875rem;color:#8d715e;text-decoration:line-through}.product-card .product-content .product-pricing .price-row .price-period{font-size:.75rem;color:#8d715e;font-weight:500}.product-card .product-content .product-pricing .add-to-cart-section{display:flex;gap:.5rem}.product-card .product-content .product-pricing .add-to-cart-section .quantity-input{width:4rem;border-radius:.5rem;border:1px solid #e7dfda;text-align:center;font-size:.875rem;font-weight:700;height:2.5rem;background-color:#f9fafa;transition:border-color .2s}.product-card .product-content .product-pricing .add-to-cart-section .quantity-input:focus{border-color:#ff6a00;outline:none;box-shadow:0 0 0 3px #ff6a001a}.product-card .product-content .product-pricing .add-to-cart-section .add-cart-btn{flex:1;background-color:#fff;border:1px solid #ff6a00;color:#ff6a00;font-weight:700;border-radius:.5rem;height:2.5rem;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:.875rem}.product-card .product-content .product-pricing .add-to-cart-section .add-cart-btn:hover{background-color:#ff6a00;color:#fff}@media(max-width:640px){.storefront-header .header-container{padding:.75rem 1rem}}.customer-portal-shell{width:100%;min-width:0}body.customer-portal main.flex-grow>.customer-portal-shell,body.customer-portal main.flex-grow>main{padding-top:1.5rem;padding-bottom:1.5rem}@media(max-width:639px){body.customer-portal main.flex-grow>.customer-portal-shell,body.customer-portal main.flex-grow>main{padding-top:1rem;padding-bottom:1.25rem}}body.customer-portal main.flex-grow h1.text-3xl{font-size:1.5rem;line-height:2rem}body.customer-portal main.flex-grow h2.text-2xl{font-size:1.25rem;line-height:1.75rem}body.customer-portal main.flex-grow .rounded-2xl>.p-8,body.customer-portal main.flex-grow .rounded-2xl.p-8{padding:1rem}body.customer-portal main.flex-grow .p-6{padding:.875rem}body.customer-portal main.flex-grow .p-5{padding:.75rem}body.customer-portal main.flex-grow table{font-size:11px}body.customer-portal main.flex-grow table th{padding:6px 10px;font-size:11px;letter-spacing:.04em;text-transform:uppercase}body.customer-portal main.flex-grow table td{padding:6px 10px;font-size:11px}body.customer-portal main.flex-grow .overflow-hidden.rounded-2xl>a.block{padding:.75rem .875rem}.customer-account-nav{position:relative;-webkit-overflow-scrolling:touch;scrollbar-width:none}.customer-account-nav::-webkit-scrollbar{display:none}.customer-account-nav:after{content:"";position:absolute;top:0;right:0;bottom:1px;width:2rem;background:linear-gradient(to left,#faf8f6 30%,transparent);pointer-events:none}@media(min-width:1024px){.customer-account-nav:after{display:none}}.dark .customer-account-nav:after{background:linear-gradient(to left,#121212 30%,transparent)}.customer-account-nav__track{scroll-snap-type:x proximity}.customer-account-nav__link{scroll-snap-align:start;white-space:nowrap}@media(max-width:639px){body.customer-portal .store-primary-nav__links>a,body.customer-portal .store-primary-nav__links>.relative button{font-size:.6875rem;padding:.5rem .0625rem}body.customer-portal .store-header{gap:.375rem}body.customer-portal .store-header__actions{gap:.25rem}}.store-primary-nav{overflow:visible}@media(max-width:639px){.store-primary-nav__inner{padding-left:.625rem;padding-right:.625rem}}.store-primary-nav__link{display:flex;align-items:center;justify-content:center;gap:.25rem;padding:.75rem 0;border:0;border-bottom:2px solid transparent;background:transparent;font-size:.875rem;letter-spacing:.015em;text-decoration:none;white-space:nowrap;transition:color .15s ease,border-color .15s ease;cursor:pointer}.store-primary-nav__link--active{border-bottom-color:#181410;color:#181410;font-weight:700}.store-primary-nav__link--idle{color:#8d715e;font-weight:500}.store-primary-nav__link--idle:hover{color:#ff6a00;border-bottom-color:#ff6a004d}.store-primary-nav__link--dropdown{gap:.25rem}.store-primary-nav__label--sm{display:inline}@media(min-width:640px){.store-primary-nav__label--sm{display:none}}.store-primary-nav__label--lg{display:none}@media(min-width:640px){.store-primary-nav__label--lg{display:inline}}@media(max-width:639px){.store-primary-nav__deals-icon{display:none}}.store-primary-nav__links{display:flex;align-items:stretch;width:100%;min-width:0}@media(max-width:639px){.store-primary-nav__links{justify-content:space-between;gap:.125rem}}@media(min-width:640px){.store-primary-nav__links{align-items:center;gap:1.25rem}}@media(min-width:1024px){.store-primary-nav__links{gap:2rem}}.store-primary-nav__links>a,.store-primary-nav__links>.relative{flex-shrink:0}@media(max-width:639px){.store-primary-nav__links>a,.store-primary-nav__links>.relative button{flex:1 1 0;min-width:0;padding:.5rem .125rem;font-size:.75rem;letter-spacing:0}}.nav-categories-menu{width:18rem;max-width:min(18rem,100vw - 2rem);border-radius:.75rem;border:1px solid #e7dfda;background:#fff;box-shadow:0 10px 15px -3px #00000014,0 4px 6px -2px #0000000a;padding:.5rem;display:flex;flex-direction:column;max-height:min(70vh,28rem)}.nav-categories-menu__all{flex-shrink:0;border-bottom:1px solid #f3f4f6;margin-bottom:.25rem;padding-bottom:.5rem!important}.nav-categories-menu__scroll{flex:1 1 auto;min-height:0;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;padding-right:.125rem;scrollbar-width:thin;scrollbar-color:#c5cdd4 transparent}.nav-categories-menu__scroll::-webkit-scrollbar{width:6px}.nav-categories-menu__scroll::-webkit-scrollbar-track{background:transparent}.nav-categories-menu__scroll::-webkit-scrollbar-thumb{background-color:#c5cdd4;border-radius:9999px}.nav-categories-menu__scroll::-webkit-scrollbar-thumb:hover{background-color:#9aa5b1}.customer-auth-page{max-width:28rem;margin:0 auto;padding:3rem 1rem 4rem}.customer-auth-card{background:#fff;border:1px solid #e7dfda;border-radius:1.25rem;box-shadow:0 2px 8px -2px #0000000d,0 0 4px #00000005;padding:2rem 1.75rem}.customer-auth-card__brand{display:inline-flex;align-items:center;gap:.5rem;margin-bottom:1.5rem;color:#181410;text-decoration:none;font-weight:800;font-size:1rem;letter-spacing:-.02em}.customer-auth-card__brand:hover{color:#ff6a00}.customer-auth-card__brand-mark{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:.5rem;background:#ff6a00;color:#fff}.customer-auth-card__brand-mark .material-symbols-outlined{font-size:1.125rem}.customer-auth-card__header{margin-bottom:1.75rem}.customer-auth-card__title{margin:0;font-size:1.75rem;font-weight:800;letter-spacing:-.02em;color:#181410;line-height:1.15}.customer-auth-card__subtitle{margin:.5rem 0 0;font-size:.9375rem;line-height:1.5;color:#6b7280}.customer-auth-form{display:flex;flex-direction:column;gap:1.125rem}.customer-auth-field{display:flex;flex-direction:column;gap:.5rem}.customer-auth-field__label-row{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.customer-auth-field__error{margin:0;font-size:.8125rem;color:#dc2626}.customer-auth-field__hint{margin:0;font-size:.8125rem;line-height:1.45;color:#6b7280}.customer-auth-label{font-size:.875rem;font-weight:600;color:#181410}.customer-auth-label__optional{font-weight:500;color:#6b7280}.customer-auth-link{font-size:.8125rem;font-weight:700;color:#ff6a00;text-decoration:none}.customer-auth-link:hover{text-decoration:underline}.customer-auth-input{width:100%;min-height:2.75rem;padding:.625rem .875rem;border:1px solid #e7dfda;border-radius:.75rem;background:#f9fafa;color:#181410;font-size:1rem;transition:border-color .2s,box-shadow .2s,background-color .2s}.customer-auth-input:focus{outline:none;border-color:#ff6a00;background:#fff;box-shadow:0 0 0 3px #ff6a001f}.customer-auth-input.is-invalid{border-color:#fca5a5;background:#fff7f7}.customer-auth-input--locked{cursor:not-allowed;color:#6b7280;background:#f1f3f4;border-color:#e5e7eb}.customer-auth-input--locked:focus{box-shadow:none;border-color:#e5e7eb;background:#f1f3f4}.customer-auth-otp{display:flex;justify-content:center;gap:.5rem}.customer-auth-otp.is-invalid .customer-auth-otp__digit{border-color:#fca5a5;background:#fff7f7}.customer-auth-otp__digit{width:2.75rem;height:3.25rem;padding:0;border:1px solid #e7dfda;border-radius:.75rem;background:#f9fafa;color:#181410;font-size:1.375rem;font-weight:700;font-variant-numeric:tabular-nums;text-align:center;transition:border-color .2s,box-shadow .2s,background-color .2s}.customer-auth-otp__digit:focus{outline:none;border-color:#ff6a00;background:#fff;box-shadow:0 0 0 3px #ff6a001f}.customer-auth-password{position:relative}.customer-auth-password .customer-auth-input{padding-right:2.75rem}.customer-auth-password__toggle{position:absolute;top:50%;right:.5rem;transform:translateY(-50%);width:2.25rem;height:2.25rem;border:0;border-radius:.5rem;background:transparent;color:#6b7280;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.customer-auth-password__toggle:hover{color:#181410;background:#0000000a}.customer-auth-password__toggle .material-symbols-outlined{font-size:1.25rem}.customer-auth-remember{display:flex;align-items:center;gap:.625rem;font-size:.875rem;color:#6b7280}.customer-auth-remember input{accent-color:#ff6a00}.customer-auth-submit{width:100%;min-height:2.25rem;margin-top:.25rem;border:0;border-radius:.625rem;background:#ff6a00;color:#fff;font-size:.8125rem;font-weight:700;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;cursor:pointer;box-shadow:none;transition:background-color .2s,transform .15s ease}.customer-auth-submit:hover{background:#e65f00}.customer-auth-submit:active{transform:translateY(1px)}.customer-auth-alert{margin-bottom:1rem;padding:.75rem .875rem;border-radius:.75rem;font-size:.875rem;font-weight:600;line-height:1.45}.customer-auth-alert--success{background:#ecfdf3;border:1px solid #bbf7d0;color:#166534}.customer-auth-alert--error{background:#fef2f2;border:1px solid #fecaca;color:#991b1b}.customer-auth-resend{margin-top:.75rem;text-align:center}.customer-auth-resend__btn{border:0;background:transparent;color:#ff6a00;font-size:.875rem;font-weight:700;cursor:pointer;padding:.25rem .5rem}.customer-auth-resend__btn:hover:not(:disabled){text-decoration:underline}.customer-auth-resend__btn:disabled{color:#6b7280;cursor:not-allowed}.customer-auth-switch{margin:1.25rem 0 0;text-align:center;font-size:.875rem;line-height:1.55;color:#6b7280}.customer-auth-switch a{color:#ff6a00;font-weight:700;text-decoration:none}.customer-auth-switch a:hover{text-decoration:underline}
