@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&family=Lora:ital,wght@0,400;0,500;0,600;1,400&display=swap";:root{--ge-background: hsl(43, 33%, 91%);--ge-foreground: hsl(0, 0%, 29%);--ge-card: hsl(43, 40%, 96%);--ge-card-foreground: hsl(0, 0%, 29%);--ge-primary: hsl(118, 22%, 29%);--ge-primary-foreground: hsl(43, 33%, 91%);--ge-secondary: hsl(20, 30%, 32%);--ge-secondary-foreground: hsl(43, 33%, 91%);--ge-muted: hsl(43, 25%, 85%);--ge-muted-foreground: hsl(0, 0%, 40%);--ge-accent: hsl(43, 69%, 49%);--ge-accent-foreground: hsl(0, 0%, 20%);--ge-border: hsl(43, 20%, 80%);--ge-font-heading: "Montserrat", system-ui, sans-serif;--ge-font-body: "Lora", Georgia, serif;--ge-shadow-soft: 0 4px 20px -4px hsla(20, 30%, 32%, .08);--ge-shadow-medium: 0 8px 30px -8px hsla(20, 30%, 32%, .12);--ge-shadow-glow: 0 0 40px -10px hsla(118, 22%, 29%, .2);--ge-radius: .5rem}.ge-section{font-family:var(--ge-font-body);color:var(--ge-foreground)}.ge-section h1,.ge-section h2,.ge-section h3,.ge-section h4,.ge-section h5,.ge-section h6{font-family:var(--ge-font-heading)}.ge-section-padding{padding:4rem 1rem}@media(min-width:768px){.ge-section-padding{padding:6rem 2rem}}.ge-container-narrow{max-width:56rem;margin-left:auto;margin-right:auto}.ge-container-wide{max-width:72rem;margin-left:auto;margin-right:auto}.ge-heading-hero{font-family:var(--ge-font-heading);font-size:2.25rem;font-weight:700;line-height:1.1;letter-spacing:-.02em}@media(min-width:768px){.ge-heading-hero{font-size:3rem}}@media(min-width:1024px){.ge-heading-hero{font-size:3.75rem}}.ge-heading-section{font-family:var(--ge-font-heading);font-size:1.875rem;font-weight:600;line-height:1.2}@media(min-width:768px){.ge-heading-section{font-size:2.25rem}}.ge-heading-card{font-family:var(--ge-font-heading);font-size:1.25rem;font-weight:500}@media(min-width:768px){.ge-heading-card{font-size:1.5rem}}.ge-text-body{font-family:var(--ge-font-body);font-size:1rem;line-height:1.7}@media(min-width:768px){.ge-text-body{font-size:1.125rem}}.ge-text-small{font-family:var(--ge-font-body);font-size:.875rem;line-height:1.6}.ge-text-label{font-family:var(--ge-font-heading);font-size:.75rem;text-transform:uppercase;letter-spacing:.2em;font-weight:500}.ge-bg-background{background-color:var(--ge-background)}.ge-bg-card{background-color:var(--ge-card)}.ge-bg-primary{background-color:var(--ge-primary)}.ge-bg-secondary{background-color:var(--ge-secondary)}.ge-bg-muted{background-color:var(--ge-muted)}.ge-bg-accent{background-color:var(--ge-accent)}.ge-text-foreground{color:var(--ge-foreground)}.ge-text-primary{color:var(--ge-primary)}.ge-text-secondary{color:var(--ge-secondary)}.ge-text-muted{color:var(--ge-muted-foreground)}.ge-text-accent{color:var(--ge-accent)}.ge-text-primary-foreground{color:var(--ge-primary-foreground)}.ge-card{background-color:var(--ge-card);border-radius:1rem;box-shadow:var(--ge-shadow-soft);border:1px solid hsla(43,20%,80%,.5)}.ge-card:hover{box-shadow:var(--ge-shadow-medium)}.ge-shadow-soft{box-shadow:var(--ge-shadow-soft)}.ge-shadow-medium{box-shadow:var(--ge-shadow-medium)}.ge-shadow-glow{box-shadow:var(--ge-shadow-glow)}.ge-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-family:var(--ge-font-heading);font-weight:600;font-size:1rem;padding:.875rem 2rem;border-radius:var(--ge-radius);cursor:pointer;transition:all .2s ease;text-decoration:none;border:none}.ge-btn-cta{background-color:var(--ge-primary);color:var(--ge-primary-foreground)}.ge-btn-cta:hover{background-color:#314b30;transform:translateY(-2px);box-shadow:var(--ge-shadow-medium)}.ge-btn-outline{background-color:transparent;color:var(--ge-primary);border:2px solid var(--ge-primary)}.ge-btn-outline:hover{background-color:var(--ge-primary);color:var(--ge-primary-foreground)}.ge-btn-xl{padding:1rem 2.5rem;font-size:1.125rem}.ge-grid-2{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:768px){.ge-grid-2{grid-template-columns:repeat(2,1fr)}}.ge-grid-3{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:768px){.ge-grid-3{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.ge-grid-3{grid-template-columns:repeat(3,1fr)}}.ge-grid-4{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:640px){.ge-grid-4{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.ge-grid-4{grid-template-columns:repeat(4,1fr)}}@keyframes ge-fadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes ge-fadeIn{0%{opacity:0}to{opacity:1}}.ge-animate-fade-up{animation:ge-fadeUp .8s ease-out forwards;opacity:0}.ge-animate-fade-in{animation:ge-fadeIn .6s ease-out forwards;opacity:0}.ge-delay-100{animation-delay:.1s}.ge-delay-200{animation-delay:.2s}.ge-delay-300{animation-delay:.3s}.ge-delay-400{animation-delay:.4s}.ge-icon-circle{width:3rem;height:3rem;border-radius:50%;display:flex;align-items:center;justify-content:center}.ge-icon-circle-sm{width:2.5rem;height:2.5rem}.ge-icon-circle-lg{width:4rem;height:4rem}.ge-icon-circle-xl{width:5rem;height:5rem}.ge-badge{display:inline-flex;align-items:center;gap:.25rem;font-family:var(--ge-font-heading);font-size:.75rem;font-weight:600;padding:.375rem .75rem;border-radius:9999px}.ge-badge svg{width:.875rem;height:.875rem}.ge-badge-primary{background-color:#3b5a3a1a;color:var(--ge-primary)}.ge-badge-accent{background-color:var(--ge-accent);color:var(--ge-accent-foreground)}.ge-trust-badges{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:1.5rem}.ge-trust-badge{display:flex;align-items:center;gap:.5rem;font-family:var(--ge-font-body);font-size:.875rem;color:var(--ge-muted-foreground)}.ge-trust-badge svg{width:1.25rem;height:1.25rem;color:var(--ge-primary)}.ge-checklist__icon svg{width:100%;height:100%}.ge-product-slider{position:relative;width:100%}.ge-product-slider__main{aspect-ratio:1;overflow:hidden;border-radius:1rem;background-color:#6a49390d}.ge-product-slider__main img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.ge-product-slider__main:hover img{transform:scale(1.05)}.ge-product-slider__nav-btn{position:absolute;top:50%;transform:translateY(-50%);width:2.5rem;height:2.5rem;border-radius:50%;background-color:#ffffffe6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid var(--ge-border);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;z-index:10}.ge-product-slider__nav-btn:hover{background-color:var(--ge-card)}.ge-product-slider__nav-btn--prev{left:.75rem}.ge-product-slider__nav-btn--next{right:.75rem}.ge-product-slider__thumbnails{display:flex;justify-content:center;gap:.5rem;margin-top:1rem}.ge-product-slider__thumb{width:4rem;height:4rem;border-radius:.5rem;overflow:hidden;border:2px solid transparent;cursor:pointer;opacity:.6;transition:all .2s ease}.ge-product-slider__thumb.active,.ge-product-slider__thumb:hover{border-color:var(--ge-primary);opacity:1}.ge-product-slider__thumb img{width:100%;height:100%;object-fit:cover}.ge-package-card{position:relative;background-color:var(--ge-background);border-radius:1rem;padding:1.5rem;cursor:pointer;transition:all .3s ease;border:2px solid transparent}.ge-package-card:hover{box-shadow:var(--ge-shadow-medium);border-color:#3b5a3a4d}.ge-package-card.selected{border-color:var(--ge-primary);box-shadow:var(--ge-shadow-glow);transform:scale(1.02)}.ge-package-card__badge{position:absolute;top:-.75rem;left:50%;transform:translate(-50%);white-space:nowrap}.ge-package-card__radio{position:absolute;top:1rem;right:1rem;width:1.25rem;height:1.25rem;border-radius:50%;border:2px solid var(--ge-muted-foreground);display:flex;align-items:center;justify-content:center;transition:all .2s ease}.ge-package-card.selected .ge-package-card__radio{border-color:var(--ge-primary);background-color:var(--ge-primary)}.ge-review-card{background-color:var(--ge-card);border-radius:.75rem;padding:1.5rem;box-shadow:var(--ge-shadow-soft);border:1px solid hsla(43,20%,80%,.5);transition:box-shadow .3s ease}.ge-review-card:hover{box-shadow:var(--ge-shadow-medium)}.ge-star-rating{display:flex;align-items:center;gap:.25rem}.ge-star{width:1rem;height:1rem}.ge-star--filled{fill:var(--ge-accent);stroke:var(--ge-accent)}.ge-star--empty{fill:none;stroke:var(--ge-muted)}.ge-section--primary{background-color:var(--ge-primary);color:var(--ge-primary-foreground)}.ge-section--primary .ge-text-muted{color:#f0ebe0cc}.ge-commitment-card{background-color:#f0ebe01a;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:.75rem;padding:1.5rem;text-align:center;transition:background-color .3s ease}.ge-commitment-card:hover{background-color:#f0ebe026}.ge-checklist{list-style:none;padding:0;margin:0}.ge-checklist__item{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:1rem}.ge-checklist__icon{flex-shrink:0;width:1.25rem;height:1.25rem;margin-top:.125rem}.ge-checklist__icon--check{color:var(--ge-primary)}.ge-checklist__icon--minus{color:var(--ge-muted-foreground)}.ge-step-number{flex-shrink:0;width:2.5rem;height:2.5rem;border-radius:50%;background-color:var(--ge-primary);color:var(--ge-primary-foreground);font-family:var(--ge-font-heading);font-size:1.125rem;font-weight:700;display:flex;align-items:center;justify-content:center}.ge-text-center{text-align:center}.ge-text-left{text-align:left}.ge-mb-2{margin-bottom:.5rem}.ge-mb-4{margin-bottom:1rem}.ge-mb-6{margin-bottom:1.5rem}.ge-mb-8{margin-bottom:2rem}.ge-mb-12{margin-bottom:3rem}.ge-mt-4{margin-top:1rem}.ge-mt-8{margin-top:2rem}.ge-mt-12{margin-top:3rem}.ge-gap-4{gap:1rem}.ge-gap-6{gap:1.5rem}.ge-gap-8{gap:2rem}.ge-rounded-lg{border-radius:.5rem}.ge-rounded-xl{border-radius:.75rem}.ge-rounded-2xl{border-radius:1rem}.ge-rounded-full{border-radius:9999px}.ge-inline-flex{display:inline-flex}.ge-flex{display:flex}.ge-items-center{align-items:center}.ge-items-start{align-items:flex-start}.ge-justify-center{justify-content:center}.ge-justify-between{justify-content:space-between}.ge-flex-col{flex-direction:column}.ge-flex-wrap{flex-wrap:wrap}.ge-w-full{width:100%}.ge-max-w-xl{max-width:36rem}.ge-max-w-2xl{max-width:42rem}.ge-max-w-4xl{max-width:56rem}.ge-mx-auto{margin-left:auto;margin-right:auto}.ge-line-through{text-decoration:line-through}.ge-italic{font-style:italic}.ge-font-medium{font-weight:500}.ge-font-semibold{font-weight:600}.ge-font-bold{font-weight:700}
/*# sourceMappingURL=/cdn/shop/t/8/assets/gentle-essence-product.css.map */
