.cod-form-trigger{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.75rem 1.5rem;font-size:1.0625rem;font-weight:700;color:#fff;background:var(--color-primary, #b5a1e0);border:none;border-radius:var(--radius, 8px);cursor:pointer;transition:background .2s}.cod-form-trigger:hover{background:var(--cod-btn-hover, var(--color-primary-dark, #6a6095))}.cod-form-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000;display:flex;align-items:center;justify-content:center;background:#00000080;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.cod-form-overlay[hidden]{display:none}.cod-form{position:relative;width:calc(100% - 2rem);max-width:480px;max-height:85vh;background:#fff;border-radius:12px;box-shadow:0 8px 30px #0003;padding:1.5rem 1.5rem 2rem;margin:auto;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}.cod-form *,.cod-form *:before,.cod-form *:after{box-sizing:border-box}.cod-form__close-bar{display:flex;align-items:center;justify-content:flex-end;background:#f9fafb;border-bottom:1px solid #e5e7eb;margin:-1.5rem -1.5rem 0;padding:0 .25rem;min-height:44px;border-radius:12px 12px 0 0}.cod-form__close{background:none;border:none;cursor:pointer;color:var(--color-text-light, #757575);padding:.625rem;line-height:1;min-width:44px;min-height:44px;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:background .15s,color .15s}.cod-form__close:hover{color:var(--color-text, #212121);background:#0000000f}.cod-form__announcement{background:#f9fafb;border-bottom:1px solid #e5e7eb;padding:10px 40px 10px 16px;font-size:.9rem;font-weight:600;text-align:center;position:relative;border-radius:12px 12px 0 0;margin:-1.5rem -1.5rem 0;margin-bottom:16px}.cod-form__announcement-close{position:absolute;right:12px;top:50%;transform:translateY(-50%);background:none;border:none;font-size:1.2rem;cursor:pointer;color:#666;padding:4px}.cod-required{color:#e53e3e;font-weight:700}.cod-form__header{display:flex;gap:.75rem;align-items:center;padding-top:1rem;padding-bottom:1rem;margin-bottom:1rem;border-bottom:1px solid var(--color-border, #E0E0E0)}.cod-form__product-img{width:64px;height:64px;object-fit:cover;border-radius:var(--radius, 8px);flex-shrink:0}.cod-form__product-info{display:flex;flex-direction:column;gap:.15rem}.cod-form__product-title{font-size:.95rem;line-height:1.3}.cod-form__product-variant{font-size:.8rem;color:var(--color-text-light, #757575)}.cod-form__price-wrap{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.cod-form__product-price{font-weight:700;font-size:1.1rem}.cod-form__compare-price{text-decoration:line-through;font-size:.95rem;font-weight:600}.cod-form__fields{display:flex;flex-direction:column;gap:.75rem}.cod-form__row--half{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.cod-form__field label{display:block;font-size:.8rem;font-weight:700;margin-bottom:.25rem;color:var(--color-text, #212121)}.cod-form__field input:not([type=checkbox]):not([type=radio]),.cod-form__field select,.cod-form__field textarea{width:100%;padding:.6rem .75rem;font-size:16px;border:1px solid var(--color-border, #E0E0E0);border-radius:var(--radius, 8px);background:#fff;transition:border-color .2s;box-sizing:border-box;font-family:inherit}.cod-form__field textarea{resize:vertical;min-height:4rem}.cod-form__field input:not([type=checkbox]):not([type=radio]):focus,.cod-form__field select:focus,.cod-form__field textarea:focus{outline:none;border-color:var(--color-primary, #b5a1e0);box-shadow:0 0 0 2px #2e7d3226}.cod-form__checkbox-label{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-size:.85rem;font-weight:400;color:var(--color-text, #212121)}.cod-form__checkbox-label input[type=checkbox]{width:1rem;height:1rem;accent-color:var(--color-primary, #b5a1e0);flex-shrink:0}.cod-form__radio-group{display:flex;flex-direction:column;gap:.4rem}.cod-form__radio-option{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-size:.85rem;font-weight:400}.cod-form__radio-option input[type=radio]{width:1rem;height:1rem;accent-color:var(--color-primary, #b5a1e0);flex-shrink:0}.cod-form__checkbox-group{display:flex;flex-direction:column;gap:.4rem}.cod-form__checkbox-option{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-size:.85rem;font-weight:400}.cod-form__checkbox-option input[type=checkbox]{width:1rem;height:1rem;accent-color:var(--color-primary, #b5a1e0);flex-shrink:0}.cod-form__error{display:block;font-size:.75rem;color:var(--color-sale, #D32F2F);min-height:1rem}.cod-form__summary{border:1px solid #e5e7eb;border-radius:8px;padding:12px 16px;margin:16px 0}.cod-form__quantity{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.cod-form__quantity label{font-size:.85rem;font-weight:500}.cod-form__qty-controls{display:flex;align-items:center;gap:0;border:1px solid var(--color-border, #E0E0E0);border-radius:var(--radius, 8px);overflow:hidden}.cod-form__qty-btn{width:36px;height:36px;border:none;background:var(--color-bg-secondary, #F5F5F5);cursor:pointer;font-size:1.1rem;font-weight:600;color:var(--color-text, #212121);display:flex;align-items:center;justify-content:center}.cod-form__qty-btn:hover{background:var(--color-border, #E0E0E0)}.cod-form__qty-controls input{width:40px;text-align:center;border:none;border-left:1px solid var(--color-border, #E0E0E0);border-right:1px solid var(--color-border, #E0E0E0);font-size:16px;padding:0;height:36px;-moz-appearance:textfield}.cod-form__qty-controls input::-webkit-outer-spin-button,.cod-form__qty-controls input::-webkit-inner-spin-button{-webkit-appearance:none}.cod-form__line{display:flex;justify-content:space-between;padding:4px 0;font-size:.9rem}.cod-form__line--total{display:flex;justify-content:space-between;padding:8px 0 4px;font-weight:700;font-size:1.1rem;border-top:1px solid #e5e7eb;margin-top:4px}.cod-form__offers{display:flex;flex-direction:column;gap:.4rem;margin-bottom:.75rem}.cod-form__offer{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;border:1px solid var(--color-border, #E0E0E0);border-radius:var(--radius, 8px);font-size:.85rem;cursor:pointer;transition:border-color .2s,background .2s}.cod-form__offer:hover{border-color:var(--color-primary, #b5a1e0)}.cod-form__offer--active{border-color:var(--color-primary, #b5a1e0);background:color-mix(in srgb,var(--color-primary, #b5a1e0) 8%,transparent)}.cod-form__offer-badge{font-size:.75rem;font-weight:700;color:#fff;background:var(--color-primary, #b5a1e0);padding:.15rem .4rem;border-radius:4px;white-space:nowrap}.cod-form__discount{margin-bottom:.75rem}.cod-form__discount-toggle{background:none;border:none;color:var(--color-primary, #b5a1e0);font-size:.85rem;cursor:pointer;padding:0;text-decoration:underline}.cod-form__discount-input{display:flex;gap:.5rem;margin-top:.5rem;max-width:100%;box-sizing:border-box}.cod-form__discount-input input{flex:1;min-width:0;padding:.5rem .75rem;font-size:16px;border:1px solid var(--color-border, #E0E0E0);border-radius:var(--radius, 8px);text-transform:uppercase;box-sizing:border-box}.cod-form__discount-apply{background:#b5a1e0;color:#fff;border:none;padding:10px 20px;border-radius:8px;font-weight:600;font-size:.9rem;cursor:pointer;flex-shrink:0;white-space:nowrap;box-sizing:border-box}.cod-form__discount-result{margin-top:.4rem;font-size:.8rem;padding:.4rem .6rem;border-radius:var(--radius, 8px)}.cod-form__discount-result--success{color:var(--color-success, #2E7D32);background:color-mix(in srgb,var(--color-success, #2E7D32) 10%,transparent)}.cod-form__discount-result--error{color:var(--color-sale, #D32F2F);background:#fff3f3}.cod-form__line--discount{color:var(--color-success, #2E7D32)}.cod-page-offers{margin-bottom:.75rem}.cod-page-offers--classic{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:.5rem}.cod-page-offer{position:relative;display:flex;flex-direction:column;align-items:center;padding:.75rem .5rem;cursor:pointer;transition:border-color .2s,box-shadow .2s,background .2s;text-align:center}.cod-page-offer:hover{opacity:.9}.cod-page-offer__badge{position:absolute;top:-.5rem;right:-.25rem;padding:.125rem .5rem;border-radius:999px;line-height:1.4}.cod-page-offer__label{position:absolute;top:-.45rem;left:50%;transform:translate(-50%);padding:.05rem .4rem;border-radius:3px;white-space:nowrap;line-height:1.4}.cod-page-offer__qty{margin-bottom:.25rem}.cod-page-offer__total{font-size:.75rem;color:#757575;margin-top:.125rem}.cod-page-offer__tag{font-size:.7rem;color:#999;margin-top:.125rem}.cod-page-offers--modern{display:flex;flex-direction:column;gap:.4rem}.cod-page-offer-modern{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;cursor:pointer;transition:border-color .2s,background .2s}.cod-page-offer-modern:hover{opacity:.9}.cod-offer-radio{width:16px;height:16px;border-radius:50%;border:2px solid #ccc;display:flex;align-items:center;justify-content:center;flex-shrink:0}.cod-offer-radio__dot{width:8px;height:8px;border-radius:50%}.cod-offer-modern__body{flex:1;display:flex;align-items:center;gap:.4rem}.cod-offer-modern__label{padding:.05rem .35rem;border-radius:3px}.cod-offer-modern__end{display:flex;align-items:center;gap:.3rem}.cod-offer-modern__tag{padding:.05rem .3rem;border-radius:3px}.cod-page-offers--vertical{display:block}.cod-page-offer-vrow{display:flex;align-items:center;justify-content:space-between;padding:.6rem .75rem;cursor:pointer;transition:background .2s}.cod-page-offer-vrow:hover{opacity:.9}.cod-offer-vrow__left{display:flex;align-items:center;gap:.4rem}.cod-offer-vrow__label{padding:.05rem .35rem;border-radius:3px}.cod-offer-vrow__right{display:flex;align-items:center;gap:.3rem}.cod-offer-vrow__tag{padding:.05rem .3rem;border-radius:999px}.cod-form__shipping-rates{margin-top:.5rem}.cod-form__shipping-rate{display:flex;align-items:center;gap:.5rem;padding:.4rem 0;cursor:pointer;font-size:.85rem}.cod-form__shipping-rate input[type=radio]{accent-color:var(--color-primary, #b5a1e0)}.cod-form__shipping-rate-price{margin-left:auto;font-weight:600}.cod-form__bumps{margin-top:.75rem;padding:0}.cod-form__bump-heading{text-align:center;font-weight:600;font-size:1rem;margin-bottom:12px;color:#333}.cod-form__bump{display:flex;align-items:center;gap:12px;padding:12px;border:1px solid #e8e0f0;border-left:4px solid #b5a1e0;border-radius:8px;background:#faf8ff;margin-bottom:8px;cursor:pointer}.cod-form__bump-img{width:55px;height:55px;object-fit:cover;border-radius:8px;flex-shrink:0}.cod-form__bump-checkbox{width:20px;height:20px;flex-shrink:0;accent-color:#b5a1e0;cursor:pointer}.cod-form__bump-info{flex:1;min-width:0;font-size:.95rem;line-height:1.4}.cod-form__bump-title{display:block;word-wrap:break-word;overflow-wrap:break-word}.cod-form__bump-price{display:block;color:#6a6095;font-weight:700;margin-top:2px}.cod-form__line--bump{color:var(--color-primary, #b5a1e0)}.cod-form__submit{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.9rem;margin-top:1rem;font-size:1rem;font-weight:600;color:#fff;background:var(--color-primary, #b5a1e0);border:none;border-radius:var(--radius, 8px);cursor:pointer;transition:background .2s}.cod-form__submit:hover{background:var(--color-primary-dark, #6a6095)}.cod-form__submit:disabled{opacity:.7;cursor:not-allowed}.cod-spinner{animation:cod-spin .8s linear infinite}@keyframes cod-spin{to{transform:rotate(360deg)}}.cod-form__success{text-align:center;padding:2rem 1rem}.cod-form__success h3{margin:1rem 0 .5rem;font-size:1.2rem}.cod-form__success p{font-size:.9rem;color:var(--color-text-light, #757575)}.cod-form__order-name{font-size:1.1rem;font-weight:600;color:var(--color-text, #212121)!important}.cod-form__error-box{margin-top:.75rem;padding:.75rem;background:#fff3f3;border:1px solid var(--color-sale, #D32F2F);border-radius:var(--radius, 8px);color:var(--color-sale, #D32F2F);font-size:.85rem;text-align:center}@media(max-width:767px){.cod-form{width:calc(100% - 2rem);max-width:100%;max-height:90vh;border-radius:12px}.cod-form__row--half{grid-template-columns:1fr}}.cod-upsells__title{font-size:1rem;font-weight:600;margin:1rem 0 .75rem;text-align:center}.cod-upsells__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:.75rem}.cod-upsells__card{border:1px solid var(--border-color, #e5e5e5);border-radius:var(--radius, 8px);overflow:hidden;background:#fff;text-align:center}.cod-upsells__img{width:100%;aspect-ratio:1;object-fit:cover}.cod-upsells__info{padding:.5rem}.cod-upsells__name{font-size:.8rem;font-weight:500;margin:0 0 .25rem;line-height:1.3;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.cod-upsells__price{font-size:.85rem;font-weight:600;margin:0 0 .5rem;color:var(--color-primary, #b5a1e0)}.cod-upsells__compare{text-decoration:line-through;color:#999;font-weight:400;font-size:.75rem}.cod-upsells__add{display:block;width:100%;padding:.4rem .5rem;font-size:.75rem;font-weight:600;background:var(--color-primary, #b5a1e0);color:#fff;border:none;border-radius:var(--radius, 6px);cursor:pointer;transition:opacity .2s}.cod-upsells__add:hover{opacity:.9}.cod-upsells__add:disabled{opacity:.6;cursor:default}.cod-upsells__added{background:var(--color-success, #2E7D32)!important}.cod-upsell-page{text-align:center;padding:1.25rem 1rem}.cod-upsell-page__gift{font-size:1rem;font-weight:600;color:#333;margin-bottom:.75rem;line-height:1.4}.cod-upsell-page__timer-block{background:#fff0f0;border:2px solid #FFCDD2;border-radius:12px;padding:1rem 1.25rem;margin-bottom:1.25rem}.cod-upsell-page__timer-label{font-size:1.1rem;font-weight:600;color:#d32f2f;margin-bottom:.25rem}.cod-upsell-page__timer-countdown{font-size:2.25rem;font-weight:800;color:#d32f2f;letter-spacing:2px;font-variant-numeric:tabular-nums}.cod-upsell-page__heading{font-size:1.15rem;font-weight:700;margin:0 0 1rem;color:#222;line-height:1.35}.cod-upsell-page__img{width:100%;max-width:340px;height:auto;border-radius:12px;margin-bottom:1rem}.cod-upsell-page__description{font-size:.95rem;color:#555;line-height:1.5;margin:0 0 1rem;padding:0 .5rem}.cod-upsell-page__discount-badge{display:inline-block;padding:.375rem 1rem;font-size:.9rem;font-weight:700;color:#c62828;background:#fff0f0;border:1.5px solid #FFCDD2;border-radius:999px;margin-bottom:.75rem}.cod-upsell-page__pricing{margin-bottom:1.25rem;display:flex;align-items:center;justify-content:center;gap:10px}.cod-upsell-page__old-price{text-decoration:line-through;color:#999;font-size:1rem}.cod-upsell-page__new-price{font-size:1.375rem;font-weight:800;color:#222}.cod-upsell-page__accept{display:block;width:100%;padding:1rem;font-size:1.05rem;font-weight:700;color:#fff;background:var(--color-primary, #b5a1e0);border:none;border-radius:10px;cursor:pointer;transition:opacity .2s;margin-bottom:.625rem}.cod-upsell-page__accept:hover{opacity:.88}.cod-upsell-page__accept:disabled{opacity:.6;cursor:not-allowed}.cod-upsell-page__reject{display:block;width:100%;padding:.875rem;font-size:.9rem;font-weight:500;color:#555;background:#fff;border:1.5px solid #D0D0D0;border-radius:10px;cursor:pointer;transition:border-color .2s,color .2s}.cod-upsell-page__reject:hover{border-color:#999;color:#333}.cod-upsell-page__variants{margin-bottom:1rem;padding:0 .5rem}.cod-upsell-page__variant-select{width:100%;padding:.625rem 2.5rem .625rem .75rem;font-size:16px;border:1.5px solid #D0D0D0;border-radius:10px;background:#fff;color:#333;cursor:pointer;appearance:none!important;-webkit-appearance:none!important;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23555' stroke-width='2.5'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E")!important;background-repeat:no-repeat!important;background-position:right 14px center!important;background-size:14px!important}.cod-upsell-page__variant-select:focus{outline:none;border-color:var(--color-primary, #b5a1e0)}.cod-downsell-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:99999;display:flex;align-items:center;justify-content:center;background:#00000080;animation:cod-fade-in .3s ease}.cod-downsell{position:relative;width:90%;max-width:360px;padding:2rem 1.5rem;background:#fff;border-radius:12px;text-align:center;box-shadow:0 8px 32px #0003;animation:cod-slide-up .3s ease}.cod-downsell__close{position:absolute;top:.5rem;right:.75rem;background:none;border:none;font-size:1.5rem;cursor:pointer;color:#999;line-height:1}.cod-downsell__close:hover{color:#333}.cod-downsell__icon{font-size:2.5rem;margin-bottom:.5rem}.cod-downsell__message{font-size:1rem;font-weight:600;color:#333;margin:0 0 .75rem}.cod-downsell__code{display:inline-block;padding:.5rem 1rem;font-size:1.2rem;font-weight:700;letter-spacing:.05em;color:var(--color-primary, #b5a1e0);background:#fff3f3;border:2px dashed var(--color-primary, #b5a1e0);border-radius:8px;margin-bottom:1rem}.cod-downsell__btn{display:block;width:100%;padding:.75rem;font-size:1rem;font-weight:600;color:#fff;background:var(--color-primary, #b5a1e0);border:none;border-radius:8px;cursor:pointer;transition:background .2s}.cod-downsell__btn:hover{background:var(--color-primary-dark, #6a6095)}.cod-otp-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100001;background:#0009;display:flex;align-items:center;justify-content:center;animation:cod-fade-in .2s ease}.cod-otp{background:#fff;border-radius:16px;padding:32px 28px;max-width:380px;width:90%;text-align:center;position:relative;animation:cod-slide-up .3s ease;box-shadow:0 20px 60px #00000040}.cod-otp__close{position:absolute;top:12px;right:12px;background:none;border:none;font-size:22px;cursor:pointer;color:#666;line-height:1}.cod-otp__icon{font-size:40px;margin-bottom:12px}.cod-otp__title{font-size:18px;font-weight:700;margin:0 0 8px;color:#1a1a1a}.cod-otp__desc{font-size:14px;color:#666;margin:0 0 20px;line-height:1.4}.cod-otp__input-row{margin-bottom:16px}.cod-otp__input{width:100%;max-width:200px;padding:12px 16px;font-size:24px;font-weight:700;letter-spacing:8px;text-align:center;border:2px solid #ddd;border-radius:10px;outline:none;transition:border-color .2s}.cod-otp__input:focus{border-color:var(--color-primary, #b5a1e0)}.cod-otp__error{color:#c62828;font-size:13px;margin:0 0 12px}.cod-otp__verify-btn{display:block;width:100%;padding:14px;background:var(--color-primary, #b5a1e0);color:#fff;border:none;border-radius:10px;font-size:16px;font-weight:600;cursor:pointer;transition:background .2s}.cod-otp__verify-btn:hover{background:var(--color-primary-dark, #6a6095)}.cod-otp__verify-btn:disabled{opacity:.6;cursor:not-allowed}.cod-otp__resend{font-size:13px;color:#888;margin:14px 0 0}.cod-otp__resend a{color:var(--color-primary, #b5a1e0);text-decoration:none;font-weight:600}.cod-otp__resend a:hover{text-decoration:underline}.cod-sticky-bar{position:fixed;bottom:0;left:0;right:0;z-index:9999;display:none;align-items:center;justify-content:space-between;padding:10px 16px;gap:12px;background:#fff;border-top:1px solid #e0e0e0;box-shadow:0 -4px 20px #00000026}.cod-sticky-bar--visible{display:flex}.cod-sticky-bar__price{font-size:1.1rem;font-weight:700;color:var(--color-primary, #b5a1e0);white-space:nowrap;flex-shrink:0}.cod-sticky-bar__btn{flex:1;padding:12px 16px;font-size:.95rem;font-weight:700;color:#fff;background:var(--color-primary, #b5a1e0);border:none;border-radius:var(--radius, 8px);cursor:pointer;text-align:center;white-space:nowrap}@media(min-width:768px){.cod-sticky-bar{display:none!important}}@media(max-width:767px){body.cod-sticky-active{padding-bottom:90px}}.cod-anim-bounce{animation:cod-bounce 2s ease infinite}.cod-anim-shake{animation:cod-shake 3s ease infinite}.cod-anim-pulse{animation:cod-pulse 2s ease infinite}@keyframes cod-bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-6px)}60%{transform:translateY(-3px)}}@keyframes cod-shake{0%,90%,to{transform:translate(0)}92%{transform:translate(-3px)}94%{transform:translate(3px)}96%{transform:translate(-3px)}98%{transform:translate(3px)}}@keyframes cod-pulse{0%{box-shadow:0 0 #c6282866}70%{box-shadow:0 0 0 12px #c6282800}to{box-shadow:0 0 #c6282800}}.cod-form-trigger__text{display:flex;flex-direction:column;align-items:flex-start;gap:2px}.cod-form-trigger__subtitle{font-size:.75rem;font-weight:400;opacity:.85}.cod-form-trigger__icon{flex-shrink:0}.product-form__cod-btn{flex-direction:row!important;align-items:center!important;padding:.75rem 1.5rem!important;gap:.5rem}@keyframes cod-fade-in{0%{opacity:0}to{opacity:1}}@keyframes cod-slide-up{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}body.cod-form-open,html.cod-form-open{overflow:hidden!important}body.cod-form-open [class^=floating-ugc-],body.cod-form-open .cod-sticky-bar{display:none!important}.cod-form__submit,#cod-submit-btn{background:var(--color-primary, #b5a1e0)!important;color:#fff!important;border:none!important;padding:.9rem!important;border-radius:8px!important;font-size:1rem!important;font-weight:600!important;width:100%!important;cursor:pointer!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:.5rem!important;margin-top:1rem!important}[hidden]{display:none!important}#cod-form-overlay:not([hidden]){display:flex!important;z-index:2147483647!important}body.cod-form-open #shopify-chat,body.cod-form-open #ShopifyChat,body.cod-form-open [id*=shopify-chat],body.cod-form-open [class*=shopify-chat],body.cod-form-open iframe[src*=shopifychat],body.cod-form-open #tidio-chat,body.cod-form-open .crisp-client,body.cod-form-open [class*=intercom],body.cod-form-open [id*=intercom],body.cod-form-open [class^=floating-ugc-]{display:none!important}#cod-form-overlay{position:fixed!important;top:0!important;left:0!important;right:0!important;bottom:0!important;padding:2vh 16px!important;overflow-y:auto!important;-webkit-overflow-scrolling:touch!important;font-size:16px!important;line-height:1.5!important;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif!important}#cod-form-overlay .cod-form{width:100%!important;max-width:480px!important;margin:0 auto!important;padding:24px!important;border-radius:12px!important;background:#fff!important;position:relative!important;box-sizing:border-box!important;font-size:16px!important}#cod-form-overlay .cod-form__close{position:absolute!important;top:14px!important;right:14px!important;font-size:28px!important;background:none!important;border:none!important;cursor:pointer!important;padding:4px 8px!important;z-index:10!important;line-height:1!important}#cod-form-overlay .cod-form__announcement{font-size:16px!important;font-weight:600!important;text-align:center!important;padding:12px 40px 12px 16px!important;margin:-24px -24px 16px!important;border-radius:12px 12px 0 0!important}#cod-form-overlay label{display:block!important;font-size:15px!important;font-weight:600!important;margin-bottom:6px!important;line-height:1.4!important;color:#333!important;margin-top:4px!important}#cod-form-overlay input[type=text],#cod-form-overlay input[type=tel],#cod-form-overlay input[type=email],#cod-form-overlay select,#cod-form-overlay textarea{width:100%!important;padding:12px 14px!important;font-size:16px!important;line-height:1.4!important;border:1px solid #ddd!important;border-radius:8px!important;box-sizing:border-box!important;background:#fff!important;outline:none!important;font-family:inherit!important;margin-bottom:16px!important;-webkit-appearance:none!important;appearance:none!important}#cod-form-overlay input:focus,#cod-form-overlay select:focus{border-color:var(--color-primary, #b5a1e0)!important;box-shadow:0 0 0 2px #b5a1e033!important}#cod-form-overlay .cod-form__header{gap:14px!important;align-items:center!important;padding:16px 0!important;border-bottom:1px solid #eee!important;border-top:1px solid #eee!important;margin-bottom:12px!important}#cod-form-overlay .cod-form__product-img{width:80px!important;height:80px!important;object-fit:cover!important;border-radius:8px!important;flex-shrink:0!important}#cod-form-overlay .cod-form__product-title{font-size:16px!important;font-weight:600!important;line-height:1.35!important}#cod-form-overlay .cod-form__product-price{font-weight:700!important;font-size:18px!important;color:var(--color-primary, #b5a1e0)!important}#cod-form-overlay .cod-form__compare-price{text-decoration:line-through!important;font-size:15px!important;font-weight:600!important;color:#e53935!important}#cod-form-overlay .cod-form__discount-toggle{font-size:15px!important;cursor:pointer!important;text-decoration:underline!important;display:inline-block!important;margin-bottom:8px!important}#cod-form-overlay .cod-form__discount-row{display:flex!important;gap:8px!important;align-items:center!important}#cod-form-overlay .cod-form__discount-row input{flex:1!important;margin-bottom:0!important}#cod-form-overlay .cod-form__discount-row button{padding:12px 16px!important;font-size:15px!important;background:transparent!important;border:1px solid #ddd!important;border-radius:8px!important;cursor:pointer!important;white-space:nowrap!important}#cod-form-overlay .cod-form__summary{border:1px solid #e5e7eb!important;border-radius:10px!important;padding:14px 16px!important;margin:16px 0!important}#cod-form-overlay .cod-form__line{display:flex!important;justify-content:space-between!important;padding:5px 0!important;font-size:15px!important}#cod-form-overlay .cod-form__line--total{font-size:18px!important;font-weight:700!important;border-top:2px solid #eee!important;padding-top:10px!important;margin-top:4px!important}#cod-form-overlay .cod-form__bump-heading{text-align:center!important;font-size:16px!important;font-weight:600!important;margin:16px 0 10px!important}#cod-form-overlay .cod-form__bump{display:flex!important;align-items:center!important;gap:12px!important;padding:12px 14px!important;border-radius:10px!important;margin-bottom:8px!important;font-size:16px!important}#cod-form-overlay .cod-form__bump-img{width:60px!important;height:60px!important;object-fit:cover!important;border-radius:8px!important;flex-shrink:0!important}#cod-form-overlay .cod-form__bump-info{flex:1!important;min-width:0!important;font-size:15px!important;line-height:1.4!important}#cod-form-overlay .cod-form__bump-title{display:block!important;word-wrap:break-word!important;overflow-wrap:break-word!important}#cod-form-overlay .cod-form__bump-checkbox{width:22px!important;height:22px!important;flex-shrink:0!important;accent-color:var(--color-primary, #b5a1e0)!important}.cod-form__submit,#cod-submit-btn{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;width:100%!important;min-height:52px!important;padding:14px 24px!important;font-size:16px!important;font-weight:600!important;color:#fff!important;background:var(--color-primary, #b5a1e0)!important;border:none!important;border-radius:8px!important;cursor:pointer!important;margin-top:16px!important}.cod-form__submit:hover,#cod-submit-btn:hover{background:var(--color-primary-dark, #6a6095)!important}#cod-prepaid-btn{display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;padding:14px 24px!important;font-size:16px!important;font-weight:600!important;color:#fff!important;background:#1a1a1a!important;border:none!important;border-radius:8px!important;cursor:pointer!important;margin-top:8px!important}#cod-form-open{display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:center!important;gap:12px!important;width:100%!important;min-height:64px!important;padding:16px 24px!important;font-size:18px!important;font-weight:700!important;border:none!important;border-radius:12px!important;cursor:pointer!important;box-sizing:border-box!important}#cod-form-open .cod-form-trigger__text{display:flex!important;flex-direction:column!important;align-items:center!important}#cod-form-open .cod-form-trigger__subtitle{font-size:14px!important;opacity:.9!important;margin-top:3px!important;font-weight:400!important}#cod-success #cod-upsells:not(:empty)~#cod-success-close{display:none!important}#cod-success #cod-upsells:not(:empty)~.cod-form__submit{display:none!important}.cod-upsell-page__accept{min-height:48px!important;font-size:16px!important;font-weight:600!important;padding:14px 24px!important;border-radius:8px!important}.cod-upsell-page__reject{min-height:44px!important;font-size:15px!important;padding:12px 24px!important;border-radius:8px!important}#cod-form-overlay select,.cod-upsell-page select,.cod-upsell-page__variant-select,select.cod-upsell-page__variant-select{appearance:none!important;-webkit-appearance:none!important;-moz-appearance:none!important;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23555' stroke-width='2.5'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E")!important;background-repeat:no-repeat!important;background-position:right 14px center!important;background-size:14px!important;padding-right:40px!important;background-color:#fff!important}.cod-upsell-page__price{font-size:20px!important;font-weight:700!important;color:#333!important}.cod-upsell-page__compare-price{text-decoration:line-through!important;color:#e53935!important;font-size:16px!important}.cod-upsell-page__sale-price{color:var(--color-primary, #b5a1e0)!important;font-size:20px!important;font-weight:700!important}.cod-upsell-page__discount-badge{font-size:14px!important;font-weight:600!important}#cod-form-overlay .cod-form__error{display:block!important;font-size:13px!important;color:#d32f2f!important;min-height:18px!important;margin-top:4px!important;font-weight:500!important;line-height:1.3!important}#cod-form-overlay input.cod-form__input--error,#cod-form-overlay select.cod-form__input--error{border-color:#d32f2f!important;box-shadow:0 0 0 1px #d32f2f!important}#cod-error{display:none!important}#cod-error[style*="display: block"],#cod-error:not([hidden]):not(:empty){display:block!important}#cod-error-box,#cod-error-retry{display:none!important}.cod-form-offers{padding:0 0 .5rem}.cod-form-offers__cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.5rem;margin-bottom:.5rem}.cod-form-offers__card{position:relative;display:flex;flex-direction:column;align-items:center;padding:1rem .5rem .75rem;border:2px solid #e0e0e0;border-radius:10px;background:#fff;cursor:pointer;text-align:center;transition:border-color .2s,background .2s,box-shadow .2s}.cod-form-offers__card:hover{box-shadow:0 2px 8px #00000014}.cod-form-offers__card--active{box-shadow:0 2px 12px #b5a1e033}.cod-form-offers__radio{width:18px;height:18px;border:2px solid #ccc;border-radius:50%;margin-bottom:.5rem;display:flex;align-items:center;justify-content:center;transition:border-color .2s}.cod-form-offers__radio-dot{width:10px;height:10px;border-radius:50%}.cod-form-offers__img{width:80px;height:80px;object-fit:contain;margin-bottom:.5rem;border-radius:6px}.cod-form-offers__title{font-size:14px;font-weight:600;color:#333;margin-bottom:.25rem}.cod-form-offers__badge{display:inline-block;padding:2px 10px;border-radius:4px;font-size:12px;font-weight:700;color:#fff;margin-bottom:.25rem}.cod-form-offers__fulltag{display:inline-block;padding:2px 10px;border-radius:4px;font-size:11px;font-weight:600;background:#333;color:#fff;margin-bottom:.25rem;font-style:italic}.cod-form-offers__price{font-size:16px;font-weight:700;color:#333}.cod-form-offers__total{font-size:14px;font-weight:600;color:#333;margin-top:.125rem}.cod-form-offers__original{font-size:12px;color:#999;text-decoration:line-through;margin-top:.0625rem}.cod-form-offers__label{position:absolute;top:-9px;left:50%;transform:translate(-50%);padding:2px 12px;border-radius:4px;font-size:11px;font-weight:700;color:#fff;white-space:nowrap;z-index:1}.cod-form-offers__variants{border:1px solid #e0e0e0;border-radius:10px;padding:.75rem 1rem;background:#faf8ff;margin-top:.25rem}.cod-form-offers__var-label{font-size:14px;font-weight:600;color:#333;margin-bottom:.5rem}.cod-form-offers__var-row{display:flex;align-items:center;gap:.5rem;margin-bottom:.4rem}.cod-form-offers__var-row:last-child{margin-bottom:0}.cod-form-offers__var-num{font-size:14px;font-weight:700;color:#666;min-width:24px}.cod-form-offers__var-select{flex:1;padding:8px 12px;border:1px solid #ccc;border-radius:6px;font-size:16px;background:#fff;color:#333;-webkit-appearance:auto;appearance:auto}.cod-form-offers__card{min-height:220px!important;padding:16px 12px!important}.cod-form-offers__img{width:100px!important;height:100px!important;object-fit:contain!important}.cod-form-offers__radio{width:20px!important;height:20px!important;border-radius:50%!important;border:2px solid #ccc!important}.cod-form-offers__card--active .cod-form-offers__radio{border-color:var(--color-primary, #b5a1e0)!important}.cod-form-offers__radio-dot{width:12px!important;height:12px!important;border-radius:50%!important;background:var(--color-primary, #b5a1e0)!important}#cod-form-header[style*="display: none"],#cod-form-header[style*="display:none"]{display:none!important}.cod-form-offers__radio{width:22px!important;height:22px!important;min-width:22px!important;min-height:22px!important;border-radius:50%!important;border:2px solid #ccc!important;display:flex!important;align-items:center!important;justify-content:center!important;margin-bottom:8px!important;flex-shrink:0!important}.cod-form-offers__radio-dot{width:14px!important;height:14px!important;border-radius:50%!important;display:block!important}.cod-cart__heading{font-size:16px!important;font-weight:700!important;margin-bottom:12px!important;padding-bottom:8px!important;border-bottom:2px solid #eee!important}.cod-cart__item{display:flex!important;align-items:flex-start!important;gap:12px!important;padding:12px 0!important;border-bottom:1px solid #f0f0f0!important}.cod-cart__img{width:64px!important;height:64px!important;object-fit:cover!important;border-radius:8px!important;flex-shrink:0!important;background:#f5f0fa!important}.cod-cart__info{flex:1!important;min-width:0!important}.cod-cart__title-row{display:flex!important;align-items:flex-start!important;gap:4px!important}.cod-cart__title{font-size:13px!important;font-weight:600!important;line-height:1.3!important;flex:1!important}.cod-cart__price{font-size:14px!important;font-weight:700!important;color:var(--color-success, #059669)!important;margin-top:2px!important}.cod-cart__compare{font-size:12px!important;color:#e53935!important;text-decoration:line-through!important;font-weight:600!important;margin-left:4px!important}.cod-cart__qty{display:flex!important;align-items:center!important;gap:8px!important;margin-top:6px!important;font-size:13px!important}.cod-cart__qty-btn{width:26px!important;height:26px!important;border:1px solid #ddd!important;border-radius:4px!important;background:#fff!important;cursor:pointer!important;font-size:14px!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:0!important;line-height:1!important}.cod-cart__remove{background:none!important;border:none!important;font-size:16px!important;color:#999!important;cursor:pointer!important;padding:0 2px!important;line-height:1!important;flex-shrink:0!important}.cod-cart__remove:hover{color:#e53935!important}.cod-cart-badge{position:absolute!important;top:-6px!important;right:-6px!important;background:#e53935!important;color:#fff!important;font-size:11px!important;font-weight:700!important;min-width:20px!important;height:20px!important;border-radius:10px!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:0 5px!important}.cod-free-shipping-bar{margin:0 0 16px!important;padding:14px 16px!important;border-radius:10px!important;background:#f5f2fa!important;border:1.5px solid #e0d6f0!important;text-align:center!important}.cod-free-shipping-bar--reached{background:#ece6f7!important;border-color:#b5a1e0!important}.cod-free-shipping-bar__text{font-size:14px!important;font-weight:700!important;color:#333!important;margin-bottom:10px!important;line-height:1.4!important}.cod-free-shipping-bar__track{height:12px!important;background:#ede9f5!important;border-radius:6px!important;overflow:visible!important;position:relative!important;margin-top:18px!important}.cod-free-shipping-bar__fill{height:12px!important;min-height:12px!important;border-radius:6px!important;transition:width .5s ease!important;display:block!important}.cod-free-shipping-bar__fill--animated{animation:cod-shipping-stripes .8s linear infinite!important}@keyframes cod-shipping-stripes{0%{background-position:0 0}to{background-position:14.14px 0}}.cod-free-shipping-bar__truck{position:absolute!important;top:50%!important;transform:translate(-50%,-50%)!important;width:32px!important;height:32px!important;border-radius:50%!important;background:#fff!important;border:2px solid #d4c8f0!important;display:flex!important;align-items:center!important;justify-content:center!important;color:var(--color-primary, #b5a1e0)!important;box-shadow:0 2px 6px #0000001a!important;transition:left .5s ease!important}
/*# sourceMappingURL=/cdn/shop/t/3/assets/cod-form.css.map */
