:root{--th-primary-color: rgb(var(--color-link));--th-primary-hover: rgb(var(--color-link));--th-text-color: rgb(var(--color-foreground));--th-text-muted: rgba(var(--color-foreground), .75);--th-border-color: rgba(var(--color-foreground), .08);--th-background: rgb(var(--color-background));--th-background-alt: rgba(var(--color-foreground), .04);--th-shadow: var(--shadow-horizontal-offset) var(--shadow-vertical-offset) var(--shadow-blur-radius) rgba(var(--color-shadow), var(--shadow-opacity));--th-shadow-hover: 0 4px 12px rgba(var(--color-shadow), .15);--th-border-radius: var(--border-radius);--th-transition: all var(--duration-medium) ease;--th-sidebar-width: 300px}.product-card{position:relative;overflow:visible;transition:all .3s ease;height:100%;display:flex;flex-direction:column;cursor:pointer}.product-card-link{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.product-card .add-to-cart-btn,.product-card .product-modal,.product-card .language-badges{position:relative;z-index:2}.product-image-wrapper{position:relative;padding-top:120%;overflow:hidden;background:#fff;border:1px solid #e5e5e5;border-radius:10px;box-shadow:0 0 18px #0000000d;transition:none}.product-image{position:absolute;top:35px;left:30px;width:calc(100% - 60px);height:calc(100% - 70px);object-fit:contain;transition:transform .3s ease,width .5s cubic-bezier(.25,.46,.45,.94),height .5s cubic-bezier(.25,.46,.45,.94),top .5s cubic-bezier(.25,.46,.45,.94),left .5s cubic-bezier(.25,.46,.45,.94)}@media screen and (min-width: 1401px){.product-image{top:40px;left:35px;width:calc(100% - 70px);height:calc(100% - 80px)}}@media screen and (min-width: 1600px){.product-image{top:45px;left:45px;width:calc(100% - 90px);height:calc(100% - 90px)}}@media screen and (max-width: 1200px){.add-to-cart-btn{height:42px;padding:10px 14px;font-size:11px}}@media screen and (max-width: 1024px){.add-to-cart-btn{height:40px;padding:9px 12px;font-size:11px}}@media screen and (max-width: 900px){.add-to-cart-btn{height:39px;padding:8px 12px;font-size:11px}}@media screen and (max-width: 768px){.product-image{top:30px;left:20px;width:calc(100% - 40px);height:calc(100% - 60px)}.add-to-cart-btn{height:38px;padding:8px 12px;font-size:11px;gap:4px}.add-to-cart-btn svg{width:16px;height:16px}}@media screen and (max-width: 480px){.product-image{top:25px;left:15px;width:calc(100% - 30px);height:calc(100% - 50px)}.add-to-cart-btn{height:36px;padding:6px 10px;font-size:10px}}@media screen and (max-width: 360px){.product-image{top:22px;left:10px;width:calc(100% - 20px);height:calc(100% - 45px)}.add-to-cart-btn{height:34px;padding:5px 8px;font-size:9px;letter-spacing:.3px}}.product-image--placeholder{display:flex;align-items:center;justify-content:center;background:#fff;color:#999;top:40px;left:40px;width:calc(100% - 80px);height:calc(100% - 80px);font-size:.875rem}.product-card{position:relative;overflow:visible}.product-mascot{position:absolute;bottom:-30px;right:10%;transform:translateY(50px);width:clamp(110px,18vw,140px);height:auto;z-index:0;transition:transform .3s cubic-bezier(.34,1.56,.64,1),opacity .2s ease;pointer-events:none;opacity:0}.product-card:hover .product-mascot{opacity:1;transform:translateY(0);transition:transform .4s cubic-bezier(.34,1.56,.64,1) .15s,opacity .3s ease .15s}@media screen and (max-width: 768px){.product-mascot{display:none}}@media screen and (max-width: 1024px) and (min-width: 769px){.product-mascot{bottom:-35px}}@media screen and (max-width: 912px) and (min-width: 769px){.product-mascot{bottom:-35px}}@media screen and (max-width: 853px) and (min-width: 769px){.product-mascot{bottom:-35px}}@media screen and (max-width: 820px) and (min-width: 769px){.product-mascot{bottom:-35px}}.product-card .badge{position:absolute;top:7px;left:7px;background:#000;color:#fff;padding:8px 16px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;border-radius:0 14px;box-shadow:0 .6rem 2rem #0000001a;z-index:3;transition:none}.product-card .dbtfy-discount-badge{position:absolute!important;top:7px!important;left:7px!important;z-index:3!important;max-width:calc(100% - 20px)!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.product-add-to-cart{position:absolute;bottom:-50px;left:0;right:0;z-index:5;transition:bottom .3s cubic-bezier(.4,0,.2,1)}.product-card:hover .product-add-to-cart{bottom:0}.product-card:hover .product-image{transform:translateY(-20px)}.product-add-to-cart-mobile{display:none}.add-to-cart-btn{background:linear-gradient(135deg,#000,#1a1a1a);color:#fff;padding:12px 14px;border:2px solid transparent;border-radius:4px;font-size:12px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:6px;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px;width:100%;box-sizing:border-box;height:44px;position:relative;overflow:hidden;text-decoration:none}.add-to-cart-btn:before{content:"";position:absolute;top:0;left:0;width:0;height:100%;background:linear-gradient(135deg,#fff,#f0f0f0);transition:width .3s ease;z-index:0;border-radius:4px;pointer-events:none}.add-to-cart-btn span{position:relative;z-index:1;display:flex;align-items:center;gap:6px}.add-to-cart-btn svg{position:relative;z-index:1;display:flex;align-items:center;width:20px;height:20px}.add-to-cart-btn:hover{color:#000;border-color:#000}.add-to-cart-btn:hover:before{width:100%}.add-to-cart-btn svg{width:22px;height:22px}.add-to-cart-btn .th-btn-add{display:flex}.add-to-cart-btn .th-btn-view,.add-to-cart-btn.in-cart .th-btn-add{display:none}.add-to-cart-btn.in-cart .th-btn-view{display:flex!important}.loading-spinner{display:none;width:20px;height:20px;align-items:center;justify-content:center}.loading-spinner svg{width:20px;height:20px;color:currentColor}.add-to-cart-btn.loading .cart-icon{display:none}.add-to-cart-btn.loading .loading-spinner{display:flex}@keyframes spin{to{transform:rotate(360deg)}}.product-info{padding:20px 0 60px;text-align:left;position:relative;transition:none}.product-title{font-size:16px;font-weight:500;margin:0 0 10px;color:#111;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.5;min-height:3em;letter-spacing:-.02em}.product-price{font-size:22px;font-weight:600;color:#111;display:flex;align-items:center;gap:8px;line-height:1.2}.product-price .compare-price{font-size:18px;color:#8c8c8c;text-decoration:line-through;margin-right:8px;font-weight:400}.product-image-link,.product-info-link{text-decoration:none;color:inherit;display:block}.product-image-link:hover,.product-info-link:hover{color:inherit}.th-card{--border-radius: var(--product-card-corner-radius);--border-width: var(--product-card-border-width);--border-opacity: var(--product-card-border-opacity);--shadow-horizontal-offset: var(--product-card-shadow-horizontal-offset);--shadow-vertical-offset: var(--product-card-shadow-vertical-offset);--shadow-blur-radius: var(--product-card-shadow-blur-radius);--shadow-opacity: var(--product-card-shadow-opacity);--image-padding: var(--product-card-image-padding);--text-alignment: var(--product-card-text-alignment);border:var(--border-width) solid rgba(var(--color-foreground),var(--border-opacity));border-radius:var(--border-radius);box-sizing:border-box;position:relative;height:100%;display:flex;flex-direction:column;transition:all var(--duration-medium) ease}.th-card:after{border-radius:var(--border-radius);box-shadow:var(--shadow-horizontal-offset) var(--shadow-vertical-offset) var(--shadow-blur-radius) rgba(var(--color-shadow),var(--shadow-opacity));content:"";height:calc(var(--border-width) * 2 + 100%);left:calc(var(--border-width) * -1);position:absolute;top:calc(var(--border-width) * -1);width:calc(var(--border-width) * 2 + 100%);z-index:-1}.th-card:hover{transform:translateY(-.75rem)}.th-card .quick-add__submit.button.th-btn,.th-card .quick-add__submit.th-btn{background:linear-gradient(135deg,#000,#1a1a1a)!important;color:#fff!important;padding:.75rem 1.5rem!important;border-radius:6px!important;box-shadow:0 4px 15px #0003!important;font-weight:600!important;font-size:.875rem!important;width:100%!important;text-align:center!important;border:2px solid transparent!important;position:relative!important;overflow:hidden!important;transition:all .3s ease!important;cursor:pointer}.th-card .quick-add__submit.button.th-btn:before,.th-card .quick-add__submit.th-btn:before{content:"";position:absolute;top:0;left:0;width:0;height:100%;background:linear-gradient(135deg,#fff,#f0f0f0);transition:width .3s ease;z-index:0;border-radius:4px;pointer-events:none}.th-card .quick-add__submit.button.th-btn:hover,.th-card .quick-add__submit.th-btn:hover{color:#000!important;box-shadow:0 8px 25px #0000004d!important;border-color:#000!important}.th-card .quick-add__submit.button.th-btn:hover:before,.th-card .quick-add__submit.th-btn:hover:before{width:100%}@media screen and (max-width: 749px){.product-add-to-cart{display:none}.product-add-to-cart-mobile{display:block;margin-top:10px}.product-add-to-cart-mobile .add-to-cart-btn{height:42px;font-size:12px;padding:10px 14px}.product-add-to-cart-mobile .add-to-cart-btn svg{width:18px;height:18px}}@media screen and (max-width: 768px){.product-title{font-size:14px}.product-price{font-size:16px}.product-info{padding:10px 0}}.product-card.th-will-animate{opacity:0;transform:translateY(30px) scale(.95);transition:none}.product-card.th-animate-in{transition:all .8s cubic-bezier(.4,0,.2,1)}.product-card.th-will-animate .product-image{opacity:.6;transition:opacity .6s cubic-bezier(.4,0,.2,1) .3s}.product-card.th-animate-in .product-image{opacity:1;transition:opacity .6s cubic-bezier(.4,0,.2,1) .3s}.product-card.th-animation-complete .product-image{transition:transform .3s ease,width .5s cubic-bezier(.25,.46,.45,.94),height .5s cubic-bezier(.25,.46,.45,.94),top .5s cubic-bezier(.25,.46,.45,.94),left .5s cubic-bezier(.25,.46,.45,.94)}.product-card.th-animation-complete{opacity:1;transform:translateY(0) scale(1)}
/*# sourceMappingURL=/cdn/shop/t/20/assets/th-product-card.css.map */
