.tcg-hero{background-size:cover;background-position:center;display:flex;align-items:center;position:relative;overflow:hidden}.tcg-hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#2c3e50e6,#3498dbe6);z-index:1}.tcg-hero__container{position:relative;z-index:2;width:100%;max-width:var(--page-width);margin:0 auto;padding:0 2rem}.tcg-hero__content{max-width:80rem;margin:0 auto}.tcg-hero__content--center{text-align:center}.tcg-hero__content--left{text-align:left}.tcg-hero__content--right{text-align:right}.tcg-hero__badge{display:inline-block;background-color:var(--color-base-accent-1);color:#fff;padding:.5rem 1rem;border-radius:5rem;font-size:1.3rem;font-weight:600;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.05em}.tcg-hero__title{font-size:clamp(2rem,5vw,4rem);font-weight:700;margin-bottom:1.5rem;line-height:1.2;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.3);margin:0 0 1.5rem}.tcg-hero__subtitle{font-size:clamp(1rem,2.5vw,1.5rem);margin-bottom:2rem;opacity:.95;color:#fff;max-width:60rem;margin:0 auto 2rem;line-height:1.6}.tcg-hero__cta{display:flex;gap:1rem;flex-wrap:wrap}.tcg-hero__cta--center{justify-content:center}.tcg-hero__cta--left{justify-content:flex-start}.tcg-hero__cta--right{justify-content:flex-end}.tcg-btn{padding:1.2rem 2.4rem;border-radius:.8rem;text-decoration:none;font-weight:600;font-size:1.4rem;transition:all .3s cubic-bezier(.25,.46,.45,.94);display:inline-flex;align-items:center;gap:.8rem;min-height:4.8rem;cursor:pointer;border:none;font-family:inherit;position:relative;overflow:hidden}.tcg-btn: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}.tcg-btn:hover:before{left:100%}.tcg-btn--primary{background-color:var(--color-base-accent-2);color:#fff;box-shadow:0 4px 15px rgba(var(--color-base-accent-2),.3)}.tcg-btn--primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(var(--color-base-accent-2),.4)}.tcg-btn--secondary{background-color:transparent;color:#fff;border:2px solid white}.tcg-btn--secondary:hover{background-color:#fff;color:var(--color-base-text);transform:translateY(-2px)}.tcg-collections{padding:var(--spacing-sections-desktop) 0}@media screen and (max-width: 749px){.tcg-collections{padding:var(--spacing-sections-mobile) 0}}.tcg-collections__container{max-width:var(--page-width);margin:0 auto;padding:0 2rem}.tcg-collections__header{text-align:center;margin-bottom:4rem}.tcg-collections__title{font-size:clamp(2.4rem,4vw,3.6rem);font-weight:700;margin-bottom:1rem;color:var(--color-foreground)}.tcg-collections__subtitle{font-size:1.6rem;color:rgba(var(--color-foreground),.7);max-width:60rem;margin:0 auto;line-height:1.5}.tcg-collections__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(30rem,1fr));gap:3rem}@media screen and (max-width: 749px){.tcg-collections__grid{grid-template-columns:1fr;gap:2rem}}.tcg-collection-card{position:relative;border-radius:1.2rem;overflow:hidden;background:var(--color-background);box-shadow:0 4px 20px #0000001a;transition:all .3s ease;min-height:25rem}.tcg-collection-card:hover{transform:translateY(-8px);box-shadow:0 12px 40px #00000026}.tcg-collection-card__image{position:relative;height:20rem;overflow:hidden}.tcg-collection-card__image:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom,#0000004d,#0009);z-index:1}.tcg-collection-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.tcg-collection-card:hover .tcg-collection-card__image img{transform:scale(1.1)}.tcg-collection-card__content{position:absolute;bottom:0;left:0;right:0;padding:2rem;color:#fff;z-index:2}.tcg-collection-card__name{font-size:1.8rem;font-weight:700;margin-bottom:.8rem;line-height:1.2}.tcg-collection-card__description{font-size:1.4rem;line-height:1.4;opacity:.9;margin-bottom:1.5rem}.tcg-collection-card__cta{color:#fff;font-weight:600;text-decoration:none;display:inline-flex;align-items:center;gap:.5rem;font-size:1.4rem;transition:gap .3s ease}.tcg-collection-card__cta:hover{gap:1rem}.tcg-collection-card__cta:after{content:"\2192";font-size:1.6rem;transition:transform .3s ease}.tcg-collection-card__cta:hover:after{transform:translate(4px)}.tcg-featured{padding:var(--spacing-sections-desktop) 0;background:var(--gradient-background)}@media screen and (max-width: 749px){.tcg-featured{padding:var(--spacing-sections-mobile) 0}}.tcg-featured__container{max-width:var(--page-width);margin:0 auto;padding:0 2rem}.tcg-featured__header{text-align:center;margin-bottom:4rem}.tcg-featured__title{font-size:clamp(2.4rem,4vw,3.6rem);font-weight:700;margin-bottom:1rem;color:var(--color-foreground)}.tcg-featured__subtitle{font-size:1.6rem;color:rgba(var(--color-foreground),.7);max-width:60rem;margin:0 auto;line-height:1.5}.tcg-product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(25rem,1fr));gap:2.4rem}@media screen and (max-width: 749px){.tcg-product-grid{grid-template-columns:repeat(2,1fr);gap:1.6rem}}@media screen and (max-width: 480px){.tcg-product-grid{grid-template-columns:1fr}}.tcg-product-card{background:var(--color-background);border-radius:1.2rem;overflow:hidden;box-shadow:0 2px 12px #00000014;transition:all .3s ease;position:relative}.tcg-product-card:hover{transform:translateY(-4px);box-shadow:0 8px 25px #00000026}.tcg-product-card__image{position:relative;aspect-ratio:1;overflow:hidden}.tcg-product-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.tcg-product-card:hover .tcg-product-card__image img{transform:scale(1.05)}.tcg-product-card__badge{position:absolute;top:1rem;left:1rem;background:var(--badge-sale-background);color:#fff;padding:.4rem .8rem;border-radius:var(--badge-corner-radius);font-size:1.2rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;z-index:2}.tcg-product-card__content{padding:1.5rem}.tcg-product-card__title{font-size:1.4rem;font-weight:600;margin-bottom:.8rem;line-height:1.3;color:var(--color-foreground);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.tcg-product-card__price{display:flex;align-items:center;gap:.8rem;margin-bottom:1.2rem}.tcg-product-card__current-price{font-size:1.6rem;font-weight:700;color:var(--color-base-accent-1)}.tcg-product-card__original-price{font-size:1.3rem;color:rgba(var(--color-foreground),.6);text-decoration:line-through}.tcg-product-card__actions{display:flex;gap:.8rem}.tcg-product-card__add-to-cart{flex:1;background:var(--color-base-accent-1);color:#fff;border:none;padding:1rem 1.5rem;border-radius:.8rem;font-weight:600;font-size:1.3rem;cursor:pointer;transition:all .2s ease}.tcg-product-card__add-to-cart:hover{background:var(--color-base-accent-2);transform:translateY(-1px)}.tcg-product-card__wishlist{background:none;border:1px solid rgba(var(--color-foreground),.2);color:var(--color-foreground);width:4.4rem;height:4.4rem;border-radius:.8rem;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1.8rem;transition:all .2s ease}.tcg-product-card__wishlist:hover{border-color:var(--color-base-accent-1);color:var(--color-base-accent-1)}.tcg-product-card__wishlist.active{background:var(--color-base-accent-1);border-color:var(--color-base-accent-1);color:#fff}@media screen and (max-width: 989px){.tcg-hero__content{max-width:none;text-align:center}.tcg-hero__cta{justify-content:center}.tcg-collections__grid{grid-template-columns:1fr}.tcg-product-grid{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width: 749px){.tcg-hero{padding:4rem 0;min-height:50vh}.tcg-hero__container{padding:0 1.5rem}.tcg-btn{padding:1rem 2rem;font-size:1.3rem;width:100%;justify-content:center}.tcg-hero__cta{flex-direction:column;align-items:stretch}.tcg-collections__container,.tcg-featured__container{padding:0 1.5rem}.tcg-collection-card__content{padding:1.5rem}.tcg-product-card__content{padding:1.2rem}.tcg-product-card__actions{flex-direction:column}.tcg-product-card__wishlist{width:100%;height:4rem}}@media (prefers-reduced-motion: reduce){.tcg-hero,.tcg-collection-card,.tcg-product-card,.tcg-btn,.tcg-product-card__image img{transition:none}.tcg-collection-card:hover .tcg-collection-card__image img,.tcg-product-card:hover .tcg-product-card__image img,.tcg-collection-card:hover,.tcg-product-card:hover{transform:none}}.tcg-btn:focus,.tcg-product-card__add-to-cart:focus,.tcg-product-card__wishlist:focus{outline:2px solid var(--color-base-accent-1);outline-offset:2px}.tcg-collection-card:focus-within,.tcg-product-card:focus-within{outline:2px solid var(--color-base-accent-1);outline-offset:2px;border-radius:1.2rem}@media (prefers-color-scheme: dark){.tcg-collection-card,.tcg-product-card{box-shadow:0 4px 20px #ffffff0d}.tcg-collection-card:hover,.tcg-product-card:hover{box-shadow:0 12px 40px #ffffff1a}}.tcg-hero__features{display:flex;justify-content:center;gap:2rem;margin-top:3rem;flex-wrap:wrap}.tcg-hero__feature{display:flex;align-items:center;gap:.8rem;color:#fff;font-size:1.3rem;opacity:.9;padding:.5rem 1rem;border-radius:.8rem;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease}.tcg-hero__feature:hover{opacity:1;background:#ffffff26;transform:translateY(-2px)}.tcg-hero__feature-icon{font-size:1.6rem}@media screen and (max-width: 749px){.tcg-hero__features{gap:1rem;margin-top:2rem}.tcg-hero__feature{font-size:1.2rem;padding:.4rem .8rem}.tcg-hero__feature-icon{font-size:1.4rem}}
/*# sourceMappingURL=/cdn/shop/t/21/assets/tcgsync-sections.css.map */
