@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";:root{--temu-orange: #FF6533;--temu-orange-dark: #e8501e;--temu-orange-light: #fff3ef;--temu-red: #ff0000;--temu-green: #00a650;--temu-gray: #f5f5f5;--temu-gray-2: #e8e8e8;--temu-text: #1a1a1a;--temu-text-light: #666;--temu-text-muted: #999;--temu-border: #eee;--temu-white: #ffffff;--temu-shadow: 0 2px 12px rgba(0,0,0,.08);--temu-shadow-hover: 0 4px 20px rgba(0,0,0,.14);--temu-radius: 12px;--temu-radius-sm: 8px}*{box-sizing:border-box;margin:0;padding:0}.temu-page{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background:#f7f7f7;color:var(--temu-text);min-height:100vh}.temu-breadcrumb{background:var(--temu-white);padding:10px 20px;font-size:12px;color:var(--temu-text-muted);border-bottom:1px solid var(--temu-border)}.temu-breadcrumb a{color:var(--temu-text-muted);text-decoration:none}.temu-breadcrumb a:hover{color:var(--temu-orange)}.temu-breadcrumb span{margin:0 6px}.temu-product-container{max-width:1200px;margin:0 auto;padding:12px 16px;display:grid;grid-template-columns:520px 1fr;gap:12px}.temu-flash-banner{grid-column:1 / -1;background:linear-gradient(90deg,#ff4500,#ff6533,#ff8c00);color:#fff;padding:10px 20px;border-radius:var(--temu-radius);display:flex;align-items:center;justify-content:space-between;animation:flashPulse 2s ease-in-out infinite}@keyframes flashPulse{0%,to{opacity:1}50%{opacity:.92}}.temu-flash-banner .flash-left{display:flex;align-items:center;gap:10px}.temu-flash-banner .flash-icon{font-size:22px}.temu-flash-banner .flash-title{font-weight:700;font-size:16px}.temu-flash-banner .flash-sub{font-size:12px;opacity:.9}.temu-countdown{display:flex;align-items:center;gap:6px;font-size:13px}.temu-countdown .ends-in{opacity:.85}.temu-countdown-timer{display:flex;gap:4px;align-items:center}.temu-countdown-timer .time-block{background:#ffffff40;border-radius:6px;padding:4px 8px;font-weight:700;font-size:16px;min-width:34px;text-align:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.temu-countdown-timer .colon{font-weight:700;font-size:16px}.temu-gallery{background:var(--temu-white);border-radius:var(--temu-radius);padding:16px;box-shadow:var(--temu-shadow);position:sticky;top:12px;height:fit-content}.temu-main-image-wrap{position:relative;width:100%;aspect-ratio:1;background:#fafafa;border-radius:var(--temu-radius-sm);overflow:hidden;cursor:zoom-in}.temu-main-image-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.temu-main-image-wrap:hover img{transform:scale(1.06)}.temu-image-badge{position:absolute;top:12px;left:12px;background:var(--temu-orange);color:#fff;font-size:11px;font-weight:700;padding:3px 8px;border-radius:20px;text-transform:uppercase;letter-spacing:.5px}.temu-image-nav{position:absolute;top:50%;transform:translateY(-50%);background:#ffffffe6;border:none;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:var(--temu-shadow);font-size:16px;transition:all .2s}.temu-image-nav:hover{background:#fff;transform:translateY(-50%) scale(1.1)}.temu-image-nav.prev{left:10px}.temu-image-nav.next{right:10px}.temu-thumbnails{display:flex;gap:8px;margin-top:12px;overflow-x:auto;padding-bottom:4px;scrollbar-width:thin}.temu-thumb{flex-shrink:0;width:70px;height:70px;border-radius:var(--temu-radius-sm);overflow:hidden;cursor:pointer;border:2px solid transparent;transition:all .2s}.temu-thumb img{width:100%;height:100%;object-fit:cover}.temu-thumb.active{border-color:var(--temu-orange)}.temu-thumb:hover{border-color:var(--temu-orange-dark);transform:scale(1.05)}.temu-gallery-actions{display:flex;gap:8px;margin-top:12px}.temu-gallery-action-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:6px;padding:8px;border:1px solid var(--temu-border);border-radius:var(--temu-radius-sm);background:#fff;font-size:12px;color:var(--temu-text-light);cursor:pointer;transition:all .2s;font-family:inherit}.temu-gallery-action-btn:hover{border-color:var(--temu-orange);color:var(--temu-orange)}.temu-product-info{display:flex;flex-direction:column;gap:10px}.temu-price-card{background:var(--temu-white);border-radius:var(--temu-radius);padding:16px;box-shadow:var(--temu-shadow)}.temu-price-row{display:flex;align-items:baseline;gap:10px;flex-wrap:wrap}.temu-price-current{font-size:32px;font-weight:800;color:var(--temu-orange);line-height:1}.temu-price-original{font-size:16px;color:var(--temu-text-muted);text-decoration:line-through}.temu-discount-badge{background:var(--temu-orange);color:#fff;font-size:12px;font-weight:700;padding:3px 8px;border-radius:20px}.temu-title{font-size:15px;font-weight:500;color:var(--temu-text);line-height:1.5;margin-top:10px}.temu-rating-row{display:flex;align-items:center;gap:10px;margin-top:10px;padding-top:10px;border-top:1px solid var(--temu-border)}.temu-stars{color:orange;font-size:14px;letter-spacing:1px}.temu-rating-score{font-weight:700;font-size:14px;color:var(--temu-text)}.temu-rating-count{color:var(--temu-text-muted);font-size:13px}.temu-orders-count{color:var(--temu-text-muted);font-size:13px;margin-left:auto}.temu-promo-tags{display:flex;gap:8px;flex-wrap:wrap;margin-top:8px}.temu-promo-tag{font-size:11px;padding:3px 8px;border-radius:4px;font-weight:600}.temu-promo-tag.free-ship,.temu-promo-tag.free-return{background:#e6f7ee;color:var(--temu-green)}.temu-promo-tag.secure{background:#fff3ef;color:var(--temu-orange)}.temu-variant-card{background:var(--temu-white);border-radius:var(--temu-radius);padding:16px;box-shadow:var(--temu-shadow)}.temu-variant-title{font-size:13px;font-weight:600;color:var(--temu-text);margin-bottom:10px;display:flex;align-items:center;gap:6px}.temu-variant-title .selected-val{font-weight:400;color:var(--temu-text-light)}.temu-color-options{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:16px}.temu-color-swatch{width:48px;height:48px;border-radius:var(--temu-radius-sm);cursor:pointer;border:2px solid transparent;overflow:hidden;transition:all .2s;position:relative}.temu-color-swatch img{width:100%;height:100%;object-fit:cover}.temu-color-swatch.active{border-color:var(--temu-orange)}.temu-color-swatch.active:after{content:"\2713";position:absolute;bottom:1px;right:1px;background:var(--temu-orange);color:#fff;font-size:9px;width:14px;height:14px;border-radius:50%;display:flex;align-items:center;justify-content:center}.temu-color-swatch:hover{border-color:var(--temu-orange-dark);transform:scale(1.08)}.temu-size-options{display:flex;gap:8px;flex-wrap:wrap}.temu-size-btn{padding:7px 16px;border:1.5px solid var(--temu-gray-2);border-radius:var(--temu-radius-sm);background:#fff;font-size:13px;font-weight:500;color:var(--temu-text);cursor:pointer;transition:all .2s;font-family:inherit}.temu-size-btn.active{border-color:var(--temu-orange);background:var(--temu-orange-light);color:var(--temu-orange);font-weight:600}.temu-size-btn:hover{border-color:var(--temu-orange)}.temu-size-btn.sold-out{opacity:.4;text-decoration:line-through;cursor:not-allowed}.temu-quantity-row{display:flex;align-items:center;gap:16px;margin-top:14px;padding-top:14px;border-top:1px solid var(--temu-border)}.temu-qty-label{font-size:13px;font-weight:600;color:var(--temu-text)}.temu-qty-control{display:flex;align-items:center;border:1.5px solid var(--temu-gray-2);border-radius:var(--temu-radius-sm);overflow:hidden}.temu-qty-btn{width:36px;height:36px;background:var(--temu-gray);border:none;font-size:18px;font-weight:400;cursor:pointer;color:var(--temu-text);display:flex;align-items:center;justify-content:center;transition:background .2s;font-family:inherit}.temu-qty-btn:hover{background:var(--temu-gray-2)}.temu-qty-input{width:50px;height:36px;border:none;text-align:center;font-size:15px;font-weight:600;color:var(--temu-text);font-family:inherit;outline:none}.temu-stock-info{font-size:12px;color:var(--temu-text-muted);margin-left:auto}.temu-stock-info .in-stock{color:var(--temu-green);font-weight:600}.temu-buy-card{background:var(--temu-white);border-radius:var(--temu-radius);padding:16px;box-shadow:var(--temu-shadow)}.temu-btn-group{display:flex;gap:10px}.temu-btn-cart{flex:1;padding:14px;background:var(--temu-orange-light);color:var(--temu-orange);border:2px solid var(--temu-orange);border-radius:var(--temu-radius-sm);font-size:15px;font-weight:700;cursor:pointer;transition:all .2s;font-family:inherit;display:flex;align-items:center;justify-content:center;gap:8px}.temu-btn-cart:hover{background:var(--temu-orange);color:#fff;transform:translateY(-1px);box-shadow:0 4px 12px #ff653359}.temu-btn-buy{flex:1;padding:14px;background:linear-gradient(135deg,var(--temu-orange),var(--temu-orange-dark));color:#fff;border:none;border-radius:var(--temu-radius-sm);font-size:15px;font-weight:700;cursor:pointer;transition:all .2s;font-family:inherit;display:flex;align-items:center;justify-content:center;gap:8px}.temu-btn-buy:hover{transform:translateY(-1px);box-shadow:0 4px 12px #ff653373;filter:brightness(1.05)}.temu-wishlist-btn{width:48px;height:48px;border:1.5px solid var(--temu-gray-2);border-radius:var(--temu-radius-sm);background:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:20px;transition:all .2s;margin-top:10px}.temu-wishlist-btn:hover{border-color:#ff4d6d;color:#ff4d6d;transform:scale(1.05)}.temu-wishlist-btn.liked{color:#ff4d6d;border-color:#ff4d6d}.temu-shipping-card{background:var(--temu-white);border-radius:var(--temu-radius);padding:16px;box-shadow:var(--temu-shadow)}.temu-shipping-item{display:flex;align-items:flex-start;gap:12px;padding:8px 0;border-bottom:1px solid var(--temu-border)}.temu-shipping-item:last-child{border-bottom:none;padding-bottom:0}.temu-ship-icon{font-size:20px;flex-shrink:0;margin-top:1px}.temu-ship-text .ship-label{font-size:13px;font-weight:600;color:var(--temu-text)}.temu-ship-text .ship-sub{font-size:12px;color:var(--temu-text-muted);margin-top:2px}.temu-ship-text .ship-highlight{color:var(--temu-orange);font-weight:600}.temu-section-card{background:var(--temu-white);border-radius:var(--temu-radius);padding:16px;box-shadow:var(--temu-shadow);margin-top:12px}.temu-section-heading{font-size:16px;font-weight:700;color:var(--temu-text);padding-bottom:12px;border-bottom:2px solid var(--temu-orange);display:inline-block;margin-bottom:14px}.temu-desc-content{font-size:14px;color:var(--temu-text-light);line-height:1.7}.temu-desc-content p{margin-bottom:8px}.temu-read-more-btn{background:none;border:none;color:var(--temu-orange);font-size:13px;font-weight:600;cursor:pointer;padding:8px 0 0;font-family:inherit}.temu-specs-table{width:100%;border-collapse:collapse;font-size:13px}.temu-specs-table tr:nth-child(2n){background:#fafafa}.temu-specs-table td{padding:9px 12px;border-bottom:1px solid var(--temu-border)}.temu-specs-table td:first-child{color:var(--temu-text-muted);width:40%;font-weight:500}.temu-specs-table td:last-child{color:var(--temu-text);font-weight:500}.temu-review-summary{display:flex;gap:24px;align-items:center;padding-bottom:16px;border-bottom:1px solid var(--temu-border);margin-bottom:16px}.temu-review-score{text-align:center;flex-shrink:0}.temu-review-score .big-score{font-size:48px;font-weight:800;color:var(--temu-orange);line-height:1}.temu-review-score .big-stars{color:orange;font-size:18px}.temu-review-score .review-total{font-size:12px;color:var(--temu-text-muted);margin-top:4px}.temu-rating-bars{flex:1}.temu-rating-bar-row{display:flex;align-items:center;gap:8px;margin-bottom:5px;font-size:12px}.temu-rating-bar-row .star-label{color:var(--temu-text-muted);width:30px}.temu-rating-bar-bg{flex:1;height:6px;background:var(--temu-gray);border-radius:10px;overflow:hidden}.temu-rating-bar-fill{height:100%;background:orange;border-radius:10px;transition:width 1s ease}.temu-rating-bar-row .pct{color:var(--temu-text-muted);width:30px;text-align:right}.temu-review-filters{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:16px}.temu-filter-btn{padding:6px 14px;border:1.5px solid var(--temu-gray-2);border-radius:20px;background:#fff;font-size:12px;color:var(--temu-text-light);cursor:pointer;transition:all .2s;font-family:inherit}.temu-filter-btn.active{border-color:var(--temu-orange);color:var(--temu-orange);background:var(--temu-orange-light);font-weight:600}.temu-filter-btn:hover{border-color:var(--temu-orange);color:var(--temu-orange)}.temu-review-item{padding:14px 0;border-bottom:1px solid var(--temu-border)}.temu-review-item:last-child{border-bottom:none}.temu-review-header{display:flex;align-items:center;gap:10px;margin-bottom:8px}.temu-reviewer-avatar{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,var(--temu-orange),#ff8c00);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:14px;flex-shrink:0}.temu-reviewer-name{font-weight:600;font-size:13px}.temu-review-date{color:var(--temu-text-muted);font-size:12px;margin-left:auto}.temu-review-stars{color:orange;font-size:12px}.temu-review-text{font-size:13px;color:var(--temu-text-light);line-height:1.6;margin-top:6px}.temu-review-photos{display:flex;gap:8px;margin-top:10px;flex-wrap:wrap}.temu-review-photo{width:72px;height:72px;border-radius:var(--temu-radius-sm);overflow:hidden;cursor:pointer}.temu-review-photo img{width:100%;height:100%;object-fit:cover}.temu-verified-badge{font-size:11px;color:var(--temu-green);font-weight:600;margin-top:6px}.temu-social-proof{background:linear-gradient(90deg,#fff3ef,#fff);border:1px solid #ffe0d3;border-radius:var(--temu-radius-sm);padding:10px 14px;display:flex;align-items:center;gap:10px;font-size:12px;color:var(--temu-orange);font-weight:500;margin-top:8px;animation:slideIn .5s ease}@keyframes slideIn{0%{transform:translateY(-4px);opacity:0}to{transform:translateY(0);opacity:1}}.temu-sticky-bar{display:none;position:fixed;bottom:0;left:0;right:0;background:#fff;padding:12px 16px;box-shadow:0 -2px 16px #0000001a;z-index:1000;gap:10px}.temu-sticky-bar .temu-btn-cart,.temu-sticky-bar .temu-btn-buy{padding:12px;font-size:14px}@media(max-width:900px){.temu-product-container{grid-template-columns:1fr;padding:8px;gap:8px}.temu-gallery{position:static}.temu-sticky-bar{display:flex}.temu-buy-card{display:none}.temu-flash-banner{flex-direction:column;gap:8px;text-align:center}}@media(max-width:480px){.temu-price-current{font-size:26px}.temu-main-image-wrap{aspect-ratio:1}}.temu-section-card{animation:fadeUp .4s ease both}@keyframes fadeUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.temu-btn-cart,.temu-btn-buy{position:relative;overflow:hidden}.temu-btn-cart:after,.temu-btn-buy:after{content:"";position:absolute;top:50%;left:50%;width:0;height:0;background:#ffffff4d;border-radius:50%;transform:translate(-50%,-50%);transition:width .5s,height .5s,opacity .5s;opacity:0}.temu-btn-cart:active:after,.temu-btn-buy:active:after{width:200px;height:200px;opacity:0}.temu-accordion-item{border-bottom:1px solid var(--temu-border)}.temu-accordion-btn{width:100%;background:none;border:none;display:flex;align-items:center;justify-content:space-between;padding:12px 0;font-size:14px;font-weight:600;color:var(--temu-text);cursor:pointer;font-family:inherit}.temu-accordion-btn .arrow{font-size:12px;transition:transform .2s;color:var(--temu-text-muted)}.temu-accordion-btn.open .arrow{transform:rotate(180deg)}.temu-accordion-content{font-size:13px;color:var(--temu-text-light);line-height:1.7;max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s}.temu-accordion-content.open{max-height:500px;padding-bottom:12px}
/*# sourceMappingURL=/cdn/shop/t/21/assets/temu-product.css.map */
