@import"https://fonts.googleapis.com/css2?family=Fredoka:wght@400;500;600;700&display=swap";:root{--rp-primary: #1fb6aa;--rp-primary-dark: #159b91;--rp-coral: #ff6b5a;--rp-yellow: #ffc83d;--rp-orange: #ff9f1c;--rp-text: #1e1e1e;--rp-muted: #747474;--rp-border: #e4e4e4;--rp-border-dark: #cccccc;--rp-background: #f7f7f5;--rp-white: #ffffff;--rp-soft-teal: #dff6f4;--rp-error: #c63c3c;--rp-radius-small: 10px;--rp-radius-medium: 16px;--rp-radius-large: 22px;--rp-shadow-soft: 0 10px 30px rgba(30, 30, 30, .06)}.rp-product-engine,.rp-product-engine *{box-sizing:border-box}.rp-product-engine{width:100%;padding:42px 20px 70px;background:var(--rp-background);color:var(--rp-text);font-family:Arial,sans-serif}.rp-product-engine button,.rp-product-engine input{font:inherit}.rp-product-engine button{-webkit-tap-highlight-color:transparent}.rp-product-engine__container{width:100%;max-width:1320px;margin:0 auto}.rp-product-engine__intro{max-width:760px;margin:0 0 28px}.rp-product-engine__eyebrow{margin:0 0 8px;color:var(--rp-primary-dark);font-size:12px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.rp-product-engine__heading{margin:0;color:var(--rp-text);font-size:clamp(26px,3vw,38px);font-weight:700;line-height:1.15}.rp-product-engine__description{margin-top:12px;color:var(--rp-muted);font-size:15px;line-height:1.6}.rp-product-engine__description p{margin:0}.rp-product-engine__status,.rp-product-engine__error{max-width:720px;margin:24px auto;padding:18px 20px;border-radius:var(--rp-radius-medium);background:var(--rp-white);border:1px solid var(--rp-border);box-shadow:var(--rp-shadow-soft)}.rp-product-engine__status{display:flex;align-items:center;justify-content:center;gap:12px;color:var(--rp-muted)}.rp-product-engine__status-spinner,.rp-product-engine__submit-spinner{width:18px;height:18px;border:2px solid rgba(31,182,170,.25);border-top-color:var(--rp-primary);border-radius:50%;animation:rp-engine-spin .8s linear infinite}@keyframes rp-engine-spin{to{transform:rotate(360deg)}}.rp-product-engine__error{border-color:#c63c3c40;color:var(--rp-error)}.rp-product-engine__error strong{display:block;margin-bottom:4px}.rp-product-engine__error p{margin:0}.rp-product-engine__layout{display:grid;grid-template-columns:minmax(0,560px) minmax(360px,1fr);gap:52px;align-items:start}.rp-product-engine__preview-column,.rp-product-engine__controls-column{min-width:0}.rp-product-engine__preview-sticky{position:sticky;top:110px}.rp-product-engine__preview-header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:14px}.rp-product-engine__preview-title{margin:0;font-size:20px;font-weight:700;line-height:1.3}.rp-product-engine__preview-badge{display:inline-flex;align-items:center;justify-content:center;min-height:28px;padding:5px 11px;border-radius:999px;background:var(--rp-soft-teal);color:var(--rp-primary-dark);font-size:12px;font-weight:700}.rp-product-engine__sheet-wrap{width:100%}.rp-product-engine__sheet{position:relative;width:100%;aspect-ratio:145 / 205;overflow:hidden;background:var(--rp-white);border:1px solid var(--rp-border);border-radius:var(--rp-radius-large);box-shadow:var(--rp-shadow-soft)}.rp-product-engine__sheet-image{display:block;width:100%;height:100%;object-fit:contain;background:var(--rp-white)}.rp-product-engine__text-layer{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;pointer-events:none}.rp-product-engine__preview-text{font-family:Fredoka,Arial,sans-serif!important;text-rendering:geometricPrecision;-webkit-font-smoothing:antialiased}.rp-product-engine__empty-preview{position:absolute;top:0;right:0;bottom:0;left:0;z-index:3;display:flex;align-items:center;justify-content:center;padding:30px;text-align:center;color:var(--rp-muted);background:var(--rp-white)}.rp-product-engine__preview-note{margin:12px 4px 0;color:var(--rp-muted);font-size:12px;line-height:1.5}.rp-product-engine__form{width:100%}.rp-product-engine__panel,.rp-product-engine__purchase{background:var(--rp-white);border:1px solid var(--rp-border);border-radius:var(--rp-radius-large);box-shadow:var(--rp-shadow-soft)}.rp-product-engine__panel{padding:28px}.rp-product-engine__step{margin:0}.rp-product-engine__step-heading{display:flex;align-items:flex-start;gap:13px;margin-bottom:18px}.rp-product-engine__step-number{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:var(--rp-primary);color:var(--rp-white);font-size:14px;font-weight:700}.rp-product-engine__step-label{margin:0 0 3px;color:var(--rp-muted);font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.rp-product-engine__step-title{margin:0;color:var(--rp-text);font-size:20px;font-weight:700;line-height:1.25}.rp-product-engine__divider{width:100%;height:1px;margin:28px 0;background:#eee}.rp-product-engine__option-grid{display:grid;width:100%}.rp-product-engine__option-grid--themes{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.rp-product-engine__theme-option{position:relative;display:flex;flex-direction:column;align-items:stretch;width:100%;min-width:0;padding:8px;border:2px solid transparent;border-radius:14px;background:#fafafa;color:var(--rp-text);cursor:pointer;transition:border-color .2s ease,background .2s ease,transform .2s ease,box-shadow .2s ease}.rp-product-engine__theme-option:hover{transform:translateY(-1px);border-color:#c8ebe8;background:#f4fbfa}.rp-product-engine__theme-option.is-selected{border-color:var(--rp-primary);background:#f1fbfa;box-shadow:0 0 0 3px #1fb6aa1a}.rp-product-engine__theme-option.is-selected:after{content:"\2713";position:absolute;top:6px;right:6px;display:flex;align-items:center;justify-content:center;width:21px;height:21px;border-radius:50%;background:var(--rp-primary);color:var(--rp-white);font-size:12px;font-weight:700;z-index:3}.rp-product-engine__theme-image-wrap{position:relative;display:block;width:100%;aspect-ratio:1 / 1;overflow:hidden;border-radius:10px;background:var(--rp-white);border:1px solid #eeeeee}.rp-product-engine__theme-image{display:block;width:100%;height:100%;padding:4px;object-fit:contain}.rp-product-engine__theme-name{display:block;width:100%;padding:8px 3px 3px;overflow:hidden;color:var(--rp-text);font-size:13px;font-weight:700;text-align:center;text-overflow:ellipsis;white-space:nowrap}.rp-product-engine__option-grid--sizes{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.rp-product-engine__size-option{position:relative;min-height:74px;padding:14px 10px;border:1px solid var(--rp-border);border-radius:13px;background:var(--rp-white);color:var(--rp-text);cursor:pointer;text-align:center;transition:border-color .2s ease,background .2s ease,box-shadow .2s ease,transform .2s ease}.rp-product-engine__size-option:hover{transform:translateY(-1px);border-color:#b7dfdc}.rp-product-engine__size-option.is-selected{border:2px solid var(--rp-primary);background:var(--rp-soft-teal);box-shadow:0 0 0 3px #1fb6aa14}.rp-product-engine__size-name{display:block;color:var(--rp-text);font-size:15px;font-weight:700;line-height:1.2}.rp-product-engine__size-detail{display:block;margin-top:4px;color:var(--rp-muted);font-size:10px;line-height:1.3}.rp-product-engine__field-label{display:block;margin-bottom:8px;color:var(--rp-text);font-size:13px;font-weight:700}.rp-product-engine__input-wrap{position:relative}.rp-product-engine__text-input{display:block;width:100%;min-height:44px;padding:10px 60px 10px 14px;border:1px solid var(--rp-border-dark);border-radius:10px;background:var(--rp-white);color:var(--rp-text);font-size:13px;line-height:1.3;outline:none;transition:border-color .2s ease,box-shadow .2s ease}.rp-product-engine__text-input:focus{border-color:var(--rp-primary);box-shadow:0 0 0 3px #1fb6aa1f}.rp-product-engine__text-input::placeholder{color:#aaa}.rp-product-engine__character-count{position:absolute;top:50%;right:14px;transform:translateY(-50%);color:var(--rp-muted);font-size:12px;pointer-events:none}.rp-product-engine__field-help{margin:9px 2px 0;color:var(--rp-muted);font-size:12px;line-height:1.5}.rp-product-engine__field-message{margin:8px 0 0;color:var(--rp-error);font-size:12px;font-weight:600}.rp-product-engine__colour-options{display:flex;flex-wrap:wrap;gap:10px}.rp-product-engine__colour-option{position:relative;display:inline-flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:7px;min-width:56px;padding:5px;border:0;background:transparent;color:var(--rp-text);cursor:pointer}.rp-product-engine__colour-swatch{position:relative;display:block;width:38px;height:38px;border:2px solid var(--rp-white);border-radius:50%;background:var(--rp-colour);box-shadow:0 0 0 1px var(--rp-border-dark),0 2px 5px #00000014;transition:transform .2s ease,box-shadow .2s ease}.rp-product-engine__colour-option:hover .rp-product-engine__colour-swatch{transform:scale(1.06)}.rp-product-engine__colour-option.is-selected .rp-product-engine__colour-swatch{box-shadow:0 0 0 3px var(--rp-white),0 0 0 5px var(--rp-primary)}.rp-product-engine__colour-option.is-selected .rp-product-engine__colour-swatch:after{content:"\2713";position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;color:#fff;font-size:15px;font-weight:700;text-shadow:0 1px 3px rgba(0,0,0,.55)}.rp-product-engine__colour-label{display:block;color:var(--rp-muted);font-size:10px;line-height:1.2}.rp-product-engine__colour-option.is-selected .rp-product-engine__colour-label{color:var(--rp-text);font-weight:700}.rp-product-engine__purchase{margin-top:18px;padding:22px}.rp-product-engine__selection-summary{margin-bottom:14px}.rp-product-engine__selection-label{margin:0 0 3px;color:var(--rp-muted);font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.rp-product-engine__selection-value{margin:0;color:var(--rp-text);font-size:15px;font-weight:700}.rp-product-engine__price{display:flex;align-items:baseline;gap:8px;margin-bottom:16px}.rp-product-engine__price-current{color:var(--rp-text);font-size:22px;font-weight:700}.rp-product-engine__price-compare{color:var(--rp-muted);font-size:14px;text-decoration:line-through}.rp-product-engine__submit{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:10px;width:100%;min-height:54px;padding:14px 20px;border:0;border-radius:13px;background:var(--rp-primary);color:var(--rp-white);font-size:15px;font-weight:700;cursor:pointer;box-shadow:0 7px 18px #1fb6aa33;transition:background .2s ease,transform .2s ease,box-shadow .2s ease}.rp-product-engine__submit:hover:not(:disabled){background:var(--rp-primary-dark);transform:translateY(-1px);box-shadow:0 9px 22px #1fb6aa40}.rp-product-engine__submit:disabled{cursor:not-allowed;opacity:.55;box-shadow:none}.rp-product-engine__form-message{margin:12px 0 0;padding:10px 12px;border-radius:9px;font-size:12px;line-height:1.45}.rp-product-engine__form-message[data-type=error]{background:#c63c3c14;color:var(--rp-error)}.rp-product-engine__purchase-note{margin-top:13px;color:var(--rp-muted);font-size:12px;line-height:1.5}.rp-product-engine__purchase-note p{margin:0}[hidden]{display:none!important}@media(max-width:1100px){.rp-product-engine__layout{grid-template-columns:minmax(0,500px) minmax(340px,1fr);gap:34px}.rp-product-engine__panel{padding:22px}}@media(max-width:920px){.rp-product-engine{padding-top:28px}.rp-product-engine__layout{grid-template-columns:1fr;gap:26px}.rp-product-engine__preview-sticky{position:static}.rp-product-engine__preview-column{max-width:610px;margin:0 auto}.rp-product-engine__controls-column{width:100%}}@media(max-width:749px){.rp-product-engine{padding:22px 10px 50px}.rp-product-engine__intro{margin-bottom:20px}.rp-product-engine__heading{font-size:24px}.rp-product-engine__description{font-size:13px}.rp-product-engine__layout{gap:20px}.rp-product-engine__preview-header{margin-bottom:10px}.rp-product-engine__preview-title{font-size:17px}.rp-product-engine__sheet{border-radius:14px}.rp-product-engine__preview-note{margin-top:9px;font-size:11px}.rp-product-engine__panel,.rp-product-engine__purchase{border-radius:15px;box-shadow:none}.rp-product-engine__panel,.rp-product-engine__purchase{padding:18px 14px}.rp-product-engine__step-heading{gap:10px;margin-bottom:14px}.rp-product-engine__step-number{width:28px;height:28px;font-size:12px}.rp-product-engine__step-title{font-size:17px}.rp-product-engine__divider{margin:23px 0}.rp-product-engine__option-grid--themes{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.rp-product-engine__theme-option{padding:5px;border-radius:11px}.rp-product-engine__theme-image-wrap{border-radius:8px}.rp-product-engine__theme-name{padding-top:6px;font-size:11px}.rp-product-engine__option-grid--sizes{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.rp-product-engine__size-option{min-height:64px;padding:11px 8px}.rp-product-engine__text-input{min-height:48px;font-size:15px}.rp-product-engine__colour-options{gap:8px}.rp-product-engine__colour-option{min-width:48px}.rp-product-engine__colour-swatch{width:34px;height:34px}.rp-product-engine__submit{min-height:52px;font-size:14px}}@media(max-width:420px){.rp-product-engine__option-grid--themes{grid-template-columns:repeat(2,minmax(0,1fr))}}.rp-product-engine__controls-column{max-width:520px;width:100%;justify-self:end}.rp-product-engine__panel{padding:22px}.rp-product-engine__step-heading{margin-bottom:12px}.rp-product-engine__divider{margin:20px 0}.rp-product-engine__option-grid--themes{grid-template-columns:repeat(auto-fit,minmax(76px,1fr));gap:9px}.rp-product-engine__theme-option{max-width:104px;min-height:104px;padding:6px;justify-self:start;border-radius:12px}.rp-product-engine__theme-image-wrap{width:100%;max-width:72px;aspect-ratio:1 / 1;margin:0 auto;border-radius:8px}.rp-product-engine__theme-image{padding:6px}.rp-product-engine__theme-name{padding:6px 2px 1px;font-size:11px;line-height:1.2}.rp-product-engine__option-grid--sizes{grid-template-columns:repeat(auto-fit,minmax(92px,1fr));gap:9px}.rp-product-engine__size-option{min-height:60px;padding:10px 9px}.rp-product-engine__size-name{font-size:14px}.rp-product-engine__size-detail{margin-top:2px;font-size:9px}.rp-product-engine__step-number{width:28px;height:28px;font-size:12px}.rp-product-engine__step-title{font-size:18px}.rp-product-engine__step-label{font-size:9px}.rp-product-engine__text-input{min-height:48px}.rp-product-engine__field-help{margin-top:7px;font-size:11px}.rp-product-engine__colour-options{gap:6px 8px}.rp-product-engine__colour-option{min-width:46px;padding:4px 2px;gap:5px}.rp-product-engine__colour-swatch{width:32px;height:32px}.rp-product-engine__colour-label{font-size:9px}.rp-product-engine__purchase{margin-top:14px;padding:18px 20px}.rp-product-engine__selection-summary{margin-bottom:10px}.rp-product-engine__price{margin-bottom:12px}.rp-product-engine__submit{min-height:48px;padding:11px 18px;border-radius:11px;font-size:15px}.rp-product-engine__purchase-note{margin-top:10px;font-size:11px}@media(max-width:980px){.rp-product-engine__layout{grid-template-columns:1fr;gap:24px}.rp-product-engine__preview-sticky{position:static}.rp-product-engine__preview-column{width:min(100%,610px);margin:0 auto}.rp-product-engine__controls-column{max-width:610px;margin:0 auto;justify-self:center}}@media(max-width:749px){.rp-product-engine{padding:20px 10px 42px}.rp-product-engine__intro{margin-bottom:16px}.rp-product-engine__description{margin-top:8px;line-height:1.45}.rp-product-engine__layout{gap:16px}.rp-product-engine__preview-note{margin-bottom:0}.rp-product-engine__panel,.rp-product-engine__purchase{padding:15px 12px}.rp-product-engine__step-heading{margin-bottom:10px}.rp-product-engine__divider{margin:17px 0}.rp-product-engine__option-grid--themes{display:flex;gap:8px;overflow-x:auto;overflow-y:hidden;padding:2px 2px 7px;scroll-snap-type:x proximity;scrollbar-width:thin;-webkit-overflow-scrolling:touch}.rp-product-engine__theme-option{flex:0 0 82px;width:82px;min-height:94px;max-width:none;scroll-snap-align:start}.rp-product-engine__theme-image-wrap{max-width:60px}.rp-product-engine__theme-option.is-selected:after{top:4px;right:4px;width:18px;height:18px;font-size:10px}.rp-product-engine__option-grid--sizes{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.rp-product-engine__size-option{min-height:56px}.rp-product-engine__colour-options{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:5px}.rp-product-engine__colour-option{min-width:0;width:100%}.rp-product-engine__selection-value{font-size:14px}.rp-product-engine__price-current{font-size:20px}}@media(max-width:420px){.rp-product-engine{padding-left:8px;padding-right:8px}.rp-product-engine__panel,.rp-product-engine__purchase{border-radius:13px}.rp-product-engine__step-title{font-size:16px}.rp-product-engine__colour-options{grid-template-columns:repeat(3,minmax(0,1fr));row-gap:8px}.rp-product-engine__colour-option{min-height:50px}.rp-product-engine__theme-option{flex-basis:76px;width:76px}}.rp-product-engine__step{padding:0}.rp-product-engine__step+.rp-product-engine__divider{margin-top:24px}.rp-product-engine__divider{height:0;margin:26px 0;background:transparent;border:0}.rp-product-engine__step-heading{gap:11px;margin-bottom:14px}.rp-product-engine__option-grid,.rp-product-engine__input-wrap,.rp-product-engine__colour-options{margin-top:2px}.rp-product-engine__field-help{margin:10px 2px 0;max-width:100%;color:var(--rp-muted);font-size:11px;line-height:1.55}.rp-product-engine__step-number{width:26px;height:26px;font-size:11px}.rp-product-engine__purchase{margin-top:26px}@media(max-width:980px){.rp-product-engine__panel{padding:20px}.rp-product-engine__divider{margin:24px 0}.rp-product-engine__purchase{margin-top:24px}}@media(max-width:749px){.rp-product-engine__panel{padding:16px 13px}.rp-product-engine__step-heading{margin-bottom:12px}.rp-product-engine__divider{margin:22px 0}.rp-product-engine__field-help{margin-top:9px;font-size:10.5px;line-height:1.5}.rp-product-engine__purchase{margin-top:22px}}@media(max-width:420px){.rp-product-engine__divider{margin:20px 0}.rp-product-engine__purchase{margin-top:20px}}.rp-product-engine__step-heading{margin-bottom:20px}.rp-product-engine__option-grid{margin-bottom:22px}.rp-product-engine__input-wrap{margin-bottom:18px}.rp-product-engine__field-help{margin:12px 2px 22px;font-size:10px;line-height:1.45;color:#8a8a8a}.rp-product-engine__colour-options{margin-top:6px;margin-bottom:20px}.rp-product-engine__purchase{margin-top:34px}@media(max-width:749px){.rp-product-engine__step-heading{margin-bottom:16px}.rp-product-engine__option-grid{margin-bottom:18px}.rp-product-engine__input-wrap{margin-bottom:16px}.rp-product-engine__field-help{margin:10px 2px 20px;font-size:10px}.rp-product-engine__colour-options{margin-top:6px;margin-bottom:18px}.rp-product-engine__purchase{margin-top:28px}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/roapop-product-engine.css.map */
