/** Product template **/

.brandy-site-product-template .brandy-plants-product-template__inner-group {
  position: relative;
  overflow: hidden;
}

li.product
  .brandy-plants-product-template__inner-group
  [data-block-name="woocommerce/product-image"]
  img {
  transition: all 0.4s ease-in-out;
}

li.product
  .brandy-plants-product-template__inner-group
  [data-block-name="woocommerce/product-image"]
  a {
  position: relative;
  display: flex;
}

li.product
  .brandy-plants-product-template__inner-group
  [data-block-name="woocommerce/product-image"]
  a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1229400d;
  opacity: 0;
  visibility: hidden;
  transition: all ease-in-out 0.4s;
}

.brandy-site-product-template
  .brandy-plants-product-template__inner-group
  .brandy-plants-product-template__content-group {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.brandy-site-product-template
  .brandy-plants-product-template__inner-group
  .brandy-plants-product-template__actions-group {
  position: absolute;
  bottom: 0;
  right: 0;
  transition: all ease-in-out 0.4s;
}
.brandy-site-product-template
  .brandy-plants-product-template__inner-group
  .brandy-plants-product-template__actions-group:not(
    .block-editor-block-list__block
  ) {
  transform: translateY(calc(100% - 65px));
}

li.product
  .brandy-plants-product-template__inner-group
  .brandy-plants-product-template__actions-group:not(
    .block-editor-block-list__block
  )
  > [data-block-name="woocommerce/product-button"] {
  order: -1;
}

.brandy-site-product-template
  .brandy-plants-product-template__inner-group
  .brandy-plants-product-template__actions-group:not(
    .block-editor-block-list__block
  )
  > *:not([data-block-name="woocommerce/product-button"]) {
  opacity: 0;
  visibility: hidden;
  transition: all ease-in-out 0.4s;
}

.brandy-site-product-template
  .brandy-plants-product-template__actions-group
  .wp-block-woocommerce-product-button {
  width: 44px;
  height: 44px;
  z-index: 10;
}
.brandy-site-product-template
  .brandy-plants-product-template__actions-group
  .wp-block-woocommerce-product-button
  .wp-element-button {
  box-shadow: 0px 5px 35px 0px #1229400d;
}

.brandy-site-product-template
  .brandy-plants-product-template__actions-group
  .wp-block-woocommerce-product-button
  button {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: unset;
}

.brandy-site-product-template
  .brandy-plants-product-template__inner-group
  .brandy-plants-product-template__actions-group
  .wp-block-woocommerce-product-button
  button
  > * {
  position: absolute;
  right: calc(100% + 5px);
  top: 50%;
  transform: translateY(-50%);
  width: max-content;
  background: #ffffff;
  color: #122940;
  font-size: 12px;
  font-weight: 500;
  box-shadow: 0px 1px 0px 0px #00000012;
  padding: 5px 8px;
  border-radius: 2px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  z-index: 2;
}

.brandy-site-product-template
  .brandy-plants-product-template__inner-group
  .brandy-plants-product-template__actions-group
  [data-block-name="woocommerce/product-button"]
  button::before,
.brandy-site-product-template
  .brandy-plants-product-template__inner-group
  .brandy-plants-product-template__actions-group
  [data-type="woocommerce/product-button"]
  button::before {
  content: "\FF0B";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  font-size: 24px;
  font-weight: 400;
  color: currentColor;
}

.brandy-site-product-template
  .brandy-plants-product-template__inner-group
  .brandy-plants-product-template__actions-group
  [data-block-name="woocommerce/product-button"]
  a::before,
.brandy-site-product-template
  .brandy-plants-product-template__inner-group
  .brandy-plants-product-template__actions-group
  [data-type="woocommerce/product-button"]
  a::before {
  content: "\10312";
  position: absolute;
  top: 50%;
  left: calc(50% - 17px);
  transform: translate(-50%, -50%);
  z-index: 10;
  font-size: 26px;
  font-weight: 400;
  color: currentColor;
  rotate: 45deg;
}

li.product:hover
  .brandy-plants-product-template__inner-group
  [data-block-name="woocommerce/product-image"]
  a::after {
  opacity: 1;
  visibility: visible;
}

li.product:hover
  .brandy-plants-product-template__inner-group
  [data-block-name="woocommerce/product-image"]
  img {
  scale: 1.05;
}
li.product:hover
  .brandy-plants-product-template__inner-group
  .brandy-plants-product-template__actions-group {
  transform: translateY(0px);
}

li.product:hover
  .brandy-plants-product-template__inner-group
  .brandy-plants-product-template__actions-group:not(
    .block-editor-block-list__block
  )
  > *:not([data-block-name="woocommerce/product-button"]) {
  opacity: 1;
  visibility: visible;
}

li.product:hover
  .brandy-plants-product-template__inner-group
  .brandy-plants-product-template__actions-group:not(
    .block-editor-block-list__block
  )
  > [data-block-name="woocommerce/product-button"] {
  order: unset;
}

.brandy-site-product-template
  .brandy-plants-product-template__inner-group
  .brandy-plants-product-template__actions-group
  .wp-block-woocommerce-product-button
  button:hover
  > * {
  visibility: visible;
  opacity: 1;
}

.brandy-site-product-template
  .brandy-plants-product-template__actions-group
  [data-wc-bind--hidden] {
  display: none;
}

.brandy-site-product-template
  .brandy-plants-product-template__actions-group
  .wp-block-button.wp-block-woocommerce-product-button
  .wp-block-button__link.loading::after {
  margin-left: 0;
}

.brandy-site-product-template
  .brandy-plants-product-template__actions-group
  .wp-block-button.wp-block-woocommerce-product-button
  .wp-block-button__link.loading::before {
  display: none;
}

/** --Editor-- */

/* .block-editor-iframe__body
  .brandy-site-product-template
  .brandy-plants-product-template__actions-group
  .wp-block-woocommerce-product-button {
  position: unset;
}

.block-editor-iframe__body
  .brandy-site-product-template
  .brandy-plants-product-template__actions-group
  .wp-block-woocommerce-product-button
  > .components-disabled {
  position: unset;
} */

.block-editor-iframe__body
  .brandy-site-product-template
  .brandy-plants-product-template__actions-group
  .wp-block-woocommerce-product-button
  .add_to_cart_button {
  font-size: 0;
  width: 44px;
  height: 44px;
}

@media screen and (max-width: 1000px) {
  [data-current-niche="plants"]
    .brandy-site-product-template:not(.columns-1):not(.columns-2):not(
      .columns-3
    ) {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media screen and (max-width: 500px) {
  [data-current-niche="plants"] .brandy-site-product-template:not(.columns-1) {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}

.wc-block-components-product-price del {
  margin-right: 3px;
}

/** Product template END */

.woocommerce-product-gallery:where(
    :not(.brandy-product-image-gallery > .woocommerce-product-gallery)
  ) {
  max-width: unset !important;
}

body {
  --order-item-thumb-radius: 0px;
  --order-item-thumb-background: rgb(245 245 245);
  --order-item-thumb-width: 80px;
  --order-item-thumb-height: 80px;
}
