.bg-options{--bg-ink: #1c1713;--bg-paper: #f5f0e8;--bg-card: #fffdf8;--bg-line: #d8cfc0;--bg-muted: #6f6455;--bg-accent: #b06a2a;--bg-fee: #8a5a1e;margin-block:1.25rem;color:var(--bg-ink)}@media(prefers-color-scheme:dark){.bg-options{--bg-ink: #ece4d6;--bg-paper: #171310;--bg-card: #211b16;--bg-line: #3a3128;--bg-muted: #a3947f;--bg-accent: #d08a3e;--bg-fee: #e0a75c}}[data-color-scheme=dark] .bg-options,.dark .bg-options{--bg-ink: #ece4d6;--bg-paper: #171310;--bg-card: #211b16;--bg-line: #3a3128;--bg-muted: #a3947f;--bg-accent: #d08a3e;--bg-fee: #e0a75c}.bg-options__title{font-size:1.1rem;margin-bottom:.5rem}.bg-options__group{border:1px solid var(--bg-line);border-radius:6px;margin-block:.5rem;background:transparent}.bg-options__group>summary{cursor:pointer;list-style:none;padding:.75rem .8rem;display:flex;justify-content:space-between;align-items:center;gap:.5rem;font-weight:700;font-size:.75rem;letter-spacing:.06em;text-transform:uppercase}.bg-options__group>summary::-webkit-details-marker{display:none}.bg-options__group[open]>summary{border-bottom:1px solid var(--bg-line)}.bg-options__group-body{padding:.75rem .8rem}.bg-field{margin-block:.65rem}.bg-field label,.bg-field__label{display:block;font-size:.8rem;font-weight:600;margin-bottom:.3rem}.bg-field--text_line input[type=text],.bg-field--dropdown select{width:100%;max-width:340px;min-height:44px;padding:.6rem .65rem;border:1px solid var(--bg-line);border-radius:6px;background:var(--bg-paper);color:var(--bg-ink);font-size:.9rem}.bg-field__tiles{display:flex;flex-wrap:wrap;gap:.5rem;max-width:540px}.bg-tile{min-width:44px;min-height:44px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.25rem;width:86px;padding:.5rem .4rem;border:1px solid var(--bg-line);border-radius:6px;background:var(--bg-card);color:var(--bg-ink);cursor:pointer;text-align:center}.bg-tile[aria-pressed=true]{border-color:var(--bg-accent);box-shadow:0 0 0 2px var(--bg-accent)}.bg-tile img{width:44px;height:44px;flex:none;border-radius:4px}.bg-tile .tface{font-size:.68rem;font-weight:600;line-height:1.2}.bg-tile .tag{font-size:.6rem;color:var(--bg-fee)}.bg-field--file_upload .upload{border:1.5px dashed var(--bg-line);border-radius:6px;padding:.85rem;max-width:340px}.bg-field--file_upload input[type=file]{min-height:44px}.bg-options__fee-summary{display:flex;justify-content:space-between;align-items:center;margin-top:1rem;padding-top:.75rem;border-top:1px solid var(--bg-line);font-weight:700}.bg-options__fee-summary-amount{color:var(--bg-fee)}.bg-options__compliance-note{font-size:.75rem;color:var(--bg-muted);margin-top:.75rem;max-width:60ch}.bg-options-trigger{min-height:44px;padding:.75rem 1.25rem;border:1px solid var(--bg-accent);border-radius:6px;background:transparent;color:var(--bg-accent);font-weight:700;cursor:pointer}.bg-preview-overlay text.engr{transition:fill .2s ease}@media(prefers-reduced-motion:reduce){.bg-preview-overlay text.engr{transition:none}}.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(max-width:414px){.bg-tile{width:72px;min-height:44px}.bg-field--text_line input[type=text],.bg-field--dropdown select{max-width:100%}}.bg-options .bg-tile,.bg-options [data-bg-tile],.bg-options .bg-field--swatch_image button{background:#f3ead8!important;color:#2c1c0c!important;border:1px solid #d8cfc0;border-radius:6px}.bg-options .bg-tile[aria-pressed=true],.bg-options [data-bg-tile][aria-pressed=true],.bg-options .bg-field--swatch_image button[aria-pressed=true]{border-color:var(--bg-accent);box-shadow:0 0 0 2px var(--bg-accent)}.bg-options .bg-tile .tag,.bg-options [data-bg-tile] .tag{color:#8a5a1e!important}.bg-options details.bg-options__group{border:1px solid #d8cfc0;border-radius:6px;margin:8px 0;background:transparent}.bg-options details.bg-options__group>summary{color:#ece4d6;font-weight:700;letter-spacing:.08em;text-transform:uppercase;font-size:12px;padding:11px 12px;cursor:pointer;list-style:none}.bg-options details.bg-options__group>summary::-webkit-details-marker{display:none}.bg-options details.bg-options__group>summary:after{content:"+";float:right;color:#a3947f}.bg-options details.bg-options__group[open]>summary:after{content:"\81 3"}.bg-options details.bg-options__group[open]>summary{border-bottom:1px solid #3a3128}.bg-options .bg-field--swatch_image .bg-choice-caption{display:none}.bg-options [data-bg-tile]:has(img),.bg-options .bg-field--swatch_image button:has(img){background:#fff!important;padding:0!important;overflow:hidden;width:96px;min-height:0}.bg-options [data-bg-tile] img,.bg-options .bg-field--swatch_image button img{width:96px;height:96px;object-fit:cover;display:block;margin:0;border-radius:5px}.bg-options [data-bg-tile]:has(img) .tface,.bg-options .bg-field--swatch_image button:has(img) .tface{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.bg-options [data-bg-tile]:has(img){position:relative}.bg-options [data-bg-tile]:has(img) .tag{position:absolute;bottom:4px;right:4px;background:#1c1713d1;color:#ecd9a8!important;padding:1px 6px;border-radius:8px;font-size:10px}.bg-options .bg-field>label,.bg-options .bg-field legend,.bg-options .bg-field__label{color:#ece4d6}.bg-options .bg-field--swatch_image>div,.bg-options .bg-field--swatch_image fieldset{display:flex;flex-wrap:wrap;gap:6px;align-items:flex-start}.bg-options [data-bg-tile]:has(img),.bg-options .bg-field--swatch_image button:has(img){width:64px!important;min-height:0!important;height:auto;display:flex;flex-direction:column;align-items:center;gap:0;border-width:1px}.bg-options [data-bg-tile] img,.bg-options .bg-field--swatch_image button img{width:62px!important;height:62px!important;object-fit:cover;border-radius:4px}.bg-options [data-bg-tile]:has(img) .tag{position:static;display:none;background:none;color:#ecd9a8!important;font-size:10px;padding:2px 0 3px}.bg-options [data-bg-tile][aria-pressed=true]:has(img) .tag{display:block}.bg-options__group-title{display:block}.bg-options__group-eyebrow{display:block;font-size:9.5px;letter-spacing:.14em;color:#a3947f;font-weight:600}.bg-options__group-main{display:block;font-size:13px;letter-spacing:.06em;color:#ece4d6;text-transform:none;font-weight:700}.bg-options [data-bg-group-body]>.bg-field--swatch_image:first-child>.bg-field__label{display:none}.bg-options-trigger{width:100%;margin-top:10px}.bg-options-trigger{margin-top:8px;width:100%}.bg-options-trigger button.shopify-payment-button__button--unbranded{width:100%;background:#c1a774;color:#1a1408;font:700 14.08px/1.2 Lora,serif;text-transform:uppercase;padding:12px 26px;border:none;border-radius:0;cursor:pointer}.bg-options-trigger button.shopify-payment-button__button--unbranded:hover{filter:brightness(1.05)}.bg-options .bg-field{margin:0 0 16px}.bg-options .bg-field__label,.bg-options .bg-field>label{display:block;margin:10px 0 6px}.bg-options .bg-field__tiles{gap:8px}.bg-options [data-bg-group-body]{padding-bottom:6px}section[data-bg-options-root]{display:none}section[data-bg-options-root].bg-open{display:block}.bg-options [data-bg-tile]{background:#fff!important;color:#1c1713}.bg-options [data-bg-tile] img{object-fit:contain!important;background:#fff}.bg-options-trigger{margin:8px 0 0!important;padding:0!important}.bg-options-trigger button.shopify-payment-button__button--unbranded{border:0!important;outline:none;box-shadow:none;margin:0;display:block}.bg-options [data-bg-tile] .tag,.bg-options [data-bg-tile][aria-pressed=true]:has(img) .tag{color:#1c1713!important;background:none;font-weight:700}.bg-options-trigger button.shopify-payment-button__button--unbranded:hover,.bg-options-trigger button.shopify-payment-button__button--unbranded:focus,.bg-options-trigger button.shopify-payment-button__button--unbranded:active{background:#c1a774!important;color:#1a1408!important;filter:brightness(1.08)}.bg-stack-atc{margin:14px 0 4px}.bg-stack-atc button{width:100%;background:transparent;color:#ece4d6;border:1px solid #cfa768;font:700 13px/1 Lora,serif;letter-spacing:.1em;text-transform:uppercase;padding:13px 20px;cursor:pointer}.bg-stack-atc button:hover{background:#c1a774;color:#1a1408}.bg-options .bg-field>label,.bg-options .bg-field legend,.bg-options .bg-field__label,.bg-options__fee-summary-label{color:#fff!important;font-size:14px!important}.bg-options details.bg-options__group>summary{color:#fff!important;font-size:15px}.bg-options .bg-field--text_line input[type=text],.bg-options .bg-field--dropdown select,.bg-options select,.bg-options input[type=text]{background:#fff!important;color:#1c1713!important;font-size:16px!important;line-height:1.4;border:1px solid #b9ab94;border-radius:6px;padding:10px 12px}.bg-options input[type=text]::placeholder{color:#6f6455!important;opacity:1}.bg-options .bg-field__help,.bg-options__compliance-note{color:#d8cfc0!important}.bg-options [data-bg-tile].bg-tile--finish{background:#f7f2e8!important;color:#1c1713!important;min-height:64px}.bg-options [data-bg-tile].bg-tile--finish .tface{font-weight:700}.bg-options [data-bg-tile].bg-tile--finish-silver-fill{background:linear-gradient(160deg,#ececec,#b9b9b9)!important;color:#1c1713!important}.bg-options [data-bg-tile].bg-tile--finish-gold-fill{background:linear-gradient(160deg,#ecca6e,#c99a2e)!important;color:#3a2a08!important}.bg-options [data-bg-tile] .tag{display:none}.bg-options [data-bg-tile][aria-pressed=true] .tag{display:inline-block;position:absolute;bottom:-9px;left:50%;transform:translate(-50%);background:#fff;color:#1c1713!important;border:1px solid #b9ab94;border-radius:8px;padding:1px 8px;font-size:11px;font-weight:700;white-space:nowrap}.bg-options [data-bg-tile]{position:relative;overflow:visible}.bg-options .bg-field__tiles{padding-bottom:12px}.bg-options [data-bg-tile] .tface{font-size:13px!important;font-weight:700!important;line-height:1.3}.bg-options [data-bg-tile]{min-height:56px}.bg-options .bg-field__label,.bg-options .bg-field>label,.bg-options .bg-field legend{font-size:14px!important}.bg-options [data-bg-tile],.bg-options [data-bg-tile][aria-pressed=true]{background:#faf6ef!important;color:#1c1713!important}.bg-options [data-bg-tile].bg-tile--finish-silver-fill,.bg-options [data-bg-tile].bg-tile--finish-silver-fill[aria-pressed=true]{background:linear-gradient(160deg,#ececec,#b9b9b9)!important;color:#1c1713!important}.bg-options [data-bg-tile].bg-tile--finish-gold-fill,.bg-options [data-bg-tile].bg-tile--finish-gold-fill[aria-pressed=true]{background:linear-gradient(160deg,#ecca6e,#c99a2e)!important;color:#3a2a08!important}.bg-options [data-bg-tile]:has(img),.bg-options [data-bg-tile]:has(img) img{transition:width .18s ease,height .18s ease}.bg-options [data-bg-tile][aria-pressed=true]:has(img){width:116px!important}.bg-options [data-bg-tile][aria-pressed=true]:has(img) img{width:114px!important;height:114px!important}.bg-options [data-bg-tile][aria-pressed=true] .tag{position:static!important;transform:none!important;display:block!important;width:fit-content;margin:4px auto 2px;background:#fff;color:#1c1713!important;border:1px solid #b9ab94;border-radius:8px;padding:1px 8px;font-size:11px;font-weight:700;white-space:nowrap}
/*# sourceMappingURL=/cdn/shop/t/25/assets/bg-options.css.map */
