/*! G Decor — bundled stylesheet — rebuilt from theme 12 (Avada) source files. */

/* ===== gdecor-redesign ===== */
/* G Decor Redesign — v3.2 */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400;1,500&display=swap');

:root{--gd-cream:#F6EFE3;--gd-cream-soft:#FBF6EC;--gd-off-white:#FDFAF3;--gd-ink:#1B1714;--gd-ink-soft:#3D332A;--gd-muted:#6B5D50;--gd-brass:#B08D57;--gd-brass-deep:#8C6F42;--gd-line:#E5DCC9;--gd-line-soft:#EDE3D0;--gd-serif:'Cormorant Garamond',Georgia,serif;--gd-sans:'Inter',-apple-system,sans-serif}

body{background:var(--gd-off-white)!important;color:var(--gd-ink-soft)!important;font-family:var(--gd-sans)!important;margin:0}
*{box-sizing:border-box}
main#content>.container.cf,main#content{max-width:none!important;padding:0!important;width:100%}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6,.slideshow__title,.section-header__title,.image-with-text__heading,.feature__heading,.product-thumbnail__title,.collection-thumbnail__title,.rich-text__heading{font-family:var(--gd-serif)!important;font-weight:300!important;letter-spacing:-.005em!important;color:var(--gd-ink)!important}
h1,.h1{font-size:64px;line-height:1.05}h2,.h2{font-size:48px;line-height:1.1}h3,.h3{font-size:32px;line-height:1.15}
em{font-style:italic;color:var(--gd-brass-deep);font-weight:inherit}
h1 em,h2 em,h3 em,h4 em,.h1 em,.h2 em,.h3 em,.h4 em{color:var(--gd-brass-deep)!important;font-style:italic!important;font-weight:300!important}
@media(max-width:768px){h1,.h1{font-size:42px}h2,.h2{font-size:28px}h3,.h3{font-size:22px}}
p{color:var(--gd-ink-soft);margin:0 0 1em}

.gd-eyebrow,.subheading,.slideshow__subheading,.section-header__subheading{font-family:var(--gd-sans)!important;font-size:11px!important;letter-spacing:.32em!important;text-transform:uppercase!important;color:var(--gd-brass-deep)!important;font-weight:500!important;margin:0 0 18px;display:block}
.gd-eyebrow--light{color:rgba(232,212,176,.9)!important}

.gd-btn,.btn,.button{font-family:var(--gd-sans)!important;letter-spacing:.22em!important;text-transform:uppercase!important;font-size:11px!important;font-weight:500!important;padding:14px 32px!important;border-radius:0!important;display:inline-block;text-decoration:none;transition:all .2s;border:1px solid currentColor;cursor:pointer;line-height:1.2}
.gd-btn--dark,.btn,.button{background:var(--gd-ink);color:var(--gd-off-white)!important;border-color:var(--gd-ink)}
.gd-btn--dark:hover,.btn:hover,.button:hover{background:transparent;color:var(--gd-ink)!important}
.gd-btn--light{background:var(--gd-off-white);color:var(--gd-ink)!important;border-color:var(--gd-off-white)}
.gd-btn--light:hover{background:transparent;color:var(--gd-off-white)!important}
.gd-btn--ghost-light{background:transparent;color:var(--gd-off-white)!important;border-color:var(--gd-off-white)}
.gd-btn--ghost-light:hover{background:var(--gd-off-white);color:var(--gd-ink)!important}
.gd-btn--ghost-dark{background:transparent;color:var(--gd-ink)!important;border-color:var(--gd-ink)}
.gd-btn--ghost-dark:hover{background:var(--gd-ink);color:var(--gd-off-white)!important}

/* GD HEADER */
.gd-header{background:var(--gd-off-white);border-bottom:1px solid var(--gd-line);position:relative;z-index:50}
.gd-utility{background:var(--gd-cream);text-align:center;padding:9px 24px;font-size:11px;letter-spacing:.22em;text-transform:uppercase;color:var(--gd-ink-soft);font-weight:500}
.gd-utility__inner{display:inline-flex;align-items:center;gap:18px;flex-wrap:wrap;justify-content:center}
.gd-utility__dot{color:var(--gd-brass);opacity:.5}
.gd-header__main{padding:22px 40px 14px}
.gd-header__row{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:24px}
.gd-header__utils{display:flex;gap:22px;font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:var(--gd-ink-soft)}
.gd-header__utils--right{justify-content:flex-end}
.gd-header__utils a{color:inherit;text-decoration:none;transition:color .2s;display:inline-flex;align-items:center;gap:7px}
.gd-header__utils a:hover{color:var(--gd-brass-deep)}
.gd-header__utils svg{width:14px;height:14px;display:block;flex-shrink:0}
.gd-header__logo{font-family:var(--gd-serif);font-weight:500;font-size:34px;letter-spacing:.32em;color:var(--gd-ink);text-decoration:none;text-align:center;line-height:1}
.gd-header__nav{margin-top:18px;display:flex;justify-content:center;gap:38px;flex-wrap:wrap;padding-bottom:8px}
.gd-nav-link{font-family:var(--gd-sans);font-size:12px;letter-spacing:.18em;text-transform:uppercase;font-weight:500;color:var(--gd-ink);text-decoration:none;padding-bottom:6px;border-bottom:1px solid transparent;transition:all .2s}
.gd-nav-link:hover{border-bottom-color:var(--gd-brass);color:var(--gd-brass-deep)}
.gd-nav-link--accent{font-family:var(--gd-serif);font-style:italic;letter-spacing:.04em;text-transform:none;font-size:15px;color:var(--gd-brass-deep)}
@media(max-width:1024px){
  .gd-header__main{padding:16px 20px}
  .gd-header__row{grid-template-columns:auto 1fr auto;gap:12px}
  .gd-header__utils{font-size:11px;gap:14px}
  .gd-header__utils--left a:nth-child(2),.gd-header__utils--right a:nth-child(2){display:none}
  .gd-header__utils--left a:first-child span{display:none}
  .gd-header__logo{font-size:22px;letter-spacing:.28em}
  .gd-header__nav{gap:22px;padding:0 16px 8px;overflow-x:auto;justify-content:flex-start;flex-wrap:nowrap;-webkit-overflow-scrolling:touch}
  .gd-nav-link{font-size:11px;white-space:nowrap}
  .gd-utility{font-size:9px;padding:7px 16px;letter-spacing:.18em}
  .gd-utility__inner{gap:10px}
}

/* GD HERO */
.gd-hero{position:relative;height:78vh;min-height:580px;max-height:820px;overflow:hidden;margin:0;width:100%}
.gd-hero__bg{position:absolute;inset:0;background-size:cover;background-position:center;display:flex;align-items:center;justify-content:center}
.gd-hero__img{width:100%;height:100%;object-fit:cover}
.gd-hero__placeholder{font-family:var(--gd-sans);font-size:11px;letter-spacing:.22em;text-transform:uppercase;color:rgba(246,239,227,.35);font-weight:500;text-align:center;padding:32px}
.gd-hero__overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.3) 0%,rgba(0,0,0,0) 40%,rgba(0,0,0,.6) 100%)}
.gd-hero__inner{position:absolute;inset:0;display:flex;align-items:flex-end;padding:80px 8%;z-index:2}
.gd-hero__content{max-width:560px;color:var(--gd-cream)}
.gd-hero__title{font-family:var(--gd-serif);font-weight:300;font-size:72px;line-height:1.02;letter-spacing:-.02em;color:var(--gd-cream)!important;margin:0 0 22px}
.gd-hero__title em{color:#E8D4B0!important;font-style:italic;font-weight:300}
.gd-hero__title p{margin:0;color:inherit}
.gd-hero__lede{font-size:15px;line-height:1.7;color:rgba(246,239,227,.88);margin:0 0 32px;max-width:440px}
.gd-hero__ctas{display:flex;gap:14px;flex-wrap:wrap}
@media(max-width:768px){.gd-hero{height:auto;min-height:540px;max-height:none}.gd-hero__inner{padding:40px 24px}.gd-hero__title{font-size:42px}}

/* GD CATEGORIES */
.gd-categories{padding:120px 40px;background:var(--gd-off-white)}
.gd-categories__head{text-align:center;margin:0 auto 64px;max-width:720px}
.gd-categories__title{font-family:var(--gd-serif);font-weight:300;font-size:48px;line-height:1.05;letter-spacing:-.01em;color:var(--gd-ink);margin:0 0 20px}
.gd-categories__title em{font-style:italic;color:var(--gd-brass-deep)}
.gd-categories__title p{margin:0}
.gd-categories__lede{font-size:15px;line-height:1.7;color:var(--gd-muted);max-width:560px;margin:0 auto}
.gd-categories__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;max-width:1440px;margin:0 auto}
.gd-categories__tile{position:relative;height:420px;overflow:hidden;cursor:pointer;display:block;text-decoration:none}
.gd-categories__bg{position:absolute;inset:0}
.gd-categories__bg img{width:100%;height:100%;object-fit:cover}
.gd-categories__overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.4) 0%,rgba(0,0,0,0) 50%);z-index:1}
.gd-categories__label{position:absolute;left:24px;bottom:24px;z-index:2;color:var(--gd-off-white)}
.gd-categories__name{font-family:var(--gd-serif);font-size:30px;font-weight:400;letter-spacing:.01em;display:block;margin-bottom:6px;color:var(--gd-off-white)}
.gd-categories__cta{font-size:11px;letter-spacing:.2em;text-transform:uppercase;border-bottom:1px solid var(--gd-off-white);padding-bottom:3px}
@media(max-width:1024px){.gd-categories{padding:60px 24px}.gd-categories__grid{grid-template-columns:repeat(2,1fr);gap:12px}.gd-categories__tile{height:240px}.gd-categories__name{font-size:22px}.gd-categories__title{font-size:28px}}

/* GD STORY */
.gd-story{background:var(--gd-cream);padding:120px 40px}
.gd-story__inner{display:grid;grid-template-columns:1fr 1fr;gap:80px;max-width:1240px;margin:0 auto;align-items:center}
.gd-story__image{height:620px}
.gd-story__image img{width:100%;height:100%;object-fit:cover}
.gd-story__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:11px;letter-spacing:.22em;text-transform:uppercase;color:rgba(27,23,20,.45);font-weight:500;text-align:center;padding:32px}
.gd-story__title{font-family:var(--gd-serif);font-size:56px;font-weight:300;line-height:1.05;margin:0 0 32px;color:var(--gd-ink)}
.gd-story__title em{color:var(--gd-brass-deep);font-style:italic}
.gd-story__title p{margin:0}
.gd-story__pullquote{font-family:var(--gd-serif);font-style:italic;font-size:22px;line-height:1.5;color:var(--gd-ink-soft);margin:0 0 28px;padding-left:24px;border-left:2px solid var(--gd-brass)}
.gd-story__body{font-size:15px;line-height:1.8;color:var(--gd-ink-soft);margin-bottom:36px}
.gd-story__body p{margin:0 0 18px}
@media(max-width:1024px){.gd-story{padding:60px 24px}.gd-story__inner{grid-template-columns:1fr;gap:32px}.gd-story__image{height:280px}.gd-story__title{font-size:32px}}

/* GD ROOMS */
.gd-rooms{padding:120px 40px;background:var(--gd-off-white)}
.gd-rooms__head{text-align:center;margin:0 auto 64px}
.gd-rooms__title{font-family:var(--gd-serif);font-weight:300;font-size:48px;line-height:1.05;letter-spacing:-.01em;color:var(--gd-ink);margin:0}
.gd-rooms__title em{font-style:italic;color:var(--gd-brass-deep)}
.gd-rooms__title p{margin:0}
.gd-rooms__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;max-width:1440px;margin:0 auto}
.gd-rooms__tile{position:relative;height:340px;overflow:hidden;cursor:pointer;display:block;text-decoration:none}
.gd-rooms__bg{position:absolute;inset:0}
.gd-rooms__bg img{width:100%;height:100%;object-fit:cover}
.gd-rooms__overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.5) 0%,rgba(0,0,0,0) 60%);z-index:1}
.gd-rooms__label{position:absolute;left:0;right:0;bottom:18px;text-align:center;color:var(--gd-off-white);font-family:var(--gd-serif);font-size:24px;font-weight:400;letter-spacing:.02em;z-index:2}
@media(max-width:1024px){.gd-rooms{padding:60px 24px}.gd-rooms__grid{grid-template-columns:repeat(2,1fr);gap:10px}.gd-rooms__tile{height:200px}.gd-rooms__label{font-size:18px}.gd-rooms__title{font-size:28px}}

/* GD PRODUCTS */
.gd-products{padding:100px 40px;background:var(--gd-off-white)}
.gd-products__head{text-align:center;margin:0 auto 56px;max-width:720px}
.gd-products__head .gd-eyebrow{margin-bottom:14px}
.gd-products__title{font-family:var(--gd-serif);font-weight:300;font-size:48px;letter-spacing:-.01em;color:var(--gd-ink);margin:0;line-height:1.05}
.gd-products__title em{font-style:italic;color:var(--gd-brass-deep)}
.gd-products__title p{margin:0}
.gd-products__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px;max-width:1240px;margin:0 auto}
.gd-product{text-decoration:none;color:inherit;display:block}
.gd-product__image{aspect-ratio:1/1;margin-bottom:18px;overflow:hidden;background:var(--gd-cream-soft)}
.gd-product__image img{width:100%;height:100%;object-fit:cover;transition:transform .3s}
.gd-product:hover .gd-product__image img{transform:scale(1.03)}
.gd-product__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:var(--gd-muted);font-size:10px;letter-spacing:.22em;text-transform:uppercase}
.gd-product__name{font-family:var(--gd-serif);font-size:20px;font-weight:400;margin-bottom:6px;color:var(--gd-ink);line-height:1.3}
.gd-product__price{font-size:13px;color:var(--gd-ink-soft);font-weight:400}
.gd-products__empty{color:var(--gd-muted);font-style:italic;text-align:center;grid-column:1/-1;padding:40px}
@media(max-width:1024px){.gd-products{padding:60px 24px}.gd-products__title{font-size:28px}.gd-products__grid{grid-template-columns:repeat(2,1fr);gap:16px}}

/* GD TRUST STRIP — flex, works with 3 or 4 items */
.gd-trust{background:var(--gd-ink);color:var(--gd-cream-soft);padding:64px 40px}
.gd-trust__grid{display:flex;justify-content:center;align-items:stretch;gap:64px;max-width:1240px;margin:0 auto;flex-wrap:wrap}
.gd-trust__item{text-align:center;flex:0 1 280px}
.gd-trust__icon{font-family:var(--gd-serif);font-size:36px;color:var(--gd-brass);font-style:italic;display:block;margin-bottom:14px}
.gd-trust__heading{font-family:var(--gd-serif)!important;color:var(--gd-cream-soft)!important;font-weight:500!important;font-size:18px!important;margin:0 0 8px;letter-spacing:.02em!important}
.gd-trust__text{font-size:13px;color:rgba(246,239,227,.7);line-height:1.6;margin:0}
@media(max-width:768px){.gd-trust__grid{gap:36px}.gd-trust__item{flex:0 1 100%}}

/* GD EDIT FEATURE */
.gd-edit{background:var(--gd-cream);display:grid;grid-template-columns:1.4fr 1fr;gap:0;align-items:stretch}
.gd-edit.gd-edit--reverse{grid-template-columns:1fr 1.4fr}
.gd-edit.gd-edit--reverse .gd-edit__image{order:2}
.gd-edit.gd-edit--reverse .gd-edit__text{order:1}
.gd-edit__image{min-height:640px}
.gd-edit__image img{width:100%;height:100%;object-fit:cover}
.gd-edit__placeholder{width:100%;height:100%;min-height:640px;display:flex;align-items:center;justify-content:center;font-size:11px;letter-spacing:.22em;text-transform:uppercase;color:rgba(27,23,20,.45);font-weight:500;text-align:center;padding:32px}
.gd-edit__text{padding:96px 72px;display:flex;flex-direction:column;justify-content:center}
.gd-edit__title{font-family:var(--gd-serif);font-size:52px;font-weight:300;line-height:1.05;letter-spacing:-.01em;margin:0 0 24px;color:var(--gd-ink)}
.gd-edit__title em{color:var(--gd-brass-deep);font-style:italic}
.gd-edit__title p{margin:0}
.gd-edit__body{font-size:15px;color:var(--gd-ink-soft);line-height:1.8;margin-bottom:36px;max-width:480px}
.gd-edit__body p{margin:0 0 14px}
.gd-edit__meta{display:flex;gap:40px;margin-bottom:42px;padding-top:30px;border-top:1px solid var(--gd-line);max-width:480px}
.gd-edit__metaitem{font-size:12px}
.gd-edit__metanum{font-family:var(--gd-serif);font-size:32px;font-weight:400;display:block;color:var(--gd-brass-deep);margin-bottom:4px;line-height:1}
.gd-edit__metalabel{font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:var(--gd-muted)}
@media(max-width:1024px){.gd-edit,.gd-edit.gd-edit--reverse{grid-template-columns:1fr}.gd-edit__image,.gd-edit__placeholder{min-height:320px}.gd-edit__text{padding:48px 24px}.gd-edit__title{font-size:32px}}

/* GD JOURNAL */
.gd-journal{padding:120px 40px;background:var(--gd-cream-soft)}
.gd-journal__head{text-align:center;margin:0 auto 64px;max-width:680px}
.gd-journal__title{font-family:var(--gd-serif);font-weight:300;font-size:48px;line-height:1.05;letter-spacing:-.01em;color:var(--gd-ink);margin:0 0 20px}
.gd-journal__title em{font-style:italic;color:var(--gd-brass-deep)}
.gd-journal__title p{margin:0}
.gd-journal__lede{font-size:15px;line-height:1.7;color:var(--gd-muted);margin:0}
.gd-journal__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;max-width:1240px;margin:0 auto}
.gd-article__link{text-decoration:none;color:inherit;display:block}
.gd-article__image{height:320px;margin-bottom:24px;overflow:hidden;background:var(--gd-cream)}
.gd-article__image img{width:100%;height:100%;object-fit:cover;transition:transform .3s}
.gd-article__link:hover .gd-article__image img{transform:scale(1.03)}
.gd-article__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:var(--gd-muted);font-size:10px;letter-spacing:.22em;text-transform:uppercase;background:var(--gd-cream)}
.gd-article__meta{font-size:11px;letter-spacing:.22em;text-transform:uppercase;color:var(--gd-brass-deep);margin-bottom:12px;font-weight:500}
.gd-article__title{font-family:var(--gd-serif);font-weight:400;font-size:26px;line-height:1.25;margin:0 0 12px;letter-spacing:-.005em;color:var(--gd-ink)}
.gd-article__preview{font-size:14px;color:var(--gd-muted);line-height:1.7;margin:0 0 18px}
.gd-article__cta{font-size:11px;letter-spacing:.22em;text-transform:uppercase;color:var(--gd-ink);border-bottom:1px solid var(--gd-ink);padding-bottom:3px;font-weight:500}
.gd-journal__empty{color:var(--gd-muted);font-style:italic;text-align:center;grid-column:1/-1;padding:40px}
@media(max-width:1024px){.gd-journal{padding:60px 24px}.gd-journal__title{font-size:28px}.gd-journal__grid{grid-template-columns:1fr;gap:32px}.gd-article__image{height:220px}}

