.custom-designer-hero{position:relative}.custom-designer-hero__image-wrap{position:relative;line-height:0}.custom-designer-hero__img{display:block;width:100%;height:auto}.custom-designer-hero__desktop{display:none;position:relative}@media screen and (min-width:750px){.custom-designer-hero__desktop{display:block}.custom-designer-hero__mobile{display:none}}.custom-designer-hero__scrim{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(to right,rgba(0,0,0,var(--dh-scrim-opacity, .55)) 0%,rgba(0,0,0,calc(var(--dh-scrim-opacity, .55) * .6)) 35%,transparent 65%);pointer-events:none}.custom-designer-hero__overlay-text{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;display:flex;align-items:flex-end;pointer-events:none}.custom-designer-hero__overlay-text .custom-designer-hero__text-inner{max-width:var(--dh-text-max-width, 52%);padding:var(--dh-padding-top, 40px) 0 var(--dh-padding-bottom, 40px);color:#fff;pointer-events:auto}.custom-designer-hero__desktop{background:rgb(var(--color-background-rgb, 30 30 30))}.custom-designer-hero__mobile{display:block}@media screen and (min-width:750px){.custom-designer-hero__mobile{display:none}}.custom-designer-hero__stacked-text{padding:24px 1rem 32px;background:rgb(var(--color-background-rgb, 255 255 255))}.custom-designer-hero__title{margin:0 0 .4em;font-family:var(--font-heading--family, var(--font-primary--family));font-size:clamp(1.75rem,3.5vw,3rem);line-height:1.15;letter-spacing:-.01em}.custom-designer-hero__description{margin:0;font-family:var(--font-body--family);font-size:clamp(.9375rem,1.15vw,1.0625rem);line-height:1.6;max-width:52ch}.custom-designer-hero__description>*{margin-block:0}.custom-designer-hero--placeholder{background:rgb(var(--color-background-2-rgb, 245 245 245))}.custom-designer-hero__fallback{padding:48px 0}@media screen and (min-width:750px){.custom-designer-hero__desktop{position:relative;overflow:visible}.custom-designer-hero__overlay-text{position:absolute;min-height:100%}}.custom-designer-card-grid{padding-block-start:var(--dcg-padding-top, 0);padding-block-end:var(--dcg-padding-bottom, 48px)}.custom-designer-card-grid__inner{display:grid;grid-template-columns:repeat(var(--dcg-columns-desktop, 3),1fr);gap:var(--dcg-gap, 24px)}.custom-designer-card-grid__inner>.custom-designer-card:only-child{max-width:480px}.custom-designer-card{display:flex;flex-direction:column;text-decoration:none;color:inherit;border-radius:8px;overflow:hidden;background:rgb(var(--color-background-rgb, 255 255 255));border:1px solid rgb(var(--color-border-rgb, 0 0 0) / .08);transition:transform .25s ease,box-shadow .25s ease}.custom-designer-card:hover{transform:translateY(-3px);box-shadow:0 8px 24px #0000001a}.custom-designer-card__image-wrap{position:relative;overflow:hidden}.custom-designer-card__image-wrap--landscape{aspect-ratio:16 / 10}.custom-designer-card__image-wrap--square{aspect-ratio:1 / 1}.custom-designer-card__image-wrap--portrait{aspect-ratio:3 / 4}.custom-designer-card__image{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.custom-designer-card:hover .custom-designer-card__image{transform:scale(1.04)}.custom-designer-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgb(0 0 0 / .15),transparent 50%);pointer-events:none}.custom-designer-card__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:rgb(var(--color-background-2-rgb, 245 245 245))}.custom-designer-card__placeholder-svg{width:50%;height:auto;opacity:.35}.custom-designer-card__body{padding:20px;display:flex;flex-direction:column;gap:8px;flex:1}.custom-designer-card__eyebrow{display:inline-block;margin-bottom:4px;font-family:var(--font-body--family);font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:rgb(var(--color-foreground-rgb, 0 0 0) / .5)}.custom-designer-card__title{margin:0;font-family:var(--font-heading--family, var(--font-primary--family));font-size:clamp(1.125rem,1.5vw,1.375rem);line-height:1.25;letter-spacing:-.005em}.custom-designer-card__blurb{margin:0;font-family:var(--font-body--family);font-size:.9375rem;line-height:1.55;color:rgb(var(--color-foreground-rgb, 0 0 0) / .7);flex:1}.custom-designer-card__cta{display:inline-block;margin-top:4px;font-family:var(--font-body--family);font-size:.875rem;font-weight:500;color:rgb(var(--color-foreground-rgb, 0 0 0));transition:opacity .2s ease}.custom-designer-card:hover .custom-designer-card__cta{opacity:.7}.custom-designer-card-grid__empty{grid-column:1 / -1;text-align:center;padding:64px 20px;color:rgb(var(--color-foreground-rgb, 0 0 0) / .5);font-family:var(--font-body--family);font-size:1rem}.custom-designer-card-grid__heading{margin-bottom:24px}.custom-designer-card-grid__heading h2{margin:0;font-family:var(--font-heading--family, var(--font-primary--family));font-size:clamp(1.5rem,2.5vw,1.875rem);font-weight:600;color:inherit}.custom-designer-card__chip{display:inline-block;margin-top:4px;padding:2px 10px;font-family:var(--font-body--family);font-size:.75rem;font-weight:500;color:rgb(var(--color-foreground-rgb, 0 0 0) / .55);background:rgb(var(--color-foreground-rgb, 0 0 0) / .06);border-radius:12px}@media screen and (min-width:750px)and (max-width:989px){.custom-designer-card-grid__inner{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:749px){.custom-designer-card-grid__inner{grid-template-columns:repeat(var(--dcg-columns-mobile, 1),1fr)}}.custom-unified-hero{position:relative;width:100%;overflow:hidden}.custom-unified-hero__desktop{position:relative}.custom-unified-hero__media{line-height:0}.custom-unified-hero__img{width:100%;height:auto;display:block}.custom-unified-hero__scrim{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none}@media screen and (min-width:750px){.custom-unified-hero__scrim{background:linear-gradient(to right,rgba(250,248,244,.92) 0%,rgba(250,248,244,.75) 25%,rgba(250,248,244,.3) 45%,transparent 60%)}}@media screen and (max-width:749px){.custom-unified-hero__scrim{background:linear-gradient(to top,rgba(250,248,244,.95) 0%,rgba(250,248,244,.7) 35%,rgba(250,248,244,.2) 55%,transparent 70%)}}.custom-unified-hero__content{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;display:flex;align-items:flex-end;padding:48px 40px}@media screen and (min-width:750px){.custom-unified-hero__content{align-items:center;padding:64px 56px}}.custom-unified-hero__content-inner{max-width:44%}@media screen and (max-width:749px){.custom-unified-hero__content-inner{max-width:100%}}.custom-unified-hero__headline{margin:0 0 16px;font-family:var(--font-heading--family, var(--font-primary--family));font-weight:700;font-size:clamp(1.625rem,4vw,3.5rem);line-height:1.12;color:#283048}.custom-unified-hero__subline{margin:0 0 24px;font-family:var(--font-body--family);font-size:clamp(.875rem,1.2vw,1.125rem);line-height:1.55;color:#283048;opacity:.85}.custom-unified-hero__cta{display:inline-block}.custom-mixed-feed{padding:48px 0}.custom-mixed-feed__header{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:28px}.custom-mixed-feed__header-left{flex:1 1 auto;min-width:200px}.custom-mixed-feed__heading{margin:0;font-family:var(--font-heading--family, var(--font-primary--family));font-size:clamp(1.375rem,2.5vw,1.75rem);font-weight:600;line-height:1.2;color:inherit}.custom-mixed-feed__subheading{margin:4px 0 0;font-family:var(--font-body--family);font-size:.9375rem;line-height:1.45;color:rgb(var(--color-foreground-rgb, 0 0 0) / .55)}.custom-mixed-feed__header-right{display:flex;align-items:center;gap:16px;flex-shrink:0}.custom-mixed-feed__search{display:flex;align-items:center;border:1px solid rgb(var(--color-foreground-rgb, 0 0 0) / .15);border-radius:24px;overflow:hidden;background:rgb(var(--color-foreground-rgb, 0 0 0) / .03);transition:border-color .2s ease,box-shadow .2s ease}.custom-mixed-feed__search:focus-within{border-color:rgb(var(--color-foreground-rgb, 0 0 0) / .4);box-shadow:0 0 0 2px rgb(var(--color-foreground-rgb, 0 0 0) / .06)}.custom-mixed-feed__search-input{border:none;background:transparent;padding:8px 14px;font-family:var(--font-body--family);font-size:.875rem;line-height:1.4;color:inherit;width:200px;outline:none}.custom-mixed-feed__search-input::placeholder{color:rgb(var(--color-foreground-rgb, 0 0 0) / .4)}.custom-mixed-feed__search-btn{display:flex;align-items:center;justify-content:center;border:none;background:transparent;padding:8px 12px;cursor:pointer;color:rgb(var(--color-foreground-rgb, 0 0 0) / .5);transition:color .15s}.custom-mixed-feed__search-btn:hover{color:rgb(var(--color-foreground-rgb, 0 0 0) / .8)}.custom-mixed-feed__viewall{font-family:var(--font-body--family);font-size:.875rem;font-weight:500;text-decoration:underline;text-underline-offset:3px;white-space:nowrap}.custom-mixed-feed__grid{display:grid;grid-template-columns:repeat(var(--mf-columns, 4),1fr);gap:var(--mf-gap, 16px)}.custom-mixed-feed__card{min-width:0}.custom-mixed-feed__card-link{display:block;text-decoration:none;color:inherit}.custom-mixed-feed__card-image-wrap{position:relative;aspect-ratio:1 / 1;overflow:hidden;border-radius:8px;background:rgb(var(--color-foreground-rgb, 0 0 0) / .04)}.custom-mixed-feed__card-image{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.custom-mixed-feed__card-link:hover .custom-mixed-feed__card-image{transform:scale(1.04)}.custom-mixed-feed__card-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:rgb(var(--color-foreground-rgb, 0 0 0) / .15)}.custom-mixed-feed__card-info{padding:8px 2px 0}.custom-mixed-feed__card-title{margin:0;font-family:var(--font-body--family);font-size:.9375rem;font-weight:400;line-height:1.35;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.custom-mixed-feed__card-price{margin:2px 0 0;font-family:var(--font-body--family);font-size:.9375rem;font-weight:600;line-height:1.35}@media screen and (min-width:750px)and (max-width:989px){.custom-mixed-feed__grid{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:749px){.custom-mixed-feed__grid{grid-template-columns:repeat(var(--mf-columns-mobile, 2),1fr)}.custom-mixed-feed__header{flex-direction:column;align-items:flex-start}.custom-mixed-feed__header-right{width:100%}.custom-mixed-feed__search{flex:1}.custom-mixed-feed__search-input{width:100%}}@media screen and (min-width:990px){.mega-menu__list .mega-menu__column>div{position:relative}.mega-menu__list .mega-menu__column>div>ul.list-unstyled{max-height:0;overflow:hidden;opacity:0;transition:max-height .25s ease,opacity .2s ease;pointer-events:none}.mega-menu__list .mega-menu__column>div:hover>ul.list-unstyled,.mega-menu__list .mega-menu__column>div:focus-within>ul.list-unstyled{max-height:500px;opacity:1;pointer-events:auto}.mega-menu__link--parent:after{content:"";display:inline-block;width:5px;height:5px;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:rotate(45deg);margin-left:6px;margin-bottom:2px;opacity:.5;transition:transform .2s ease,opacity .15s}.mega-menu__column>div:hover .mega-menu__link--parent:after,.mega-menu__column>div:focus-within .mega-menu__link--parent:after{transform:rotate(-135deg);opacity:.8}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/custom.css.map */
