.shop-chat-backdrop{animation:shop-chat-backdrop-in .22s ease-out}.shop-chat-sheet{transform-origin:bottom center;animation:shop-chat-sheet-in .32s cubic-bezier(.2,.9,.28,1.04)}.shop-chat-helper-row{display:flex;justify-content:center;padding-bottom:2px}.shop-chat-helper-bubble{display:inline-flex;align-items:center;gap:8px;max-width:min(92%,440px);border-radius:999px;border:1px solid #ffd2df;background:linear-gradient(90deg,#fff4f8,#fff);box-shadow:0 8px 20px #ff2f632e;padding:8px 12px;font-size:12px;line-height:1.25;font-weight:700;color:#b31247;animation:shop-chat-helper-in .3s ease-out}.shop-chat-helper-bubble i{font-size:14px;color:#ff2f63}.shop-chat-message-row{display:flex;align-items:flex-end;gap:8px;width:100%}.shop-chat-message-row-user{justify-content:flex-end}.shop-chat-message-row-store{justify-content:flex-start}.shop-chat-avatar{width:24px;height:24px;border-radius:6px;border:1px solid #e5e7eb;background:#fff;padding:2px;object-fit:contain;flex:0 0 auto}.shop-chat-message-bubble{width:fit-content;max-width:82%;min-width:42px;padding:8px 12px;border-radius:16px;font-size:12px;line-height:1.5;white-space:pre-wrap;overflow-wrap:break-word;word-break:break-word}.shop-chat-message-bubble-user{border-bottom-right-radius:4px;background-color:#ff0050;color:#fff}.shop-chat-message-bubble-store{border:1px solid #e5e7eb;border-bottom-left-radius:4px;background-color:#fff;color:#374151}.shop-chat-typing-bubble{display:inline-flex;align-items:center;gap:6px;min-width:84px}.shop-chat-typing-dots{display:inline-flex;align-items:center;gap:3px}.shop-chat-typing-dots span{width:4px;height:4px;border-radius:999px;background-color:#6b7280;opacity:.25;animation:shop-chat-typing-dot 1s infinite ease-in-out}.shop-chat-typing-dots span:nth-child(2){animation-delay:.15s}.shop-chat-typing-dots span:nth-child(3){animation-delay:.3s}@keyframes shop-chat-backdrop-in{0%{opacity:0}to{opacity:1}}@keyframes shop-chat-sheet-in{0%{opacity:0;transform:translateY(26px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes shop-chat-helper-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes shop-chat-typing-dot{0%,80%,to{opacity:.2;transform:translateY(0)}40%{opacity:1;transform:translateY(-1px)}}:root{--checkout-bg: #f5f5f7;--card-bg: #ffffff;--text-primary: #111111;--text-secondary: #6e6e73;--border-light: #eaeaea;--pink: #ff2d55;--cyan: #00c2c7;--green: #17a34a;--shadow-soft: 0 2px 8px rgba(0, 0, 0, .06)}.checkout-shell{width:100%;min-height:100vh;background:var(--checkout-bg);display:flex;justify-content:center}.checkout-phone-frame{width:100%;max-width:430px;min-height:100vh;background:var(--checkout-bg);color:var(--text-primary);font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,Helvetica Neue,Arial,sans-serif;margin:0 auto;position:relative}.checkout-page-wrap{padding-bottom:calc(194px + env(safe-area-inset-bottom))}.checkout-header{position:sticky;top:0;z-index:20;height:56px;border-bottom:1px solid var(--border-light);background:#fff;display:flex;align-items:center;justify-content:center;padding:0 16px}.header-back-button{width:32px;height:32px;border:0;background:transparent;color:#000;font-size:22px;line-height:1;display:inline-flex;align-items:center;justify-content:center;position:absolute;left:12px;top:50%;transform:translateY(-50%);cursor:pointer}.header-title{margin:0;font-size:20px;line-height:1;font-weight:700;letter-spacing:-.01em;color:#000}.checkout-security-row{display:flex;align-items:center;justify-content:center;gap:8px;height:42px;background:#fff;color:var(--green);font-size:13px;font-weight:600;border-bottom:1px solid var(--border-light)}.checkout-main-content{padding:8px 12px 0}.checkout-card{border-radius:12px;background:var(--card-bg);box-shadow:var(--shadow-soft);overflow:hidden;margin-bottom:10px}.customer-form-card{padding:12px}.customer-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.customer-field{width:100%;height:40px;border:1px solid #d8d8dd;border-radius:10px;padding:0 10px;font-size:14px;color:#111;outline:none;background:#fff}.customer-field::placeholder{color:#8d8d93}.customer-field:focus{border-color:#b8b8bf}.customer-field-full{grid-column:span 2}.email-autocomplete-wrap{position:relative;grid-column:span 2}.email-suggestions-list{position:absolute;left:0;right:0;top:44px;z-index:12;border:1px solid #d8d8dd;border-radius:10px;background:#fff;box-shadow:0 4px 12px #00000014;overflow:hidden}.email-suggestion-button{width:100%;border:0;background:#fff;color:#111;text-align:left;font-size:14px;line-height:1.2;padding:10px;cursor:pointer}.email-suggestion-button+.email-suggestion-button{border-top:1px solid #ececf1}.email-suggestion-button:active{background:#f5f5f7}.customer-form-note{margin:8px 2px 0;font-size:12px;color:#5a5a61}.customer-form-note.error{color:#ff2d55}.checkout-row{display:flex;align-items:flex-start;gap:12px;padding:16px}.checkout-row-button{width:100%;border:0;background:#fff;text-align:left;cursor:pointer}.checkout-address-card .checkout-row-button:first-child{border-bottom:1px solid var(--border-light)}.cpf-row{align-items:center}.row-leading-icon{color:#444;font-size:23px;margin-top:2px}.row-right-icon{color:#9a9aa0;margin-left:auto;margin-top:6px}.checkout-row-texts{min-width:0;flex:1}.row-main-text{margin:0;font-size:16px;line-height:1.2;font-weight:700;color:#111}.row-sub-text{margin:8px 0 0;font-size:14px;line-height:1.25;font-weight:400;color:#222}.checkout-divider-zigzag{height:4px;background:repeating-linear-gradient(-75deg,#ff2d55 0 12px,transparent 12px 18px,#25cbe0 18px 30px,transparent 30px 36px)}.store-card{padding:16px}.store-header-row{display:flex;align-items:center;justify-content:space-between;gap:8px}.store-name{margin:0;font-size:16px;font-weight:700;line-height:1.2}.store-note-button{display:inline-flex;align-items:center;gap:8px;border:0;background:transparent;color:#8f8f94;font-size:13px;font-weight:500;cursor:pointer}.store-sales-text{margin:14px 0 12px;display:inline-flex;align-items:center;gap:6px;font-size:14px;font-weight:500;color:#9a6d00}.store-sales-text i{color:#f5a623}.store-product-row{display:flex;gap:10px}.store-product-image{width:80px;height:80px;border-radius:8px;object-fit:cover;flex-shrink:0}.store-product-details{min-width:0;flex:1}.product-title-row{display:flex;align-items:center;gap:6px;min-width:0}.rating-pill{display:inline-flex;align-items:center;justify-content:center;min-width:28px;height:22px;border-radius:5px;background:#e9d5ff;color:#3f2352;font-size:14px;font-weight:700;line-height:1}.product-title{margin:0;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:400;line-height:1.2}.flash-offer-row{margin-top:7px;display:flex;align-items:center;gap:4px}.flash-tag{display:inline-flex;align-items:center;height:28px;border-radius:6px;background:var(--pink);color:#fff;padding:0 10px;font-size:14px;font-weight:700;line-height:1}.flash-timer{display:inline-flex;align-items:center;height:28px;border-radius:6px;background:#ffdbe7;color:var(--pink);padding:0 9px;font-size:14px;font-weight:700;line-height:1}.price-and-qty-row{margin-top:8px;display:flex;align-items:flex-end;justify-content:space-between;gap:8px}.current-price{margin:0;color:var(--pink);font-size:18px;line-height:1;font-weight:700}.old-price-row{margin-top:3px;display:flex;align-items:center;gap:6px}.old-price{color:#95959a;font-size:13px;font-weight:400;text-decoration:line-through}.old-discount{color:var(--pink);font-size:13px;font-weight:600}.qty-controls{display:grid;grid-template-columns:32px 40px 32px;height:36px;border-radius:8px;overflow:hidden;border:1px solid #dadadd}.qty-controls button{border:0;background:#f8f8f8;color:#4b4b4f;font-size:22px;line-height:1;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;padding-bottom:2px}.qty-controls button:disabled{cursor:not-allowed;opacity:.45}.qty-controls span{background:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:16px;line-height:1;font-weight:600;color:#111}.promo-limit-note{margin:8px 0 0;font-size:12px;line-height:1.3;color:#b5123c;font-weight:600}.shipping-card{background:#f2f3f5;border-radius:12px}.shipping-row{padding:16px;display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.shipping-date{margin:0;font-size:16px;line-height:1.2;font-weight:700}.shipping-method{margin:8px 0 0;font-size:14px;color:#222;font-weight:400}.shipping-value-block{margin-top:3px;display:inline-flex;align-items:center;gap:8px}.shipping-value{font-size:18px;line-height:1;font-weight:700;color:#111}.shipping-old-value{font-size:13px;line-height:1;color:#8d8d93;text-decoration:line-through}.shipping-options{border-top:1px solid #dfe1e5;padding:8px 12px 12px;display:grid;gap:6px}.shipping-option-button{width:100%;border:1px solid #d6d8dc;border-radius:10px;background:#fff;padding:10px 12px;display:flex;align-items:center;justify-content:space-between;font-size:13px;color:#111;cursor:pointer}.shipping-option-button strong{font-size:14px;color:#111}.shipping-option-button.selected{border-color:#ff2d55;background:#fff5f8}.discount-row{width:100%;border:0;background:#fff;display:flex;align-items:center;justify-content:space-between;padding:14px 16px;cursor:pointer}.discount-left{display:inline-flex;align-items:center;gap:9px;font-size:14px;font-weight:600;color:#111}.discount-left i{color:#ff2d55}.discount-right{display:inline-flex;align-items:center;gap:10px;color:#00c2c7;font-size:18px;font-weight:700}.discount-right i{color:#9d9da3;font-size:14px}.summary-card{padding:16px}.section-title{margin:0;font-size:20px;line-height:1.2;font-weight:700}.summary-section{margin-top:16px}.summary-line{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:14px;font-size:14px;line-height:1.2;font-weight:400;color:#171717}.summary-section .summary-line:first-child{margin-top:0}.summary-line.primary{font-size:16px;font-weight:700}.summary-line.discount{color:var(--pink)}.summary-separator{margin-top:16px;border-bottom:1px solid var(--border-light)}.total-line{margin-top:16px;font-size:22px;font-weight:800}.taxes-note{margin:4px 0 0;font-size:13px;line-height:1.2;font-weight:400;color:var(--text-secondary);text-align:right}.payment-card{padding:16px}.pix-payment-line{margin-top:16px;display:flex;align-items:center;justify-content:space-between;gap:10px}.pix-payment-left{display:flex;align-items:flex-start;gap:11px}.pix-icon{width:30px;height:30px;flex-shrink:0}.pix-fa-icon{color:#77b6a8}.pix-label{margin:0;font-size:16px;font-weight:600;line-height:1.2}.pix-description{margin:5px 0 0;font-size:13px;line-height:1.25;font-weight:400;color:var(--text-secondary);max-width:265px}.pix-selected-dot{width:26px;height:26px;border-radius:50%;border:3px solid var(--pink);display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.pix-selected-dot span{width:10px;height:10px;border-radius:50%;background:var(--pink)}.payment-confirmed{margin:12px 0 0;font-size:13px;font-weight:600;color:var(--green)}.savings-strip{margin:0 -12px;background:#fff2f7;color:var(--pink);display:flex;align-items:center;gap:8px;min-height:50px;padding:0 16px;font-size:14px;font-weight:600}.checkout-error-text{margin:12px 0 0;padding:0 4px;color:#ff2d55;font-size:13px;line-height:1.3;font-weight:500}.cpf-top-alert{position:fixed;top:calc(8px + env(safe-area-inset-top));left:50%;transform:translate(-50%);width:calc(100% - 24px);max-width:406px;min-height:40px;border-radius:10px;background:#ff2d55;color:#fff;font-size:14px;line-height:1.2;font-weight:700;display:flex;align-items:center;justify-content:center;padding:8px 12px;z-index:80;box-shadow:0 6px 16px #0000002e}.checkout-footer{position:fixed;left:50%;bottom:0;transform:translate(-50%);width:100%;max-width:430px;min-height:calc(88px + env(safe-area-inset-bottom));background:#fff;box-shadow:0 -2px 8px #0000000f;padding:8px 16px calc(20px + env(safe-area-inset-bottom));z-index:30}.footer-total-row{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:8px;font-size:14px;line-height:1.1;font-weight:700}.footer-total-row strong{font-size:22px;line-height:1;font-weight:800;color:var(--pink)}.place-order-button{width:100%;height:52px;border:0;border-radius:26px;background:var(--pink);color:#fff;cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1px}.place-order-button:disabled{opacity:.88;cursor:default}.place-order-main{font-size:16px;line-height:1;font-weight:700}.place-order-sub{font-size:13px;line-height:1;font-weight:500}.pix-page-wrap{min-height:100vh;display:flex;flex-direction:column}.pix-header{position:sticky;z-index:24}.pix-gradient-background{flex:1;background:linear-gradient(to bottom,var(--checkout-bg) 0 275px,#f7dbe8 275px 430px,var(--checkout-bg) 430px)}.pix-main-content{padding:16px}.pix-title-row{display:flex;align-items:center;justify-content:space-between;gap:10px}.pix-main-title{margin:0;font-size:44px;line-height:1;font-weight:800;letter-spacing:-.02em;max-width:285px}.pix-main-value{margin:5px 0 0;font-size:22px;line-height:1.1;font-weight:800}.pix-clock-circle{width:60px;height:60px;border-radius:50%;background:#ffa000;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:30px;flex-shrink:0}.pix-expiry-line{margin:22px 0 0;font-size:14px;color:#8c8c93;font-weight:400;display:flex;align-items:center;gap:10px}.pix-expiry-badge{display:inline-flex;align-items:center;gap:4px;height:28px;border-radius:10px;background:#ff5a63;color:#fff;padding:0 12px;font-size:16px;line-height:1;font-weight:700}.pix-expiry-badge i{font-size:17px}.pix-deadline-line{margin:10px 0 0;font-size:14px;line-height:1.1;color:#111;font-weight:400}.pix-deadline-line strong{font-weight:700}.pix-code-card{margin-top:16px;border-radius:12px;background:#fff;box-shadow:var(--shadow-soft);padding:14px}.pix-code-header{display:flex;align-items:center;gap:8px;font-size:18px;font-weight:700}.card-icon{width:26px;height:26px}.pix-code-value{margin:12px 0;font-size:16px;line-height:1.2;font-weight:500;color:#000;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pix-copy-button{width:100%;height:52px;border:0;border-radius:10px;background:var(--pink);color:#fff;font-size:16px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;gap:8px;cursor:pointer}.pix-copy-button i{font-size:17px}.pix-app-hint{margin:16px 0 0;font-size:15px;line-height:1.25;color:#222}.pix-how-to-pay{margin-top:26px}.pix-how-to-pay h3{margin:0;font-size:22px;line-height:1.15;font-weight:800}.pix-how-to-pay p{margin:12px 0 0;font-size:16px;line-height:1.3;font-weight:400;color:#222}.tiktok-loyalty-overlay{position:fixed;inset:0;z-index:54;display:flex;align-items:center;justify-content:center;padding:16px;background:#0000004d;animation:loyalty-fade-in .18s ease-out}.tiktok-loyalty-card{width:min(320px,calc(100vw - 32px));position:relative;border-radius:16px;border:1px solid #ffd9df;background:linear-gradient(180deg,#fff,#fff6f8);box-shadow:0 18px 40px #0003;padding:14px 14px 16px;animation:loyalty-card-in .28s cubic-bezier(.21,.9,.29,1.08)}.tiktok-loyalty-close{position:absolute;top:10px;right:10px;width:30px;height:30px;border:0;border-radius:999px;background:#f3f3f4;color:#303036;font-size:18px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.tiktok-loyalty-accent{display:grid;grid-template-columns:1fr 1fr;gap:6px;width:128px;margin-bottom:12px}.tiktok-loyalty-accent span{height:6px;border-radius:999px}.tiktok-loyalty-accent .accent-cyan{background:#00cfe8}.tiktok-loyalty-accent .accent-red{background:#ff2f63}.tiktok-loyalty-pill{margin:0 0 9px;display:inline-flex;align-items:center;gap:6px;border-radius:999px;background:#ffe9ef;color:#c81247;padding:5px 10px;font-size:12px;font-weight:700}.tiktok-loyalty-card h3{margin:0;font-size:22px;line-height:1.08;letter-spacing:-.02em;color:#130f14}.tiktok-loyalty-message{margin:10px 0 14px;font-size:14px;line-height:1.35;color:#2b2730}.tiktok-loyalty-message strong{color:#ff2f63;display:inline-block;text-shadow:1px 0 0 #00cfe8;animation:loyalty-strong-pulse 1.7s ease-in-out infinite}.tiktok-loyalty-cta{width:100%;height:42px;border:0;border-radius:11px;background:linear-gradient(90deg,#ff2f63,#ff1d57);color:#fff;font-size:14px;font-weight:700;cursor:pointer;box-shadow:0 8px 18px #ff2f6347}.checkout-chat-floating-button{position:fixed;right:14px;bottom:calc(108px + env(safe-area-inset-bottom));height:46px;min-width:100px;border:0;border-radius:999px;background:linear-gradient(90deg,#ff2f63,#ff174f);color:#fff;font-size:14px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;gap:8px;box-shadow:0 10px 26px #ff2f6357;z-index:58;cursor:pointer}.checkout-chat-floating-button i{font-size:16px}.checkout-chat-prompt{position:fixed;right:14px;bottom:calc(164px + env(safe-area-inset-bottom));width:min(310px,calc(100vw - 28px));border-radius:14px;border:1px solid #ffd4e0;background:linear-gradient(180deg,#fff8fb,#fff);box-shadow:0 15px 35px #1b1b2233;padding:12px;z-index:58}.checkout-chat-prompt p{margin:0;padding-right:20px;font-size:13px;line-height:1.35;font-weight:600;color:#1e1e24}.checkout-chat-prompt-button{margin-top:10px;width:100%;height:38px;border:0;border-radius:9px;background:#ff2f63;color:#fff;font-size:13px;font-weight:700;cursor:pointer}.checkout-chat-prompt-close{position:absolute;top:8px;right:8px;width:24px;height:24px;border:0;border-radius:50%;background:#f4f4f5;color:#444;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}@keyframes loyalty-fade-in{0%{opacity:0}to{opacity:1}}@keyframes loyalty-card-in{0%{opacity:0;transform:translateY(10px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes loyalty-strong-pulse{0%,to{transform:translateY(0)}50%{transform:translateY(-1px)}}.checkout-loading-overlay{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;z-index:60;background:#0000001a}.checkout-loading-card{width:188px;min-height:118px;border-radius:10px;background:#000000bf;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:10px}.checkout-loading-card p{margin:8px 0 0;color:#fff;font-size:16px;font-weight:700}.checkout-loading-dots{display:flex;gap:6px}.loading-dot{width:10px;height:10px;border-radius:50%;animation:loading-bounce 1s infinite ease-in-out}.red-dot{background:#ff2d55}.blue-dot{background:#00c2f0;animation-delay:.18s}.loading-dot:last-child{animation-delay:.36s}@keyframes loading-bounce{0%,80%,to{transform:translateY(0);opacity:.4}40%{transform:translateY(-5px);opacity:1}}@media(max-width:390px){.qty-controls{grid-template-columns:30px 36px 30px;height:31px}.qty-controls span{font-size:15px}.qty-controls button{font-size:20px}.pix-main-title{font-size:34px}.pix-main-value{font-size:22px}.pix-clock-circle{width:54px;height:54px;font-size:26px}.pix-expiry-line{font-size:13px}.pix-expiry-badge{font-size:14px;height:26px}.pix-deadline-line{font-size:13px}.checkout-chat-floating-button{right:10px;min-width:92px;height:44px;font-size:13px}.checkout-chat-prompt{right:10px;width:min(295px,calc(100vw - 20px))}}
