.product-card{display:flex;flex-direction:column;gap:24px;border-radius:8px;padding:16px;overflow:hidden;position:relative;height:100%;transition:transform .4s cubic-bezier(.76,0,.24,1),padding-bottom .4s cubic-bezier(.76,0,.24,1);will-change:transform}@media(hover:hover)and (pointer:fine){.product-card:hover{padding-bottom:calc(var(--tr-btn-height) + 32px)}}@media(min-width:1024px)and (hover:hover)and (pointer:fine){.product-card:hover{transform:translateY(-10px)!important}}.product-card .product-card__figure{display:block;position:relative;flex:1;overflow:hidden;border-radius:4px;min-height:486px}.product-card .product-card__figure a{display:block;height:100%;min-height:486px}.product-card .product-card__image{width:100%;height:100%;min-height:486px;object-fit:cover;object-position:bottom center;display:block;transition:none}.product-card--show-secondary-media .product-card__image--secondary{display:block;opacity:0;position:absolute;top:0;right:0;bottom:0;left:0}@media screen and (pointer:fine){.product-card--show-secondary-media .product-card__figure:hover .product-card__image--primary{opacity:0}.product-card--show-secondary-media .product-card__figure:hover .product-card__image--secondary{opacity:1}.product-card--show-secondary-media .product-card__image--secondary{transition:opacity .2s ease-in-out}}.product-card .product-card__video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;min-height:428px;object-fit:cover;object-position:bottom center;opacity:0;pointer-events:none;z-index:1}@media screen and (hover:hover)and (pointer:fine){.product-card--has-video .product-card__video{transition:opacity .2s ease-in-out}.product-card--has-video .product-card__figure:hover .product-card__video{opacity:1}}.product-card--has-video .product-card__figure{isolation:isolate}@media screen and (hover:hover)and (pointer:fine){.product-card--has-video .product-card__image--primary{transition:opacity .2s ease-in-out}.product-card--has-video .product-card__figure:hover .product-card__image--primary{opacity:0}}.product-card .product-card__badge-group{display:contents}.product-card .product-card__tag-badge{position:relative;inset:auto;background:var(--tr-dark-brown);color:var(--tr-white);font-family:var(--tr-font);font-size:var(--tr-fs-xs);font-weight:400;line-height:var(--tr-lh-lg);padding:4px 8px;border-radius:100px;text-transform:uppercase;white-space:nowrap;pointer-events:none;z-index:2}.product-card .product-card__info{display:flex;flex-direction:column;gap:8px;flex-shrink:0;padding:0;width:100%}.product-card .product-card__title-row{display:flex;align-items:center;gap:8px;width:100%}.product-card .product-card__title{flex:1;min-width:0;line-height:var(--tr-lh-xl);min-height:28px}.product-card .product-card__title a{font-family:var(--tr-font);font-size:var(--tr-fs-sm);font-weight:400;line-height:var(--tr-lh-xl);color:var(--tr-dark-brown);text-decoration:none;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-card .product-card__title a:hover{color:var(--tr-dark-brown)}.product-card .product-card__option-tag{flex-shrink:0;font-family:var(--tr-font);font-size:var(--tr-fs-xs);font-weight:400;line-height:var(--tr-lh-lg);color:var(--tr-dark-brown);border:1px solid var(--tr-dark-brown);border-radius:100px;padding:4px 8px;white-space:nowrap;transition:all .3s;text-transform:capitalize}.product-card .product-card__option-tag:hover{color:var(--tr-white);background-color:var(--tr-dark-brown)}.product-card .product-card__description{display:none}.product-card .product-card__price-row{display:flex;align-items:center;gap:10px;width:100%}.product-card .product-card__price-row--no-price{justify-content:flex-end}.product-card .product-card__price-row .price-list{flex:1;font-family:var(--tr-font);font-size:var(--tr-fs-xs);font-weight:400;line-height:var(--tr-lh-xl);color:var(--tr-dark-brown)!important}.product-card .product-card__price-row .price-list sale-price{color:var(--tr-dark-brown)!important}.product-card .product-card__price-row .product-rating{flex-shrink:0;display:flex;align-items:center;gap:4px;font-family:var(--tr-font);font-size:var(--tr-fs-xs);color:var(--tr-dark-brown)}.product-card .product-card__actions{position:absolute;bottom:16px;left:16px;right:16px;display:flex;gap:2px;z-index:3;opacity:0;transform:translateY(80px);width:calc(100% - 32px);transition:transform .4s cubic-bezier(.76,0,.24,1),opacity .4s cubic-bezier(.76,0,.24,1)}@media(hover:hover)and (pointer:fine){.product-card:hover .product-card__actions{opacity:1;transform:translateY(0)}}.product-card .pc__cart-form{flex:unset;width:50%;min-width:0;display:flex;margin:0;padding:0}.product-card .pc__cart-form .pc__btn{flex:unset;min-width:0;width:100%}.product-card .pc__btn{flex:unset;width:50%;min-width:0;display:inline-flex;align-items:center;justify-content:center;height:var(--tr-btn-height);padding:0 16px;border-radius:8px;font-family:var(--tr-font);font-size:var(--tr-fs-xs);font-weight:400;line-height:var(--tr-lh-lg);text-decoration:none;text-align:center;white-space:nowrap;cursor:pointer;border:none;outline:none;-webkit-appearance:none;appearance:none;overflow:hidden;position:relative;transition:transform var(--tr-btn-duration) var(--tr-btn-ease)}@media screen and (hover:hover)and (pointer:fine){.product-card .pc__btn span:not(.button__loader):not(.button__loader *){display:block;pointer-events:none;transition:transform var(--tr-btn-duration) var(--tr-btn-ease)}.product-card .pc__btn:after{content:attr(data-text);position:absolute;left:0;right:0;top:calc(-1 * var(--tr-btn-height));height:var(--tr-btn-height);display:flex;align-items:center;justify-content:center;font-family:var(--tr-font);font-size:inherit;font-weight:400;pointer-events:none;transition:transform var(--tr-btn-duration) var(--tr-btn-ease)}.product-card .pc__btn:hover span:not(.button__loader):not(.button__loader *){transform:translateY(var(--tr-btn-height))}.product-card .pc__btn:hover:after{transform:translateY(var(--tr-btn-height))}.product-card .pc__btn:hover[aria-busy=true]:after{transform:translateY(0)}}.product-card .pc__btn--primary{background:var(--tr-main);color:var(--tr-white)}.product-card .pc__btn--primary:after{color:var(--tr-white)}.product-card .pc__btn--primary:hover{transform:scale(.98,.9);color:var(--tr-white)}.product-card .pc__btn--secondary{background:#00000014;color:var(--tr-black)}.product-card .pc__btn--secondary:after{color:var(--tr-black)}.product-card .pc__btn--secondary:hover{transform:scale(.98,.9);color:var(--tr-black)}.product-card .pc__btn:disabled,.product-card .pc__btn[aria-disabled=true]{opacity:.5;cursor:not-allowed}.product-card .pc__btn:disabled:hover,.product-card .pc__btn[aria-disabled=true]:hover{transform:none}.product-card .pc__btn:disabled:hover span,.product-card .pc__btn[aria-disabled=true]:hover span{transform:none}.product-card .pc__btn:disabled:hover:after,.product-card .pc__btn[aria-disabled=true]:hover:after{transform:none}@media(hover:none){.product-card{transition:none;transform:none;will-change:auto;padding-bottom:calc(var(--tr-btn-height) + 32px)}.product-card .product-card__actions{opacity:1;transform:translateY(0);transition:none}}@media(max-width:1199px){.product-card .product-card__figure,.product-card .product-card__figure a,.product-card .product-card__image{min-height:300px}}@media(max-width:1023px){.product-card .product-card__figure,.product-card .product-card__figure a{min-height:428px}.product-card .product-card__image{min-height:422px}}@media(max-width:767px){.product-card .product-card__tag-badge{font-size:var(--tr-fs-5xs);padding:3px 6px}.product-card .pc__btn{font-size:var(--tr-fs-3xs)}}@media(min-width:768px){.product-card--horizontal{display:grid;grid-template-columns:1fr 1fr;align-items:stretch;column-gap:24px}.product-card--horizontal .product-card__figure{grid-column:2;grid-row:1;height:100%}.product-card--horizontal .product-card__info{grid-column:1;grid-row:1;height:100%;justify-content:flex-start}.product-card--horizontal .product-card__description{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;line-clamp:4;overflow:hidden;margin:0;font-family:var(--tr-font);font-size:var(--tr-fs-xs);font-weight:400;line-height:var(--tr-lh-3xl);color:var(--tr-dark-brown)}.product-card--horizontal .product-card__price-row{margin-top:auto;padding-top:16px;border-top:1px solid rgba(0,0,0,.12)}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/product-card.css.map */
