{"version":3,"file":"blocks/WishlistItems/style-index.css","mappings":";;;AAAA;EACE;AACF;;AAEA;EACE;EACA;EACA;EACA;EACA;AACF;;AAEA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EAAA;AACF;AACE;EAEE;EACA;EACA;AAAJ;AAII;EACE;AAFN;AAME;EACE;AAJJ;AAOE;EACE;EACA;AALJ;AAQE;EACE;AANJ;AASE;EACE;EACA;EACA;AAPJ;AASI;EACE;EACA;EACA;AAPN;AAUI;EACE;EACA;EACA;AARN;AAYE;EACE;AAVJ;;AAcA;EACE;IACE;EAXF;EAcA;IACE;EAZF;AACF,C","sources":["webpack://brandy-blocks/./src/blocks/WishlistItems/style.scss"],"sourcesContent":[".wp-block-brandy-wishlist-items {\n  position: relative;\n}\n\n.wishlist-items-loading-indicator {\n  position: absolute;\n  top: 50%;\n  left: 50%;\n  z-index: 2;\n  transform: translate(-50%, -50%);\n}\n\n.wp-block-brandy-remove-from-wishlist {\n  display: flex;\n  align-items: center;\n  gap: 0.5rem;\n  border: none;\n  border-radius: 4px;\n  cursor: pointer;\n  font-family: inherit;\n  font-weight: 500;\n  text-decoration: none;\n  transition: all 0.2s ease;\n  cursor: pointer;\n  width: fit-content;\n\n  &:disabled,\n  &.is-removing {\n    opacity: 0.6;\n    cursor: not-allowed;\n    pointer-events: none;\n  }\n\n  &.is-removing {\n    .brandy-remove-wishlist-icon {\n      animation: spin 1s linear infinite;\n    }\n  }\n\n  &.has-block-alignment-left {\n    margin-right: auto;\n  }\n\n  &.has-block-alignment-center {\n    margin-right: auto;\n    margin-left: auto;\n  }\n\n  &.has-block-alignment-right {\n    margin-left: auto;\n  }\n\n  .brandy-remove-wishlist-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n\n    .brandy-remove-wishlist-icon-content {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n    }\n\n    i {\n      font-size: inherit;\n      font-weight: inherit;\n      line-height: inherit;\n    }\n  }\n\n  .brandy-remove-wishlist-text {\n    white-space: nowrap;\n  }\n}\n\n@keyframes spin {\n  from {\n    transform: rotate(0deg);\n  }\n\n  to {\n    transform: rotate(360deg);\n  }\n}"],"names":[],"sourceRoot":""}