.fixed-ratio{position:relative}.fixed-ratio:before{content:"";display:block;width:100%}.fixed-ratio>*{inset:0;position:absolute}body.editorial_drops .drop-content{position:relative;transition:opacity .25s ease}body.editorial_drops .drop-content.is-loading{opacity:.4;pointer-events:none}body.editorial_drops .drop-content-spinner{animation:drop-content-spin .7s linear infinite;border:2px solid #888;border-radius:50%;border-top:2px solid var(--background-color);height:28px;left:50%;position:absolute;top:30px;transform:translateX(-50%);width:28px}@keyframes drop-content-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}body.editorial_drops swiping-nav-bar{display:block}body.editorial_drops swiping-nav-bar nav{width:100%}body.editorial_drops swiping-nav-bar ul{list-style:none;margin:0;padding:0}body.editorial_drops swiping-nav-bar .swiper-slide{width:auto}body.editorial_drops .drop-tabs{align-items:center;display:flex;gap:20px;padding-bottom:20px;padding-top:20px}body.editorial_drops .drop-tabs--brand{border-bottom:0;padding-top:25px}body.editorial_drops .drop-tabs__link{background:none;border:0;color:var(--nav-sub-text-color);cursor:pointer;font-family:inherit;font-size:16px;line-height:130%;text-decoration:none}body.editorial_drops .drop-tabs__link.is-active{color:var(--text-color);font-weight:500}body.editorial_drops .drop-tabs__link:hover{color:var(--text-color)}body.editorial_drops .drop-tabs__separator{color:var(--nav-sub-text-color);position:absolute;transform:translate(-50%)}body.editorial_drops #nav-more-dropdown{display:none}body.editorial_drops priority-nav .drop-tabs__link{font-size:12px;letter-spacing:.48px;text-transform:uppercase}body.editorial_drops priority-nav .drop-tabs__link.is-active{font-weight:inherit;text-decoration:underline}body.editorial_drops priority-nav .drop-brands-wrapper .drop-tabs__separator{left:-9px;top:14px}body.editorial_drops priority-nav .drop-brands-wrapper .drop-brands{padding-bottom:20px;padding-top:13px}body.editorial_drops priority-nav .drop-brands-wrapper .drop-brands button{color:var(--nav-main-text-color)}body.editorial_drops .mobile-header-bottom .drop-brands-wrapper .drop-tabs__separator{left:-13px;top:7px}body.editorial_drops .mobile-header-bottom .drop-brands-wrapper .drop-brands button{color:var(--nav-main-text-color)}body.editorial_drops site-main-nav .drop-brands-wrapper .drop-tabs__separator{left:-17px;padding-block:0 19px}@media(min-width:992px){body.editorial_drops site-main-nav .drop-brands-wrapper .drop-tabs__separator{padding-block:0}}body.editorial_drops site-main-nav .drop-brands-wrapper .drop-brands{padding-block:0 19px}@media(min-width:992px){body.editorial_drops site-main-nav .drop-brands-wrapper .drop-brands{padding-block:19px}}body.editorial_drops .mobile-header-bottom .drop-tabs__link{font-size:12px;letter-spacing:.06em;text-transform:uppercase}body.editorial_drops .mobile-header-bottom .drop-tabs__link.is-active{font-weight:inherit;text-decoration:underline}body.editorial_drops .drop-feed{margin-top:20px;padding-bottom:40px}body.editorial_drops .drop-brands-wrapper{display:flex;margin-left:10px;position:relative}@media(min-width:768px){body.editorial_drops .drop-brands-wrapper{align-items:center}}body.editorial_drops .drop-brands-wrapper .drop-brands{display:flex;position:relative}body.editorial_drops .drop-brands-wrapper .drop-brands button{padding-inline:0}body.editorial_drops .drop-brands-wrapper .drop-brands.is-open:after{display:block}body.editorial_drops .drop-brands__panel{background:var(--nav-background-color);border:1px solid var(--drop-border-color);display:none;min-width:540px;position:fixed;z-index:250}@media(max-width:767.98px){body.editorial_drops .drop-brands__panel{min-width:0;width:100%}}body.editorial_drops .drop-brands__panel.is-open{display:block}body.editorial_drops .drop-brands__arrow{background:var(--nav-background-color);height:12px;position:absolute;transform:rotate(45deg);width:12px}body.editorial_drops .drop-brands__arrow[data-side=top]{border-left:1px solid var(--drop-border-color);border-top:1px solid var(--drop-border-color)}body.editorial_drops .drop-brands__arrow[data-side=bottom]{border-bottom:1px solid var(--drop-border-color);border-right:1px solid var(--drop-border-color)}body.editorial_drops .drop-brands__panel-container{max-height:70vh;overflow-x:auto;overscroll-behavior:auto}@media(max-width:767.98px){body.editorial_drops .drop-brands__panel-container{overflow:hidden auto;scrollbar-color:var(--drop-border-color) var(--nav-background-color)}body.editorial_drops .drop-brands__panel-container::-webkit-scrollbar{width:10px}body.editorial_drops .drop-brands__panel-container::-webkit-scrollbar-track{background:var(--nav-background-color)}body.editorial_drops .drop-brands__panel-container::-webkit-scrollbar-thumb{background:var(--drop-border-color);border-radius:5px}}body.editorial_drops .drop-brands__panel-container .drop-brands__panel-scroll{column-count:3;column-gap:50px;column-rule:1px solid var(--drop-border-color);padding:25px}@media(max-width:767.98px){body.editorial_drops .drop-brands__panel-container .drop-brands__panel-scroll{column-count:1;padding-left:15px;padding-right:15px}}body.editorial_drops .drop-brands__link{break-inside:avoid;color:var(--drop-primary-text-color);display:block;font-size:13px;line-height:1.3;margin-bottom:15px;text-decoration:none;width:130px}body.editorial_drops .drop-brands__link:last-child{margin-bottom:0}body.editorial_drops .drop-brands__link:hover{color:var(--nav-main-text-hover-color)}body.editorial_drops .brand-header .drop-brand-title{font-size:38px;font-weight:500;line-height:110%;margin-bottom:0;margin-top:20px}body.editorial_drops .brand-header+.drop-feed{margin-top:0}body.editorial_drops .drop-section-title{color:var(--drop-primary-text-color);font-size:28px;font-weight:500;line-height:120%;margin:40px 0 20px}body.editorial_drops .drop-section-title:empty{display:none}body.editorial_drops .drop-feed-page:first-child>.drop-section-title:first-child{margin-top:0}body.editorial_drops .drop-grid{align-items:flex-start;display:grid;gap:40px 15px;grid-template-columns:repeat(auto-fill,minmax(248px,1fr))}@media(max-width:767.98px){body.editorial_drops .drop-grid{gap:30px 15px;grid-template-columns:repeat(2,1fr)}}body.editorial_drops .drop-empty-state{margin:120px auto 159px;max-width:400px;text-align:center}body.editorial_drops .drop-empty-state__title{color:var(--drop-primary-text-color);font-size:24px;font-weight:500;letter-spacing:0;line-height:120%;margin-bottom:10px;text-align:center}body.editorial_drops .drop-empty-state__subtitle{color:var(--nav-sub-text-color);font-size:14px;font-weight:400;letter-spacing:0;line-height:130%;margin-bottom:20px;text-align:center}body.editorial_drops .drop-empty-state__cta{border:1px solid var(--button-border-color);border-radius:5px;color:var(--drop-primary-text-color);display:inline-block;font-size:13px;font-weight:500;letter-spacing:0;line-height:130%;padding:14px 25px;text-align:center;text-decoration:none}body.editorial_drops .drop-empty-state__cta:hover{color:var(--text-hover-color)}body.editorial_drops .drop-card{appearance:none;background:none;border:0;cursor:pointer;display:block;font:inherit;padding:0;text-align:left;transition:opacity .2s ease;width:100%}body.editorial_drops .drop-card.is-loading{opacity:.6;pointer-events:none}body.editorial_drops .drop-card:hover .drop-card__title{opacity:.6}body.editorial_drops .drop-card__media{aspect-ratio:248/322;background:#f2f2f2;border-radius:8px;position:relative}body.editorial_drops .drop-card__spinner{animation:drop-content-spin .7s linear infinite;border:2px solid #888;border-radius:50%;border-top:2px solid var(--background-color);height:28px;left:50%;margin:-14px 0 0 -14px;position:absolute;top:50%;width:28px}body.editorial_drops .drop-card__image{border-radius:6px;display:block;height:100%;object-fit:contain;width:100%}body.editorial_drops .drop-card__date{align-items:center;background:#fff;border:1px solid #eee;border-radius:4px;color:#222;display:flex;flex-direction:column;justify-content:center;left:12px;padding:6px 0;position:absolute;text-align:center;top:12px;width:45px}body.editorial_drops .drop-card__date--month-only{padding:6px 8px;width:fit-content}body.editorial_drops .drop-card__date-month{display:block;font-size:10px;font-weight:500;letter-spacing:-.09px;text-transform:uppercase}body.editorial_drops .drop-card__date-day{display:block;font-size:24px;font-weight:500;line-height:1.1;margin-top:-3px}body.editorial_drops .drop-card__badge{background:#fff;border-radius:3px;bottom:12px;font-size:10px;left:12px;line-height:130%;padding:4px 7px;position:absolute}body.editorial_drops .drop-card__badge--out-now{color:#029934}body.editorial_drops .drop-card__badge--coming-soon{color:#000}body.editorial_drops .drop-card__title{color:var(--drop-primary-text-color);font-size:14px;font-weight:500;line-height:1.3;margin-bottom:0;margin-top:10px;transition:opacity .2s ease}body.editorial_drops .drop-load-more{border:1px solid var(--button-border-color);border-radius:5px;color:var(--drop-primary-text-color);display:block;font-size:14px;font-weight:500;margin:40px auto 0;padding:12px 24px;text-align:center;text-decoration:none;width:200px}body.editorial_drops .drop-load-more:hover{color:var(--text-hover-color)}body.editorial_drops .drop-load-more.is-loading{opacity:.6;pointer-events:none}body.editorial_drops .drop-load-more.has-error{border-color:#dc3545;color:#dc3545}body.product-drop-popup-open{overflow:hidden}.product-drop-popup[hidden]{display:none}.product-drop-popup:not([hidden]){align-items:center;display:flex;inset:0;justify-content:center;overflow-y:auto;padding:40px 20px;position:fixed;z-index:1000;-ms-overflow-style:none;scrollbar-width:none}.product-drop-popup:not([hidden])::-webkit-scrollbar{display:none}.product-drop-popup__overlay{background:#0009;inset:0;position:fixed}.product-drop-popup__panel{background:var(--nav-background-color);border-radius:8px;color:var(--drop-primary-text-color);display:flex;flex-direction:column;margin:auto;max-width:800px;padding:30px;position:relative;width:100%}@media(max-width:767.98px){.product-drop-popup__panel{margin:0;max-height:100%;padding:20px}}.product-drop-popup__scroll{column-gap:30px;display:grid;grid-template:"media title" auto "media details" 1fr/1fr 1fr}@media(max-width:767.98px){.product-drop-popup__scroll{flex:1;grid-template:"title" auto "media" auto "details" auto/1fr;min-height:0;overflow-y:auto;-ms-overflow-style:none;scrollbar-width:none}.product-drop-popup__scroll::-webkit-scrollbar{display:none}}.product-drop-popup__close{align-items:center;background-color:#0000;border:0;border-radius:5px;cursor:pointer;display:flex;height:30px;justify-content:center;outline:none;position:absolute;right:20px;top:20px;transition:background-color .3s ease-out;width:30px;z-index:1}.product-drop-popup__close:hover{background-color:var(--close-button-bg-color,#ddd)}.product-drop-popup__title{font-size:28px;grid-area:title;line-height:120%;margin-bottom:20px;padding-right:25px}@media(max-width:767.98px){.product-drop-popup__title{font-size:24px;margin-bottom:16px}}.product-drop-popup__media{background:#fafafa;border-radius:8px;grid-area:media;position:relative}.product-drop-popup__media img{aspect-ratio:413/536;border-radius:8px;display:block;height:auto;object-fit:contain;width:100%}.product-drop-popup__media--no-image{aspect-ratio:413/536}.product-drop-popup__date{align-items:center;background:#fff;border-radius:5px;color:#222;display:flex;flex-direction:column;height:88px;justify-content:center;left:16px;position:absolute;text-align:center;top:16px;width:76px}.product-drop-popup__date--month-only{height:unset;padding:4px 10px;width:fit-content}.product-drop-popup__date-month{display:block;font-size:14px;font-weight:500;text-transform:uppercase}.product-drop-popup__date-day{display:block;font-size:38px;font-weight:500;line-height:1.1;margin-top:-2px}.product-drop-popup__badge{background:#fff;border-radius:3px;bottom:16px;font-size:10px;left:16px;line-height:130%;padding:4px 7px;position:absolute}.product-drop-popup__badge--out-now{color:#029934}.product-drop-popup__badge--coming-soon{color:#000}.product-drop-popup__details{grid-area:details;min-height:0;overflow-y:auto;-ms-overflow-style:none;scrollbar-width:none}.product-drop-popup__details::-webkit-scrollbar{display:none}@media(max-width:767.98px){.product-drop-popup__details{margin-top:20px;min-height:auto;overflow-y:visible}}.product-drop-popup__specs-title{font-size:16px;font-weight:500;line-height:130%;margin-bottom:0}.product-drop-popup__specs{border-collapse:collapse;border-top:1px solid var(--drop-border-color);margin:16px 0;width:100%}.product-drop-popup__specs td,.product-drop-popup__specs th{border-bottom:1px solid var(--drop-border-color);font-size:14px;font-weight:500;line-height:100%;padding:14px 0;text-align:left}.product-drop-popup__specs th{color:var(--drop-primary-text-color);font-weight:400;width:40%}.product-drop-popup__buy-now-title{font-size:16px;font-weight:500;line-height:130%;margin:20px 0 0}.product-drop-popup__buy-now-table{border-collapse:collapse;border-top:1px solid var(--drop-border-color);margin:16px 0;width:100%}.product-drop-popup__buy-now-table td{border-bottom:1px solid var(--drop-border-color);font-size:14px;line-height:100%;padding:14px 0}.product-drop-popup__buy-now-table td:last-child{text-align:right}.product-drop-popup__buy-now-table td svg{margin-bottom:2px;margin-left:5px}.product-drop-popup__buy-now-table a{color:var(--button-background-color);font-weight:500;text-decoration:none}.product-drop-popup__buy-now-table a:hover{color:var(--link-hover-color)}.product-drop-popup__cta{align-items:center;background:var(--button-background-color);border-radius:5px;color:#fff;display:inline-flex;font-size:13px;font-weight:500;gap:8px;height:46px;justify-content:center;line-height:130%;padding:0 16px;text-decoration:none;width:auto}.product-drop-popup__cta:hover{background:var(--button-background-color-hover);color:#fff;text-decoration:none}