:root{--wf-color-sand: #f5efe8;--wf-color-gold: #c48c5d;--wf-border-gold-30: rgb(196 140 93 / .3);--wf-color-foreground: #000000;--wf-color-white: #ffffff;--wf-color-muted: #767676;--wf-color-surface-content: #000000;--wf-color-foreground-muted-alpha: rgb(0 0 0 / 40%);--wf-color-border-subtle: #ede9e4;--wf-color-surface-hover: #fafafa;--wf-space-5: .3125rem;--wf-space-16: 1rem;--wf-space-32: 2rem;--wf-radius-card: 0;--wf-radius-panel: .5rem;--wf-radius-subtle: .125rem;--wf-border-width: 1px;--wf-opacity-50: .5;--wf-opacity-75: .75;--wf-font-display: "Fortescue Pro Median", "Times New Roman", Times, serif;--wf-font-body: "ITC Avant Garde Gothic Pro", "Avant Garde", "Century Gothic", system-ui, sans-serif;--wf-text-h1-font-family: var(--wf-font-display);--wf-text-h1-font-size: 2.75rem;--wf-text-h1-line-height: 3.125rem;--wf-text-h1-font-weight: 300;--wf-text-h1-font-style: italic;--wf-text-h1-letter-spacing: .12em;--wf-text-h1-caps-font-family: var(--wf-font-display);--wf-text-h1-caps-font-size: 2.25rem;--wf-text-h1-caps-line-height: 3.125rem;--wf-text-h1-caps-font-weight: 300;--wf-text-h1-caps-font-style: italic;--wf-text-h1-caps-letter-spacing: .12em;--wf-text-h2-font-family: var(--wf-font-body);--wf-text-h2-font-size: 1rem;--wf-text-h2-line-height: 1.6875rem;--wf-text-h2-font-weight: 300;--wf-text-h2-font-style: normal;--wf-text-h2-letter-spacing: .08em;--wf-text-body-font-family: var(--wf-font-body);--wf-text-body-font-size: .875rem;--wf-text-body-line-height: 1.625rem;--wf-text-body-font-weight: 300;--wf-text-body-font-style: normal;--wf-text-body-letter-spacing: .1em;--wf-text-button-font-family: var(--wf-font-body);--wf-text-button-font-size: .6875rem;--wf-text-button-line-height: .6875rem;--wf-text-button-font-weight: 500;--wf-text-button-letter-spacing: .09625rem;--wf-btn-pad-y-filled: .875rem;--wf-btn-pad-x-filled: 2rem;--wf-btn-pad-y-ghost: .9375rem;--wf-btn-pad-x-ghost: 2.0625rem;--wf-btn-pad-y-line: .875rem;--wf-btn-pad-b-line: .9375rem}html{font-size:16px}@media screen and (min-width:2000px){html{font-size:20px}}html *{box-sizing:border-box}.wf-horizontal-rule{width:100%;margin:0}.wf-horizontal-rule__line{display:block;width:100%;height:0;margin:0;border:0;border-top:1px solid var(--wf-color-gold)}.wf-horizontal-rule__hint{margin:0 0 .5rem;font-family:var(--wf-font-body);font-size:.8125rem;line-height:1.4;color:var(--wf-color-muted)}.wf-btn{display:inline-block;box-sizing:border-box;margin:0;font-family:var(--wf-text-button-font-family);font-size:var(--wf-text-button-font-size);font-weight:var(--wf-text-button-font-weight);line-height:var(--wf-text-button-line-height);letter-spacing:var(--wf-text-button-letter-spacing);text-transform:uppercase;text-decoration:none;text-align:center;border-radius:0;cursor:pointer;transition:opacity .2s ease,background-color .2s ease,color .2s ease,border-color .2s ease,filter .2s ease}.wf-btn--gold{padding:var(--wf-btn-pad-y-filled) var(--wf-btn-pad-x-filled);border:var(--wf-border-width) solid var(--wf-color-gold);background-color:var(--wf-color-gold);color:var(--wf-color-white)}.wf-btn--black_ghost{padding:var(--wf-btn-pad-y-ghost) var(--wf-btn-pad-x-ghost);border:var(--wf-border-width) solid var(--wf-color-foreground);background-color:transparent;color:var(--wf-color-foreground)}.wf-btn--white{padding:var(--wf-btn-pad-y-filled) var(--wf-btn-pad-x-filled);border:var(--wf-border-width) solid transparent;background-color:var(--wf-color-white);color:var(--wf-color-foreground)}.wf-btn--black_line{padding:var(--wf-btn-pad-y-line) 0 var(--wf-btn-pad-b-line);border:none;border-bottom:var(--wf-border-width) solid var(--wf-color-foreground);border-radius:0;background-color:transparent;color:var(--wf-color-foreground)}.wf-btn--white_ghost{padding:var(--wf-btn-pad-y-ghost) var(--wf-btn-pad-x-ghost);border:var(--wf-border-width) solid var(--wf-color-white);background-color:transparent;color:var(--wf-color-white)}.wf-btn--white_line{padding:var(--wf-btn-pad-y-line) 0 var(--wf-btn-pad-b-line);border:none;border-bottom:var(--wf-border-width) solid var(--wf-color-white);border-radius:0;background-color:transparent;color:var(--wf-color-white)}.wf-btn-context--light .wf-btn--gold{color:var(--wf-color-foreground, #000000)}.wf-btn-context--light .wf-btn--white{border-color:var(--wf-color-border-subtle, #ede9e4)}.wf-btn-context--light .wf-btn--white_ghost{border-color:var(--wf-color-border-subtle, #ede9e4);color:var(--wf-color-foreground, #000000)}.wf-btn-context--light .wf-btn--white_line{border-bottom-color:var(--wf-color-muted, #767676);color:var(--wf-color-foreground, #000000)}@media screen and (min-width:750px){.wf-btn--gold:hover,.wf-btn--gold:focus-visible{opacity:.84}.wf-btn--black_ghost:hover,.wf-btn--black_ghost:focus-visible{border-color:var(--wf-color-gold);color:var(--wf-color-gold);opacity:.84}.wf-btn--white:hover,.wf-btn--white:focus-visible{border-color:var(--wf-color-foreground);color:var(--wf-color-foreground);background-color:var(--wf-color-white)}.wf-btn--black_line:hover,.wf-btn--black_line:focus-visible{opacity:.5}.wf-btn--white_ghost:hover,.wf-btn--white_ghost:focus-visible{opacity:.84}.wf-btn--white_line:hover,.wf-btn--white_line:focus-visible{opacity:.5}.wf-btn-context--light .wf-btn--gold:hover,.wf-btn-context--light .wf-btn--gold:focus-visible{opacity:1;filter:brightness(1.05)}.wf-btn-context--light .wf-btn--white_ghost:hover,.wf-btn-context--light .wf-btn--white_ghost:focus-visible{opacity:1;border-color:var(--wf-color-foreground, #000000);color:var(--wf-color-foreground, #000000)}.wf-btn-context--light .wf-btn--white_line:hover,.wf-btn-context--light .wf-btn--white_line:focus-visible{opacity:.88}}input[type=email]{width:100%;padding:.5rem 1rem;border-radius:0rem;border:1px solid #ede9e4;font-size:1rem;font-weight:300;line-height:1.625rem;letter-spacing:.1em}input[type=email]:focus{outline:none;border-color:var(--wf-color-gold)}input[type=email]::placeholder{color:#0006;font-size:1rem;font-weight:300;line-height:1.625rem;letter-spacing:.1em;text-transform:capitalize}body.display-men-only .display-all,body.display-men-only .display-men{display:block}body.display-men-only .display-women,body.display-men-only .display-neutral{display:none}body.display-women-only .display-all{display:block}body.display-women-only .display-men{display:none}body.display-women-only .display-women{display:block}body.display-women-only .display-neutral{display:none}body.display-neutral-only .display-all{display:block}body.display-neutral-only .display-men,body.display-neutral-only .display-women{display:none}body.display-neutral-only .display-neutral{display:block}body.display-men-only .webster-hero-section .display-all,body.display-men-only .webster-hero-section .display-men,body.display-women-only .webster-hero-section .display-all,body.display-women-only .webster-hero-section .display-women,body.display-neutral-only .webster-hero-section .display-all,body.display-neutral-only .webster-hero-section .display-neutral{display:flex}body.display-men-only [data-display-for]:not([data-display-for~=men]),body.display-women-only [data-display-for]:not([data-display-for~=women]),body.display-neutral-only [data-display-for]:not([data-display-for~=neutral]){display:none!important}body.design-mode .display-men,body.design-mode .display-women,body.design-mode .display-neutral,body.design-mode .display-all{display:block}body.design-mode .webster-hero-section .display-men,body.design-mode .webster-hero-section .display-women,body.design-mode .webster-hero-section .display-neutral,body.design-mode .webster-hero-section .display-all{display:flex}body.design-mode [data-display-for]{display:revert!important}.wf-product-card{position:relative}.wf-product-card .product-card__link{top:0;right:0;bottom:0;left:0;z-index:1}.wf-product-card__wishlist{position:absolute;top:.75rem;right:.75rem;z-index:2;display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;padding:0;margin:0;border:none;border-radius:var(--wf-radius-subtle, .125rem);background:transparent;color:var(--wf-color-foreground, #000);cursor:pointer}.wf-product-card__wishlist:focus-visible{outline:2px solid var(--wf-color-gold, #c48c5d);outline-offset:2px}.wf-product-card__wishlist-icon{display:block}.wf-product-card__stack{display:flex;flex-direction:column}.wf-product-card__stack>.card-gallery,.wf-product-card__stack>.product-grid-view-zoom-out--details{order:1}.wf-product-card__stack>.wf-product-card__vendor{order:2}.wf-product-card__stack>*:not(.card-gallery):not(.wf-product-card__vendor):not(.product-grid-view-zoom-out--details){order:3}.wf-product-card__vendor{margin:0;font-family:var(--wf-text-button-font-family, var(--wf-font-body));font-size:var(--wf-text-button-font-size, .6875rem);line-height:var(--wf-text-button-line-height, .6875rem);font-weight:var(--wf-text-button-font-weight, 500);letter-spacing:var(--wf-text-button-letter-spacing, .09625rem);text-transform:uppercase;color:var(--wf-color-gold, #c48c5d)}@media screen and (min-width:750px){.wf-product-card__stack>.wf-product-card__vendor,.wf-product-card__stack>*:not(.card-gallery):not(.wf-product-card__vendor):not(.product-grid-view-zoom-out--details){opacity:0;transition:opacity .2s ease}.wf-product-card:is(:hover,:focus-within) .wf-product-card__stack>.wf-product-card__vendor,.wf-product-card:is(:hover,:focus-within) .wf-product-card__stack>*:not(.card-gallery):not(.wf-product-card__vendor):not(.product-grid-view-zoom-out--details){opacity:1}}.wf-product-card--aspect-portrait .card-gallery{--gallery-aspect-ratio: 4 / 5 !important}.wf-product-card--aspect-square .card-gallery{--gallery-aspect-ratio: 1 !important}.wf-webster-product-card{position:relative;display:flex;flex-direction:column;width:100%;background-color:var(--wf-color-white);box-sizing:border-box}.wf-webster-product-card__link{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.wf-webster-product-card__media{position:relative;z-index:0;width:100%}.wf-webster-product-card__media-inner{position:relative;width:100%;overflow:hidden;background-color:#f0eeeb}.wf-webster-product-card--aspect-portrait .wf-webster-product-card__media-inner{aspect-ratio:3 / 4}.wf-webster-product-card--aspect-square .wf-webster-product-card__media-inner{aspect-ratio:1}.wf-webster-product-card__img-stack{position:relative;width:100%;height:100%;min-height:0}.wf-webster-product-card__img--secondary{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity .25s ease;pointer-events:none;z-index:1}.wf-webster-product-card--has-secondary:hover .wf-webster-product-card__img--secondary{opacity:1;z-index:2}@media(prefers-reduced-motion:reduce){.wf-webster-product-card__img--secondary{display:none}}.wf-webster-product-card__img{display:block;width:100%;height:100%;object-fit:cover;object-position:center}.wf-webster-product-card__placeholder-fill{width:100%;height:100%;min-height:100%;background-color:#0000000f}.wf-webster-product-card__badges{position:absolute;z-index:3;top:.9375rem;left:.9375rem;display:flex;flex-wrap:wrap;align-items:flex-start;gap:.375rem;max-width:calc(100% - 2rem);box-sizing:border-box;pointer-events:none;list-style:none;margin:0;padding:0}.wf-webster-product-card__badge{display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;min-height:23px;padding:.275rem .642rem;border:1px solid var(--wf-color-gold, #c48c5d);border-radius:0;background:transparent;color:var(--wf-color-gold, #c48c5d);font-family:var(--wf-font-body);font-size:.875rem;font-weight:300;line-height:1rem;letter-spacing:.0525rem;text-transform:uppercase;white-space:nowrap}.wf-webster-product-card__badge--inverse{border-color:#000;color:#000}.wf-webster-product-card__wishlist{position:absolute;top:.375rem;right:.375rem;z-index:2;display:flex;align-items:center;justify-content:center;width:1rem;height:1rem;padding:0;margin:0;border:none;background:transparent;color:var(--wf-color-foreground);cursor:pointer}.wf-webster-product-card__wishlist-icon{display:block;width:100%;height:100%}.wf-webster-product-card__body{display:flex;flex-direction:column;gap:.375rem;align-items:flex-start;width:100%;padding:.25rem .3125rem;box-sizing:border-box}.wf-webster-product-card__vendor{margin:0;max-width:100%;font-family:var(--wf-font-body);font-size:.875rem;font-weight:300;line-height:1rem;letter-spacing:.0525rem;text-transform:uppercase;color:var(--wf-color-gold)}.wf-webster-product-card__title{margin:0;max-width:100%;font-family:var(--wf-font-body);font-size:.875rem;font-weight:300;line-height:.875rem;letter-spacing:.0875rem;color:var(--wf-color-foreground);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wf-webster-product-card__price-row{display:flex;flex-wrap:wrap;align-items:baseline;gap:.375rem;padding-top:.125rem}.wf-webster-product-card__price{margin:0;font-family:var(--wf-font-body);font-size:.875rem;font-weight:300;line-height:.875rem;letter-spacing:.0875rem;color:var(--wf-color-foreground)}.wf-webster-product-card__price--sale{color:var(--wf-color-foreground)}.wf-webster-product-card__price-compare{font-family:var(--wf-font-body);font-size:.75rem;font-weight:300;letter-spacing:.075rem;color:var(--wf-color-muted);text-decoration:line-through}.wf-webster-product-card__skeleton{border-radius:2px;background:#00000014}.wf-webster-product-card__skeleton--vendor{width:40%;height:.875rem}.wf-webster-product-card__skeleton--title{width:85%;height:.875rem}.wf-webster-product-card__skeleton--price{width:30%;height:.875rem}.gender_heading{font-family:var(--wf-text-h1-font-family);font-size:.75rem;font-weight:var(--wf-text-h1-font-weight);font-style:var(--wf-text-h1-font-style);line-height:var(--wf-text-h1-line-height);letter-spacing:var(--wf-text-h1-letter-spacing);text-transform:capitalize;color:red;text-align:left;position:absolute;top:16px;right:16px;opacity:.8;z-index:100}section{position:relative;z-index:1}balance-header-panel:hover{cursor:pointer}balance-header-panel:hover aside{cursor:auto}
/*# sourceMappingURL=/cdn/shop/t/2/assets/styles.css.map */
