.exq-home{--c-primary: #8A9A5B;--c-secondary: #D4D7C5;--c-accent: #D4AF37;--c-bg: #F9F7F1;--c-card: #FFFFFF;--c-text: #3A3A3A;--c-text-light: #6B6B6B;--c-border: #E0E0E0}.exq-home{color:var(--c-text);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.exq-home *,.exq-home *:before,.exq-home *:after{box-sizing:border-box}.exq-home img{display:block;max-width:100%;height:auto}.exq-home a{text-decoration:none;color:inherit}.exq-home h1,.exq-home h2,.exq-home h3,.exq-home h4{font-weight:500;margin:0}.exq-home ul{list-style:none;margin:0;padding:0}.exq-home p{margin:0}@font-face{font-family:Great Vibes;src:url(GreatVibes-Regular.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}.exq-heading{font-weight:600;letter-spacing:0;line-height:1.3}.exq-heading:first-letter{font-family:Great Vibes,cursive;font-weight:400;font-size:1.35em}section[class*=exq-][class*=-section],section[class*=exq-][class*=-section].shopify-section{max-width:100%!important;width:100%!important;padding-left:0!important;padding-right:0!important;margin:0!important;box-sizing:border-box!important}.exq-home{width:100%;max-width:100%}.exq-container{width:100%;max-width:1536px;margin:0 auto;padding:0 1.5rem}@media(min-width:640px){.exq-container{padding:0 2rem}}@media(min-width:1024px){.exq-container{padding:0 3rem}}.exq-section{padding:5rem 0}.exq-section--bg{background:var(--c-bg)}.exq-section--card{background:var(--c-card)}.exq-section-title{text-align:center;margin-bottom:4rem!important}.exq-section-title h2{font-size:clamp(1.75rem,3vw,2.5rem);font-weight:700;margin-bottom:1rem}@media(min-width:768px){.exq-section-title h2{font-size:48px}}.exq-section-title p{color:var(--c-text-light);max-width:42rem;margin:0 auto 1rem}.exq-divider{width:5rem;height:.25rem;background:var(--c-primary);margin:0 auto;border:none}.exq-btn-primary{display:inline-block;background:var(--c-primary);color:#fff;padding:.75rem 1.5rem;border-radius:9999px;box-shadow:0 1px 2px #0000000d;transition:background-color .3s ease;font-size:1rem;text-align:center;border:none;cursor:pointer;line-height:1.5}.exq-btn-primary:hover{background:#8a9a5be6}.exq-btn-secondary{display:inline-block;border:1px solid var(--c-primary);color:var(--c-primary);padding:.75rem 1.5rem;border-radius:9999px;transition:background-color .3s ease;font-size:1rem;text-align:center;background:transparent;cursor:pointer;line-height:1.5}.exq-btn-secondary:hover{background:#8a9a5b1a}.exq-grid-2{display:grid;grid-template-columns:1fr;gap:3rem}@media(min-width:768px){.exq-grid-2{grid-template-columns:repeat(2,1fr)}}.exq-grid-3{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:640px){.exq-grid-3{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.exq-grid-3{grid-template-columns:repeat(3,1fr)}}.exq-grid-4{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:768px){.exq-grid-4{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.exq-grid-4{grid-template-columns:repeat(4,1fr)}}.exq-hero{position:relative;height:90vh;min-height:600px;display:flex;align-items:center;justify-content:center;overflow:hidden}.exq-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.exq-hero__bg img{width:100%;height:100%;object-fit:cover}.exq-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0003}.exq-hero__content{position:relative;z-index:10;text-align:center;width:100%;max-width:64rem;margin:0 auto;padding:0 1rem}.exq-hero__title{font-size:clamp(1.75rem,5vw,3.5rem);font-weight:300;color:#fff;line-height:1!important;margin-bottom:10px!important;text-shadow:0 1px 2px rgba(0,0,0,.1)}.exq-hero__subtitle{font-size:clamp(1rem,2vw,1.25rem);color:#ffffffe6;margin-bottom:2.5rem;max-width:42rem;text-align:center!important}.exq-hero__actions{display:flex;flex-direction:column;justify-content:center;gap:1rem}@media(min-width:640px){.exq-hero__actions{flex-direction:row}}.exq-hero__actions .exq-btn-primary{color:#fff!important}.exq-hero__actions .exq-btn-secondary{background:#ffffffe6}.exq-hero__meta{margin-top:2rem;color:#fffc;font-size:.875rem}.exq-hero__scroll{position:absolute;bottom:2rem;left:0;right:0;display:flex;justify-content:center;animation:exq-bounce 1s infinite}.exq-hero__scroll a{color:#fffc}.exq-hero__scroll a:hover{color:#fff}@keyframes exq-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.exq-card{background:var(--c-card);border-radius:1rem;overflow:hidden;border:1px solid var(--c-border);transition:box-shadow .3s ease}.exq-card:hover{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.exq-card__img-wrap{position:relative}.exq-card__img-wrap img{width:100%;height:16rem;object-fit:cover}.exq-card__badge{position:absolute;top:1rem;left:1rem;color:#fff;font-size:.75rem;font-weight:500;padding:.25rem .75rem;border-radius:9999px}.exq-card__badge--accent{background:var(--c-accent)}.exq-card__badge--primary{background:var(--c-primary)}.exq-card__body{padding:1.5rem}.exq-card__body h3{font-size:1.25rem;margin-bottom:.5rem}.exq-card__desc{color:var(--c-text-light);margin-bottom:1rem}.exq-card__footer{display:flex;justify-content:space-between;align-items:center}.exq-card__price{font-size:1.125rem;font-weight:500}.exq-card__link{color:var(--c-primary);transition:color .3s}.exq-card__link:hover{color:#8a9a5bcc}.exq-card__link i{margin-left:.25rem;font-size:.875rem}.exq-value{text-align:center;padding:1rem .75rem}.exq-value__icon{width:4rem;height:4rem;background:#8a9a5b1a;border-radius:9999px;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.exq-value__icon i{color:var(--c-primary);font-size:1.5rem}.exq-value h3{font-size:1.25rem;font-weight:700;margin-bottom:.75rem}@media(min-width:768px){.exq-value h3{font-size:26px}}.exq-value p{color:var(--c-text-light)}.exq-process{position:relative}.exq-process__grid{display:grid;grid-template-columns:1fr;gap:2rem;position:relative;z-index:10}@media(min-width:768px){.exq-process__grid{grid-template-columns:repeat(4,1fr)}}.exq-step{text-align:center}.exq-step__num{width:4rem;height:4rem;background:var(--c-primary);color:#fff;border-radius:9999px;display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:700;margin:0 auto 1rem}.exq-step h3{font-size:1.125rem;font-weight:700;margin-bottom:.5rem}@media(min-width:768px){.exq-step h3{font-size:26px}}.exq-step p{color:var(--c-text-light);font-size:.875rem}.exq-process *:before,.exq-process *:after{content:none!important;display:none!important}.exq-engraving{background:var(--c-bg);border-radius:1rem;padding:1.5rem;border:1px solid var(--c-border);text-align:center}.exq-engraving__icon{margin-bottom:1rem}.exq-engraving__icon i{color:#8a9a5b4d;font-size:2.25rem}.exq-engraving__quote{font-style:italic;margin-bottom:1.5rem}.exq-engraving__desc{font-size:.875rem;color:var(--c-text-light)}.exq-scenario img{width:100%;height:14rem;object-fit:cover}.exq-scenario__rec{font-size:.875rem;color:var(--c-primary);font-weight:500}.exq-split{display:flex;flex-direction:column;align-items:center;gap:3rem}@media(min-width:1024px){.exq-split{flex-direction:row}}.exq-split__text,.exq-split__media{width:100%}@media(min-width:1024px){.exq-split__text,.exq-split__media{width:50%}}.exq-split__media img{width:100%;height:auto;border-radius:1rem;box-shadow:0 1px 2px #0000000d}.exq-split__text h2{font-size:clamp(1.75rem,3vw,2.5rem);font-weight:700;margin-bottom:1.5rem}@media(min-width:768px){.exq-split__text h2{font-size:48px}}.exq-split__text>p{color:var(--c-text-light);margin-bottom:2rem}.exq-listen-btn{display:inline-flex;align-items:center;background:#8a9a5b1a;color:var(--c-primary);padding:.75rem 1rem;border-radius:9999px;border:none;cursor:pointer;transition:background-color .3s ease;font-size:1rem}.exq-listen-btn:hover{background:#8a9a5b33}.exq-listen-btn i{margin-right:.5rem}.exq-split--gift .exq-split__media{order:2}.exq-split--gift .exq-split__text{order:1}@media(min-width:1024px){.exq-split--gift .exq-split__media{order:1}.exq-split--gift .exq-split__text{order:2}}.exq-check-list li{display:flex;align-items:flex-start;margin-bottom:1rem}.exq-check-list li i{color:var(--c-primary);margin-top:.25rem;margin-right:.75rem;flex-shrink:0}.exq-craft{display:flex;gap:1.5rem}.exq-craft__thumb{width:5rem;flex-shrink:0}.exq-craft__thumb img{width:100%;height:auto;border-radius:.5rem}.exq-craft__info h3{font-size:1.25rem;margin-bottom:.75rem}.exq-craft__info p{color:var(--c-text-light)}.exq-story{background:var(--c-card);border-radius:1rem;padding:1.5rem;border:1px solid var(--c-border);transition:box-shadow .3s ease}.exq-story:hover{box-shadow:0 4px 6px -1px #0000001a}.exq-story__stars{display:flex;margin-bottom:1rem;color:var(--c-accent)}.exq-story__quote{color:var(--c-text-light);margin-bottom:1.5rem;font-style:italic}.exq-story__author{text-align:right;font-weight:500}.exq-faq-list{max-width:48rem;margin:0 auto}.exq-faq{border:1px solid var(--c-border);border-radius:1rem;overflow:hidden;margin-bottom:1rem}.exq-faq__toggle{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1.5rem;text-align:left;background:none;border:none;cursor:pointer;font-size:1.125rem;font-weight:500;color:var(--c-text)}.exq-faq__toggle:focus{outline:none}.exq-faq__toggle i{color:var(--c-primary);transition:transform .3s ease;flex-shrink:0;margin-left:1rem}.exq-faq__toggle.active i{transform:rotate(180deg)}.exq-faq__answer{max-height:0;overflow:hidden;transition:max-height .3s ease-out}.exq-faq__answer.active{max-height:300px}.exq-faq__answer-inner{padding:0 1.5rem 1.5rem;color:var(--c-text-light)}@media(min-width:768px){.exq-home h2{font-size:48px!important;font-weight:700!important}.exq-home h3{font-size:23px!important;font-weight:700!important}}.exq-text-center{text-align:center}.exq-mt-8{margin-top:2rem}.exq-mt-12{margin-top:3rem}
/*# sourceMappingURL=/cdn/shop/t/53/assets/exq-base.css.map */
