.product{display:flex;flex-direction:column;cursor:pointer;width:100%;max-width:320px}.product:hover .product-top--nail{right:50%;top:50%;transform:translate(50%,-50%) scale(1.1);width:172px;height:288px;object-fit:contain}.product:hover .product-top--image{opacity:0}.product:hover .product-top__action--clip,.product:hover .product-top__action{transform-origin:right bottom;transform:scale(1)}.product-top{display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#ddecf9,#d6f7f7);position:relative;width:100%;padding:30px;border-radius:16px;height:424px}.product-top a{width:100%;height:100%}.product-top--nail{position:absolute;right:37px;top:54px;width:49px;height:82px;transform:translate(50%,-50%) scale(1);object-fit:contain;transition:all .45s cubic-bezier(.25,.1,.25,1)}.product-top--image{width:100%;height:100%;object-fit:contain;transition:all .3s ease-in-out}.product-top__badge{position:absolute;left:0;top:28px;padding:5px 6px 5px 9px;background:var(--background);border-radius:0 24px 24px 0;height:29px}.product-top__badge.sale{z-index:2}.product-top__badge.sale .product-top__badge--text{color:#b00}.product-top__badge:before{left:0;top:-8px;content:"";position:absolute;width:100%;height:100%;background:var(--background);clip-path:path("M0,0 L0,8 L8,8 Q0,8 0,0 Z")}.product-top__badge:after{left:0;bottom:-29px;content:"";position:absolute;width:100%;height:100%;background:var(--background);clip-path:path("M8,0 L0,0 L0,8 Q0,0 8,0 Z")}.product-top__badge--text{font-style:normal;font-weight:600;font-size:14px;line-height:17px;letter-spacing:.02em;color:#04061c}.product-top__action{position:absolute;right:0;bottom:0;width:54px;height:54px;background:#fb6e8b;border-radius:100%;display:flex;align-items:center;justify-content:center;cursor:pointer;transform-origin:right bottom;transform:scale(0);transition:all .3s ease-in-out}.product-top__action:hover{background:#ff8da5;transform:scale(1.05)}.product-top__action--clip{width:64px;height:64px;position:absolute;right:0;bottom:0;background:var(--background);border-radius:32px 0 0;transform-origin:right bottom;transform:scale(0);transition:all .45s cubic-bezier(.25,.1,.25,1)}.product-top__action--clip:before{left:-18px;bottom:-42px;content:"";position:absolute;width:100%;height:100%;background:var(--background);clip-path:path("M18 0C16.63 14.6041 13.1739 19.7309 0 23L18 23V0Z");pointer-events:none}.product-top__action--clip:after{right:-40px;top:-23px;content:"";position:absolute;width:100%;height:100%;background:var(--background);clip-path:path("M24.9999 24H0C17.7955 21.5167 23.8006 16.0588 24.9999 0V24Z");pointer-events:none}.product-bottom{display:flex;justify-content:space-between;align-items:center;margin-top:20px}.product-bottom--title{font-style:normal;font-weight:400;font-size:14px;line-height:150%;color:#010101;width:240px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;padding-right:8px}.product-bottom__price{display:flex;gap:8px;white-space:nowrap;align-items:center}.product-bottom__price:has(.product-bottom__price--old) .product-bottom__price--current{color:#b00}.product-bottom__price--old{font-style:normal;font-weight:400;font-size:14px;line-height:150%;text-decoration-line:line-through;color:#9b9ca1}.product-bottom__price--current{font-style:normal;font-weight:800;font-size:18px;line-height:22px;color:#010101}.product-bottom__price--current.row{display:flex;align-items:flex-end}.product-bottom__price--current.row span:last-child{padding-left:6px}.product-bottom__price--current small{font-style:normal;font-weight:800;font-size:15px;line-height:18px;color:#a4a4a4d6}
