
/* /fd_loyalty_points/static/src/scss/loyalty_checkout.scss */
 body.theme-france-detailing{}body.theme-france-detailing .fd-checkout-loyalty{display: flex; align-items: flex-start; gap: 18px; padding: 22px 24px 22px 20px; background: #ffffff; border: 1px solid #e4e4e4; border-radius: 12px; position: relative; overflow: hidden;}body.theme-france-detailing .fd-checkout-loyalty .fd-checkout-loyalty-stripe{position: absolute; top: 0; bottom: 0; left: 0; width: 4px; background: linear-gradient(180deg, #0066b1 0%, #0066b1 33.33%, #1c69d4 33.33%, #1c69d4 66.66%, #e22718 66.66%, #e22718 100%);}body.theme-france-detailing .fd-checkout-loyalty .fd-checkout-loyalty-icon{display: inline-flex; align-items: center; justify-content: center; width: 48px; height: 48px; background: #fafaf9; border: 1px solid #e4e4e4; border-radius: 10px; color: #1a3a73; flex-shrink: 0;}body.theme-france-detailing .fd-checkout-loyalty .fd-checkout-loyalty-content{flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 10px;}body.theme-france-detailing .fd-checkout-loyalty .fd-checkout-loyalty-eyebrow{font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: #7a7a7a;}body.theme-france-detailing .fd-checkout-loyalty .fd-checkout-loyalty-balance{display: flex; flex-wrap: wrap; align-items: baseline; gap: 4px 10px; font-family: 'Inter', sans-serif; font-size: 14px; color: #4a4a4a;}body.theme-france-detailing .fd-checkout-loyalty .fd-checkout-loyalty-balance--zero{display: block; font-size: 13px; color: #4a4a4a; line-height: 1.55;}body.theme-france-detailing .fd-checkout-loyalty .fd-checkout-loyalty-balance-label{color: #4a4a4a;}body.theme-france-detailing .fd-checkout-loyalty .fd-checkout-loyalty-balance-value{display: inline-flex; align-items: baseline; gap: 4px;}body.theme-france-detailing .fd-checkout-loyalty .fd-checkout-loyalty-balance-value strong{color: #e22718; font-weight: 700; font-size: 22px; line-height: 1;}body.theme-france-detailing .fd-checkout-loyalty .fd-checkout-loyalty-balance-value .fd-checkout-loyalty-balance-unit{color: #4a4a4a; font-size: 13px; font-weight: 500;}body.theme-france-detailing .fd-checkout-loyalty .fd-checkout-loyalty-balance-eur{color: #1a1a1a; font-weight: 500; font-size: 13px;}body.theme-france-detailing .fd-checkout-loyalty .fd-checkout-loyalty-balance-eur::before{content: ''; display: inline-block; width: 4px; height: 4px; background: #d4d4d4; border-radius: 50%; margin: 0 4px 2px 0; vertical-align: middle;}body.theme-france-detailing .fd-checkout-loyalty .fd-checkout-loyalty-form{margin: 4px 0 0;}body.theme-france-detailing .fd-checkout-loyalty .fd-checkout-loyalty-picker{margin: 0 0 14px 0; padding: 14px; background: #fafaf8; border: 1px solid #e5e7eb; border-radius: 8px;}body.theme-france-detailing .fd-checkout-loyalty .fd-checkout-loyalty-picker-row{display: flex; align-items: center; justify-content: space-between; margin-bottom: 10px; gap: 8px;}body.theme-france-detailing .fd-checkout-loyalty .fd-checkout-loyalty-picker-lbl{font-family: 'Inter', sans-serif; font-size: 12px; font-weight: 600; color: #1a1a1a; text-transform: uppercase; letter-spacing: 1.2px; margin: 0;}body.theme-france-detailing .fd-checkout-loyalty .fd-checkout-loyalty-picker-inp{display: inline-flex; align-items: baseline; gap: 4px;}body.theme-france-detailing .fd-checkout-loyalty .fd-checkout-loyalty-input-pts{width: 80px; padding: 6px 8px; border: 1px solid #1a3a73; border-radius: 4px; font-family: 'Saira Condensed', sans-serif; font-size: 18px; font-weight: 700; color: #1a3a73; text-align: right; background: #fff; transition: border-color 0.15s, box-shadow 0.15s; -moz-appearance: textfield;}body.theme-france-detailing .fd-checkout-loyalty .fd-checkout-loyalty-input-pts::-webkit-outer-spin-button, body.theme-france-detailing .fd-checkout-loyalty .fd-checkout-loyalty-input-pts::-webkit-inner-spin-button{-webkit-appearance: none; margin: 0;}body.theme-france-detailing .fd-checkout-loyalty .fd-checkout-loyalty-input-pts:focus{outline: none; border-color: #e22718; box-shadow: 0 0 0 3px rgba(226, 39, 24, 0.15);}body.theme-france-detailing .fd-checkout-loyalty .fd-checkout-loyalty-picker-unit{font-family: 'Inter', sans-serif; font-size: 11px; font-weight: 600; color: #6b7280; text-transform: uppercase; letter-spacing: 1px;}body.theme-france-detailing .fd-checkout-loyalty .fd-checkout-loyalty-slider{width: 100%; -webkit-appearance: none; height: 4px; border-radius: 2px; background: linear-gradient(to right, #e22718 0%, #e22718 100%); outline: none; margin: 4px 0 10px; cursor: pointer;}body.theme-france-detailing .fd-checkout-loyalty .fd-checkout-loyalty-slider::-webkit-slider-thumb{-webkit-appearance: none; width: 18px; height: 18px; border-radius: 50%; background: #e22718; border: 2px solid #fff; box-shadow: 0 0 0 1px #e22718; cursor: pointer; transition: transform 0.1s;}body.theme-france-detailing .fd-checkout-loyalty .fd-checkout-loyalty-slider::-webkit-slider-thumb:active{transform: scale(1.15);}body.theme-france-detailing .fd-checkout-loyalty .fd-checkout-loyalty-slider::-moz-range-thumb{width: 18px; height: 18px; border-radius: 50%; background: #e22718; border: 2px solid #fff; box-shadow: 0 0 0 1px #e22718; cursor: pointer;}body.theme-france-detailing .fd-checkout-loyalty .fd-checkout-loyalty-picker-foot{display: flex; justify-content: space-between; align-items: center; gap: 8px; font-family: 'Inter', sans-serif; font-size: 13px; color: #1a1a1a;}body.theme-france-detailing .fd-checkout-loyalty .fd-checkout-loyalty-picker-foot strong{color: #e22718;}body.theme-france-detailing .fd-checkout-loyalty .fd-checkout-loyalty-max-btn{border: 1px solid #1a3a73; background: transparent; color: #1a3a73; padding: 4px 10px; border-radius: 4px; font-family: 'Inter', sans-serif; font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; cursor: pointer; transition: all 0.15s;}body.theme-france-detailing .fd-checkout-loyalty .fd-checkout-loyalty-max-btn:hover{background: #1a3a73; color: #fff;}body.theme-france-detailing .fd-checkout-loyalty .fd-checkout-loyalty-cta{display: inline-flex; align-items: center; gap: 8px; background: #e22718; color: #ffffff; border: none; padding: 12px 22px; border-radius: 8px; font-family: 'Inter', sans-serif; font-size: 14px; font-weight: 600; letter-spacing: 1.2px; text-transform: uppercase; line-height: 1; cursor: pointer; transition: background 0.15s ease, transform 0.15s ease;}body.theme-france-detailing .fd-checkout-loyalty .fd-checkout-loyalty-cta svg{flex-shrink: 0;}body.theme-france-detailing .fd-checkout-loyalty .fd-checkout-loyalty-cta:hover{background: #b81e12; color: #ffffff; transform: translateX(2px);}body.theme-france-detailing .fd-checkout-loyalty .fd-checkout-loyalty-cta:focus-visible{outline: 2px solid #e22718; outline-offset: 3px;}body.theme-france-detailing .fd-checkout-loyalty .fd-checkout-loyalty-hint{margin: 0; font-family: 'Inter', sans-serif; font-size: 12px; font-weight: 400; color: #7a7a7a; line-height: 1.45; letter-spacing: 0.2px;}body.theme-france-detailing .fd-checkout-loyalty .fd-checkout-loyalty-hint strong{color: #1a1a1a; font-weight: 600;}body.theme-france-detailing .fd-checkout-loyalty .fd-checkout-loyalty-applied-msg{margin: 0 0 10px 0; font-family: 'Inter', sans-serif; font-size: 14px; color: #1a1a1a; line-height: 1.5;}body.theme-france-detailing .fd-checkout-loyalty .fd-checkout-loyalty-applied-msg strong{color: #1a7a3c; font-weight: 700; font-size: 17px;}body.theme-france-detailing .fd-checkout-loyalty .fd-checkout-loyalty-modify{margin: 0;}body.theme-france-detailing .fd-checkout-loyalty .fd-checkout-loyalty-modify-btn{display: inline-flex; align-items: center; gap: 6px; background: transparent; color: #1a3a73; border: 1px solid #1a3a73; padding: 6px 14px; border-radius: 6px; font-family: 'Inter', sans-serif; font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; cursor: pointer; transition: all 0.15s;}body.theme-france-detailing .fd-checkout-loyalty .fd-checkout-loyalty-modify-btn svg{flex-shrink: 0;}body.theme-france-detailing .fd-checkout-loyalty .fd-checkout-loyalty-modify-btn:hover{background: #1a3a73; color: #fff;}body.theme-france-detailing .fd-checkout-loyalty .fd-checkout-loyalty-cta--loading{opacity: 0.6; cursor: progress;}body.theme-france-detailing .fd-checkout-loyalty .fd-checkout-loyalty-cta--loading:hover{transform: none;}body.theme-france-detailing .fd-checkout-total-loyalty-note{display: inline-flex; align-items: center; gap: 2px; font-family: 'Inter', sans-serif; font-size: 12px; font-weight: 400; color: #1a7a3c; line-height: 1.45; letter-spacing: 0.1px;}body.theme-france-detailing .fd-checkout-total-loyalty-note svg{color: #1a7a3c;}body.theme-france-detailing .fd-checkout-total-loyalty-note strong{color: #1a7a3c; font-weight: 700;}body.theme-france-detailing .fd-checkout-loyalty--applied .fd-checkout-loyalty-icon{color: #1a7a3c; background: #f0faf3; border-color: #c9e6d3;}body.theme-france-detailing .fd-checkout-loyalty--applied .fd-checkout-loyalty-stripe--applied{background: #1a7a3c;}