.c-wishlist-item{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-shadow:rgba(0,0,0,.35) 0px 5px 15px;box-shadow:rgba(0,0,0,.35) 0px 5px 15px;background-color:#fff;gap:12px;padding:8px 0 0;border-radius:24px;margin-block:24px}.c-wishlist-item.is-active{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.c-wishlist-item.is-active .c-wishlist-item__bottom{opacity:.5;pointer-events:none}.c-wishlist-item.is-unavailable .c-wishlist-item__bottom{opacity:.5;pointer-events:none}.c-wishlist-item__activate{border-radius:8px}.c-wishlist-item__activate:hover{padding-right:65px !important}.c-wishlist-item__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:16px;padding:10px 16px 4px}.c-wishlist-item__title{color:#000;font-size:16px;font-weight:700;margin:0}.c-wishlist-item__share{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.c-wishlist-item__share svg{width:20px;height:20px}.c-wishlist-item__share svg path{stroke:#000 !important}.c-wishlist-item__image{aspect-ratio:5/6;overflow:hidden;position:relative}.c-wishlist-item__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.c-wishlist-item__remove{background-color:#fff;width:24px;height:24px;border-radius:100%;overflow:hidden;-webkit-box-shadow:rgba(0,0,0,.35) 0px 5px 15px;box-shadow:rgba(0,0,0,.35) 0px 5px 15px;position:absolute;top:10px;right:10px;z-index:1;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.c-wishlist-item__remove svg{width:20px;height:auto}.c-wishlist-item__bottom{display:grid;grid-template-columns:1fr;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:10px;padding:8px 16px 16px}.c-wishlist-item__activate{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;min-width:100%;gap:8px;font-size:18px}.c-wishlist-item__discount-point{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.c-wishlist-item__discount-point svg{width:28px;height:auto;fill:#fff}.c-wishlist-item__discount-point span{position:absolute;left:50%;bottom:0;-webkit-transform:translate(-50%);transform:translate(-50%);color:#f365af;font-weight:700;font-size:10px}