@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=MedievalSharp&family=Roboto:wght@400;500;700&display=swap";.theme-columbiagames-admin{--admin-green: #006600;--admin-green-dark: #004d00;--admin-green-soft: #e8f4e2;--admin-bg: #ffc;--admin-panel: #fffef0;--admin-panel-strong: #fff;--admin-border: rgba(0, 102, 0, .22);--admin-text: #1d2a1d;--admin-muted: #5d665d;--admin-danger: #a40000;--admin-danger-bg: #fff0f0;--admin-success: #126b1c;--admin-success-bg: #eff9ef;min-height:100vh;background:var(--admin-bg);color:var(--admin-text);font-family:Verdana,Arial,Helvetica,sans-serif;line-height:1.5}.theme-columbiagames-admin *,.theme-columbiagames-admin *:before,.theme-columbiagames-admin *:after{box-sizing:border-box}.theme-columbiagames-admin .admin-container{width:min(100% - 2rem,1380px);margin-inline:auto}.theme-columbiagames-admin .admin-header{position:sticky;top:0;z-index:50;background:var(--admin-green);color:#fff;border-bottom:2px solid var(--admin-green-dark);box-shadow:0 6px 16px #0046002e}.theme-columbiagames-admin .admin-header-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:58px}.theme-columbiagames-admin .admin-brand{color:#fff;font-size:clamp(1.15rem,2vw,1.55rem);font-weight:800;text-decoration:none;letter-spacing:-.01em}.theme-columbiagames-admin .admin-header-meta{display:flex;flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.6rem}.theme-columbiagames-admin .admin-scope-pill,.theme-columbiagames-admin .session-pill{display:inline-flex;align-items:center;min-height:32px;padding:.35rem .65rem;border-radius:999px;border:1px solid rgba(255,255,255,.36);background:#ffffff24;color:#fff;font-size:.84rem;font-weight:700}.theme-columbiagames-admin .muted-pill,.theme-columbiagames-admin .panel .session-pill{border-color:var(--admin-border);background:var(--admin-green-soft);color:var(--admin-green-dark)}.theme-columbiagames-admin .panel .session-pill:first-child{background:var(--admin-green);color:#fff}.theme-columbiagames-admin .admin-layout{display:grid;grid-template-columns:260px minmax(0,1fr);gap:1.25rem;padding:1.25rem 0 3rem}.theme-columbiagames-admin .admin-sidebar{position:sticky;top:78px;align-self:start}.theme-columbiagames-admin .admin-nav{display:grid;gap:.85rem}.theme-columbiagames-admin .admin-nav-group{display:grid;gap:.35rem;padding:.8rem;border:1px solid var(--admin-border);background:var(--admin-panel);box-shadow:5px 5px #00410029}.theme-columbiagames-admin .admin-nav-group-title{color:var(--admin-green-dark);font-size:.74rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.theme-columbiagames-admin .admin-nav-link{display:block;padding:.6rem .7rem;color:var(--admin-text);text-decoration:none;border-left:4px solid transparent;background:transparent;font-weight:700}.theme-columbiagames-admin .admin-nav-link:hover,.theme-columbiagames-admin .admin-nav-link:focus-visible,.theme-columbiagames-admin .admin-nav-link.is-active{color:#fff;background:var(--admin-green);border-left-color:var(--admin-green-dark);outline:none}.theme-columbiagames-admin .admin-main-wrap,.theme-columbiagames-admin .admin-main{min-width:0}.theme-columbiagames-admin .admin-breadcrumbs{display:flex;flex-wrap:wrap;align-items:center;gap:.45rem;margin-bottom:.75rem;color:var(--admin-muted);font-size:.88rem}.theme-columbiagames-admin .admin-breadcrumbs a{color:var(--admin-green);font-weight:800;text-decoration:none}.theme-columbiagames-admin .admin-mobile-menu-wrap{display:none;padding-top:.85rem}.theme-columbiagames-admin .admin-mobile-menu{border:1px solid var(--admin-border);background:var(--admin-panel);box-shadow:4px 4px #00410024}.theme-columbiagames-admin .admin-mobile-menu summary{cursor:pointer;padding:.85rem 1rem;color:var(--admin-green-dark);font-weight:800}.theme-columbiagames-admin .admin-nav-mobile{padding:0 .85rem .85rem}.theme-columbiagames-admin .stack{display:grid;gap:1rem}.theme-columbiagames-admin .row{display:flex;gap:.75rem;align-items:center}.theme-columbiagames-admin .wrap-row{flex-wrap:wrap}.theme-columbiagames-admin .admin-page{gap:1rem}.theme-columbiagames-admin .panel,.theme-columbiagames-admin .result-card,.theme-columbiagames-admin .library-card,.theme-columbiagames-admin .wishlist-card,.theme-columbiagames-admin .product-card{border-radius:0;border:1px solid var(--admin-border);background:var(--admin-panel-strong);padding:1.2rem;box-shadow:5px 5px #00410029}.theme-columbiagames-admin .page-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:1rem 1.1rem;border-left:8px solid var(--admin-green);background:#ffffff8c}.theme-columbiagames-admin .page-header h2,.theme-columbiagames-admin h2,.theme-columbiagames-admin h3{color:var(--admin-green-dark);font-family:Verdana,Arial,Helvetica,sans-serif}.theme-columbiagames-admin .page-header h2{margin:0 0 .25rem}.theme-columbiagames-admin .muted,.theme-columbiagames-admin .product-meta,.theme-columbiagames-admin .product-id{color:var(--admin-muted);font-size:.92rem;font-family:Verdana,Arial,Helvetica,sans-serif}.theme-columbiagames-admin .compact-copy{margin:0}.theme-columbiagames-admin label span{display:block;margin-bottom:.35rem;font-size:.92rem;color:var(--admin-muted)}.theme-columbiagames-admin input:not([type=checkbox]):not([type=radio]),.theme-columbiagames-admin select,.theme-columbiagames-admin textarea{width:100%;min-height:38px;padding:.52rem .65rem;border:1px solid rgba(0,102,0,.28);border-radius:3px;background:#fff;color:var(--admin-text);font:inherit}.theme-columbiagames-admin textarea{min-height:120px;resize:vertical}.theme-columbiagames-admin input[type=checkbox],.theme-columbiagames-admin input[type=radio]{width:auto;min-width:0;min-height:0;padding:0;accent-color:var(--admin-green)}.theme-columbiagames-admin .checkbox-label{display:flex;align-items:center;gap:.55rem;min-width:0;padding:.55rem 0;color:var(--admin-text);font-weight:700}.theme-columbiagames-admin button,.theme-columbiagames-admin .button-link{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:.55rem .85rem;border-radius:3px;border:1px solid var(--admin-green);background:var(--admin-green);color:#fff;text-decoration:none;box-shadow:none;font-family:Verdana,Arial,Helvetica,sans-serif;font-weight:800;cursor:pointer}.theme-columbiagames-admin button:hover:not(:disabled),.theme-columbiagames-admin .button-link:hover{background:var(--admin-green-dark);border-color:var(--admin-green-dark)}.theme-columbiagames-admin button:disabled{opacity:.7;cursor:wait}.theme-columbiagames-admin .button-secondary,.theme-columbiagames-admin .button-link.secondary-link,.theme-columbiagames-admin .button-link.button-link-secondary{background:#fff;color:var(--admin-green);border-color:var(--admin-green)}.theme-columbiagames-admin .button-secondary:hover:not(:disabled),.theme-columbiagames-admin .button-link.secondary-link:hover,.theme-columbiagames-admin .button-link.button-link-secondary:hover{background:var(--admin-green-soft);color:var(--admin-green-dark)}.theme-columbiagames-admin .admin-toolbar{display:flex;flex-wrap:wrap;gap:1rem;align-items:end}.theme-columbiagames-admin .admin-toolbar label{display:grid;gap:.35rem;min-width:180px}.theme-columbiagames-admin .admin-toolbar .grow-field{flex:1 1 280px}.theme-columbiagames-admin .form-grid{display:grid;gap:1rem}.theme-columbiagames-admin .form-grid.two-col{grid-template-columns:repeat(2,minmax(0,1fr))}.theme-columbiagames-admin .full-span{grid-column:1 / -1}.theme-columbiagames-admin .table-scroll{overflow-x:auto}.theme-columbiagames-admin .data-table{width:100%;border-collapse:collapse}.theme-columbiagames-admin .data-table th,.theme-columbiagames-admin .data-table td{border-bottom:1px solid rgba(0,102,0,.16);padding:.75rem;text-align:left;vertical-align:top}.theme-columbiagames-admin .data-table th{background:var(--admin-green);color:#fff;border-bottom-color:var(--admin-green-dark)}.theme-columbiagames-admin .small-text{font-size:.82rem}.theme-columbiagames-admin .queue-badge,.theme-columbiagames-admin .badge.badge-accent{display:inline-block;padding:.2rem .45rem;background:var(--admin-green-soft);border:1px solid var(--admin-border);color:var(--admin-green-dark)}.theme-columbiagames-admin .badge{display:inline-block;background:#ece4d5;color:#5e4100;padding:.2rem .55rem;border-radius:999px;font-size:.82rem}.theme-columbiagames-admin .detail-kv{display:grid;gap:.25rem}.theme-columbiagames-admin .admin-detail-meta,.theme-columbiagames-admin .admin-summary-row{align-items:center}.theme-columbiagames-admin .bullet-list{margin:.5rem 0 0;padding-left:1.2rem}.theme-columbiagames-admin .compact-list{margin-top:.4rem}.theme-columbiagames-admin .compact-stack{gap:.75rem}.theme-columbiagames-admin .error-banner,.theme-columbiagames-admin .error{color:var(--admin-danger);background:var(--admin-danger-bg);border:1px solid rgba(164,0,0,.25);padding:.75rem .9rem;font-weight:700}.theme-columbiagames-admin .success{color:var(--admin-success);background:var(--admin-success-bg);border:1px solid rgba(18,107,28,.25);padding:.75rem .9rem;font-weight:700}.theme-columbiagames-admin pre{white-space:pre-wrap;word-break:break-word;background:#f8f7f3;padding:1rem;border:1px solid #e0dbd0}.theme-columbiagames-admin code{background:#f1eee8;padding:.15rem .3rem}@media (max-width: 980px){.theme-columbiagames-admin .admin-container{width:min(100% - 1rem,1380px)}.theme-columbiagames-admin .admin-layout{grid-template-columns:1fr;gap:.85rem;padding-top:.85rem}.theme-columbiagames-admin .admin-sidebar{display:none}.theme-columbiagames-admin .admin-mobile-menu-wrap{display:block}.theme-columbiagames-admin .admin-header-inner{align-items:flex-start;flex-direction:column;padding:.75rem 0}.theme-columbiagames-admin .admin-header-meta{justify-content:flex-start}.theme-columbiagames-admin .page-header{display:block}}@media (max-width: 820px){.theme-columbiagames-admin .form-grid.two-col{grid-template-columns:1fr}}@media (max-width: 680px){.theme-columbiagames-admin .admin-toolbar,.theme-columbiagames-admin .row.wrap-row{align-items:stretch}.theme-columbiagames-admin .button-link,.theme-columbiagames-admin button{width:100%}}.theme-columbiagames-admin .theme-selector-grid{grid-template-columns:minmax(240px,1fr) minmax(220px,1fr) auto}.theme-columbiagames-admin .theme-admin-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem}.theme-columbiagames-admin .theme-admin-card{overflow:hidden;border:1px solid rgba(0,102,0,.18);background:#fff;box-shadow:0 10px 24px #00000014}.theme-columbiagames-admin .theme-admin-card.is-inactive{opacity:.72}.theme-columbiagames-admin .theme-admin-thumbnail{min-height:96px;background:linear-gradient(135deg,#060,#ffc)}.theme-columbiagames-admin .theme-admin-thumbnail-columbiagames-admin{background:linear-gradient(135deg,#060,#ffc)}.theme-columbiagames-admin .theme-admin-thumbnail-columbiagames-storefront{background:linear-gradient(135deg,#3b230f,#d7b46a 48%,#1c1208)}.theme-columbiagames-admin .theme-admin-thumbnail-start-theme{background:linear-gradient(135deg,#2563eb,#f6f8fb)}.theme-columbiagames-admin .theme-admin-card-body{display:grid;gap:.85rem;padding:1rem}.theme-columbiagames-admin .theme-admin-title-row{display:flex;justify-content:space-between;gap:.75rem;align-items:flex-start}.theme-columbiagames-admin .theme-admin-title-row strong,.theme-columbiagames-admin .theme-admin-title-row code{display:block}.theme-columbiagames-admin .theme-status-pill{flex:0 0 auto;border:1px solid rgba(93,102,93,.26);border-radius:999px;padding:.2rem .55rem;background:#f1f1ea;color:#5d665d;font-size:.76rem;font-weight:800;text-transform:uppercase}.theme-columbiagames-admin .theme-status-pill.is-active{border-color:#00660038;background:var(--admin-green-soft);color:var(--admin-green-dark)}@media (max-width: 960px){.theme-columbiagames-admin .theme-selector-grid{grid-template-columns:1fr}}.theme-columbiagames-admin .account-control{display:inline-flex;align-items:center;gap:.45rem;max-width:min(100%,360px);text-decoration:none}.theme-columbiagames-admin .account-control-link{display:inline-flex;align-items:center;gap:.4rem;min-width:0;color:inherit;text-decoration:none}.theme-columbiagames-admin .account-control-icon{width:1.05rem;height:1.05rem;flex:0 0 auto;fill:currentColor}.theme-columbiagames-admin .account-control-label{min-width:0;max-width:12rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.theme-columbiagames-admin .account-control-button{min-height:28px;padding:.25rem .55rem;border:1px solid rgba(255,255,255,.36);border-radius:999px;background:#ffffff29;color:inherit;font-size:.78rem;font-weight:800;cursor:pointer}.admin-config-grid{display:grid;grid-template-columns:minmax(260px,.85fr) minmax(360px,1.35fr);gap:1rem;align-items:start}.admin-field{display:grid;gap:.35rem;font-weight:700}.admin-field input,.admin-field textarea,.admin-inline-input{width:100%;border:1px solid rgba(0,102,0,.35);border-radius:.45rem;padding:.55rem .65rem;font:inherit;background:#fffef3;color:#1f2a1f}.admin-field textarea{min-height:5rem;resize:vertical;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:.9rem;line-height:1.45}.inline-check{display:inline-flex;align-items:center;gap:.45rem;font-weight:700}.admin-email-help{background:#ffffcca6}.error-text{color:#8a1f11;font-weight:700}.merchant-action-card.is-active{outline:2px solid #006600;outline-offset:2px}@media (max-width: 900px){.admin-config-grid{grid-template-columns:1fr}}.theme-columbiagames-admin .section-heading-row{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.theme-columbiagames-admin .admin-pagination-row{display:flex;justify-content:space-between;align-items:center;gap:.75rem;flex-wrap:wrap;padding:.45rem 0}.theme-columbiagames-admin .admin-page-size-control{display:inline-flex;align-items:center;gap:.35rem;font-weight:700}.theme-columbiagames-admin .admin-page-size-control select{min-height:2rem;border:1px solid rgba(0,102,0,.35);border-radius:.4rem;background:#fffef3;color:#1f2a1f}.theme-columbiagames-admin .admin-table-sort-button{display:inline-flex;align-items:center;gap:.35rem;width:100%;border:0;background:transparent;color:inherit;font:inherit;font-weight:800;text-align:left;cursor:pointer;padding:0}.theme-columbiagames-admin .admin-table-sort-button:hover,.theme-columbiagames-admin .admin-table-sort-button:focus-visible{text-decoration:underline}.theme-columbiagames-admin .admin-table-wrap,.theme-columbiagames-admin .table-scroll{width:100%;max-width:100%;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;border:1px solid rgba(0,102,0,.16);background:#fff}.theme-columbiagames-admin .admin-table,.theme-columbiagames-admin .data-table{width:100%;min-width:760px;border-collapse:collapse;table-layout:auto}.theme-columbiagames-admin .admin-table th,.theme-columbiagames-admin .admin-table td,.theme-columbiagames-admin .data-table th,.theme-columbiagames-admin .data-table td{max-width:28rem;overflow-wrap:anywhere;word-break:normal}.theme-columbiagames-admin .compact-table th,.theme-columbiagames-admin .compact-table td{padding:.55rem .6rem;font-size:.86rem}.theme-columbiagames-admin .admin-log-context{max-width:34rem;max-height:13rem;margin:0;overflow:auto;white-space:pre-wrap;word-break:break-word;font-size:.76rem;line-height:1.35}.theme-columbiagames-admin .admin-orders-table{min-width:900px}.theme-columbiagames-admin .admin-pagination-row,.theme-columbiagames-admin .admin-orders-pagination{max-width:100%}.theme-columbiagames-admin .admin-pagination-row .row,.theme-columbiagames-admin .admin-orders-pagination{min-width:0}.theme-columbiagames-admin .admin-page-size-control select{width:auto;min-width:5rem}@media (max-width: 980px){.theme-columbiagames-admin .admin-main-wrap,.theme-columbiagames-admin .admin-main,.theme-columbiagames-admin .panel,.theme-columbiagames-admin .merchant-admin-page,.theme-columbiagames-admin .stack,.theme-columbiagames-admin .page-header,.theme-columbiagames-admin .section-heading-row{min-width:0}.theme-columbiagames-admin .admin-breadcrumbs{margin-inline:.1rem}.theme-columbiagames-admin .section-heading-row{display:grid;grid-template-columns:1fr}.theme-columbiagames-admin .admin-table-wrap,.theme-columbiagames-admin .table-scroll{border-radius:.35rem;box-shadow:inset -16px 0 18px -18px #0041008c}}@media (max-width: 680px){.theme-columbiagames-admin .admin-container{width:100%;padding-inline:.55rem}.theme-columbiagames-admin .admin-header-inner{gap:.5rem}.theme-columbiagames-admin .admin-brand{font-size:1rem;line-height:1.15}.theme-columbiagames-admin .admin-header-meta,.theme-columbiagames-admin .account-control{width:100%}.theme-columbiagames-admin .account-control{justify-content:space-between}.theme-columbiagames-admin .admin-layout{padding-bottom:2rem}.theme-columbiagames-admin .panel,.theme-columbiagames-admin .page-header{padding:.85rem;box-shadow:3px 3px #00410024}.theme-columbiagames-admin .page-header h2,.theme-columbiagames-admin h2{font-size:1.2rem}.theme-columbiagames-admin .admin-toolbar,.theme-columbiagames-admin .admin-toolbar label,.theme-columbiagames-admin .admin-toolbar .grow-field,.theme-columbiagames-admin .checkout-field{width:100%;min-width:0}.theme-columbiagames-admin .form-grid,.theme-columbiagames-admin .form-grid.two-col{grid-template-columns:1fr;gap:.75rem}.theme-columbiagames-admin .admin-pagination-row{display:grid;grid-template-columns:1fr;gap:.65rem;align-items:stretch;padding:.55rem 0}.theme-columbiagames-admin .admin-pagination-row>.row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.45rem;width:100%}.theme-columbiagames-admin .admin-pagination-row .session-pill{width:100%;justify-content:center;text-align:center}.theme-columbiagames-admin .admin-pagination-row button{min-height:42px;width:100%}.theme-columbiagames-admin .admin-page-size-control{grid-column:1 / -1;display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;width:100%}.theme-columbiagames-admin .admin-page-size-control span{margin:0}.theme-columbiagames-admin .admin-page-size-control select{width:100%}.theme-columbiagames-admin .catalog-summary-row{display:grid;grid-template-columns:1fr;gap:.55rem}.theme-columbiagames-admin .admin-orders-pagination{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.45rem;justify-content:stretch;width:100%}.theme-columbiagames-admin .admin-orders-pagination .pagination-ellipsis,.theme-columbiagames-admin .admin-orders-pagination .pagination-button:not(.is-active){display:none}.theme-columbiagames-admin .admin-orders-pagination .pagination-button,.theme-columbiagames-admin .admin-orders-pagination .button-secondary{width:100%;min-width:0;min-height:42px}.theme-columbiagames-admin .admin-orders-pagination .pagination-button.is-active{grid-column:1 / -1;order:-1;background:var(--admin-green-soft);color:var(--admin-green-dark);border-color:var(--admin-green)}.theme-columbiagames-admin .admin-table-wrap,.theme-columbiagames-admin .table-scroll{margin-inline:-.2rem}.theme-columbiagames-admin .admin-table,.theme-columbiagames-admin .data-table{min-width:680px}.theme-columbiagames-admin .admin-orders-table{min-width:820px}.theme-columbiagames-admin .admin-log-context{max-width:20rem;max-height:10rem;padding:.55rem}.theme-columbiagames-admin .admin-table-sort-button{min-height:0;width:100%;justify-content:flex-start;padding:0}}@media (max-width: 430px){.theme-columbiagames-admin .admin-pagination-row>.row,.theme-columbiagames-admin .admin-orders-pagination{grid-template-columns:1fr}.theme-columbiagames-admin .admin-page-size-control{grid-template-columns:1fr}.theme-columbiagames-admin .admin-table,.theme-columbiagames-admin .data-table{min-width:620px}.theme-columbiagames-admin .admin-orders-table{min-width:760px}}@media (max-width: 980px){.theme-columbiagames-admin .admin-header{position:sticky;top:0;z-index:110}.theme-columbiagames-admin .admin-header-inner{min-height:52px}.theme-columbiagames-admin .admin-mobile-menu-wrap{position:sticky;top:52px;z-index:105;display:block;width:100%;padding-block:.45rem;background:var(--admin-bg);border-bottom:1px solid var(--admin-border)}.theme-columbiagames-admin .admin-mobile-menu{border:1px solid var(--admin-green);background:var(--admin-panel-strong);box-shadow:3px 3px #00410029}.theme-columbiagames-admin .admin-mobile-menu summary{display:flex;align-items:center;justify-content:space-between;gap:.75rem;min-height:42px;padding:.55rem .75rem;background:var(--admin-green);color:#fff;font-weight:800;list-style:none}.theme-columbiagames-admin .admin-mobile-menu summary::-webkit-details-marker{display:none}.theme-columbiagames-admin .admin-mobile-menu summary:before{content:"☰";font-size:1.2rem;line-height:1}.theme-columbiagames-admin .admin-mobile-menu summary:after{content:"Open";font-size:.8rem;opacity:.9}.theme-columbiagames-admin .admin-mobile-menu[open] summary:after{content:"Close"}.theme-columbiagames-admin .admin-nav-mobile{display:grid;gap:.65rem;max-height:calc(100vh - 104px);overflow-y:auto;padding:.75rem;background:var(--admin-panel-strong)}.theme-columbiagames-admin .admin-nav-mobile .admin-nav-group{box-shadow:none}.theme-columbiagames-admin .admin-nav-mobile .admin-nav-link{min-height:40px;display:flex;align-items:center}}@media (max-width: 680px){.theme-columbiagames-admin .admin-header-inner{min-height:auto}.theme-columbiagames-admin .admin-mobile-menu-wrap{top:0;z-index:120;padding:.4rem .55rem;background:var(--admin-bg)}.theme-columbiagames-admin .admin-mobile-menu summary{min-height:44px}.theme-columbiagames-admin .admin-nav-mobile{max-height:calc(100vh - 56px)}}.app-notice-host{position:fixed;top:1rem;left:50%;z-index:2000;display:grid;gap:.75rem;width:min(calc(100% - 2rem),820px);transform:translate(-50%);pointer-events:none}.app-notice{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:.85rem;width:100%;padding:.85rem 1rem;border:1px solid currentColor;border-left-width:8px;background:#fff;box-shadow:0 18px 44px #00000038;font-weight:700;pointer-events:auto}.app-notice-error{color:#9f1239;background:#fff1f2}.app-notice-success{color:#166534;background:#ecfdf3}.app-notice-info{color:#060;background:#e8f4e2}.app-notice-message{min-width:0}.app-notice-close{width:30px;min-width:30px;min-height:30px;padding:0;border-radius:999px;color:currentColor;background:#ffffff8c;border:1px solid currentColor;box-shadow:none;line-height:1;cursor:pointer}.app-notice-close:hover,.app-notice-close:focus-visible{background:#ffffffd9}@media (max-width: 680px){.app-notice-host{top:.5rem;width:min(calc(100% - 1rem),820px)}.app-notice{grid-template-columns:minmax(0,1fr)}.app-notice-close{justify-self:end}}.theme-columbiagames-admin .merchant-admin-page{gap:1.25rem}.theme-columbiagames-admin .merchant-admin-hero{position:relative;overflow:hidden;padding:1.35rem;background:linear-gradient(135deg,#0066001a,#fffffff0 34%),var(--admin-panel-strong)}.theme-columbiagames-admin .merchant-admin-hero:before{content:"";position:absolute;inset:0 0 auto 0;height:6px;background:var(--admin-green)}.theme-columbiagames-admin .merchant-admin-hero-content{display:grid;grid-template-columns:minmax(0,1fr) minmax(220px,300px);gap:1.25rem;align-items:stretch}.theme-columbiagames-admin .merchant-admin-hero h2{margin:.1rem 0 .5rem;font-size:clamp(2rem,4vw,3.2rem);line-height:1.05}.theme-columbiagames-admin .merchant-admin-lead{max-width:820px;margin:0;color:#384438}.theme-columbiagames-admin .merchant-scope-card{display:grid;gap:.35rem;align-content:center;padding:1rem;border:1px solid rgba(0,102,0,.24);background:var(--admin-green-soft)}.theme-columbiagames-admin .merchant-scope-card span{font-size:1.65rem;font-weight:800;color:var(--admin-green-dark)}.theme-columbiagames-admin .merchant-scope-card small{color:var(--admin-muted)}.theme-columbiagames-admin .merchant-action-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;align-items:start}.theme-columbiagames-admin .merchant-action-group{position:relative;gap:1rem;padding:0;overflow:hidden}.theme-columbiagames-admin .merchant-action-group>div:first-child{padding:1rem 1.1rem 0}.theme-columbiagames-admin .merchant-action-group h3{margin:0 0 .35rem;font-size:1.35rem}.theme-columbiagames-admin .merchant-action-group code,.theme-columbiagames-admin .merchant-action-card code{display:inline-block;border:1px solid rgba(0,102,0,.12);background:#0066000f;color:#5d665d;font-size:.88em}.theme-columbiagames-admin .merchant-action-list{display:grid;gap:0;border-top:1px solid rgba(0,102,0,.14)}.theme-columbiagames-admin .merchant-action-card{display:grid;gap:.55rem;padding:1rem 1.1rem;border:0;border-left:6px solid transparent;border-bottom:1px solid rgba(0,102,0,.12);background:#fff;color:var(--admin-text);text-decoration:none}.theme-columbiagames-admin .merchant-action-card:last-child{border-bottom:0}.theme-columbiagames-admin a.merchant-action-card:hover,.theme-columbiagames-admin a.merchant-action-card:focus-visible{border-left-color:var(--admin-green);background:#f8fff4;outline:none}.theme-columbiagames-admin .merchant-action-card-deferred{background:#5d665d0f;color:#344034}.theme-columbiagames-admin .merchant-action-card-deferred .merchant-action-status{background:#f1f1ea;color:#5d665d;border-color:#5d665d47}.theme-columbiagames-admin .merchant-action-card-planned .merchant-action-status{background:#fff7d6;color:#705500;border-color:#7055003d}.theme-columbiagames-admin .merchant-action-title-row{display:flex;justify-content:space-between;gap:.75rem;align-items:flex-start}.theme-columbiagames-admin .merchant-action-title-row strong{color:#172317;font-size:1.02rem}.theme-columbiagames-admin .merchant-action-status{flex:0 0 auto;border:1px solid rgba(0,102,0,.22);border-radius:999px;padding:.2rem .55rem;background:var(--admin-green-soft);color:var(--admin-green-dark);font-size:.76rem;font-weight:800;text-transform:uppercase;letter-spacing:.04em}.theme-columbiagames-admin .merchant-action-card>span:last-child{line-height:1.45}@media (max-width: 1120px){.theme-columbiagames-admin .merchant-action-grid{grid-template-columns:1fr}}@media (max-width: 920px){.theme-columbiagames-admin .merchant-admin-hero-content{grid-template-columns:1fr}}@media (max-width: 640px){.theme-columbiagames-admin .merchant-action-title-row{display:grid}.theme-columbiagames-admin .merchant-action-status{width:max-content}}.react-datepicker__navigation-icon:before,.react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow{border-color:#ccc;border-style:solid;border-width:3px 3px 0 0;content:"";display:block;height:9px;position:absolute;top:6px;width:9px}.react-datepicker__sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap;border:0}.react-datepicker-wrapper{display:inline-block;padding:0;border:0}.react-datepicker{font-family:Helvetica Neue,helvetica,arial,sans-serif;font-size:.8rem;background-color:#fff;color:#000;border:1px solid #aeaeae;border-radius:.3rem;display:inline-block;position:relative;line-height:initial}.react-datepicker--time-only .react-datepicker__time-container{border-left:0}.react-datepicker--time-only .react-datepicker__time,.react-datepicker--time-only .react-datepicker__time-box{border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.react-datepicker-popper{z-index:1;line-height:0}.react-datepicker-popper .react-datepicker__triangle{stroke:#aeaeae}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle{fill:#f0f0f0;color:#f0f0f0}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle{fill:#fff;color:#fff}.react-datepicker__header{text-align:center;background-color:#f0f0f0;border-bottom:1px solid #aeaeae;border-top-left-radius:.3rem;padding:8px 0;position:relative}.react-datepicker__header--time{padding-bottom:8px;padding-left:5px;padding-right:5px}.react-datepicker__header--time:not(.react-datepicker__header--time--only){border-top-left-radius:0}.react-datepicker__header:not(.react-datepicker__header--has-time-select){border-top-right-radius:.3rem}.react-datepicker__year-dropdown-container--select,.react-datepicker__month-dropdown-container--select,.react-datepicker__month-year-dropdown-container--select,.react-datepicker__year-dropdown-container--scroll,.react-datepicker__month-dropdown-container--scroll,.react-datepicker__month-year-dropdown-container--scroll{display:inline-block;margin:0 15px}.react-datepicker__current-month,.react-datepicker-time__header,.react-datepicker-year-header{margin-top:0;color:#000;font-weight:700;font-size:.944rem}h2.react-datepicker__current-month{padding:0;margin:0}.react-datepicker-time__header{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.react-datepicker__navigation{align-items:center;background:none;display:flex;justify-content:center;text-align:center;cursor:pointer;position:absolute;top:2px;padding:0;border:none;z-index:1;height:32px;width:32px;text-indent:-999em;overflow:hidden}.react-datepicker__navigation--previous{left:2px}.react-datepicker__navigation--next{right:2px}.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button){right:85px}.react-datepicker__navigation--years{position:relative;top:0;display:block;margin-left:auto;margin-right:auto}.react-datepicker__navigation--years-previous{top:4px}.react-datepicker__navigation--years-upcoming{top:-4px}.react-datepicker__navigation:hover *:before{border-color:#a6a6a6}.react-datepicker__navigation-icon{position:relative;top:-1px;font-size:20px;width:0}.react-datepicker__navigation-icon--next{left:-2px}.react-datepicker__navigation-icon--next:before{transform:rotate(45deg);left:-7px}.react-datepicker__navigation-icon--previous{right:-2px}.react-datepicker__navigation-icon--previous:before{transform:rotate(225deg);right:-7px}.react-datepicker__month-container{float:left}.react-datepicker__year{margin:.4rem;text-align:center}.react-datepicker__year-wrapper{display:flex;flex-wrap:wrap;max-width:180px}.react-datepicker__year .react-datepicker__year-text{display:inline-block;width:4rem;margin:2px}.react-datepicker__month{margin:.4rem;text-align:center}.react-datepicker__month .react-datepicker__month-text,.react-datepicker__month .react-datepicker__quarter-text{display:inline-block;width:4rem;margin:2px}.react-datepicker__input-time-container{clear:both;width:100%;float:left;margin:5px 0 10px 15px;text-align:left}.react-datepicker__input-time-container .react-datepicker-time__caption,.react-datepicker__input-time-container .react-datepicker-time__input-container{display:inline-block}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input{display:inline-block;margin-left:10px}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input{width:auto}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-inner-spin-button,.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]{-moz-appearance:textfield}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter{margin-left:5px;display:inline-block}.react-datepicker__time-container{float:right;border-left:1px solid #aeaeae;width:85px}.react-datepicker__time-container--with-today-button{display:inline;border:1px solid #aeaeae;border-radius:.3rem;position:absolute;right:-87px;top:0}.react-datepicker__time-container .react-datepicker__time{position:relative;background:#fff;border-bottom-right-radius:.3rem}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box{width:85px;overflow-x:hidden;margin:0 auto;text-align:center;border-bottom-right-radius:.3rem}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list{list-style:none;margin:0;height:calc(195px + .85rem);overflow-y:scroll;padding-right:0;padding-left:0;width:100%;box-sizing:content-box}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item{height:30px;padding:5px 10px;white-space:nowrap}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover{cursor:pointer;background-color:#f0f0f0}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected{background-color:#216ba5;color:#fff;font-weight:700}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover{background-color:#216ba5}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled{color:#ccc}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover{cursor:default;background-color:transparent}.react-datepicker__week-number{color:#ccc;display:inline-block;width:1.7rem;line-height:1.7rem;text-align:center;margin:.166rem}.react-datepicker__week-number.react-datepicker__week-number--clickable{cursor:pointer}.react-datepicker__week-number.react-datepicker__week-number--clickable:not(.react-datepicker__week-number--selected):hover{border-radius:.3rem;background-color:#f0f0f0}.react-datepicker__week-number--selected{border-radius:.3rem;background-color:#216ba5;color:#fff}.react-datepicker__week-number--selected:hover{background-color:#1d5d90}.react-datepicker__day-names{text-align:center;white-space:nowrap;margin-bottom:-8px}.react-datepicker__week{white-space:nowrap}.react-datepicker__day-name,.react-datepicker__day,.react-datepicker__time-name{color:#000;display:inline-block;width:1.7rem;line-height:1.7rem;text-align:center;margin:.166rem}.react-datepicker__day-name--disabled,.react-datepicker__day--disabled,.react-datepicker__time-name--disabled{cursor:default;color:#ccc}.react-datepicker__day,.react-datepicker__month-text,.react-datepicker__quarter-text,.react-datepicker__year-text{cursor:pointer}.react-datepicker__day:not([aria-disabled=true]):hover,.react-datepicker__month-text:not([aria-disabled=true]):hover,.react-datepicker__quarter-text:not([aria-disabled=true]):hover,.react-datepicker__year-text:not([aria-disabled=true]):hover{border-radius:.3rem;background-color:#f0f0f0}.react-datepicker__day--today,.react-datepicker__month-text--today,.react-datepicker__quarter-text--today,.react-datepicker__year-text--today{font-weight:700}.react-datepicker__day--highlighted,.react-datepicker__month-text--highlighted,.react-datepicker__quarter-text--highlighted,.react-datepicker__year-text--highlighted{border-radius:.3rem;background-color:#3dcc4a;color:#fff}.react-datepicker__day--highlighted:not([aria-disabled=true]):hover,.react-datepicker__month-text--highlighted:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--highlighted:not([aria-disabled=true]):hover,.react-datepicker__year-text--highlighted:not([aria-disabled=true]):hover{background-color:#32be3f}.react-datepicker__day--highlighted-custom-1,.react-datepicker__month-text--highlighted-custom-1,.react-datepicker__quarter-text--highlighted-custom-1,.react-datepicker__year-text--highlighted-custom-1{color:#f0f}.react-datepicker__day--highlighted-custom-2,.react-datepicker__month-text--highlighted-custom-2,.react-datepicker__quarter-text--highlighted-custom-2,.react-datepicker__year-text--highlighted-custom-2{color:green}.react-datepicker__day--holidays,.react-datepicker__month-text--holidays,.react-datepicker__quarter-text--holidays,.react-datepicker__year-text--holidays{position:relative;border-radius:.3rem;background-color:#ff6803;color:#fff}.react-datepicker__day--holidays .overlay,.react-datepicker__month-text--holidays .overlay,.react-datepicker__quarter-text--holidays .overlay,.react-datepicker__year-text--holidays .overlay{position:absolute;bottom:100%;left:50%;transform:translate(-50%);background-color:#333;color:#fff;padding:4px;border-radius:4px;white-space:nowrap;visibility:hidden;opacity:0;transition:visibility 0s,opacity .3s ease-in-out}.react-datepicker__day--holidays:not([aria-disabled=true]):hover,.react-datepicker__month-text--holidays:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--holidays:not([aria-disabled=true]):hover,.react-datepicker__year-text--holidays:not([aria-disabled=true]):hover{background-color:#cf5300}.react-datepicker__day--holidays:hover .overlay,.react-datepicker__month-text--holidays:hover .overlay,.react-datepicker__quarter-text--holidays:hover .overlay,.react-datepicker__year-text--holidays:hover .overlay{visibility:visible;opacity:1}.react-datepicker__day--selected,.react-datepicker__day--in-selecting-range,.react-datepicker__day--in-range,.react-datepicker__month-text--selected,.react-datepicker__month-text--in-selecting-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--selected,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--selected,.react-datepicker__year-text--in-selecting-range,.react-datepicker__year-text--in-range{border-radius:.3rem;background-color:#216ba5;color:#fff}.react-datepicker__day--selected:not([aria-disabled=true]):hover,.react-datepicker__day--in-selecting-range:not([aria-disabled=true]):hover,.react-datepicker__day--in-range:not([aria-disabled=true]):hover,.react-datepicker__month-text--selected:not([aria-disabled=true]):hover,.react-datepicker__month-text--in-selecting-range:not([aria-disabled=true]):hover,.react-datepicker__month-text--in-range:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--selected:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--in-selecting-range:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--in-range:not([aria-disabled=true]):hover,.react-datepicker__year-text--selected:not([aria-disabled=true]):hover,.react-datepicker__year-text--in-selecting-range:not([aria-disabled=true]):hover,.react-datepicker__year-text--in-range:not([aria-disabled=true]):hover{background-color:#1d5d90}.react-datepicker__day--keyboard-selected,.react-datepicker__month-text--keyboard-selected,.react-datepicker__quarter-text--keyboard-selected,.react-datepicker__year-text--keyboard-selected{border-radius:.3rem;background-color:#bad9f1;color:#000}.react-datepicker__day--keyboard-selected:not([aria-disabled=true]):hover,.react-datepicker__month-text--keyboard-selected:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--keyboard-selected:not([aria-disabled=true]):hover,.react-datepicker__year-text--keyboard-selected:not([aria-disabled=true]):hover{background-color:#1d5d90;color:#fff}.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__month-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__quarter-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__year-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range){background-color:#216ba580}.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range){background-color:#f0f0f0;color:#000}.react-datepicker__day--disabled,.react-datepicker__month-text--disabled,.react-datepicker__quarter-text--disabled,.react-datepicker__year-text--disabled{cursor:default;color:#ccc}.react-datepicker__day--disabled .overlay,.react-datepicker__month-text--disabled .overlay,.react-datepicker__quarter-text--disabled .overlay,.react-datepicker__year-text--disabled .overlay{position:absolute;bottom:70%;left:50%;transform:translate(-50%);background-color:#333;color:#fff;padding:4px;border-radius:4px;white-space:nowrap;visibility:hidden;opacity:0;transition:visibility 0s,opacity .3s ease-in-out}.react-datepicker__input-container{position:relative;display:inline-block;width:100%}.react-datepicker__input-container .react-datepicker__calendar-icon{position:absolute;padding:.5rem;box-sizing:content-box}.react-datepicker__view-calendar-icon input{padding:6px 10px 5px 25px}.react-datepicker__year-read-view,.react-datepicker__month-read-view,.react-datepicker__month-year-read-view{border:1px solid transparent;border-radius:.3rem;position:relative}.react-datepicker__year-read-view:hover,.react-datepicker__month-read-view:hover,.react-datepicker__month-year-read-view:hover{cursor:pointer}.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow{border-top-color:#b3b3b3}.react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow{transform:rotate(135deg);right:-16px;top:0}.react-datepicker__year-dropdown,.react-datepicker__month-dropdown,.react-datepicker__month-year-dropdown{background-color:#f0f0f0;position:absolute;width:50%;left:25%;top:30px;z-index:1;text-align:center;border-radius:.3rem;border:1px solid #aeaeae}.react-datepicker__year-dropdown:hover,.react-datepicker__month-dropdown:hover,.react-datepicker__month-year-dropdown:hover{cursor:pointer}.react-datepicker__year-dropdown--scrollable,.react-datepicker__month-dropdown--scrollable,.react-datepicker__month-year-dropdown--scrollable{height:150px;overflow-y:scroll}.react-datepicker__year-option,.react-datepicker__month-option,.react-datepicker__month-year-option{line-height:20px;width:100%;display:block;margin-left:auto;margin-right:auto}.react-datepicker__year-option:first-of-type,.react-datepicker__month-option:first-of-type,.react-datepicker__month-year-option:first-of-type{border-top-left-radius:.3rem;border-top-right-radius:.3rem}.react-datepicker__year-option:last-of-type,.react-datepicker__month-option:last-of-type,.react-datepicker__month-year-option:last-of-type{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.react-datepicker__year-option:hover,.react-datepicker__month-option:hover,.react-datepicker__month-year-option:hover{background-color:#ccc}.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming{border-bottom-color:#b3b3b3}.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous{border-top-color:#b3b3b3}.react-datepicker__year-option--selected,.react-datepicker__month-option--selected,.react-datepicker__month-year-option--selected{position:absolute;left:15px}.react-datepicker__close-icon{cursor:pointer;background-color:transparent;border:0;outline:0;padding:0 6px 0 0;position:absolute;top:0;right:0;height:100%;display:table-cell;vertical-align:middle}.react-datepicker__close-icon:after{cursor:pointer;background-color:#216ba5;color:#fff;border-radius:50%;height:16px;width:16px;padding:2px;font-size:12px;line-height:1;text-align:center;display:table-cell;vertical-align:middle;content:"×"}.react-datepicker__close-icon--disabled{cursor:default}.react-datepicker__close-icon--disabled:after{cursor:default;background-color:#ccc}.react-datepicker__today-button{background:#f0f0f0;border-top:1px solid #aeaeae;cursor:pointer;text-align:center;font-weight:700;padding:5px 0;clear:left}.react-datepicker__portal{position:fixed;width:100vw;height:100vh;background-color:#000c;left:0;top:0;justify-content:center;align-items:center;display:flex;z-index:2147483647}.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__time-name{width:3rem;line-height:3rem}@media (max-width: 400px),(max-height: 550px){.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__time-name{width:2rem;line-height:2rem}}.react-datepicker__portal .react-datepicker__current-month,.react-datepicker__portal .react-datepicker-time__header{font-size:1.44rem}.react-datepicker__children-container{width:13.8rem;margin:.4rem;padding-right:.2rem;padding-left:.2rem;height:auto}.react-datepicker__aria-live{position:absolute;clip-path:circle(0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;width:1px;white-space:nowrap}.react-datepicker__calendar-icon{width:1em;height:1em;vertical-align:-.125em}.theme-columbiagames-storefront{color-scheme:light;font-family:Arial,Helvetica,sans-serif;line-height:1.5}.theme-columbiagames-storefront{margin:0;background:#f5f3ef;color:#1f1f1f}.theme-columbiagames-storefront{box-sizing:border-box}.theme-columbiagames-storefront .container{min-width:960px;margin:0 5rem}.theme-columbiagames-storefront .topbar{background:#7a1010;color:#fff;border-bottom:4px solid #cba55b}.theme-columbiagames-storefront .topbar a{color:#563118;text-decoration:none;margin-left:1rem}.theme-columbiagames-storefront .topbar-inner{display:flex;align-items:center;justify-content:space-between;min-height:72px}.theme-columbiagames-storefront .brand{font-size:1.2rem;margin:0}.theme-columbiagames-storefront .page-content{padding:2rem 0 4rem}.theme-columbiagames-storefront .panel{background:#fff;padding:1.5rem;border:1px solid #d7d2c8;box-shadow:0 10px 28px #0000000d}.theme-columbiagames-storefront .page-header{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem}.theme-columbiagames-storefront .row{display:flex;gap:.75rem;align-items:center}.theme-columbiagames-storefront .stack{display:grid;gap:1rem}.theme-columbiagames-storefront .search-row input,.theme-columbiagames-storefront label input,.theme-columbiagames-storefront label select{min-width:260px}.theme-columbiagames-storefront .catalog-toolbar{display:grid;gap:.75rem;justify-items:end}.theme-columbiagames-storefront .catalog-filters{display:flex;flex-wrap:wrap;gap:.75rem;align-items:end;justify-content:flex-end}.theme-columbiagames-storefront .catalog-filters label{display:grid;gap:.35rem;min-width:220px}.theme-columbiagames-storefront .catalog-filters-three-level label{min-width:180px}.theme-columbiagames-storefront .catalog-filter-actions{display:flex;gap:.75rem;flex-wrap:wrap}.theme-columbiagames-storefront input,.theme-columbiagames-storefront select{width:100%;padding:.7rem .8rem;border:1px solid #c7c1b7;border-radius:4px;background:#fff}.theme-columbiagames-storefront button{padding:.7rem 1rem;border:1px solid #7a1010;background:#7a1010;color:#fff;cursor:pointer;border-radius:4px}.theme-columbiagames-storefront button:disabled{opacity:.7;cursor:wait}.theme-columbiagames-storefront .button-secondary{background:#fff;color:#7a1010}.theme-columbiagames-storefront .catalog-summary-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem}.theme-columbiagames-storefront .pagination{display:flex;align-items:center;justify-content:flex-end;gap:.4rem;flex-wrap:wrap}.theme-columbiagames-storefront .pagination-button{min-width:2.75rem;padding:.55rem .8rem}.theme-columbiagames-storefront .pagination-button.is-active{background:#cba55b;border-color:#cba55b;color:#2d1700;font-weight:700}.theme-columbiagames-storefront .pagination-ellipsis{color:#6e665b;padding:0 .2rem}.theme-columbiagames-storefront .product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1rem}.theme-columbiagames-storefront .product-card{background:#fff;border:1px solid #d7d2c8;padding:1rem;display:grid;gap:.75rem}.theme-columbiagames-storefront .product-meta,.theme-columbiagames-storefront .product-id,.theme-columbiagames-storefront .muted{color:#666;font-size:.92rem;font-family:MedievalSharp}.theme-columbiagames-storefront .price{font-weight:700;color:#7a1010}.theme-columbiagames-storefront .price.big{font-size:1.3rem}.theme-columbiagames-storefront .badges{display:flex;flex-wrap:wrap;gap:.5rem}.theme-columbiagames-storefront .badge{background:#ece4d5;color:#5e4100;padding:.2rem .55rem;border-radius:999px;font-size:.82rem}.theme-columbiagames-storefront .badge.subtle{background:#efefef;color:#444}.theme-columbiagames-storefront .badge.badge-accent{background:#e7f3e9;color:#165f22}.theme-columbiagames-storefront .compact-copy{margin:0}.theme-columbiagames-storefront .error{color:#a40000;font-weight:700}.theme-columbiagames-storefront .success{color:#126b1c;font-weight:700}.theme-columbiagames-storefront .result-card{background:#f8f7f3;border:1px solid #ded8cb;padding:1rem}.theme-columbiagames-storefront .detail-header{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start}.theme-columbiagames-storefront .purchase-row{display:flex;align-items:flex-end;gap:1rem}.theme-columbiagames-storefront .qty-input{width:140px}.theme-columbiagames-storefront pre{white-space:pre-wrap;word-break:break-word;background:#f8f7f3;padding:1rem;border:1px solid #e0dbd0}.theme-columbiagames-storefront code{background:#f1eee8;padding:.15rem .3rem}.theme-columbiagames-storefront .product-actions{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.theme-columbiagames-storefront .third-party-panel{padding-top:.5rem;border-top:1px solid #e7e0d5}.theme-columbiagames-storefront .third-party-image-wrap{max-width:420px}.theme-columbiagames-storefront .third-party-image,.theme-columbiagames-storefront .third-party-gallery-image{width:100%;height:auto;display:block;border:1px solid #ded8cb;background:#f8f7f3}.theme-columbiagames-storefront .third-party-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:.75rem}.theme-columbiagames-storefront .third-party-gallery-item{margin:0;display:grid;gap:.35rem}.theme-columbiagames-storefront .cart-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:1rem;align-items:start}.theme-columbiagames-storefront .cart-item{display:flex;justify-content:space-between;gap:1rem;padding:1rem 0;border-top:1px solid #e7e0d5}.theme-columbiagames-storefront .cart-item:first-child{border-top:0;padding-top:0}.theme-columbiagames-storefront .cart-item-actions{min-width:220px;display:grid;gap:.75rem;justify-items:end}.theme-columbiagames-storefront .qty-control{display:flex;align-items:center;gap:.5rem}.theme-columbiagames-storefront .qty-control button{min-width:42px}.theme-columbiagames-storefront .qty-control span{min-width:2rem;text-align:center;font-weight:700}.theme-columbiagames-storefront .cart-summary-panel{position:sticky;top:1rem}.theme-columbiagames-storefront .summary-list{display:grid;gap:.75rem}.theme-columbiagames-storefront .summary-list div{display:flex;justify-content:space-between;gap:1rem}.theme-columbiagames-storefront .summary-list dt,.theme-columbiagames-storefront .summary-list dd{margin:0}@media (max-width: 820px){.theme-columbiagames-storefront .product-page-header,.theme-columbiagames-storefront .catalog-toolbar,.theme-columbiagames-storefront .catalog-filters,.theme-columbiagames-storefront .catalog-summary-row,.theme-columbiagames-storefront .page-header,.theme-columbiagames-storefront .detail-header,.theme-columbiagames-storefront .purchase-row,.theme-columbiagames-storefront .topbar-inner,.theme-columbiagames-storefront .product-actions,.theme-columbiagames-storefront .cart-item{flex-direction:column;align-items:stretch}.theme-columbiagames-storefront .cart-layout{grid-template-columns:1fr}.theme-columbiagames-storefront .cart-item-actions{min-width:0;justify-items:stretch}}.theme-columbiagames-storefront select{width:100%;padding:.7rem .8rem;border:1px solid #c7c1b7;border-radius:4px;background:#fff}.theme-columbiagames-storefront label span{display:block;margin-bottom:.35rem;font-size:.92rem;color:#5f5a52}.theme-columbiagames-storefront .wrap-row{flex-wrap:wrap}.theme-columbiagames-storefront .button-link{display:inline-flex;align-items:center;justify-content:center;padding:.7rem 1rem;border:1px solid #7a1010;background:#7a1010;color:#fff;text-decoration:none;border-radius:4px}.theme-columbiagames-storefront .checkout-layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:1rem;align-items:start}.theme-columbiagames-storefront .checkout-sidebar{display:grid;gap:1rem}.theme-columbiagames-storefront .form-panel h3{margin-top:0}.theme-columbiagames-storefront .form-grid{display:grid;gap:1rem}.theme-columbiagames-storefront .form-grid.two-col{grid-template-columns:repeat(2,minmax(0,1fr))}.theme-columbiagames-storefront .full-span{grid-column:1 / -1}.theme-columbiagames-storefront .bullet-list{margin:.5rem 0 0;padding-left:1.2rem}.theme-columbiagames-storefront .compact-list{margin-top:.4rem}.theme-columbiagames-storefront .compact-stack{gap:.75rem}.theme-columbiagames-storefront .error-list-card strong{color:#7a1010}@media (max-width: 820px){.theme-columbiagames-storefront .checkout-layout,.theme-columbiagames-storefront .form-grid.two-col{grid-template-columns:1fr}}.theme-columbiagames-storefront .success-card{border-color:#16a34a59;background:#16a34a14}.theme-columbiagames-storefront .library-grid{display:grid;gap:1rem}.theme-columbiagames-storefront .library-card{background:#fff;border:1px solid #d7d2c8;padding:1rem;box-shadow:0 6px 18px #0000000a}.theme-columbiagames-storefront .library-card h3{margin:0 0 .35rem}.theme-columbiagames-storefront .library-card-header{justify-content:space-between;align-items:flex-start}.theme-columbiagames-storefront .library-meta-list{margin-top:.5rem}.theme-columbiagames-storefront .wishlist-grid{display:grid;gap:1rem}.theme-columbiagames-storefront .wishlist-card{background:#fff;border:1px solid #d7d2c8;padding:1rem;box-shadow:0 6px 18px #0000000a}.theme-columbiagames-storefront .wishlist-card h3{margin:0 0 .35rem}.theme-columbiagames-storefront .wishlist-actions{align-items:flex-end}.theme-columbiagames-storefront .compact-label{width:140px}.theme-columbiagames-storefront .wishlist-toggle{min-width:9.5rem}.theme-columbiagames-storefront .wishlist-toggle.is-active{background:#7a1010;color:#fff;border-color:#7a1010;font-weight:700}.theme-columbiagames-storefront .admin-page{gap:1rem}.theme-columbiagames-storefront .admin-toolbar{display:flex;flex-wrap:wrap;gap:1rem;align-items:end}.theme-columbiagames-storefront .admin-toolbar label{display:grid;gap:.35rem;min-width:180px}.theme-columbiagames-storefront .admin-toolbar .grow-field{flex:1 1 280px}.theme-columbiagames-storefront .button-link{display:inline-flex;align-items:center;justify-content:center;padding:.65rem .9rem;border:1px solid #1f2937;text-decoration:none;color:#1f2937;background:#fff}.theme-columbiagames-storefront .secondary-link{border-color:#d7d2c8}.theme-columbiagames-storefront .table-scroll{overflow-x:auto}.theme-columbiagames-storefront .data-table{width:100%;border-collapse:collapse}.theme-columbiagames-storefront .data-table th,.theme-columbiagames-storefront .data-table td{border-bottom:1px solid #e5ded3;padding:.75rem;text-align:left;vertical-align:top}.theme-columbiagames-storefront .small-text{font-size:.82rem}.theme-columbiagames-storefront .queue-badge{display:inline-block;padding:.2rem .45rem;background:#7a101014;border:1px solid rgba(122,16,16,.2)}.theme-columbiagames-storefront .detail-kv{display:grid;gap:.25rem}.theme-columbiagames-storefront .admin-detail-meta,.theme-columbiagames-storefront .admin-summary-row{align-items:center}.theme-columbiagames-storefront{background:radial-gradient(circle at top,rgba(203,165,91,.14),transparent 20%),#f6f3ee;color:#231f1b}.theme-columbiagames-storefront .topbar{background:#7a1010fa;position:sticky;top:0;z-index:20}.theme-columbiagames-storefront .topbar nav{display:flex;flex-wrap:wrap;gap:.35rem}.theme-columbiagames-storefront .topbar a{margin-left:0;padding:.45rem .75rem;border-radius:999px;transition:background .2s ease,transform .2s ease}.theme-columbiagames-storefront .topbar a:hover{background:#ffffff24;transform:translateY(-1px)}.theme-columbiagames-storefront .panel,.theme-columbiagames-storefront .product-card,.theme-columbiagames-storefront .library-card,.theme-columbiagames-storefront .wishlist-card{border-radius:22px}.theme-columbiagames-storefront input,.theme-columbiagames-storefront select{border-radius:12px;min-height:48px}.theme-columbiagames-storefront button,.theme-columbiagames-storefront .button-link{min-height:46px;padding:.72rem 1.05rem;border-radius:14px;font-weight:700;box-shadow:0 10px 22px #7a10101f;transition:transform .18s ease,box-shadow .18s ease,background .18s ease,color .18s ease,border-color .18s ease}.theme-columbiagames-storefront button:hover:not(:disabled):not(.legacy-cart-drawer-tab),.theme-columbiagames-storefront .button-link:hover:not(.legacy-cart-drawer-tab){transform:translateY(-1px);box-shadow:0 14px 26px #7a10102e}.theme-columbiagames-storefront .button-secondary,.theme-columbiagames-storefront .button-link.button-link-secondary,.theme-columbiagames-storefront .button-link.secondary-link{background:#fff;color:#7a1010;border-color:#7a10103d;box-shadow:0 8px 18px #231f1b14}.theme-columbiagames-storefront .button-link.button-link-secondary,.theme-columbiagames-storefront .button-link.secondary-link{display:inline-flex}.theme-columbiagames-storefront .catalog-page{gap:.5rem}.theme-columbiagames-storefront .catalog-page-header{align-items:stretch}.theme-columbiagames-storefront .catalog-toolbar-panel{background:#ffffffe6;border:1px solid #ded7cb;border-radius:22px;padding:1rem;box-shadow:0 14px 34px #231f1b0f}.theme-columbiagames-storefront .catalog-summary-card{background:#ffffffe0;border:1px solid #e5ddd0;border-radius:18px;padding:1rem 1.1rem}.theme-columbiagames-storefront .catalog-description-card{background:#ffffffe6;border:1px solid #e5ddd0;border-radius:20px;padding:1rem 1.1rem;box-shadow:0 12px 28px #231f1b0f}.theme-columbiagames-storefront .catalog-description-header{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem}.theme-columbiagames-storefront .catalog-description-header h3{margin:0}.theme-columbiagames-storefront .catalog-summary-row-bottom{justify-content:space-between;padding-bottom:.5rem}.theme-columbiagames-storefront .product-grid-catalog{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.5rem}.theme-columbiagames-storefront .product-card-catalog{position:relative;overflow:hidden;padding:0;border:1px solid rgba(122,16,16,.08);box-shadow:0 16px 36px #231f1b14;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.theme-columbiagames-storefront .product-card-catalog:hover{transform:translateY(-4px);box-shadow:0 24px 44px #231f1b1f;border-color:#7a10102e}.theme-columbiagames-storefront .product-card-link{color:inherit;text-decoration:none;display:grid}.theme-columbiagames-storefront .product-card-media{position:relative;aspect-ratio:4 / 3;background:linear-gradient(135deg,#7a101014,#cba55b2e);overflow:hidden}.theme-columbiagames-storefront .product-card-image,.theme-columbiagames-storefront .product-gallery-stage-image,.theme-columbiagames-storefront .related-card-image,.theme-columbiagames-storefront .product-gallery-thumb-image{width:100%;height:100%;object-fit:cover;display:block}.theme-columbiagames-storefront .product-card-image-placeholder,.theme-columbiagames-storefront .related-card-image-placeholder,.theme-columbiagames-storefront .product-gallery-placeholder{display:grid;place-items:center;width:100%;height:100%;padding:1rem;color:#7a1010;font-weight:700;text-align:center;background:linear-gradient(135deg,#7a101014,#cba55b38),repeating-linear-gradient(45deg,rgba(255,255,255,.35) 0,rgba(255,255,255,.35) 10px,transparent 10px,transparent 20px)}.theme-columbiagames-storefront .product-card-corner-badge{position:absolute;top:.9rem;right:.9rem;border-radius:999px;padding:.3rem .6rem;background:#165f22eb;color:#fff;font-size:.78rem;font-weight:700}.theme-columbiagames-storefront .product-card-body,.theme-columbiagames-storefront .product-card-footer{padding:1rem 1rem 1.05rem}.theme-columbiagames-storefront .product-card-body{display:grid;gap:.65rem}.theme-columbiagames-storefront .product-card-body h3{margin:0;font-size:1.25rem;line-height:1.25}.theme-columbiagames-storefront .product-card-summary{min-height:3.8em}.theme-columbiagames-storefront .product-card-footer{padding-top:0}.theme-columbiagames-storefront .product-actions-stack{display:grid;grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:.75rem;align-items:stretch}.theme-columbiagames-storefront .product-actions-stack>*{width:100%}.theme-columbiagames-storefront .wishlist-toggle{min-width:0}.theme-columbiagames-storefront .detail-breadcrumbs a{color:#7a1010;font-weight:700;text-decoration:none}.theme-columbiagames-storefront .product-detail-page{gap:1.5rem}.theme-columbiagames-storefront .product-detail-layout{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);gap:1.5rem;align-items:start}.theme-columbiagames-storefront .product-detail-summary{gap:1rem}.theme-columbiagames-storefront .product-detail-lead{margin:0;font-size:1.02rem;color:#463e36}.theme-columbiagames-storefront .purchase-row-detail{flex-wrap:wrap}.theme-columbiagames-storefront .product-detail-content{gap:1rem}.theme-columbiagames-storefront .detail-section{padding:1.1rem 1.15rem;border:1px solid #e5ddd0;border-radius:18px;background:#ffffffd1}.theme-columbiagames-storefront .detail-section h3{margin-top:0;margin-bottom:.85rem}.theme-columbiagames-storefront .section-heading-row{display:flex;justify-content:space-between;gap:1rem;align-items:center;margin-bottom:.85rem}.theme-columbiagames-storefront .section-heading-row h3{margin:0}.theme-columbiagames-storefront .legacy-rich-text{color:#342f2a}.theme-columbiagames-storefront .legacy-rich-text>:first-child{margin-top:0}.theme-columbiagames-storefront .legacy-rich-text>:last-child{margin-bottom:0}.theme-columbiagames-storefront .legacy-rich-text ul,.theme-columbiagames-storefront .legacy-rich-text ol{padding-left:1.3rem}.theme-columbiagames-storefront .legacy-rich-text pre{margin:0;white-space:pre-wrap;font-family:inherit;background:#f8f5ef}.theme-columbiagames-storefront .product-gallery{display:grid;gap:.85rem}.theme-columbiagames-storefront .product-gallery.is-compact{gap:0}.theme-columbiagames-storefront .product-gallery-stage{position:relative;border:1px solid #e3dbce;background:#fff;padding:0;overflow:hidden;aspect-ratio:4 / 3;box-shadow:0 14px 30px #231f1b14}.theme-columbiagames-storefront .product-gallery-stage-image{transition:transform .2s ease}.theme-columbiagames-storefront .product-gallery-stage:hover .product-gallery-stage-image{transform:scale(1.02)}.theme-columbiagames-storefront .product-gallery-counter,.theme-columbiagames-storefront .product-gallery-zoom{position:absolute;left:.9rem;border-radius:999px;background:#231f1bb8;color:#fff;padding:.28rem .6rem;font-size:.78rem}.theme-columbiagames-storefront .product-gallery-counter{top:.9rem}.theme-columbiagames-storefront .product-gallery-zoom{bottom:.9rem}.theme-columbiagames-storefront .product-gallery-thumbs{display:grid;grid-template-columns:repeat(auto-fit,minmax(74px,1fr));gap:.65rem}.theme-columbiagames-storefront .product-gallery-thumb{padding:0;min-height:0;aspect-ratio:1 / 1;overflow:hidden;border-radius:14px;border:2px solid transparent;background:#fff;box-shadow:none}.theme-columbiagames-storefront .product-gallery-thumb.is-active{border-color:#cba55b}.theme-columbiagames-storefront .product-gallery-thumb-image{object-fit:cover}.theme-columbiagames-storefront .product-gallery-caption{margin:0}.theme-columbiagames-storefront .lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100}.theme-columbiagames-storefront .lightbox-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#0a0a0cd6;border:0;box-shadow:none}.theme-columbiagames-storefront .lightbox-content{position:relative;display:grid;grid-template-columns:56px minmax(0,1fr) 56px;align-items:center;gap:1rem;width:min(1100px,calc(100% - 2rem));margin:3rem auto;min-height:calc(100vh - 6rem)}.theme-columbiagames-storefront .lightbox-figure{margin:0;display:grid;gap:.85rem}.theme-columbiagames-storefront .lightbox-image{width:100%;max-height:calc(100vh - 10rem);object-fit:contain;border-radius:18px;background:#111}.theme-columbiagames-storefront .lightbox-caption{color:#fff;text-align:center}.theme-columbiagames-storefront .lightbox-close,.theme-columbiagames-storefront .lightbox-nav{position:relative;z-index:1;min-height:56px;min-width:56px;border-radius:999px;border-color:#ffffff2e;background:#ffffff14;color:#fff;box-shadow:none;font-size:1.6rem}.theme-columbiagames-storefront .lightbox-close{position:absolute;top:.5rem;right:.5rem}.theme-columbiagames-storefront .related-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem}.theme-columbiagames-storefront .related-card{display:grid;grid-template-rows:auto 1fr;color:inherit;text-decoration:none;border:1px solid #e5ddd0;border-radius:18px;overflow:hidden;background:#fff;transition:transform .18s ease,box-shadow .18s ease}.theme-columbiagames-storefront .related-card:hover{transform:translateY(-2px);box-shadow:0 16px 32px #231f1b14}.theme-columbiagames-storefront .related-card-media{aspect-ratio:4 / 3;background:linear-gradient(135deg,#7a101014,#cba55b2e)}.theme-columbiagames-storefront .related-card-body{display:grid;gap:.35rem;padding:.9rem 1rem 1rem}@media (max-width: 1024px){.theme-columbiagames-storefront .product-detail-layout{grid-template-columns:1fr}}@media (max-width: 820px){.theme-columbiagames-storefront .catalog-toolbar-panel,.theme-columbiagames-storefront .catalog-summary-card,.theme-columbiagames-storefront .detail-section{padding:.95rem}.theme-columbiagames-storefront .product-grid-catalog,.theme-columbiagames-storefront .product-actions-stack{grid-template-columns:1fr}.theme-columbiagames-storefront .lightbox-content{grid-template-columns:1fr;width:calc(100% - 1rem);margin:.5rem auto;min-height:calc(100vh - 1rem);padding-top:3.5rem}.theme-columbiagames-storefront .lightbox-nav{display:none}.theme-columbiagames-storefront .lightbox-close{top:.25rem;right:.25rem}.theme-columbiagames-storefront .section-heading-row{flex-direction:column;align-items:flex-start}}.theme-columbiagames-storefront .catalog-toolbar-panel{width:100%}.theme-columbiagames-storefront .catalog-toolbar{justify-items:stretch}.theme-columbiagames-storefront .catalog-filters-inline{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-start;gap:.6rem}.theme-columbiagames-storefront .catalog-filters-inline select{width:auto;min-width:0;flex:0 1 220px}.theme-columbiagames-storefront .catalog-filters-inline .catalog-filter-actions{margin-left:auto;align-items:center}.theme-columbiagames-storefront .catalog-inline-select{width:auto;min-width:190px}@media (max-width: 920px){.theme-columbiagames-storefront .catalog-filters-inline{align-items:stretch}.theme-columbiagames-storefront .catalog-filters-inline select,.theme-columbiagames-storefront .catalog-inline-select{width:100%;min-width:0;flex:1 1 100%}.theme-columbiagames-storefront .catalog-filters-inline .catalog-filter-actions{margin-left:0;width:100%}}.theme-columbiagames-storefront .checkout-form-stack{min-width:0}.theme-columbiagames-storefront .checkout-hero-panel,.theme-columbiagames-storefront .checkout-section-panel{position:relative;overflow:hidden}.theme-columbiagames-storefront .checkout-hero-panel:before,.theme-columbiagames-storefront .checkout-section-panel:before,.theme-columbiagames-storefront .account-hero-panel:before,.theme-columbiagames-storefront .account-panel:before{content:"";position:absolute;inset:0 0 auto 0;height:5px;background:linear-gradient(90deg,#7a1010f2,#cba55bf2)}.theme-columbiagames-storefront .checkout-section-heading-row{margin-bottom:1rem;align-items:center}.theme-columbiagames-storefront .checkout-section-note{color:#6b6257;font-size:.92rem}.theme-columbiagames-storefront .checkout-form-grid{gap:.9rem}.theme-columbiagames-storefront .checkout-field{display:grid;gap:.4rem}.theme-columbiagames-storefront .checkout-field span{font-weight:700;color:#3a322b}.theme-columbiagames-storefront .checkout-field-input{border:1px solid rgba(122,16,16,.14);background:linear-gradient(180deg,#fffffffa,#f8f3ebfa);color:#231f1b}.theme-columbiagames-storefront .checkout-field-input::placeholder{color:#9a806d}.theme-columbiagames-storefront .checkout-field-input:focus{outline:none;border-color:#7a101059;box-shadow:0 0 0 4px #7a101014}.theme-columbiagames-storefront .checkout-field-input.is-invalid{border-color:#9c1b1b80;background:linear-gradient(180deg,#fff7f7fa,#ffececfa)}.theme-columbiagames-storefront .checkout-field-error{color:#9c1b1b;font-size:.82rem;font-weight:600}.theme-columbiagames-storefront .checkout-login-card{display:grid;gap:.75rem}.theme-columbiagames-storefront .checkout-validation-card{border-color:#9c1b1b40;background:#9c1b1b0d}.theme-columbiagames-storefront .checkout-link-cta{gap:.65rem}.theme-columbiagames-storefront .checkout-link-cta-icon{width:22px;height:22px;display:inline-block;background:url(/assets/checkout-BxLU-4Yk.png) center center / contain no-repeat;flex:0 0 auto}.theme-columbiagames-storefront .account-page{gap:1rem}.theme-columbiagames-storefront .account-hero-panel,.theme-columbiagames-storefront .account-panel{position:relative}.theme-columbiagames-storefront .account-summary-card{display:grid;gap:.4rem}.theme-columbiagames-storefront .account-panel .form-grid{gap:.9rem}.theme-columbiagames-storefront .account-page .checkbox-label{align-items:center}.theme-columbiagames-storefront .collection-product-card .product-actions-stack{align-items:end}.theme-columbiagames-storefront .collection-product-card .button-link,.theme-columbiagames-storefront .collection-product-card button{width:100%}.theme-columbiagames-storefront .wishlist-header-panel{display:grid;gap:.9rem}.theme-columbiagames-storefront .wishlist-summary-card{margin-top:0}.theme-columbiagames-storefront .wishlist-card-qty-field{display:grid;gap:.25rem;width:100%}.theme-columbiagames-storefront .wishlist-card-qty-field input{width:100%}.theme-columbiagames-storefront .disabled-action{opacity:.58;pointer-events:none}@media (min-width: 1100px){.theme-columbiagames-storefront .account-page{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start}.theme-columbiagames-storefront .account-page>.account-hero-panel{grid-column:1 / -1}.theme-columbiagames-storefront .checkout-sidebar{position:sticky;top:1rem}}.theme-columbiagames-storefront{--storefront-heading-font: Arial, Helvetica, sans-serif;--storefront-body-font: Arial, Helvetica, sans-serif}.theme-columbiagames-storefront{--storefront-heading-font: "MedievalSharp", Georgia, serif;--storefront-body-font: "Roboto", Arial, Helvetica, sans-serif;--legacy-ink: #2a1e14;--legacy-brown: #6b3516;--legacy-brown-dark: #4b2009;--legacy-border: rgba(96, 54, 18, .32);--legacy-shadow: 0 20px 38px rgba(33, 18, 8, .22);--legacy-cream: rgba(248, 239, 218, .93);--legacy-cream-soft: rgba(254, 249, 238, .92);--legacy-gold: #caa669}.theme-columbiagames-storefront{font-family:var(--storefront-body-font)}.theme-columbiagames-storefront h1,.theme-columbiagames-storefront h2,.theme-columbiagames-storefront h3,.theme-columbiagames-storefront .brand-legacy{font-family:var(--storefront-heading-font);letter-spacing:.02em}.theme-columbiagames-storefront .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.theme-columbiagames-storefront{min-height:100vh;background:#22160d url(/assets/bg-CZYUKhpV.gif) no-repeat;color:var(--legacy-ink);background-attachment:fixed;background-size:cover}.theme-columbiagames-storefront .legacy-topbar{background:transparent;border-bottom:0;box-shadow:none}.theme-columbiagames-storefront .legacy-topbar-inner{min-height:118px;gap:1rem;align-items:center;padding:.85rem 1.1rem;background:url(/assets/header-BvxYnqB4.png) center top / 100% 100% no-repeat}.theme-columbiagames-storefront .legacy-branding{display:flex;align-items:center;gap:.9rem}.theme-columbiagames-storefront .brand-legacy{font-size:clamp(1.45rem,2vw,2.15rem);color:#533018;text-shadow:0 1px 0 rgba(255,255,255,.4)}.theme-columbiagames-storefront .legacy-topbar-meta{display:flex;align-items:center;justify-content:flex-end;gap:.85rem;flex-wrap:wrap;rotate:3deg}.theme-columbiagames-storefront .legacy-header-search{display:inline-flex;align-items:center;gap:.55rem;min-width:min(100%,420px)}.theme-columbiagames-storefront .legacy-header-search input{min-width:220px;padding:.72rem .9rem;border-radius:999px;border:1px solid rgba(108,53,21,.2);background:#fffbf3f2;color:var(--legacy-ink)}.theme-columbiagames-storefront .legacy-header-search button{white-space:nowrap;border-radius:999px}.theme-columbiagames-storefront .legacy-topbar .session-pill{border:1px solid rgba(120,74,32,.25);background:#fffaede0;color:#5d3717}.theme-columbiagames-storefront .storefront-topnav{display:flex;align-items:flex-start;justify-content:flex-end;gap:.5rem .7rem;flex-wrap:wrap}.theme-columbiagames-storefront .storefront-topnav-link{display:inline-flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:.22rem;min-width:82px;padding:.2rem .2rem .1rem;text-align:center;text-decoration:none}.theme-columbiagames-storefront .storefront-topnav-label{display:block;font-size:.92rem;line-height:1.1}.theme-columbiagames-storefront .storefront-topnav-art{display:block;width:92px;height:72px;background-position:center center;background-repeat:no-repeat;background-size:contain;filter:drop-shadow(0 8px 16px rgba(34,18,7,.18));transition:transform .18s ease,filter .18s ease}.theme-columbiagames-storefront .storefront-topnav-link:hover .storefront-topnav-art,.theme-columbiagames-storefront .storefront-topnav-link:focus-visible .storefront-topnav-art,.theme-columbiagames-storefront .storefront-topnav-link.active .storefront-topnav-art{transform:translateY(-2px) scale(1.03);filter:drop-shadow(0 10px 18px rgba(34,18,7,.28))}.theme-columbiagames-storefront .storefront-topnav-link{min-width:0}.theme-columbiagames-storefront .storefront-topnav-art{display:none}.theme-columbiagames-storefront .legacy-topbar .storefront-topnav{gap:.35rem .6rem}.theme-columbiagames-storefront .legacy-topbar .storefront-topnav-link{color:#563118;font-family:var(--storefront-heading-font)}.theme-columbiagames-storefront .legacy-topbar .storefront-topnav-label{text-shadow:0 1px 0 rgba(255,255,255,.45)}.theme-columbiagames-storefront .legacy-topbar .storefront-topnav-link.active{background:linear-gradient(180deg,#fffbf2c2,#f0e3c999);border-radius:18px}.theme-columbiagames-storefront .legacy-topbar .storefront-topnav-art-products{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20160%20124'%20role='img'%20aria-labelledby='title%20desc'%3e%3ctitle%3eProducts%20navigation%20emblem%3c/title%3e%3cdesc%3eMedieval%20parchment%20emblem%20for%20the%20products%20storefront%20navigation%20link.%3c/desc%3e%3cdefs%3e%3clinearGradient%20id='bg'%20x1='0'%20x2='0'%20y1='0'%20y2='1'%3e%3cstop%20offset='0%25'%20stop-color='%23fcf2d9'/%3e%3cstop%20offset='100%25'%20stop-color='%23dcc08e'/%3e%3c/linearGradient%3e%3clinearGradient%20id='trim'%20x1='0'%20x2='1'%20y1='0'%20y2='1'%3e%3cstop%20offset='0%25'%20stop-color='%2371411a'/%3e%3cstop%20offset='100%25'%20stop-color='%2348210d'/%3e%3c/linearGradient%3e%3cfilter%20id='shadow'%20x='-20%25'%20y='-20%25'%20width='140%25'%20height='160%25'%3e%3cfeDropShadow%20dx='0'%20dy='6'%20stdDeviation='5'%20flood-color='%2324130a'%20flood-opacity='0.28'/%3e%3c/filter%3e%3c/defs%3e%3cg%20filter='url(%23shadow)'%3e%3cpath%20d='M26%2018h108l-7%2022%207%2022H26l7-22-7-22Z'%20fill='url(%23bg)'%20stroke='url(%23trim)'%20stroke-width='4'/%3e%3cpath%20d='M45%2062h70l12%2010-12%2034H45L33%2072l12-10Z'%20fill='url(%23bg)'%20stroke='url(%23trim)'%20stroke-width='4'/%3e%3cpath%20d='M39%2026h82'%20stroke='%23f5dfae'%20stroke-width='2'%20opacity='0.85'/%3e%3cpath%20d='M50%2033h60'%20stroke='%238c5a2b'%20stroke-width='1.5'%20opacity='0.45'/%3e%3cpath%20d='M24%2040c7%202%2012%207%2015%2014-7%201-13%205-18%2011%200-10%201-17%203-25Z'%20fill='%236c3716'%20opacity='0.95'/%3e%3cpath%20d='M136%2040c-7%202-12%207-15%2014%207%201%2013%205%2018%2011%200-10-1-17-3-25Z'%20fill='%236c3716'%20opacity='0.95'/%3e%3ccircle%20cx='80'%20cy='26'%20r='6'%20fill='%238e1920'%20stroke='%23f2d89f'%20stroke-width='2'/%3e%3cpath%20d='M54%2079c18-8%2034-8%2052%200'%20stroke='%23a26c2f'%20stroke-width='2'%20opacity='0.4'%20fill='none'/%3e%3cg%20transform='translate(0%204)'%20fill='none'%20stroke='%235d2d12'%20stroke-linecap='round'%20stroke-linejoin='round'%3e%3cpath%20d='M57%2088%2080%2067l23%2021'%20stroke-width='5'/%3e%3cpath%20d='M64%2092V77h32v15'%20stroke-width='4'/%3e%3cpath%20d='M72%2076V68h16v8'%20stroke-width='4'/%3e%3cpath%20d='M60%2092h40'%20stroke-width='4'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.theme-columbiagames-storefront .legacy-topbar .storefront-topnav-art-cart{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20160%20124'%20role='img'%20aria-labelledby='title%20desc'%3e%3ctitle%3eCart%20navigation%20emblem%3c/title%3e%3cdesc%3eMedieval%20parchment%20emblem%20for%20the%20cart%20storefront%20navigation%20link.%3c/desc%3e%3cdefs%3e%3clinearGradient%20id='bg'%20x1='0'%20x2='0'%20y1='0'%20y2='1'%3e%3cstop%20offset='0%25'%20stop-color='%23fcf2d9'/%3e%3cstop%20offset='100%25'%20stop-color='%23dcc08e'/%3e%3c/linearGradient%3e%3clinearGradient%20id='trim'%20x1='0'%20x2='1'%20y1='0'%20y2='1'%3e%3cstop%20offset='0%25'%20stop-color='%2371411a'/%3e%3cstop%20offset='100%25'%20stop-color='%2348210d'/%3e%3c/linearGradient%3e%3cfilter%20id='shadow'%20x='-20%25'%20y='-20%25'%20width='140%25'%20height='160%25'%3e%3cfeDropShadow%20dx='0'%20dy='6'%20stdDeviation='5'%20flood-color='%2324130a'%20flood-opacity='0.28'/%3e%3c/filter%3e%3c/defs%3e%3cg%20filter='url(%23shadow)'%3e%3cpath%20d='M26%2018h108l-7%2022%207%2022H26l7-22-7-22Z'%20fill='url(%23bg)'%20stroke='url(%23trim)'%20stroke-width='4'/%3e%3cpath%20d='M45%2062h70l12%2010-12%2034H45L33%2072l12-10Z'%20fill='url(%23bg)'%20stroke='url(%23trim)'%20stroke-width='4'/%3e%3cpath%20d='M39%2026h82'%20stroke='%23f5dfae'%20stroke-width='2'%20opacity='0.85'/%3e%3cpath%20d='M50%2033h60'%20stroke='%238c5a2b'%20stroke-width='1.5'%20opacity='0.45'/%3e%3cpath%20d='M24%2040c7%202%2012%207%2015%2014-7%201-13%205-18%2011%200-10%201-17%203-25Z'%20fill='%236c3716'%20opacity='0.95'/%3e%3cpath%20d='M136%2040c-7%202-12%207-15%2014%207%201%2013%205%2018%2011%200-10-1-17-3-25Z'%20fill='%236c3716'%20opacity='0.95'/%3e%3ccircle%20cx='80'%20cy='26'%20r='6'%20fill='%238e1920'%20stroke='%23f2d89f'%20stroke-width='2'/%3e%3cpath%20d='M54%2079c18-8%2034-8%2052%200'%20stroke='%23a26c2f'%20stroke-width='2'%20opacity='0.4'%20fill='none'/%3e%3cg%20transform='translate(0%204)'%20fill='none'%20stroke='%235d2d12'%20stroke-linecap='round'%20stroke-linejoin='round'%3e%3cpath%20d='M54%2074h13l9%2022h26l6-16H72'%20stroke-width='5'/%3e%3ccircle%20cx='80'%20cy='98'%20r='4'%20fill='%238e1920'%20stroke-width='3'/%3e%3ccircle%20cx='102'%20cy='98'%20r='4'%20fill='%238e1920'%20stroke-width='3'/%3e%3cpath%20d='M69%2074c4-6%2011-9%2019-9%209%200%2017%204%2021%2011'%20stroke-width='4'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.theme-columbiagames-storefront .legacy-topbar .storefront-topnav-art-checkout{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20160%20124'%20role='img'%20aria-labelledby='title%20desc'%3e%3ctitle%3eCheckout%20navigation%20emblem%3c/title%3e%3cdesc%3eMedieval%20parchment%20emblem%20for%20the%20checkout%20storefront%20navigation%20link.%3c/desc%3e%3cdefs%3e%3clinearGradient%20id='bg'%20x1='0'%20x2='0'%20y1='0'%20y2='1'%3e%3cstop%20offset='0%25'%20stop-color='%23fcf2d9'/%3e%3cstop%20offset='100%25'%20stop-color='%23dcc08e'/%3e%3c/linearGradient%3e%3clinearGradient%20id='trim'%20x1='0'%20x2='1'%20y1='0'%20y2='1'%3e%3cstop%20offset='0%25'%20stop-color='%2371411a'/%3e%3cstop%20offset='100%25'%20stop-color='%2348210d'/%3e%3c/linearGradient%3e%3cfilter%20id='shadow'%20x='-20%25'%20y='-20%25'%20width='140%25'%20height='160%25'%3e%3cfeDropShadow%20dx='0'%20dy='6'%20stdDeviation='5'%20flood-color='%2324130a'%20flood-opacity='0.28'/%3e%3c/filter%3e%3c/defs%3e%3cg%20filter='url(%23shadow)'%3e%3cpath%20d='M26%2018h108l-7%2022%207%2022H26l7-22-7-22Z'%20fill='url(%23bg)'%20stroke='url(%23trim)'%20stroke-width='4'/%3e%3cpath%20d='M45%2062h70l12%2010-12%2034H45L33%2072l12-10Z'%20fill='url(%23bg)'%20stroke='url(%23trim)'%20stroke-width='4'/%3e%3cpath%20d='M39%2026h82'%20stroke='%23f5dfae'%20stroke-width='2'%20opacity='0.85'/%3e%3cpath%20d='M50%2033h60'%20stroke='%238c5a2b'%20stroke-width='1.5'%20opacity='0.45'/%3e%3cpath%20d='M24%2040c7%202%2012%207%2015%2014-7%201-13%205-18%2011%200-10%201-17%203-25Z'%20fill='%236c3716'%20opacity='0.95'/%3e%3cpath%20d='M136%2040c-7%202-12%207-15%2014%207%201%2013%205%2018%2011%200-10-1-17-3-25Z'%20fill='%236c3716'%20opacity='0.95'/%3e%3ccircle%20cx='80'%20cy='26'%20r='6'%20fill='%238e1920'%20stroke='%23f2d89f'%20stroke-width='2'/%3e%3cpath%20d='M54%2079c18-8%2034-8%2052%200'%20stroke='%23a26c2f'%20stroke-width='2'%20opacity='0.4'%20fill='none'/%3e%3cg%20transform='translate(0%204)'%20fill='none'%20stroke='%235d2d12'%20stroke-linecap='round'%20stroke-linejoin='round'%3e%3cpath%20d='M63%2070h34l5%209-8%2018H66l-8-18%205-9Z'%20stroke-width='5'/%3e%3cpath%20d='M75%2069c0-6%203-11%205-14%202%203%205%208%205%2014'%20stroke-width='4'/%3e%3cpath%20d='M80%2079v11'%20stroke-width='4'/%3e%3cpath%20d='M74%2085h12'%20stroke-width='4'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.theme-columbiagames-storefront .legacy-topbar .storefront-topnav-art-wishlist{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20160%20124'%20role='img'%20aria-labelledby='title%20desc'%3e%3ctitle%3eWishlist%20navigation%20emblem%3c/title%3e%3cdesc%3eMedieval%20parchment%20emblem%20for%20the%20wishlist%20storefront%20navigation%20link.%3c/desc%3e%3cdefs%3e%3clinearGradient%20id='bg'%20x1='0'%20x2='0'%20y1='0'%20y2='1'%3e%3cstop%20offset='0%25'%20stop-color='%23fcf2d9'/%3e%3cstop%20offset='100%25'%20stop-color='%23dcc08e'/%3e%3c/linearGradient%3e%3clinearGradient%20id='trim'%20x1='0'%20x2='1'%20y1='0'%20y2='1'%3e%3cstop%20offset='0%25'%20stop-color='%2371411a'/%3e%3cstop%20offset='100%25'%20stop-color='%2348210d'/%3e%3c/linearGradient%3e%3cfilter%20id='shadow'%20x='-20%25'%20y='-20%25'%20width='140%25'%20height='160%25'%3e%3cfeDropShadow%20dx='0'%20dy='6'%20stdDeviation='5'%20flood-color='%2324130a'%20flood-opacity='0.28'/%3e%3c/filter%3e%3c/defs%3e%3cg%20filter='url(%23shadow)'%3e%3cpath%20d='M26%2018h108l-7%2022%207%2022H26l7-22-7-22Z'%20fill='url(%23bg)'%20stroke='url(%23trim)'%20stroke-width='4'/%3e%3cpath%20d='M45%2062h70l12%2010-12%2034H45L33%2072l12-10Z'%20fill='url(%23bg)'%20stroke='url(%23trim)'%20stroke-width='4'/%3e%3cpath%20d='M39%2026h82'%20stroke='%23f5dfae'%20stroke-width='2'%20opacity='0.85'/%3e%3cpath%20d='M50%2033h60'%20stroke='%238c5a2b'%20stroke-width='1.5'%20opacity='0.45'/%3e%3cpath%20d='M24%2040c7%202%2012%207%2015%2014-7%201-13%205-18%2011%200-10%201-17%203-25Z'%20fill='%236c3716'%20opacity='0.95'/%3e%3cpath%20d='M136%2040c-7%202-12%207-15%2014%207%201%2013%205%2018%2011%200-10-1-17-3-25Z'%20fill='%236c3716'%20opacity='0.95'/%3e%3ccircle%20cx='80'%20cy='26'%20r='6'%20fill='%238e1920'%20stroke='%23f2d89f'%20stroke-width='2'/%3e%3cpath%20d='M54%2079c18-8%2034-8%2052%200'%20stroke='%23a26c2f'%20stroke-width='2'%20opacity='0.4'%20fill='none'/%3e%3cg%20transform='translate(0%202)'%20fill='none'%20stroke='%235d2d12'%20stroke-linecap='round'%20stroke-linejoin='round'%3e%3cpath%20d='M80%2097c-6-5-24-15-24-30%200-8%206-14%2014-14%205%200%209%202%2010%206%201-4%205-6%2010-6%208%200%2014%206%2014%2014%200%2015-18%2025-24%2030Z'%20fill='%238e1920'%20stroke-width='4'/%3e%3cpath%20d='M69%2063c2-3%205-4%2011-4'%20stroke='%23f6e7bd'%20stroke-width='3'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.theme-columbiagames-storefront .legacy-topbar .storefront-topnav-art-library{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20160%20124'%20role='img'%20aria-labelledby='title%20desc'%3e%3ctitle%3eLibrary%20navigation%20emblem%3c/title%3e%3cdesc%3eMedieval%20parchment%20emblem%20for%20the%20library%20storefront%20navigation%20link.%3c/desc%3e%3cdefs%3e%3clinearGradient%20id='bg'%20x1='0'%20x2='0'%20y1='0'%20y2='1'%3e%3cstop%20offset='0%25'%20stop-color='%23fcf2d9'/%3e%3cstop%20offset='100%25'%20stop-color='%23dcc08e'/%3e%3c/linearGradient%3e%3clinearGradient%20id='trim'%20x1='0'%20x2='1'%20y1='0'%20y2='1'%3e%3cstop%20offset='0%25'%20stop-color='%2371411a'/%3e%3cstop%20offset='100%25'%20stop-color='%2348210d'/%3e%3c/linearGradient%3e%3cfilter%20id='shadow'%20x='-20%25'%20y='-20%25'%20width='140%25'%20height='160%25'%3e%3cfeDropShadow%20dx='0'%20dy='6'%20stdDeviation='5'%20flood-color='%2324130a'%20flood-opacity='0.28'/%3e%3c/filter%3e%3c/defs%3e%3cg%20filter='url(%23shadow)'%3e%3cpath%20d='M26%2018h108l-7%2022%207%2022H26l7-22-7-22Z'%20fill='url(%23bg)'%20stroke='url(%23trim)'%20stroke-width='4'/%3e%3cpath%20d='M45%2062h70l12%2010-12%2034H45L33%2072l12-10Z'%20fill='url(%23bg)'%20stroke='url(%23trim)'%20stroke-width='4'/%3e%3cpath%20d='M39%2026h82'%20stroke='%23f5dfae'%20stroke-width='2'%20opacity='0.85'/%3e%3cpath%20d='M50%2033h60'%20stroke='%238c5a2b'%20stroke-width='1.5'%20opacity='0.45'/%3e%3cpath%20d='M24%2040c7%202%2012%207%2015%2014-7%201-13%205-18%2011%200-10%201-17%203-25Z'%20fill='%236c3716'%20opacity='0.95'/%3e%3cpath%20d='M136%2040c-7%202-12%207-15%2014%207%201%2013%205%2018%2011%200-10-1-17-3-25Z'%20fill='%236c3716'%20opacity='0.95'/%3e%3ccircle%20cx='80'%20cy='26'%20r='6'%20fill='%238e1920'%20stroke='%23f2d89f'%20stroke-width='2'/%3e%3cpath%20d='M54%2079c18-8%2034-8%2052%200'%20stroke='%23a26c2f'%20stroke-width='2'%20opacity='0.4'%20fill='none'/%3e%3cg%20transform='translate(0%203)'%20fill='none'%20stroke='%235d2d12'%20stroke-linecap='round'%20stroke-linejoin='round'%3e%3cpath%20d='M56%2069c8-6%2016-9%2024-9s16%203%2024%209v24c-8-6-16-9-24-9s-16%203-24%209V69Z'%20stroke-width='5'/%3e%3cpath%20d='M80%2061v24'%20stroke-width='4'/%3e%3cpath%20d='M64%2074c5-3%2010-4%2016-4'%20stroke-width='3'%20opacity='0.75'/%3e%3cpath%20d='M96%2074c-5-3-10-4-16-4'%20stroke-width='3'%20opacity='0.75'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.theme-columbiagames-storefront .legacy-topbar .storefront-topnav-art-account{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20160%20124'%20role='img'%20aria-labelledby='title%20desc'%3e%3ctitle%3eAccount%20navigation%20emblem%3c/title%3e%3cdesc%3eMedieval%20parchment%20emblem%20for%20the%20account%20storefront%20navigation%20link.%3c/desc%3e%3cdefs%3e%3clinearGradient%20id='bg'%20x1='0'%20x2='0'%20y1='0'%20y2='1'%3e%3cstop%20offset='0%25'%20stop-color='%23fcf2d9'/%3e%3cstop%20offset='100%25'%20stop-color='%23dcc08e'/%3e%3c/linearGradient%3e%3clinearGradient%20id='trim'%20x1='0'%20x2='1'%20y1='0'%20y2='1'%3e%3cstop%20offset='0%25'%20stop-color='%2371411a'/%3e%3cstop%20offset='100%25'%20stop-color='%2348210d'/%3e%3c/linearGradient%3e%3cfilter%20id='shadow'%20x='-20%25'%20y='-20%25'%20width='140%25'%20height='160%25'%3e%3cfeDropShadow%20dx='0'%20dy='6'%20stdDeviation='5'%20flood-color='%2324130a'%20flood-opacity='0.28'/%3e%3c/filter%3e%3c/defs%3e%3cg%20filter='url(%23shadow)'%3e%3cpath%20d='M26%2018h108l-7%2022%207%2022H26l7-22-7-22Z'%20fill='url(%23bg)'%20stroke='url(%23trim)'%20stroke-width='4'/%3e%3cpath%20d='M45%2062h70l12%2010-12%2034H45L33%2072l12-10Z'%20fill='url(%23bg)'%20stroke='url(%23trim)'%20stroke-width='4'/%3e%3cpath%20d='M39%2026h82'%20stroke='%23f5dfae'%20stroke-width='2'%20opacity='0.85'/%3e%3cpath%20d='M50%2033h60'%20stroke='%238c5a2b'%20stroke-width='1.5'%20opacity='0.45'/%3e%3cpath%20d='M24%2040c7%202%2012%207%2015%2014-7%201-13%205-18%2011%200-10%201-17%203-25Z'%20fill='%236c3716'%20opacity='0.95'/%3e%3cpath%20d='M136%2040c-7%202-12%207-15%2014%207%201%2013%205%2018%2011%200-10-1-17-3-25Z'%20fill='%236c3716'%20opacity='0.95'/%3e%3ccircle%20cx='80'%20cy='26'%20r='6'%20fill='%238e1920'%20stroke='%23f2d89f'%20stroke-width='2'/%3e%3cpath%20d='M54%2079c18-8%2034-8%2052%200'%20stroke='%23a26c2f'%20stroke-width='2'%20opacity='0.4'%20fill='none'/%3e%3cg%20transform='translate(0%203)'%20fill='none'%20stroke='%235d2d12'%20stroke-linecap='round'%20stroke-linejoin='round'%3e%3ccircle%20cx='80'%20cy='69'%20r='12'%20stroke-width='5'/%3e%3cpath%20d='M57%2098c5-12%2014-18%2023-18s18%206%2023%2018'%20stroke-width='5'/%3e%3cpath%20d='M69%2067c3-2%207-4%2011-4'%20stroke='%238e1920'%20stroke-width='3'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.theme-columbiagames-storefront .legacy-topbar .storefront-topnav-art-admin{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20160%20124'%20role='img'%20aria-labelledby='title%20desc'%3e%3ctitle%3eAdmin%20navigation%20emblem%3c/title%3e%3cdesc%3eMedieval%20parchment%20emblem%20for%20the%20admin%20storefront%20navigation%20link.%3c/desc%3e%3cdefs%3e%3clinearGradient%20id='bg'%20x1='0'%20x2='0'%20y1='0'%20y2='1'%3e%3cstop%20offset='0%25'%20stop-color='%23fcf2d9'/%3e%3cstop%20offset='100%25'%20stop-color='%23dcc08e'/%3e%3c/linearGradient%3e%3clinearGradient%20id='trim'%20x1='0'%20x2='1'%20y1='0'%20y2='1'%3e%3cstop%20offset='0%25'%20stop-color='%2371411a'/%3e%3cstop%20offset='100%25'%20stop-color='%2348210d'/%3e%3c/linearGradient%3e%3cfilter%20id='shadow'%20x='-20%25'%20y='-20%25'%20width='140%25'%20height='160%25'%3e%3cfeDropShadow%20dx='0'%20dy='6'%20stdDeviation='5'%20flood-color='%2324130a'%20flood-opacity='0.28'/%3e%3c/filter%3e%3c/defs%3e%3cg%20filter='url(%23shadow)'%3e%3cpath%20d='M26%2018h108l-7%2022%207%2022H26l7-22-7-22Z'%20fill='url(%23bg)'%20stroke='url(%23trim)'%20stroke-width='4'/%3e%3cpath%20d='M45%2062h70l12%2010-12%2034H45L33%2072l12-10Z'%20fill='url(%23bg)'%20stroke='url(%23trim)'%20stroke-width='4'/%3e%3cpath%20d='M39%2026h82'%20stroke='%23f5dfae'%20stroke-width='2'%20opacity='0.85'/%3e%3cpath%20d='M50%2033h60'%20stroke='%238c5a2b'%20stroke-width='1.5'%20opacity='0.45'/%3e%3cpath%20d='M24%2040c7%202%2012%207%2015%2014-7%201-13%205-18%2011%200-10%201-17%203-25Z'%20fill='%236c3716'%20opacity='0.95'/%3e%3cpath%20d='M136%2040c-7%202-12%207-15%2014%207%201%2013%205%2018%2011%200-10-1-17-3-25Z'%20fill='%236c3716'%20opacity='0.95'/%3e%3ccircle%20cx='80'%20cy='26'%20r='6'%20fill='%238e1920'%20stroke='%23f2d89f'%20stroke-width='2'/%3e%3cpath%20d='M54%2079c18-8%2034-8%2052%200'%20stroke='%23a26c2f'%20stroke-width='2'%20opacity='0.4'%20fill='none'/%3e%3cg%20transform='translate(0%203)'%20fill='none'%20stroke='%235d2d12'%20stroke-linecap='round'%20stroke-linejoin='round'%3e%3cpath%20d='M58%2092h44l-3-17-11%207-8-12-8%2012-11-7-3%2017Z'%20fill='%238e1920'%20stroke-width='4'/%3e%3ccircle%20cx='62'%20cy='72'%20r='3'%20fill='%23f6e7bd'%20stroke-width='2'/%3e%3ccircle%20cx='80'%20cy='64'%20r='3'%20fill='%23f6e7bd'%20stroke-width='2'/%3e%3ccircle%20cx='98'%20cy='72'%20r='3'%20fill='%23f6e7bd'%20stroke-width='2'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.theme-columbiagames-storefront .legacy-drawer-toggle{display:none;min-width:50px;min-height:50px;padding:0;border-radius:16px;background:#ffffffad;border-color:#7e512642;color:#5e3414}.theme-columbiagames-storefront .legacy-shell-frame{position:relative;display:block;padding-top:1.15rem;padding-bottom:2.4rem;background:url(/assets/content_bg-e2UW8Bnu.png) center top / 100% 100% repeat-y}.theme-columbiagames-storefront .legacy-shell-frame:before{content:"";position:absolute;left:0;top:110px;bottom:40px;width:108px;background:url(/assets/footer_dragon-CZfciXu9.png) left top / contain repeat-y;opacity:.98;pointer-events:none}.theme-columbiagames-storefront .legacy-shell-main,.theme-columbiagames-storefront .legacy-shell-main>*{position:relative;z-index:1}.theme-columbiagames-storefront .legacy-shell-main{min-width:0;padding:1.4rem 1.5rem 1.8rem}.theme-columbiagames-storefront .legacy-shell-main .page-content,.theme-columbiagames-storefront .legacy-shell-main.page-content{padding:0;width:calc(100% - 8rem);margin:auto}.theme-columbiagames-storefront .legacy-cart-drawer,.theme-columbiagames-storefront .legacy-floating-cart,.theme-columbiagames-storefront .legacy-shell-main .panel,.theme-columbiagames-storefront .legacy-shell-main .catalog-summary-card,.theme-columbiagames-storefront .legacy-shell-main .catalog-toolbar-panel,.theme-columbiagames-storefront .legacy-shell-main .detail-section,.theme-columbiagames-storefront .legacy-shell-main .result-card,.theme-columbiagames-storefront .legacy-shell-main .product-card,.theme-columbiagames-storefront .legacy-shell-main .wishlist-card,.theme-columbiagames-storefront .legacy-shell-main .library-card,.theme-columbiagames-storefront .legacy-shell-main .cart-summary-panel{background:linear-gradient(180deg,var(--legacy-cream-soft) 0%,var(--legacy-cream) 100%);border:1px solid var(--legacy-border);box-shadow:var(--legacy-shadow);border-radius:18px}.theme-columbiagames-storefront .legacy-cart-drawer{position:fixed;top:50%;right:0;z-index:30;width:282px;transform:translate(282px,-50%);transition:transform .32s ease,box-shadow .24s ease;border-right:0;border-top-right-radius:0;border-bottom-right-radius:0;overflow:visible}.theme-columbiagames-storefront .legacy-cart-drawer.is-open{transform:translateY(-50%)}.theme-columbiagames-storefront .legacy-cart-drawer.is-flashing{box-shadow:0 0 0 2px #b3823b47,0 0 28px #b3823b52}.theme-columbiagames-storefront .legacy-cart-drawer.is-flashing .legacy-floating-cart,.theme-columbiagames-storefront .legacy-cart-drawer.is-flashing .legacy-cart-drawer-tab{animation:legacy-cart-flash .9s ease}.theme-columbiagames-storefront .legacy-cart-drawer-tab{position:absolute;left:0;top:50%;transform:translate(-100%,-50%);width:68px;min-height:236px;padding:1rem .45rem .8rem;border-top-right-radius:0;border-bottom-right-radius:0;border-right:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;background:linear-gradient(180deg,var(--legacy-cream-soft) 0%,var(--legacy-cream) 100%);color:var(--legacy-brown);box-shadow:var(--legacy-shadow)}.theme-columbiagames-storefront .legacy-cart-drawer-tab-title{font-family:var(--storefront-heading-font);font-size:1.55rem;line-height:1;letter-spacing:.04em;white-space:nowrap;transform:rotate(-90deg);transform-origin:center}.theme-columbiagames-storefront .legacy-cart-drawer-tab-art{width:44px;height:66px;background:url(/assets/view_cart-Cl5BQEsM.png) center bottom / contain no-repeat}.theme-columbiagames-storefront .legacy-floating-cart{position:relative;padding:1.15rem 1rem 1.1rem}.theme-columbiagames-storefront .legacy-cart-drawer-close{position:absolute;top:.5rem;right:.55rem;width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(96,54,18,.2);border-radius:999px;background:#ffffff8c;color:var(--legacy-brown);font-family:var(--storefront-heading-font);font-size:1.15rem;line-height:1}.theme-columbiagames-storefront .legacy-cart-drawer-close:hover,.theme-columbiagames-storefront .legacy-cart-drawer-close:focus-visible{background:#ffffffe6}@keyframes legacy-cart-flash{0%{filter:brightness(1)}25%{filter:brightness(1.12)}50%{filter:brightness(1.02)}75%{filter:brightness(1.14)}to{filter:brightness(1)}}.theme-columbiagames-storefront .legacy-floating-cart-section+.legacy-floating-cart-section{margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(96,54,18,.16)}.theme-columbiagames-storefront .legacy-floating-cart h3,.theme-columbiagames-storefront .legacy-shell-main .panel h2,.theme-columbiagames-storefront .legacy-shell-main .panel h3,.theme-columbiagames-storefront .legacy-shell-main .page-header h2,.theme-columbiagames-storefront .legacy-shell-main .detail-header h2,.theme-columbiagames-storefront .legacy-shell-main .section-heading-row h3,.theme-columbiagames-storefront .legacy-quicklink-label{color:var(--legacy-brown)}.theme-columbiagames-storefront .legacy-floating-cart h3{margin:0 0 .85rem;font-size:1.35rem}.theme-columbiagames-storefront .legacy-quicklink-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.theme-columbiagames-storefront .legacy-quicklink{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:.15rem;min-height:108px;padding:.25rem .4rem .4rem;text-decoration:none}.theme-columbiagames-storefront .legacy-quicklink-label{font-family:var(--storefront-heading-font);font-size:1rem;text-align:center}.theme-columbiagames-storefront .legacy-quicklink-art{width:100%;height:78px;background-position:center bottom;background-repeat:no-repeat;background-size:contain}.theme-columbiagames-storefront .legacy-quicklink-home .legacy-quicklink-art{background-image:url(/assets/home-DwFmPPHW.png)}.theme-columbiagames-storefront .legacy-quicklink-account .legacy-quicklink-art{background-image:url(/assets/myaccount-BSW1kceg.png)}.theme-columbiagames-storefront .legacy-quicklink-viewcart .legacy-quicklink-art{background-image:url(/assets/view_cart-Cl5BQEsM.png)}.theme-columbiagames-storefront .legacy-quicklink-checkout .legacy-quicklink-art{background-image:url(/assets/checkout-BxLU-4Yk.png)}.theme-columbiagames-storefront .legacy-quicklink:hover .legacy-quicklink-art,.theme-columbiagames-storefront .legacy-quicklink:focus-visible .legacy-quicklink-art{transform:translateY(-1px)}.theme-columbiagames-storefront .legacy-shell-main .legacy-image-action,.theme-columbiagames-storefront .legacy-floating-cart .legacy-image-action{display:inline-flex;align-items:center;justify-content:center;width:auto;min-width:170px;padding-inline:1.25rem;background-color:transparent;background-position:center;background-repeat:no-repeat;background-size:contain;border:0;color:transparent;text-indent:-9999px;overflow:hidden;box-shadow:none}.theme-columbiagames-storefront .legacy-shell-main .legacy-image-action:hover,.theme-columbiagames-storefront .legacy-floating-cart .legacy-image-action:hover{transform:translateY(-1px)}.theme-columbiagames-storefront .legacy-shell-backdrop{display:none}@media (max-width: 1180px){.theme-columbiagames-storefront .legacy-shell-main{padding-right:1.5rem}}@media (max-width: 920px){.theme-columbiagames-storefront .legacy-shell-frame:before{display:none}.theme-columbiagames-storefront .legacy-topbar-inner,.theme-columbiagames-storefront .legacy-footer-inner{background-size:cover}.theme-columbiagames-storefront .legacy-topbar-meta{width:100%;justify-content:stretch}.theme-columbiagames-storefront .legacy-header-search{width:100%}.theme-columbiagames-storefront .legacy-header-search input{min-width:0;flex:1}.theme-columbiagames-storefront .legacy-topbar .storefront-topnav{justify-content:center;width:100%}.theme-columbiagames-storefront .legacy-topbar .storefront-topnav-link{min-width:72px}.theme-columbiagames-storefront .legacy-topbar .storefront-topnav-art{width:78px;height:60px}.theme-columbiagames-storefront .legacy-shell-main{padding:1rem}.theme-columbiagames-storefront .legacy-cart-drawer{top:auto;bottom:1rem;width:min(92vw,340px);transform:translate(calc(100% - 64px))}.theme-columbiagames-storefront .legacy-cart-drawer.is-open{transform:translate(0)}.theme-columbiagames-storefront .legacy-cart-drawer-tab{top:0;transform:translate(-100%);min-height:180px}.theme-columbiagames-storefront .legacy-footer-inner{flex-direction:column;min-height:0;padding-top:2rem}}.theme-columbiagames-storefront .legacy-image-action-addtocart{background-image:url(/assets/add_to_cart-DoRxY8FP.png)}.theme-columbiagames-storefront .legacy-image-action-viewcart{background-image:url(/assets/view_cart-Cl5BQEsM.png)}.theme-columbiagames-storefront .legacy-image-action-checkout{background-image:url(/assets/checkout-BxLU-4Yk.png)}.theme-columbiagames-storefront .legacy-shell-main .price,.theme-columbiagames-storefront .legacy-shell-main .price.big{color:var(--legacy-brown)}.theme-columbiagames-storefront .legacy-shell-main .badge{background:#caa66938;color:var(--legacy-brown)}.theme-columbiagames-storefront .legacy-shell-main .badge.badge-accent{background:#324c2f29;color:#1f4a1b}.theme-columbiagames-storefront .legacy-shell-main .button-link,.theme-columbiagames-storefront .legacy-shell-main button:not(.lightbox-backdrop):not(.lightbox-nav):not(.lightbox-close),.theme-columbiagames-storefront .legacy-header-search button,.theme-columbiagames-storefront .legacy-cart-drawer-tab{font-family:MedievalSharp;background:linear-gradient(180deg,#5e2f15,#3d1e0d);border-color:#5a2d14;color:#fff7e5;box-shadow:0 14px 26px #24140938}.theme-columbiagames-storefront .legacy-cart-drawer-tab{background:linear-gradient(180deg,var(--legacy-cream-soft) 0%,var(--legacy-cream) 100%);color:var(--legacy-brown);border-color:#6c35153d}.theme-columbiagames-storefront .legacy-shell-main .button-secondary,.theme-columbiagames-storefront .legacy-shell-main .button-link.button-link-secondary,.theme-columbiagames-storefront .legacy-shell-main .button-link.secondary-link,.theme-columbiagames-storefront .legacy-shell-main .wishlist-toggle{background:linear-gradient(180deg,#fffcf5f5,#f1e5ccf5);color:var(--legacy-brown);border-color:#6c35153d;box-shadow:0 10px 20px #2414091a}.theme-columbiagames-storefront .legacy-shell-main .wishlist-toggle.is-active{background:linear-gradient(180deg,#325035,#223a25);border-color:#325035;color:#fff}.theme-columbiagames-storefront .legacy-shell-main .add-to-cart-button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;background-image:none;text-indent:0;color:#fff7e5}.theme-columbiagames-storefront .legacy-shell-main .add-to-cart-button-icon{font-size:1rem;line-height:1}.theme-columbiagames-storefront .legacy-shell-main input,.theme-columbiagames-storefront .legacy-shell-main select,.theme-columbiagames-storefront .legacy-shell-main textarea{background:#fffffff0;border-color:#6c35152e}.theme-columbiagames-storefront .legacy-shell-main .product-card-catalog,.theme-columbiagames-storefront .legacy-shell-main .related-card{overflow:hidden;border-radius:20px}.theme-columbiagames-storefront .legacy-shell-main .product-card-media,.theme-columbiagames-storefront .legacy-shell-main .related-card-media{background:linear-gradient(135deg,#5e2f151f,#caa66933)}.theme-columbiagames-storefront .legacy-shell-main .catalog-summary-card,.theme-columbiagames-storefront .legacy-shell-main .catalog-toolbar-panel{border-radius:20px}.theme-columbiagames-storefront .legacy-shell-main .catalog-toolbar-panel{padding-right:1.5rem}.theme-columbiagames-storefront .legacy-shell-main .catalog-filters-inline{gap:.55rem}.theme-columbiagames-storefront .legacy-shell-main .catalog-filters-inline select,.theme-columbiagames-storefront .legacy-shell-main .catalog-inline-select{border-radius:999px;min-height:44px}.theme-columbiagames-storefront .legacy-shell-main .catalog-filter-actions{display:inline-flex;flex-wrap:wrap;justify-content:flex-end}.theme-columbiagames-storefront .legacy-shell-main .catalog-filter-actions button{min-height:44px}.theme-columbiagames-storefront .legacy-footer{position:relative;padding:0 0 2rem;border-top:0;color:#f8edd7}.theme-columbiagames-storefront .legacy-footer-inner{position:relative;min-height:185px;padding:0;display:block;background:url(/assets/footer-BWPLfI1V.png) center bottom / 100% 100% no-repeat}.theme-columbiagames-storefront .legacy-footer-inner:before{content:"";position:absolute;left:-14px;bottom:54px;width:min(28vw,250px);height:145px;background:url(/assets/footer_dragon-CZfciXu9.png) left bottom / contain no-repeat;pointer-events:none}@media (max-width: 1180px){.theme-columbiagames-storefront .legacy-shell-main .catalog-toolbar-panel,.theme-columbiagames-storefront .legacy-shell-main .catalog-summary-card{padding-right:1.5rem}}@media (max-width: 920px){.theme-columbiagames-storefront .legacy-shell-main .catalog-toolbar-panel,.theme-columbiagames-storefront .legacy-shell-main .catalog-summary-card{padding-right:1rem}.theme-columbiagames-storefront .legacy-shell-main .catalog-filter-actions{display:flex;justify-content:stretch}.theme-columbiagames-storefront .legacy-shell-main .catalog-filter-actions button{flex:1 1 auto}.theme-columbiagames-storefront .legacy-quicklink-grid{grid-template-columns:1fr}}.theme-columbiagames-storefront .legacy-shell-main .checkout-link-cta{display:inline-flex;align-items:center;justify-content:center;gap:.65rem;color:#fff7e5;text-indent:0}.theme-columbiagames-storefront .legacy-shell-main .checkout-link-cta .checkout-link-cta-icon{filter:drop-shadow(0 4px 8px rgba(20,10,3,.24))}.theme-columbiagames-storefront .search-row input:not([type=checkbox]):not([type=radio]),.theme-columbiagames-storefront label>input:not([type=checkbox]):not([type=radio]),.theme-columbiagames-storefront label>select{min-width:260px}.theme-columbiagames-storefront input[type=checkbox],.theme-columbiagames-storefront input[type=radio],.theme-columbiagames-storefront label>input[type=checkbox],.theme-columbiagames-storefront label>input[type=radio]{width:auto;min-width:0;min-height:0;padding:0}.theme-columbiagames-storefront .account-control{display:inline-flex;align-items:center;gap:.45rem;max-width:min(100%,360px);text-decoration:none}.theme-columbiagames-storefront .account-control-link{display:inline-flex;align-items:center;gap:.4rem;min-width:0;color:inherit;text-decoration:none}.theme-columbiagames-storefront .account-control-icon{width:1.15rem;height:1.15rem;flex:0 0 auto;fill:currentColor}.theme-columbiagames-storefront .account-control-label{min-width:0;max-width:14rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.theme-columbiagames-storefront .account-control-button{min-height:30px;padding:.35rem .6rem;border-radius:999px;font-size:.82rem;box-shadow:none}.theme-columbiagames-storefront .legacy-topbar .account-control-button{background:#fffbf2d1;border-color:#784a2047;color:#5d3717;box-shadow:none}.theme-columbiagames-storefront .product-grid,.theme-columbiagames-storefront .product-grid-catalog,.theme-columbiagames-storefront .library-grid,.theme-columbiagames-storefront .wishlist-grid,.theme-columbiagames-storefront .related-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;align-items:stretch}.theme-columbiagames-storefront .product-card,.theme-columbiagames-storefront .product-card-catalog,.theme-columbiagames-storefront .collection-product-card,.theme-columbiagames-storefront .related-card{min-width:0}.theme-columbiagames-storefront .product-card-media,.theme-columbiagames-storefront .related-card-media{aspect-ratio:4 / 3;min-height:0}.theme-columbiagames-storefront .product-image-fallback{object-fit:cover;background:linear-gradient(135deg,#5e2f151f,#caa66933)}.theme-columbiagames-storefront .collection-product-card .product-actions-stack{grid-template-columns:1fr;align-items:stretch}.theme-columbiagames-storefront .collection-product-card .button-link,.theme-columbiagames-storefront .collection-product-card button,.theme-columbiagames-storefront .collection-product-card .disabled-action{width:100%;min-width:0;white-space:normal;overflow-wrap:anywhere}.theme-columbiagames-storefront .library-grid .product-card-media,.theme-columbiagames-storefront .wishlist-grid .product-card-media{aspect-ratio:4 / 3}.theme-columbiagames-storefront .legacy-shell-frame:before{left:15px;top:-50px;bottom:auto;width:180px;height:108px;background:url(/assets/footer_dragon-CZfciXu9.png) left top / contain no-repeat;z-index:999}.theme-columbiagames-storefront .legacy-shell-frame:after{content:"";position:absolute;left:18px;top:25px;bottom:-130px;width:16px;background:url(/assets/left_border-DV2pVDag.png) left top / 20px auto repeat-y;opacity:.98;pointer-events:none;z-index:1}.theme-columbiagames-storefront .legacy-footer-inner:before{left:12px;bottom:0;width:180px;height:108px}@media (max-width: 1180px){.theme-columbiagames-storefront .product-grid,.theme-columbiagames-storefront .product-grid-catalog,.theme-columbiagames-storefront .library-grid,.theme-columbiagames-storefront .wishlist-grid,.theme-columbiagames-storefront .related-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width: 900px){.theme-columbiagames-storefront .product-grid,.theme-columbiagames-storefront .product-grid-catalog,.theme-columbiagames-storefront .library-grid,.theme-columbiagames-storefront .wishlist-grid,.theme-columbiagames-storefront .related-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.theme-columbiagames-storefront .legacy-shell-frame:before,.theme-columbiagames-storefront .legacy-shell-frame:after{display:none}}@media (max-width: 620px){.theme-columbiagames-storefront .product-grid,.theme-columbiagames-storefront .product-grid-catalog,.theme-columbiagames-storefront .library-grid,.theme-columbiagames-storefront .wishlist-grid,.theme-columbiagames-storefront .related-grid{grid-template-columns:1fr}.theme-columbiagames-storefront .account-control-label{max-width:9rem}}.theme-columbiagames-storefront .topbar .account-control-link,.theme-columbiagames-storefront .legacy-topbar .account-control-link{margin-left:0}.theme-columbiagames-storefront .checkout-step-layout{align-items:flex-start}.theme-columbiagames-storefront .checkout-sticky-summary{position:sticky;top:1rem}.theme-columbiagames-storefront .checkout-stepper{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:.65rem;list-style:none;margin:1rem 0 0;padding:0}.theme-columbiagames-storefront .checkout-stepper-item button{align-items:center;background:#fff7d8d1;border:1px solid rgba(92,61,31,.34);border-radius:.85rem;color:#3b2413;display:flex;gap:.65rem;height:100%;justify-content:flex-start;padding:.75rem;text-align:left;width:100%}.theme-columbiagames-storefront .checkout-stepper-item button:disabled{cursor:not-allowed;opacity:.55}.theme-columbiagames-storefront .checkout-stepper-item.is-active button,.theme-columbiagames-storefront .checkout-stepper-item.is-done button{border-color:#7b3f12;box-shadow:0 0 0 2px #7b3f121f}.theme-columbiagames-storefront .checkout-stepper-number{align-items:center;background:#5f3719;border-radius:999px;color:#fff8df;display:inline-flex;flex:0 0 1.85rem;height:1.85rem;justify-content:center;width:1.85rem}.theme-columbiagames-storefront .checkout-stepper small{display:block;font-size:.75rem;line-height:1.2;opacity:.78}.theme-columbiagames-storefront .checkout-step-panel,.theme-columbiagames-storefront .checkout-hero-panel{overflow:visible}.theme-columbiagames-storefront .checkout-cart-review-list,.theme-columbiagames-storefront .checkout-upsell-block,.theme-columbiagames-storefront .checkout-result-actions{margin-top:1rem}.theme-columbiagames-storefront .checkout-cart-review-item{align-items:center;display:flex;justify-content:space-between;gap:1rem}.theme-columbiagames-storefront .checkout-line-price{font-weight:700;white-space:nowrap}.theme-columbiagames-storefront .checkout-mini-total{margin-top:1rem}.theme-columbiagames-storefront .checkout-promo-grid{display:grid;gap:1rem;grid-template-columns:repeat(2,minmax(0,1fr));margin-top:1rem}.theme-columbiagames-storefront .checkout-upsell-grid{display:grid;gap:1rem;grid-template-columns:repeat(2,minmax(0,1fr))}.theme-columbiagames-storefront .checkout-upsell-card{display:flex;flex-direction:column;gap:.5rem}.theme-columbiagames-storefront .checkout-upsell-actions{justify-content:space-between;margin-top:auto}.theme-columbiagames-storefront .checkout-step-actions,.theme-columbiagames-storefront .checkout-result-actions{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:flex-end}.theme-columbiagames-storefront .checkout-paypal-only-badge{background:#f5df9c;border:1px solid rgba(92,61,31,.32);border-radius:999px;color:#3b2413;font-weight:700;padding:.35rem .7rem;white-space:nowrap}.theme-columbiagames-storefront .checkout-complete-card{padding:1.25rem}@media (max-width: 920px){.theme-columbiagames-storefront .checkout-stepper{grid-template-columns:1fr}.theme-columbiagames-storefront .checkout-sticky-summary{position:static}.theme-columbiagames-storefront .checkout-promo-grid,.theme-columbiagames-storefront .checkout-upsell-grid{grid-template-columns:1fr}.theme-columbiagames-storefront .checkout-cart-review-item{align-items:flex-start;flex-direction:column}}.theme-columbiagames-storefront .checkout-address-autocomplete-note{color:#6b6257;font-size:.78rem;line-height:1.35}.theme-columbiagames-storefront .checkout-address-autocomplete-note-error{color:#9c1b1b;font-weight:600}.checkout-auth-overlay{position:relative;display:grid;place-items:center;padding:1rem}.checkout-auth-modal{width:min(100%,680px);border:1px solid rgba(98,60,27,.35);border-radius:18px;background:#fff8e0fa;box-shadow:0 20px 60px #2b1b0c38;padding:1.25rem}.checkout-auth-copy h3{margin-bottom:.35rem}.checkout-auth-tabs{display:flex;gap:.5rem;margin:1rem 0}.checkout-auth-tabs button{flex:1}.checkout-auth-tabs button.is-active{filter:brightness(.92);font-weight:700}.checkout-auth-switch button{border:0;background:transparent;color:var(--cg-link-color, #6b3f16);font-weight:700;text-decoration:underline;cursor:pointer;padding:0}.pac-container{z-index:2147483647}.theme-columbiagames-storefront .collection-product-card{grid-template-rows:auto 1fr auto}.theme-columbiagames-storefront .collection-product-card .product-card-body{min-width:0}.theme-columbiagames-storefront .collection-product-card .product-title-link{color:inherit;text-decoration:none}.theme-columbiagames-storefront .collection-product-card .product-title-link:hover{color:#7a1010;text-decoration:underline;text-underline-offset:.18em}.theme-columbiagames-storefront .collection-product-card .legacy-rich-text-compact{min-height:0;max-height:8.8em;overflow:hidden;color:#5c5147;font-size:.9rem;line-height:1.42;word-break:normal;overflow-wrap:anywhere}.theme-columbiagames-storefront .collection-product-card .legacy-rich-text-compact p{margin:0 0 .45rem}.theme-columbiagames-storefront .collection-product-card .legacy-rich-text-compact a{color:#7a1010;font-weight:700;text-decoration:underline;text-underline-offset:.15em}.theme-columbiagames-storefront .collection-product-card .legacy-rich-text-compact>:last-child{margin-bottom:0}.theme-columbiagames-storefront .collection-product-actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-start;gap:.6rem}.theme-columbiagames-storefront .collection-product-actions>.button-link,.theme-columbiagames-storefront .collection-product-actions>button,.theme-columbiagames-storefront .collection-product-actions>.disabled-action{width:auto;min-width:8.5rem;max-width:100%;flex:1 1 8.5rem;padding-inline:.85rem;white-space:nowrap}.theme-columbiagames-storefront .collection-product-actions>.disabled-action{cursor:not-allowed;opacity:.72}@media (max-width: 820px){.theme-columbiagames-storefront{overflow-x:hidden}.theme-columbiagames-storefront .container{width:100%;min-width:0;margin:0;padding-inline:.75rem}.theme-columbiagames-storefront .legacy-shell-frame,.theme-columbiagames-storefront .legacy-shell-main,.theme-columbiagames-storefront .page-content{min-width:0}.theme-columbiagames-storefront .legacy-shell-frame:before,.theme-columbiagames-storefront .legacy-shell-frame:after,.theme-columbiagames-storefront .legacy-footer:before,.theme-columbiagames-storefront .legacy-footer:after{display:none}.theme-columbiagames-storefront .legacy-shell-main.page-content,.theme-columbiagames-storefront .page-content{padding-block:.85rem 2rem}.theme-columbiagames-storefront .legacy-topbar{position:sticky;top:0;z-index:60}.theme-columbiagames-storefront .legacy-topbar-inner,.theme-columbiagames-storefront .topbar-inner{display:grid;grid-template-columns:1fr;align-items:stretch;gap:.65rem;min-height:0;padding-block:.65rem}.theme-columbiagames-storefront .legacy-branding{min-width:0}.theme-columbiagames-storefront .brand-legacy,.theme-columbiagames-storefront .brand{font-size:1.08rem;line-height:1.15}.theme-columbiagames-storefront .legacy-topbar-meta,.theme-columbiagames-storefront .topbar-meta{display:grid;grid-template-columns:1fr;gap:.55rem;width:100%;min-width:0}.theme-columbiagames-storefront .legacy-header-search{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.45rem;width:100%;min-width:0}.theme-columbiagames-storefront .legacy-header-search input,.theme-columbiagames-storefront .search-row input,.theme-columbiagames-storefront label input,.theme-columbiagames-storefront label select{width:100%;min-width:0}.theme-columbiagames-storefront .legacy-header-search input{min-height:40px;height:40px;padding:.45rem .65rem}.theme-columbiagames-storefront .legacy-header-search button{min-height:40px;padding:.45rem .7rem;border-radius:10px;box-shadow:none}.theme-columbiagames-storefront .storefront-topnav{display:grid;grid-template-columns:repeat(auto-fit,minmax(72px,1fr));gap:.35rem;width:100%;min-width:0}.theme-columbiagames-storefront .storefront-topnav-link{display:flex;min-width:0;min-height:44px;margin:0;padding:.38rem .25rem;align-items:center;justify-content:center;flex-direction:column;gap:.15rem;border-radius:12px;background:#ffffff1f;text-align:center}.theme-columbiagames-storefront .storefront-topnav-link.active{background:#cba55b57}.theme-columbiagames-storefront .storefront-topnav-label{max-width:100%;overflow:hidden;text-overflow:ellipsis;font-size:.72rem;line-height:1.08}.theme-columbiagames-storefront .storefront-topnav-art{width:1.05rem;height:1.05rem;margin:0}.theme-columbiagames-storefront .account-control{width:100%;max-width:100%;justify-content:space-between}.theme-columbiagames-storefront .account-control-label{max-width:calc(100vw - 11rem)}.theme-columbiagames-storefront .legacy-cart-drawer{display:none!important}.theme-columbiagames-storefront .panel,.theme-columbiagames-storefront .catalog-toolbar-panel,.theme-columbiagames-storefront .catalog-summary-card,.theme-columbiagames-storefront .catalog-description-card,.theme-columbiagames-storefront .detail-section,.theme-columbiagames-storefront .product-card,.theme-columbiagames-storefront .library-card,.theme-columbiagames-storefront .wishlist-card{border-radius:14px;padding:.85rem}.theme-columbiagames-storefront .catalog-toolbar,.theme-columbiagames-storefront .catalog-filters,.theme-columbiagames-storefront .catalog-filter-actions,.theme-columbiagames-storefront .page-header,.theme-columbiagames-storefront .catalog-summary-row,.theme-columbiagames-storefront .catalog-summary-row-bottom,.theme-columbiagames-storefront .detail-header,.theme-columbiagames-storefront .purchase-row,.theme-columbiagames-storefront .product-actions,.theme-columbiagames-storefront .section-heading-row,.theme-columbiagames-storefront .library-card-header,.theme-columbiagames-storefront .wishlist-actions{display:grid;grid-template-columns:1fr;justify-items:stretch;align-items:stretch;gap:.65rem}.theme-columbiagames-storefront .catalog-filters label,.theme-columbiagames-storefront .catalog-toolbar label,.theme-columbiagames-storefront .admin-toolbar label,.theme-columbiagames-storefront .compact-label{width:100%;min-width:0}.theme-columbiagames-storefront .catalog-filter-actions{grid-template-columns:repeat(2,minmax(0,1fr))}.theme-columbiagames-storefront .catalog-filter-actions>*,.theme-columbiagames-storefront .product-actions-stack>*,.theme-columbiagames-storefront .row.wrap-row>*,.theme-columbiagames-storefront .button-link,.theme-columbiagames-storefront button{width:100%}.theme-columbiagames-storefront .product-grid,.theme-columbiagames-storefront .product-grid-catalog,.theme-columbiagames-storefront .related-grid,.theme-columbiagames-storefront .library-grid,.theme-columbiagames-storefront .wishlist-grid{grid-template-columns:1fr;gap:.75rem}.theme-columbiagames-storefront .product-card-summary{min-height:0}.theme-columbiagames-storefront .product-detail-layout,.theme-columbiagames-storefront .checkout-layout,.theme-columbiagames-storefront .cart-layout{grid-template-columns:1fr;gap:.85rem}.theme-columbiagames-storefront .cart-summary-panel{position:static}.theme-columbiagames-storefront .cart-item{display:grid;grid-template-columns:1fr}.theme-columbiagames-storefront .cart-item-actions{min-width:0;justify-items:stretch}.theme-columbiagames-storefront .pagination{justify-content:stretch;width:100%}.theme-columbiagames-storefront .pagination-button,.theme-columbiagames-storefront .pagination .button-secondary{flex:1 1 44px;min-width:44px}.theme-columbiagames-storefront pre,.theme-columbiagames-storefront code{max-width:100%;overflow-x:auto}}@media (min-width: 520px) and (max-width: 820px){.theme-columbiagames-storefront .product-grid-catalog{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 520px){.theme-columbiagames-storefront .container{padding-inline:.55rem}.theme-columbiagames-storefront .catalog-filter-actions,.theme-columbiagames-storefront .legacy-header-search{grid-template-columns:1fr}.theme-columbiagames-storefront .storefront-topnav{grid-template-columns:repeat(2,minmax(0,1fr))}}.theme-columbiagames-storefront .legacy-mobile-menu{display:none}@media (max-width: 820px){.theme-columbiagames-storefront .legacy-topbar{position:sticky;top:0;z-index:100}.theme-columbiagames-storefront .legacy-topbar-inner,.theme-columbiagames-storefront .topbar-inner{display:block;padding-block:0}.theme-columbiagames-storefront .legacy-branding-row{display:flex;align-items:center;justify-content:space-between;gap:.75rem;min-height:52px;padding-block:.4rem}.theme-columbiagames-storefront .legacy-branding{min-width:0}.theme-columbiagames-storefront .brand-legacy,.theme-columbiagames-storefront .brand{font-size:1.02rem;line-height:1.1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.theme-columbiagames-storefront .legacy-desktop-menu{display:none!important}.theme-columbiagames-storefront .legacy-mobile-menu{display:block;flex:0 0 auto;position:relative}.theme-columbiagames-storefront .legacy-mobile-menu-summary{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;min-width:46px;min-height:42px;padding:.45rem .7rem;border:1px solid rgba(255,255,255,.4);border-radius:10px;background:#ffffff24;color:#563118;cursor:pointer;font-weight:800;list-style:none}.theme-columbiagames-storefront .legacy-mobile-menu-summary::-webkit-details-marker{display:none}.theme-columbiagames-storefront .legacy-mobile-menu-icon{font-size:1.2rem;line-height:1}.theme-columbiagames-storefront .legacy-mobile-menu-label{font-size:.82rem}.theme-columbiagames-storefront .legacy-mobile-menu[open] .legacy-mobile-menu-summary{background:#cba55b;border-color:#cba55b;color:#2d1700}.theme-columbiagames-storefront .legacy-mobile-menu-panel{position:fixed;top:52px;left:0;right:0;z-index:99;display:grid;gap:.65rem;max-height:calc(100vh - 52px);overflow-y:auto;padding:.75rem;border-top:1px solid rgba(203,165,91,.45);border-bottom:4px solid #cba55b;background:#ecc77ee6;box-shadow:0 16px 34px #00000047}.theme-columbiagames-storefront .legacy-mobile-menu-panel .legacy-header-search{display:grid;grid-template-columns:1fr;gap:.45rem}.theme-columbiagames-storefront .legacy-mobile-menu-panel .legacy-header-search input,.theme-columbiagames-storefront .legacy-mobile-menu-panel .legacy-header-search button{width:100%}.theme-columbiagames-storefront .legacy-mobile-menu-panel .account-control{display:flex;width:100%;max-width:100%;justify-content:space-between;padding:.55rem .65rem;border:1px solid rgba(255,255,255,.26);border-radius:10px;background:#ffffff14;color:#fff}.theme-columbiagames-storefront .legacy-mobile-menu-panel .account-control-button{width:auto;min-height:34px;padding:.35rem .55rem;box-shadow:none}.theme-columbiagames-storefront .legacy-mobile-menu-panel .storefront-topnav{display:grid;grid-template-columns:1fr;gap:.4rem}.theme-columbiagames-storefront .legacy-mobile-menu-panel .storefront-topnav-link{display:flex;flex-direction:row;justify-content:space-between;min-height:42px;padding:.55rem .65rem;border-radius:10px;background:#ffffff1a}.theme-columbiagames-storefront .legacy-mobile-menu-panel .storefront-topnav-label{font-size:.9rem;line-height:1.2}.theme-columbiagames-storefront .legacy-mobile-menu-panel .storefront-topnav-art{width:1.15rem;height:1.15rem}.theme-columbiagames-storefront .legacy-shell-frame.container{width:100%;max-width:none;padding-inline:0}.theme-columbiagames-storefront .legacy-shell-main.page-content,.theme-columbiagames-storefront .page-content{width:90%;padding:.65rem 0 2rem}.theme-columbiagames-storefront .legacy-shell-main>*,.theme-columbiagames-storefront .page-content>*{min-width:0}.theme-columbiagames-storefront .legacy-footer,.theme-columbiagames-storefront .legacy-footer-inner,.theme-columbiagames-storefront .legacy-footer:before,.theme-columbiagames-storefront .legacy-footer:after,.theme-columbiagames-storefront .legacy-footer-inner:before,.theme-columbiagames-storefront .legacy-footer-inner:after{display:none!important;background-image:none!important}}@media (max-width: 520px){.theme-columbiagames-storefront .legacy-mobile-menu-label{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.theme-columbiagames-storefront .legacy-mobile-menu-summary{padding-inline:.6rem}}.theme-start-theme{--start-bg: #f6f8fb;--start-surface: #ffffff;--start-surface-soft: #eef3f8;--start-border: #d8e0ea;--start-text: #1f2937;--start-muted: #64748b;--start-accent: #2563eb;--start-accent-dark: #1d4ed8;--start-success: #166534;--start-success-bg: #ecfdf3;--start-error: #9f1239;--start-error-bg: #fff1f2;min-height:100vh;background:var(--start-bg);color:var(--start-text);font-family:Verdana,Arial,Helvetica,sans-serif;line-height:1.5}.theme-start-theme *,.theme-start-theme *:before,.theme-start-theme *:after{box-sizing:border-box}.theme-start-theme .start-theme-container{width:min(100% - 2rem,1220px);margin-inline:auto}.theme-start-theme .start-theme-header{position:sticky;top:0;z-index:40;background:#fffffff5;border-bottom:1px solid var(--start-border);box-shadow:0 8px 24px #0f172a0f;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.theme-start-theme .start-theme-header-inner{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:1rem;align-items:center;min-height:72px}.theme-start-theme .start-theme-brand{display:grid;gap:.05rem;color:var(--start-text);text-decoration:none}.theme-start-theme .start-theme-brand-kicker{color:var(--start-accent);font-size:.75rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.theme-start-theme .start-theme-brand strong{font-size:1.25rem}.theme-start-theme .start-theme-nav,.theme-start-theme .start-theme-header-actions{display:flex;flex-wrap:wrap;align-items:center;gap:.45rem}.theme-start-theme .start-theme-nav{justify-content:center}.theme-start-theme .start-theme-header-actions{justify-content:flex-end}.theme-start-theme .start-theme-nav-link,.theme-start-theme .session-pill{display:inline-flex;align-items:center;min-height:36px;padding:.45rem .75rem;border:1px solid transparent;border-radius:999px;color:var(--start-text);text-decoration:none;font-weight:700}.theme-start-theme .start-theme-nav-link:hover,.theme-start-theme .start-theme-nav-link:focus-visible,.theme-start-theme .start-theme-nav-link.is-active{border-color:#2563eb3d;background:#eff6ff;color:var(--start-accent-dark);outline:none}.theme-start-theme .session-pill{background:var(--start-surface-soft);color:var(--start-muted);font-size:.86rem}.theme-start-theme .start-theme-main{padding:1.25rem 0 4rem}.theme-start-theme .start-theme-notice{margin-bottom:1rem;padding:.85rem 1rem;border:1px dashed rgba(37,99,235,.36);background:#eff6ff;color:var(--start-accent-dark);font-weight:700}.theme-start-theme .stack{display:grid;gap:1rem}.theme-start-theme .row,.theme-start-theme .wrap-row,.theme-start-theme .page-header,.theme-start-theme .detail-header,.theme-start-theme .purchase-row,.theme-start-theme .product-actions,.theme-start-theme .catalog-summary-row,.theme-start-theme .section-heading-row,.theme-start-theme .library-card-header,.theme-start-theme .wishlist-actions{display:flex;gap:.75rem;align-items:center}.theme-start-theme .wrap-row,.theme-start-theme .catalog-summary-row,.theme-start-theme .section-heading-row,.theme-start-theme .product-actions{flex-wrap:wrap}.theme-start-theme .page-header,.theme-start-theme .detail-header,.theme-start-theme .catalog-summary-row,.theme-start-theme .section-heading-row{justify-content:space-between}.theme-start-theme .panel,.theme-start-theme .product-card,.theme-start-theme .library-card,.theme-start-theme .wishlist-card,.theme-start-theme .result-card,.theme-start-theme .catalog-summary-card,.theme-start-theme .catalog-toolbar-panel,.theme-start-theme .catalog-description-card,.theme-start-theme .detail-section,.theme-start-theme .cart-summary-panel{border:1px solid var(--start-border);border-radius:16px;background:var(--start-surface);box-shadow:0 12px 28px #0f172a12}.theme-start-theme .panel,.theme-start-theme .library-card,.theme-start-theme .wishlist-card,.theme-start-theme .result-card,.theme-start-theme .catalog-summary-card,.theme-start-theme .catalog-toolbar-panel,.theme-start-theme .catalog-description-card,.theme-start-theme .detail-section,.theme-start-theme .cart-summary-panel{padding:1rem}.theme-start-theme h1,.theme-start-theme h2,.theme-start-theme h3{margin-top:0;color:#0f172a}.theme-start-theme .muted,.theme-start-theme .product-meta,.theme-start-theme .product-id{color:var(--start-muted);font-size:.92rem}.theme-start-theme .compact-copy{margin:0}.theme-start-theme .success{padding:.75rem .9rem;border:1px solid rgba(22,101,52,.24);background:var(--start-success-bg);color:var(--start-success);font-weight:700}.theme-start-theme .error{padding:.75rem .9rem;border:1px solid rgba(159,18,57,.24);background:var(--start-error-bg);color:var(--start-error);font-weight:700}.theme-start-theme input:not([type=checkbox]):not([type=radio]),.theme-start-theme select,.theme-start-theme textarea{width:100%;min-height:42px;padding:.58rem .75rem;border:1px solid var(--start-border);border-radius:10px;background:#fff;color:var(--start-text);font:inherit}.theme-start-theme button,.theme-start-theme .button-link{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:.62rem .9rem;border:1px solid var(--start-accent);border-radius:10px;background:var(--start-accent);color:#fff;text-decoration:none;font-weight:800;cursor:pointer}.theme-start-theme button:hover:not(:disabled),.theme-start-theme .button-link:hover{background:var(--start-accent-dark);border-color:var(--start-accent-dark)}.theme-start-theme .button-secondary,.theme-start-theme .button-link.button-link-secondary,.theme-start-theme .button-link.secondary-link,.theme-start-theme .wishlist-toggle{background:#fff;color:var(--start-accent);border-color:#2563eb52}.theme-start-theme .wishlist-toggle.is-active{background:var(--start-accent);border-color:var(--start-accent);color:#fff}.theme-start-theme .badge{display:inline-flex;align-items:center;border-radius:999px;padding:.25rem .55rem;background:var(--start-surface-soft);color:var(--start-muted);font-size:.82rem;font-weight:700}.theme-start-theme .badge.badge-accent{background:#dcfce7;color:#166534}.theme-start-theme .price{color:var(--start-accent-dark);font-weight:800}.theme-start-theme .price.big{font-size:1.35rem}.theme-start-theme .catalog-filters,.theme-start-theme .catalog-filters-inline,.theme-start-theme .catalog-filter-actions,.theme-start-theme .product-actions-stack,.theme-start-theme .badges{display:flex;flex-wrap:wrap;gap:.75rem;align-items:end}.theme-start-theme .catalog-filters label,.theme-start-theme .checkout-field,.theme-start-theme label{display:grid;gap:.35rem}.theme-start-theme .product-grid,.theme-start-theme .product-grid-catalog,.theme-start-theme .library-grid,.theme-start-theme .wishlist-grid,.theme-start-theme .related-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:1rem}.theme-start-theme .product-card,.theme-start-theme .product-card-catalog,.theme-start-theme .related-card{overflow:hidden;color:inherit;text-decoration:none}.theme-start-theme .product-card-media,.theme-start-theme .related-card-media,.theme-start-theme .product-gallery-stage{background:linear-gradient(135deg,#e0ecff,#f8fbff)}.theme-start-theme .product-card-image,.theme-start-theme .related-card-image,.theme-start-theme .product-gallery-stage-image,.theme-start-theme .product-gallery-thumb-image{width:100%;height:100%;object-fit:cover;display:block}.theme-start-theme .product-card-body,.theme-start-theme .product-card-footer,.theme-start-theme .related-card-body{display:grid;gap:.55rem;padding:1rem}.theme-start-theme .product-detail-layout,.theme-start-theme .cart-layout,.theme-start-theme .checkout-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,360px);gap:1rem;align-items:start}.theme-start-theme .cart-item{display:flex;justify-content:space-between;gap:1rem;padding:1rem 0;border-top:1px solid var(--start-border)}.theme-start-theme .cart-item:first-child{border-top:0;padding-top:0}.theme-start-theme .summary-list{display:grid;gap:.6rem}.theme-start-theme .summary-list div{display:flex;justify-content:space-between;gap:1rem}.theme-start-theme pre,.theme-start-theme code{background:#f1f5f9}.theme-start-theme code{padding:.15rem .3rem}@media (max-width: 980px){.theme-start-theme .start-theme-header-inner,.theme-start-theme .product-detail-layout,.theme-start-theme .cart-layout,.theme-start-theme .checkout-layout{grid-template-columns:1fr}.theme-start-theme .start-theme-nav,.theme-start-theme .start-theme-header-actions{justify-content:flex-start}}@media (max-width: 680px){.theme-start-theme .start-theme-container{width:min(100% - 1rem,1220px)}.theme-start-theme .row,.theme-start-theme .page-header,.theme-start-theme .detail-header,.theme-start-theme .purchase-row,.theme-start-theme .cart-item,.theme-start-theme .section-heading-row{align-items:stretch;flex-direction:column}.theme-start-theme .form-grid.two-col,.theme-start-theme .checkout-form-grid.two-col{grid-template-columns:1fr}}.theme-start-theme .start-stack,.theme-start-theme .start-page{display:grid;gap:1rem}.theme-start-theme .start-card{border:1px solid var(--start-border);border-radius:16px;background:var(--start-surface);box-shadow:0 12px 28px #0f172a12}.theme-start-theme .start-card:not(.start-product-card):not(.start-related-card){padding:1rem}.theme-start-theme .start-hero{padding:clamp(1.15rem,3vw,2rem);background:radial-gradient(circle at top right,rgba(37,99,235,.18),transparent 34%),var(--start-surface)}.theme-start-theme .start-kicker{margin:0 0 .35rem;color:var(--start-accent);font-size:.78rem;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.theme-start-theme .start-muted,.theme-start-theme .start-product-meta,.theme-start-theme .start-product-id{color:var(--start-muted);font-size:.92rem}.theme-start-theme .start-compact-copy{margin:0}.theme-start-theme .start-page-header,.theme-start-theme .start-detail-header,.theme-start-theme .start-section-heading-row,.theme-start-theme .start-catalog-summary,.theme-start-theme .start-action-row,.theme-start-theme .start-purchase-row{display:flex;gap:.75rem;align-items:center}.theme-start-theme .start-page-header,.theme-start-theme .start-detail-header,.theme-start-theme .start-section-heading-row,.theme-start-theme .start-catalog-summary{justify-content:space-between}.theme-start-theme .start-action-row,.theme-start-theme .start-purchase-row,.theme-start-theme .start-badges{flex-wrap:wrap}.theme-start-theme .start-action-row-stack{align-items:stretch;flex-direction:column}.theme-start-theme .start-success,.theme-start-theme .start-error{padding:.75rem .9rem;border-radius:12px;font-weight:700}.theme-start-theme .start-success{border:1px solid rgba(22,101,52,.24);background:var(--start-success-bg);color:var(--start-success)}.theme-start-theme .start-error{border:1px solid rgba(159,18,57,.24);background:var(--start-error-bg);color:var(--start-error)}.theme-start-theme .start-button-link,.theme-start-theme .start-button-secondary,.theme-start-theme .start-wishlist-toggle,.theme-start-theme .start-checkout-cta{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:.62rem .9rem;border:1px solid var(--start-accent);border-radius:10px;text-decoration:none;font:inherit;font-weight:800;cursor:pointer}.theme-start-theme .start-button-link,.theme-start-theme .start-checkout-cta{background:var(--start-accent);color:#fff}.theme-start-theme .start-button-secondary,.theme-start-theme .start-wishlist-toggle{background:#fff;color:var(--start-accent);border-color:#2563eb52}.theme-start-theme .start-button-link:hover,.theme-start-theme .start-button-link:focus-visible,.theme-start-theme .start-checkout-cta:hover,.theme-start-theme .start-checkout-cta:focus-visible{background:var(--start-accent-dark);border-color:var(--start-accent-dark);color:#fff;outline:none}.theme-start-theme .start-button-secondary:hover,.theme-start-theme .start-button-secondary:focus-visible,.theme-start-theme .start-wishlist-toggle:hover,.theme-start-theme .start-wishlist-toggle:focus-visible{background:#eff6ff;color:var(--start-accent-dark);outline:none}.theme-start-theme .start-wishlist-toggle.is-active{background:var(--start-accent);border-color:var(--start-accent);color:#fff}.theme-start-theme .start-disabled-action{opacity:.65;cursor:not-allowed}.theme-start-theme .start-session-pill{display:inline-flex;align-items:center;min-height:36px;padding:.45rem .75rem;border-radius:999px;background:var(--start-surface-soft);color:var(--start-text);font-size:.86rem;font-weight:700}.theme-start-theme .start-session-pill.is-muted{color:var(--start-muted)}.theme-start-theme .start-badge{display:inline-flex;align-items:center;border-radius:999px;padding:.25rem .55rem;background:var(--start-surface-soft);color:var(--start-muted);font-size:.82rem;font-weight:700}.theme-start-theme .start-badge-accent{background:#dcfce7;color:#166534}.theme-start-theme .start-price{color:var(--start-accent-dark);font-weight:900}.theme-start-theme .start-price-big{font-size:1.35rem}.theme-start-theme .start-breadcrumbs{display:flex;gap:.45rem;align-items:center;color:var(--start-muted);font-size:.9rem}.theme-start-theme .start-breadcrumbs a{color:var(--start-accent-dark);font-weight:800;text-decoration:none}.theme-start-theme .start-catalog-filter-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.85rem;align-items:end}.theme-start-theme .start-catalog-filters label,.theme-start-theme .start-qty-input,.theme-start-theme .start-compact-label{display:grid;gap:.35rem}.theme-start-theme .start-product-grid,.theme-start-theme .start-related-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(238px,1fr));gap:1rem}.theme-start-theme .start-product-card,.theme-start-theme .start-related-card{overflow:hidden;color:inherit;text-decoration:none}.theme-start-theme .start-product-card-link,.theme-start-theme .start-related-card{color:inherit;text-decoration:none}.theme-start-theme .start-product-card-media,.theme-start-theme .start-related-card-media,.theme-start-theme .start-product-gallery-stage,.theme-start-theme .start-product-gallery-placeholder,.theme-start-theme .start-related-card-placeholder,.theme-start-theme .start-product-card-placeholder{position:relative;display:grid;place-items:center;min-height:180px;background:linear-gradient(135deg,#dbeafe,#f8fbff);color:var(--start-muted);font-weight:800}.theme-start-theme .start-product-card-image,.theme-start-theme .start-related-card-image,.theme-start-theme .start-product-gallery-stage-image,.theme-start-theme .start-product-gallery-thumb-image{width:100%;height:100%;object-fit:cover;display:block}.theme-start-theme .start-product-card-body,.theme-start-theme .start-product-card-footer,.theme-start-theme .start-related-card-body{display:grid;gap:.55rem;padding:1rem}.theme-start-theme .start-product-card h3{margin-bottom:0}.theme-start-theme .start-corner-badge,.theme-start-theme .start-product-gallery-counter,.theme-start-theme .start-product-gallery-zoom{position:absolute;z-index:1;border-radius:999px;padding:.28rem .55rem;background:#0f172ad1;color:#fff;font-size:.78rem;font-weight:800}.theme-start-theme .start-corner-badge{top:.75rem;right:.75rem}.theme-start-theme .start-product-gallery-counter{top:.75rem;left:.75rem}.theme-start-theme .start-product-gallery-zoom{right:.75rem;bottom:.75rem}.theme-start-theme .start-pagination{display:flex;flex-wrap:wrap;gap:.35rem;align-items:center}.theme-start-theme .start-pagination-button{min-height:34px;padding:.35rem .6rem;border-radius:8px}.theme-start-theme .start-pagination-button.is-active{background:var(--start-accent-dark);border-color:var(--start-accent-dark)}.theme-start-theme .start-pagination-ellipsis{color:var(--start-muted)}.theme-start-theme .start-catalog-footer{display:flex;justify-content:space-between;gap:1rem;align-items:center}.theme-start-theme .start-product-detail-layout,.theme-start-theme .start-cart-layout,.theme-start-theme .cart-layout,.theme-start-theme .checkout-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,380px);gap:1rem;align-items:start}.theme-start-theme .start-product-detail-card{padding:1rem}.theme-start-theme .start-product-detail-layout{grid-template-columns:minmax(280px,480px) minmax(0,1fr)}.theme-start-theme .start-product-gallery{display:grid;gap:.75rem}.theme-start-theme .start-product-gallery-stage{width:100%;min-height:320px;border:0;border-radius:14px;overflow:hidden;padding:0;cursor:zoom-in}.theme-start-theme .start-product-gallery-thumbs{display:flex;gap:.5rem;flex-wrap:wrap}.theme-start-theme .start-product-gallery-thumb{width:72px;height:72px;min-height:72px;padding:0;overflow:hidden;border-radius:10px;background:#fff;border-color:var(--start-border)}.theme-start-theme .start-product-gallery-thumb.is-active{border-color:var(--start-accent);box-shadow:0 0 0 3px #2563eb29}.theme-start-theme .start-rich-text{color:var(--start-text)}.theme-start-theme .start-rich-text :first-child{margin-top:0}.theme-start-theme .start-rich-text :last-child{margin-bottom:0}.theme-start-theme .start-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:grid;place-items:center;padding:1rem}.theme-start-theme .start-lightbox-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border:0;border-radius:0;background:#0f172abd}.theme-start-theme .start-lightbox-content{position:relative;z-index:1;max-width:min(100%,980px);max-height:min(100%,760px);display:grid;place-items:center}.theme-start-theme .start-lightbox-image{max-width:100%;max-height:74vh;border-radius:14px;background:#fff}.theme-start-theme .start-lightbox-close,.theme-start-theme .start-lightbox-nav{position:absolute;z-index:2;width:42px;height:42px;min-height:42px;padding:0;border-radius:999px}.theme-start-theme .start-lightbox-close{top:-.75rem;right:-.75rem}.theme-start-theme .start-lightbox-nav.is-prev{left:-.75rem}.theme-start-theme .start-lightbox-nav.is-next{right:-.75rem}.theme-start-theme .start-lightbox-caption{margin-top:.5rem;color:#fff;text-align:center}.theme-start-theme .start-cart-item,.theme-start-theme .cart-item{display:flex;justify-content:space-between;gap:1rem;padding:1rem 0;border-top:1px solid var(--start-border)}.theme-start-theme .start-cart-item:first-child,.theme-start-theme .cart-item:first-child{border-top:0;padding-top:0}.theme-start-theme .start-cart-item-actions,.theme-start-theme .cart-item-actions{display:grid;gap:.55rem;justify-items:end}.theme-start-theme .start-qty-control,.theme-start-theme .qty-control{display:inline-flex;align-items:center;gap:.35rem}.theme-start-theme .start-qty-control span,.theme-start-theme .qty-control span{min-width:2rem;text-align:center;font-weight:800}.theme-start-theme .start-summary-list,.theme-start-theme .summary-list{display:grid;gap:.6rem}.theme-start-theme .start-summary-list div,.theme-start-theme .summary-list div{display:flex;justify-content:space-between;gap:1rem;border-bottom:1px solid rgba(216,224,234,.7);padding-bottom:.45rem}.theme-start-theme .start-summary-total{font-size:1.08rem}.theme-start-theme .start-bullet-list{margin:.5rem 0 0;padding-left:1.2rem}.theme-start-theme .checkout-field-error{color:var(--start-error);font-weight:700}.theme-start-theme .checkout-field-input.is-invalid{border-color:var(--start-error);box-shadow:0 0 0 3px #9f123914}.theme-start-theme .checkout-section,.theme-start-theme .checkout-panel,.theme-start-theme .checkout-summary,.theme-start-theme .auth-card,.theme-start-theme .profile-card,.theme-start-theme .password-card,.theme-start-theme .account-card{border:1px solid var(--start-border);border-radius:16px;background:var(--start-surface);box-shadow:0 12px 28px #0f172a12;padding:1rem}.theme-start-theme .auth-grid,.theme-start-theme .profile-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem}.theme-start-theme .form-grid,.theme-start-theme .checkout-form-grid{display:grid;gap:.9rem}.theme-start-theme .form-grid.two-col,.theme-start-theme .checkout-form-grid.two-col{grid-template-columns:repeat(2,minmax(0,1fr))}.theme-start-theme .full-span{grid-column:1 / -1}.theme-start-theme .table-scroll{overflow-x:auto}.theme-start-theme .data-table{width:100%;border-collapse:collapse}.theme-start-theme .data-table th,.theme-start-theme .data-table td{padding:.75rem;border-bottom:1px solid var(--start-border);text-align:left;vertical-align:top}.theme-start-theme .disabled-action,.theme-start-theme .start-disabled-action{opacity:.65;pointer-events:none}@media (max-width: 980px){.theme-start-theme .start-product-detail-layout,.theme-start-theme .start-cart-layout,.theme-start-theme .cart-layout,.theme-start-theme .checkout-layout{grid-template-columns:1fr}}@media (max-width: 680px){.theme-start-theme .start-page-header,.theme-start-theme .start-detail-header,.theme-start-theme .start-section-heading-row,.theme-start-theme .start-catalog-summary,.theme-start-theme .start-catalog-footer,.theme-start-theme .start-cart-item,.theme-start-theme .cart-item{align-items:stretch;flex-direction:column}.theme-start-theme .start-cart-item-actions,.theme-start-theme .cart-item-actions{justify-items:stretch}.theme-start-theme .form-grid.two-col,.theme-start-theme .checkout-form-grid.two-col{grid-template-columns:1fr}}.theme-start-theme .start-account-control{display:inline-flex;align-items:center;gap:.45rem;max-width:min(100%,360px);text-decoration:none}.theme-start-theme .start-account-control-link{display:inline-flex;align-items:center;gap:.4rem;min-width:0;color:inherit;text-decoration:none}.theme-start-theme .start-account-control-icon{width:1.15rem;height:1.15rem;flex:0 0 auto;fill:currentColor}.theme-start-theme .start-account-control-label{min-width:0;max-width:14rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.theme-start-theme .start-account-control-button{min-height:30px;padding:.35rem .6rem;border-radius:999px;font-size:.82rem}.theme-start-theme .product-grid,.theme-start-theme .product-grid-catalog,.theme-start-theme .library-grid,.theme-start-theme .wishlist-grid,.theme-start-theme .related-grid,.theme-start-theme .start-product-grid,.theme-start-theme .start-related-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;align-items:stretch}.theme-start-theme .product-card,.theme-start-theme .product-card-catalog,.theme-start-theme .start-product-card,.theme-start-theme .start-collection-card,.theme-start-theme .related-card,.theme-start-theme .start-related-card{min-width:0}.theme-start-theme .product-card-media,.theme-start-theme .related-card-media,.theme-start-theme .start-product-card-media,.theme-start-theme .start-related-card-media{aspect-ratio:4 / 3;min-height:0;overflow:hidden}.theme-start-theme .product-image-fallback{object-fit:cover;background:linear-gradient(135deg,#e0ecff,#f8fbff)}.theme-start-theme .start-collection-card .start-action-row-stack{flex-direction:column;align-items:stretch}.theme-start-theme .start-collection-card .start-button-link,.theme-start-theme .start-collection-card button,.theme-start-theme .start-collection-card .start-disabled-action{width:100%;min-width:0;white-space:normal;overflow-wrap:anywhere}@media (max-width: 1180px){.theme-start-theme .product-grid,.theme-start-theme .product-grid-catalog,.theme-start-theme .library-grid,.theme-start-theme .wishlist-grid,.theme-start-theme .related-grid,.theme-start-theme .start-product-grid,.theme-start-theme .start-related-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width: 900px){.theme-start-theme .product-grid,.theme-start-theme .product-grid-catalog,.theme-start-theme .library-grid,.theme-start-theme .wishlist-grid,.theme-start-theme .related-grid,.theme-start-theme .start-product-grid,.theme-start-theme .start-related-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 620px){.theme-start-theme .product-grid,.theme-start-theme .product-grid-catalog,.theme-start-theme .library-grid,.theme-start-theme .wishlist-grid,.theme-start-theme .related-grid,.theme-start-theme .start-product-grid,.theme-start-theme .start-related-grid{grid-template-columns:1fr}.theme-start-theme .start-account-control-label{max-width:9rem}}.theme-start-theme .checkout-step-layout{align-items:flex-start}.theme-start-theme .checkout-sticky-summary{position:sticky;top:1rem}.theme-start-theme .checkout-stepper{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:.65rem;list-style:none;margin:1rem 0 0;padding:0}.theme-start-theme .checkout-stepper-item button{align-items:center;background:#fff;border:1px solid rgba(15,23,42,.16);border-radius:.85rem;color:#172033;display:flex;gap:.65rem;height:100%;justify-content:flex-start;padding:.75rem;text-align:left;width:100%}.theme-start-theme .checkout-stepper-item button:disabled{cursor:not-allowed;opacity:.55}.theme-start-theme .checkout-stepper-item.is-active button,.theme-start-theme .checkout-stepper-item.is-done button{border-color:#305d3d;box-shadow:0 0 0 2px #305d3d1f}.theme-start-theme .checkout-stepper-number{align-items:center;background:#305d3d;border-radius:999px;color:#fff;display:inline-flex;flex:0 0 1.85rem;height:1.85rem;justify-content:center;width:1.85rem}.theme-start-theme .checkout-stepper small{display:block;font-size:.75rem;line-height:1.2;opacity:.78}.theme-start-theme .checkout-step-panel,.theme-start-theme .checkout-hero-panel{overflow:visible}.theme-start-theme .checkout-cart-review-list,.theme-start-theme .checkout-upsell-block,.theme-start-theme .checkout-result-actions{margin-top:1rem}.theme-start-theme .checkout-cart-review-item{align-items:center;display:flex;justify-content:space-between;gap:1rem}.theme-start-theme .checkout-line-price{font-weight:700;white-space:nowrap}.theme-start-theme .checkout-mini-total{margin-top:1rem}.theme-start-theme .checkout-promo-grid{display:grid;gap:1rem;grid-template-columns:repeat(2,minmax(0,1fr));margin-top:1rem}.theme-start-theme .checkout-upsell-grid{display:grid;gap:1rem;grid-template-columns:repeat(2,minmax(0,1fr))}.theme-start-theme .checkout-upsell-card{display:flex;flex-direction:column;gap:.5rem}.theme-start-theme .checkout-upsell-actions{justify-content:space-between;margin-top:auto}.theme-start-theme .checkout-step-actions,.theme-start-theme .checkout-result-actions{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:flex-end}.theme-start-theme .checkout-paypal-only-badge{background:#e8f3ea;border:1px solid rgba(48,93,61,.24);border-radius:999px;color:#305d3d;font-weight:700;padding:.35rem .7rem;white-space:nowrap}.theme-start-theme .checkout-complete-card{padding:1.25rem}@media (max-width: 920px){.theme-start-theme .checkout-stepper{grid-template-columns:1fr}.theme-start-theme .checkout-sticky-summary{position:static}.theme-start-theme .checkout-promo-grid,.theme-start-theme .checkout-upsell-grid{grid-template-columns:1fr}.theme-start-theme .checkout-cart-review-item{align-items:flex-start;flex-direction:column}}.theme-start-theme .checkout-address-autocomplete-note{color:var(--start-muted);font-size:.78rem;line-height:1.35}.theme-start-theme .checkout-address-autocomplete-note-error{color:var(--start-error);font-weight:700}.theme-start-theme .start-theme-mobile-menu{display:none}@media (max-width: 820px){.theme-start-theme{overflow-x:hidden}.theme-start-theme .start-theme-header{position:sticky;top:0;z-index:100}.theme-start-theme .start-theme-container{width:100%;max-width:none;padding-inline:.75rem}.theme-start-theme .start-theme-header-inner{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.75rem;min-height:52px;padding-block:.4rem}.theme-start-theme .start-theme-brand{min-width:0}.theme-start-theme .start-theme-brand-kicker{display:none}.theme-start-theme .start-theme-brand strong{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:1.02rem;line-height:1.15}.theme-start-theme .start-theme-header-inner>.start-theme-nav,.theme-start-theme .start-theme-header-actions{display:none!important}.theme-start-theme .start-theme-mobile-menu{display:block;justify-self:end;position:relative}.theme-start-theme .start-theme-mobile-menu-summary{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;min-width:46px;min-height:42px;padding:.45rem .7rem;border:1px solid rgba(37,99,235,.26);border-radius:10px;background:#eff6ff;color:var(--start-accent-dark);cursor:pointer;font-weight:900;list-style:none}.theme-start-theme .start-theme-mobile-menu-summary::-webkit-details-marker{display:none}.theme-start-theme .start-theme-mobile-menu-icon{font-size:1.2rem;line-height:1}.theme-start-theme .start-theme-mobile-menu-label{font-size:.82rem}.theme-start-theme .start-theme-mobile-menu[open] .start-theme-mobile-menu-summary{background:var(--start-accent);border-color:var(--start-accent);color:#fff}.theme-start-theme .start-theme-mobile-menu-panel{position:fixed;top:52px;left:0;right:0;z-index:99;display:grid;gap:.65rem;max-height:calc(100vh - 52px);overflow-y:auto;padding:.75rem;border-top:1px solid var(--start-border);border-bottom:4px solid var(--start-accent);background:#fffffffa;box-shadow:0 16px 34px #0f172a29}.theme-start-theme .start-theme-mobile-menu-panel .start-session-pill,.theme-start-theme .start-theme-mobile-menu-panel .start-account-control{width:100%;max-width:100%;justify-content:space-between}.theme-start-theme .start-theme-mobile-menu-panel .start-account-control-button{width:auto;min-height:34px}.theme-start-theme .start-theme-mobile-menu-panel .start-theme-nav{display:grid;grid-template-columns:1fr;gap:.4rem;justify-content:stretch}.theme-start-theme .start-theme-mobile-menu-panel .start-theme-nav-link{display:flex;width:100%;min-height:42px;justify-content:space-between;border-color:var(--start-border);border-radius:10px;background:#fff}.theme-start-theme .start-theme-main{width:100%;max-width:none;padding:.65rem 0 2rem}.theme-start-theme .start-theme-main>*{min-width:0}.theme-start-theme .start-theme-notice{margin-inline:.75rem}.theme-start-theme .panel,.theme-start-theme .product-card,.theme-start-theme .library-card,.theme-start-theme .wishlist-card,.theme-start-theme .result-card,.theme-start-theme .catalog-summary-card,.theme-start-theme .catalog-toolbar-panel,.theme-start-theme .catalog-description-card,.theme-start-theme .detail-section,.theme-start-theme .cart-summary-panel,.theme-start-theme .start-card,.theme-start-theme .checkout-section,.theme-start-theme .checkout-panel,.theme-start-theme .checkout-summary,.theme-start-theme .auth-card,.theme-start-theme .profile-card,.theme-start-theme .password-card,.theme-start-theme .account-card{border-radius:14px;padding:.85rem}.theme-start-theme .row,.theme-start-theme .wrap-row,.theme-start-theme .page-header,.theme-start-theme .detail-header,.theme-start-theme .purchase-row,.theme-start-theme .product-actions,.theme-start-theme .catalog-summary-row,.theme-start-theme .section-heading-row,.theme-start-theme .library-card-header,.theme-start-theme .wishlist-actions,.theme-start-theme .start-page-header,.theme-start-theme .start-detail-header,.theme-start-theme .start-section-heading-row,.theme-start-theme .start-catalog-summary,.theme-start-theme .start-catalog-footer,.theme-start-theme .start-action-row,.theme-start-theme .start-purchase-row,.theme-start-theme .start-cart-item,.theme-start-theme .cart-item{display:grid;grid-template-columns:1fr;align-items:stretch;justify-items:stretch;gap:.65rem}.theme-start-theme .catalog-filters,.theme-start-theme .catalog-filters-inline,.theme-start-theme .catalog-filter-actions,.theme-start-theme .product-actions-stack,.theme-start-theme .start-catalog-filter-grid{display:grid;grid-template-columns:1fr;gap:.65rem}.theme-start-theme .catalog-filters label,.theme-start-theme .catalog-filters-inline label,.theme-start-theme .checkout-field,.theme-start-theme label,.theme-start-theme .start-catalog-filters label,.theme-start-theme .start-qty-input,.theme-start-theme .start-compact-label{width:100%;min-width:0}.theme-start-theme .catalog-filter-actions>*,.theme-start-theme .product-actions-stack>*,.theme-start-theme .start-action-row>*,.theme-start-theme .start-purchase-row>*,.theme-start-theme .button-link,.theme-start-theme .start-button-link,.theme-start-theme .start-button-secondary,.theme-start-theme .start-wishlist-toggle,.theme-start-theme .start-checkout-cta,.theme-start-theme button{width:100%}.theme-start-theme .product-grid,.theme-start-theme .product-grid-catalog,.theme-start-theme .library-grid,.theme-start-theme .wishlist-grid,.theme-start-theme .related-grid,.theme-start-theme .start-product-grid,.theme-start-theme .start-related-grid{grid-template-columns:1fr;gap:.75rem}.theme-start-theme .product-detail-layout,.theme-start-theme .cart-layout,.theme-start-theme .checkout-layout,.theme-start-theme .start-product-detail-layout,.theme-start-theme .start-cart-layout{grid-template-columns:1fr;gap:.85rem}.theme-start-theme .cart-summary-panel{position:static}.theme-start-theme .start-cart-item-actions,.theme-start-theme .cart-item-actions{justify-items:stretch}.theme-start-theme .start-pagination,.theme-start-theme .pagination{display:flex;flex-wrap:wrap;justify-content:stretch;width:100%}.theme-start-theme .start-pagination-button,.theme-start-theme .pagination-button,.theme-start-theme .pagination .button-secondary{flex:1 1 44px;min-width:44px}.theme-start-theme .table-scroll{width:100%;max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;border:1px solid var(--start-border);border-radius:10px;background:#fff}.theme-start-theme .data-table{min-width:680px}.theme-start-theme .data-table th,.theme-start-theme .data-table td{overflow-wrap:anywhere}.theme-start-theme pre,.theme-start-theme code{max-width:100%;overflow-x:auto}}@media (min-width: 520px) and (max-width: 820px){.theme-start-theme .product-grid-catalog,.theme-start-theme .start-product-grid,.theme-start-theme .start-related-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 520px){.theme-start-theme .start-theme-container{padding-inline:.55rem}.theme-start-theme .start-theme-mobile-menu-label{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.theme-start-theme .start-theme-mobile-menu-summary{padding-inline:.6rem}.theme-start-theme .start-theme-notice{margin-inline:.55rem}.theme-start-theme .data-table{min-width:620px}}:root{color-scheme:light}*{box-sizing:border-box}body{margin:0}.not-found-page{min-height:100vh;display:grid;place-content:center;gap:.5rem;padding:2rem;background:#ffc;color:#1d2a1d;font-family:Verdana,Arial,Helvetica,sans-serif;text-align:center}.not-found-page h1{margin:0;font-size:clamp(3rem,12vw,7rem);line-height:1}.not-found-page p{margin:0}.not-found-page.is-loading{background:#ffc}
