@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;500;600;700&family=Inter:wght@300;400;500;600&display=swap";:root{--ivory:#f7f4ef;--gold:#2596be;--white:#ffffff;--text:rgba(255,255,255,.82)}body{margin:0;background:var(--ivory);font-family:Inter,sans-serif;overflow-x:hidden}.page-width{width:min(1400px,calc(100% - 120px));margin:auto}.everlight-hero{position:relative;height:100vh;min-height:900px;overflow:hidden;display:flex;align-items:center;background:#000}.everlight-hero__media{position:absolute;top:0;right:0;bottom:0;left:0}.everlight-hero__media img{width:100%;height:100%;object-fit:cover;transform:scale(1.08);filter:brightness(.65);animation:heroZoom 12s ease forwards}.everlight-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,#000000d1 18%,#00000040 70%),linear-gradient(to top,rgba(0,0,0,.82),transparent 40%)}.everlight-hero__glow{position:absolute;width:900px;height:900px;right:-10%;top:-10%;background:radial-gradient(circle,rgba(214,185,140,.28),transparent 70%);filter:blur(40px);animation:floatGlow 8s ease-in-out infinite}.everlight-hero__content{position:relative;z-index:5;max-width:760px}.hero-eyebrow-wrap{display:flex;align-items:center;gap:14px;margin-bottom:28px}.hero-line{width:70px;height:1px;background:var(--gold)}.hero-eyebrow{color:var(--gold);letter-spacing:.32em;font-size:12px;text-transform:uppercase}.everlight-hero__title{font-family:Cormorant Garamond,serif;font-size:clamp(72px,9vw,148px);line-height:.92;font-weight:500;color:var(--white);margin:0 0 32px;letter-spacing:-.04em;animation:fadeLuxury 1.4s ease forwards}.everlight-hero__meta{display:flex;align-items:center;gap:16px;color:#ffffffb8;margin-bottom:28px;font-size:13px;letter-spacing:.14em;text-transform:uppercase}.meta-divider{width:5px;height:5px;border-radius:50%;background:var(--gold)}.everlight-hero__description{max-width:620px;font-size:18px;line-height:1.9;color:var(--text);margin-bottom:42px}.luxury-primary-btn{display:inline-flex;align-items:center;justify-content:center;padding:18px 34px;border-radius:999px;text-decoration:none;color:var(--white);border:1px solid rgba(255,255,255,.12);background:#ffffff0f;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);transition:.45s ease;letter-spacing:.14em;text-transform:uppercase;font-size:12px}.luxury-primary-btn:hover{transform:translateY(-4px);border-color:#d6b98c80;box-shadow:0 20px 50px #00000040}.scroll-indicator{position:absolute;left:50%;bottom:40px;transform:translate(-50%);z-index:10}.scroll-indicator span{display:block;width:1px;height:80px;background:linear-gradient(to bottom,#fff0,#ffffffd9);animation:scrollPulse 2s ease infinite}@keyframes heroZoom{0%{transform:scale(1.15)}to{transform:scale(1.02)}}@keyframes fadeLuxury{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes floatGlow{0%,to{transform:translateY(0)}50%{transform:translateY(30px)}}@keyframes scrollPulse{0%,to{opacity:.4;transform:scaleY(.8)}50%{opacity:1;transform:scaleY(1)}}@media screen and (max-width:991px){.page-width{width:calc(100% - 48px)}.everlight-hero{min-height:820px;align-items:flex-end;padding-bottom:120px}.everlight-hero__title{font-size:68px}.everlight-hero__description{font-size:16px;line-height:1.7}}@media screen and (max-width:640px){.everlight-hero{min-height:760px}.everlight-hero__title{font-size:52px;line-height:.95}.luxury-primary-btn{width:100%}.scroll-indicator{display:none}}.everlight-featured-grid{padding:120px 0;background:#f7f4ef}.featured-grid-wrapper{display:grid;grid-template-columns:1.6fr .8fr;gap:32px;align-items:stretch}.featured-main-card{position:relative;border-radius:32px;overflow:hidden;min-height:760px;background:#000;transform-style:preserve-3d}.featured-main-card a{display:block;width:100%;height:100%}.featured-main-card img{width:100%;height:100%;object-fit:cover;transition:transform 1.2s ease;filter:brightness(.78)}.featured-main-card:hover img{transform:scale(1.06)}.featured-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.88),transparent 55%),linear-gradient(to right,rgba(0,0,0,.55),transparent 60%)}.featured-main-content{position:absolute;left:60px;bottom:60px;z-index:3;max-width:650px}.featured-tag{display:inline-block;color:#2596be;letter-spacing:.18em;text-transform:uppercase;font-size:12px;margin-bottom:22px}.featured-main-content h2{font-family:Cormorant Garamond,serif;color:#fff;font-size:clamp(52px,5vw,88px);line-height:.95;margin:0 0 24px;letter-spacing:-.04em}.featured-main-content p{color:#ffffffc2;font-size:17px;line-height:1.8;max-width:520px}.featured-side-grid{display:grid;grid-template-rows:1fr 1fr;gap:32px}.featured-side-card{position:relative;overflow:hidden;border-radius:28px;background:#000;min-height:360px}.featured-side-card a{display:block;width:100%;height:100%}.featured-side-card img{width:100%;height:100%;object-fit:cover;filter:brightness(.82);transition:transform 1s ease}.featured-side-card:hover img{transform:scale(1.08)}.featured-side-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.85),transparent 60%)}.featured-side-content{position:absolute;left:32px;bottom:32px;z-index:2;padding-right:20px}.featured-side-content span{display:block;color:#2596be;text-transform:uppercase;letter-spacing:.18em;font-size:11px;margin-bottom:14px}.featured-side-content h3{font-family:Cormorant Garamond,serif;color:#fff;font-size:38px;line-height:1;margin:0;letter-spacing:-.03em}@media screen and (max-width:991px){.featured-grid-wrapper{grid-template-columns:1fr}.featured-main-card{min-height:620px}.featured-main-content{left:36px;bottom:36px}.featured-main-content h2{font-size:56px}.featured-side-grid{grid-template-columns:1fr 1fr;grid-template-rows:none}}@media screen and (max-width:640px){.everlight-featured-grid{padding:80px 0}.featured-main-card{min-height:540px;border-radius:24px}.featured-main-content{left:24px;bottom:24px}.featured-main-content h2{font-size:42px}.featured-main-content p{font-size:15px;line-height:1.7}.featured-side-grid{grid-template-columns:1fr}.featured-side-card{min-height:280px;border-radius:22px}.featured-side-content h3{font-size:30px}}.everlight-editorial{padding:140px 0;background:#111;overflow:hidden}.editorial-wrapper{display:grid;grid-template-columns:1.1fr .9fr;align-items:center;gap:90px}.editorial-image-wrap{position:relative;border-radius:34px;overflow:hidden;min-height:760px;transform-style:preserve-3d}.editorial-image-wrap img{width:100%;height:100%;object-fit:cover;transition:transform 1.2s ease;filter:brightness(.82)}.editorial-image-wrap:hover img{transform:scale(1.05)}.editorial-image-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.45),transparent 50%)}.editorial-content{position:relative;z-index:2}.editorial-label{display:inline-block;color:#2596be;text-transform:uppercase;letter-spacing:.24em;font-size:12px;margin-bottom:26px}.editorial-content h2{font-family:Cormorant Garamond,serif;font-size:clamp(54px,5vw,92px);line-height:.95;color:#fff;margin:0 0 34px;letter-spacing:-.05em}.editorial-divider{width:90px;height:1px;background:#2596be;margin-bottom:34px}.editorial-content p{color:#ffffffb8;font-size:18px;line-height:2;margin-bottom:44px;max-width:560px}.editorial-content blockquote{font-family:Cormorant Garamond,serif;color:#fff;font-size:42px;line-height:1.2;margin:0 0 50px;padding-left:34px;border-left:1px solid rgba(214,185,140,.4);max-width:580px}.editorial-btn{display:inline-flex;align-items:center;justify-content:center;min-width:220px;padding:18px 34px;border-radius:999px;border:1px solid rgba(255,255,255,.12);text-decoration:none;color:#fff;letter-spacing:.16em;text-transform:uppercase;font-size:12px;background:#ffffff0a;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);transition:.45s ease}.editorial-btn:hover{transform:translateY(-4px);border-color:#d6b98c80;box-shadow:0 20px 50px #00000040}@media screen and (max-width:991px){.everlight-editorial{padding:100px 0}.editorial-wrapper{grid-template-columns:1fr;gap:60px}.editorial-image-wrap{min-height:620px}.editorial-content h2{font-size:64px}}@media screen and (max-width:640px){.everlight-editorial{padding:80px 0}.editorial-image-wrap{min-height:480px;border-radius:24px}.editorial-content h2{font-size:46px}.editorial-content p{font-size:16px;line-height:1.8}.editorial-content blockquote{font-size:30px;padding-left:20px}.editorial-btn{width:100%}}.everlight-products{padding:140px 0;background:#f7f4ef;overflow:hidden}.products-header{margin-bottom:70px}.products-label{display:block;color:#2596be;letter-spacing:.24em;text-transform:uppercase;font-size:12px;margin-bottom:24px}.products-header h2{font-family:Cormorant Garamond,serif;font-size:clamp(54px,5vw,92px);line-height:.95;letter-spacing:-.05em;margin:0;color:#111}.everlight-products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px}.everlight-product-card{position:relative;transition:transform .5s ease}.everlight-product-card:hover{transform:translateY(-10px)}.everlight-product-card a{text-decoration:none;color:inherit;display:block}.product-image-wrap{position:relative;overflow:hidden;border-radius:28px;background:#ece7df;aspect-ratio:4/5}.product-image-wrap img{width:100%;height:100%;object-fit:cover;transition:transform 1s ease}.everlight-product-card:hover img{transform:scale(1.08)}.product-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.42),transparent 45%);opacity:0;transition:.5s ease}.everlight-product-card:hover .product-overlay{opacity:1}.product-hover-content{position:absolute;left:50%;bottom:34px;transform:translate(-50%) translateY(20px);opacity:0;transition:.5s ease;z-index:3}.everlight-product-card:hover .product-hover-content{opacity:1;transform:translate(-50%) translateY(0)}.product-hover-content span{display:inline-flex;align-items:center;justify-content:center;padding:14px 24px;border-radius:999px;background:#ffffff24;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);color:#fff;font-size:11px;text-transform:uppercase;letter-spacing:.18em;border:1px solid rgba(255,255,255,.2)}.product-content{padding-top:26px}.product-content h3{font-family:Cormorant Garamond,serif;font-size:34px;line-height:1;margin:0 0 14px;color:#111;letter-spacing:-.03em}.product-price{color:#7a7a7a;font-size:15px;letter-spacing:.08em}@media screen and (max-width:1100px){.everlight-products-grid{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:640px){.everlight-products{padding:90px 0}.products-header{margin-bottom:48px}.products-header h2{font-size:48px}.everlight-products-grid{grid-template-columns:1fr;gap:36px}.product-image-wrap{border-radius:22px}.product-content h3{font-size:28px}}.everlight-articles{padding:140px 0;background:#fff}.articles-heading{margin-bottom:70px}.articles-label{display:block;color:#2596be;text-transform:uppercase;letter-spacing:.24em;font-size:12px;margin-bottom:24px}.articles-heading h2{font-family:Cormorant Garamond,serif;font-size:clamp(58px,5vw,96px);line-height:.94;letter-spacing:-.05em;margin:0;color:#111}.everlight-articles-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:34px}.everlight-article-card{position:relative}.everlight-article-card a{display:block;text-decoration:none;color:inherit}.article-image-wrap{overflow:hidden;border-radius:30px;aspect-ratio:4/5;background:#f2efe9}.article-image-wrap img{width:100%;height:100%;object-fit:cover;transition:transform 1.1s ease}.everlight-article-card:hover img{transform:scale(1.07)}.article-card-content{padding-top:28px}.article-meta{display:flex;align-items:center;gap:12px;margin-bottom:20px;color:#8a8a8a;font-size:11px;letter-spacing:.18em;text-transform:uppercase}.article-dot{width:4px;height:4px;border-radius:50%;background:#2596be}.article-card-content h3{font-family:Cormorant Garamond,serif;font-size:42px;line-height:1;letter-spacing:-.04em;margin:0 0 20px;color:#111;transition:.35s ease}.everlight-article-card:hover h3{color:#8d6b3f}.article-card-content p{color:#6f6f6f;line-height:1.9;font-size:16px;margin:0 0 28px}.article-link{display:inline-flex;align-items:center;gap:12px;color:#111;letter-spacing:.16em;text-transform:uppercase;font-size:11px;position:relative}.article-link:after{content:"";width:50px;height:1px;background:#111;transition:.4s ease}.everlight-article-card:hover .article-link:after{width:80px;background:#8d6b3f}.luxury-pagination{padding-top:80px}.luxury-pagination .pagination{display:flex;justify-content:center;gap:14px}.luxury-pagination .pagination__item{min-width:54px;height:54px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:1px solid rgba(0,0,0,.08);color:#111;text-decoration:none;transition:.35s ease}.luxury-pagination .pagination__item:hover{background:#111;color:#fff}@media screen and (max-width:1100px){.everlight-articles-grid{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:640px){.everlight-articles{padding:90px 0}.articles-heading{margin-bottom:50px}.articles-heading h2{font-size:50px}.everlight-articles-grid{grid-template-columns:1fr;gap:44px}.article-image-wrap{border-radius:24px}.article-card-content h3{font-size:34px}.article-card-content p{font-size:15px;line-height:1.8}}.everlight-newsletter{padding:140px 0;background:#111;overflow:hidden}.newsletter-container{position:relative;border-radius:42px;padding:100px;overflow:hidden;background:linear-gradient(145deg,#1b1b1b,#0c0c0c);border:1px solid rgba(255,255,255,.06)}.newsletter-glow{position:absolute;width:700px;height:700px;right:-20%;top:-20%;background:radial-gradient(circle,rgba(214,185,140,.18),transparent 70%);filter:blur(40px)}.newsletter-content{position:relative;z-index:2;max-width:760px;margin-bottom:60px}.newsletter-label{display:inline-block;color:#2596be;text-transform:uppercase;letter-spacing:.24em;font-size:12px;margin-bottom:24px}.newsletter-content h2{font-family:Cormorant Garamond,serif;font-size:clamp(58px,5vw,104px);line-height:.92;letter-spacing:-.05em;color:#fff;margin:0 0 30px}.newsletter-content p{color:#ffffffb8;font-size:18px;line-height:1.9;max-width:620px}.newsletter-form-wrap{position:relative;z-index:2}.everlight-newsletter-form{display:flex;align-items:center;gap:20px}.everlight-newsletter-form input{flex:1;height:72px;border:none;outline:none;border-radius:999px;padding:0 34px;background:#ffffff0f;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border:1px solid rgba(255,255,255,.08);color:#fff;font-size:16px}.everlight-newsletter-form input::placeholder{color:#ffffff6b}.everlight-newsletter-form button{height:72px;min-width:220px;border:none;border-radius:999px;cursor:pointer;background:#2596be;color:#111;font-size:12px;letter-spacing:.18em;text-transform:uppercase;transition:.4s ease}.everlight-newsletter-form button:hover{transform:translateY(-4px);box-shadow:0 20px 50px #00000040}@media screen and (max-width:991px){.newsletter-container{padding:70px 50px}.newsletter-content h2{font-size:72px}.everlight-newsletter-form{flex-direction:column;align-items:stretch}.everlight-newsletter-form button{width:100%}}@media screen and (max-width:640px){.everlight-newsletter{padding:90px 0}.newsletter-container{padding:50px 26px;border-radius:28px}.newsletter-content{margin-bottom:40px}.newsletter-content h2{font-size:48px}.newsletter-content p{font-size:15px;line-height:1.8}.everlight-newsletter-form input{height:64px;padding:0 24px;font-size:15px}.everlight-newsletter-form button{height:64px}}.everlight-footer-cta{position:relative;min-height:90vh;overflow:hidden;display:flex;align-items:center;background:#000}.footer-cta-bg{position:absolute;top:0;right:0;bottom:0;left:0}.footer-cta-bg img{width:100%;height:100%;object-fit:cover;filter:brightness(.58);transform:scale(1.05)}.footer-cta-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#000000db,#0000002e),linear-gradient(to right,rgba(0,0,0,.72),transparent 60%)}.footer-cta-content{position:relative;z-index:2;max-width:760px}.footer-cta-label{display:inline-block;color:#2596be;text-transform:uppercase;letter-spacing:.24em;font-size:12px;margin-bottom:28px}.footer-cta-content h2{font-family:Cormorant Garamond,serif;font-size:clamp(64px,7vw,130px);line-height:.9;letter-spacing:-.06em;margin:0 0 34px;color:#fff}.footer-cta-content p{color:#ffffffbd;font-size:18px;line-height:1.9;margin-bottom:44px;max-width:620px}.footer-cta-btn{display:inline-flex;align-items:center;justify-content:center;min-width:240px;height:68px;padding:0 36px;border-radius:999px;text-decoration:none;background:#ffffff14;border:1px solid rgba(255,255,255,.14);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);color:#fff;text-transform:uppercase;letter-spacing:.18em;font-size:12px;transition:.45s ease}.footer-cta-btn:hover{transform:translateY(-5px);border-color:#d6b98c8c;box-shadow:0 20px 50px #00000047}@media screen and (max-width:991px){.everlight-footer-cta{min-height:760px;align-items:flex-end;padding-bottom:100px}.footer-cta-content h2{font-size:78px}}@media screen and (max-width:640px){.everlight-footer-cta{min-height:680px;padding-bottom:70px}.footer-cta-content h2{font-size:52px}.footer-cta-content p{font-size:15px;line-height:1.8}.footer-cta-btn{width:100%}}.everlight-category-nav{position:relative;padding:90px 0 60px;background:#f7f4ef;overflow:hidden}.category-nav-wrapper{display:flex;justify-content:space-between;align-items:flex-end;gap:60px;border-bottom:1px solid rgba(0,0,0,.08);padding-bottom:40px}.category-nav-intro{max-width:420px}.category-label{display:inline-block;color:#2596be;text-transform:uppercase;letter-spacing:.22em;font-size:12px;margin-bottom:22px}.category-nav-intro h2{font-family:Cormorant Garamond,serif;font-size:clamp(46px,4vw,72px);line-height:.95;letter-spacing:-.05em;margin:0;color:#111}.category-nav-links{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:18px}.category-pill{display:inline-flex;align-items:center;justify-content:center;min-height:58px;padding:0 26px;border-radius:999px;text-decoration:none;color:#111;border:1px solid rgba(0,0,0,.08);background:#fff;font-size:12px;text-transform:uppercase;letter-spacing:.16em;transition:.4s ease}.category-pill:hover{background:#111;color:#fff;transform:translateY(-3px);border-color:#111}@media screen and (max-width:991px){.category-nav-wrapper{flex-direction:column;align-items:flex-start}.category-nav-links{justify-content:flex-start}}@media screen and (max-width:640px){.everlight-category-nav{padding:70px 0 40px}.category-nav-wrapper{gap:36px;padding-bottom:30px}.category-nav-intro h2{font-size:44px}.category-nav-links{gap:12px}.category-pill{min-height:52px;padding:0 20px;font-size:11px}}.everlight-related{padding:130px 0;background:#f7f4ef}.related-header{margin-bottom:60px}.related-label{display:block;color:#2596be;text-transform:uppercase;letter-spacing:.22em;font-size:12px;margin-bottom:22px}.related-header h2{font-family:Cormorant Garamond,serif;font-size:clamp(54px,5vw,88px);line-height:.94;letter-spacing:-.05em;margin:0;color:#111}.related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.related-card a{display:block;text-decoration:none;color:inherit}.related-image-wrap{overflow:hidden;border-radius:28px;aspect-ratio:4/5;background:#ece7df}.related-image-wrap img{width:100%;height:100%;object-fit:cover;transition:transform 1s ease}.related-card:hover img{transform:scale(1.06)}.related-content{padding-top:26px}.related-meta{display:flex;align-items:center;gap:12px;margin-bottom:18px;color:#8a8a8a;font-size:11px;text-transform:uppercase;letter-spacing:.16em}.related-dot{width:4px;height:4px;border-radius:50%;background:#2596be}.related-content h3{font-family:Cormorant Garamond,serif;font-size:40px;line-height:1;letter-spacing:-.04em;margin:0;color:#111;transition:.35s ease}.related-card:hover h3{color:#8d6b3f}@media screen and (max-width:991px){.related-grid{grid-template-columns:1fr}}@media screen and (max-width:640px){.everlight-related{padding:90px 0}.related-header{margin-bottom:42px}.related-header h2{font-size:48px}.related-image-wrap{border-radius:22px}.related-content h3{font-size:34px}}.everlight-instagram{padding:130px 0;background:#111;overflow:hidden}.instagram-header{margin-bottom:60px}.instagram-label{display:block;color:#2596be;text-transform:uppercase;letter-spacing:.22em;font-size:12px;margin-bottom:22px}.instagram-header h2{font-family:Cormorant Garamond,serif;font-size:clamp(54px,5vw,92px);line-height:.94;letter-spacing:-.05em;margin:0;color:#fff}.instagram-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:18px;overflow:hidden}.instagram-card{position:relative;display:block;overflow:hidden;aspect-ratio:1/1.15;border-radius:22px;background:#1b1b1b}.instagram-card img{width:100%;height:100%;object-fit:cover;transition:transform 1s ease}.instagram-card:hover img{transform:scale(1.08)}.instagram-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.55),transparent 55%);opacity:0;transition:.4s ease}.instagram-card:hover .instagram-overlay{opacity:1}.instagram-hover{position:absolute;left:50%;bottom:24px;transform:translate(-50%) translateY(20px);opacity:0;transition:.45s ease;z-index:2}.instagram-card:hover .instagram-hover{transform:translate(-50%) translateY(0);opacity:1}.instagram-hover span{display:inline-flex;align-items:center;justify-content:center;min-width:140px;height:46px;border-radius:999px;background:#ffffff1f;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.16);color:#fff;text-transform:uppercase;letter-spacing:.14em;font-size:10px}@media screen and (max-width:1100px){.instagram-grid{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:640px){.everlight-instagram{padding:90px 0}.instagram-header{margin-bottom:42px}.instagram-header h2{font-size:48px}.instagram-grid{grid-template-columns:repeat(2,1fr);gap:12px}.instagram-card{border-radius:18px}}*{box-sizing:border-box}img{display:block}a{transition:.35s ease}section{position:relative}.page-width{width:min(1440px,calc(100% - 100px));margin:auto}::selection{background:#2596be;color:#111}body{-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.everlight-featured-grid,.everlight-products,.everlight-articles,.everlight-related{position:relative;z-index:2}img{image-rendering:auto;backface-visibility:hidden;-webkit-backface-visibility:hidden}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#111}::-webkit-scrollbar-thumb{background:#6f5735;border-radius:999px}button,a{will-change:transform}@media screen and (max-width:640px){.page-width{width:calc(100% - 32px)}}
/*# sourceMappingURL=/cdn/shop/t/18/assets/luxury-blog.css.map */
