.gf-uppercase{text-transform:uppercase!important}.gf-products-section{position:relative;overflow:hidden;background-color:var(--color-background);color:var(--color-foreground)}.gf-products-bg-element{position:absolute;top:20%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,rgba(var(--gf-prod-accent-rgb),.03),#fff0 70%);pointer-events:none;z-index:1}.gf-products-header{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;margin-bottom:5rem;gap:2rem;position:relative;z-index:2}@media (min-width: 1024px){.gf-products-header{flex-direction:row;align-items:flex-end}}.gf-products-pretitle{color:var(--gf-prod-accent);font-weight:900;text-transform:uppercase;letter-spacing:.3em;font-size:var(--gf-prod-pretitle);display:block;margin-bottom:1.5rem}.gf-products-title{font-family:var(--gf-font-heading);font-size:var(--gf-prod-title);line-height:.9;font-weight:900;letter-spacing:-.02em;margin:0;text-transform:uppercase}.gf-products-highlight{color:var(--gf-prod-accent);font-style:italic}.gf-products-header-action{max-width:500px}.gf-header-text{font-size:var(--gf-prod-text);color:var(--color-foreground);opacity:.7;margin-bottom:2.5rem;font-weight:500;line-height:1.4}.gf-view-all-link{display:inline-flex;align-items:center;gap:1rem;font-weight:900;text-transform:uppercase;font-size:var(--gf-prod-link);letter-spacing:.15em;color:var(--color-foreground);transition:all .3s ease;border-bottom:2px solid var(--gf-border);padding-bottom:.5rem;text-decoration:none}.gf-view-all-link:hover{color:var(--gf-prod-accent);border-color:var(--gf-prod-accent);gap:1.5rem}.gf-product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:var(--gf-gutter);position:relative;z-index:2}@media (max-width: 640px){.gf-product-grid{gap:var(--gf-gutter)}}.gf-product-card{position:relative;background:transparent;transition:transform .3s ease;display:flex;flex-direction:column}.gf-product-badge{position:absolute;top:1.5rem;left:1.5rem;z-index:10;background:var(--gf-black);color:var(--gf-white);padding:.5rem 1rem;border-radius:var(--gf-radius-sm);font-size:var(--gf-prod-badge);font-weight:900;text-transform:uppercase;letter-spacing:.1em;box-shadow:var(--gf-shadow-md);pointer-events:none}.gf-product-image-wrapper{position:relative;aspect-ratio:var(--gf-card-ratio, 3/4);background:var(--gf-prod-card-bg, var(--gf-warm-white));border-radius:var(--gf-radius-md);overflow:hidden;margin-bottom:2rem;border:none;display:block;box-shadow:var(--gf-shadow-sm)}.gf-product-main-img{width:100%;height:100%;object-fit:cover;transition:transform 1s cubic-bezier(.2,1,.3,1)}.gf-product-card:hover .gf-product-main-img{transform:scale(1.1)}.gf-product-hover-content{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#000000f2,#0000 80%);display:flex;flex-direction:column;justify-content:flex-end;align-items:center;padding:2rem;opacity:0;transition:all .4s ease;transform:translateY(10px);pointer-events:none}.gf-product-hover-content>*{pointer-events:auto}@media (min-width: 1024px){.gf-product-card:hover .gf-product-hover-content{opacity:1;transform:translateY(0)}}.gf-product-specs{display:flex;flex-direction:column;align-items:center;gap:.8rem;margin-bottom:2rem;width:100%}.gf-product-specs span{display:flex;align-items:center;gap:.5rem;color:var(--gf-white);font-size:var(--gf-prod-spec-text);font-weight:700;text-shadow:0 2px 4px rgba(0,0,0,.5)}.gf-product-specs .material-symbols-outlined{font-size:var(--gf-prod-spec-icon);color:var(--gf-prod-accent)}.gf-add-cart-btn{width:100%;display:flex;justify-content:center;align-items:center;gap:.8rem;padding:1.2rem;font-size:var(--gf-prod-btn);font-weight:900;text-transform:uppercase;letter-spacing:.1em;border-radius:var(--gf-radius-sm);cursor:pointer;transition:all .3s ease;border:none;background:var(--gf-prod-accent);color:var(--gf-black);box-shadow:0 0 15px #f5b80066}.gf-add-cart-btn:hover{transform:translateY(-2px);box-shadow:0 0 25px #f5b800b3;filter:brightness(1.15);background:var(--gf-prod-accent)}.gf-product-meta-data{display:flex;flex-direction:row;justify-content:space-between;align-items:baseline;gap:1rem;padding:0 .5rem}.gf-meta-left{display:flex;flex-direction:column;gap:.8rem;flex:1}.gf-meta-right{flex-shrink:0;display:flex}.gf-p-title{font-family:var(--gf-font-heading);font-weight:900;font-size:var(--gf-prod-name);line-height:1.1;color:var(--color-foreground);margin:0;letter-spacing:-.02em;width:100%}.gf-p-price-container{display:flex;flex-direction:column;align-items:flex-end;gap:.2rem;width:auto;flex-shrink:0}.gf-p-price{font-family:var(--gf-font-heading);font-size:var(--gf-prod-price);color:var(--gf-prod-accent);font-weight:900;line-height:1.1}.gf-p-compare{text-decoration:line-through;opacity:.5;font-weight:700;font-size:var(--gf-text-sm);color:var(--color-foreground)}.gf-p-description{font-family:var(--gf-font-body);font-size:var(--gf-prod-cat);line-height:1.5;margin-top:.2rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;letter-spacing:.1em}.gf-mobile-only-btn{display:none}@media (max-width: 1023px){.gf-desktop-only{display:none!important}.gf-mobile-only-btn{display:flex;margin-top:1.5rem;background:var(--gf-prod-accent);color:var(--gf-black);padding:1rem;box-shadow:0 0 15px #f5b80066;width:100%;justify-content:center;align-items:center;gap:.75rem;text-transform:uppercase;font-weight:800;letter-spacing:.1em;border-radius:var(--gf-radius-sm);border:none;font-size:var(--gf-text-xs);cursor:pointer}}
/*# sourceMappingURL=/cdn/shop/t/21/assets/gf-products.css.map */
