:root{--color-berry: #4a90e2;--color-cayenne: #e24a4a;--color-ginger: #e2a84a;--color-lime: #4ae27c;--color-spearmint: #4ae2c8;--color-default: #c8c8c8}.gtg-products{padding:6rem 2rem;background:#0a0a0a;position:relative}.gtg-products__header{max-width:1400px;margin:0 auto 4rem;text-align:center}.gtg-products__title{font-family:Orbitron,sans-serif;font-size:clamp(2rem,4vw,3.5rem);font-weight:900;color:#fff;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem}.gtg-products__subtitle{font-family:Rajdhani,sans-serif;font-size:1.3rem;font-weight:500;color:#a8a8a8;max-width:700px;margin:0 auto;line-height:1.6}.gtg-products__bundle-note{font-family:Rajdhani,sans-serif;font-size:1.1rem;font-weight:600;color:#4a90e2;max-width:800px;margin:1.5rem auto 0;padding:1rem 1.5rem;background:#4a90e21a;border:1px solid rgba(74,144,226,.2);border-radius:4px;text-align:center;line-height:1.6}.gtg-products__grid{max-width:1440px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(31%,1fr));gap:2.5rem}.gtg-product-card{background:#1a1a1a;border:1px solid rgba(168,168,168,.1);clip-path:polygon(0 0,calc(100% - 20px) 0,100% 20px,100% 100%,20px 100%,0 calc(100% - 20px));overflow:hidden;transition:all .4s ease;position:relative;display:flex;flex-direction:column}.gtg-product-card__bundle-badge{position:absolute;top:1rem;left:1rem;z-index:10;padding:.4rem .8rem;background:#a8a8a8f2;color:#0a0a0a;font-family:Orbitron,sans-serif;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;border-radius:2px}.gtg-product-card__variety-badge{position:absolute;top:1rem;right:1rem;z-index:10;padding:.4rem .8rem;background:linear-gradient(135deg,#4a90e2,#357abd);color:#fff;font-family:Orbitron,sans-serif;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;border-radius:2px;box-shadow:0 2px 8px #4a90e24d}.gtg-product-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:3px;background:var(--card-accent);opacity:0;transition:opacity .3s ease;z-index:10}.gtg-product-card:hover:before{opacity:1}.gtg-product-card[data-flavor=berry]{--card-accent: var(--color-berry)}.gtg-product-card[data-flavor=cayenne]{--card-accent: var(--color-cayenne)}.gtg-product-card[data-flavor=ginger]{--card-accent: var(--color-ginger)}.gtg-product-card[data-flavor=lime]{--card-accent: var(--color-lime)}.gtg-product-card[data-flavor=spearmint]{--card-accent: var(--color-spearmint)}.gtg-product-card[data-flavor=default]{--card-accent: var(--color-default)}.gtg-product-card:hover{transform:translateY(-10px);border-color:#a8a8a84d;box-shadow:0 20px 50px #00000080}.gtg-product-card__image-wrapper{width:100%;height:350px;overflow:hidden;background:#2a2a2a;position:relative}.gtg-product-card__image{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.gtg-product-card:hover .gtg-product-card__image{transform:scale(1.05)}.gtg-product-card__image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#2a2a2a}.gtg-product-card__placeholder-svg{width:60%;height:60%;opacity:.3}.gtg-product-card__info{padding:2rem;flex:1;display:flex;flex-direction:column}.gtg-product-card__flavor{font-family:Orbitron,sans-serif;font-size:.9rem;font-weight:700;color:var(--card-accent);text-transform:uppercase;letter-spacing:.15em;margin-bottom:.5rem;display:block}.gtg-product-card__name{font-family:Orbitron,sans-serif;font-size:1.8rem;font-weight:700;color:#fff;margin-bottom:1rem;line-height:1.2}.gtg-product-card__name a{color:inherit;text-decoration:none;transition:color .3s ease}.gtg-product-card__name a:hover{color:var(--card-accent)}.gtg-product-card__description{font-family:Rajdhani,sans-serif;font-size:1.05rem;font-weight:400;color:#a8a8a8;margin-bottom:1.5rem;line-height:1.6;flex:1}.gtg-product-card__price{margin-bottom:1.5rem;display:flex;align-items:center;flex-wrap:wrap;gap:.8rem}.gtg-product-card__price-current{font-family:Orbitron,sans-serif;font-size:1.6rem;font-weight:700;color:#fff}.gtg-product-card__price-compare{font-family:Rajdhani,sans-serif;font-size:1.2rem;color:#a8a8a8;text-decoration:line-through;opacity:.6}.gtg-product-card__unit-price{font-family:Rajdhani,sans-serif;font-size:.95rem;color:var(--card-accent);font-weight:600;width:100%;margin-top:.3rem}.gtg-product-card__form{margin:0}.gtg-product-card__cta{width:100%;padding:1rem;background:transparent;border:2px solid var(--card-accent);color:#fff;font-family:Orbitron,sans-serif;font-size:1rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden;text-decoration:none;display:inline-block;text-align:center}.gtg-product-card__cta:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:var(--card-accent);transition:left .3s ease;z-index:-1}.gtg-product-card__cta:hover:not(:disabled){color:#0a0a0a;border-color:var(--card-accent)}.gtg-product-card__cta:hover:not(:disabled):before{left:0}.gtg-product-card__cta:disabled{opacity:.5;cursor:not-allowed;border-color:#666;color:#666}.gtg-product-card__cta--link{background:transparent;border:2px solid var(--card-accent);color:#fff}.gtg-product-card__quick-add quick-add-component{position:relative}.gtg-product-card__quick-add add-to-cart-component .quick-add__button{display:block;opacity:1;position:relative;background:transparent;border-radius:0;height:auto;min-width:100%}.gtg-product-card__quick-add .add-to-cart-text__content{display:block;position:relative!important;width:100%;height:auto}.gtg-product-card__quick-add .add-to-cart-text__content span span{opacity:1;filter:unset;width:100%;padding:1rem;background:transparent;border:2px solid var(--card-accent);color:#fff;font-family:Orbitron,sans-serif;font-size:1rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;cursor:pointer;transition:all .3s ease;text-decoration:none;display:flex;align-items:center;justify-content:center;text-align:center;translate:unset;min-height:54px}.gtg-product-card__quick-add .add-to-cart-text{background:transparent;border-radius:0}.gtg-product-card__quick-add .add-to-cart-icon{display:none}.gtg-product-card__quick-add .add-to-cart__added{pointer-events:none}.gtg-product-card__quick-add .add-to-cart__added-icon{color:#fff}.gtg-product-card[data-flavor=berry] .add-to-cart-text__content span span{border-color:var(--color-berry)}.gtg-product-card[data-flavor=cayenne] .add-to-cart-text__content span span{border-color:var(--color-cayenne)}.gtg-product-card[data-flavor=ginger] .add-to-cart-text__content span span{border-color:var(--color-ginger)}.gtg-product-card[data-flavor=lime] .add-to-cart-text__content span span{border-color:var(--color-lime)}.gtg-product-card[data-flavor=spearmint] .add-to-cart-text__content span span{border-color:var(--color-spearmint)}.gtg-product-card__quick-add .add-to-cart-text__content span span:hover{color:#0a0a0a;transform:translateY(-2px)}.gtg-product-card[data-flavor=berry] .add-to-cart-text__content span span:hover{background:var(--color-berry);box-shadow:0 8px 20px #4a90e266}.gtg-product-card[data-flavor=cayenne] .add-to-cart-text__content span span:hover{background:var(--color-cayenne);box-shadow:0 8px 20px #e24a4a66}.gtg-product-card[data-flavor=ginger] .add-to-cart-text__content span span:hover{background:var(--color-ginger);box-shadow:0 8px 20px #e2a84a66}.gtg-product-card[data-flavor=lime] .add-to-cart-text__content span span:hover{background:var(--color-lime);box-shadow:0 8px 20px #4ae27c66}.gtg-product-card[data-flavor=spearmint] .add-to-cart-text__content span span:hover{background:var(--color-spearmint);box-shadow:0 8px 20px #4ae2c866}.gtg-products__empty{grid-column:1 / -1;text-align:center;padding:4rem 2rem;color:#a8a8a8;font-family:Rajdhani,sans-serif;font-size:1.2rem}.gtg-products__footer{max-width:1400px;margin:4rem auto 0;text-align:center}.gtg-products__view-all{display:inline-block;padding:1.2rem 3rem;background:transparent;border:2px solid #c8c8c8;color:#fff;font-family:Orbitron,sans-serif;font-size:1.1rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;text-decoration:none;transition:all .3s ease;clip-path:polygon(0 0,calc(100% - 15px) 0,100% 15px,100% 100%,15px 100%,0 calc(100% - 15px))}.gtg-products__view-all:hover{background:#fff;color:#0a0a0a;border-color:#fff;transform:translateY(-2px)}@media screen and (max-width:968px){.gtg-products{padding:4rem 1.5rem}.gtg-products__header{margin-bottom:3rem}.gtg-products__title{font-size:2.5rem}.gtg-products__subtitle{font-size:1.2rem}.gtg-products__grid{grid-template-columns:repeat(2,1fr);gap:2rem}.gtg-product-card__image-wrapper{height:300px}.gtg-product-card__info{padding:1.5rem}.gtg-product-card__name{font-size:1.6rem}}@media screen and (max-width:749px){.gtg-product-card__quick-add add-to-cart-component{width:100%}.gtg-product-card__quick-add add-to-cart-component .quick-add__button{width:100%}.gtg-product-card__quick-add .add-to-cart-text__content span span{padding:.9rem;font-size:.95rem}}@media screen and (max-width:640px){.gtg-products{padding:3rem 1rem}.gtg-products__header{margin-bottom:2rem}.gtg-products__title{font-size:2rem}.gtg-products__subtitle{font-size:1.1rem}.gtg-products__grid{grid-template-columns:1fr;gap:2rem}.gtg-product-card{clip-path:polygon(0 0,calc(100% - 15px) 0,100% 15px,100% 100%,15px 100%,0 calc(100% - 15px))}.gtg-product-card__image-wrapper{height:280px}.gtg-product-card__info{padding:1.5rem}.gtg-product-card__flavor{font-size:.8rem}.gtg-product-card__name{font-size:1.5rem;margin-bottom:.8rem}.gtg-product-card__description{font-size:1rem;margin-bottom:1.2rem}.gtg-product-card__price-current{font-size:1.4rem}.gtg-product-card__cta{padding:.9rem;font-size:.95rem}.gtg-products__view-all{width:100%;padding:1rem 2rem;font-size:1rem}}@media screen and (max-width:400px){.gtg-product-card__image-wrapper{height:250px}.gtg-product-card__name,.gtg-product-card__price-current{font-size:1.3rem}}
/*# sourceMappingURL=/cdn/shop/t/1/assets/gtg-products.css.map */
