@import"https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,700;0,900;1,700&family=Caveat:wght@600&family=DM+Sans:wght@300;400;500&display=swap";:root{--gg-terracotta: #C4714A;--gg-terracotta-light: #E8A882;--gg-clay-dark: #8B4A2E;--gg-concrete: #3D3D3D;--gg-concrete-light: #6B6B6B;--gg-gold: #C9A84C;--gg-gold-light: #E8C97A;--gg-forest: #2D4A3E;--gg-cream: #F5EFE6;--gg-warm-white: #FBF7F2}body{font-family:DM Sans,sans-serif;background:var(--gg-warm-white);color:var(--gg-concrete)}.gg-btn{display:inline-block;text-decoration:none;padding:.9rem 2rem;font-weight:500;font-size:.9rem;letter-spacing:.06em;text-transform:uppercase;border:none;cursor:pointer;transition:all .2s}.gg-btn--primary{background:var(--gg-gold);color:var(--gg-concrete)}.gg-btn--primary:hover{background:var(--gg-gold-light);transform:translateY(-2px)}.gg-btn--outline{background:transparent;color:var(--gg-cream);border:1px solid rgba(245,239,230,.4)}.gg-btn--outline:hover{border-color:var(--gg-gold-light);color:var(--gg-gold-light);transform:translateY(-2px)}.gg-btn--light{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.5)}.gg-btn--light:hover{background:#ffffff1a}.gg-btn--add{width:100%;margin-top:1rem;background:var(--gg-terracotta);color:#fff;padding:.7rem 1rem;font-size:.8rem}.gg-btn--add:hover{background:var(--gg-clay-dark)}.gg-btn--add:disabled{opacity:.7;cursor:not-allowed}.gg-section-eyebrow{font-family:Caveat,cursive;font-size:1.3rem;color:var(--gg-terracotta);margin-bottom:.4rem}.gg-section-title{font-family:Playfair Display,serif;font-size:clamp(1.8rem,3vw,2.5rem);font-weight:900;color:var(--gg-clay-dark);line-height:1.1}.gg-hero{min-height:100vh;display:grid;grid-template-columns:1fr 1fr;overflow:hidden}.gg-hero__left{background:var(--gg-forest);display:flex;flex-direction:column;justify-content:center;padding:6rem 4rem 5rem 5rem;position:relative}.gg-hero__left:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.025'%3E%3Ccircle cx='30' cy='30' r='1'/%3E%3C/g%3E%3C/svg%3E");pointer-events:none}.gg-hero__left:after{content:"";position:absolute;right:-40px;top:0;bottom:0;width:80px;background:var(--gg-forest);clip-path:polygon(0 0,0% 100%,100% 50%);z-index:2}.gg-hero__eyebrow{font-family:Caveat,cursive;font-size:1.4rem;color:var(--gg-gold-light);margin-bottom:1rem;animation:gg-fadeUp .8s ease both}.gg-hero__title{font-family:Playfair Display,serif;font-size:clamp(2.8rem,4.5vw,4.5rem);font-weight:900;line-height:1.05;color:var(--gg-cream);margin-bottom:1.5rem;animation:gg-fadeUp .8s .15s ease both}.gg-hero__title em{font-style:italic;color:var(--gg-gold-light)}.gg-hero__desc{font-size:1rem;line-height:1.7;color:#f5efe6bf;max-width:380px;margin-bottom:2.5rem;animation:gg-fadeUp .8s .3s ease both}.gg-hero__btns{display:flex;gap:1rem;flex-wrap:wrap;animation:gg-fadeUp .8s .45s ease both}.gg-hero__right{background:var(--gg-cream);display:flex;flex-direction:column;justify-content:center;align-items:center;padding:5rem 3rem 5rem 5rem;gap:2rem;position:relative}.gg-hero__card-stack{display:grid;grid-template-columns:1fr 1fr;gap:1.2rem;width:100%;max-width:460px;animation:gg-fadeUp .9s .5s ease both}.gg-product-card{background:#fff;border-radius:4px;overflow:hidden;box-shadow:0 4px 20px #0000000f;transition:transform .25s,box-shadow .25s;cursor:pointer;text-decoration:none;color:inherit}.gg-product-card:hover{transform:translateY(-5px);box-shadow:0 12px 35px #0000001f}.gg-product-card__img{height:140px;display:flex;align-items:center;justify-content:center;font-size:3.5rem;overflow:hidden}.gg-product-card__img img{width:100%;height:100%;object-fit:cover}.card-pottery{background:linear-gradient(135deg,#e8c4a0,#c4714a)}.card-run{background:linear-gradient(135deg,#2d4a3e,#4a7a66)}.card-diy{background:linear-gradient(135deg,#8b7355,#c9a84c)}.card-life{background:linear-gradient(135deg,#5c4a6e,#9b7fa8)}.gg-product-card__body{padding:1rem}.gg-product-card__tag{font-size:.65rem;letter-spacing:.12em;text-transform:uppercase;color:var(--gg-terracotta);font-weight:500;margin-bottom:.3rem}.gg-product-card__title{font-family:Playfair Display,serif;font-size:.95rem;font-weight:700;color:var(--gg-concrete);line-height:1.3}.gg-hero__badge{position:absolute;bottom:3rem;right:2rem;width:110px;height:110px;background:var(--gg-terracotta);border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;animation:gg-spin-slow 20s linear infinite;cursor:default}.gg-hero__badge span{font-family:Caveat,cursive;font-size:.85rem;color:#fff;line-height:1.3;font-weight:600}.badge-emoji{font-size:1.5rem;margin-bottom:.2rem}.gg-about-strip{background:var(--gg-terracotta);padding:4rem 5rem;display:grid;grid-template-columns:1fr 2fr;gap:4rem;align-items:center}.gg-about-strip__label{font-family:Caveat,cursive;font-size:2.5rem;color:var(--gg-gold-light);line-height:1.1}.gg-about-strip__text{font-size:1.05rem;line-height:1.8;color:#fbf7f2e6}.gg-about-strip__text strong{color:#fff}.gg-about-strip__cta{margin-top:1.5rem}.gg-featured{padding:5rem;background:var(--gg-warm-white)}.gg-featured--forest{background:#f0f4f2}.gg-featured__header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:2.5rem;flex-wrap:wrap;gap:1rem}.gg-featured__view-all{font-size:.85rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:var(--gg-terracotta);text-decoration:none;transition:color .2s}.gg-featured--forest .gg-featured__view-all{color:var(--gg-forest)}.gg-featured__view-all:hover{color:var(--gg-clay-dark)}.gg-featured__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.gg-feat-card{background:#fff;text-decoration:none;color:inherit;border-radius:4px;overflow:hidden;box-shadow:0 2px 12px #0000000d;transition:transform .25s,box-shadow .25s;display:flex;flex-direction:column;position:relative}.gg-feat-card:hover{transform:translateY(-6px);box-shadow:0 12px 30px #0000001a}.gg-feat-card:after{content:"";position:absolute;bottom:0;left:0;right:0;height:3px;background:var(--gg-gold);transform:scaleX(0);transform-origin:left;transition:transform .3s}.gg-feat-card:hover:after{transform:scaleX(1)}.gg-feat-card__img{aspect-ratio:1/1;overflow:hidden;background:var(--gg-cream)}.gg-feat-card__img img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.gg-feat-card:hover .gg-feat-card__img img{transform:scale(1.05)}.gg-feat-card__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:4rem;background:linear-gradient(135deg,#e8c4a0,#c4714a)}.gg-featured--forest .gg-feat-card__placeholder{background:linear-gradient(135deg,#2d4a3e,#4a7a66)}.gg-feat-card__badge{position:absolute;top:.8rem;left:.8rem;background:var(--gg-terracotta);color:#fff;font-size:.65rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;padding:.25rem .6rem;border-radius:2px}.gg-feat-card__body{padding:1.2rem;flex:1;display:flex;flex-direction:column}.gg-feat-card__type{font-size:.65rem;letter-spacing:.12em;text-transform:uppercase;color:var(--gg-terracotta);margin-bottom:.3rem}.gg-featured--forest .gg-feat-card__type{color:var(--gg-forest)}.gg-feat-card__title{font-family:Playfair Display,serif;font-size:1rem;font-weight:700;color:var(--gg-concrete);line-height:1.3;margin-bottom:.6rem;flex:1}.gg-feat-card__price{font-family:Caveat,cursive;font-size:1.4rem;color:var(--gg-clay-dark)}.gg-feat-card__price--compare{text-decoration:line-through;color:var(--gg-concrete-light);font-size:1rem;margin-right:.4rem}.gg-featured__empty{grid-column:1/-1;text-align:center;padding:3rem;color:var(--gg-concrete-light);font-size:1rem;border:2px dashed rgba(0,0,0,.1);border-radius:4px}.gg-tagline-band{background:var(--gg-gold);padding:2.5rem 0;overflow:hidden;white-space:nowrap}.gg-tagline-scroll{display:inline-block;animation:gg-scroll-left 18s linear infinite;font-family:Playfair Display,serif;font-size:1.4rem;font-style:italic;color:var(--gg-clay-dark);font-weight:700}.gg-tagline-scroll span{margin:0 3rem}.gg-tagline-dot{color:var(--gg-terracotta)}@keyframes gg-fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes gg-spin-slow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes gg-scroll-left{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(max-width:1024px){.gg-featured__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.gg-hero{grid-template-columns:1fr}.gg-hero__left:after{display:none}.gg-hero__left{padding:5rem 2rem 3rem}.gg-hero__right{padding:3rem 2rem}.gg-about-strip{grid-template-columns:1fr;gap:1.5rem;padding:3rem 2rem}.gg-featured{padding:3rem 2rem}.gg-featured__grid{grid-template-columns:repeat(2,1fr);gap:1rem}}@media(max-width:480px){.gg-featured__grid{grid-template-columns:1fr}.gg-hero__card-stack{grid-template-columns:1fr 1fr;gap:.8rem}}@media only screen and (max-width:767.98px){.gg-hero__badge.desk{display:none}.gg-hero__badge.mob{bottom:-30px;z-index:1;width:86px;height:86px;right:1rem}.badge-emoji{font-size:1.2rem;margin-bottom:0}.gg-hero__badge span{font-size:.65rem}}@media only screen and (min-width:768px){.gg-hero__badge.mob{display:none}}
/*# sourceMappingURL=/cdn/shop/t/1/assets/gg-styles.css.map */
