.cs-wishlist-page{padding-bottom:100px}.cs-wishlist-page .__heading{display:flex;flex-direction:column;align-items:center;padding:40px 15px;gap:20px}.cs-wishlist-page .__heading h1{font-size:26px}.cs-wishlist-page .__heading .__share-btn{padding:10px 20px;font-size:14px;text-transform:uppercase;border:1px solid #000;width:max-content;height:max-content;position:relative}.cs-wishlist-page .__heading .__share-btn[data-loading="true"]>span{opacity:0}.cs-wishlist-page .__heading .__share-btn[data-loading="true"]::after{content:"";display:block;width:16px;height:16px;border:1px solid #000;border-radius:50%;border-left-color:#fff0;border-right-color:#fff0;position:absolute;left:calc(50% - 9px);top:calc(50% - 9px);animation:loading_spinner 0.5s ease infinite}.cs-wishlist-page .__products{display:flex;flex-direction:column;align-items:center;padding:10px 15px 40px}.cs-wishlist-page .__products .wishlist-products-list{list-style:none;margin:0;padding:0;width:100%}.cs-wishlist-page .__products.--grid .wishlist-products-list{display:grid;grid-template-columns:repeat(2,1fr);column-gap:10px;row-gap:25px;align-items:start;justify-items:center}.cs-wishlist-page .__products .wishlist-product-item,.cs-wishlist-page .__products .wishlist-loading-item,.cs-wishlist-page .__products .wishlist-empty-item{list-style:none;width:100%;margin:0}.cs-wishlist-page .__products .product-grid-item{width:100%}.cs-wishlist-page .__sharing-popup{display:flex;opacity:0;pointer-events:none;width:100%;height:100%;position:fixed;top:0;left:0;align-items:flex-end;justify-content:center;background-color:#0000004d;z-index:99;transition:all 0.3s ease}.cs-wishlist-page .__sharing-popup[data-active="true"]{display:flex;opacity:1;pointer-events:all}.cs-wishlist-page .__sharing-popup .__content{background-color:#fff;width:100%;padding:20px 20px 120px;position:relative;transform:translateY(100%);transition:transform 0.3s ease}.cs-wishlist-page .__sharing-popup[data-active="true"] .__content{transform:translateY(0)}.cs-wishlist-page .__sharing-popup .__content .__close-btn{width:26px;height:26px;position:absolute;top:15px;right:15px;cursor:pointer}.cs-wishlist-page .__sharing-popup .__content .__title{font-size:20px;font-weight:700;line-height:1;text-transform:uppercase}.cs-wishlist-page .__sharing-popup .__content .__subtitle{font-size:14px;font-weight:400;line-height:1.2;margin-top:8px;margin-bottom:24px}.cs-wishlist-page .__sharing-popup .__sharing__list{display:flex;align-items:center;justify-content:center;margin:0;list-style:none;flex-direction:column;gap:13px;padding:0}.cs-wishlist-page .__sharing-popup .__sharing__list .__sharing__list-item{width:100%;height:50px;border:1px solid #000;margin:0;padding-left:15px;cursor:pointer}.cs-wishlist-page .__sharing-popup .__sharing__list .__sharing__list-item a{display:flex;align-items:center}.cs-wishlist-page .__sharing-popup .__sharing__list .__sharing__list-item a>span{display:block;flex:1;text-align:center;text-transform:uppercase;font-weight:600}.cs-wishlist-page .__sharing-popup .__sharing__list .__sharing__list-item a>div{width:50px;height:50px;background-color:#000;position:relative;display:block;color:#fff}.cs-wishlist-page .__sharing-popup .__sharing__list .__sharing__list-item a>div svg{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:40%;height:40%}.cs-wishlist-page .__sharing-popup .__sharing__link{margin-top:10px}.cs-wishlist-page .cs-product-card .cs-wishlist-btn svg{width:10px;height:10px}.cs-wishlist-page .cs-atc-form[data-quick-add="true"] .button{height:40px}@media screen and (min-width:465px){.cs-wishlist-page .__sharing-popup{align-items:center}.cs-wishlist-page .__sharing-popup .__content{width:85%;max-width:465px;transform:translateY(-5px);padding-bottom:70px}.cs-wishlist-page .__sharing-popup[data-active="true"] .__content{transform:translateY(0)}.cs-wishlist-page .__sharing-popup .__content .__close-btn{top:25px;right:25px}}@media screen and (min-width:768px){.cs-wishlist-page .__sharing-popup .__content{padding:65px 70px 70px}.cs-wishlist-page .__sharing-popup .__content .__title{font-size:24px}}@media screen and (min-width:600px){.cs-wishlist-page .__products{padding:10px 40px 40px}.cs-wishlist-page .__products.--grid .wishlist-products-list{grid-template-columns:repeat(3,1fr)}}@media screen and (min-width:850px){.cs-wishlist-page .__heading{display:grid;grid-template-columns:minmax(max-content,1fr) max-content minmax(max-content,1fr);padding:40px}.cs-wishlist-page .__heading h1{grid-column:2/3}.cs-wishlist-page .__heading .__share-btn{grid-column:3/4;margin-left:auto}.cs-wishlist-page .__products.--grid .wishlist-products-list{grid-template-columns:repeat(4,1fr)}}@keyframes loading_spinner{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}