.base-product-card{background:var(--color-light);height:100%;border:1px solid #e0e9f4;border-radius:12px;padding:0;overflow:hidden;width:100%;display:flex;flex-direction:column}.base-product-card .base-product-card__thumbnail{position:relative;padding:0!important}.base-product-card .base-product-card__thumbnail .base-product-card__thumbnail__inner{position:relative;overflow:hidden;cursor:pointer}.base-product-card .base-product-card__thumbnail .base-product-card__thumbnail__inner .base-product-card__thumbnail__single{position:static!important;width:100%;aspect-ratio:1/1;object-fit:cover}.base-product-card .base-product-card__thumbnail .base-product-card__thumbnail__inner .base-product-card__thumbnail__empty{width:100%;aspect-ratio:1/1;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:5px;background:#efefef}.base-product-card .base-product-card__thumbnail .base-product-card__thumbnail__inner .base-product-card__thumbnail__loading{width:100%;height:100%;aspect-ratio:1/1;border-radius:0}.base-product-card .base-product-card__thumbnail .base-product-card__thumbnail__inner .base-product-card__thumbnail__delete{position:absolute;top:8px;right:8px;height:24px!important;width:24px!important;padding:0!important;min-height:24px!important}.base-product-card .base-product-card__content-wrapper{box-sizing:border-box;cursor:pointer;flex:1 1;display:flex;flex-direction:column;justify-content:space-between}.base-product-card .base-product-card__content-wrapper .base-product-card__content .base-product-card__content__header{padding:12px;gap:6px;display:flex;flex-direction:column;align-items:flex-start;border-bottom:1px solid #e0e9f4}.base-product-card .base-product-card__content-wrapper .base-product-card__content .base-product-card__content__header .ant-divider{min-height:12px}.base-product-card .base-product-card__content-wrapper .base-product-card__content .base-product-card__content__header .base-product-card__content__header__badges-import-wrapper{width:100%}.base-product-card .base-product-card__content-wrapper .base-product-card__content .base-product-card__content__header .base-product-card__content__header__badges-import-wrapper .base-product-card__content__header__import-action{cursor:pointer;position:relative;width:18px;height:18px;display:flex;align-items:center;justify-content:center}.base-product-card .base-product-card__content-wrapper .base-product-card__content .base-product-card__content__header .base-product-card__content__header__badges-import-wrapper .base-product-card__content__header__import-action .icon-archive-add,.base-product-card .base-product-card__content-wrapper .base-product-card__content .base-product-card__content__header .base-product-card__content__header__badges-import-wrapper .base-product-card__content__header__import-action .icon-archive-tick{position:absolute;transition:all .4s cubic-bezier(.68,-.55,.265,1.55)}.base-product-card .base-product-card__content-wrapper .base-product-card__content .base-product-card__content__header .base-product-card__content__header__badges-import-wrapper .base-product-card__content__header__import-action .icon-archive-tick{opacity:0;transform:scale(0) rotate(-180deg)}.base-product-card .base-product-card__content-wrapper .base-product-card__content .base-product-card__content__header .base-product-card__content__header__badges-import-wrapper .base-product-card__content__header__import-action .base-loading-indicator{position:absolute;opacity:0;transition:opacity .3s ease}.base-product-card .base-product-card__content-wrapper .base-product-card__content .base-product-card__content__header .base-product-card__content__header__badges-import-wrapper .base-product-card__content__header__import-action.pending .icon-archive-add,.base-product-card .base-product-card__content-wrapper .base-product-card__content .base-product-card__content__header .base-product-card__content__header__badges-import-wrapper .base-product-card__content__header__import-action.pending .icon-archive-tick{opacity:0}.base-product-card .base-product-card__content-wrapper .base-product-card__content .base-product-card__content__header .base-product-card__content__header__badges-import-wrapper .base-product-card__content__header__import-action.pending .base-loading-indicator{opacity:1}.base-product-card .base-product-card__content-wrapper .base-product-card__content .base-product-card__content__header .base-product-card__content__header__badges-import-wrapper .base-product-card__content__header__import-action.imported .icon-archive-add{opacity:0;transform:scale(0) rotate(180deg)}.base-product-card .base-product-card__content-wrapper .base-product-card__content .base-product-card__content__header .base-product-card__content__header__badges-import-wrapper .base-product-card__content__header__import-action.imported .icon-archive-tick{opacity:1;transform:scale(1) rotate(0deg);animation:bounceSuccess .6s ease-out}@keyframes bounceSuccess{0%{transform:scale(0) rotate(-180deg)}40%{transform:scale(1.2) rotate(10deg)}60%{transform:scale(.9) rotate(-5deg)}80%{transform:scale(1.1) rotate(2deg)}to{transform:scale(1) rotate(0deg)}}.base-product-card .base-product-card__content-wrapper .base-product-card__content .base-product-card__content__body{padding:12px;min-height:162px;max-height:182px}.base-product-card .base-product-card__content-wrapper .base-product-card__content__footer{border-top:1px solid #e0e9f4;padding:8px 12px 12px}