:root{--ag-blush: #FFF8F5;--ag-dark: #1A1A1A;--ag-rose: #C8956C;--ag-cream: #F5EDE6;--ag-text: #3D2B1F;--ag-light: #FFFFFF}.ag-page{font-family:inherit;color:var(--ag-text);overflow-x:hidden}.ag-hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;overflow:hidden;background-color:var(--ag-dark)}.ag-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;background-repeat:no-repeat;opacity:.55}.ag-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#1a1a1a59,#1a1a1a8c 60%,#1a1a1abf)}.ag-hero__content{position:relative;z-index:2;padding:2rem;max-width:800px}.ag-hero__label{display:inline-block;font-size:var(--ag-hero-label-size, .75rem);letter-spacing:var(--ag-hero-label-spacing, .25em);text-transform:uppercase;color:var(--ag-rose);margin-bottom:1.5rem}.ag-hero__title{font-size:var(--ag-hero-title-size, clamp(2.2rem, 5vw, 4rem));font-weight:400;color:var(--ag-light);line-height:var(--ag-hero-title-lh, 1.25);margin:0 0 1.5rem;font-style:italic}.ag-hero__sub{font-size:var(--ag-hero-sub-size, 1rem);color:#ffffffbf;margin-bottom:2.5rem;letter-spacing:.05em}.ag-hero__cta{display:inline-block;padding:.85rem 2.5rem;background:var(--ag-btn-hero-bg, transparent);border:1px solid var(--ag-btn-hero-border, var(--ag-rose));color:var(--ag-btn-hero-text, var(--ag-light));font-size:.85rem;letter-spacing:.15em;text-transform:uppercase;text-decoration:none;transition:background .3s,color .3s;cursor:pointer}.ag-hero__cta:hover{background:var(--ag-btn-hero-border, var(--ag-rose));color:var(--ag-btn-hero-text, var(--ag-light))}.ag-scroll-arrow{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);z-index:2;animation:ag-bounce 2s infinite}.ag-scroll-arrow svg{width:28px;height:28px;stroke:#fff9}@keyframes ag-bounce{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(8px)}}.ag-story{background:var(--ag-blush);padding:6rem 2rem}.ag-story__inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}.ag-story__quote{font-size:clamp(1.5rem,2.5vw,2.2rem);font-style:italic;font-weight:400;line-height:1.5;color:var(--ag-text);margin:0 0 1.5rem}.ag-story__quote span{color:var(--ag-rose)}.ag-story__body{font-size:1rem;line-height:1.8;color:#6b5347}.ag-story__image{width:100%;aspect-ratio:3/4;object-fit:cover;border-radius:2px}.ag-story__image-placeholder{width:100%;aspect-ratio:3/4;background:var(--ag-cream);display:flex;align-items:center;justify-content:center;color:var(--ag-rose);font-size:.9rem;letter-spacing:.1em}.ag-moments{background:var(--ag-light);padding:6rem 2rem}.ag-section-title{text-align:center;font-size:clamp(1.3rem,2.5vw,2rem);font-weight:400;font-style:italic;margin:0 0 .75rem;color:var(--ag-text)}.ag-section-sub{text-align:center;font-size:.9rem;color:#9b7b6a;letter-spacing:.05em;margin:0 0 4rem}.ag-moments__grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.ag-moment-card{position:relative;overflow:hidden;text-decoration:none;color:inherit;display:block}.ag-moment-card__img{width:100%;aspect-ratio:3/4;object-fit:cover;display:block;transition:transform .5s ease}.ag-moment-card:hover .ag-moment-card__img{transform:scale(1.04)}.ag-moment-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(26,26,26,.7) 0%,transparent 50%);display:flex;flex-direction:column;justify-content:flex-end;padding:2rem 1.5rem}.ag-moment-card__label{font-size:.7rem;letter-spacing:.2em;text-transform:uppercase;color:var(--ag-rose);margin-bottom:.5rem}.ag-moment-card__title{font-size:1.2rem;font-style:italic;color:var(--ag-light);margin:0 0 .75rem;line-height:1.3}.ag-moment-card__cta{font-size:.75rem;letter-spacing:.15em;text-transform:uppercase;color:#ffffffb3;text-decoration:none;border-bottom:1px solid var(--ag-rose);padding-bottom:2px;display:inline-block}.ag-curated{background:var(--ag-cream);padding:6rem 2rem}.ag-products-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.ag-product-card{background:var(--ag-light);text-decoration:none;color:inherit;display:block;transition:transform .3s}.ag-product-card:hover{transform:translateY(-4px)}.ag-product-card__img-wrap{position:relative;overflow:hidden;aspect-ratio:1;background:var(--ag-blush)}.ag-product-card__img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.ag-product-card:hover .ag-product-card__img{transform:scale(1.05)}.ag-product-card__info{padding:1.25rem 1rem}.ag-product-card__title{font-size:1.2rem;color:var(--ag-text);margin:0 0 .5rem;line-height:1.4}.ag-product-card__price{font-size:1.6rem;color:var(--ag-rose);font-weight:600;letter-spacing:.01em}.ag-gift-guide{background:var(--ag-dark);padding:6rem 2rem}.ag-gift-guide .ag-section-title,.ag-gift-guide .ag-section-sub{color:var(--ag-light)}.ag-gift-guide .ag-section-sub{font-size:1rem;color:#fff9}.ag-gift-cards{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.ag-gift-card{border:1px solid rgba(200,149,108,.3);padding:3rem 2.25rem 2.5rem;text-align:center;text-decoration:none;color:var(--ag-light);display:flex;flex-direction:column;align-items:center;transition:border-color .3s,background .3s}.ag-gift-card:hover{border-color:var(--ag-rose);background:#c8956c14}.ag-gift-card__icon{font-size:2.5rem;margin-bottom:1.25rem;display:block;opacity:.9}.ag-gift-card__label{font-size:.72rem;letter-spacing:.25em;text-transform:uppercase;color:var(--ag-rose);margin-bottom:.6rem}.ag-gift-card__title{font-size:1.8rem;font-family:var(--ag-heading-font);font-style:italic;font-weight:var(--ag-heading-weight);color:#f0e6d3;margin:0 0 .6rem;line-height:1.2}.ag-gift-card__price{font-size:.85rem;color:#ffffff8c;margin-bottom:0;letter-spacing:.05em}.ag-gift-card__divider{width:2rem;height:1px;background:#c8956c66;margin:1.5rem auto;flex-shrink:0}.ag-gift-card__product-name{font-size:1.5rem;color:#ffffffe6;line-height:1.35;margin-bottom:.75rem}.ag-gift-card__product-price{font-size:2.4rem;font-weight:600;color:var(--ag-rose);letter-spacing:.02em;margin-bottom:1.75rem}.ag-gift-card__btn{font-size:.75rem;letter-spacing:.18em;text-transform:uppercase;color:var(--ag-rose);border-bottom:1px solid var(--ag-rose);padding-bottom:3px;margin-top:auto}.ag-collection{background:var(--ag-blush);padding:6rem 2rem}.ag-collection__grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.ag-trust{background:var(--ag-light);padding:4rem 2rem;border-top:1px solid var(--ag-cream);border-bottom:1px solid var(--ag-cream)}.ag-trust__inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;text-align:center}.ag-trust-item__icon{font-size:1.5rem;margin-bottom:.75rem;color:var(--ag-rose)}.ag-trust-item__title{font-size:.8rem;letter-spacing:.1em;text-transform:uppercase;color:var(--ag-text);margin:0 0 .3rem;font-weight:500}.ag-trust-item__sub{font-size:.75rem;color:#9b7b6a}.ag-final-cta{background:var(--ag-dark);padding:7rem 2rem;text-align:center}.ag-final-cta__title{font-size:clamp(1.5rem,3vw,2.5rem);font-style:italic;font-weight:400;color:var(--ag-light);margin:0 0 2rem;max-width:600px;margin-left:auto;margin-right:auto}.ag-final-cta__btn{display:inline-block;padding:1rem 3rem;background:var(--ag-rose);color:var(--ag-light);font-size:.85rem;letter-spacing:.15em;text-transform:uppercase;text-decoration:none;transition:opacity .3s}.ag-final-cta__btn:hover{opacity:.85}@media(max-width:1024px){.ag-products-grid,.ag-collection__grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.ag-story__inner{grid-template-columns:1fr;gap:2.5rem}.ag-moments__grid{grid-template-columns:1fr;gap:1.5rem}.ag-moments__grid .ag-moment-card{max-width:400px;margin:0 auto}.ag-products-grid,.ag-collection__grid{grid-template-columns:repeat(2,1fr)}.ag-gift-cards{grid-template-columns:1fr;max-width:400px;margin:0 auto}.ag-trust__inner{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.ag-products-grid,.ag-collection__grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.ag-trust__inner{grid-template-columns:repeat(2,1fr)}}
/*# sourceMappingURL=/cdn/shop/t/56/assets/annelergunu.css.map */
