.ta-coupons{padding:clamp(4rem,6vw,7rem) 0;overflow:hidden;background:rgb(var(--color-background));color:rgb(var(--color-foreground))}.ta-coupons__header{display:flex;align-items:end;justify-content:space-between;gap:2rem;margin-bottom:2.6rem}.ta-coupons__eyebrow{margin:0 0 .6rem;color:rgb(var(--color-button));font-size:1.1rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.ta-coupons__heading{margin:0;color:rgb(var(--color-foreground));font-size:clamp(2.8rem,4vw,4.8rem);letter-spacing:-.04em}.ta-coupons__description{max-width:56rem;margin:.8rem 0 0;color:rgba(var(--color-foreground),.7)}.ta-coupons__track{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(30rem,38rem);gap:1.6rem;padding:.4rem max(2rem,calc((100vw - var(--page-width, 120rem)) / 2)) 1.8rem;overflow-x:auto;scroll-snap-type:inline mandatory;scrollbar-width:none;cursor:grab;touch-action:pan-y pinch-zoom}.ta-coupons__track::-webkit-scrollbar{display:none}.ta-coupons__track.is-dragging{cursor:grabbing;scroll-snap-type:none}.ta-coupon{position:relative;min-height:27rem;border:.1rem solid rgba(var(--color-foreground),.12);border-radius:2.4rem;overflow:hidden;scroll-snap-align:start;background:rgb(var(--color-background));box-shadow:0 1.6rem 4rem rgba(var(--color-shadow),.1)}.ta-coupon:before,.ta-coupon:after{content:"";position:absolute;z-index:2;top:50%;width:2.4rem;height:2.4rem;border-radius:50%;background:rgb(var(--color-background));border:.1rem solid rgba(var(--color-foreground),.12);transform:translateY(-50%)}.ta-coupon:before{left:-1.3rem}.ta-coupon:after{right:-1.3rem}.ta-coupon__media{position:absolute;top:0;right:0;bottom:0;left:0}.ta-coupon__media img{width:100%;height:100%;object-fit:cover;display:block}.ta-coupon__media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(110deg,rgba(var(--color-background),.98) 12%,rgba(var(--color-background),.9) 58%,rgba(var(--color-background),.38))}.ta-coupon__content{position:relative;z-index:1;display:flex;flex-direction:column;align-items:flex-start;height:100%;padding:2.4rem}.ta-coupon__badge{display:inline-flex;padding:.5rem 1rem;border-radius:999px;color:rgb(var(--color-button-text));background:rgb(var(--color-button));font-size:1.1rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.ta-coupon__title{max-width:25rem;margin:1.5rem 0 .8rem;color:rgb(var(--color-foreground));font-size:2.4rem;line-height:1.08;letter-spacing:-.03em}.ta-coupon__text{max-width:26rem;margin:0 0 1.4rem;color:rgba(var(--color-foreground),.72);font-size:1.35rem;line-height:1.45}.ta-coupon__meta{display:flex;flex-wrap:wrap;gap:.6rem 1rem;margin-bottom:1.4rem;color:rgba(var(--color-foreground),.7);font-size:1.15rem}.ta-coupon__code-row{display:flex;align-items:stretch;width:100%;max-width:28rem;margin-top:auto;border:.1rem dashed rgba(var(--color-foreground),.4);border-radius:1.2rem;overflow:hidden;background:rgba(var(--color-background),.78)}.ta-coupon__code{flex:1;padding:1rem 1.2rem;color:rgb(var(--color-foreground));font-family:monospace;font-size:1.5rem;font-weight:800;letter-spacing:.08em}.ta-coupon__copy{border:0;padding:0 1.4rem;color:rgb(var(--color-button-text));background:linear-gradient(135deg,rgb(var(--color-button)),rgb(var(--ta-luxury-gold)));font-weight:800;cursor:pointer;transition:filter .18s ease,transform .18s ease}.ta-coupon__actions{display:flex;align-items:center;gap:1rem;margin-top:1.2rem}.ta-coupon__link,.ta-coupon__share{min-height:3.8rem;padding:.7rem 1.15rem;border:.1rem solid rgba(var(--ta-luxury-gold),.55);border-radius:999px;display:inline-flex;align-items:center;justify-content:center;color:rgb(var(--color-foreground));background:rgba(var(--color-background),.72);text-decoration:none;font-weight:700;cursor:pointer;transition:color .18s ease,background .18s ease,border-color .18s ease,transform .18s ease}.ta-coupon__share svg{width:1.8rem;margin-right:.5rem;fill:none;stroke:currentColor;stroke-width:1.8}.ta-coupon__copy:hover,.ta-coupon__copy:focus-visible{filter:brightness(1.12)}.ta-coupon__link:hover,.ta-coupon__link:focus-visible,.ta-coupon__share:hover,.ta-coupon__share:focus-visible{color:rgb(var(--color-button-text));border-color:rgb(var(--ta-luxury-gold));background:rgb(var(--color-button));transform:translateY(-.1rem)}.ta-coupon__copy:focus-visible,.ta-coupon__link:focus-visible,.ta-coupon__share:focus-visible,.ta-coupon-toast button:focus-visible{outline:.2rem solid rgb(var(--ta-luxury-gold));outline-offset:.2rem}.ta-coupon__status{min-height:1.6rem;margin-top:.5rem;color:rgb(var(--color-button));font-size:1.1rem;font-weight:700}.ta-coupon-toast{position:fixed;z-index:10000;right:2rem;bottom:2rem;display:grid;grid-template-columns:3.4rem minmax(0,1fr) 2.8rem;align-items:center;gap:1rem;width:min(40rem,calc(100vw - 3rem));padding:1.4rem;border:.1rem solid rgba(var(--color-foreground),.14);border-radius:1.6rem;color:rgb(var(--color-foreground));background:rgb(var(--color-background));box-shadow:0 2rem 6rem rgba(var(--color-shadow),.24);opacity:0;transform:translateY(2rem);transition:opacity .25s ease,transform .25s ease;pointer-events:none}.ta-coupon-toast[data-visible=true]{opacity:1;transform:translateY(0);pointer-events:auto}.ta-coupon-toast__icon{width:3.4rem;height:3.4rem;border-radius:50%;display:grid;place-items:center;color:rgb(var(--color-button-text));background:rgb(var(--color-button));font-size:1.8rem;font-weight:800}.ta-coupon-toast[data-error] .ta-coupon-toast__icon{background:rgb(var(--color-foreground))}.ta-coupon-toast [data-coupon-toast-message]{font-size:1.35rem;font-weight:700;line-height:1.4}.ta-coupon-toast button{width:2.8rem;height:2.8rem;padding:0;border:0;color:currentColor;background:transparent;font-size:2rem;cursor:pointer}@media(max-width:749px){.ta-coupons{padding:3.5rem 0}.ta-coupons__header{padding:0 1.5rem;margin-bottom:2rem}.ta-coupons__track{grid-auto-columns:min(84vw,34rem);padding-inline:1.5rem;gap:1.2rem}.ta-coupon{min-height:28rem}.ta-coupon-toast{right:1.5rem;bottom:1.5rem}}
/*# sourceMappingURL=/cdn/shop/t/8/assets/ta-coupon-slider.css.map */
