@keyframes rotate360{100%{transform:rotate(360deg)}}@keyframes exist{100%{width:1rem;height:1rem}}@keyframes appear{0%{opacity:0}100%{opacity:1}}.dfd-fullscreen{--dfd-searchbox-height: 48px;--dfd-fullscreen-gap-x: 24px;--dfd-fullscreen-gap-y: 16px;--dfd-fullscreen-padding-y: 32px;--dfd-fullscreen-padding-x: 48px;position:fixed;top:0;right:0;bottom:0;left:0;z-index:2147483500;overflow:hidden}.dfd-fullscreen .dfd-layer{position:relative;display:grid;grid-template-rows:min-content min-content 1fr min-content min-content;grid-template-columns:1fr;grid-template-areas:"dfd-header" "dfd-before-content" "dfd-content" "dfd-after-content" "dfd-footer";grid-gap:var(--dfd-fullscreen-gap-y) var(--dfd-fullscreen-gap-x);gap:var(--dfd-fullscreen-gap-y) var(--dfd-fullscreen-gap-x);width:100%;padding:0;margin:0;background-color:var(--df-neutral-background, hsl(204, 2%, 100%));transition:max-height var(--df-layer-animation-duration) cubic-bezier(0.25, 0.46, 0.45, 0.94),padding var(--df-layer-animation-duration) cubic-bezier(0.25, 0.46, 0.45, 0.94);max-height:0;overflow:hidden}.dfd-fullscreen .dfd-layer>.dfd-header{grid-area:dfd-header}.dfd-fullscreen .dfd-layer>.dfd-before-content{grid-area:dfd-before-content}.dfd-fullscreen .dfd-layer>.dfd-tabs,.dfd-fullscreen .dfd-layer>.dfd-initial-content,.dfd-fullscreen .dfd-layer>.dfd-fallback-content,.dfd-fullscreen .dfd-layer>.dfd-content{grid-area:dfd-content}.dfd-fullscreen .dfd-layer>.dfd-footer{grid-area:dfd-footer}.dfd-fullscreen.dfd-animate .dfd-layer{max-height:100%;overflow-y:auto}.dfd-fullscreen .dfd-header{display:grid;grid-template-columns:min-content 1fr min-content;grid-gap:12px;gap:12px;align-items:end;padding:var(--dfd-fullscreen-padding-y) var(--dfd-fullscreen-padding-x) 0}.dfd-fullscreen .dfd-header .dfd-searchbox{grid-column:1/span 2}.dfd-fullscreen .dfd-header .dfd-logo+.dfd-searchbox{grid-column:2}.dfd-fullscreen .dfd-header .dfd-close-button{--dfd-close-button-weight: 3px;--dfd-close-button-scale: 90%;grid-column:3;align-self:center}.dfd-fullscreen .dfd-logo{all:revert;min-width:var(--dfd-searchbox-height);max-width:calc(var(--dfd-searchbox-height)*3);max-height:var(--dfd-searchbox-height);align-self:center;cursor:pointer}.dfd-header .dfd-fullscreen .dfd-logo{grid-column:1}.dfd-fullscreen .dfd-searchbox{border-bottom:1px solid var(--df-accent-primary, hsl(217, 95%, 52%))}.dfd-fullscreen .dfd-suggestions{display:flex;flex-flow:row wrap;align-items:center;align-content:space-between;padding:0;grid-gap:8px;gap:8px}.dfd-fullscreen .dfd-suggestions .dfd-title-sm{color:var(--df-neutral-medium-contrast, hsl(204, 2%, 46%))}.dfd-fullscreen .dfd-header .dfd-suggestions{grid-column:1/span 2}@media(min-width: 992px){.dfd-fullscreen .dfd-header .dfd-logo~.dfd-suggestions{grid-column:2}}.dfd-fullscreen .dfd-before-content{position:relative}.dfd-fullscreen .dfd-initial-content,.dfd-fullscreen .dfd-fallback-content,.dfd-fullscreen .dfd-content{display:flex;flex-flow:row nowrap;align-items:flex-start;justify-content:space-between;padding-left:var(--dfd-fullscreen-padding-x);padding-right:var(--dfd-fullscreen-padding-x);position:relative;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain}.dfd-fullscreen .dfd-fallback-content{flex-direction:column;justify-content:flex-start;align-items:stretch}.dfd-fullscreen .dfd-initial-content{flex-wrap:wrap;align-items:stretch}@media(min-width: 992px){.dfd-fullscreen .dfd-initial-content{flex-wrap:nowrap}}.dfd-fullscreen .dfd-footer{display:flex;justify-content:flex-end;padding:0 var(--dfd-fullscreen-padding-x) var(--dfd-fullscreen-padding-y)}.dfd-fullscreen .dfd-branding{margin-left:auto}.dfd-fullscreen .dfd-alt-branding{margin-inline-start:auto;margin-inline-end:4px}.dfd-fullscreen .dfd-recommended-products{width:100%;overflow:hidden;padding-bottom:0;background:none}.dfd-fullscreen .dfd-recommended-products .dfd-title-lg{margin-bottom:8px;margin-left:40px}.dfd-fullscreen .dfd-recommended-products .dfd-carousel{margin-left:-8px;margin-right:-8px}.dfd-fullscreen .dfd-popular-searches{flex:1 0 auto}.dfd-fullscreen .dfd-initial-content .dfd-popular-searches{background:var(--df-neutral-surface, hsl(204, 2%, 100%))}.dfd-fullscreen .dfd-initial-content .dfd-popular-searches .dfd-title-lg{margin-bottom:8px}.dfd-fullscreen .dfd-initial-content .dfd-recommended-products{align-self:flex-start}@media(min-width: 992px){.dfd-fullscreen .dfd-initial-content .dfd-recommended-products{width:auto}}@media(min-width: 992px){.dfd-fullscreen .dfd-initial-content .dfd-popular-searches:not([hidden])+.dfd-recommended-products{margin-left:var(--dfd-fullscreen-gap-x)}}.dfd-fullscreen[data-dfd-screen=fullscreen],.dfd-fullscreen[data-dfd-screen=fullscreen] .dfd-layer:not(.dfd-is-empty){height:100% !important}.dfd-fullscreen[data-dfd-screen=fullscreen-brand-categories]{height:auto !important}.dfd-fullscreen[data-dfd-screen=fullscreen-brand-categories] .dfd-initial-content{display:grid;grid-template-columns:minmax(256px, max-content) 3fr;grid-template-rows:1fr;grid-template-areas:"dfd-filters dfd-products";grid-gap:var(--dfd-fullscreen-gap-y) var(--dfd-fullscreen-gap-x);gap:var(--dfd-fullscreen-gap-y) var(--dfd-fullscreen-gap-x);overflow-x:hidden;overflow-y:auto}.dfd-fullscreen[data-dfd-screen=fullscreen-brand-categories] .dfd-initial-content:has(.dfd-bc-aside){grid-template-rows:1fr;grid-template-areas:"dfd-filters dfd-products"}.dfd-fullscreen[data-dfd-screen=fullscreen-brand-categories] .dfd-fallback-content{overflow:hidden}.dfd-fullscreen[data-dfd-screen=fullscreen-brand-categories] .dfd-bc-aside{grid-area:dfd-filters;display:flex;flex-direction:column;row-gap:20px;overflow-y:auto}.dfd-fullscreen[data-dfd-screen=fullscreen-brand-categories] .dfd-products{grid-area:dfd-products;width:100%;overflow:hidden;align-self:flex-start;background:none}.dfd-fullscreen[data-dfd-screen=fullscreen-brand-categories] .dfd-products .dfd-title-lg{display:flex;margin-left:40px;margin-right:32px}.dfd-fullscreen[data-dfd-screen=fullscreen-brand-categories] .dfd-products .dfd-title-lg button{margin-left:auto}.dfd-fullscreen[data-dfd-screen=fullscreen-brand-categories] .dfd-products .dfd-carousel{margin-left:-8px;margin-right:-8px}.dfd-fullscreen[data-dfd-screen=fullscreen-brand-categories] .dfd-products .dfd-title-lg{margin-bottom:8px}.dfd-fullscreen .dfd-tabs-nav{padding-right:var(--dfd-fullscreen-padding-x);padding-left:var(--dfd-fullscreen-padding-x);margin-bottom:var(--dfd-fullscreen-padding-x)}.dfd-fullscreen .dfd-aside{flex:0 0 auto;margin:0 var(--dfd-fullscreen-gap-x) 48px 0;width:280px;background-color:var(--df-neutral-surface, hsl(204, 2%, 100%))}@media(min-width: 992px){.dfd-fullscreen .dfd-aside{width:320px}}@media(min-width: 1200px){.dfd-fullscreen .dfd-aside{width:360px}}.dfd-fullscreen .dfd-aside-header{margin-bottom:calc(var(--dfd-fullscreen-gap-y)*1.5)}.dfd-fullscreen .dfd-results{flex:1 1 auto;position:relative}.dfd-fullscreen .dfd-meta{position:relative;z-index:2;flex-wrap:wrap;margin:0 0 calc(var(--dfd-fullscreen-gap-y)*1.5);background-color:var(--df-neutral-surface, hsl(204, 2%, 100%))}@media(min-width: 992px){.dfd-fullscreen .dfd-meta{flex-wrap:nowrap}}.dfd-fullscreen .dfd-meta-sort-btn{flex:0 0 auto}.dfd-fullscreen .dfd-banner{text-align:center;margin-bottom:var(--dfd-fullscreen-gap-x)}.dfd-fullscreen button[data-dfd-role=back-to-top]{position:fixed;bottom:72px;right:32px;z-index:2}@media(min-width: 992px){.dfd-fullscreen button[data-dfd-role=back-to-top]{right:40px}}.dfd-fullscreen .dfd-guided-filters{margin:0 48px 32px 48px;filter:drop-shadow(0 4px 8px rgba(0, 0, 0, 0.05));border-radius:8px}.dfd-fashion-theme{--dfd-fashion-searchbox-width: 480px}.dfd-fashion-theme .dfd-results-grid{grid-template-columns:repeat(2, minmax(245px, 1fr));column-gap:2px;row-gap:24px}@media(min-width: 986px){.dfd-fashion-theme .dfd-results-grid{grid-template-columns:repeat(4, minmax(245px, 1fr))}}.dfd-fashion-theme .dfd-fashion-card__footer{height:104px;box-sizing:border-box;overflow:hidden}@media(min-width: 829px){.dfd-fashion-theme .dfd-fashion-card__footer{height:82px}}.dfd-fashion-theme .dfd-fashion-filter-sort-button{--dfd-btn-font-family: Roboto, sans-serif;--dfd-btn-font-size: 14px;--dfd-btn-font-weight: 500;--dfd-btn-height: auto;--dfd-btn-width: auto;--dfd-btn-color: #252526;gap:8px;line-height:20px;font-variation-settings:"wdth" 100;border:none;border-bottom:1px solid rgba(0,0,0,0);border-radius:0;padding:0 0 2px}.dfd-fashion-theme .dfd-fashion-filter-sort-button::before{display:none}.dfd-fashion-theme .dfd-fashion-filter-sort-button:hover,.dfd-fashion-theme .dfd-fashion-filter-sort-button:focus,.dfd-fashion-theme .dfd-fashion-filter-sort-button:active{opacity:1;border-bottom-color:#252526}.dfd-fashion-theme .dfd-content{margin:0;padding:0}.dfd-fashion-theme .dfd-meta{padding-left:32px;padding-right:32px}.dfd-fashion-theme .dfd-meta>div:first-child{font-family:Roboto,sans-serif;font-size:14px;line-height:22px;font-variation-settings:"wdth" 100;color:#8c8c91}.dfd-fashion-theme .dfd-meta>div:first-child strong{color:#252526;font-weight:bold;font-variation-settings:"wdth" 100}.dfd-fashion-theme .dfd-fashion-filters-overlay{position:absolute;inset:0;z-index:10;display:flex;justify-content:flex-end}.dfd-fashion-theme .dfd-fashion-filters-overlay.dfd-is-closed{pointer-events:none}.dfd-fashion-theme .dfd-fashion-filters-overlay.dfd-is-closed .dfd-fashion-filters-overlay__backdrop{opacity:0;visibility:hidden}.dfd-fashion-theme .dfd-fashion-filters-overlay.dfd-is-closed .dfd-fashion-filters-overlay__panel{transform:translateX(100%)}.dfd-fashion-theme .dfd-fashion-filters-overlay__backdrop{position:absolute;inset:0;background:rgba(37,37,38,.4);opacity:1;transition:opacity .25s ease,visibility .25s ease;cursor:pointer}.dfd-fashion-theme .dfd-fashion-filters-overlay__panel{position:relative;width:500px;height:100%;background:#fff;box-shadow:0px 4px 34px 0px rgba(37,37,38,.4);overflow-y:auto;transform:translateX(0);transition:transform .3s ease;padding:35px}.dfd-fashion-theme .dfd-fashion-filters-overlay__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:60px}.dfd-fashion-theme .dfd-fashion-filters-overlay__close{--dfd-btn-padding-x: 0px;--dfd-btn-border-width: 0px;display:flex;align-items:center;justify-content:center;flex:0 0 auto;width:32px;height:32px;cursor:pointer}.dfd-fashion-theme .dfd-fashion-filters-overlay__close:hover{opacity:.7}.dfd-fashion-theme .dfd-fashion-filters-overlay__title{font-family:Roboto,sans-serif;font-size:18px;font-weight:500;line-height:22px;color:#252526;font-variation-settings:"wdth" 100;white-space:nowrap}.dfd-fashion-theme .dfd-header{min-width:0;display:flex;align-items:center;padding:32px 0 0;padding-left:32px;padding-right:32px;gap:0}.dfd-fashion-theme .dfd-header .dfd-logo-link{display:contents}.dfd-fashion-theme .dfd-header .dfd-logo{flex:0 0 auto}.dfd-fashion-theme .dfd-header .dfd-searchbox{flex:0 1 var(--dfd-fashion-searchbox-width);min-width:0;margin-left:auto;border:none;border-bottom:1px solid #252526;background:#fff}.dfd-fashion-theme .dfd-header .dfd-close-button{flex:0 0 auto;margin-left:24px;--dfd-btn-font-size: 20px;--dfd-btn-height: auto;--dfd-btn-border-width: 0;--dfd-btn-color: #252526;width:auto;height:auto;padding:0;line-height:22px;opacity:1}.dfd-fashion-theme .dfd-header .dfd-close-button::before{display:none}.dfd-fashion-theme .dfd-header .dfd-close-button:hover,.dfd-fashion-theme .dfd-header .dfd-close-button:focus,.dfd-fashion-theme .dfd-header .dfd-close-button:active{opacity:1;text-decoration:underline}
