:root{--yip-grid-max-width: 1360px}.ptc{background:#fff;border-radius:8px;border:1px solid #e8e8e8;overflow:hidden;display:grid;grid-template-rows:1fr auto;position:relative;height:100%}.ptc__media{--ptc-media-padding: 10px;position:relative;aspect-ratio:1;background:#fff;overflow:hidden}.ptc__link{display:block;position:absolute;top:0;right:0;bottom:0;left:0;overflow:visible}.ptc__img{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);max-width:calc(100% - (var(--ptc-media-padding) * 2));max-height:calc(100% - (var(--ptc-media-padding) * 2));width:auto;height:auto;object-fit:contain;transition:opacity .3s ease}.ptc__img--primary{opacity:1}.ptc__img--secondary,.ptc:hover .ptc__link--has-secondary .ptc__img--primary,.ptc--qty-open .ptc__link--has-secondary .ptc__img--primary{opacity:0}.ptc:hover .ptc__link--has-secondary .ptc__img--secondary,.ptc--qty-open .ptc__link--has-secondary .ptc__img--secondary{opacity:1}.ptc__placeholder{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:60%;height:60%;display:flex;align-items:center;justify-content:center}.ptc__placeholder svg{width:100%;height:100%;opacity:.15}.ptc__badge{position:absolute;top:10px;left:10px;padding:4px 8px;border-radius:4px;font-size:10px;font-weight:600}.ptc__badge--sale{background:#a42325;color:#fff}.ptc__badge--best{background:#374151;color:#fff}.ptc__badge--new{background:#059669;color:#fff}.ptc__badge-soldout{display:inline-flex;align-items:center;height:40px;width:40px;padding:0;background:#6b7280;color:#fff;border-radius:4px;font-size:11px;font-weight:600;white-space:normal;word-break:break-word;text-align:center}.ptc__info{padding:12px 8px 8px 12px}.ptc__title{font-size:14px;font-weight:600;margin:0 0 8px;line-height:1.4;color:#1f2937;text-transform:uppercase;min-height:2.822em}.ptc__title a{display:-webkit-box;overflow:hidden;color:inherit;text-decoration:none;text-overflow:ellipsis;white-space:normal;word-break:normal;overflow-wrap:normal;-webkit-box-orient:vertical;-webkit-line-clamp:2}.ptc__bottom{display:flex;align-items:center;justify-content:space-between;gap:8px}.ptc__price{font-size:16px;font-weight:700;display:flex;gap:6px;align-items:center}.ptc__price-regular{color:#1f2937}.ptc__price-sale{color:#a42325}ul[product-grid-view=zoom-out] .ptc{display:flex;flex-direction:column;justify-content:center;min-height:100%;padding:var(--zoom-out-padding-block-start, 0) var(--zoom-out-padding-inline-end, 0) var(--zoom-out-padding-block-end, 0) var(--zoom-out-padding-inline-start, 0)}ul[product-grid-view=zoom-out] .ptc>:not(.product-grid-view-zoom-out--details){display:none}ul[product-grid-view=zoom-out] .ptc .product-grid-view-zoom-out--details{display:block}.ptc__price-old{color:#4c4c4c;text-decoration-line:line-through;text-decoration-thickness:1.5px;text-decoration-color:#a42325;font-weight:400;font-size:14px}.ptc__cart-area{position:relative;height:40px;flex-shrink:0;display:flex;align-items:center}.ptc__qty-wrap{position:absolute;right:0;top:50%;transform:translateY(-50%)}.ptc__form{display:flex;touch-action:manipulation}.ptc__qty{display:flex;align-items:center;border-radius:6px;gap:0}.ptc__qty-inner{display:flex;align-items:center;height:40px;background:#fff;border-radius:6px 0 0 6px;border:none;gap:0;max-width:0;overflow:hidden;opacity:0;transition:max-width .25s ease,opacity .2s ease,padding .25s ease}.ptc--qty-open .ptc__qty-inner{max-width:100px;opacity:1}.ptc__qty-btn{-webkit-appearance:none;appearance:none;width:32px;height:38px;border:none;padding:0;background:#fff;color:#1f2937;font-size:18px;font-weight:500;line-height:1;cursor:pointer;display:grid;place-items:center;border-radius:0;transition:background .15s;flex-shrink:0;touch-action:manipulation;-webkit-tap-highlight-color:transparent}.ptc__qty-btn--minus{width:40px;height:40px;background:#e5e7eb;border-radius:6px 0 0 6px}.ptc__qty-btn--minus:hover{background:#d1d5db}.ptc__qty-btn--plus{width:40px;height:40px;background:#111827;color:#fff;border-radius:6px;flex-shrink:0;aspect-ratio:1;transition:border-radius .2s ease,background .15s}.ptc--qty-open .ptc__qty-btn--plus{border-radius:0 6px 6px 0}.ptc__qty-btn--plus:hover{background:#374151}.ptc__qty-btn--plus svg{width:20px;height:20px}.ptc--added .ptc__qty-btn--plus{background:#4b5563!important}.ptc--added .ptc__qty-btn--plus svg{display:none}.ptc--added .ptc__qty-btn--plus:after{content:"\2713";font-size:18px;font-weight:600;color:#fff}.ptc__qty-val{min-width:32px;text-align:center;font-size:15px;font-weight:600;color:#1f2937;background:#fff;height:100%;display:flex;align-items:center;justify-content:center}@media(max-width:749px){.ptc__media{--ptc-media-padding: 8px}.ptc__info{padding:0 8px 8px 10px}.ptc__badge{top:8px;left:8px;padding:3px 6px;font-size:9px}.ptc__title{font-size:12px;line-height:1.2;min-height:2.4em;height:auto;padding-bottom:0}.ptc__price{font-size:11px;flex:1;min-width:0;flex-wrap:wrap}.ptc__price-old{font-size:10px}.ptc__cart-area{height:30px;min-width:30px;width:auto}.ptc__qty-wrap{position:absolute;right:0;top:50%;transform:translateY(-50%)}.ptc__qty-btn--plus{width:30px!important;height:30px!important;min-width:30px;min-height:30px;max-width:30px;max-height:30px;border-radius:4px;aspect-ratio:1 / 1}.ptc--qty-open .ptc__qty-btn--plus{border-radius:0 4px 4px 0}.ptc__qty-btn--plus svg{width:15px;height:15px}.ptc__qty-inner{height:30px;border-radius:4px 0 0 4px}.ptc.ptc--qty-open .ptc__qty-inner{display:flex!important}.ptc__qty-btn{width:24px;height:28px;font-size:15px}.ptc__qty-btn--minus.ptc__qty-btn{width:30px!important;height:30px!important;min-width:30px;min-height:30px;max-width:30px;max-height:30px;border-radius:4px 0 0 4px}.ptc__qty-btn--plus.ptc__qty-btn{width:30px!important;height:30px!important}.ptc__qty-val{min-width:22px;font-size:12px}.ptc--added .ptc__qty-btn--plus:after{font-size:15px}.ptc__badge-soldout{height:30px;width:30px;font-size:9.5px;padding:2px}}fly-to-cart.ptc-fly-to-cart{--width: 56px;--height: 56px;--x-timing: cubic-bezier(0, -.1, 1, .32);--y-timing: cubic-bezier(0, .92, .92, 1.04);--scale-timing: cubic-bezier(.86, .08, .98, .98);animation-duration:.6s}@media(any-pointer:fine)and (prefers-reduced-motion:no-preference){.ptc__link .ptc__img{transition:opacity .3s ease,transform var(--hover-transition-duration, .25s) var(--hover-transition-timing, ease-out)}.card-hover-effect-subtle-zoom .ptc.product-card .ptc__link.product-card__image{overflow:visible;transition:none}.card-hover-effect-subtle-zoom .ptc.product-card:hover .ptc__link.product-card__image{transform:none}.ptc:hover .ptc__link:not(.ptc__link--has-secondary) .ptc__img--primary{transform:translate(-50%,-50%) scale(var(--hover-subtle-zoom-amount, 1.015))}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/product-tabs-card.css.map */
