.oxn-page{--oxn-bg: #06080c;--oxn-panel: #0c121b;--oxn-panel-2: #0a0f16;--oxn-elev: #101826;--oxn-line: rgba(200,178,138,.16);--oxn-line-2: #1b2430;--oxn-text: #eef3f9;--oxn-muted: #8a98ab;--oxn-faint: #5f6b7a;--oxn-gold: #c8b282;--oxn-gold-2: #cdb68a;--oxn-gold-pale: #e7d9be;--oxn-gold-soft: rgba(200,178,138,.12);--oxn-ink: #12151b;--oxn-success: #9fc7ab;--oxn-error: #ef5350;--oxn-radius: 16px}.oxn-page *{box-sizing:border-box}.oxn-page [hidden]{display:none!important}.oxn-page{font-family:Inter,system-ui,-apple-system,Segoe UI,Tahoma,sans-serif;color:var(--oxn-text);background:var(--oxn-bg);line-height:1.5;min-height:100vh}.oxn-page .oxn-topbar{background:var(--oxn-panel-2);color:var(--oxn-text);padding:14px 32px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--oxn-line)}.oxn-page .oxn-brand{display:flex;align-items:baseline;gap:8px}.oxn-page .oxn-brand-name{font-weight:700;letter-spacing:2px;font-size:18px;color:var(--oxn-gold)}.oxn-page .oxn-brand-sub{font-weight:300;letter-spacing:3px;font-size:14px;color:var(--oxn-muted)}.oxn-page .oxn-tel{color:var(--oxn-gold-pale);font-weight:600;font-size:14px;text-decoration:none}.oxn-page .oxn-tel:hover{color:var(--oxn-gold);text-decoration:underline}.oxn-page .oxn-wrap{max-width:1180px;margin:0 auto;padding:36px 24px 80px}.oxn-page .oxn-header{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-bottom:24px}.oxn-page .oxn-eyebrow{font-size:12px;font-weight:600;letter-spacing:3px;color:var(--oxn-gold);text-transform:uppercase;margin-bottom:6px}.oxn-page .oxn-title{margin:0;font-size:36px;font-weight:700;letter-spacing:-.5px;color:var(--oxn-text)}.oxn-page .oxn-view-link{font-weight:600;font-size:14px;white-space:nowrap;color:var(--oxn-gold);text-decoration:none}.oxn-page .oxn-view-link:hover{color:var(--oxn-gold-pale);text-decoration:underline}.oxn-page .oxn-columns{display:flex;gap:24px;align-items:flex-start;flex-wrap:wrap}.oxn-page .oxn-col-left{flex:1 1 560px;min-width:0;display:flex;flex-direction:column;gap:20px}.oxn-page .oxn-col-right{flex:0 1 340px;min-width:300px;position:sticky;top:20px;align-self:flex-start;background:var(--oxn-panel);border:1px solid var(--oxn-line);border-radius:var(--oxn-radius);overflow:hidden;box-shadow:0 24px 60px -34px #000}.oxn-page .oxn-card{background:var(--oxn-panel);border:1px solid var(--oxn-line-2);border-radius:var(--oxn-radius);padding:26px;display:flex;flex-direction:column;gap:16px;box-shadow:0 18px 44px -30px #000}.oxn-page .oxn-card.oxn-hero{padding:0;flex-direction:row;flex-wrap:wrap;overflow:hidden;gap:0}.oxn-page .oxn-hero-img{width:300px;min-height:200px;flex:1 1 300px;background:var(--oxn-panel-2)}.oxn-page .oxn-hero-img img{width:100%;height:100%;object-fit:cover;display:block}.oxn-page .oxn-img-placeholder{width:100%;height:100%;min-height:200px;display:flex;align-items:center;justify-content:center;color:var(--oxn-faint);font-size:13px;background:linear-gradient(135deg,#0d141d,#070a10)}.oxn-page .oxn-hero-info{flex:1 1 300px;padding:22px 26px;display:flex;flex-direction:column;gap:12px;justify-content:center}.oxn-page .oxn-hero-title{margin:0;font-size:20px;font-weight:700;color:var(--oxn-text)}.oxn-page .oxn-chips{display:flex;flex-wrap:wrap;gap:6px}.oxn-page .oxn-chip{border:1px solid var(--oxn-line);border-radius:999px;padding:4px 11px;font-size:12px;color:var(--oxn-muted)}.oxn-page .oxn-price-line{display:flex;align-items:baseline;gap:10px;flex-wrap:wrap}.oxn-page .oxn-price-new{font-size:26px;font-weight:700;color:var(--oxn-text)}.oxn-page .oxn-price-old{color:var(--oxn-faint);text-decoration:line-through;font-size:14px}.oxn-page .oxn-price-save{background:var(--oxn-gold-soft);color:var(--oxn-gold-pale);border:1px solid var(--oxn-line);border-radius:999px;padding:3px 10px;font-size:12px;font-weight:700}.oxn-page .oxn-hero-variant{margin:4px 0 6px;display:flex;flex-direction:column;gap:6px}.oxn-page .oxn-hero-variant-label{font-size:12px;font-weight:700;letter-spacing:.3px;text-transform:uppercase;color:var(--oxn-muted)}.oxn-page .oxn-hero-variant-select{width:100%;padding:12px 40px 12px 14px;font-family:inherit;font-size:14px;font-weight:600;color:var(--oxn-text);background-color:var(--oxn-panel-2);background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='none' stroke='%23c8b282' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;background-size:12px 8px;border:1px solid var(--oxn-line);border-radius:10px;appearance:none;-webkit-appearance:none;-moz-appearance:none;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease}.oxn-page .oxn-hero-variant-select:hover{border-color:var(--oxn-gold)}.oxn-page .oxn-hero-variant-select:focus{outline:none;border-color:var(--oxn-gold);box-shadow:0 0 0 3px #c8b28a38}.oxn-page .oxn-hero-variant-select option{background:var(--oxn-panel-2);color:var(--oxn-text)}.oxn-page .oxn-hero-custom-color{margin-top:10px;display:flex;flex-direction:column;gap:6px}.oxn-page .oxn-hero-custom-color[hidden]{display:none!important}.oxn-page .oxn-hero-custom-label{font-size:12px;font-weight:700;letter-spacing:.3px;text-transform:uppercase;color:var(--oxn-muted)}.oxn-page .oxn-hero-custom-input{width:100%;padding:12px 14px;font-family:inherit;font-size:14px;font-weight:500;color:var(--oxn-text);background-color:var(--oxn-panel-2);border:1px solid var(--oxn-line);border-radius:10px;box-sizing:border-box;transition:border-color .15s ease,box-shadow .15s ease}.oxn-page .oxn-hero-custom-input::placeholder{color:var(--oxn-faint);font-weight:400}.oxn-page .oxn-hero-custom-input:hover{border-color:var(--oxn-gold)}.oxn-page .oxn-hero-custom-input:focus{outline:none;border-color:var(--oxn-gold);box-shadow:0 0 0 3px #c8b28a38}.oxn-page .oxn-hero-custom-input.is-error{border-color:var(--oxn-error);box-shadow:0 0 0 3px #ef535033}.oxn-page .oxn-hero-custom-hint{font-size:12px;color:var(--oxn-muted);line-height:1.4}.oxn-page .oxn-step-head{display:flex;align-items:center;gap:14px}.oxn-page .oxn-seat-sub{margin-top:14px}.oxn-page .oxn-seat-sub[hidden]{display:none!important}.oxn-page .oxn-seat-sub .oxn-mini-label{margin-bottom:8px}.oxn-page .oxn-card.oxn-card-error{border-color:var(--oxn-error)!important;box-shadow:0 0 0 3px #ef535029;animation:oxn-shake .4s ease}.oxn-page .oxn-hero-variant.oxn-card-error .oxn-hero-variant-select{border-color:var(--oxn-error)!important;box-shadow:0 0 0 3px #ef535033}@keyframes oxn-shake{0%,to{transform:translate(0)}25%{transform:translate(-4px)}75%{transform:translate(4px)}}.oxn-page .oxn-step-num{width:30px;height:30px;border-radius:50%;background:var(--oxn-gold);color:var(--oxn-ink);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:14px;flex-shrink:0}.oxn-page .oxn-step-title{margin:0;font-size:18px;font-weight:700;flex:1;color:var(--oxn-text)}.oxn-page .oxn-step-status{font-size:13px;font-weight:600}.oxn-page .oxn-status-included{color:var(--oxn-success)}.oxn-page .oxn-status-optional{color:var(--oxn-muted)}.oxn-page .oxn-pills{display:flex;gap:8px;flex-wrap:wrap}.oxn-page .oxn-pill{padding:10px 16px;border-radius:10px;cursor:pointer;font-weight:600;font-size:14px;font-family:inherit;border:1.5px solid var(--oxn-line-2);background:var(--oxn-panel-2);color:var(--oxn-muted);text-align:left;transition:all .15s ease}.oxn-page .oxn-pill:hover{border-color:var(--oxn-gold);color:var(--oxn-text)}.oxn-page .oxn-pill.is-on{border:2px solid var(--oxn-gold);background:var(--oxn-gold-soft);color:var(--oxn-gold-pale)}.oxn-page .oxn-step-preview{display:block;width:100%;height:520px;border:1px solid var(--oxn-line-2);border-radius:12px;overflow:hidden;position:relative;background:var(--oxn-panel-2)}.oxn-page .oxn-step-preview img{display:block;width:100%;height:100%;object-fit:cover;transition:opacity .2s ease}.oxn-page .oxn-step-preview img[hidden]{display:none!important}.oxn-page .oxn-step-preview.is-empty{display:flex;align-items:center;justify-content:center;color:var(--oxn-faint);font-size:13px;font-style:italic}.oxn-page .oxn-step-preview .oxn-preview-caption{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,rgba(0,0,0,.66),transparent);color:#fff;font-weight:600;font-size:14px;padding:18px 16px 12px}.oxn-page .oxn-swatches{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}@media(max-width:780px){.oxn-page .oxn-swatches{grid-template-columns:repeat(3,1fr)}}@media(max-width:520px){.oxn-page .oxn-swatches{grid-template-columns:repeat(2,1fr)}}.oxn-page .oxn-swatch{position:relative;border:1.5px solid var(--oxn-line-2);background:var(--oxn-panel-2);border-radius:12px;padding:10px;cursor:pointer;display:flex;flex-direction:column;align-items:center;gap:8px;transition:all .15s ease;text-align:center}.oxn-page .oxn-swatch:hover{border-color:var(--oxn-gold);transform:translateY(-1px)}.oxn-page .oxn-swatch.is-on{border:2px solid var(--oxn-gold);background:var(--oxn-gold-soft)}.oxn-page .oxn-swatch-dot{width:100%;aspect-ratio:1 / 1;max-width:120px;border-radius:10px;border:1px solid var(--oxn-line);background-size:cover;background-position:center;background-repeat:no-repeat}.oxn-page .oxn-swatch-dot--custom{display:flex;align-items:center;justify-content:center;font-size:30px;font-weight:300;line-height:1;color:var(--oxn-gold);background:var(--oxn-panel-2);border:1.5px dashed rgba(200,178,138,.5)}.oxn-page .oxn-swatch--custom.is-on .oxn-swatch-dot--custom{border-style:solid}.oxn-page .oxn-swatch-label{font-weight:600;font-size:13px;color:var(--oxn-text);line-height:1.3}.oxn-page .oxn-swatch-check{position:absolute;top:8px;right:8px;width:22px;height:22px;border-radius:50%;background:var(--oxn-gold);color:var(--oxn-ink);display:none;align-items:center;justify-content:center;font-size:12px;font-weight:700}.oxn-page .oxn-swatch.is-on .oxn-swatch-check{display:flex}.oxn-page .oxn-swatch input[type=radio]{display:none}.oxn-page .oxn-seat-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:10px}.oxn-page .oxn-tile{padding:12px 14px;border-radius:12px;cursor:pointer;font-family:inherit;display:flex;flex-direction:column;gap:2px;align-items:flex-start;text-align:left;border:1.5px solid var(--oxn-line-2);background:var(--oxn-panel-2);color:var(--oxn-muted);transition:all .15s ease}.oxn-page .oxn-tile:hover{border-color:var(--oxn-gold);color:var(--oxn-text)}.oxn-page .oxn-tile.is-on{border:2px solid var(--oxn-gold);background:var(--oxn-gold-soft);color:var(--oxn-gold-pale)}.oxn-page .oxn-tile-name{font-weight:700;font-size:14px}.oxn-page .oxn-tile-price{font-size:13px;opacity:.8}.oxn-page .oxn-mini-label{font-size:13px;font-weight:700;color:var(--oxn-muted);letter-spacing:.5px;text-transform:uppercase;margin-top:4px}.oxn-page .oxn-note{background:var(--oxn-panel-2);border:1px solid var(--oxn-line-2);border-radius:12px;padding:14px;font-size:13px;color:var(--oxn-muted);line-height:1.5}.oxn-page .oxn-note strong{color:var(--oxn-text)}.oxn-page .oxn-note a{color:var(--oxn-gold);text-decoration:none}.oxn-page .oxn-note a:hover{text-decoration:underline}.oxn-page .oxn-redlight-row{display:flex;gap:16px;align-items:center;flex-wrap:wrap}.oxn-page .oxn-redlight-pills{display:flex;flex-direction:column;gap:8px;flex:1;min-width:240px}.oxn-page .oxn-redlight-img{width:200px;height:170px;flex-shrink:0;border-radius:10px;overflow:hidden;background:var(--oxn-panel-2)}.oxn-page .oxn-redlight-img img{width:100%;height:100%;object-fit:contain;display:block}.oxn-page .oxn-subbox{border:1.5px solid var(--oxn-line-2);border-radius:12px;padding:14px;display:flex;flex-direction:column;gap:10px}.oxn-page .oxn-subbox-title{font-weight:700;font-size:14px;color:var(--oxn-text)}.oxn-page .oxn-wg-pills{display:flex;flex-direction:column;gap:8px}.oxn-page .oxn-wg-select{width:100%;padding:12px 44px 12px 14px;border:1.5px solid var(--oxn-line);border-radius:10px;background:var(--oxn-panel-2);color:var(--oxn-text);font-family:inherit;font-weight:600;font-size:14px;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23c8b282' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 14px center;transition:border-color .15s ease}.oxn-page .oxn-wg-select:hover{border-color:var(--oxn-gold)}.oxn-page .oxn-wg-select:focus{outline:none;border:2px solid var(--oxn-gold);padding:11.5px 43.5px 11.5px 13.5px}.oxn-page .oxn-wg-select option{background:var(--oxn-panel-2);color:var(--oxn-text)}.oxn-page .oxn-addons{display:flex;flex-direction:column;gap:8px}.oxn-page .oxn-addon-row{display:flex;align-items:center;gap:12px;cursor:pointer;border:1.5px solid var(--oxn-line-2);background:var(--oxn-panel-2);border-radius:12px;padding:12px 14px;transition:all .15s ease}.oxn-page .oxn-addon-row:hover:not(.oxn-addon-row--included){border-color:var(--oxn-gold)}.oxn-page .oxn-addon-row.is-on{border:2px solid var(--oxn-gold);background:var(--oxn-gold-soft)}.oxn-page .oxn-addon-row--included{cursor:default}.oxn-page .oxn-addon-row input[type=checkbox]{display:none}.oxn-page .oxn-check-box{width:22px;height:22px;border-radius:6px;flex-shrink:0;border:1.5px solid var(--oxn-line);background:transparent;color:transparent;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;transition:all .15s ease}.oxn-page .oxn-addon-row.is-on .oxn-check-box{border:none;background:var(--oxn-gold);color:var(--oxn-ink)}.oxn-page .oxn-check-included{border:none;background:var(--oxn-success);color:var(--oxn-ink)}.oxn-page .oxn-addon-name{flex:1;font-weight:600;font-size:14px;color:var(--oxn-text)}.oxn-page .oxn-addon-price{font-weight:700;font-size:14px;color:var(--oxn-gold-2)}.oxn-page .oxn-addon-status{font-weight:600;font-size:13px;color:var(--oxn-success)}.oxn-page .oxn-chip-toggle{display:flex;gap:6px}.oxn-page .oxn-chip{padding:6px 12px;border-radius:999px;cursor:pointer;font-weight:600;font-size:12px;font-family:inherit;border:1.5px solid var(--oxn-line-2);background:var(--oxn-panel-2);color:var(--oxn-muted);transition:all .15s ease}.oxn-page .oxn-chip:hover{border-color:var(--oxn-gold);color:var(--oxn-text)}.oxn-page .oxn-chip.is-on{border:2px solid var(--oxn-gold);background:var(--oxn-gold-soft);color:var(--oxn-gold-pale)}.oxn-page .oxn-summary-head{background:var(--oxn-panel-2);color:var(--oxn-text);padding:16px 20px;border-bottom:1px solid var(--oxn-line)}.oxn-page .oxn-summary-eyebrow{font-size:12px;font-weight:700;letter-spacing:2px;color:var(--oxn-gold);text-transform:uppercase}.oxn-page .oxn-summary-title{font-size:17px;font-weight:700;margin-top:2px}.oxn-page .oxn-summary-body{padding:16px 20px;display:flex;flex-direction:column;gap:10px;max-height:340px;overflow-y:auto}.oxn-page .oxn-summary-row{display:flex;gap:10px;align-items:baseline;font-size:13px;border-bottom:1px solid var(--oxn-line-2);padding-bottom:8px}.oxn-page .oxn-summary-row:last-child{border-bottom:none;padding-bottom:0}.oxn-page .oxn-summary-info{flex:1;min-width:0}.oxn-page .oxn-summary-cat{font-size:11px;font-weight:700;letter-spacing:1px;color:var(--oxn-muted);text-transform:uppercase}.oxn-page .oxn-summary-sel{color:var(--oxn-text);font-weight:500}.oxn-page .oxn-summary-price{font-weight:700;white-space:nowrap;color:var(--oxn-gold-2)}.oxn-page .oxn-summary-foot{padding:16px 20px;border-top:2px solid var(--oxn-line);display:flex;flex-direction:column;gap:12px}.oxn-page .oxn-total-line{display:flex;justify-content:space-between;align-items:baseline}.oxn-page .oxn-total-label{font-weight:700;font-size:15px;color:var(--oxn-text)}.oxn-page .oxn-total-value{font-weight:800;font-size:26px;color:var(--oxn-gold)}.oxn-page .oxn-save-btn{background:var(--oxn-gold);color:var(--oxn-ink);border:none;cursor:pointer;border-radius:12px;padding:14px;text-align:center;font-family:inherit;font-weight:700;font-size:15px;letter-spacing:.02em;transition:background .15s ease,box-shadow .15s ease}.oxn-page .oxn-save-btn:hover{background:var(--oxn-gold-pale);box-shadow:0 10px 26px -12px #c8b28a99}.oxn-page .oxn-save-btn:disabled{opacity:.5;cursor:not-allowed}@media(max-width:950px){.oxn-page .oxn-col-right{position:static;width:100%;max-width:none}.oxn-page .oxn-col-left{flex-basis:100%}.oxn-page .oxn-title{font-size:28px}}@media(max-width:640px){.oxn-page .oxn-wrap{padding:24px 12px 60px}.oxn-page .oxn-card{padding:20px}.oxn-page .oxn-topbar{padding:12px 16px}.oxn-page .oxn-tel{font-size:12px}.oxn-page .oxn-title{font-size:24px}.oxn-page .oxn-hero-img{width:100%}.oxn-page .oxn-swatches{gap:10px}.oxn-page .oxn-swatch{padding:8px}.oxn-page .oxn-swatch-label{font-size:12px}.oxn-page .oxn-step-preview{height:320px}}.oxn-page .oxn-model-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px}.oxn-page .oxn-model-tile{position:relative;padding:16px 18px;border-radius:14px;cursor:pointer;font-family:inherit;display:flex;flex-direction:column;gap:6px;align-items:flex-start;text-align:left;border:1.5px solid var(--oxn-line-2);background:var(--oxn-panel-2);color:var(--oxn-muted);transition:all .15s ease}.oxn-page .oxn-model-tile:hover{border-color:var(--oxn-gold);color:var(--oxn-text);transform:translateY(-1px)}.oxn-page .oxn-model-tile.is-on{border:2px solid var(--oxn-gold);background:var(--oxn-gold-soft);color:var(--oxn-gold-pale)}.oxn-page .oxn-model-name{font-weight:700;font-size:16px;color:var(--oxn-text)}.oxn-page .oxn-model-tile.is-on .oxn-model-name{color:var(--oxn-gold-pale)}.oxn-page .oxn-model-sub{font-size:12px;color:var(--oxn-muted);line-height:1.35}.oxn-page .oxn-model-price{font-weight:800;font-size:15px;color:var(--oxn-gold-2);margin-top:2px}.oxn-page .oxn-model-check{position:absolute;top:10px;right:10px;width:22px;height:22px;border-radius:50%;background:var(--oxn-gold);color:var(--oxn-ink);display:none;align-items:center;justify-content:center;font-size:12px;font-weight:700}.oxn-page .oxn-model-tile.is-on .oxn-model-check{display:flex}.oxn-page .oxn-ata-pills{display:flex;flex-direction:column;gap:8px}.oxn-page .oxn-ata-pills .oxn-pill{width:100%;display:flex;justify-content:space-between;align-items:center;gap:10px}.oxn-page .oxn-ata-delta{font-weight:700;font-size:13px;color:var(--oxn-gold-2)}.oxn-page .oxn-pill.is-on .oxn-ata-delta{color:var(--oxn-gold-pale)}.oxn-page .oxn-swatches.oxn-swatches--base{grid-template-columns:repeat(4,1fr)}@media(max-width:640px){.oxn-page .oxn-swatches.oxn-swatches--base{grid-template-columns:repeat(3,1fr)}}.oxn-page .oxn-included-box{border:1.5px solid var(--oxn-line-2);background:var(--oxn-panel-2);border-radius:12px;padding:14px 16px;display:flex;flex-direction:column;gap:2px}.oxn-page .oxn-included-title{font-size:12px;font-weight:700;letter-spacing:1px;text-transform:uppercase;color:var(--oxn-muted);margin-bottom:6px}.oxn-page .oxn-included-list{display:flex;flex-direction:column}.oxn-page .oxn-included-item{display:flex;align-items:center;gap:12px;padding:10px 0;border-bottom:1px solid var(--oxn-line-2)}.oxn-page .oxn-included-item:last-child{border-bottom:none}.oxn-page .oxn-included-name{flex:1;font-weight:600;font-size:14px;color:var(--oxn-text)}.oxn-page .oxn-included-status{font-weight:600;font-size:13px;color:var(--oxn-success)}.oxn-page .oxn-hero-pressure{margin-top:12px;display:flex;flex-direction:column;gap:8px}.oxn-page .oxn-hero-pressure .oxn-ata-pills{gap:8px}
/*# sourceMappingURL=/cdn/shop/t/14/assets/oxify-nova-config.css.map */