/* GD SERVICES */
.gd-services{background:var(--gd-cream);padding:100px 40px}
.gd-services__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:0;max-width:1240px;margin:0 auto}
.gd-services__item{padding:48px;text-align:center;border-right:1px solid var(--gd-line)}
.gd-services__item:last-child{border-right:none}
.gd-services__icon{font-family:var(--gd-serif);font-style:italic;font-size:44px;color:var(--gd-brass-deep);display:block;margin-bottom:18px;line-height:1}
.gd-services__title{font-family:var(--gd-serif)!important;font-weight:400!important;font-size:26px!important;margin:0 0 12px;color:var(--gd-ink)!important}
.gd-services__text{font-size:14px;color:var(--gd-ink-soft);line-height:1.7;margin:0 0 24px}
.gd-services__link{font-size:11px;letter-spacing:.22em;text-transform:uppercase;color:var(--gd-ink);border-bottom:1px solid var(--gd-ink);padding-bottom:3px;text-decoration:none;font-weight:500}
@media(max-width:1024px){.gd-services{padding:60px 24px}.gd-services__grid{grid-template-columns:1fr}.gd-services__item{border-right:none;border-bottom:1px solid var(--gd-line);padding:32px 24px}.gd-services__item:last-child{border-bottom:none}}

/* GD NEWSLETTER */
.gd-newsletter{position:relative;height:520px;overflow:hidden}
.gd-newsletter__bg{position:absolute;inset:0}
.gd-newsletter__img{width:100%;height:100%;object-fit:cover}
.gd-newsletter__overlay{position:absolute;inset:0;background:rgba(27,23,20,.5)}
.gd-newsletter__inner{position:relative;z-index:2;max-width:680px;margin:0 auto;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:40px;color:var(--gd-cream)}
.gd-newsletter__title{font-family:var(--gd-serif)!important;font-weight:300!important;font-size:54px!important;line-height:1.05!important;color:var(--gd-cream)!important;margin:0 0 20px}
.gd-newsletter__title em{color:#E8D4B0!important;font-style:italic}
.gd-newsletter__title p{margin:0}
.gd-newsletter__text{font-size:15px;color:rgba(246,239,227,.85);line-height:1.7;margin:0 0 36px;max-width:480px}
.gd-newsletter__form{display:flex;gap:0;width:100%;max-width:480px}
.gd-newsletter__input{flex:1;padding:16px 20px;border:1px solid var(--gd-cream);background:transparent;color:var(--gd-cream);font-family:inherit;font-size:13px;letter-spacing:.1em;outline:none}
.gd-newsletter__input::placeholder{color:rgba(246,239,227,.5);text-transform:uppercase;letter-spacing:.18em;font-size:11px}
@media(max-width:768px){.gd-newsletter__title{font-size:32px!important}.gd-newsletter__form{flex-direction:column;gap:8px}}

/* GD FOOTER */
.gd-footer{background:var(--gd-ink);color:rgba(246,239,227,.7);padding:80px 40px 40px}
.gd-footer__top{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr 1fr;gap:48px;max-width:1440px;margin:0 auto 64px;padding-bottom:48px;border-bottom:1px solid rgba(246,239,227,.12)}
.gd-footer__brand .gd-footer__logo{font-family:var(--gd-serif);font-weight:500;font-size:28px;letter-spacing:.32em;color:var(--gd-cream-soft);margin-bottom:18px}
.gd-footer__tagline{font-family:var(--gd-serif);font-style:italic;font-size:15px;line-height:1.7;color:rgba(246,239,227,.6);margin:0 0 28px;max-width:280px}
.gd-footer__social{display:flex;gap:12px}
.gd-footer__social a{width:40px;height:40px;border:1px solid rgba(246,239,227,.22);display:flex;align-items:center;justify-content:center;color:rgba(246,239,227,.7);text-decoration:none;transition:all .2s}
.gd-footer__social a:hover{background:var(--gd-brass);color:var(--gd-ink);border-color:var(--gd-brass)}
.gd-footer__social svg{width:18px;height:18px;display:block}
.gd-footer__heading{font-family:var(--gd-sans)!important;font-size:11px!important;letter-spacing:.22em!important;text-transform:uppercase!important;color:var(--gd-brass)!important;font-weight:500!important;margin:0 0 22px}
.gd-footer__col ul{list-style:none;padding:0;margin:0}
.gd-footer__col li{margin-bottom:12px}
.gd-footer__col a{font-size:13px;color:rgba(246,239,227,.7);text-decoration:none;transition:color .2s}
.gd-footer__col a:hover{color:var(--gd-cream-soft)}
.gd-footer__bottom{max-width:1440px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;font-size:11px;color:rgba(246,239,227,.5);letter-spacing:.1em;flex-wrap:wrap;gap:18px}
.gd-footer__legal a{color:inherit;text-decoration:none;margin-right:24px}
.gd-footer__legal a:hover{color:var(--gd-cream-soft)}
.gd-footer__copy{font-family:var(--gd-serif);font-style:italic;font-size:13px;color:rgba(246,239,227,.55);letter-spacing:.02em;text-transform:none}
@media(max-width:1024px){.gd-footer{padding:60px 24px 32px}.gd-footer__top{grid-template-columns:1fr 1fr;gap:32px}.gd-footer__brand{grid-column:1/-1;margin-bottom:16px}}

/* Pages */
.page-content,.page--main{padding:80px 40px!important;max-width:980px;margin:0 auto}
.page-content h2{margin-top:48px}
.page-content blockquote{font-family:var(--gd-serif);font-style:italic;font-size:22px;line-height:1.5;border-left:2px solid var(--gd-brass);padding:8px 0 8px 24px;margin:32px 0;color:var(--gd-ink-soft)}

/* ===== gdecor-pages ===== */
/*
Generated time: May 21, 2026 20:12
This file was created by the app developer. Feel free to contact the original developer with any questions. It was minified (compressed) by AVADA. AVADA do NOT own this script.
*/
.gd-collection-banner{position:relative;height:60vh;min-height:480px;max-height:660px;overflow:hidden;width:100%}.gd-collection-banner__bg{position:absolute;inset:0;background-size:cover;background-position:center;display:flex;align-items:center;justify-content:center}.gd-collection-banner__bg img{width:100%;height:100%;object-fit:cover}.gd-collection-banner__placeholder{font-family:var(--gd-sans);font-size:11px;letter-spacing:.22em;text-transform:uppercase;color:rgba(246,239,227,.4);font-weight:500;text-align:center;padding:32px}.gd-collection-banner__overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.3) 0,rgba(0,0,0,0) 40%,rgba(0,0,0,.55) 100%)}.gd-collection-banner__inner{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:0 40px;z-index:2;color:var(--gd-cream)}.gd-collection-banner__title{font-family:var(--gd-serif);font-weight:300;font-size:64px;line-height:1.05;letter-spacing:-.02em;color:var(--gd-cream)!important;margin:0 0 18px;max-width:840px}.gd-collection-banner__desc{font-family:var(--gd-serif);font-style:italic;font-size:18px;color:rgba(246,239,227,.85);max-width:580px;margin:0;line-height:1.55}.gd-collection-banner__desc p{margin:0;color:inherit}@media(max-width:768px){.gd-collection-banner{height:auto;min-height:380px;padding:80px 0}.gd-collection-banner__title{font-size:38px}}.gd-collection-grid{padding:100px 40px;background:var(--gd-cream-soft)}.gd-collection-grid__head{text-align:center;margin:0 auto 56px;max-width:720px}.gd-collection-grid__head .gd-eyebrow{margin-bottom:14px}.gd-collection-grid__title{font-family:var(--gd-serif);font-weight:300;font-size:48px;letter-spacing:-.01em;color:var(--gd-ink);margin:0;line-height:1.05}.gd-collection-grid__title em{font-style:italic;color:var(--gd-brass-deep)}.gd-collection-grid__title p{margin:0}.gd-collection-grid__count{font-family:var(--gd-serif);font-style:italic;font-size:15px;color:var(--gd-muted);margin:14px 0 0}.gd-collection-grid__items{display:grid;grid-template-columns:repeat(4,1fr);gap:28px;max-width:1440px;margin:0 auto}.gd-collection-grid__empty{color:var(--gd-muted);font-style:italic;text-align:center;grid-column:1/-1;padding:60px}@media(max-width:1024px){.gd-collection-grid{padding:60px 24px}.gd-collection-grid__title{font-size:28px}.gd-collection-grid__items{grid-template-columns:repeat(2,1fr);gap:16px}}.gd-blog-index{padding:96px 40px 80px;background:var(--gd-off-white)}.gd-blog-index__head{text-align:center;margin:0 auto 64px;max-width:760px}.gd-blog-index__head .gd-eyebrow{margin-bottom:18px;color:var(--gd-brass-deep)}.gd-blog-index__title{font-family:var(--gd-serif);font-weight:400;font-size:clamp(40px,5vw,60px);line-height:1.05;letter-spacing:-.005em;color:var(--gd-ink);margin:0 0 18px}.gd-blog-index__title em{color:var(--gd-brass-deep);font-style:italic}.gd-blog-index__lede{font-family:var(--gd-serif);font-style:italic;font-size:clamp(16px,1.4vw,19px);color:#5a4c3f;line-height:1.55;margin:0;max-width:580px;margin-left:auto;margin-right:auto}.gd-blog-index__grid{display:flex;flex-direction:column;gap:0;max-width:1240px;margin:0 auto}.gd-blog-index__empty{color:var(--gd-muted);font-style:italic;text-align:center;padding:60px}.gd-blog-index .gd-loadmore{max-width:1240px;margin:48px auto 0;text-align:center}.gd-blog-card{display:grid;grid-template-columns:1fr 1fr;gap:72px;align-items:center;padding:64px 0;border-bottom:1px solid var(--gd-line)}.gd-blog-card:first-child{padding-top:24px}.gd-blog-card:last-child{border-bottom:none}.gd-blog-card:nth-child(2n) .gd-blog-card__image{order:2}.gd-blog-card__link{text-decoration:none;color:inherit;display:contents}.gd-blog-card__image{aspect-ratio:1/1;overflow:hidden;background:var(--gd-cream-soft);min-width:0}.gd-blog-card__image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s cubic-bezier(.2,.7,.2,1)}.gd-blog-card__link:hover .gd-blog-card__image img{transform:scale(1.03)}.gd-blog-card__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:var(--gd-muted);font-size:11px;letter-spacing:.22em;text-transform:uppercase;background:var(--gd-cream)}.gd-blog-card__text{padding:0 8px;min-width:0}.gd-blog-card__meta{font-family:Inter,Helvetica,Arial,sans-serif;font-size:11px;letter-spacing:.22em;text-transform:uppercase;color:var(--gd-brass-deep);margin:0 0 18px;font-weight:500}.gd-blog-card__title{font-family:var(--gd-serif);font-weight:400;font-size:clamp(28px,3vw,40px);line-height:1.1;letter-spacing:-.005em;margin:0 0 20px;color:var(--gd-ink);transition:color .2s}.gd-blog-card__title em{color:var(--gd-brass-deep);font-style:italic}.gd-blog-card__link:hover .gd-blog-card__title{color:var(--gd-brass-deep)}.gd-blog-card__standfirst{font-family:var(--gd-serif);font-style:italic;font-size:17px;color:#5a4c3f;line-height:1.6;margin:0 0 28px;max-width:480px}.gd-blog-card__cta{display:inline-block;font-family:Inter,Helvetica,Arial,sans-serif;font-size:11px;letter-spacing:.22em;text-transform:uppercase;color:var(--gd-ink);border-bottom:1px solid var(--gd-brass);padding-bottom:4px;font-weight:500;text-decoration:none;transition:color .2s,border-color .2s}.gd-blog-card__link:hover .gd-blog-card__cta{color:var(--gd-brass-deep)}@media(max-width:1024px){.gd-blog-index{padding:64px 24px 60px}.gd-blog-index__head{margin-bottom:48px}.gd-blog-card{gap:40px;padding:48px 0}.gd-blog-card__title{font-size:28px}.gd-blog-card__standfirst{font-size:15px;margin-bottom:22px}}@media(max-width:768px){.gd-blog-index{padding:40px 20px 56px}.gd-blog-card,.gd-blog-card:nth-child(2n){grid-template-columns:1fr;gap:20px;padding:36px 0}.gd-blog-card:first-child{padding-top:0}.gd-blog-card:nth-child(2n) .gd-blog-card__image{order:0}.gd-blog-card__image{aspect-ratio:1/1}.gd-blog-card__text{padding:0}.gd-blog-card__title{font-size:24px;margin-bottom:14px}.gd-blog-card__meta{margin-bottom:14px}}.gd-article-page{background:var(--gd-off-white)}.template-page main#content{background:var(--gd-off-white)}.template-page .page--main,.template-page .page-content{max-width:760px!important;margin:0 auto!important;padding:100px 40px 120px!important}.template-page .page--main h1,.template-page .page-content h1{font-family:var(--gd-serif)!important;font-weight:300!important;font-size:56px!important;line-height:1.05!important;letter-spacing:-.02em!important;color:var(--gd-ink)!important;text-align:center;margin:0 0 18px}.template-page .page-content h2{font-family:var(--gd-serif)!important;font-weight:400!important;font-style:italic;font-size:32px!important;color:var(--gd-ink)!important;margin:48px 0 16px;letter-spacing:-.005em!important}.template-page .page-content h3{font-family:var(--gd-serif)!important;font-weight:500!important;font-size:22px!important;color:var(--gd-ink)!important;margin:32px 0 10px}.template-page .page-content p{font-size:17px;line-height:1.85;color:var(--gd-ink-soft);margin:0 0 22px}.template-page .page-content p.page-lede,.template-page .page-content>p:first-of-type em{font-family:var(--gd-serif);font-style:italic;font-size:22px;line-height:1.5;color:var(--gd-ink-soft);text-align:center;display:block;margin:0 auto 48px;max-width:680px}.template-page .page-content strong{color:var(--gd-ink);font-weight:500}.template-page .page-content em{font-family:var(--gd-serif);font-style:italic;font-size:1.05em;color:var(--gd-ink)}.template-page .page-content ol,.template-page .page-content ul{margin:0 0 22px;padding-left:24px;font-size:17px;line-height:1.85;color:var(--gd-ink-soft)}.template-page .page-content li{margin:0 0 10px}.template-page .page-content a{color:var(--gd-brass-deep);text-decoration:underline;text-decoration-color:rgba(176,141,87,.3);text-underline-offset:3px}.template-page .page-content blockquote{font-family:var(--gd-serif);font-style:italic;font-size:24px;line-height:1.5;border-left:2px solid var(--gd-brass);padding:8px 0 8px 28px;margin:40px 0;color:var(--gd-ink-soft)}@media(max-width:768px){.template-page .page--main,.template-page .page-content{padding:60px 24px 80px!important}.template-page .page-content h1{font-size:36px!important}.template-page .page-content h2{font-size:24px!important}.template-page .page-content p{font-size:16px}}
/* ===== gdecor-mega ===== */
/*
Generated time: May 21, 2026 20:12
This file was created by the app developer. Feel free to contact the original developer with any questions. It was minified (compressed) by AVADA. AVADA do NOT own this script.
*/
.gd-utility__dot{color:var(--gd-brass)!important;opacity:1!important;font-size:14px!important;font-weight:700!important;margin:0 6px!important;line-height:1!important;display:inline-block;vertical-align:middle}.gd-footer__countries{display:flex;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap}.gd-footer__countries a{color:rgba(246,239,227,.7);text-decoration:none;letter-spacing:.18em;transition:color .2s}.gd-footer__countries a:hover{color:var(--gd-brass)}.gd-footer__countries .gd-utility__dot{color:var(--gd-brass)!important;opacity:.6!important;font-size:10px!important;margin:0!important}.gd-header__nav{position:relative;padding-bottom:0!important}.gd-nav-item{position:static;display:inline-block}.gd-nav-item--has-mega{position:static}.gd-nav-item .gd-nav-link{padding-bottom:18px;display:inline-block}.gd-nav-item--has-mega>.gd-nav-link::after{content:"\2304";display:inline-block;margin-left:6px;font-size:9px;opacity:.55;vertical-align:middle;transition:transform .2s,opacity .2s}.gd-nav-item--has-mega:hover>.gd-nav-link::after{transform:rotate(180deg);opacity:1}.gd-nav-mega{position:absolute;top:100%;left:0;right:0;background:var(--gd-off-white);padding:40px 40px 48px;display:none;border-top:1px solid var(--gd-line);border-bottom:1px solid var(--gd-line);box-shadow:0 12px 30px rgba(27,23,20,.08);z-index:200}.gd-nav-item--has-mega:focus-within .gd-nav-mega,.gd-nav-item--has-mega:hover .gd-nav-mega{display:block;animation:gdMegaIn .2s ease-out}@keyframes gdMegaIn{from{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.gd-nav-mega__inner{display:grid;grid-template-columns:repeat(4,1fr);gap:48px;max-width:1240px;margin:0 auto}.gd-nav-mega__inner--3{grid-template-columns:repeat(3,1fr);max-width:980px}.gd-nav-mega__col h6,.gd-nav-mega__heading{font-family:var(--gd-sans)!important;font-size:10px!important;letter-spacing:.28em!important;text-transform:uppercase!important;color:var(--gd-brass-deep)!important;font-weight:500!important;margin:0 0 18px!important;padding:0;line-height:1.2}.gd-nav-mega__col a{display:block;font-family:var(--gd-serif);font-size:18px;font-weight:400;color:var(--gd-ink);text-decoration:none;padding:6px 0;letter-spacing:-.005em;transition:color .2s,padding-left .2s;text-transform:none;line-height:1.4;border:none}.gd-nav-mega__col a:hover{color:var(--gd-brass-deep);padding-left:6px}.gd-collection-grid__items img,.gd-product__image img{image-rendering:auto;width:100%;height:100%;object-fit:cover;display:block}.gd-product__image{aspect-ratio:1/1;background:var(--gd-cream-soft);overflow:hidden}@media(max-width:1024px){.gd-utility{font-size:9px!important;padding:7px 14px!important;letter-spacing:.16em!important;white-space:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch}.gd-utility__inner{display:inline-flex;gap:8px;flex-wrap:nowrap}.gd-utility__dot{font-size:10px!important;margin:0 2px!important}.gd-header__main{padding:14px 16px 0!important}.gd-header__row{grid-template-columns:1fr auto 1fr!important;gap:8px;align-items:center}.gd-header__utils{font-size:11px;gap:8px}.gd-header__utils--left a:not(:first-child){display:none!important}.gd-header__utils--right a:not(:last-child){display:none!important}.gd-header__utils--left a:first-child span{display:none}.gd-header__utils--left a:first-child{padding:6px;gap:0}.gd-header__utils svg{width:20px;height:20px}.gd-header__utils--right a{font-size:11px;letter-spacing:.08em}.gd-header__logo{font-size:20px!important;letter-spacing:.26em!important}.gd-header__nav{margin-top:14px!important;gap:18px;padding:10px 16px 12px!important;overflow-x:auto;justify-content:flex-start;flex-wrap:nowrap;-webkit-overflow-scrolling:touch;border-top:1px solid var(--gd-line)}.gd-nav-link{font-size:11px;white-space:nowrap;padding:0!important;border-bottom:none}.gd-nav-item,.gd-nav-item--has-mega{display:inline-block;flex-shrink:0}.gd-nav-item .gd-nav-link{padding-bottom:0!important}.gd-nav-item--has-mega>.gd-nav-link::after{display:none}.gd-nav-mega{display:none!important}.gd-nav-link--accent{font-size:13px!important}}
/* ===== gdecor-pagination ===== */
/*
Generated time: May 21, 2026 20:12
This file was created by the app developer. Feel free to contact the original developer with any questions. It was minified (compressed) by AVADA. AVADA do NOT own this script.
*/
.gd-pagination{display:flex;justify-content:center;align-items:center;gap:32px;padding:60px 40px 20px;max-width:1240px;margin:0 auto;flex-wrap:wrap;font-family:var(--gd-sans);font-size:11px;letter-spacing:.22em;text-transform:uppercase;font-weight:500}.gd-pagination__link{color:var(--gd-ink);text-decoration:none;border-bottom:1px solid var(--gd-brass);padding-bottom:3px;transition:color .2s}.gd-pagination__link:hover{color:var(--gd-brass-deep)}.gd-pagination__link--disabled{color:var(--gd-line);border-bottom-color:transparent;pointer-events:none}.gd-pagination__pages{display:flex;gap:14px}.gd-pagination__page{font-family:var(--gd-serif);font-style:italic;font-size:16px;letter-spacing:.02em;text-transform:none;color:var(--gd-muted);text-decoration:none;line-height:1;padding:0 4px}.gd-pagination__page--current{color:var(--gd-ink);font-weight:500;border-bottom:1px solid var(--gd-brass);padding-bottom:3px}a.gd-pagination__page:hover{color:var(--gd-brass-deep)}@media(max-width:768px){.gd-pagination{gap:18px;padding:40px 24px}.gd-pagination__pages{gap:8px}.gd-pagination__page{font-size:14px}}
/* ===== gdecor-fixes-v3 ===== */
/*
Generated time: May 21, 2026 20:12
This file was created by the app developer. Feel free to contact the original developer with any questions. It was minified (compressed) by AVADA. AVADA do NOT own this script.
*/
:root{--gd-cream:#FCFAF3;--gd-ink:#21404F;--gd-muted:#6E5F4F;--gd-brass:#8B6F3F;--gd-line:rgba(33,64,79,.14)}.gd-collection-grid__items,.gd-products__grid{grid-template-columns:repeat(3,1fr)!important;gap:32px}.gd-product__image{aspect-ratio:4/5!important}.gd-product__image img{width:100%;height:100%;object-fit:cover;display:block}.gd-product__name{margin-top:14px;line-height:1.35}@media(max-width:1024px){.gd-collection-grid__items,.gd-products__grid{grid-template-columns:repeat(2,1fr)!important;gap:18px}}@media(max-width:520px){.gd-collection-grid__items,.gd-products__grid{grid-template-columns:1fr!important}.gd-product__image{aspect-ratio:4/5}}.gd-collection-banner__placeholder{display:none!important}.template-product .product-detail__title,.template-product .product-info__title,.template-product .product-meta h1,.template-product .product__details h1,.template-product .product__info-title,.template-product .product__title,.template-product h1.product__title,.template-product main h1{font-family:var(--gd-serif)!important;font-size:36px!important;font-weight:300!important;line-height:1.1!important;letter-spacing:-.01em!important;color:var(--gd-ink)!important;text-transform:none!important;margin-bottom:14px!important}@media(max-width:768px){.template-product .product__title,.template-product main h1{font-size:26px!important;line-height:1.15!important}}.template-product .price,.template-product .product-price,.template-product .product__price{font-family:var(--gd-sans)!important;font-size:18px!important;font-weight:400!important;letter-spacing:.01em!important;color:var(--gd-ink)!important}.template-product .product-info__title,.template-product .product__title{padding:0!important}.template-product .breadcrumb,.template-product .breadcrumbs{font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:var(--gd-muted)}.template-product .product-recommendations,.template-product .related-products,.template-product [data-section-type=related-products]{display:none!important}.template-product .product-thumbnail__swatch-image,.template-product .product-variant-swatch,.template-product .swatch--icon-circle img,.template-product .swatch-icon,.template-product .swatch-image,.template-product .swatch__icon,.template-product [class*=icon_circle] img{border-radius:0!important}.template-product .swatch-picker .swatch__icon,.template-product .swatch-picker img{border-radius:0!important;width:48px!important;height:48px!important;object-fit:cover}.gd-recs{padding:72px 0 88px;background:var(--gd-cream);border-top:1px solid rgba(33,64,79,.1)}.gd-recs+.gd-recs{border-top:0;padding-top:0}.gd-recs__inner{width:min(1320px,calc(100% - 48px));margin:0 auto}.gd-recs__head{margin-bottom:36px;text-align:center}.gd-recs__title{font-family:var(--gd-serif);font-size:30px;font-weight:300;letter-spacing:.005em;color:var(--gd-ink);margin:0;line-height:1.15}@media(max-width:768px){.gd-recs__title{font-size:24px}.gd-recs{padding:48px 0 56px}}.gd-recs__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px}@media(max-width:1024px){.gd-recs__grid{grid-template-columns:repeat(3,1fr);gap:20px}}@media(max-width:768px){.gd-recs__grid{grid-template-columns:repeat(2,1fr);gap:16px}}.gd-rec{display:block;text-decoration:none;color:inherit;transition:opacity .25s}.gd-rec:hover{opacity:.85}.gd-rec__image{aspect-ratio:4/5;background:#f1ecde;overflow:hidden;border-radius:0;position:relative}.gd-rec__image img{width:100%;height:100%;object-fit:cover;display:block}.gd-rec__meta{padding:16px 0 0;text-align:left}.gd-rec__name{font-family:var(--gd-sans);font-size:13px;font-weight:400;letter-spacing:.01em;color:var(--gd-ink);line-height:1.4}.gd-rec__price{margin-top:6px;font-family:var(--gd-sans);font-size:13px;color:var(--gd-muted);font-weight:400}.gd-toolbar{background:var(--gd-cream);position:relative;z-index:5}.gd-toolbar__inner{width:min(1320px,calc(100% - 48px));margin:0 auto;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:24px 0;border-top:1px solid var(--gd-line);border-bottom:1px solid var(--gd-line)}.gd-toolbar__left{justify-self:start}.gd-toolbar__center{justify-self:center}.gd-toolbar__right{justify-self:end}.gd-toolbar__count{font-family:var(--gd-sans);font-size:13px;letter-spacing:.04em;color:var(--gd-ink);font-weight:400}.gd-toolbar__btn{background:0 0;border:0;font-family:var(--gd-sans);font-size:13px;letter-spacing:.06em;color:var(--gd-brass);display:inline-flex;align-items:center;gap:10px;cursor:pointer;padding:6px 14px;border-radius:0;transition:color .2s}.gd-toolbar__btn:hover{color:var(--gd-ink)}.gd-toolbar__btn svg{display:block;color:currentColor}.gd-sort{position:relative}.gd-sort__summary{list-style:none;cursor:pointer;font-family:var(--gd-sans);font-size:13px;letter-spacing:.06em;color:var(--gd-brass);display:inline-flex;align-items:center;gap:10px;padding:6px 0;transition:color .2s}.gd-sort__summary:hover{color:var(--gd-ink)}.gd-sort__summary::-webkit-details-marker{display:none}.gd-sort__summary::marker{display:none;content:''}.gd-sort[open] .gd-sort__summary svg{transform:rotate(180deg)}.gd-sort__summary svg{transition:transform .2s}.gd-sort__menu{position:absolute;right:0;top:calc(100% + 10px);min-width:260px;background:#fffcf4;border:1px solid rgba(33,64,79,.1);box-shadow:0 14px 38px rgba(33,64,79,.1);padding:8px 0;z-index:10}.gd-sort__opt{display:block;padding:11px 22px;font-family:var(--gd-sans);font-size:13px;letter-spacing:.005em;color:var(--gd-ink);text-decoration:none;transition:background .15s}.gd-sort__opt:hover{background:rgba(139,111,63,.08)}.gd-sort__opt.is-active{color:var(--gd-brass)}.gd-filters{position:fixed;top:0;right:0;width:min(440px,100vw);height:100vh;background:#fffcf4;border-left:1px solid rgba(33,64,79,.1);box-shadow:-12px 0 48px rgba(33,64,79,.1);z-index:1000;overflow:hidden;display:flex;flex-direction:column;animation:gdSlideIn .25s ease}@keyframes gdSlideIn{from{transform:translateX(100%)}to{transform:translateX(0)}}.gd-filters[hidden]{display:none}.gd-filters__scrim{position:fixed;inset:0;background:rgba(33,64,79,.28);z-index:999;animation:gdFadeIn .25s ease}.gd-filters__scrim[hidden]{display:none}@keyframes gdFadeIn{from{opacity:0}to{opacity:1}}.gd-filters form{display:flex;flex-direction:column;height:100%;width:100%}.gd-filters__head{display:flex;justify-content:space-between;align-items:center;padding:26px 32px;border-bottom:1px solid rgba(33,64,79,.1)}.gd-filters__title{font-family:var(--gd-serif);font-size:24px;font-weight:300;color:var(--gd-ink);margin:0;line-height:1}.gd-filters__close{background:0 0;border:0;font-size:28px;color:var(--gd-muted);cursor:pointer;line-height:1;padding:4px 8px;font-family:var(--gd-sans)}.gd-filters__close:hover{color:var(--gd-ink)}.gd-filters__grid{padding:24px 32px;flex:1;overflow-y:auto}.gd-filter{border:0;padding:0;margin:0 0 28px}.gd-filter__legend{font-family:var(--gd-sans);font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:var(--gd-muted);margin-bottom:14px;display:block;width:100%;padding-bottom:10px;border-bottom:1px solid rgba(33,64,79,.1)}.gd-filter__opts{display:flex;flex-direction:column;gap:11px}.gd-filter__opt{display:flex;align-items:center;gap:10px;font-family:var(--gd-sans);font-size:13px;color:var(--gd-ink);cursor:pointer;line-height:1.4}.gd-filter__opt input{accent-color:var(--gd-brass);width:15px;height:15px}.gd-filter__opt-count{color:var(--gd-muted);margin-left:auto;font-size:12px}.gd-filter__price{display:flex;gap:10px;align-items:center}.gd-filter__price input{font-family:var(--gd-sans);font-size:13px;padding:10px 14px;border:1px solid rgba(33,64,79,.18);background:0 0;width:100%;max-width:130px;color:var(--gd-ink)}.gd-filter__price input:focus{outline:0;border-color:var(--gd-brass)}.gd-filter__price-sep{color:var(--gd-muted)}.gd-filters__foot{display:flex;gap:12px;align-items:center;justify-content:space-between;padding:20px 32px;border-top:1px solid rgba(33,64,79,.1);background:#fffcf4}.gd-filters__clear{font-family:var(--gd-sans);font-size:12px;letter-spacing:.06em;color:var(--gd-brass);text-decoration:underline;text-underline-offset:3px}.gd-filters__apply{background:var(--gd-ink);color:#fcfaf3;font-family:var(--gd-sans);font-size:12px;letter-spacing:.14em;padding:14px 36px;border:0;cursor:pointer;text-transform:uppercase;transition:background .2s}.gd-filters__apply:hover{background:#000}.gd-no-scroll{overflow:hidden}@media(max-width:768px){.gd-toolbar__inner{padding:18px 0;gap:8px}.gd-toolbar__count{font-size:12px;letter-spacing:.04em}.gd-sort__summary,.gd-toolbar__btn{font-size:12px;letter-spacing:.05em}.gd-sort__menu{min-width:220px;right:auto;left:auto}.gd-filters{width:100vw}}
/* ===== gdecor-footer-fix ===== */
/*
Generated time: May 21, 2026 20:12
This file was created by the app developer. Feel free to contact the original developer with any questions. It was minified (compressed) by AVADA. AVADA do NOT own this script.
*/
:root{--gd-footer-bg:#1B1714;--gd-footer-fg:#E8DFD0;--gd-footer-muted:#9C8E7C;--gd-footer-brass:#C9A66B;--gd-footer-line:rgba(232,223,208,.14)}.gd-footer{background:var(--gd-footer-bg)!important;color:var(--gd-footer-fg)!important;padding:80px 0 32px!important}.gd-footer *{color:inherit}.gd-footer__bottom,.gd-footer__top{width:min(1320px,calc(100% - 48px));margin:0 auto}.gd-footer__top{display:grid;grid-template-columns:1.3fr 1fr 1fr 1fr 1fr;gap:48px;padding-bottom:56px;border-bottom:1px solid var(--gd-footer-line)}@media (max-width:1024px){.gd-footer__top{grid-template-columns:1fr 1fr;gap:36px 32px}}@media (max-width:600px){.gd-footer__top{grid-template-columns:1fr;gap:32px}}.gd-footer__logo{font-family:var(--gd-serif)!important;font-size:24px!important;font-weight:300!important;letter-spacing:.32em!important;color:var(--gd-footer-fg)!important;margin-bottom:18px;text-transform:uppercase}.gd-footer__tagline{font-family:var(--gd-serif)!important;font-style:italic;font-size:14px!important;line-height:1.55;color:var(--gd-footer-muted)!important;max-width:300px;margin:0 0 22px}.gd-footer__social{display:flex;gap:10px}.gd-footer__social a{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border:1px solid var(--gd-footer-line);color:var(--gd-footer-fg);transition:border-color .2s,color .2s,background .2s;border-radius:0;text-decoration:none}.gd-footer__social a:hover{border-color:var(--gd-footer-brass);color:var(--gd-footer-brass)}.gd-footer__social svg{width:16px;height:16px}.gd-footer__heading{font-family:var(--gd-sans)!important;font-size:11px!important;letter-spacing:.2em!important;text-transform:uppercase!important;color:var(--gd-footer-brass)!important;margin:0 0 20px;font-weight:500}.gd-footer__col ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px}.gd-footer__col li a{font-family:var(--gd-sans)!important;font-size:13px!important;letter-spacing:.005em!important;color:var(--gd-footer-fg)!important;text-decoration:none;transition:color .2s;font-weight:300}.gd-footer__col li a:hover{color:var(--gd-footer-brass)!important}.gd-footer__bottom{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:18px;padding-top:28px}.gd-footer__countries,.gd-footer__legal{display:flex;flex-wrap:wrap;align-items:center;gap:14px}.gd-footer__countries a,.gd-footer__legal a{font-family:var(--gd-sans)!important;font-size:11px!important;letter-spacing:.1em!important;text-transform:uppercase!important;color:var(--gd-footer-muted)!important;text-decoration:none;transition:color .2s}.gd-footer__countries a:hover,.gd-footer__legal a:hover{color:var(--gd-footer-brass)!important}.gd-footer__countries .gd-utility__dot{color:var(--gd-footer-brass)!important;opacity:1!important;font-size:10px}.gd-footer__copy{font-family:var(--gd-serif)!important;font-style:italic;font-size:12px!important;color:var(--gd-footer-muted)!important;letter-spacing:.005em;width:100%;text-align:center;padding-top:18px;border-top:1px solid var(--gd-footer-line);margin-top:8px}@media (max-width:768px){.gd-footer{padding:56px 0 28px!important}.gd-footer__bottom{justify-content:center;text-align:center}.gd-footer__countries,.gd-footer__legal{justify-content:center;gap:10px}}
/* ===== gdecor-issues-fix ===== */
/*
Generated time: May 21, 2026 20:12
This file was created by the app developer. Feel free to contact the original developer with any questions. It was minified (compressed) by AVADA. AVADA do NOT own this script.
*/
.gd-utility{background:#f4ecdc!important;color:#3d332a!important;border-bottom:0!important;padding:11px 24px!important;font-size:11px!important;letter-spacing:.22em!important;text-transform:uppercase!important;font-weight:500!important;text-align:center!important}.gd-utility__dot{color:#b08d57!important;opacity:.6!important;font-size:9px!important;margin:0 4px}.gd-header{border-bottom:1px solid var(--gd-line,#e5dcc9)!important}.gd-header__logo{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;line-height:0;padding:0}.gd-header__logo-img{height:56px;width:auto;display:block}@media (max-width:1024px){.gd-header__logo-img{height:42px}}@media (max-width:520px){.gd-header__logo-img{height:36px}}.gd-footer__brand{text-align:center!important;display:flex;flex-direction:column;align-items:center}.gd-footer__brand .gd-footer__logo{display:inline-block;line-height:0;margin:0 auto 24px;padding:0}.gd-footer__logo-img{height:96px;width:auto;display:block;max-width:100%;margin:0 auto}@media (max-width:1024px){.gd-footer__logo-img{height:80px}}@media (max-width:520px){.gd-footer__logo-img{height:72px}}.gd-footer__brand .gd-footer__tagline{text-align:center;margin-left:auto;margin-right:auto;max-width:320px}.gd-footer__brand .gd-footer__social{justify-content:center}.gd-footer,footer.gd-footer{background:#1b1714!important;color:rgba(246,239,227,.78)!important;padding:80px 40px 40px!important}.gd-footer__heading{font-family:var(--gd-sans)!important;font-size:11px!important;letter-spacing:.22em!important;text-transform:uppercase!important;color:#c9a66b!important;font-weight:500!important}.gd-footer__col a{color:rgba(246,239,227,.72)!important}.gd-footer__col a:hover{color:#c9a66b!important}.gd-footer__social a{border-color:rgba(246,239,227,.22)!important;color:rgba(246,239,227,.78)!important}.gd-footer__social a:hover{background:#c9a66b!important;color:#1b1714!important;border-color:#c9a66b!important}.gd-footer__tagline{font-family:var(--gd-serif)!important;font-style:italic;color:rgba(246,239,227,.62)!important}.gd-footer__copy{font-family:var(--gd-serif)!important;font-style:italic;color:rgba(246,239,227,.55)!important}.gd-footer__countries a,.gd-footer__legal a{color:rgba(246,239,227,.55)!important;letter-spacing:.1em;text-transform:uppercase;font-size:11px}.gd-footer__countries a:hover,.gd-footer__legal a:hover{color:#c9a66b!important}.gd-footer__countries .gd-utility__dot{color:#c9a66b!important;opacity:.9!important}.gd-trust{background:#1b1714!important;color:#fbf6ec!important;padding:64px 40px!important}.gd-trust__icon{color:#c9a66b!important}.gd-trust__heading{color:#fbf6ec!important}.gd-trust__text{color:rgba(246,239,227,.72)!important}.gd-products__grid[data-limit="4"]{grid-template-columns:repeat(4,1fr)!important;gap:28px}.gd-products__grid[data-limit="3"]{grid-template-columns:repeat(3,1fr)!important;gap:32px}.gd-products__cta{display:flex;justify-content:center;margin-top:48px}@media (max-width:1024px){.gd-products__grid[data-limit="4"]{grid-template-columns:repeat(2,1fr)!important;gap:18px}.gd-products__grid[data-limit="3"]{grid-template-columns:repeat(2,1fr)!important}}@media (max-width:520px){.gd-products__grid[data-limit="3"],.gd-products__grid[data-limit="4"]{grid-template-columns:1fr!important}}.gd-edit__image img{display:block;width:100%;height:100%;object-fit:cover}.gd-rv{padding:72px 0 88px;background:var(--gd-cream-soft,#fbf6ec);border-top:1px solid rgba(33,64,79,.1)}.gd-rv__inner{width:min(1320px,calc(100% - 48px));margin:0 auto}.gd-rv__head{margin-bottom:36px;text-align:center}.gd-rv__head .gd-eyebrow{margin-bottom:14px}.gd-rv__title{font-family:var(--gd-serif, Cormorant Garamond, Georgia, serif);font-size:30px;font-weight:300;color:var(--gd-ink,#1b1714);margin:0;line-height:1.15}.gd-rv__title em{color:var(--gd-brass-deep,#8c6f42);font-style:italic}.gd-rv__title p{margin:0}.gd-rv__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px}@media (max-width:1024px){.gd-rv__grid{grid-template-columns:repeat(2,1fr);gap:20px}.gd-rv__title{font-size:24px}.gd-rv{padding:48px 0 56px}}@media (max-width:520px){.gd-rv__grid{grid-template-columns:repeat(2,1fr);gap:14px}}
/* ===== gdecor-interactive ===== */
/*
Generated time: May 21, 2026 20:12
This file was created by the app developer. Feel free to contact the original developer with any questions. It was minified (compressed) by AVADA. AVADA do NOT own this script.
*/
.gd-no-scroll{overflow:hidden}.gd-toast{position:fixed;bottom:24px;left:50%;transform:translateX(-50%) translateY(20px);background:#1b1714;color:#fbf6ec;padding:14px 28px;font-family:var(--gd-sans,Inter,sans-serif);font-size:13px;letter-spacing:.04em;z-index:10000;opacity:0;pointer-events:none;transition:opacity .25s,transform .25s;border:1px solid rgba(201,166,107,.4);max-width:90vw;text-align:center}.gd-toast.is-visible{opacity:1;transform:translateX(-50%) translateY(0)}.gd-wl-heart{position:absolute;top:18px;right:18px;width:44px;height:44px;background:rgba(255,252,244,.92);border:1px solid rgba(33,64,79,.1);color:#1b1714;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;z-index:5;backdrop-filter:saturate(1.2) blur(2px);-webkit-backdrop-filter:saturate(1.2) blur(2px)}.gd-wl-heart:hover{background:#fffcf4;transform:scale(1.06);border-color:rgba(139,111,63,.4)}.gd-wl-heart.is-active{background:#1b1714;color:#fbf6ec;border-color:#1b1714}.gd-wl-heart.is-active .gd-wl-heart__icon{fill:#FBF6EC}.gd-wl-heart__icon{width:20px;height:20px;display:block}@media (max-width:768px){.gd-wl-heart{width:38px;height:38px;top:14px;right:14px}}.gd-wl-modal{position:fixed;inset:0;z-index:1100;display:none;align-items:center;justify-content:center;padding:24px}.gd-wl-modal.is-open{display:flex}.gd-wl-modal__scrim{position:absolute;inset:0;background:rgba(27,23,20,.55);animation:gdFade .25s ease}@keyframes gdFade{from{opacity:0}to{opacity:1}}.gd-wl-modal__panel{position:relative;background:#fffcf4;border:1px solid rgba(33,64,79,.08);max-width:480px;width:100%;padding:48px 40px 36px;text-align:center;animation:gdRise .3s ease}@keyframes gdRise{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.gd-wl-modal__close{position:absolute;top:14px;right:14px;background:0 0;border:0;font-size:24px;color:#6b5d50;cursor:pointer;line-height:1;padding:6px 10px}.gd-wl-modal__close:hover{color:#1b1714}.gd-wl-modal__eyebrow{font-family:var(--gd-sans,Inter,sans-serif);font-size:11px;letter-spacing:.32em;text-transform:uppercase;color:#8b6f3f;margin:0 0 12px}.gd-wl-modal__title{font-family:var(--gd-serif,Cormorant Garamond,Georgia,serif);font-size:30px;font-weight:300;color:#1b1714;margin:0 0 14px;line-height:1.1;letter-spacing:-.005em}.gd-wl-modal__lede{font-family:var(--gd-sans,Inter,sans-serif);font-size:14px;color:#6b5d50;line-height:1.65;margin:0 0 26px}.gd-wl-modal__form{display:flex;flex-direction:column;gap:10px}.gd-wl-modal__input{font-family:var(--gd-sans,Inter,sans-serif);font-size:14px;padding:14px 18px;border:1px solid rgba(33,64,79,.18);background:0 0;color:#1b1714;letter-spacing:.005em;outline:0;transition:border-color .2s}.gd-wl-modal__input:focus{border-color:#8b6f3f}.gd-wl-modal__btn{font-family:var(--gd-sans,Inter,sans-serif);font-size:12px;letter-spacing:.18em;text-transform:uppercase;padding:14px 28px;background:#1b1714;color:#fbf6ec;border:0;cursor:pointer;transition:background .2s}.gd-wl-modal__btn:hover{background:#000}.gd-wl-modal__note{font-family:var(--gd-sans,Inter,sans-serif);font-size:11px;color:#9c8e7c;margin:18px 0 0;line-height:1.5}.gd-wl-page{background:#fcfaf3;padding:80px 40px 100px;min-height:60vh}.gd-wl-page__head{text-align:center;max-width:680px;margin:0 auto 56px}.gd-wl-page__eyebrow{font-family:var(--gd-sans,Inter,sans-serif);font-size:11px;letter-spacing:.32em;text-transform:uppercase;color:#8b6f3f;margin:0 0 14px}.gd-wl-page__title{font-family:var(--gd-serif,Cormorant Garamond,Georgia,serif);font-size:54px;font-weight:300;color:#1b1714;margin:0 0 18px;line-height:1.05;letter-spacing:-.01em}.gd-wl-page__title em{color:#8b6f3f;font-style:italic}.gd-wl-page__lede{font-family:var(--gd-sans,Inter,sans-serif);font-size:15px;color:#6b5d50;line-height:1.7;margin:0}.gd-wl-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px;max-width:1320px;margin:0 auto}@media (max-width:1024px){.gd-wl-grid{grid-template-columns:repeat(2,1fr);gap:20px}.gd-wl-page__title{font-size:34px}}@media (max-width:520px){.gd-wl-grid{grid-template-columns:1fr}.gd-wl-page{padding:48px 20px 64px}}.gd-wl-card{display:block;background:#fffcf4;border:1px solid rgba(33,64,79,.06);overflow:hidden}.gd-wl-card__image{display:block;aspect-ratio:4/5;background:#f1ecde;overflow:hidden}.gd-wl-card__image img{width:100%;height:100%;object-fit:cover;display:block}.gd-wl-card__meta{padding:18px 18px 20px}.gd-wl-card__name{font-family:var(--gd-serif,Cormorant Garamond,Georgia,serif);font-size:18px;font-weight:400;color:#1b1714;text-decoration:none;display:block;line-height:1.3;margin-bottom:6px}.gd-wl-card__price{font-family:var(--gd-sans,Inter,sans-serif);font-size:13px;color:#6b5d50;margin-bottom:14px}.gd-wl-card__actions{display:flex;gap:14px;align-items:center;justify-content:space-between}.gd-wl-card__view{font-family:var(--gd-sans,Inter,sans-serif);font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:#1b1714;text-decoration:none;border-bottom:1px solid #1b1714;padding-bottom:3px}.gd-wl-card__remove{font-family:var(--gd-sans,Inter,sans-serif);font-size:11px;letter-spacing:.06em;color:#8b6f3f;background:0 0;border:0;cursor:pointer;text-decoration:underline;text-underline-offset:3px}.gd-wl-card__remove:hover{color:#1b1714}.gd-wl-empty{grid-column:1/-1;text-align:center;padding:80px 24px}.gd-wl-empty__title{font-family:var(--gd-serif,Cormorant Garamond,Georgia,serif);font-size:28px;font-weight:300;color:#1b1714;margin:0 0 14px}.gd-wl-empty__text{font-family:var(--gd-sans,Inter,sans-serif);font-size:14px;color:#6b5d50;margin:0 0 28px;line-height:1.65}.gd-cart-drawer{position:fixed;inset:0;z-index:1200;visibility:hidden;pointer-events:none}.gd-cart-drawer.is-open{visibility:visible;pointer-events:auto}.gd-cart-drawer__scrim{position:absolute;inset:0;background:rgba(27,23,20,.55);opacity:0;transition:opacity .3s}.gd-cart-drawer.is-open .gd-cart-drawer__scrim{opacity:1}.gd-cart-drawer__panel{position:absolute;top:0;right:0;width:min(480px,100vw);height:100vh;background:#fffcf4;border-left:1px solid rgba(33,64,79,.1);box-shadow:-12px 0 48px rgba(27,23,20,.12);transform:translateX(100%);transition:transform .35s ease;display:flex;flex-direction:column}.gd-cart-drawer.is-open .gd-cart-drawer__panel{transform:translateX(0)}.gd-cart-drawer__head{padding:26px 28px 22px;border-bottom:1px solid rgba(33,64,79,.08);display:flex;justify-content:space-between;align-items:flex-start;gap:12px;background:#fffcf4}.gd-cart-drawer__eyebrow{font-family:var(--gd-sans,Inter,sans-serif);font-size:11px;letter-spacing:.22em;text-transform:uppercase;color:#8b6f3f;margin:0 0 6px}.gd-cart-drawer__status{font-family:var(--gd-serif,Cormorant Garamond,Georgia,serif);font-size:18px;color:#1b1714;margin:0;line-height:1.3;font-weight:400}.gd-cart-drawer__close{background:0 0;border:0;font-size:26px;color:#6b5d50;cursor:pointer;line-height:1;padding:4px 8px}.gd-cart-drawer__close:hover{color:#1b1714}.gd-cart-drawer__items{list-style:none;margin:0;padding:0 28px;flex:1;overflow-y:auto}.gd-cart-item{display:flex;gap:16px;padding:22px 0;border-bottom:1px solid rgba(33,64,79,.08)}.gd-cart-item:last-child{border-bottom:0}.gd-cart-item__image{flex:0 0 90px;width:90px;height:113px;background:#f1ecde;overflow:hidden;display:block}.gd-cart-item__image img{width:100%;height:100%;object-fit:cover;display:block}.gd-cart-item__meta{flex:1;min-width:0;display:flex;flex-direction:column;gap:6px}.gd-cart-item__name{font-family:var(--gd-serif,Cormorant Garamond,Georgia,serif);font-size:16px;font-weight:400;color:#1b1714;text-decoration:none;line-height:1.3}.gd-cart-item__variant{font-family:var(--gd-sans,Inter,sans-serif);font-size:11px;color:#6b5d50;letter-spacing:.02em}.gd-cart-item__row{display:flex;justify-content:space-between;align-items:center;margin-top:6px}.gd-cart-item__qty{display:inline-flex;align-items:center;border:1px solid rgba(33,64,79,.18)}.gd-cart-qty__btn{width:28px;height:28px;background:0 0;border:0;font-size:14px;color:#1b1714;cursor:pointer;font-family:var(--gd-sans,Inter,sans-serif)}.gd-cart-qty__btn:hover{background:rgba(139,111,63,.08)}.gd-cart-qty__val{padding:0 10px;font-family:var(--gd-sans,Inter,sans-serif);font-size:12px;color:#1b1714;min-width:24px;text-align:center}.gd-cart-item__price{font-family:var(--gd-sans,Inter,sans-serif);font-size:13px;color:#1b1714;font-weight:400}.gd-cart-item__remove{align-self:flex-start;background:0 0;border:0;font-family:var(--gd-sans,Inter,sans-serif);font-size:11px;letter-spacing:.04em;color:#8b6f3f;text-decoration:underline;text-underline-offset:3px;cursor:pointer;padding:0;margin-top:6px}.gd-cart-item__remove:hover{color:#1b1714}.gd-cart-empty{text-align:center;padding:60px 0;color:#6b5d50}.gd-cart-empty p{margin:0 0 24px}.gd-cart-drawer__foot{padding:24px 28px 28px;border-top:1px solid rgba(33,64,79,.08);background:#fffcf4}.gd-cart-drawer__subtotal{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:8px}.gd-cart-drawer__subtotal-label{font-family:var(--gd-sans,Inter,sans-serif);font-size:12px;letter-spacing:.22em;text-transform:uppercase;color:#1b1714}.gd-cart-drawer__subtotal-val{font-family:var(--gd-serif,Cormorant Garamond,Georgia,serif);font-size:22px;color:#1b1714;font-weight:400}.gd-cart-drawer__note{font-family:var(--gd-sans,Inter,sans-serif);font-size:11px;color:#9c8e7c;margin:0 0 18px;line-height:1.55}.gd-cart-drawer__checkout,.gd-cart-drawer__viewcart{display:block;width:100%;text-align:center;margin-bottom:10px}.gd-cart-drawer__continue{display:block;width:100%;background:0 0;border:0;font-family:var(--gd-sans,Inter,sans-serif);font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:#6b5d50;cursor:pointer;padding:14px 0;text-decoration:underline;text-underline-offset:3px}.gd-cart-drawer__continue:hover{color:#1b1714}@media (max-width:520px){.gd-cart-drawer__panel{width:100vw}}
/* ===== gdecor-variant-picker ===== */
/*
Generated time: May 21, 2026 20:12
This file was created by the app developer. Feel free to contact the original developer with any questions. It was minified (compressed) by AVADA. AVADA do NOT own this script.
*/
.template-product .option-selector .label,.template-product .option-selector legend.label{font-family:var(--gd-sans, Inter, sans-serif)!important;font-size:12px!important;letter-spacing:.18em!important;text-transform:uppercase!important;color:var(--gd-ink,#1b1714)!important;font-weight:500!important;margin-bottom:14px!important;display:block!important;padding:0!important;line-height:1.6!important}.template-product .js-color-text,.template-product .option-selector__label-value{font-family:var(--gd-serif, Cormorant Garamond, Georgia, serif)!important;font-style:italic!important;font-weight:500!important;font-size:20px!important;letter-spacing:.005em!important;text-transform:none!important;color:var(--gd-ink,#1b1714)!important;margin-left:6px!important;vertical-align:baseline}.template-product .option-selector__btns{display:grid!important;grid-template-columns:repeat(4,1fr)!important;gap:14px!important;margin:0 0 30px!important;padding:4px!important;width:100%}@media (max-width:1024px){.template-product .option-selector__btns{grid-template-columns:repeat(3,1fr)!important}}@media (max-width:520px){.template-product .option-selector__btns{grid-template-columns:repeat(3,1fr)!important;gap:10px!important}}.template-product .opt-label--image{width:auto!important;max-width:100%!important;min-width:0!important;flex:none!important;aspect-ratio:1/1!important;height:auto!important;padding:0!important;margin:0!important;border:1px solid var(--gd-line,#e5dcc9)!important;border-radius:0!important;overflow:visible!important;background:var(--gd-cream,#f6efe3)!important;transition:opacity .25s ease,transform .25s ease,border-color .25s ease,box-shadow .25s ease!important;cursor:pointer!important;position:relative!important;display:block!important;opacity:.72}.template-product .opt-label--image:hover{opacity:.95!important;border-color:var(--gd-brass,#b08d57)!important}.template-product input.opt-btn:checked+.opt-label--image{opacity:1!important;border:2px solid var(--gd-ink,#1b1714)!important;outline:0!important;box-shadow:0 0 0 2px var(--gd-cream,#f6efe3),0 0 0 4px var(--gd-ink,#1b1714),0 6px 18px rgba(33,64,79,.18)!important;transform:scale(1.04) translateY(-2px)!important;z-index:2}.template-product input.opt-btn:checked+.opt-label--image::before{content:"";position:absolute;top:-9px;right:-9px;width:26px;height:26px;background:var(--gd-ink,#1b1714) url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23FBF6EC' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M3.5 8.5l3 3 6-6'/></svg>") no-repeat center/14px 14px;border-radius:50%;z-index:11;box-shadow:0 2px 8px rgba(0,0,0,.25)}.template-product .opt-label--image .opt-label__media{overflow:hidden;border-radius:0}.template-product input.opt-btn.is-unavailable+.opt-label--image{opacity:.4!important;cursor:not-allowed!important}.template-product input.opt-btn.is-unavailable+.opt-label--image::after{content:"";position:absolute;top:50%;left:0;right:0;height:1px;background:var(--gd-ink,#1b1714);transform:rotate(-12deg)}.template-product .opt-label__media{width:100%!important;height:100%!important;aspect-ratio:auto!important;display:block!important;position:absolute!important;inset:0!important;--aspect-ratio:1!important;padding:0!important;margin:0!important}.template-product .opt-label__media .theme-img,.template-product .opt-label__media img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important;position:absolute!important;inset:0!important}.template-product .opt-label--image .js-value{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.template-product .opt-label--btn{font-family:var(--gd-sans, Inter, sans-serif)!important;font-size:12px!important;letter-spacing:.06em!important;padding:12px 18px!important;border:1px solid var(--gd-line,#e5dcc9)!important;background:0 0!important;color:var(--gd-ink,#1b1714)!important;border-radius:0!important;margin:0!important;transition:all .2s!important;position:relative!important;opacity:.85}.template-product .opt-label--btn:hover{opacity:1!important;border-color:var(--gd-brass,#b08d57)!important}.template-product input.opt-btn:checked+.opt-label--btn{border-color:var(--gd-ink,#1b1714)!important;background:var(--gd-ink,#1b1714)!important;color:var(--gd-off-white,#fdfaf3)!important;opacity:1!important;box-shadow:0 4px 12px rgba(33,64,79,.18)!important}.template-product .option-selector[data-selector-type=listed] .option-selector__btns:not(:has(.opt-label--image)){display:flex!important;flex-wrap:wrap!important;gap:8px!important;grid-template-columns:none!important}
/* ===== gdecor-hero-variants ===== */
/*
Generated time: May 21, 2026 20:12
This file was created by the app developer. Feel free to contact the original developer with any questions. It was minified (compressed) by AVADA. AVADA do NOT own this script.
*/
.template-index .gd-hero{height:65vh!important;min-height:520px!important;max-height:720px!important;position:relative!important;overflow:hidden!important}.gd-hero .gd-hero__bg{position:absolute!important;inset:0!important;top:0!important;right:0!important;bottom:0!important;left:0!important;width:100%!important;height:100%!important;overflow:hidden!important}.gd-hero .gd-hero__bg picture{display:block!important;width:100%!important;height:100%!important}.gd-hero .gd-hero__img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:30% center!important;display:block!important}@media (min-width:1600px){.gd-hero .gd-hero__img{object-position:25% center!important}}@media (min-width:1920px){.gd-hero .gd-hero__img{object-position:22% center!important}}.template-index .gd-hero .gd-hero__inner{justify-content:flex-end!important;padding:60px 6%!important;position:relative!important;z-index:2!important}.template-index .gd-hero .gd-hero__overlay{background:0 0!important}.template-index .gd-hero .gd-hero__content{margin-left:auto!important;text-align:left!important;max-width:480px!important;background:rgba(251,246,236,.86);backdrop-filter:blur(8px) saturate(1.05);-webkit-backdrop-filter:blur(8px) saturate(1.05);padding:44px 40px!important;border:1px solid rgba(176,141,87,.18);position:relative;z-index:2}.template-index .gd-hero .gd-hero__title{color:#1b1714!important;text-shadow:none;font-size:52px!important;line-height:1.05!important;margin:0 0 18px!important}.template-index .gd-hero .gd-hero__title em{color:#8c6f42!important}.template-index .gd-hero .gd-hero__lede{color:#3d332a!important;opacity:.88;font-size:14px!important;line-height:1.7!important;margin:0 0 26px!important}.template-index .gd-hero .gd-eyebrow,.template-index .gd-hero .gd-eyebrow--light{color:#8c6f42!important;margin-bottom:14px!important}.template-index .gd-hero .gd-hero__ctas{gap:10px}.template-index .gd-hero .gd-btn--light{background:#1b1714!important;color:#fbf6ec!important;border-color:#1b1714!important}.template-index .gd-hero .gd-btn--light:hover{background:0 0!important;color:#1b1714!important}.template-index .gd-hero .gd-btn--ghost-light{background:0 0!important;color:#1b1714!important;border-color:#1b1714!important}.template-index .gd-hero .gd-btn--ghost-light:hover{background:#1b1714!important;color:#fbf6ec!important}.gd-hero.gd-hero--text-right .gd-hero__inner{justify-content:flex-end}.gd-hero.gd-hero--text-right .gd-hero__content{margin-left:auto;text-align:left;max-width:520px}.gd-hero.gd-hero--text-center .gd-hero__inner{justify-content:center;align-items:center}.gd-hero.gd-hero--text-center .gd-hero__content{text-align:center;max-width:680px;margin:0 auto}.gd-hero.gd-hero--text-center .gd-hero__ctas{justify-content:center}.gd-hero.gd-hero--text-dark .gd-hero__overlay{background:0 0!important}.gd-hero.gd-hero--text-dark .gd-hero__title{color:#1b1714!important}.gd-hero.gd-hero--text-dark .gd-hero__title em{color:#8c6f42!important}.gd-hero.gd-hero--text-dark .gd-hero__lede{color:#3d332a!important;opacity:.85}.gd-hero.gd-hero--text-dark .gd-eyebrow--light{color:#8c6f42!important}.gd-hero.gd-hero--text-dark .gd-btn--light{background:#1b1714!important;color:#fbf6ec!important;border-color:#1b1714!important}.gd-hero.gd-hero--text-dark .gd-btn--light:hover{background:0 0!important;color:#1b1714!important}.gd-hero.gd-hero--text-dark .gd-btn--ghost-light{background:0 0!important;color:#1b1714!important;border-color:#1b1714!important}.gd-hero.gd-hero--text-dark .gd-btn--ghost-light:hover{background:#1b1714!important;color:#fbf6ec!important}@media (max-width:768px){.gd-hero.gd-hero--text-center,.gd-hero.gd-hero--text-right,.template-index .gd-hero{height:auto!important;min-height:0!important;max-height:none!important;display:flex!important;flex-direction:column!important;position:relative!important;overflow:visible!important}.gd-hero.gd-hero--text-center .gd-hero__bg,.gd-hero.gd-hero--text-right .gd-hero__bg,.template-index .gd-hero .gd-hero__bg{position:relative!important;inset:auto!important;top:auto!important;right:auto!important;bottom:auto!important;left:auto!important;width:100%!important;height:auto!important;aspect-ratio:4/5!important;flex:0 0 auto!important}.template-index .gd-hero .gd-hero__bg img,.template-index .gd-hero .gd-hero__bg picture,.template-index .gd-hero .gd-hero__img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center center!important;display:block!important}.template-index .gd-hero .gd-hero__overlay{display:none!important}.gd-hero.gd-hero--text-center .gd-hero__inner,.gd-hero.gd-hero--text-right .gd-hero__inner,.template-index .gd-hero .gd-hero__inner{position:relative!important;padding:36px 22px 44px!important;background:#fbf7ef!important;flex:1 1 auto!important;display:block!important;justify-content:flex-start!important;align-items:flex-start!important}.template-index .gd-hero .gd-hero__content{margin:0!important;max-width:100%!important;padding:0!important;background:0 0!important;border:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;text-align:left!important}.template-index .gd-hero .gd-hero__title{font-size:32px!important;line-height:1.08!important}.template-index .gd-hero .gd-hero__lede{font-size:14px!important}.template-index .gd-hero .gd-hero__ctas{flex-wrap:wrap!important;gap:10px!important}.template-index .gd-hero .gd-btn{flex:1 1 auto;min-width:140px}}
/* ===== gdecor-newsletter-fix ===== */
/*
Generated time: May 21, 2026 20:12
This file was created by the app developer. Feel free to contact the original developer with any questions. It was minified (compressed) by AVADA. AVADA do NOT own this script.
*/
.gd-newsletter,section.gd-newsletter{background:#241d18!important;position:relative;border-top:1px solid rgba(201,166,107,.28)!important;height:auto!important;min-height:0!important;padding:88px 40px 96px!important;overflow:hidden}.gd-newsletter .gd-newsletter__bg,.gd-newsletter .gd-newsletter__bg img,.gd-newsletter .gd-newsletter__img,.gd-newsletter .gd-newsletter__overlay{display:none!important}.gd-newsletter .gd-newsletter__inner{position:relative!important;z-index:2;max-width:620px!important;margin:0 auto!important;padding:0!important;display:flex;flex-direction:column;align-items:center;text-align:center;color:#fffcf4;height:auto!important}.gd-newsletter .gd-newsletter__inner::before{content:"";display:block;width:42px;height:42px;margin:0 auto 22px;background-color:#fbf6ec;-webkit-mask-image:url('/cdn/shop/files/gd-logo-monogram.png?v=1778967326');mask-image:url('/cdn/shop/files/gd-logo-monogram.png?v=1778967326');-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;opacity:.85}.gd-newsletter .gd-eyebrow,.gd-newsletter .gd-newsletter__eyebrow{color:#c9a66b!important;font-family:var(--gd-sans, Inter, sans-serif)!important;font-size:11px!important;letter-spacing:.32em!important;text-transform:uppercase!important;font-weight:500!important;margin:0 0 18px!important}.gd-newsletter .gd-newsletter__inner .gd-newsletter__title,.gd-newsletter .gd-newsletter__title,.gd-newsletter .gd-newsletter__title p,.gd-newsletter h2.gd-newsletter__title,section.gd-newsletter .gd-newsletter__title,section.gd-newsletter .gd-newsletter__title h2,section.gd-newsletter .gd-newsletter__title p,section.gd-newsletter h2.gd-newsletter__title{font-family:var(--gd-serif, Cormorant Garamond, Georgia, serif)!important;color:#e8d4b0!important;font-weight:400!important;font-size:46px!important;line-height:1.1!important;margin:0!important;position:relative}.gd-newsletter .gd-newsletter__title em,.gd-newsletter .gd-newsletter__title p em,section.gd-newsletter .gd-newsletter__title em,section.gd-newsletter .gd-newsletter__title p em{color:#e5c994!important;font-style:italic!important;font-weight:400!important}.gd-newsletter .gd-newsletter__title p{margin:0!important}.gd-newsletter .gd-newsletter__title::after{content:"";display:block;height:8px;margin:26px auto 14px;width:140px;background-image:linear-gradient(90deg,transparent 0,rgba(201,166,107,.5) 8%,rgba(201,166,107,.5) 38%,transparent 48%,transparent 52%,rgba(201,166,107,.5) 62%,rgba(201,166,107,.5) 92%,transparent 100%),radial-gradient(circle,#c9a66b 0,#c9a66b 2.5px,transparent 3.5px);background-size:100% 1px,8px 8px;background-position:center,center;background-repeat:no-repeat}.gd-newsletter .gd-newsletter__text{color:rgba(255,252,244,.78)!important;font-family:var(--gd-sans, Inter, sans-serif)!important;font-size:14px!important;line-height:1.7!important;margin:0 0 36px!important;max-width:480px}.gd-newsletter .gd-newsletter__form{display:flex;gap:0;width:100%;max-width:480px;margin:0 auto}.gd-newsletter .gd-newsletter__input{flex:1;padding:14px 20px!important;border:1px solid rgba(201,166,107,.45)!important;background:0 0!important;color:#fffcf4!important;font-family:var(--gd-sans, Inter, sans-serif)!important;font-size:13px!important;letter-spacing:.06em!important;outline:0;border-right:none!important;border-radius:0!important}.gd-newsletter .gd-newsletter__input::placeholder{color:rgba(255,252,244,.45)!important;text-transform:uppercase;letter-spacing:.18em;font-size:11px}.gd-newsletter .gd-newsletter__input:focus{border-color:#c9a66b!important}.gd-newsletter .gd-newsletter__btn,.gd-newsletter button[type=submit]{background:#fffcf4!important;color:#1b1714!important;border:1px solid #fffcf4!important;padding:14px 32px!important;font-family:var(--gd-sans, Inter, sans-serif)!important;font-size:11px!important;letter-spacing:.22em!important;text-transform:uppercase!important;font-weight:500!important;cursor:pointer;border-radius:0!important;transition:background .2s,color .2s}.gd-newsletter .gd-newsletter__btn:hover,.gd-newsletter button[type=submit]:hover{background:0 0!important;color:#fffcf4!important}.gd-newsletter::after{content:"•";position:absolute;bottom:-9px;left:50%;transform:translateX(-50%);background:#1b1714;color:#c9a66b;font-size:18px;padding:0 16px;line-height:18px;z-index:3}@media (max-width:768px){.gd-newsletter{padding:64px 24px 72px!important}.gd-newsletter .gd-newsletter__title,.gd-newsletter .gd-newsletter__title p,section.gd-newsletter .gd-newsletter__title,section.gd-newsletter .gd-newsletter__title p{font-size:30px!important}.gd-newsletter .gd-newsletter__title::after{width:100px;margin:18px auto 10px}.gd-newsletter .gd-newsletter__inner::before{width:34px;height:34px}.gd-newsletter .gd-newsletter__form{flex-direction:column;gap:10px}.gd-newsletter .gd-newsletter__input{border-right:1px solid rgba(201,166,107,.45)!important}}
/* ===== gdecor-card-height ===== */
/*
Generated time: May 21, 2026 20:12
This file was created by the app developer. Feel free to contact the original developer with any questions. It was minified (compressed) by AVADA. AVADA do NOT own this script.
*/
.gd-product__image,.gd-rec__image,.gd-wl-card__image{aspect-ratio:2/3!important;background:#f1ecde;overflow:hidden}.gd-product__image img,.gd-rec__image img,.gd-wl-card__image img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center center!important;display:block}@media (max-width:520px){.gd-product__image,.gd-rec__image,.gd-wl-card__image{aspect-ratio:2/3!important}}
/* ===== gdecor-homepage-cleanup ===== */
/*
Generated time: May 21, 2026 20:12
This file was created by the app developer. Feel free to contact the original developer with any questions. It was minified (compressed) by AVADA. AVADA do NOT own this script.
*/
.gd-categories__tile{position:relative!important;overflow:hidden!important;display:block!important;aspect-ratio:auto!important;height:420px!important}.gd-categories__bg{position:absolute!important;inset:0!important;z-index:0}.gd-categories__bg img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important}.gd-categories__overlay{position:absolute!important;inset:0!important;background:linear-gradient(to top,rgba(0,0,0,.55) 0,rgba(0,0,0,.15) 35%,rgba(0,0,0,0) 60%)!important;z-index:1;pointer-events:none}.gd-categories__label{position:absolute!important;left:24px!important;bottom:24px!important;z-index:2!important;color:#fdfaf3!important;background:0 0!important;padding:0!important;margin:0!important;border:0!important}.gd-categories__name{font-family:var(--gd-serif, Cormorant Garamond, Georgia, serif)!important;font-size:30px!important;font-weight:400!important;letter-spacing:.01em!important;color:#fdfaf3!important;display:block!important;margin-bottom:6px!important;text-shadow:0 1px 4px rgba(0,0,0,.25)}.gd-categories__cta{font-family:var(--gd-sans, Inter, sans-serif)!important;font-size:11px!important;letter-spacing:.2em!important;text-transform:uppercase!important;border-bottom:1px solid #fdfaf3!important;padding-bottom:3px!important;color:#fdfaf3!important;display:inline-block!important}@media (max-width:1024px){.gd-categories__tile{height:240px!important}.gd-categories__name{font-size:22px!important}}@media (max-width:520px){.gd-categories__tile{height:200px!important}.gd-categories__name{font-size:20px!important}}.template-index .jdgm-featured-carousel,.template-index .jdgm-widget,.template-index [class*=jdgm-],.template-index [class*=judge-me],.template-index [class*=judge_me],.template-index [data-jdgm-product-rating],.template-index [id^=judge_me]{display:none!important}.template-index .shopify-section:has(.jdgm-featured-carousel),.template-index .shopify-section:has(.jdgm-widget),.template-index .shopify-section:has([class*=jdgm-]){display:none!important}.template-product .option-selector:has(.option-selector__btns > :only-child){display:none!important}.template-product .option-selector.is-single{display:none!important}
/* ===== gdecor-mobile-nav ===== */
/*
Generated time: May 21, 2026 20:12
This file was created by the app developer. Feel free to contact the original developer with any questions. It was minified (compressed) by AVADA. AVADA do NOT own this script.
*/
.gd-header__mobile{display:none}@media (max-width:1024px){.gd-header__main{display:none!important}.gd-header__mobile{display:grid!important;grid-template-columns:auto auto 1fr auto auto auto;align-items:center;gap:6px;padding:12px 14px;background:var(--gd-off-white,#fdfaf3);border-bottom:1px solid var(--gd-line,#e5dcc9)}.gd-header__burger,.gd-header__mob-account,.gd-header__mob-bag,.gd-header__mob-search,.gd-header__mob-wishlist{background:0 0;border:0;padding:4px!important;color:var(--gd-ink,#1b1714);cursor:pointer;display:inline-flex!important;align-items:center;justify-content:center;text-decoration:none;position:relative}.gd-header__burger svg,.gd-header__mob-account svg,.gd-header__mob-bag svg,.gd-header__mob-search svg,.gd-header__mob-wishlist svg{width:22px;height:22px;display:block}.gd-header__mob-logo{justify-self:center;display:inline-flex;align-items:center;text-decoration:none;line-height:0}.gd-header__mob-logo img{height:34px;width:auto;display:block}.gd-header__mob-bag-count{position:absolute;top:-2px;right:-4px;background:var(--gd-ink,#1b1714);color:var(--gd-cream-soft,#fbf6ec);font-family:var(--gd-sans, Inter, sans-serif);font-size:9px;min-width:16px;height:16px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;padding:0 4px;letter-spacing:0;font-weight:500}.gd-header__mob-wishlist-count{position:absolute!important;top:-2px!important;right:-4px!important;background:var(--gd-ink,#1b1714)!important;color:var(--gd-cream-soft,#fbf6ec)!important;font-family:var(--gd-sans, Inter, sans-serif)!important;font-size:9px!important;min-width:16px;height:16px;border-radius:50%!important;display:inline-flex!important;align-items:center;justify-content:center;padding:0 4px!important;letter-spacing:0!important;font-weight:500!important}.gd-header__mob-wishlist-count:empty{display:none!important}@media (max-width:380px){.gd-header__mobile{padding:10px 12px;gap:4px}.gd-header__burger svg,.gd-header__mob-account svg,.gd-header__mob-bag svg,.gd-header__mob-search svg,.gd-header__mob-wishlist svg{width:20px;height:20px}}}.gd-mob-drawer{position:fixed;inset:0;z-index:1500;visibility:hidden;pointer-events:none}.gd-mob-drawer.is-open{visibility:visible;pointer-events:auto}.gd-mob-drawer__scrim{position:absolute;inset:0;background:rgba(27,23,20,.55);opacity:0;transition:opacity .25s ease}.gd-mob-drawer.is-open .gd-mob-drawer__scrim{opacity:1}.gd-mob-drawer__panel{position:absolute;top:0;left:0;width:min(440px,92vw);height:100vh;background:var(--gd-off-white,#fdfaf3);transform:translateX(-100%);transition:transform .3s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;overflow:hidden}.gd-mob-drawer.is-open .gd-mob-drawer__panel{transform:translateX(0)}.gd-mob-drawer__head{display:flex;align-items:center;justify-content:space-between;padding:20px 22px;border-bottom:1px solid var(--gd-line,#e5dcc9);background:#f4ecdc;flex-shrink:0}.gd-mob-drawer__logo{display:inline-flex;line-height:0;text-decoration:none}.gd-mob-drawer__logo img{height:32px;width:auto;display:block}.gd-mob-drawer__close{background:0 0;border:0;color:var(--gd-ink,#1b1714);cursor:pointer;padding:6px;display:inline-flex;align-items:center;justify-content:center}.gd-mob-drawer__close svg{width:22px;height:22px;display:block}.gd-mob-drawer__search{position:relative;padding:16px 22px;border-bottom:1px solid var(--gd-line,#e5dcc9);flex-shrink:0}.gd-mob-drawer__search-icon{position:absolute;left:32px;top:50%;transform:translateY(-50%);width:18px;height:18px;color:var(--gd-muted,#6b5d50)}.gd-mob-drawer__search input{width:100%;padding:11px 14px 11px 42px;border:1px solid var(--gd-line,#e5dcc9);background:0 0;font-family:var(--gd-sans, Inter, sans-serif);font-size:14px;color:var(--gd-ink,#1b1714);border-radius:0;outline:0;transition:border-color .2s}.gd-mob-drawer__search input::placeholder{color:var(--gd-muted,#6b5d50)}.gd-mob-drawer__search input:focus{border-color:var(--gd-brass,#b08d57)}.gd-mob-drawer__nav{flex:1;overflow-y:auto;padding:8px 0;-webkit-overflow-scrolling:touch}.gd-mob-link,.gd-mob-summary{display:flex;align-items:center;justify-content:space-between;padding:18px 22px;font-family:var(--gd-sans, Inter, sans-serif);font-size:15px;letter-spacing:.06em;text-transform:uppercase;color:var(--gd-ink,#1b1714);text-decoration:none;border-bottom:1px solid rgba(33,64,79,.06);background:0 0;font-weight:400;cursor:pointer;list-style:none}.gd-mob-summary::-webkit-details-marker{display:none}.gd-mob-summary::marker{display:none;content:''}.gd-mob-link--accent{font-family:var(--gd-serif, Cormorant Garamond, Georgia, serif);font-style:italic;letter-spacing:0;text-transform:none;font-size:18px;color:var(--gd-brass-deep,#8c6f42)}.gd-mob-chev{transition:transform .2s;color:var(--gd-muted,#6b5d50);flex-shrink:0}.gd-mob-item[open] .gd-mob-chev{transform:rotate(90deg)}.gd-mob-sub{background:var(--gd-cream-soft,#fbf6ec);padding:6px 0}.gd-mob-sub a{display:block;padding:14px 38px;font-family:var(--gd-sans, Inter, sans-serif);font-size:14px;color:var(--gd-ink-soft,#3d332a);text-decoration:none;letter-spacing:.005em;font-weight:400;border-bottom:1px solid rgba(33,64,79,.04)}.gd-mob-sub a:last-child{border-bottom:0}.gd-mob-sublink--shopall{font-family:var(--gd-serif, Cormorant Garamond, Georgia, serif)!important;font-style:italic;color:var(--gd-brass-deep,#8c6f42)!important;font-size:15px!important;letter-spacing:0!important}.gd-mob-drawer__foot{border-top:1px solid var(--gd-line,#e5dcc9);padding:12px 22px;flex-shrink:0;background:#f4ecdc}.gd-mob-foot-link{display:flex;align-items:center;gap:12px;padding:14px 0;font-family:var(--gd-sans, Inter, sans-serif);font-size:13px;letter-spacing:.06em;color:var(--gd-ink,#1b1714);text-decoration:none;border-bottom:1px solid rgba(33,64,79,.06)}.gd-mob-foot-link:last-child{border-bottom:0}.gd-mob-foot-link svg{width:18px;height:18px;color:var(--gd-muted,#6b5d50)}body.gd-mob-drawer-open{overflow:hidden}@media (max-width:768px){.gd-footer{padding:48px 20px 28px!important}.gd-footer__top{display:grid!important;grid-template-columns:1fr 1fr!important;gap:32px 22px!important;padding-bottom:36px!important}.gd-footer__brand{grid-column:1/-1!important;margin-bottom:8px;text-align:center}.gd-footer__brand .gd-footer__logo{margin:0 auto 16px}.gd-footer__logo-img{height:72px!important}.gd-footer__brand .gd-footer__tagline{max-width:340px;margin:0 auto 18px;text-align:center}.gd-footer__brand .gd-footer__social{justify-content:center}.gd-footer__col h5.gd-footer__heading{margin-bottom:14px!important;font-size:10px!important}.gd-footer__col ul{gap:10px!important}.gd-footer__col li a{font-size:12px!important}.gd-footer__bottom{flex-direction:column;text-align:center;gap:14px;padding-top:22px}.gd-footer__countries,.gd-footer__legal{justify-content:center;gap:10px}.gd-footer__countries .gd-utility__dot{font-size:8px}.gd-footer__copy{font-size:11px!important;line-height:1.5}}@media (max-width:520px){.gd-footer__top{grid-template-columns:1fr 1fr!important;gap:24px 20px!important}.gd-footer__col h5.gd-footer__heading{font-size:10px!important;letter-spacing:.18em!important}.gd-footer__col li a{font-size:13px!important}}
/* ===== gdecor-mobile-polish ===== */
/*
Generated time: May 21, 2026 20:12
This file was created by the app developer. Feel free to contact the original developer with any questions. It was minified (compressed) by AVADA. AVADA do NOT own this script.
*/
@media (max-width:768px){.gd-utility{padding:8px 12px!important;font-size:9px!important;letter-spacing:.12em!important;line-height:1.5!important}.gd-utility__inner{gap:8px!important;flex-wrap:wrap!important;row-gap:4px!important}.gd-utility__dot{opacity:.4!important;margin:0 2px!important}}@media (max-width:480px){.gd-utility{padding:7px 8px!important;font-size:8px!important;letter-spacing:.08em!important}.gd-utility__inner{gap:4px!important}.gd-utility__dot{display:none!important}.gd-utility__inner span:not(.gd-utility__dot){display:inline-block;padding:0 4px;white-space:nowrap}}@media (max-width:768px){.gd-hero{position:relative!important;height:auto!important;min-height:0!important;max-height:none!important}.gd-hero__bg{position:relative!important;inset:auto!important;height:540px!important;aspect-ratio:auto!important}.gd-hero__bg img,.gd-hero__bg picture{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center center!important;display:block!important}.gd-hero__overlay{display:none!important}.gd-hero__inner{position:relative!important;inset:auto!important;display:block!important;padding:36px 24px 44px!important;background:#fbf7ef!important;text-align:center!important}.gd-hero__content{max-width:100%!important;color:#241d18!important;text-align:center!important;margin:0 auto!important}.gd-hero__content .gd-eyebrow,.gd-hero__content .gd-eyebrow--light{color:#8c6f42!important;text-shadow:none!important;margin:0 0 14px!important;display:block!important}.gd-hero__title{color:#241d18!important;text-shadow:none!important;font-size:36px!important;line-height:1.05!important;text-align:center!important;margin:0 0 16px!important}.gd-hero__title em{color:#8c6f42!important}.gd-hero__lede{color:#3d332a!important;text-shadow:none!important;font-size:15px!important;line-height:1.6!important;max-width:100%!important;margin:0 auto 24px!important;text-align:center!important}.gd-hero__ctas{justify-content:center!important;flex-direction:column!important;gap:10px!important;align-items:stretch!important}.gd-hero__ctas .gd-btn{width:100%!important;text-align:center!important}.gd-hero--text-dark .gd-hero__lede,.gd-hero--text-dark .gd-hero__title{color:#241d18!important}}@media (max-width:480px){.gd-hero__bg{height:500px!important}}@media (max-width:1024px){.gd-edit,.gd-edit.gd-edit--reverse{display:block!important;grid-template-columns:1fr!important}.gd-edit.gd-edit--reverse .gd-edit__image,.gd-edit__image{order:0!important;width:100%!important;min-height:280px!important;height:auto!important;aspect-ratio:4/3!important;display:block!important;overflow:hidden!important}.gd-edit.gd-edit--reverse .gd-edit__image img,.gd-edit__image img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important}.gd-edit.gd-edit--reverse .gd-edit__text,.gd-edit__text{order:1!important;padding:32px 24px 40px!important;text-align:center!important}.gd-edit__text .gd-eyebrow{text-align:center!important}.gd-edit__title{font-size:28px!important;text-align:center!important}.gd-edit__body{text-align:center!important;max-width:100%!important;margin-left:auto!important;margin-right:auto!important}.gd-edit__meta{gap:20px!important;justify-content:center!important;max-width:100%!important;margin-left:auto!important;margin-right:auto!important}.gd-edit__metanum{font-size:24px!important}}@media (max-width:1024px){.gd-journal{padding:40px 20px!important}.gd-journal__head{margin:0 auto 32px!important;text-align:center!important}.gd-journal__title{font-size:28px!important}.gd-journal__lede{font-size:14px!important}.gd-journal__grid{grid-template-columns:1fr!important;gap:32px!important;max-width:100%!important}.gd-article{text-align:center!important}.gd-article__image{height:240px!important;aspect-ratio:4/3!important;overflow:hidden!important;margin-left:auto!important;margin-right:auto!important}.gd-article__image img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important}.gd-article__meta{text-align:center!important}.gd-article__title{font-size:22px!important;line-height:1.2!important;margin:8px 0 12px!important;text-align:center!important}.gd-article__preview{font-size:14px!important;line-height:1.6!important;text-align:center!important;max-width:100%!important;margin-left:auto!important;margin-right:auto!important}.gd-article__cta{display:inline-block!important}}@media (max-width:480px){.gd-article__image{height:220px!important}}@media (max-width:768px){.gd-categories{padding:40px 20px!important}.gd-categories__head{margin-bottom:32px!important}.gd-categories__title{font-size:28px!important}.gd-categories__lede{font-size:14px!important}.gd-categories__grid{gap:12px!important}.gd-categories__tile{height:200px!important}.gd-categories__name{font-size:18px!important}}@media (max-width:768px){.gd-story{padding:40px 20px!important}.gd-story__inner{gap:24px!important}.gd-story__image{height:280px!important;aspect-ratio:4/3!important;overflow:hidden!important}.gd-story__image img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important}.gd-story__title{font-size:28px!important;margin-bottom:20px!important}.gd-story__pullquote{font-size:18px!important;margin-bottom:20px!important;padding-left:18px!important}.gd-story__body{font-size:14px!important;line-height:1.7!important}}@media (max-width:768px){.gd-rooms{padding:40px 20px!important}.gd-rooms__title{font-size:26px!important}.gd-rooms__grid{gap:10px!important}.gd-rooms__tile{height:180px!important}.gd-rooms__label{font-size:16px!important}}@media (max-width:1024px){.gd-products{padding:40px 20px!important}.gd-products .gd-products__head{margin-bottom:28px!important}.gd-products .gd-products__title{font-size:26px!important}.gd-products .gd-products__grid[data-limit],section.gd-products .gd-products__grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px!important;max-width:100%!important}.gd-products .gd-product{width:100%!important;max-width:100%!important}.gd-products .gd-product__image{aspect-ratio:4/5!important}.gd-products .gd-product__name{font-size:13px!important;line-height:1.3!important;margin-top:8px!important}.gd-products .gd-product__price{font-size:12px!important}}@media (max-width:480px){section.gd-products .gd-products__grid{gap:10px!important}}@media (max-width:768px){.gd-newsletter{height:auto!important;min-height:380px!important;padding:56px 24px!important}.gd-newsletter__title{font-size:32px!important}.gd-newsletter__text{font-size:14px!important}.gd-newsletter__form{flex-direction:column!important;gap:10px!important}.gd-newsletter__form .gd-newsletter__input{width:100%!important}.gd-newsletter__form .gd-btn{width:100%!important}}@media (max-width:768px){.gd-services{padding:32px 20px!important}.gd-services__item{padding:28px 16px!important}.gd-services__title{font-size:22px!important}}@media (max-width:768px){.gd-trust{padding:40px 24px!important}.gd-trust__grid{gap:28px!important}.gd-trust__icon{font-size:28px!important}.gd-trust__heading{font-size:16px!important}.gd-trust__text{font-size:12px!important}}@media (max-width:1024px){.gd-recs{padding:40px 20px!important}.gd-recs__inner{max-width:100%!important}.gd-recs__head{text-align:center!important;margin:0 auto 28px!important}.gd-recs__title{font-size:26px!important}section.gd-recs .gd-recs__grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px!important}.gd-rec__image{aspect-ratio:4/5!important;overflow:hidden!important}.gd-rec__image img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important}.gd-rec__name{font-size:13px!important;line-height:1.3!important;margin-top:8px!important}.gd-rec__price{font-size:12px!important;margin-top:4px!important}}@media (max-width:480px){section.gd-recs .gd-recs__grid{gap:10px!important}}@media (max-width:1024px){.g-rv__grid,.gd-recently-viewed__grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px!important}.g-rv__inner{width:calc(100% - 32px)!important}.g-rv__name{font-size:13px!important}.g-rv__price{font-size:12px!important}}
/* ===== gdecor-card-hover ===== */
/*
Generated time: May 21, 2026 20:12
This file was created by the app developer. Feel free to contact the original developer with any questions. It was minified (compressed) by AVADA. AVADA do NOT own this script.
*/
.gd-product__image,.gd-rec__image{position:relative!important;overflow:hidden;aspect-ratio:2/3!important;background:#f1ecde}.gd-product__img,.gd-rec__img{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;object-fit:cover!important;object-position:center center!important;display:block;transition:opacity .55s cubic-bezier(.4,0,.2,1),transform .8s cubic-bezier(.4,0,.2,1);margin:0}.gd-product__img--primary,.gd-rec__img--primary{opacity:1;z-index:1}.gd-product__img--hover,.gd-rec__img--hover{opacity:0;z-index:2}@media (hover:hover) and (pointer:fine){.gd-product:hover .gd-product__img--primary,.gd-rec:hover .gd-rec__img--primary{opacity:0}.gd-product:hover .gd-product__img--hover,.gd-rec:hover .gd-rec__img--hover{opacity:1}.gd-product:not(:has(.gd-product__img--hover)):hover .gd-product__img--primary,.gd-rec:not(:has(.gd-rec__img--hover)):hover .gd-rec__img--primary{transform:scale(1.03)}.gd-product__price,.gd-rec__price{opacity:0;transition:opacity .35s ease,transform .35s ease;transform:translateY(2px);min-height:1.4em}.gd-product:hover .gd-product__price,.gd-rec:hover .gd-rec__price{opacity:1;transform:translateY(0)}.gd-product,.gd-rec{transition:transform .3s ease}}@media (hover:none),(pointer:coarse){.gd-product__price,.gd-rec__price{opacity:1!important;transform:none!important}.gd-product__img--hover,.gd-rec__img--hover{display:none!important}}.gd-product__name{margin-top:14px;line-height:1.35}.gd-product__price,.gd-rec__price{margin-top:6px;display:block}.gd-product,.gd-rec{display:block;text-decoration:none;color:inherit}
/* ===== gdecor-load-more ===== */
/*
Generated time: May 21, 2026 20:12
This file was created by the app developer. Feel free to contact the original developer with any questions. It was minified (compressed) by AVADA. AVADA do NOT own this script.
*/
.gd-loadmore{text-align:center;padding:52px 20px 72px;max-width:1320px;margin:0 auto}.gd-loadmore__count{font-family:var(--gd-sans, Inter, sans-serif);font-size:11px;letter-spacing:.22em;text-transform:uppercase;color:var(--gd-muted,#6b5d50);margin:0 0 24px;font-weight:500}.gd-loadmore__count em{font-family:var(--gd-serif, Cormorant Garamond, Georgia, serif);font-style:italic;color:var(--gd-brass-deep,#8c6f42);font-size:20px;letter-spacing:.005em;text-transform:none;font-weight:600;margin:0 3px}.gd-loadmore__btn{display:inline-block;padding:16px 44px;font-family:var(--gd-sans, Inter, sans-serif);font-size:11px;letter-spacing:.22em;text-transform:uppercase;font-weight:500;background:var(--gd-ink,#1b1714);color:var(--gd-cream-soft,#fbf6ec);border:1px solid var(--gd-ink,#1b1714);text-decoration:none;cursor:pointer;transition:background .25s ease,color .25s ease;min-width:240px}.gd-loadmore__btn:hover{background:0 0;color:var(--gd-ink,#1b1714)}.gd-loadmore__btn.is-loading{opacity:.55;pointer-events:none}.gd-back-to-top{position:fixed;bottom:24px;right:24px;width:48px;height:48px;background:var(--gd-ink,#1b1714);color:var(--gd-cream-soft,#fbf6ec);border:0;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:100;opacity:0;pointer-events:none;transition:opacity .3s ease,transform .3s ease;transform:translateY(20px);box-shadow:0 4px 14px rgba(27,23,20,.18)}.gd-back-to-top:hover{background:var(--gd-brass-deep,#8c6f42)}.gd-back-to-top.is-visible{opacity:1;pointer-events:auto;transform:translateY(0)}.gd-back-to-top svg{width:20px;height:20px;display:block}@media (max-width:768px){.gd-loadmore{padding:36px 18px 48px}.gd-loadmore__btn{padding:14px 32px;min-width:200px;width:100%;max-width:360px}.gd-loadmore__count{font-size:10px;margin-bottom:18px}.gd-loadmore__count em{font-size:18px}.gd-back-to-top{bottom:16px;right:16px;width:42px;height:42px}}
/* ===== gdecor-edits-fix ===== */
/*
Generated time: May 21, 2026 20:12
This file was created by the app developer. Feel free to contact the original developer with any questions. It was minified (compressed) by AVADA. AVADA do NOT own this script.
*/
.gd-collection-banner__overlay{background:linear-gradient(180deg,rgba(27,23,20,.18) 0,rgba(27,23,20,.1) 30%,rgba(27,23,20,.55) 70%,rgba(27,23,20,.82) 100%)!important}.gd-collection-banner__inner{text-align:center!important;padding:80px 28px 70px!important;max-width:none!important;left:0!important;right:0!important;align-items:center!important;justify-content:center!important}.gd-collection-banner .gd-eyebrow,.gd-collection-banner .gd-eyebrow--light{color:#e5c994!important;text-shadow:0 1px 3px rgba(0,0,0,.4);margin-bottom:18px!important}.gd-collection-banner__title{color:#fffcf4!important;text-shadow:0 2px 8px rgba(0,0,0,.45);margin-bottom:22px!important;max-width:840px;margin-left:auto!important;margin-right:auto!important}.gd-collection-banner__desc,.gd-collection-banner__desc p,.gd-collection-banner__desc span{color:#fbf6ec!important;text-shadow:0 1px 4px rgba(0,0,0,.5);font-size:15px;line-height:1.65;font-weight:400;opacity:1!important}.gd-collection-banner__desc{max-width:680px;margin-left:auto!important;margin-right:auto!important}.gd-collection-banner__desc em{color:#e5c994!important;font-style:italic}.gd-collection-banner__desc p:last-child{font-family:var(--gd-serif, Cormorant Garamond, Georgia, serif)!important;font-style:italic!important;font-size:17px!important;color:#e5c994!important;margin-top:18px!important;letter-spacing:.005em!important}.gd-story__image{position:relative;overflow:hidden}.gd-story__image img{width:100%;height:100%;object-fit:cover;display:block}.template-collection .gd-collection-banner{min-height:520px}@media (max-width:768px){.template-collection .gd-collection-banner{min-height:380px}.gd-collection-banner__inner{padding:48px 22px 44px!important}.gd-collection-banner__desc{font-size:13px!important}.gd-collection-banner__desc p:last-child{font-size:15px!important;margin-top:12px!important}}
/* ===== gdecor-button-teal ===== */
/*
Generated time: May 21, 2026 20:12
This file was created by the app developer. Feel free to contact the original developer with any questions. It was minified (compressed) by AVADA. AVADA do NOT own this script.
*/
.gd-collection-grid .gd-btn,.gd-edit .gd-btn,.gd-edit a.gd-btn--dark,.gd-edit a.gd-btn--ghost-dark,.gd-products__cta .gd-btn,.gd-products__cta a.gd-btn--dark,.gd-products__cta a.gd-btn--ghost-dark,.gd-services .gd-btn,.gd-services .gd-services__link,.gd-story .gd-btn,.gd-story a.gd-btn--ghost-dark{background:0 0!important;color:#1b1714!important;border:1px solid #1b1714!important;transition:background .25s ease,color .25s ease,border-color .25s ease,transform .25s ease!important}.gd-collection-grid .gd-btn:hover,.gd-edit .gd-btn:focus,.gd-edit .gd-btn:hover,.gd-edit a.gd-btn--dark:hover,.gd-edit a.gd-btn--ghost-dark:focus,.gd-edit a.gd-btn--ghost-dark:hover,.gd-products__cta .gd-btn:focus,.gd-products__cta .gd-btn:hover,.gd-products__cta a.gd-btn--dark:hover,.gd-products__cta a.gd-btn--ghost-dark:hover,.gd-services .gd-btn:hover,.gd-services .gd-services__link:hover,.gd-story .gd-btn:focus,.gd-story .gd-btn:hover,.gd-story a.gd-btn--ghost-dark:hover{background:#1f4358!important;color:#fbf6ec!important;border-color:#1f4358!important}.gd-collection-grid .gd-btn:active,.gd-edit .gd-btn:active,.gd-edit a.gd-btn--ghost-dark:active,.gd-products__cta .gd-btn:active,.gd-products__cta a.gd-btn--ghost-dark:active,.gd-story .gd-btn:active{background:#163643!important;color:#fbf6ec!important;border-color:#163643!important;transform:translateY(1px)}.gd-loadmore__btn{background:0 0!important;color:#1b1714!important;border:1px solid #1b1714!important;transition:background .25s ease,color .25s ease,border-color .25s ease!important}.gd-loadmore__btn:hover{background:#1f4358!important;color:#fbf6ec!important;border-color:#1f4358!important}.gd-loadmore__btn:active{background:#163643!important;border-color:#163643!important}
/* ===== gdecor-legacy-pages ===== */
/*
Generated time: May 21, 2026 20:12
This file was created by the app developer. Feel free to contact the original developer with any questions. It was minified (compressed) by AVADA. AVADA do NOT own this script.
*/
body.template-page,body.template-page main#content{background:#fdfaf3!important}.gd-injected-page-header{background:#fbf7ef;padding:56px 24px 36px;text-align:center}.gd-injected-page-header__inner{max-width:880px;margin:0 auto}.gd-injected-page-header__eyebrow{margin:0 0 18px;letter-spacing:.22em}.gd-injected-page-header__title{font-family:'Cormorant Garamond',Georgia,serif;font-weight:400;font-size:clamp(40px, 5.2vw, 64px);line-height:1.04;color:#241d18;margin:0;letter-spacing:-.005em}@media (max-width:749px){.gd-injected-page-header{padding:40px 20px 24px}}body.template-suffix-about .section-image-with-text-overlay,body.template-suffix-brands .section-image-with-text-overlay,body.template-suffix-contact .section-image-with-text-overlay,body.template-suffix-customer-service .section-image-with-text-overlay,body.template-suffix-delivery-info .section-image-with-text-overlay,body.template-suffix-klarna .section-image-with-text-overlay,body.template-suffix-returns .section-image-with-text-overlay,body.template-suffix-social-responsibility .section-image-with-text-overlay{display:none!important}body.template-suffix-about .section-scrolling-banner,body.template-suffix-brands .section-scrolling-banner,body.template-suffix-contact .section-scrolling-banner,body.template-suffix-customer-service .section-scrolling-banner,body.template-suffix-delivery-info .section-scrolling-banner,body.template-suffix-klarna .section-scrolling-banner,body.template-suffix-returns .section-scrolling-banner,body.template-suffix-social-responsibility .section-scrolling-banner{display:none!important}body.template-suffix-customer-service .shopify-section.page-section-spacing:has(.majortitle):not(:has(.rte p)):not(:has(form)):not(:has(.contact-form)):not(:has(details)){display:none!important}body.template-suffix-brands .shopify-section.page-section-spacing:has(> .container > .align-ltr-center > .majortitle:only-child),body.template-suffix-delivery-info .shopify-section.page-section-spacing:has(> .container > .align-ltr-center > .majortitle:only-child),body.template-suffix-klarna .shopify-section.page-section-spacing:has(> .container > .align-ltr-center > .majortitle:only-child),body.template-suffix-returns .shopify-section.page-section-spacing:has(> .container > .align-ltr-center > .majortitle:only-child),body.template-suffix-social-responsibility .shopify-section.page-section-spacing:has(> .container > .align-ltr-center > .majortitle:only-child){display:none!important}body.template-page .section-collapsible-tabs{background:#fdfaf3!important;padding:0 24px!important}body.template-page .section-collapsible-tabs .container{max-width:760px!important;margin:0 auto!important}body.template-page .section-collapsible-tabs .fully-padded-row--large,body.template-page .section-collapsible-tabs .fully-padded-row--medium,body.template-page .section-collapsible-tabs .fully-spaced-row--medium{padding:8px 0!important;background:0 0!important}body.template-page .section-collapsible-tabs .majortitle,body.template-page .section-collapsible-tabs h2{font-family:'Cormorant Garamond',Georgia,serif!important;font-weight:400!important;font-style:italic!important;font-size:28px!important;color:#1b1714!important;margin:32px 0 16px!important;letter-spacing:-.005em!important;text-transform:none!important}body.template-page .section-collapsible-tabs .subheading{font-family:Inter,sans-serif!important;font-size:11px!important;letter-spacing:.22em!important;text-transform:uppercase!important;color:#8c6f42!important;font-weight:500!important;margin:0 0 14px!important;display:block!important}body.template-page .section-collapsible-tabs details{border-top:1px solid #e5dcc9;padding:18px 0;margin:0!important;max-width:100%!important}body.template-page .section-collapsible-tabs details summary{font-family:'Cormorant Garamond',Georgia,serif!important;font-weight:500!important;font-size:20px!important;color:#1b1714!important;cursor:pointer!important;list-style:none!important;position:relative;padding-right:32px!important}body.template-page .section-collapsible-tabs details .rte,body.template-page .section-collapsible-tabs details p{font-family:Inter,sans-serif!important;font-size:16px!important;line-height:1.75!important;color:#3d332a!important;margin-top:12px!important}body.template-page .section-map{background:#fdfaf3!important;padding:24px 24px 64px!important}body.template-page .section-map .container{max-width:1240px!important;margin:0 auto!important}body.template-page .section-map .majortitle,body.template-page .section-map h2{font-family:'Cormorant Garamond',Georgia,serif!important;font-weight:400!important;font-style:italic!important;font-size:24px!important;color:#1b1714!important;margin:0 0 12px!important;text-transform:none!important}body.template-page .section-map p{font-family:Inter,sans-serif!important;font-size:15px!important;line-height:1.7!important;color:#3d332a!important}body.template-page .section-rich-text{background:#fdfaf3!important}body.template-page .section-rich-text .fully-padded-row--large,body.template-page .section-rich-text .fully-padded-row--medium,body.template-page .section-rich-text .fully-padded-row--small,body.template-page .section-rich-text .fully-spaced-row--medium{padding:32px 24px 32px!important;background:0 0!important}body.template-page .section-rich-text+.section-rich-text .fully-padded-row--large,body.template-page .section-rich-text+.section-rich-text .fully-padded-row--medium,body.template-page .section-rich-text+.section-rich-text .fully-padded-row--small,body.template-page .section-rich-text+.section-rich-text .fully-spaced-row--medium{padding-top:8px!important}body.template-page .section-rich-text .container,body.template-page .section-rich-text .container--reading-width{max-width:760px!important;margin:0 auto!important;padding:0!important}body.template-page .section-rich-text .align-ltr-center,body.template-page .section-rich-text .align-ltr-left{text-align:left!important}body.template-page .section-rich-text .subheading{font-family:Inter,sans-serif!important;font-size:11px!important;letter-spacing:.22em!important;text-transform:uppercase!important;color:#8c6f42!important;font-weight:500!important;margin:0 0 14px!important;display:block!important}body.template-page .section-rich-text .majortitle,body.template-page .section-rich-text h1,body.template-page .section-rich-text h2{font-family:'Cormorant Garamond',Georgia,serif!important;font-weight:400!important;font-style:italic!important;font-size:32px!important;line-height:1.15!important;color:#1b1714!important;margin:0 0 18px!important;letter-spacing:-.005em!important;text-transform:none!important}body.template-page .section-rich-text .majortitle em,body.template-page .section-rich-text h2 em{color:#8c6f42!important}body.template-page .section-rich-text .rte{font-family:Inter,sans-serif!important;font-size:17px!important;line-height:1.85!important;color:#3d332a!important}body.template-page .section-rich-text .rte p{font-family:Inter,sans-serif!important;font-size:17px!important;line-height:1.85!important;color:#3d332a!important;margin:0 0 22px!important}body.template-page .section-rich-text .rte strong{color:#1b1714!important;font-weight:500!important}body.template-page .section-rich-text .rte em{font-family:'Cormorant Garamond',Georgia,serif!important;font-style:italic!important;color:#1b1714!important}body.template-page .section-rich-text .rte a{color:#8c6f42!important;text-decoration:underline;text-decoration-color:rgba(140,111,66,0.4);text-underline-offset:3px}body.template-page .section-rich-text .rte ol,body.template-page .section-rich-text .rte ul{font-size:17px;line-height:1.85;color:#3d332a;margin:0 0 22px;padding-left:24px}body.template-page .section-rich-text .rte li{margin:0 0 10px}body.template-page .section-rich-text .rte h2,body.template-page .section-rich-text .rte h3{font-family:'Cormorant Garamond',Georgia,serif!important;font-weight:400!important;font-style:italic!important;color:#1b1714!important;margin:36px 0 12px!important}body.template-page .section-rich-text .rte h3{font-size:22px;font-style:normal;font-weight:500}body.template-page .section-image-with-text{background:#fdfaf3!important}body.template-page .section-image-with-text .fully-padded-row--medium,body.template-page .section-image-with-text .fully-spaced-row--medium{padding:32px 24px!important;background:0 0!important}body.template-page .section-image-with-text .container{max-width:1240px!important;margin:0 auto!important}body.template-page .section-image-with-text .majortitle,body.template-page .section-image-with-text h2{font-family:'Cormorant Garamond',Georgia,serif!important;font-weight:400!important;font-style:italic!important;font-size:28px!important;line-height:1.2!important;color:#1b1714!important;margin:0 0 18px!important;text-transform:none!important}body.template-page .section-image-with-text .subheading{font-family:Inter,sans-serif!important;font-size:11px!important;letter-spacing:.22em!important;text-transform:uppercase!important;color:#8c6f42!important;font-weight:500!important;margin:0 0 14px!important}body.template-page .section-image-with-text .rte p,body.template-page .section-image-with-text p{font-family:Inter,sans-serif!important;font-size:16px!important;line-height:1.8!important;color:#3d332a!important;margin:0 0 18px!important}body.template-page .section-image-with-text .rte strong{color:#1b1714!important;font-weight:500!important}body.template-page .section-image-with-text .rte a{color:#8c6f42!important}body.template-page .section-gallery{background:#fdfaf3!important;padding:16px 0!important}body.template-page .section-gallery .majortitle,body.template-page .section-gallery h2{font-family:'Cormorant Garamond',Georgia,serif!important;font-weight:400!important;font-style:italic!important;color:#1b1714!important;text-shadow:none!important;text-transform:none!important}body.template-page .section-contact,body.template-page .section-contact-form{background:#fdfaf3!important}body.template-page .section-contact .container,body.template-page .section-contact-form .container{max-width:960px!important;margin:0 auto!important;padding:16px 24px 64px!important}body.template-page .contact__form input,body.template-page .contact__form textarea,body.template-page form.contact-form input[type=email],body.template-page form.contact-form input[type=tel],body.template-page form.contact-form input[type=text],body.template-page form.contact-form textarea{font-family:Inter,sans-serif!important;font-size:14px!important;background:#fbf6ec!important;border:1px solid #e5dcc9!important;padding:14px 18px!important;border-radius:0!important;color:#1b1714!important;outline:0!important;width:100%!important;margin:0 0 14px!important;box-sizing:border-box}body.template-page .contact__form button,body.template-page form.contact-form button,body.template-page form.contact-form input[type=submit]{font-family:Inter,sans-serif!important;letter-spacing:.22em!important;text-transform:uppercase!important;font-size:11px!important;font-weight:500!important;padding:14px 32px!important;border-radius:0!important;background:#1b1714!important;color:#fdfaf3!important;border:1px solid #1b1714!important;cursor:pointer!important}body.template-page details{border-top:1px solid #e5dcc9;padding:18px 0;margin:0}body.template-page details:last-child{border-bottom:1px solid #e5dcc9}body.template-page details summary{font-family:'Cormorant Garamond',Georgia,serif!important;font-weight:500!important;font-size:20px!important;color:#1b1714!important;cursor:pointer!important;list-style:none!important;position:relative;padding-right:32px}body.template-page details summary::-webkit-details-marker{display:none}body.template-page details summary::after{content:'+';position:absolute;right:0;top:50%;transform:translateY(-50%);font-size:24px;color:#8c6f42;font-weight:300}body.template-page details[open] summary::after{content:'–'}body.template-page .use-color-scheme,body.template-page .use-color-scheme--1,body.template-page .use-color-scheme--2{background:0 0!important}@media (max-width:768px){body.template-page .section-rich-text .fully-padded-row--large,body.template-page .section-rich-text .fully-padded-row--medium,body.template-page .section-rich-text .fully-spaced-row--medium{padding:24px 20px 24px!important}body.template-page .section-rich-text .majortitle,body.template-page .section-rich-text h2{font-size:24px!important}body.template-page .section-rich-text .rte p{font-size:16px!important}body.template-page .section-image-with-text .fully-spaced-row--medium{padding:24px 20px!important}body.template-page .section-image-with-text .container{display:block!important}body.template-page .section-image-with-text .majortitle,body.template-page .section-image-with-text h2{font-size:22px!important}body.template-page .section-collapsible-tabs h2{font-size:22px!important}}
/* ===== gdecor-wishlist ===== */
/*
Generated time: May 21, 2026 20:12
This file was created by the app developer. Feel free to contact the original developer with any questions. It was minified (compressed) by AVADA. AVADA do NOT own this script.
*/
.gd-wl-heart{position:absolute;top:12px;right:12px;width:32px;height:32px;border:none;background:0 0;color:#1b1714;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;padding:4px;z-index:5;transition:transform .15s ease;-webkit-tap-highlight-color:transparent}.gd-wl-heart:hover{transform:scale(1.12)}.gd-wl-heart:active{transform:scale(.94)}.gd-wl-heart__icon{width:22px;height:22px;display:block;stroke:#1B1714;fill:transparent;stroke-width:1.6;filter:drop-shadow(0 1px 2px rgba(253, 250, 243, .6));transition:fill .2s ease,stroke .2s ease,transform .2s ease}.gd-wl-heart.is-active .gd-wl-heart__icon{fill:#8C6F42;stroke:#8C6F42;transform:scale(1.05);filter:drop-shadow(0 1px 2px rgba(140, 111, 66, .3))}.gd-wl-heart--pdp{position:relative;top:auto;right:auto;width:38px;height:38px;margin-left:12px;flex-shrink:0}.gd-wl-heart--pdp .gd-wl-heart__icon{width:26px;height:26px;stroke-width:1.5;filter:none}.gd-wl-pdp-title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.gd-wl-pdp-title-row>.product__title,.gd-wl-pdp-title-row>h1{flex:1 1 auto;margin:0!important}@media (max-width:768px){.gd-wl-heart{width:30px;height:30px;top:8px;right:8px}.gd-wl-heart__icon{width:20px;height:20px}.gd-wl-heart--pdp{width:34px;height:34px;margin-left:8px}.gd-wl-heart--pdp .gd-wl-heart__icon{width:22px;height:22px}}.gd-toast{position:fixed;bottom:32px;left:50%;transform:translateX(-50%) translateY(10px);background:#1b1714;color:#fbf6ec;padding:14px 28px;font-family:Inter,-apple-system,sans-serif;font-size:13px;letter-spacing:.06em;z-index:99999;box-shadow:0 8px 32px rgba(0,0,0,.25);max-width:90vw;text-align:center;opacity:0;pointer-events:none;transition:opacity .25s ease,transform .25s ease}.gd-toast.is-visible{opacity:1;transform:translateX(-50%) translateY(0);pointer-events:auto}.gd-wl-page{padding:80px 24px 60px;background:#fdfaf3;max-width:1240px;margin:0 auto}.gd-wl-page__head{text-align:center;max-width:720px;margin:0 auto 40px}.gd-wl-page__eyebrow{font-family:Inter,sans-serif;font-size:11px;letter-spacing:.22em;text-transform:uppercase;color:#8c6f42;font-weight:500;margin:0 0 18px}.gd-wl-page__title{font-family:'Cormorant Garamond',Georgia,serif;font-weight:400;font-size:clamp(40px, 5vw, 60px);line-height:1.04;color:#241d18;margin:0 0 18px}.gd-wl-page__title em{color:#8c6f42;font-style:italic}.gd-wl-page__title p{margin:0}.gd-wl-page__lede{font-family:'Cormorant Garamond',Georgia,serif;font-style:italic;font-size:clamp(15px, 1.3vw, 19px);line-height:1.55;color:#5a4c3f;max-width:600px;margin:0 auto}.gd-wl-signin-banner{background:#fbf7ef;border:1px solid rgba(140,111,66,.15);padding:32px 40px;margin:0 auto 48px;max-width:1100px}.gd-wl-signin-banner__inner{display:flex;align-items:center;justify-content:space-between;gap:40px;flex-wrap:wrap}.gd-wl-signin-banner__text{flex:1 1 380px;min-width:280px}.gd-wl-signin-banner__eyebrow{font-family:Inter,sans-serif;font-size:11px;letter-spacing:.22em;text-transform:uppercase;color:#8c6f42;font-weight:500;margin:0 0 10px}.gd-wl-signin-banner__title{font-family:'Cormorant Garamond',Georgia,serif;font-weight:400;font-size:24px;line-height:1.15;color:#1b1714;margin:0 0 8px}.gd-wl-signin-banner__lede{font-family:'Cormorant Garamond',Georgia,serif;font-style:italic;font-size:15px;line-height:1.55;color:#5a4c3f;margin:0}.gd-wl-signin-banner__actions{display:flex;gap:12px;flex-wrap:wrap;flex-shrink:0}.gd-wl-signin-banner__actions .gd-btn{white-space:nowrap}@media (max-width:768px){.gd-wl-signin-banner{padding:24px 20px;margin:0 0 32px}.gd-wl-signin-banner__inner{gap:20px;flex-direction:column;align-items:stretch;text-align:center}.gd-wl-signin-banner__title{font-size:20px}.gd-wl-signin-banner__lede{font-size:14px}.gd-wl-signin-banner__actions{flex-direction:column}.gd-wl-signin-banner__actions .gd-btn{width:100%}}.gd-wl-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px;max-width:1240px;margin:0 auto}@media (max-width:1024px){.gd-wl-grid{grid-template-columns:repeat(2,1fr);gap:16px}}@media (max-width:480px){.gd-wl-grid{gap:12px}}.gd-wl-card{position:relative}.gd-wl-card__image{display:block;aspect-ratio:4/5;overflow:hidden;background:#fbf6ec}.gd-wl-card__image img{width:100%;height:100%;object-fit:cover}.gd-wl-card__meta{padding:14px 0 0}.gd-wl-card__name{display:block;font-family:'Cormorant Garamond',Georgia,serif;font-size:18px;color:#1b1714;text-decoration:none;margin-bottom:6px}.gd-wl-card__price{font-size:13px;color:#3d332a;margin-bottom:12px}.gd-wl-card__actions{display:flex;gap:16px;align-items:center}.gd-wl-card__view{font-size:11px;letter-spacing:.22em;text-transform:uppercase;color:#1b1714;text-decoration:none;border-bottom:1px solid #8c6f42;padding-bottom:2px;font-weight:500}.gd-wl-card__remove{background:0 0;border:none;padding:0;color:#6b5d50;font-size:11px;letter-spacing:.12em;text-transform:uppercase;cursor:pointer;font-family:inherit}.gd-wl-card__remove:hover{color:#1b1714}.gd-wl-empty{grid-column:1/-1;text-align:center;padding:40px 20px 80px;max-width:520px;margin:0 auto}.gd-wl-empty__title{font-family:'Cormorant Garamond',Georgia,serif;font-size:28px;color:#1b1714;margin:0 0 12px}.gd-wl-empty__text{font-family:'Cormorant Garamond',Georgia,serif;font-style:italic;font-size:16px;color:#5a4c3f;margin:0 0 32px}.gd-wl-empty__browse{display:inline-block;font-size:11px;letter-spacing:.22em;text-transform:uppercase;color:#1b1714;text-decoration:none;border-bottom:1px solid #8c6f42;padding-bottom:3px;font-weight:500}.gd-wl-empty__browse:hover{color:#8c6f42}@media (max-width:768px){.gd-wl-page{padding:48px 20px 40px}.gd-wl-page__head{margin-bottom:28px}}.gd-no-scroll{overflow:hidden}
/* ===== gdecor-search ===== */
/*
Generated time: May 21, 2026 20:12
This file was created by the app developer. Feel free to contact the original developer with any questions. It was minified (compressed) by AVADA. AVADA do NOT own this script.
*/
.gd-search-trigger{display:inline-flex;align-items:center;gap:6px;background:0 0;border:0;cursor:pointer;color:inherit;font:inherit;padding:0;text-decoration:none}.gd-search-trigger svg{width:18px;height:18px}.gd-header-search-bar{display:inline-flex;align-items:center;gap:10px;width:340px;min-width:240px;max-width:100%;padding:11px 16px;background:#fbf7ef;border:1px solid rgba(140,111,66,.32);border-radius:0;cursor:pointer;text-align:left;font-family:inherit;transition:border-color 180ms ease,background 180ms ease}.gd-header-search-bar:hover{border-color:rgba(140,111,66,.6);background:#fcfaf3}.gd-header-search-bar:focus-visible{outline:2px solid #8C6F42;outline-offset:2px}.gd-header-search-bar__icon{width:16px;height:16px;color:#1b1714;flex:0 0 auto;opacity:.85}.gd-header-search-bar__text{flex:1;font:italic 400 14px/1 'Cormorant Garamond',Georgia,serif;color:#7b6e58;letter-spacing:.01em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.gd-header__bespoke{white-space:nowrap}@media (max-width:1280px) and (min-width:1025px){.gd-header-search-bar{width:280px}}@media (max-width:1024px){.gd-header-search-bar{display:none}}.gd-search-panel{position:fixed;inset:0;z-index:9999;visibility:hidden;opacity:0;pointer-events:none;transition:opacity .2s ease,visibility 0s .2s}.gd-search-panel[data-gd-search-open]{visibility:visible;opacity:1;pointer-events:auto;transition:opacity .2s ease}.gd-search-panel__scrim{position:absolute;inset:0;background:rgba(27,23,20,.42);backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px)}.gd-search-panel__inner{position:absolute;top:0;left:50%;transform:translateX(-50%) translateY(-10px);width:100%;max-width:720px;background:#fcfaf3;box-shadow:0 12px 40px rgba(27,23,20,.18);transition:transform 220ms cubic-bezier(.2, .7, .2, 1)}.gd-search-panel[data-gd-search-open] .gd-search-panel__inner{transform:translateX(-50%) translateY(0)}.gd-search-form{display:flex;align-items:center;gap:14px;padding:22px 28px;border-bottom:1px solid rgba(140,111,66,.18)}.gd-search-form__icon{width:22px;height:22px;color:#1b1714;flex:0 0 auto}.gd-search-form__input{flex:1;border:0;outline:0;background:0 0;font:400 18px/1.4 'Cormorant Garamond',Georgia,serif;letter-spacing:0;color:#1b1714;padding:4px 0;min-width:0}.gd-search-form__input::placeholder{color:#7b6e58;font-style:italic}.gd-search-form__input::-webkit-search-cancel-button{appearance:none}.gd-search-form__close{background:0 0;border:0;cursor:pointer;color:#1b1714;padding:6px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}.gd-search-form__close svg{width:18px;height:18px}.gd-search-form__close:hover{color:#8c6f42}.gd-search-results{padding:22px 28px 28px;max-height:calc(100vh - 140px);overflow-y:auto;-webkit-overflow-scrolling:touch}.gd-search-results__section{margin-bottom:28px}.gd-search-results__section:last-child{margin-bottom:0}.gd-search-results__eyebrow{font:500 11px/1 Inter,Helvetica,Arial,sans-serif;text-transform:uppercase;letter-spacing:.16em;color:#7b6e58;margin:0 0 14px 0}.gd-search-category-link{display:flex;align-items:center;gap:14px;padding:16px 18px;background:#f4ecdc;border:1px solid rgba(140,111,66,.35);text-decoration:none;color:#1b1714;transition:background 180ms ease,border-color 180ms ease}.gd-search-category-link:hover{background:#1b1714;color:#fcfaf3;border-color:#1b1714}.gd-search-category-link:hover .gd-search-category-link__arrow,.gd-search-category-link:hover .gd-search-category-link__icon{color:#fcfaf3}.gd-search-category-link__icon{width:22px;height:22px;color:#8c6f42;flex:0 0 auto}.gd-search-category-link__text{flex:1;font:400 16px/1.3 'Cormorant Garamond',Georgia,serif;letter-spacing:0}.gd-search-category-link__text em{font-style:italic;color:#8c6f42;font-weight:500}.gd-search-category-link:hover .gd-search-category-link__text em{color:#e8d4b0}.gd-search-category-link__arrow{width:16px;height:16px;color:#1b1714;flex:0 0 auto;transition:transform 180ms ease}.gd-search-category-link:hover .gd-search-category-link__arrow{transform:translateX(3px)}.gd-search-queries__list{list-style:none;margin:0;padding:0}.gd-search-queries__item{margin:0;border-bottom:1px solid rgba(140,111,66,.1)}.gd-search-queries__item:last-child{border-bottom:0}.gd-search-queries__link{display:flex;align-items:center;gap:10px;padding:10px 0;text-decoration:none;font:400 15px/1.4 'Cormorant Garamond',Georgia,serif;color:#1b1714}.gd-search-queries__link:hover{color:#8c6f42}.gd-search-queries__link svg{width:14px;height:14px;color:#7b6e58;flex:0 0 auto}.gd-search-queries__link mark{background:0 0;color:inherit;font-weight:600;font-style:italic}.gd-search-trending__list{display:flex;flex-wrap:wrap;gap:8px;list-style:none;margin:0;padding:0}.gd-search-trending__chip{display:inline-flex;align-items:center;gap:6px;padding:9px 14px;border:1px solid rgba(140,111,66,.3);background:0 0;text-decoration:none;font:400 13px/1 Inter,Helvetica,Arial,sans-serif;color:#1b1714;transition:background 150ms ease,color 150ms ease,border-color 150ms ease}.gd-search-trending__chip:hover{background:#1b1714;color:#fcfaf3;border-color:#1b1714}.gd-search-trending__chip svg{width:11px;height:11px;flex:0 0 auto}.gd-search-products__list{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin:0;padding:0}.gd-search-product{text-decoration:none;color:inherit;display:block}.gd-search-product__image{aspect-ratio:4/5;overflow:hidden;background:#f4ecdc;margin-bottom:10px}.gd-search-product__image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.gd-search-product:hover .gd-search-product__image img{transform:scale(1.03)}.gd-search-product__name{font:400 13px/1.35 Inter,Helvetica,Arial,sans-serif;color:#1b1714;margin:0 0 4px 0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.gd-search-product__price{font:400 12px/1 Inter,Helvetica,Arial,sans-serif;color:#7b6e58;margin:0}.gd-search-viewall{display:inline-block;margin-top:14px;font:500 11px/1 Inter,sans-serif;text-transform:uppercase;letter-spacing:.16em;color:#1b1714;text-decoration:none;border-bottom:1px solid #8c6f42;padding-bottom:4px}.gd-search-viewall:hover{color:#8c6f42}.gd-search-results__empty{padding:32px 0;text-align:center}.gd-search-results__empty-title{font:italic 400 18px/1.4 'Cormorant Garamond',Georgia,serif;color:#1b1714;margin:0 0 6px 0}.gd-search-results__empty-text{font:400 13px/1.5 Inter,sans-serif;color:#7b6e58;margin:0}.gd-search-results__loading{display:flex;justify-content:center;align-items:center;padding:40px 0}.gd-search-results__loading-dot{width:6px;height:6px;background:#8c6f42;border-radius:50%;margin:0 3px;animation:gd-search-bounce 1.4s infinite ease-in-out both}.gd-search-results__loading-dot:nth-child(2){animation-delay:.2s}.gd-search-results__loading-dot:nth-child(3){animation-delay:.4s}@keyframes gd-search-bounce{0%,100%,80%{transform:scale(.4);opacity:.4}40%{transform:scale(1);opacity:1}}body.gd-search-locked{overflow:hidden}button.gd-mob-drawer__search{display:flex!important;align-items:center;gap:12px;width:100%;padding:16px 22px;background:0 0;border:0;border-bottom:1px solid rgba(140,111,66,.18);cursor:pointer;text-align:left;font-family:inherit;flex-shrink:0}button.gd-mob-drawer__search .gd-mob-drawer__search-icon{position:static!important;transform:none!important;width:18px;height:18px;color:#7b6e58;flex:0 0 auto}button.gd-mob-drawer__search span{flex:1;font:italic 400 14px/1 'Cormorant Garamond',Georgia,serif;color:#7b6e58;letter-spacing:.02em}button.gd-mob-drawer__search:hover span{color:#1b1714}@media (max-width:768px){.gd-search-panel__scrim{display:none}.gd-search-panel__inner{max-width:100%;width:100%;height:100%;transform:translateX(-50%) translateY(-20px)}.gd-search-form{padding:16px 16px;gap:10px}.gd-search-form__input{font-size:16px}.gd-search-results{padding:18px 16px 24px;max-height:calc(100vh - 70px)}.gd-search-products__list{grid-template-columns:repeat(2,1fr);gap:12px}.gd-search-category-link{padding:14px 14px;gap:10px}.gd-search-category-link__text{font-size:15px}}.gd-search-page{padding:56px 0 80px;background:#fcfaf3;min-height:60vh}.gd-search-page__head{text-align:center;padding:0 32px;margin-bottom:32px}.gd-search-page__eyebrow{font:500 11px/1 Inter,Helvetica,Arial,sans-serif;text-transform:uppercase;letter-spacing:.18em;color:#7b6e58;margin:0 0 14px 0}.gd-search-page__title{font:400 36px/1.15 'Cormorant Garamond',Georgia,serif;color:#1b1714;margin:0 0 10px 0;letter-spacing:-.005em}.gd-search-page__title em{font-style:italic;color:#8c6f42}.gd-search-page__count{font:400 13px/1 Inter,Helvetica,Arial,sans-serif;color:#7b6e58;margin:0;letter-spacing:.04em}.gd-search-page__category-banner{display:flex;align-items:center;gap:16px;margin:0 32px 32px;padding:18px 24px;background:#f4ecdc;border:1px solid rgba(140,111,66,.35);text-decoration:none;color:#1b1714;transition:background 180ms ease,border-color 180ms ease}.gd-search-page__category-banner:hover{background:#1b1714;color:#fcfaf3;border-color:#1b1714}.gd-search-page__category-banner-eyebrow{font:500 11px/1 Inter,sans-serif;text-transform:uppercase;letter-spacing:.16em;color:#7b6e58;flex:0 0 auto;border-right:1px solid rgba(140,111,66,.4);padding-right:16px}.gd-search-page__category-banner:hover .gd-search-page__category-banner-eyebrow{color:rgba(252,250,243,.7);border-right-color:rgba(252,250,243,.25)}.gd-search-page__category-banner-title{flex:1;font:400 17px/1.3 'Cormorant Garamond',Georgia,serif;letter-spacing:0}.gd-search-page__category-banner-title em{font-style:italic;color:#8c6f42;font-weight:500}.gd-search-page__category-banner:hover .gd-search-page__category-banner-title em{color:#e8d4b0}.gd-search-page__category-banner-arrow{width:18px;height:18px;flex:0 0 auto;transition:transform 180ms ease}.gd-search-page__category-banner:hover .gd-search-page__category-banner-arrow{transform:translateX(4px)}.gd-search-page__toolbar{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px;padding:0 32px 16px;margin-bottom:28px;border-bottom:1px solid rgba(140,111,66,.2)}.gd-search-page__toolbar-left,.gd-search-page__toolbar-right{display:flex;align-items:center;gap:16px}.gd-search-page__filter-btn{background:0 0;border:1px solid rgba(140,111,66,.3);cursor:pointer;font:500 11px/1 Inter,sans-serif;letter-spacing:.14em;text-transform:uppercase;color:#1b1714;padding:10px 16px;display:inline-flex;align-items:center;gap:8px;transition:background 150ms ease,color 150ms ease}.gd-search-page__filter-btn:hover{background:#1b1714;color:#fcfaf3;border-color:#1b1714}.gd-search-page__filter-btn svg{width:14px;height:14px}.gd-search-page__filter-btn[data-active]{background:#1b1714;color:#fcfaf3}.gd-search-page__sort-select{background:0 0;border:1px solid rgba(140,111,66,.3);padding:9px 34px 9px 14px;font:400 12px/1 Inter,sans-serif;color:#1b1714;text-transform:uppercase;letter-spacing:.14em;appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231B1714' stroke-width='1.5'%3E%3Cpath d='M6 9l6 6 6-6' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center;background-size:12px;cursor:pointer;outline:0}.gd-search-page__sort-label{font:400 12px/1 Inter,sans-serif;color:#7b6e58;text-transform:uppercase;letter-spacing:.14em}.gd-search-page__active-filters{display:flex;flex-wrap:wrap;gap:8px;padding:0 32px;margin-bottom:20px}.gd-search-page__active-filter{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;background:rgba(140,111,66,.1);border:1px solid rgba(140,111,66,.25);font:400 12px/1 Inter,sans-serif;color:#1b1714;text-decoration:none}.gd-search-page__active-filter:hover{background:rgba(140,111,66,.18)}.gd-search-page__active-filter svg{width:10px;height:10px}.gd-search-page__clear-all{font:400 12px/1 Inter,sans-serif;color:#8c6f42;text-decoration:underline;text-underline-offset:3px;margin-left:8px;display:inline-flex;align-items:center}.gd-search-page__clear-all:hover{color:#1b1714}.gd-search-page__filter-drawer{background:#fbf7ef;padding:24px 32px;margin:0 32px 24px;border:1px solid rgba(140,111,66,.2);display:none}.gd-search-page__filter-drawer[data-open]{display:block}.gd-search-page__filter-group{margin-bottom:24px}.gd-search-page__filter-group:last-child{margin-bottom:0}.gd-search-page__filter-group-title{font:500 11px/1 Inter,sans-serif;text-transform:uppercase;letter-spacing:.16em;color:#1b1714;margin:0 0 12px 0}.gd-search-page__filter-options{display:flex;flex-wrap:wrap;gap:8px;list-style:none;margin:0;padding:0}.gd-search-page__filter-option{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border:1px solid rgba(140,111,66,.3);font:400 12px/1 Inter,sans-serif;color:#1b1714;text-decoration:none;transition:background 150ms ease,color 150ms ease,border-color 150ms ease}.gd-search-page__filter-option:hover{background:#1b1714;color:#fcfaf3;border-color:#1b1714}.gd-search-page__filter-option[data-active]{background:#1b1714;color:#fcfaf3;border-color:#1b1714}.gd-search-page__filter-count{font-size:10px;opacity:.7}.gd-search-page__price-range{display:flex;align-items:center;gap:12px;max-width:320px;flex-wrap:wrap}.gd-search-page__price-input{flex:1;min-width:90px;border:1px solid rgba(140,111,66,.3);background:0 0;padding:8px 10px;font:400 13px/1 Inter,sans-serif;color:#1b1714;outline:0}.gd-search-page__price-input:focus{border-color:#1b1714}.gd-search-page__price-sep{font:400 13px/1 Inter,sans-serif;color:#7b6e58}.gd-search-page__price-apply{background:#1b1714;color:#fcfaf3;border:0;padding:10px 18px;font:500 11px/1 Inter,sans-serif;text-transform:uppercase;letter-spacing:.14em;cursor:pointer}.gd-search-page__price-apply:hover{background:#2d2520}.gd-search-page__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px;padding:0 32px}.gd-search-page__empty{text-align:center;padding:80px 32px}.gd-search-page__empty-icon{width:48px;height:48px;margin:0 auto 16px;color:#8c6f42;opacity:.6}.gd-search-page__empty-title{font:400 24px/1.3 'Cormorant Garamond',Georgia,serif;color:#1b1714;margin:0 0 12px 0}.gd-search-page__empty-text{font:italic 400 16px/1.5 'Cormorant Garamond',Georgia,serif;color:#7b6e58;margin:0 auto 24px;max-width:420px}.gd-search-page__empty-suggestions{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin-top:24px}@media (max-width:1024px){.gd-search-page__head{padding:0 16px}.gd-search-page__toolbar{padding:0 16px 14px}.gd-search-page__grid{grid-template-columns:repeat(2,1fr);gap:16px;padding:0 16px}.gd-search-page__filter-drawer{margin:0 16px 20px;padding:18px 18px}.gd-search-page__active-filters{padding:0 16px}.gd-search-page__category-banner{margin:0 16px 24px;padding:14px 16px;gap:12px}.gd-search-page__category-banner-eyebrow{font-size:10px;padding-right:12px}.gd-search-page__category-banner-title{font-size:15px}}@media (max-width:480px){.gd-search-page{padding:40px 0 60px}.gd-search-page__title{font-size:26px}.gd-search-page__toolbar{flex-direction:row;justify-content:space-between;align-items:center;flex-wrap:wrap}.gd-search-page__toolbar-left,.gd-search-page__toolbar-right{gap:8px}.gd-search-page__filter-btn,.gd-search-page__sort-select{font-size:10px;padding:9px 12px}.gd-search-page__sort-label{display:none}.gd-search-page__grid{gap:12px}.gd-search-page__grid .gd-product__name{font-size:13px}.gd-search-page__grid .gd-product__price{font-size:12px}.gd-search-page__category-banner{flex-direction:column;align-items:flex-start;gap:8px}.gd-search-page__category-banner-eyebrow{border-right:0;padding-right:0}.gd-search-page__category-banner-arrow{align-self:flex-end}}
/* ===== gdecor-product-readmore ===== */
/*
Generated time: May 21, 2026 20:12
This file was created by the app developer. Feel free to contact the original developer with any questions. It was minified (compressed) by AVADA. AVADA do NOT own this script.
*/
.gd-product-readmore{position:relative}.gd-product-readmore__content{position:relative;overflow:hidden;max-height:220px;transition:max-height .6s cubic-bezier(.2, .7, .2, 1)}.gd-product-readmore.is-expanded .gd-product-readmore__content{max-height:6000px}.gd-product-readmore__content::after{content:'';position:absolute;left:0;right:0;bottom:0;height:72px;background:linear-gradient(180deg,rgba(252,250,243,0) 0,rgba(252,250,243,.85) 60%,#fcfaf3 100%);pointer-events:none;transition:opacity .3s ease}.gd-product-readmore.is-expanded .gd-product-readmore__content::after{opacity:0}.gd-product-readmore__toggle{display:inline-flex;align-items:center;gap:8px;margin-top:14px;padding:4px 0;font-family:Inter,Helvetica,Arial,sans-serif;font-size:11px;font-weight:500;line-height:1;letter-spacing:.22em;text-transform:uppercase;color:#1b1714;background:0 0;border:0;border-bottom:1px solid #8c6f42;border-radius:0;cursor:pointer;transition:color .2s ease,border-color .2s ease}.gd-product-readmore__toggle:hover{color:#8c6f42;border-bottom-color:#1b1714}.gd-product-readmore__toggle:focus-visible{outline:2px solid #8C6F42;outline-offset:4px}.gd-product-readmore__toggle-chev{font-family:'Cormorant Garamond',Georgia,serif;font-size:16px;line-height:1;color:#8c6f42;font-weight:400;margin-top:-2px}
