.fch-brand-section .fch-brand-grid{display:grid;grid-template-columns:repeat(7,1fr);background:var(--fch-warm, #F7F7F5);border:1px solid var(--fch-border, #E5E4E0);border-radius:2px;overflow:hidden}.fch-brand-section .fch-brand-cell{position:relative;padding:9px 8px;border-right:1px solid var(--fch-border, #E5E4E0);border-bottom:1px solid var(--fch-border, #E5E4E0);text-decoration:none;display:flex;align-items:center;justify-content:center;text-align:center;min-height:38px;transition:background .18s ease}.fch-brand-section .fch-brand-cell:hover{background:#fff}.fch-brand-section .fch-brand-cell-name{font-family:var(--fch-serif, serif);font-size:12.5px;font-weight:400;letter-spacing:.2px;color:var(--fch-ink, #1A1A18);line-height:1.15;transition:color .18s ease}.fch-brand-section .fch-brand-cell:hover .fch-brand-cell-name{color:var(--fch-tc, #C4622A)}.fch-brand-section .fch-brand-cell:after{content:"";position:absolute;left:50%;bottom:7px;width:0;height:1px;background:var(--fch-tc, #C4622A);transform:translate(-50%);transition:width .18s ease}.fch-brand-section .fch-brand-cell:hover:after{width:22px}@media screen and (max-width:1100px){.fch-brand-section .fch-brand-grid{grid-template-columns:repeat(5,1fr)}}@media screen and (max-width:749px){.fch-brand-section .fch-brand-grid{grid-template-columns:repeat(3,1fr)}.fch-brand-section .fch-brand-cell{min-height:34px;padding:8px 6px}.fch-brand-section .fch-brand-cell-name{font-size:11.5px}}@media screen and (max-width:479px){.fch-brand-section .fch-brand-grid{grid-template-columns:repeat(2,1fr)}}.fch-deals{padding-top:var(--fch-pt, 40px);padding-bottom:var(--fch-pb, 40px)}.fch-deals__inner{display:flex;align-items:center;gap:4rem;flex-wrap:wrap}.fch-deals__media{flex:0 0 auto;width:18rem;display:flex}.fch-deals__media img{width:100%;height:auto;display:block}.fch-deals__copy{flex:1 1 28rem;min-width:0}.fch-deals__copy{color:#fff}.fch-deals__heading{margin:0 0 .8rem;color:#fff;font-family:var(--font-heading-family);font-weight:var(--font-heading-weight);font-style:normal;font-size:clamp(2.6rem,3.2vw,3.6rem);line-height:1.08;letter-spacing:.02rem}.fch-deals__heading em,.fch-deals__heading i{font-style:italic;color:rgb(var(--color-button))}.fch-deals__body p{margin:0;max-width:46ch;color:#fff;font-family:var(--font-body-family);font-size:1.5rem;line-height:1.5;opacity:.9}.fch-deals__form-wrap{flex:0 0 auto;width:min(100%,42rem);margin-left:auto}.fch-deals__field{display:flex;align-items:stretch;box-shadow:0 1.2rem 3rem #0000002e}.fch-deals__input{flex:1 1 auto;min-width:0;height:5.6rem;padding:0 1.8rem;border:0;background:#fff;color:#0d1b2e;font-family:var(--font-body-family);font-size:1.5rem}.fch-deals__input::placeholder{color:#6b7280}.fch-deals__input:focus,.fch-deals__input:focus-visible{outline:.2rem solid rgb(var(--color-button));outline-offset:-.2rem}.fch-deals__btn{flex:0 0 auto;height:5.6rem;padding:0 2.6rem;border:0;background:rgb(var(--color-button));color:rgb(var(--color-button-text));font-family:var(--font-body-family);font-size:1.3rem;font-weight:600;letter-spacing:.14rem;text-transform:uppercase;cursor:pointer;transition:filter .2s ease}.fch-deals__btn:hover{filter:brightness(1.07)}.fch-deals__msg{margin:1rem 0 0;font-family:var(--font-body-family);font-size:1.3rem}.fch-deals__msg--error{color:#ffd2d2}.fch-deals__msg--success{color:rgb(var(--color-button))}@media screen and (max-width:989px){.fch-deals__inner{gap:2.4rem}.fch-deals__form-wrap{width:100%;margin-left:0}}@media screen and (max-width:749px){.fch-deals__inner{flex-direction:column;align-items:flex-start}.fch-deals__media{display:none}.fch-deals__heading{font-size:clamp(2.2rem,7vw,2.8rem)}}.fch-footer{background:var(--fch-ink, #1A1A18);padding:42px 0 26px}.fch-footer-inner{padding-left:28px;padding-right:28px}.fch-footer-grid{display:grid;grid-template-columns:1.7fr 1fr 1fr 1fr;gap:28px;padding-bottom:28px;border-bottom:1px solid rgba(255,255,255,.07);margin-bottom:18px}.fch-footer-logo{font-family:var(--fch-serif, serif);font-size:19px;font-style:italic;font-weight:500;color:#fff;line-height:1.1;margin-bottom:3px}.fch-footer-sub{font-family:var(--fch-sans, sans-serif);font-size:7.5px;letter-spacing:3.5px;text-transform:uppercase;color:var(--fch-tc, #C4622A);font-weight:500;margin-bottom:12px}.fch-footer-desc{font-family:var(--fch-sans, sans-serif);font-size:12px;font-weight:300;color:#ffffff4d;line-height:1.85;max-width:300px}.fch-footer-h{font-family:var(--fch-sans, sans-serif);font-size:9px;letter-spacing:3px;text-transform:uppercase;color:var(--fch-tc, #C4622A);font-weight:500;margin-bottom:13px}.fch-footer-link{display:block;font-family:var(--fch-sans, sans-serif);font-size:12px;font-weight:300;color:#ffffff52;margin-bottom:9px;text-decoration:none;transition:color .15s ease}.fch-footer-link:hover{color:#ffffffb3}.fch-footer-bottom{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:10px}.fch-footer-copy{font-family:var(--fch-sans, sans-serif);font-size:10px;letter-spacing:.3px;color:#fff3}@media screen and (max-width:749px){.fch-footer-grid{grid-template-columns:1fr 1fr;gap:26px 18px}.fch-footer-brand{grid-column:1 / -1}.fch-footer-bottom{flex-direction:column;align-items:flex-start}}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,.h1,.h2,.h3,.card__heading,.section-heading,.title{letter-spacing:0}.featured-collection .title,.collection .title{font-family:var(--fch-serif, serif)!important;font-weight:500!important;letter-spacing:0!important}.featured-collection .title-wrapper-with-link{align-items:flex-end;margin-bottom:26px}.featured-collection .link,.featured-collection a.button{font-family:var(--fch-sans, sans-serif)!important;letter-spacing:2px!important;text-transform:uppercase!important}.fch-search-wrap{flex:0 1 920px!important;max-width:920px}.fch-icons-wrap{margin-left:auto;gap:30px!important;align-items:flex-start!important}.fch-icon-item{display:flex;flex-direction:column;align-items:center;justify-content:flex-start}.fch-cart-icon-wrap{display:flex;align-items:center;justify-content:center;height:17px}[id*=bestsellers] .title:before{content:"Top picks";display:block;font-family:var(--fch-sans, sans-serif);font-size:10px;font-weight:500;letter-spacing:3px;text-transform:uppercase;color:var(--fch-tc, #C4622A);margin-bottom:6px}.fch-dubai{padding-top:52px;padding-bottom:52px}.main-page-title{font-family:var(--fch-serif, serif)!important;font-weight:500!important;letter-spacing:0!important}.page-width .rte{max-width:760px;margin-left:auto;margin-right:auto;font-family:var(--fch-sans, sans-serif);font-size:15px;font-weight:300;line-height:1.85;color:#3a3a38}.page-width .rte h2{font-family:var(--fch-serif, serif);font-weight:500;font-size:24px;color:var(--fch-ink, #1A1A18);letter-spacing:0;margin:34px 0 12px}.page-width .rte h2:first-child{margin-top:0}.page-width .rte p{margin-bottom:16px}.page-width .rte ul,.page-width .rte ol{margin:0 0 16px 1.1em}.page-width .rte li{margin-bottom:8px}.page-width .rte a{color:var(--fch-tc, #C4622A);text-decoration:none;border-bottom:1px solid rgba(196,98,42,.3)}.page-width .rte a:hover{color:var(--fch-tc2, #A3501F)}.page-width .rte strong{font-weight:500;color:var(--fch-ink, #1A1A18)}.fch-hero{display:grid;grid-template-columns:1fr 1fr;min-height:var(--fch-hero-min, 440px);border-bottom:1px solid var(--fch-border, #E5E4E0)}.fch-hero--img-left .fch-hero-right{order:-1}.fch-hero-left{background:var(--fch-ink, #1A1A18);padding:56px 48px;display:flex;flex-direction:column;justify-content:center}.fch-hero-eyebrow{font-family:var(--fch-sans, sans-serif);font-size:10px;letter-spacing:3px;text-transform:uppercase;color:#ffffff59;margin-bottom:16px}.fch-hero-heading{font-family:var(--fch-serif, serif)!important;font-size:42px;font-weight:500!important;color:#fff;line-height:1.14;letter-spacing:0;margin:0 0 14px}.fch-hero-heading em,.fch-hero-heading i{font-style:italic;color:#e8a882}.fch-hero-sub{font-family:var(--fch-sans, sans-serif);font-size:13px;font-weight:300;color:#ffffff73;line-height:1.85;margin-bottom:28px;max-width:340px}.fch-hero-buttons{display:flex;gap:12px;flex-wrap:wrap}.fch-hero-btn{display:inline-block;font-family:var(--fch-sans, sans-serif);font-size:11px;letter-spacing:2px;text-transform:uppercase;padding:13px 28px;text-decoration:none;transition:all .15s ease;cursor:pointer}.fch-hero-btn--primary{background:var(--fch-tc, #C4622A);color:#fff;font-weight:500;border:1px solid var(--fch-tc, #C4622A)}.fch-hero-btn--primary:hover{background:var(--fch-tc2, #A3501F);border-color:var(--fch-tc2, #A3501F)}.fch-hero-btn--ghost{background:transparent;color:#ffffff80;border:1px solid rgba(255,255,255,.18);font-weight:300}.fch-hero-btn--ghost:hover{color:#fff;border-color:#ffffff73}.fch-hero-right{position:relative;overflow:hidden;background:var(--fch-warm, #F7F7F5);min-height:var(--fch-hero-min, 440px)}.fch-hero-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;display:block}.fch-hero-img--placeholder svg{width:100%;height:100%;object-fit:cover}@media screen and (max-width:749px){.fch-hero{grid-template-columns:1fr}.fch-hero--img-left .fch-hero-right{order:0}.fch-hero-left{padding:38px 28px}.fch-hero-heading{font-size:32px}.fch-hero-right{min-height:300px}}
/*# sourceMappingURL=/cdn/shop/t/12/compiled_assets/styles.css.map */
