.t4s-shopee-labels{position:absolute;z-index:15;display:flex;flex-direction:column;gap:4px;pointer-events:none}.t4s-shopee-labels.position-top-left{top:8px;left:8px}.t4s-shopee-labels.position-top-right{top:8px;right:8px}.t4s-shopee-labels.position-bottom-left{bottom:8px;left:8px}.t4s-shopee-labels.position-bottom-right{bottom:8px;right:8px}.t4s-shopee-label{display:inline-flex;align-items:center;justify-content:center;padding:2px 6px;border-radius:3px;font-size:10px;font-weight:600;line-height:1.2;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap;box-shadow:0 1px 3px #0003;transition:all .3s ease;position:relative;overflow:hidden}.t4s-shopee-label.size-small{font-size:9px;padding:2px 5px}.t4s-shopee-label.size-medium{font-size:10px;padding:3px 6px}.t4s-shopee-label.size-large{font-size:11px;padding:4px 8px}.t4s-shopee-label.label-free-shipping{background:var(--free-shipping-bg, #28a745);color:var(--free-shipping-color, #ffffff)}.t4s-shopee-label.label-voucher{background:var(--voucher-bg, #dc3545);color:var(--voucher-color, #ffffff)}.t4s-shopee-label.label-cashback{background:var(--cashback-bg, #ffc107);color:var(--cashback-color, #000000)}.t4s-shopee-label.label-custom{background:var(--custom-label-bg, #17a2b8);color:var(--custom-label-color, #ffffff)}.t4s-shopee-label.label-same-day{background:var(--same-day-bg, #6f42c1);color:var(--same-day-color, #ffffff)}.t4s-shopee-label.animation-pulse{animation:shopee-pulse 2s infinite}.t4s-shopee-label.animation-bounce{animation:shopee-bounce 1s infinite alternate}.t4s-shopee-label.animation-shake{animation:shopee-shake .5s ease-in-out infinite alternate}.t4s-product:hover .t4s-shopee-label{transform:translateY(-1px);box-shadow:0 2px 6px #0000004d}.t4s-shopee-label:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.t4s-product:hover .t4s-shopee-label:before{left:100%}.t4s-product.has-shopee-labels .t4s-product-badge{display:none}@keyframes shopee-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes shopee-bounce{0%{transform:translateY(0)}to{transform:translateY(-2px)}}@keyframes shopee-shake{0%{transform:translate(0)}to{transform:translate(1px)}}@media (max-width: 768px){.t4s-shopee-labels{gap:2px}.t4s-shopee-labels.position-top-left,.t4s-shopee-labels.position-bottom-left{left:4px}.t4s-shopee-labels.position-top-right,.t4s-shopee-labels.position-bottom-right{right:4px}.t4s-shopee-labels.position-top-left,.t4s-shopee-labels.position-top-right{top:4px}.t4s-shopee-labels.position-bottom-left,.t4s-shopee-labels.position-bottom-right{bottom:4px}.t4s-shopee-label{font-size:8px;padding:2px 4px}.t4s-shopee-label.size-medium{font-size:9px;padding:2px 5px}.t4s-shopee-label.size-large{font-size:10px;padding:3px 6px}}.t4s-shopee-label:not(:last-child){margin-bottom:2px}.t4s-shopee-label.label-voucher{background:linear-gradient(45deg,#dc3545,#ff4757);border:1px solid rgba(255,255,255,.3);box-shadow:0 2px 4px #dc35454d}.t4s-shopee-label.label-cashback{background:linear-gradient(45deg,#ffc107,#ffed4e);border:1px solid rgba(0,0,0,.1);box-shadow:0 2px 4px #ffc1074d}.t4s-shopee-label.label-free-shipping{background:linear-gradient(45deg,#28a745,#48c774);border:1px solid rgba(255,255,255,.3);box-shadow:0 2px 4px #28a7454d}.t4s-shopee-label.label-free-shipping:after{content:"\1f69a";margin-left:2px;font-size:8px}.t4s-shopee-label.label-voucher:after{content:"\1f3ab";margin-left:2px;font-size:8px}.t4s-shopee-label.label-cashback:after{content:"\1f4b0";margin-left:2px;font-size:8px}@media (max-width: 480px){.t4s-shopee-label:after{display:none}}.t4s-payment-squares{position:absolute;z-index:16;display:flex;flex-wrap:wrap;pointer-events:none}.t4s-payment-squares.position-top-right{top:6px;right:6px;flex-direction:row-reverse}.t4s-payment-squares.position-bottom-right{bottom:6px;right:6px;flex-direction:row-reverse}.t4s-payment-squares.position-top-left{top:6px;left:6px;flex-direction:row}.t4s-payment-squares.position-bottom-left{bottom:6px;left:6px;flex-direction:row}.t4s-payment-square{display:inline-flex;align-items:center;justify-content:center;background-size:cover;background-position:center;background-repeat:no-repeat;border-radius:3px;position:relative;overflow:hidden;transition:all .3s ease}.t4s-payment-square.size-small{width:20px;height:20px;font-size:8px}.t4s-payment-square.size-medium{width:25px;height:25px;font-size:9px}.t4s-payment-square.size-large{width:60px;height:40x;font-size:12px}.t4s-payment-square.rounded{border-radius:6px}.t4s-payment-square.size-small.rounded{border-radius:4px}.t4s-payment-square.size-large.rounded{border-radius:8px}.t4s-payment-square.with-shadow{box-shadow:0 2px 4px #00000026}.t4s-payment-square .payment-text{font-weight:600;text-transform:uppercase;letter-spacing:.5px;text-align:center;line-height:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding:2px;max-width:100%}.t4s-product:hover .t4s-payment-square{transform:scale(1.05)}.t4s-product:hover .t4s-payment-square.with-shadow{box-shadow:0 3px 8px #00000040}.t4s-payment-square:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .6s ease}.t4s-product:hover .t4s-payment-square:before{left:100%}.t4s-payment-square.payment-1{background-color:var(--payment-1-bg, #00B14F);color:var(--payment-1-text, #ffffff)}.t4s-payment-square.payment-2{background-color:var(--payment-2-bg, #EE4D2D);color:var(--payment-2-text, #ffffff)}.t4s-payment-square.payment-3{background-color:var(--payment-3-bg, #1E3A8A);color:var(--payment-3-text, #ffffff)}.t4s-payment-square.payment-4{background-color:var(--payment-4-bg, #E11D48);color:var(--payment-4-text, #ffffff)}@media (max-width: 768px){.t4s-payment-squares{gap:1px}.t4s-payment-squares.position-top-right,.t4s-payment-squares.position-bottom-right{right:4px}.t4s-payment-squares.position-top-left,.t4s-payment-squares.position-bottom-left{left:4px}.t4s-payment-squares.position-top-right,.t4s-payment-squares.position-top-left{top:4px}.t4s-payment-squares.position-bottom-right,.t4s-payment-squares.position-bottom-left{bottom:4px}.t4s-payment-square.size-medium{width:22px;height:22px;font-size:8px}.t4s-payment-square.size-large{width:26px;height:26px;font-size:9px}}@media (max-width: 480px){.t4s-payment-square.size-small{width:18px;height:18px;font-size:7px}.t4s-payment-square.size-medium{width:20px;height:20px;font-size:7px}.t4s-payment-square.size-large{width:24px;height:24px;font-size:8px}}.t4s-payment-squares{max-width:calc(100% - 12px)}.t4s-payment-square:not(:last-child){margin-right:var(--payment-gap, 2px)}.t4s-payment-squares.position-top-right .t4s-payment-square:not(:last-child),.t4s-payment-squares.position-bottom-right .t4s-payment-square:not(:last-child){margin-right:0;margin-left:var(--payment-gap, 2px)}.t4s-payment-square.payment-1:hover{background-color:#00a043}.t4s-payment-square.payment-2:hover{background-color:#d91a26}.t4s-payment-square.payment-3:hover{background-color:#1e40af}.t4s-payment-square.payment-4:hover{background-color:#be185d}.t4s-product:not(.has-shopee-labels):not(.has-payment-squares) .t4s-payment-squares{display:none}.t4s-product.has-shopee-labels.has-payment-squares .t4s-shopee-labels{z-index:14}.t4s-product.has-shopee-labels.has-payment-squares .t4s-payment-squares{z-index:16}.t4s-product.has-shopee-labels.has-payment-squares .t4s-shopee-labels.position-bottom-left,.t4s-product.has-shopee-labels.has-payment-squares .t4s-shopee-labels.position-bottom-right{bottom:38px}.t4s-product.has-shopee-labels.has-payment-squares .t4s-payment-squares.position-bottom-left,.t4s-product.has-shopee-labels.has-payment-squares .t4s-payment-squares.position-bottom-right{bottom:6px}
/*# sourceMappingURL=/cdn/shop/t/7/assets/custom.css.map */
