.cc-product-card{display:flex;flex-direction:column;height:100%;background-color:#fff;border:1px solid rgba(var(--color-foreground),.08);border-radius:.2rem;overflow:hidden;transition:border-color .3s ease,box-shadow .3s ease}@media screen and (max-width:749px){.cc-product-card{flex-direction:row;height:auto}}.cc-product-card:hover{border-color:rgba(var(--color-foreground),.2);box-shadow:0 10px 25px -5px rgba(var(--color-foreground),.08),0 8px 10px -6px rgba(var(--color-foreground),.04)}.cc-product-card__media{position:relative;overflow:hidden;background-color:#fff}@media screen and (max-width:749px){.cc-product-card__media{flex-shrink:0;width:12rem}}.cc-product-card__media-link{display:block;width:100%;aspect-ratio:1 / 1}.cc-product-card__img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .7s ease}.cc-product-card__img--secondary{position:absolute;top:0;left:0;opacity:0;transition:opacity .5s ease,transform .7s ease}@media screen and (min-width:990px){.cc-product-card:hover .cc-product-card__img--primary{transform:scale(1.05)}.cc-product-card:hover .cc-product-card__img--secondary{opacity:1;transform:scale(1.05)}.cc-product-card:hover .cc-product-card__img--primary:not(:only-child){opacity:0}}.cc-product-card__placeholder{width:100%;height:100%;object-fit:cover}.cc-product-card__badge{position:absolute;top:1.2rem;left:1.2rem;z-index:10;font-size:var(--t-size-meta);font-weight:var(--t-weight-meta);text-transform:uppercase;letter-spacing:var(--t-ls-meta);line-height:var(--t-lh-small);padding:.4rem 1rem;border-radius:.2rem}@media screen and (max-width:749px){.cc-product-card__badge{top:.6rem;left:.6rem;padding:.2rem .6rem}}.cc-product-card__badge--sale{background-color:rgb(var(--color-base-accent-2));color:rgb(var(--color-base-background-1))}.cc-product-card__badge--sold-out{background-color:rgba(var(--color-foreground),.7);color:rgb(var(--color-background))}.cc-product-card__quick-view{position:absolute;bottom:0;left:0;width:100%;padding:1.2rem;transform:translateY(100%);transition:transform .3s ease;z-index:20}@media screen and (min-width:990px){.cc-product-card:hover .cc-product-card__quick-view{transform:translateY(0)}}.cc-product-card__quick-view-btn{display:flex;align-items:center;justify-content:center;gap:.6rem;width:100%;padding:1rem;background-color:rgba(var(--color-background),.95);color:rgb(var(--color-foreground));border:none;border-radius:.2rem;font-size:var(--t-size-cta);font-weight:var(--t-weight-cta);text-transform:uppercase;letter-spacing:var(--t-ls-cta);line-height:var(--t-lh-small);cursor:pointer;transition:background-color .2s ease,color .2s ease;box-shadow:0 4px 12px rgba(var(--color-foreground),.1);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.cc-product-card__quick-view-btn:hover{background-color:rgb(var(--color-base-accent-1));color:rgb(var(--color-base-background-1))}.cc-product-card__quick-view-btn svg{flex-shrink:0}.cc-product-card__content{display:flex;flex-direction:column;flex:1;padding:1.6rem;min-width:0}@media screen and (max-width:749px){.cc-product-card__content{padding:1.2rem;justify-content:center}}@media screen and (min-width:750px){.cc-product-card__content{padding:2rem}}.cc-product-card__meta{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.4rem;min-height:1.6rem}.cc-product-card__type{font-size:var(--t-size-eyebrow);font-weight:var(--t-weight-eyebrow);text-transform:uppercase;letter-spacing:var(--t-ls-eyebrow);line-height:var(--t-lh-small);color:rgb(var(--color-base-accent-1))}.cc-product-card__rating{display:flex;gap:.2rem;color:rgb(var(--color-base-accent-2));flex-shrink:0}.cc-product-card__star{display:block}.cc-product-card__title{font-family:var(--font-heading-family);font-size:var(--t-size-card-title);font-weight:var(--t-weight-card-title);line-height:var(--t-lh-card-title);margin:0 0 .8rem;color:rgb(var(--color-foreground))}@media screen and (max-width:749px){.cc-product-card__title{font-size:var(--t-size-body);margin-bottom:.4rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}}.cc-product-card__title a{color:inherit;text-decoration:none;transition:color .2s ease}@media screen and (max-width:749px){.cc-product-card{cursor:pointer}}.cc-product-card:hover .cc-product-card__title a{color:rgb(var(--color-base-accent-1))}.cc-product-card__description{font-size:var(--t-size-body);font-weight:var(--t-weight-subtitle);color:rgba(var(--color-foreground),.6);line-height:var(--t-lh-body);margin:0 0 1.6rem;flex:1;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}@media screen and (max-width:749px){.cc-product-card__description{display:none}}.cc-product-card__footer{display:flex;align-items:center;justify-content:space-between;gap:1.2rem;margin-top:auto;padding-top:1.6rem;border-top:1px solid rgba(var(--color-foreground),.08)}@media screen and (max-width:749px){.cc-product-card__footer{padding-top:.8rem;border-top:none;gap:.8rem}}.cc-product-card__price{display:flex;flex-direction:column;flex-shrink:0}.cc-product-card__price-regular{font-family:var(--font-heading-family);font-size:var(--t-size-body);font-weight:var(--t-weight-card-title);color:rgb(var(--color-foreground));line-height:var(--t-lh-card-title)}.cc-product-card__price-compare{font-size:var(--t-size-meta);color:rgba(var(--color-foreground),.4);text-decoration:line-through;font-weight:var(--t-weight-body);line-height:var(--t-lh-small)}.cc-product-card__price-sale{font-family:var(--font-heading-family);font-size:var(--t-size-body);font-weight:var(--t-weight-card-title);color:rgb(var(--color-base-accent-2));line-height:var(--t-lh-card-title)}.cc-product-card__price-sold-out{font-family:var(--font-heading-family);font-size:var(--t-size-body);font-weight:var(--t-weight-card-title);color:rgba(var(--color-foreground),.5);line-height:var(--t-lh-card-title)}.cc-product-card__form{flex:1;min-width:0}.cc-product-card__form-inner{display:flex}.cc-product-card__add-btn{position:relative;display:flex;align-items:center;justify-content:center;gap:.6rem;width:100%;padding:1rem 1.2rem;background-color:rgb(var(--color-foreground));color:rgb(var(--color-background));border:none;border-radius:.2rem;font-size:var(--t-size-cta);font-weight:var(--t-weight-cta);text-transform:uppercase;letter-spacing:var(--t-ls-cta);line-height:var(--t-lh-small);cursor:pointer;transition:background-color .3s ease,box-shadow .3s ease;box-shadow:0 2px 8px rgba(var(--color-foreground),.15);white-space:nowrap}.cc-product-card__add-btn:hover{background-color:rgb(var(--color-base-accent-1));box-shadow:0 4px 12px rgba(var(--color-foreground),.2)}.cc-product-card__add-btn-text{display:flex;align-items:center;gap:.6rem}.cc-product-card__add-btn .ph{flex-shrink:0;font-size:1.6rem;line-height:1;display:inline-flex;align-items:center;justify-content:center;vertical-align:middle}.cc-product-card .cc-product-card__add-btn .loading-overlay__spinner{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;display:flex;align-items:center;justify-content:center}.cc-product-card .cc-product-card__add-btn .loading-overlay__spinner.hidden{display:none}.cc-product-card .cc-product-card__add-btn .loading-overlay__spinner .spinner{width:2rem;height:2rem;animation:cc-spin .8s linear infinite}.cc-product-card .cc-product-card__add-btn .loading-overlay__spinner .spinner .path{stroke:rgb(var(--color-background));stroke-dasharray:140;stroke-dashoffset:70}.cc-product-card__add-btn.loading .cc-product-card__add-btn-text{visibility:hidden}@keyframes cc-spin{to{transform:rotate(360deg)}}@media screen and (max-width:749px){.cc-product-card__add-btn{padding:.8rem;width:auto;letter-spacing:0}.cc-product-card__add-btn-text{display:flex;align-items:center;justify-content:center;gap:0;font-size:0}.cc-product-card__add-btn-text .ph{font-size:1.6rem}}.cc-product-card--sold-out .cc-product-card__media-link{opacity:.6}.cc-product-grid .product-grid{display:grid;grid-template-columns:1fr;gap:1.2rem;margin-left:0;margin-bottom:0}@media screen and (min-width:750px){.cc-product-grid .product-grid{grid-template-columns:repeat(3,1fr);gap:2.4rem;row-gap:3rem}}.cc-product-grid .product-grid .grid__item{width:100%;max-width:100%;padding-left:0;padding-bottom:0}
/*# sourceMappingURL=/cdn/shop/t/2/assets/component-product-card-collection.css.map */
