.geode-btn{display:inline-flex;align-items:center;justify-content:center;gap:1rem;padding:1.75rem 4.5rem;font-size:1.4rem;font-weight:500;letter-spacing:.15em;text-transform:uppercase;text-decoration:none;border:none;cursor:pointer;transition:all var(--geode-transition-smooth)}.geode-btn--primary{background:var(--geode-white);color:var(--geode-black)}.geode-btn--primary:hover{background:var(--geode-amethyst);color:var(--geode-white);box-shadow:var(--geode-glow);transform:translateY(-2px)}.geode-btn--secondary{background:transparent;color:var(--geode-white);border:1px solid rgba(250,250,250,.3)}.geode-btn--secondary:hover{border-color:var(--geode-amethyst);color:var(--geode-amethyst-light)}.geode-btn--gold{background:var(--geode-gold);color:var(--geode-black)}.geode-btn--gold:hover{background:var(--geode-gold-light);transform:translateY(-2px)}.geode-theme .button,.geode-theme .shopify-payment-button__button{display:inline-flex;align-items:center;justify-content:center;gap:1rem;padding:1.5rem 3.5rem;background:var(--geode-white);color:var(--geode-black);border:none;border-radius:0;font-size:1.3rem;font-weight:500;letter-spacing:.15em;text-transform:uppercase;text-decoration:none;cursor:pointer;transition:all var(--geode-transition-smooth)}.geode-theme .button:hover,.geode-theme .shopify-payment-button__button:hover{background:var(--geode-amethyst);color:var(--geode-white);box-shadow:var(--geode-glow);transform:translateY(-2px)}.geode-theme .button--secondary{background:transparent;border:1px solid rgba(250,250,250,.3);color:var(--geode-white)}.geode-theme .button--secondary:hover{border-color:var(--geode-amethyst);color:var(--geode-amethyst-light);background:transparent;transform:translateY(-2px)}.geode-theme .button--primary{background:var(--geode-white);color:var(--geode-black)}.geode-theme .button--primary:hover{background:var(--geode-amethyst);color:var(--geode-white);box-shadow:var(--geode-glow)}.geode-theme .button--tertiary{background:transparent;color:var(--geode-white-muted);padding:.75rem 1rem;font-size:1rem;border:none}.geode-theme .button--tertiary:hover{color:var(--geode-amethyst-light);background:transparent;box-shadow:none;transform:none}.geode-theme .button--full-width{width:100%}@media(max-width:749px){.geode-btn{padding:.875rem 1.75rem;font-size:.8rem;width:100%;max-width:300px}.geode-theme .button{padding:1rem 2rem;font-size:1rem;letter-spacing:.12em}}.geode-theme .card-wrapper{background:transparent;transition:all .3s ease}.geode-theme .card{background:var(--geode-gradient-card);border:1px solid rgba(250,250,250,.08);border-radius:.75rem;overflow:hidden;transition:all .3s ease}.geode-theme .card:hover{border-color:#8b5cf680;box-shadow:0 8px 32px #0006,0 0 20px #8b5cf626;transform:translateY(-6px) scale(1.02);z-index:5}.geode-theme .card__inner{background:transparent;border-radius:.75rem}.geode-theme .card__media{overflow:hidden;border-radius:.75rem .75rem 0 0}.geode-theme .card__media img{transition:transform .4s ease;border-radius:.75rem .75rem 0 0}.geode-theme .card:hover .card__media img{transform:scale(1.08)}.geode-theme .card__heading{color:var(--geode-white);font-family:var(--geode-font-display);font-size:1.35rem;padding-left:.5rem;padding-right:.5rem}.geode-theme .card__heading a{color:inherit}.geode-theme .card-information,.geode-theme .card__content{padding:.5rem}@media(max-width:749px){.geode-theme .card__heading{font-size:.95rem}}@media(hover:none){.geode-theme .card:hover{transform:none;box-shadow:none}.geode-btn--primary:hover{transform:none}.geode-theme .card:active{transform:scale(.98)}}.geode-theme .price,.geode-theme .price .price-item,.geode-theme .price .price-item--regular,.geode-theme .price .price-item--sale,.geode-theme .price-item,.geode-theme .card .price,.geode-theme .card-information .price,.geode-theme .product .price,.geode-theme .product__info-wrapper .price{color:var(--geode-amethyst)!important}.geode-theme .price--on-sale .price-item--regular{color:var(--geode-white-subtle)!important;text-decoration:line-through}.geode-theme .price{color:var(--geode-amethyst);font-weight:500;font-size:1.25rem}.geode-theme .price--sold-out .price__regular{color:var(--geode-white-subtle)}@media(max-width:749px){.geode-theme .price{font-size:.9rem}}.geode-theme .badge{background:var(--geode-amethyst);color:var(--geode-white);border-radius:0;font-size:.9rem;letter-spacing:.1em;text-transform:uppercase;padding:.5rem 1rem}.geode-section{padding:var(--geode-section-padding) 0;background:var(--geode-black)}.geode-section--alt{background:var(--geode-charcoal)}.geode-section__header{text-align:center;margin-bottom:4rem}.geode-section__label{display:inline-block;font-size:1.4rem;letter-spacing:.3em;text-transform:uppercase;color:var(--geode-gold);margin-bottom:1.5rem}.geode-section__title{font-family:var(--geode-font-display);font-size:clamp(3.5rem,7vw,6rem);font-weight:400;color:var(--geode-white);margin:0}.geode-section__subtitle{color:var(--geode-white-muted);font-size:1.8rem;margin-top:1.5rem;max-width:850px;margin-left:auto;margin-right:auto;line-height:1.7}@media(max-width:749px){.geode-section__header{margin-bottom:2.5rem;padding:0 1rem}.geode-section__subtitle{font-size:1rem}.geode-section__footer{margin-top:2rem}}@media(min-width:1400px){.geode-section__header{margin-bottom:5rem}}.geode-grid{display:grid;gap:1.5rem;padding:0 1.5rem;max-width:var(--geode-container-max);margin:0 auto}.geode-grid--2{grid-template-columns:repeat(2,1fr)}.geode-grid--3{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.geode-grid--4{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}@media(min-width:990px){.geode-grid{gap:2rem;padding:0 5rem}.geode-grid--4{grid-template-columns:repeat(4,1fr)}}@media(max-width:749px){.geode-grid{gap:1rem;padding:0 1rem}.geode-grid--4,.geode-grid--3{grid-template-columns:repeat(2,1fr)}}@media(max-width:374px){.geode-grid--4,.geode-grid--3,.geode-grid--2{grid-template-columns:1fr}}@media(min-width:1400px){.geode-grid{gap:2.5rem}}.geode-trust-bar{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;padding:4rem 2rem;background:var(--geode-charcoal);border-top:1px solid rgba(250,250,250,.05);border-bottom:1px solid rgba(250,250,250,.05)}.geode-trust-item{display:flex;flex-direction:column;align-items:center;text-align:center;gap:1rem}.geode-trust-item__icon{width:80px;height:80px;display:flex;align-items:center;justify-content:center;color:var(--geode-amethyst)}.geode-trust-item__icon svg{width:54px;height:54px;stroke:currentColor;fill:none;stroke-width:1.5}.geode-trust-item__title{font-size:1.5rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--geode-white)}.geode-trust-item__text{font-size:1.5rem;color:var(--geode-white-muted)}@media(max-width:749px){.geode-trust-bar{grid-template-columns:repeat(2,1fr);gap:1.5rem;padding:2.5rem 1rem}.geode-trust-item__icon{width:40px;height:40px}.geode-trust-item__icon svg{width:26px;height:26px}.geode-trust-item__title{font-size:.75rem}.geode-trust-item__text{font-size:.8rem}}@media(max-width:374px){.geode-trust-bar{grid-template-columns:1fr}}@media(min-width:750px)and (max-width:989px){.geode-trust-bar{padding:3rem}}.geode-about{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center;padding:var(--geode-section-padding) 2rem;max-width:var(--geode-container-max);margin:0 auto}@media(min-width:990px){.geode-about{grid-template-columns:1fr 1fr;gap:6rem;padding:var(--geode-section-padding) 5rem}}.geode-about__image{position:relative;aspect-ratio:4/5;overflow:hidden}.geode-about__image img{width:100%;height:100%;object-fit:cover}.geode-about__image:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border:1px solid rgba(250,250,250,.1);pointer-events:none}.geode-about__content{max-width:500px}.geode-about__label{display:inline-block;font-size:.75rem;letter-spacing:.3em;text-transform:uppercase;color:var(--geode-gold);margin-bottom:1.5rem}.geode-about__title{font-family:var(--geode-font-display);font-size:clamp(2rem,4vw,2.5rem);font-weight:400;color:var(--geode-white);margin:0 0 1.5rem;line-height:1.2}.geode-about__text{color:var(--geode-white-muted);line-height:1.8;margin-bottom:2rem}@media(max-width:749px){.geode-about{padding:3rem 1.5rem;gap:2rem}.geode-about__content{text-align:center;max-width:100%}.geode-about__image{aspect-ratio:16/12;order:-1}.geode-about--image-right .geode-about__image{order:-1}.geode-about__text{font-size:.95rem}}@media(min-width:750px)and (max-width:989px){.geode-about{padding:4rem 3rem}}.geode-social{padding:var(--geode-section-padding) 0;background:var(--geode-charcoal);text-align:center}.geode-social__header{margin-bottom:3rem}.geode-social__label{display:inline-flex;align-items:center;gap:.75rem;font-size:.85rem;letter-spacing:.2em;text-transform:uppercase;color:var(--geode-white-muted);margin-bottom:1rem}.geode-social__label svg{width:20px;height:20px}.geode-social__stats{display:flex;justify-content:center;gap:4rem;margin-top:2rem}.geode-social__stat{text-align:center}.geode-social__stat-number{display:block;font-family:var(--geode-font-display);font-size:2.5rem;color:var(--geode-amethyst-light)}.geode-social__stat-label{font-size:.75rem;letter-spacing:.15em;text-transform:uppercase;color:var(--geode-white-muted)}@media(max-width:749px){.geode-social__stats{flex-wrap:wrap;gap:2rem 3rem}.geode-social__stat-number{font-size:2rem}.geode-social__links{gap:1.5rem}.geode-social__link{width:48px;height:48px}}@media(max-width:374px){.geode-social__stats{flex-direction:column;gap:1.5rem}}.geode-theme .cart-notification{background:var(--geode-charcoal);border:1px solid rgba(250,250,250,.1);border-radius:8px}.geode-theme .cart-notification__heading{color:var(--geode-white);font-size:1.1rem}.geode-theme .cart-notification__links{display:flex;flex-direction:column;gap:.75rem;margin-top:1rem}.geode-theme .cart-notification .button{background:var(--geode-amethyst);color:var(--geode-white);border:none}.geode-theme .cart-notification .button:hover{background:var(--geode-amethyst-light)}.geode-theme .cart-notification .button--secondary{background:transparent;border:1px solid rgba(250,250,250,.2)}.geode-theme .cart-notification .button--secondary:hover{border-color:var(--geode-amethyst);background:#8b5cf61a}
/*# sourceMappingURL=/cdn/shop/t/7/assets/geode-components.css.map */
