.s-main-wishlist{min-height:380px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;color:#1d1d1d;position:relative}.s-main-wishlist:has(.c-product-card) .s-main-wishlist__links--share{display:block}.s-main-wishlist:not(:has(.c-product-card)){padding-bottom:0 !important}.s-main-wishlist:not(:has(.c-product-card)) .s-main-wishlist__wrapper{height:0;overflow:hidden}.s-main-wishlist--rtl{direction:rtl}.s-main-wishlist__heading{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-top:56px;padding-bottom:24px;background-color:#fff9f3}@media screen and (min-width: 768px){.s-main-wishlist__heading{padding-top:64px;padding-bottom:28px}}.s-main-wishlist__heading .s-main-wishlist__container--start{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.s-main-wishlist__heading .s-main-wishlist__container--start .s-main-wishlist__links{text-align:start}.s-main-wishlist__heading .s-main-wishlist__container--center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.s-main-wishlist__heading .s-main-wishlist__container--center .s-main-wishlist__links{text-align:center}.s-main-wishlist__heading .s-main-wishlist__container--end{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.s-main-wishlist__heading .s-main-wishlist__container--end .s-main-wishlist__links{text-align:end}.s-main-wishlist__container{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;max-width:1078px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:32px;padding-right:32px}.s-main-wishlist__title-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:4px}@media screen and (min-width: 768px){.s-main-wishlist__title-wrapper{gap:9px}}.s-main-wishlist__title{font-family:var(--font-heading);letter-spacing:.5px;line-height:150%;text-transform:capitalize;margin:0;margin-bottom:17px}@media screen and (min-width: 768px){.s-main-wishlist__title{margin-bottom:19px}}.s-main-wishlist__count{color:#000;font-family:var(--font-body);font-size:14px;font-weight:400;line-height:150%;letter-spacing:.5px;text-transform:capitalize}.s-main-wishlist__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#fff9f3}.s-main-wishlist__login{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-top:40px;padding-bottom:36px;border-bottom:.5px solid #000}.s-main-wishlist__login--start{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.s-main-wishlist__login--center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.s-main-wishlist__login--end{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}@media screen and (min-width: 768px){.s-main-wishlist__login{padding-top:70px}}.s-main-wishlist__links{display:block;text-align:center;margin-top:26px;color:#000;font-family:var(--font-body);font-size:14px;font-style:normal;font-weight:400;line-height:150%}@media screen and (min-width: 768px){.s-main-wishlist__links{margin-top:23px}}.s-main-wishlist__links--share{display:none}.s-main-wishlist__link-wrapper{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:5px}.s-main-wishlist__link-wrapper img{width:14px;height:14px}.s-main-wishlist__link{cursor:pointer;color:#000;font-family:var(--font-body);font-size:14px;font-style:normal;font-weight:400;line-height:130%;text-decoration-line:underline;text-underline-offset:6px}.s-main-wishlist__content{width:100%;min-height:600px;padding-top:24px}@media screen and (min-width: 768px){.s-main-wishlist__content{padding-top:28px}}.s-main-wishlist__products-grid{display:grid;grid-template-columns:repeat(1, 1fr);-webkit-column-gap:24px;-moz-column-gap:24px;column-gap:24px;row-gap:36px}@media screen and (min-width: 424px){.s-main-wishlist__products-grid{grid-template-columns:repeat(2, 1fr)}}@media screen and (min-width: 768px){.s-main-wishlist__products-grid{grid-template-columns:repeat(3, 1fr);-webkit-column-gap:24px;-moz-column-gap:24px;column-gap:24px;row-gap:40px}}.s-main-wishlist__loader{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(236,236,236,.5);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);-webkit-transition:400ms ease;transition:400ms ease;pointer-events:none;opacity:0;z-index:5}.s-main-wishlist__loader.is-loading{pointer-events:all;opacity:1}.s-main-wishlist__loader.is-loading>*{pointer-events:none}.s-main-wishlist__empty-text,.s-main-wishlist__loading-text{display:block;color:#1d1d1d;font-family:var(--font-body);font-style:normal;font-weight:400;font-size:14px;line-height:150%;text-align:center;margin-top:12px}.s-main-wishlist__empty-text.is-hidden,.s-main-wishlist__loading-text.is-hidden{display:none;visibility:visible}.s-main-wishlist__loading-text{position:absolute;margin:0;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);z-index:999 !important}body.page-wishlist main{min-height:auto}