/*------------------------------------------------------------------
[Table of contents]

1. Card Image
2. Text Line Through
/*------------------------------------------------------------------*/
/**
 * 1. Card Image
 */
.orokublocks-woocommerceproduct .orokublocks-card__image-container {
  height: calc((420 / 16) * 1em);
}

.orokublocks-woocommerceproduct .orokublocks-card__image-container--size--regular {
  min-width: calc((304 / 16) * 1em);
}

.orokublocks-woocommerceproduct .orokublocks-card__image-container--size--tiny {
  width: calc((50 / 16) * 1em);
  height: calc((50 / 16) * 1em);
}

/*------------------------------------------------------------------*/
/**
 * 2. Text Line Through
 */
.orokublocks-woocommerceproduct .orokublocks-card__item--divided:not(.orokublocks-card__item--direction--vertical) > .orokublocks-text-line-through {
  position: relative;
  top: calc((-1 / 16) * 1rem);
}

.orokublocks-woocommerceproduct .product-media-container {
  position: relative;
}